diff --git a/samples/cascading-dropdown-component/README.md b/samples/cascading-dropdown-component/README.md
index 1df9c7a4..f2aa8cd2 100644
--- a/samples/cascading-dropdown-component/README.md
+++ b/samples/cascading-dropdown-component/README.md
@@ -1,106 +1,3 @@
----
-page_type: sample
-languages:
-- powerapps-comma
-products:
-- powerapps
-- canvas
-- sharepoint
-name: Cascading Dropdown Component
-description: Demonstrates how to create a custom control that can handle a two-level cascading dropdown picker
-urlFragment: cascading-dropdown-component
-ms.date: 10/29/2022
-author: aprildunnam
-ms.author: pnp
-level: beginner
-ms.prod: power-apps
----
-
# Cascading Dropdown Component
-## Summary
-
-This is a Power Apps Canvas component that demonstrates how to implement a custom cascading dropdown control. This control handles a two-level cascading dropdown and can even be customized to handle a single selection or multiple selection of items.
-
-
-
-## Features
-
-This sample app is a great way to learn some fundamental Power Apps concepts like:
-
-* How to build a component and use component input and output properties
-* How to show/hide elements
-* How to leverage collections and split out collection items into a string
-
-## Applies to
-
-* [Microsoft Power Apps](https://docs.microsoft.com/powerapps/)
-* [Microsoft Power Automate](https://docs.microsoft.com/en-us/power-automate/)
-
-## Compatibility
-
-
-
-
-
-
-
-## Authors
-
-Solution|Author(s)
---------|---------
-Cascading Dropdown Component | [April Dunnam](https://github.com/aprildunnam) ([@aprildunnam](https://www.twitter.com/aprildunnam) )
-
-## Version history
-
-Version|Date|Comments
--------|----|--------
-1.0|Oct 29, 2022|Initial release
-## Prerequisites
-
-### Using the component
-
-To use the component in this sample, you'll need to either hard code in the items you want to display in the 1st level and 2nd level menus or pull them in from your data source. The cascading effect is dependent on having a property in your 1st level items called "Name" and a property inyour 2nd level items called "ParentItem" which can be matched back to the name field of the 1st level items. Look at the default 1stLevelItems and 2ndLevelItems properties to see the format that the component is expecting.
-
-## Data Sources
-
-None
-
-## Minimal Path to Awesome
-
-* [Download](./solution/CascadingDropdown.msapp) the `.msapp` from the `solution` folder
-* Use the `.msapp` file using **File** > **Open** > **Browse** within Power Apps Studio.
-* Save and Publish
-
-## Using the Source Code
-
-You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/developer/data-platform/powerapps-cli) to pack the source code by following these steps::
-
-* Clone the repository to a local drive
-* Pack the source files back into `.msapp` file:
- ```bash
- pac canvas pack --sources pathtosourcefolder --msapp pathtomsapp
- ```
- Making sure to replace `pathtosourcefolder` to point to the path to this sample's `sourcecode` folder, and `pathtomsapp` to point to the path of this solution's `.msapp` file (located under the `solution` folder)
-* Use the `.msapp` file using **File** > **Open** > **Browse** in Power Apps Studio.
-
-## Disclaimer
-
-**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
-
-
-## Support
-
-While we don't support samples, if you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=calendar-component&authors=@aprildunnam&title=calendar-component%20-%20).
-
-For questions regarding this sample, [create a new question](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=calendar-component&authors=@aprildunnam&title=calendar-component%20-%20).
-
-Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=calendar-component&authors=@aprildunnam&title=calendar-component%20-%20).
-
-## For more information
-
-- [Create a component for canvas apps](https://docs.microsoft.com/powerapps/maker/canvas-apps/create-component#components-in-canvas-apps)
-- [Overview of creating apps in Power Apps](https://docs.microsoft.com/powerapps/maker/)
-- [Power Apps canvas apps documentation](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/)
-
-
\ No newline at end of file
+This sample has been moved to [here](https://github.com/pnp/powerplatform-samples/tree/main/samples/cascading-dropdown-component).
diff --git a/samples/cascading-dropdown-component/assets/preview.png b/samples/cascading-dropdown-component/assets/preview.png
deleted file mode 100644
index d244c141..00000000
Binary files a/samples/cascading-dropdown-component/assets/preview.png and /dev/null differ
diff --git a/samples/cascading-dropdown-component/assets/sample.json b/samples/cascading-dropdown-component/assets/sample.json
deleted file mode 100644
index fbbd3c6f..00000000
--- a/samples/cascading-dropdown-component/assets/sample.json
+++ /dev/null
@@ -1,92 +0,0 @@
-[
- {
- "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
- "name": "cascading-dropdown-component",
- "version": "1.0.0.0",
- "source": "pnp",
- "creationDateTime": "2022-10-29T00:00:00.000Z",
- "updateDateTime": "2022-10-29T00:00:00.000Z",
- "title": "Cascading Dropdown Component",
- "shortDescription": "Power Apps Canvas Component for two-level cascading dropdowns",
- "longDescription": [
- "Demonstrates how to create a custom control that can handle a two-level cascading dropdown picker"
- ],
- "url": "https://github.com/pnp/powerapps-samples/tree/main/samples/cascading-dropdown-component",
- "products": [
- "Power Apps",
- "Power Platform",
- "Component"
- ],
- "tags": [
- "Power Apps","Component","Canvas"
- ],
- "categories": [
- "POWERAPPS"
- ],
- "metadata": [
- {
- "key": "POWERAPPS-MANIFEST-VERSION",
- "value": "0.20"
- },
- {
- "key": "POWERAPPS-TYPE",
- "value": "Canvas"
- },
- {
- "key": "POWERAPPS-EXPERIMENTAL",
- "value": "No"
- },
- {
- "key": "POWERAPPS-PREMIUM",
- "value": "No"
- },
- {
- "key": "POWERAPPS-ONPREM",
- "value": "No"
- },
- {
- "key": "POWERAPPS-CUSTOMCONNECTOR",
- "value": "No"
- }
- ],
- "thumbnails": [
- {
- "type": "image",
- "order": 100,
- "url": "https://github.com/pnp/powerapps-samples/raw/main/samples/cascading-dropdown-component/assets/preview.png?raw=true",
- "alt": "Theme Light"
- },
- {
- "type": "image",
- "order": 101,
- "url": "https://github.com/pnp/powerapps-samples/raw/main/samples/cascading-dropdown-component/assets/preview.png?raw=true",
- "alt": "Theme Dark"
- },
- {
- "type": "image",
- "order": 102,
- "url": "https://github.com/pnp/powerapps-samples/raw/main/samples/cascading-dropdown-component/assets/preview.png?raw=true",
- "alt": "Phone Preview"
- }
- ],
- "authors": [
- {
- "gitHubAccount": "aprildunnam",
- "name": "April Dunnam",
- "pictureUrl": "https://github.com/aprildunnam.png"
- }
- ],
- "references": [
- {
- "name": "Overview of creating apps in Power Apps",
- "description": "Power Apps is a high-productivity development platform for business apps.",
- "url": "https://docs.microsoft.com/powerapps/maker/"
- },
- {
- "name": "Power Apps canvas apps documentation",
- "description": "Design and build a business app from a canvas in Microsoft Power Apps with data from a variety of sources without writing any code using traditional programming languages, such as C#.",
- "url": "https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/"
- }
- ]
- }
- ]
diff --git a/samples/cascading-dropdown-component/solution/CascadingDropdown.msapp b/samples/cascading-dropdown-component/solution/CascadingDropdown.msapp
deleted file mode 100644
index b605f012..00000000
Binary files a/samples/cascading-dropdown-component/solution/CascadingDropdown.msapp and /dev/null differ
diff --git a/samples/cascading-dropdown-component/source/Assets/SampleImage.json b/samples/cascading-dropdown-component/source/Assets/SampleImage.json
deleted file mode 100644
index ce6ca28a..00000000
--- a/samples/cascading-dropdown-component/source/Assets/SampleImage.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "Content": "Image",
- "FileName": "/ctrllib/image/images/SampleImage.svg",
- "IsSampleData": true,
- "IsWritable": false,
- "Name": "SampleImage",
- "Path": "/ctrllib/image/images/SampleImage.svg",
- "ResourceKind": "Uri",
- "RootPath": "ms-appx:///ctrllib/image/images/SampleImage.svg",
- "Schema": "i",
- "Type": "ResourceInfo"
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Assets/logo.jpg b/samples/cascading-dropdown-component/source/Assets/logo.jpg
deleted file mode 100644
index c6faba36..00000000
Binary files a/samples/cascading-dropdown-component/source/Assets/logo.jpg and /dev/null differ
diff --git a/samples/cascading-dropdown-component/source/CanvasManifest.json b/samples/cascading-dropdown-component/source/CanvasManifest.json
deleted file mode 100644
index 5a2d5c6f..00000000
--- a/samples/cascading-dropdown-component/source/CanvasManifest.json
+++ /dev/null
@@ -1,115 +0,0 @@
-{
- "FormatVersion": "0.24",
- "Header": {
- "DocVersion": "1.326",
- "MinVersionToLoad": "1.326",
- "MSAppStructureVersion": "2.0"
- },
- "Properties": {
- "AppCreationSource": "AppFromScratch",
- "AppDescription": "This component allows you to have a two level cascading dropdown control",
- "AppPreviewFlagsMap": {
- "aibuilderserviceenrollment": false,
- "allowmultiplescreensincanvaspages": false,
- "appinsightserrortracing": false,
- "appinstrumentationcorrelationtracing": false,
- "autocreateenvironmentvariables": false,
- "backfromhostaction": false,
- "behaviorpropertyui": false,
- "blockmovingcontrol": true,
- "cdsdataformatting": false,
- "classiccontrols": false,
- "copyandmerge": false,
- "datatablev2control": true,
- "delaycontrolrendering": false,
- "delayloadscreens": true,
- "disablecdsfileandlargeimage": false,
- "dynamicschema": false,
- "enableappembeddingux": false,
- "enablebarcodereaderfeature": false,
- "enablecommandbar": true,
- "enablecomponentnamemaps": false,
- "enablecomponentscopeoldbehavior": false,
- "enableeditcacherefreshfrequency": false,
- "enableexcelonlinebusinessv2connector": true,
- "enableideaspanel": true,
- "enableonstart": true,
- "enableonstartnavigate": false,
- "enablepcfmoderndatasets": true,
- "enablepowerautomatepane": true,
- "enablerowscopeonetonexpand": false,
- "enablerpawarecomponentdependency": true,
- "enablerulespanel": false,
- "enablesaveloadcleardataonweb": false,
- "enhanceddelegation": true,
- "enhancedgalleryinitialization": true,
- "errorhandling": false,
- "excelcompatibility": false,
- "expandedsavedatasupport": true,
- "exportimportcomponents2": true,
- "externalmessage": false,
- "formuladataprefetch": true,
- "formularepair": true,
- "generatedebugpublishedapp": false,
- "herocontrols": false,
- "improvedmediacapture": false,
- "improvedtabstopbehavior": false,
- "keeprecentscreensloaded": false,
- "longlivingcache": false,
- "namedformulas": false,
- "nativecdsexperimental": true,
- "optimizedforteamsmeeting": false,
- "parallelcodegen": false,
- "pdffunction": false,
- "projectionmapping": true,
- "reactformulabar": false,
- "reliableconcurrent": true,
- "reverttooldpowerautomate": false,
- "rtlinstudiopreview": false,
- "rtlsupport": false,
- "tabledoesntwraprecords": false,
- "untypedobject": false,
- "usedisplaynamemetadata": true,
- "useenforcesavedatalimits": true,
- "useexperimentalcdsconnector": true,
- "useexperimentalsqlconnector": true,
- "useguiddatatypes": true,
- "usenonblockingonstartrule": true,
- "webbarcodescanner": false,
- "zeroalltabindexes": false
- },
- "Author": "",
- "ContainsThirdPartyPcfControls": false,
- "DefaultConnectedDataSourceMaxGetRowsCount": 500,
- "DocumentAppType": "Phone",
- "DocumentLayoutHeight": 1136,
- "DocumentLayoutLockOrientation": false,
- "DocumentLayoutMaintainAspectRatio": true,
- "DocumentLayoutOrientation": "portrait",
- "DocumentLayoutScaleToFit": true,
- "DocumentLayoutWidth": 640,
- "DocumentType": "App",
- "EnableInstrumentation": false,
- "FileID": "a8c7ed8a-a9c7-413b-a807-b45f598377d7",
- "Id": "092bd528-e88d-48e1-85a6-132a8536ae66",
- "InstrumentationKey": "",
- "LocalDatabaseReferences": "{}",
- "Name": "Cascading+Dropdown.msapp",
- "OriginatingVersion": "1.326"
- },
- "PublishInfo": {
- "AppName": "Cascading Dropdown",
- "BackgroundColor": "rgba(50, 86, 160, 1)",
- "IconColor": "RGBA(255,255,255,1)",
- "IconName": "ChevronDownSmall",
- "LogoFileName": "logo.jpg",
- "PublishDataLocally": false,
- "PublishResourcesLocally": false,
- "PublishTarget": "player",
- "UserLocale": "en-US"
- },
- "ScreenOrder": [
- "Screen1",
- "Screen2"
- ]
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/ComponentReferences.json b/samples/cascading-dropdown-component/source/ComponentReferences.json
deleted file mode 100644
index 0637a088..00000000
--- a/samples/cascading-dropdown-component/source/ComponentReferences.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Connections/Connections.json b/samples/cascading-dropdown-component/source/Connections/Connections.json
deleted file mode 100644
index 9e26dfee..00000000
--- a/samples/cascading-dropdown-component/source/Connections/Connections.json
+++ /dev/null
@@ -1 +0,0 @@
-{}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/ControlTemplates.json b/samples/cascading-dropdown-component/source/ControlTemplates.json
deleted file mode 100644
index 96bd4d00..00000000
--- a/samples/cascading-dropdown-component/source/ControlTemplates.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "appinfo": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/appinfo",
- "IsComponentTemplate": false,
- "IsCustomGroupControlTemplate": false,
- "IsPcfControl": false,
- "IsPremiumPcfControl": false,
- "IsWidgetTemplate": false,
- "LastModifiedTimestamp": "0",
- "Name": "appinfo",
- "OverridableProperties": {},
- "Version": "1.0"
- },
- "button": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/button",
- "IsComponentTemplate": false,
- "IsCustomGroupControlTemplate": false,
- "IsPcfControl": false,
- "IsPremiumPcfControl": false,
- "IsWidgetTemplate": true,
- "LastModifiedTimestamp": "0",
- "Name": "button",
- "OverridableProperties": {},
- "Version": "2.2.0"
- },
- "gallery": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/gallery",
- "IsComponentTemplate": false,
- "IsCustomGroupControlTemplate": false,
- "IsPcfControl": false,
- "IsPremiumPcfControl": false,
- "IsWidgetTemplate": true,
- "LastModifiedTimestamp": "0",
- "Name": "gallery",
- "OverridableProperties": {},
- "Version": "2.13.2"
- },
- "galleryTemplate": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/galleryTemplate",
- "IsComponentTemplate": false,
- "IsCustomGroupControlTemplate": false,
- "IsPcfControl": false,
- "IsPremiumPcfControl": false,
- "IsWidgetTemplate": false,
- "LastModifiedTimestamp": "0",
- "Name": "galleryTemplate",
- "OverridableProperties": {},
- "Version": "1.0"
- },
- "groupContainer": {
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/groupContainer",
- "IsComponentTemplate": false,
- "IsPcfControl": false,
- "IsWidgetTemplate": false,
- "LastModifiedTimestamp": "0",
- "Name": "groupContainer",
- "Version": "1.0"
- },
- "icon": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/icon",
- "IsComponentTemplate": false,
- "IsCustomGroupControlTemplate": false,
- "IsPcfControl": false,
- "IsPremiumPcfControl": false,
- "IsWidgetTemplate": true,
- "LastModifiedTimestamp": "0",
- "Name": "icon",
- "OverridableProperties": {},
- "Version": "2.5.0"
- },
- "label": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/label",
- "IsComponentTemplate": false,
- "IsCustomGroupControlTemplate": false,
- "IsPcfControl": false,
- "IsPremiumPcfControl": false,
- "IsWidgetTemplate": true,
- "LastModifiedTimestamp": "0",
- "Name": "label",
- "OverridableProperties": {},
- "Version": "2.5.1"
- },
- "screen": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/screen",
- "IsComponentTemplate": false,
- "IsCustomGroupControlTemplate": false,
- "IsPcfControl": false,
- "IsPremiumPcfControl": false,
- "IsWidgetTemplate": false,
- "LastModifiedTimestamp": "0",
- "Name": "screen",
- "OverridableProperties": {},
- "Version": "1.0"
- }
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/DataSources/1.K3Mf9I2ZSkCceYWHGMs9oQ%3d%3d.colSelectedItems.json b/samples/cascading-dropdown-component/source/DataSources/1.K3Mf9I2ZSkCceYWHGMs9oQ%3d%3d.colSelectedItems.json
deleted file mode 100644
index aa8d314b..00000000
--- a/samples/cascading-dropdown-component/source/DataSources/1.K3Mf9I2ZSkCceYWHGMs9oQ%3d%3d.colSelectedItems.json
+++ /dev/null
@@ -1,9 +0,0 @@
-[
- {
- "IsComponentScoped": true,
- "IsSampleData": false,
- "IsWritable": true,
- "Name": "1.K3Mf9I2ZSkCceYWHGMs9oQ==.colSelectedItems",
- "Type": "CollectionDataSourceInfo"
- }
-]
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/DataSources/CustomGallerySample.json b/samples/cascading-dropdown-component/source/DataSources/CustomGallerySample.json
deleted file mode 100644
index 03563808..00000000
--- a/samples/cascading-dropdown-component/source/DataSources/CustomGallerySample.json
+++ /dev/null
@@ -1,17 +0,0 @@
-[
- {
- "Data": "[{\"SampleHeading\":\"Lorem ipsum 1\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"},{\"SampleHeading\":\"Lorem ipsum 2\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Suspendisse enim metus, tincidunt quis lobortis a, fringilla dignissim neque.\"},{\"SampleHeading\":\"Lorem ipsum 3\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Ut pharetra a dolor ac vehicula.\"},{\"SampleHeading\":\"Lorem ipsum 4\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Vestibulum dui felis, fringilla nec mi sed, tristique dictum nisi.\"}]",
- "IsSampleData": true,
- "IsWritable": false,
- "Name": "CustomGallerySample",
- "OrderedColumnNames": [
- "SampleImage",
- "SampleHeading",
- "SampleText"
- ],
- "OriginalName": "CustomGallerySample",
- "OriginalSchema": "*[SampleHeading:s, SampleImage:i, SampleText:s]",
- "Schema": "*[SampleHeading:s, SampleImage:i, SampleText:s]",
- "Type": "StaticDataSourceInfo"
- }
-]
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Entropy/AppCheckerResult.sarif b/samples/cascading-dropdown-component/source/Entropy/AppCheckerResult.sarif
deleted file mode 100644
index 81fa2dd4..00000000
--- a/samples/cascading-dropdown-component/source/Entropy/AppCheckerResult.sarif
+++ /dev/null
@@ -1,421 +0,0 @@
-{
- "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json",
- "runs": [
- {
- "columnKind": "utf16CodeUnits",
- "invocations": [
- {
- "executionSuccessful": true
- }
- ],
- "results": [
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.iconCancel.AccessibleLabel"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.iconCancel.AccessibleLabel",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "AccessibleLabel",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown.iconCancel"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "acc-AccessibleLabelNeeded",
- "ruleIndex": 0
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.iconCancel.TabIndex"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.iconCancel.TabIndex",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "TabIndex",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown.iconCancel"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
- "ruleIndex": 1
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.iconDown.AccessibleLabel"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.iconDown.AccessibleLabel",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "AccessibleLabel",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown.iconDown"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "acc-AccessibleLabelNeeded",
- "ruleIndex": 0
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.iconDown.TabIndex"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.iconDown.TabIndex",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "TabIndex",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown.iconDown"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
- "ruleIndex": 1
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.galLvl1.AccessibleLabel"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.galLvl1.AccessibleLabel",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "AccessibleLabel",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown.galLvl1"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "acc-AccessibleLabelNeeded",
- "ruleIndex": 0
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.galLvl1.TabIndex"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.galLvl1.TabIndex",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "TabIndex",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown.galLvl1"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
- "ruleIndex": 1
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.galLvl2.AccessibleLabel"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.galLvl2.AccessibleLabel",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "AccessibleLabel",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown.galLvl2"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "acc-AccessibleLabelNeeded",
- "ruleIndex": 0
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.galLvl2.TabIndex"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.galLvl2.TabIndex",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "TabIndex",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown.galLvl2"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
- "ruleIndex": 1
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "Screen1"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "Screen1",
- "relativeAddress": 0
- }
- },
- "properties": {
- "module": "Screen1",
- "type": "Screen1"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Low"
- },
- "ruleId": "acc-ReadableScreenNameNeeded",
- "ruleIndex": 2
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "Screen2"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "Screen2",
- "relativeAddress": 0
- }
- },
- "properties": {
- "module": "Screen2",
- "type": "Screen2"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Low"
- },
- "ruleId": "acc-ReadableScreenNameNeeded",
- "ruleIndex": 2
- },
- {
- "locations": [
- {
- "logicalLocations": [
- {
- "fullyQualifiedName": "CascadingDropdown.varLevel1Item"
- }
- ],
- "physicalLocation": {
- "address": {
- "fullyQualifiedName": "CascadingDropdown.varLevel1Item",
- "relativeAddress": 0
- }
- },
- "properties": {
- "member": "varLevel1Item",
- "module": "CascadingDropdown",
- "type": "CascadingDropdown"
- }
- }
- ],
- "message": {
- "id": "issue"
- },
- "properties": {
- "level": "Medium"
- },
- "ruleId": "app-UnusedVariables",
- "ruleIndex": 3
- }
- ],
- "tool": {
- "driver": {
- "fullName": "PowerApps app checker",
- "name": "PowerApps app checker",
- "rules": [
- {
- "id": "acc-AccessibleLabelNeeded",
- "messageStrings": {
- "issue": {
- "text": "Missing accessible label"
- }
- },
- "properties": {
- "componentType": "app",
- "howToFix": [
- "Edit the accessible label property to describe the item."
- ],
- "level": "Medium",
- "primaryCategory": "accessibility",
- "whyFix": "If there's no accessible text, people who can’t see the screen won't understand what’s in images and controls."
- }
- },
- {
- "id": "acc-TabIndexShouldBeDefinedForInteractiveControl",
- "messageStrings": {
- "issue": {
- "text": "Missing tab stop"
- }
- },
- "properties": {
- "componentType": "app",
- "howToFix": [
- "Set TabIndex to 0 or greater to ensure that interactive elements have a tab stop."
- ],
- "level": "Medium",
- "primaryCategory": "accessibility",
- "whyFix": "People who use the keyboard with your app will not be able to access this element without a tab stop."
- }
- },
- {
- "id": "acc-ReadableScreenNameNeeded",
- "messageStrings": {
- "issue": {
- "text": "Revise screen name"
- }
- },
- "properties": {
- "componentType": "app",
- "howToFix": [
- "Give the screen a title that describes what's on the screen or what it's used for."
- ],
- "level": "Low",
- "primaryCategory": "accessibility",
- "whyFix": "People who are blind, have low vision, or a reading disability rely on screen titles to navigate using the screen reader. "
- }
- },
- {
- "id": "app-UnusedVariables",
- "messageStrings": {
- "issue": {
- "text": "Unused variable"
- }
- },
- "properties": {
- "componentType": "app",
- "howToFix": [
- "Remove the unused variable."
- ],
- "level": "Medium",
- "primaryCategory": "performance",
- "whyFix": "This variable is declared but is not referenced by any control, so it is not needed."
- }
- }
- ],
- "version": "1.326"
- }
- }
- }
- ],
- "version": "2.1.0"
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Entropy/Entropy.json b/samples/cascading-dropdown-component/source/Entropy/Entropy.json
deleted file mode 100644
index d51a2690..00000000
--- a/samples/cascading-dropdown-component/source/Entropy/Entropy.json
+++ /dev/null
@@ -1,87 +0,0 @@
-{
- "ComponentIndexes": {
- "CascadingDropdown": 2,
- "CascadingDropdown_1": 2
- },
- "ControlUniqueGuids": {},
- "ControlUniqueIds": {
- "App": 1,
- "Button1": 9,
- "Button1_1": 12,
- "CascadingDropdown": 3,
- "CascadingDropdown_1": 14,
- "galleryTemplate2": 8,
- "galleryTemplate3": 11,
- "galLvl1": 7,
- "galLvl2": 10,
- "iconCancel": 5,
- "iconDown": 6,
- "lblSelectedItem": 4,
- "Screen1": 13,
- "Screen2": 15
- },
- "FunctionParamsInvariantScripts": {},
- "FunctionParamsInvariantScriptsOnInstances": {},
- "HeaderLastSavedDateTimeUTC": "10/29/2022 18:29:21",
- "IsLegacyComponentAllowGlobalScopeCase": false,
- "LocalConnectionIDReferences": {},
- "LocalDatabaseReferencesAsEmpty": false,
- "LocalResourceFileNames": {},
- "LocalResourceRootPaths": {},
- "OldLogoFileName": "ni1ybnnf.jpg",
- "OrderComponentMetadata": {
- "45ca6ff661df470ab4d4c257ba9cfb7e": 0
- },
- "OrderComponentTemplate": {
- "45ca6ff661df470ab4d4c257ba9cfb7e": 0
- },
- "OrderDataSource": {
- "1.K3Mf9I2ZSkCceYWHGMs9oQ==.colSelectedItems": 1,
- "CustomGallerySample": 0
- },
- "OrderGroupControls": {},
- "OrderPcfTemplate": {},
- "OrderTemplate": {},
- "OrderXMLTemplate": {
- "button": 3,
- "gallery": 2,
- "icon": 1,
- "label": 0
- },
- "PublishOrderIndices": {
- "App": 0,
- "Button1": 6,
- "Button1_1": 9,
- "CascadingDropdown": 0,
- "CascadingDropdown_1": 0,
- "galleryTemplate2": 5,
- "galleryTemplate3": 8,
- "galLvl1": 4,
- "galLvl2": 7,
- "iconCancel": 2,
- "iconDown": 3,
- "lblSelectedItem": 1,
- "Screen1": 0,
- "Screen2": 0
- },
- "ResourcesJsonIndices": {
- "Image-SampleImage": 0
- },
- "RuleScreenIdWithoutScreen": {},
- "TemplateVersions": {},
- "VolatileProperties": {
- "AnalysisLoadTime": 0.1981085,
- "ControlCount": {
- "45ca6ff661df470ab4d4c257ba9cfb7e": 2,
- "button": 2,
- "gallery": 2,
- "galleryTemplate": 2,
- "icon": 2,
- "label": 1,
- "screen": 2
- },
- "DeserializationLoadTime": 4.6773054,
- "ErrorCount": 0
- },
- "WasLocalDatabaseReferencesEmpty": true
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Entropy/checksum.json b/samples/cascading-dropdown-component/source/Entropy/checksum.json
deleted file mode 100644
index b63c23eb..00000000
--- a/samples/cascading-dropdown-component/source/Entropy/checksum.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "ClientBuildDetails": {
- "CommitHash": "2fae9da01ab475b6532d8d034370feec6ed58df1",
- "IsLocalBuild": false
- },
- "ClientPerFileChecksums": {
- "AppCheckerResult.sarif": "C8_agup0JWdrQQYTrRscSfGzZtNfzgOrF945YdeGPePvQg=",
- "Components\\3.json": "C8_lYMB7oCDNa7P7OrnWv9hhwGhPU2P42Y+dJPfBnPWLlU=",
- "ComponentsMetadata.json": "C8_dM785zz3BuUuJjpPZpN1YdZKkUfH2HSYBq1v/JVY4yk=",
- "Controls\\1.json": "C8_Fvn98utdGKY6ZOh7LfgIvqJnh4hvZUJGncuNJuYjlYk=",
- "Controls\\13.json": "C8_24kw2NV+z6WmMLmQoaHu5eQTccJOeGpRHwFp2makZvw=",
- "Controls\\15.json": "C8_YfapiMxr+daod/yW8MH3syTLwxzGt89ql5ie4gGw/Wo=",
- "Header.json": "C8_6IPj+rofSmsm9ZFI6mjjt96hZJdzyHc1OER9XgA4SRE=",
- "Properties.json": "C8_3IRJLheRLm/iKl+pFWnKoOpoBuimGYf8eqPYnSaFOOU=",
- "References\\DataSources.json": "C8_Cmi7VLktByFgQAOuE9xhsNGr0jEgW6eQamyN2t13ZWQ=",
- "References\\Resources.json": "C8_s+se9qfOYnCKwfIt6gbv1FGBHW47JCt5d/CkUpqbcjk=",
- "References\\Templates.json": "C8_sG3q5H6RWBWPwSjUwoLJ2lKr/zA6+jcNR5reE5iWE4U=",
- "References\\Themes.json": "C8_ICevVr7hFBimNEmK/6NDb4YE2H0Ri8BUiWgASaENw7U=",
- "Resources\\ni1ybnnf.jpg": "C8_mEX4tiDd4+5d71JPK6SrjAp/OAC+v2xPt5pCrBH60Dg=",
- "Resources\\PublishInfo.json": "C8_4QJvge0GmaEUmePrMgL6ue4ECwcuMHFdpnFhX+Vjkmc="
- },
- "ClientStampedChecksum": "C8_MDrsHp4KAreE3nDYvaz5u/8CamL5i4+IFapdrA2TeVw=",
- "ServerPerFileChecksums": {
- "AppCheckerResult.sarif": "C8_agup0JWdrQQYTrRscSfGzZtNfzgOrF945YdeGPePvQg=",
- "Components\\3.json": "C8_lYMB7oCDNa7P7OrnWv9hhwGhPU2P42Y+dJPfBnPWLlU=",
- "ComponentsMetadata.json": "C8_dM785zz3BuUuJjpPZpN1YdZKkUfH2HSYBq1v/JVY4yk=",
- "Controls\\1.json": "C8_Fvn98utdGKY6ZOh7LfgIvqJnh4hvZUJGncuNJuYjlYk=",
- "Controls\\13.json": "C8_24kw2NV+z6WmMLmQoaHu5eQTccJOeGpRHwFp2makZvw=",
- "Controls\\15.json": "C8_YfapiMxr+daod/yW8MH3syTLwxzGt89ql5ie4gGw/Wo=",
- "Header.json": "C8_6IPj+rofSmsm9ZFI6mjjt96hZJdzyHc1OER9XgA4SRE=",
- "Properties.json": "C8_3IRJLheRLm/iKl+pFWnKoOpoBuimGYf8eqPYnSaFOOU=",
- "References\\DataSources.json": "C8_Cmi7VLktByFgQAOuE9xhsNGr0jEgW6eQamyN2t13ZWQ=",
- "References\\Resources.json": "C8_s+se9qfOYnCKwfIt6gbv1FGBHW47JCt5d/CkUpqbcjk=",
- "References\\Templates.json": "C8_sG3q5H6RWBWPwSjUwoLJ2lKr/zA6+jcNR5reE5iWE4U=",
- "References\\Themes.json": "C8_ICevVr7hFBimNEmK/6NDb4YE2H0Ri8BUiWgASaENw7U=",
- "Resources\\ni1ybnnf.jpg": "C8_mEX4tiDd4+5d71JPK6SrjAp/OAC+v2xPt5pCrBH60Dg=",
- "Resources\\PublishInfo.json": "C8_4QJvge0GmaEUmePrMgL6ue4ECwcuMHFdpnFhX+Vjkmc="
- },
- "ServerStampedChecksum": "C8_MDrsHp4KAreE3nDYvaz5u/8CamL5i4+IFapdrA2TeVw="
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Src/App.fx.yaml b/samples/cascading-dropdown-component/source/Src/App.fx.yaml
deleted file mode 100644
index a7a60eb9..00000000
--- a/samples/cascading-dropdown-component/source/Src/App.fx.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-App As appinfo:
- BackEnabled: =false
-
diff --git a/samples/cascading-dropdown-component/source/Src/Components/CascadingDropdown.fx.yaml b/samples/cascading-dropdown-component/source/Src/Components/CascadingDropdown.fx.yaml
deleted file mode 100644
index 6c7b0532..00000000
--- a/samples/cascading-dropdown-component/source/Src/Components/CascadingDropdown.fx.yaml
+++ /dev/null
@@ -1,256 +0,0 @@
-CascadingDropdown As CanvasComponent:
- AllowMultipleSelections: =false
- DefaultText: ="Please Select Item"
- Fill: =RGBA(0, 0, 0, 0)
- FontSize: =18
- Height: =640
- Level1Items: |-
- =Table(
- {
- Name: "Fruit",
- Order: 10,
- SubItems: true
- },
- {
- Name: "Vegetables",
- Order: 10,
- SubItems: true
- },
- {
- Name: "Bread",
- Order: 10,
- SubItems: true
- },
- {
- Name: "Meat",
- Order: 10,
- SubItems: true
- }
- )
- Level1VisibleOutput: =varShowLevel1
- Level2Items: |-
- =Table(
- {
- Name: "Apple",
- Order: 10,
- ParentItem: "Fruit"
- },
- {
- Name: "Banana",
- Order: 10,
- ParentItem: "Fruit"
- },
- {
- Name: "Orange",
- Order: 10,
- ParentItem: "Fruit"
- },
- {
- Name: "Brocolli",
- Order: 10,
- ParentItem: "Vegetables"
- },
- {
- Name: "Asparagus",
- Order: 10,
- ParentItem: "Vegetables"
- },
- {
- Name: "Wheat",
- Order: 10,
- ParentItem: "Bread"
- },
- {
- Name: "Rye",
- Order: 10,
- ParentItem: "Bread"
- },
- {
- Name: "Sourdough",
- Order: 10,
- ParentItem: "Bread"
- },
- {
- Name: "Chicken",
- Order: 10,
- ParentItem: "Meat"
- },
- {
- Name: "Pork",
- Order: 10,
- ParentItem: "Meat"
- }
- )
- Level2VisibleOutput: =varShowLevel2
- SelectedItem: =varItemOutput
- SelectedItemTable: =colSelectedItems
- ShowLevel1: =true
- ShowLevel2: =true
- Width: =640
- X: =0
- Y: =0
- ZIndex: =1
-
- galLvl2 As gallery.variableTemplateHeightGallery:
- BorderColor: =RGBA(230, 230, 230, 1)
- BorderThickness: =1
- Height: =495
- Items: =Filter(CascadingDropdown.Level2Items,ParentItem = galLvl1.Selected.Name)
- Layout: =Layout.Vertical
- TemplateSize: =78
- Visible: =CascadingDropdown.Level2VisibleOutput
- Width: =318
- X: =299
- Y: =95
- ZIndex: =1
-
- Button1_1 As button:
- Align: =Align.Left
- BorderThickness: =0
- Color: =RGBA(46, 46, 46, 1)
- Fill: =RGBA(255, 255, 255, 1)
- Font: =Font.'Segoe UI'
- FontWeight: =FontWeight.Normal
- Height: =70
- HoverColor: =Self.Color
- HoverFill: =LightGray
- OnSelect: |-
- =Select(Parent);
- If(
- CascadingDropdown.AllowMultipleSelections,
- If(
- IsBlank(
- LookUp(
- colSelectedItems,
- Name = ThisItem.Name
- )
- ),
- Collect(
- colSelectedItems,
- ThisItem
- ),Notify("Item already selected")
- ),
- Set(
- varItemOutput,
- ThisItem
- );
- Set(
- varShowLevel2,
- false
- );
- Set(
- varShowLevel1,
- false
- )
- )
- PressedColor: =Self.Color
- PressedFill: =LightGray
- RadiusBottomLeft: =0
- RadiusBottomRight: =0
- RadiusTopLeft: =0
- RadiusTopRight: =0
- Size: =CascadingDropdown.FontSize
- Text: =ThisItem.Name
- Width: =Parent.Width -50
- X: =5
- Y: =5
- ZIndex: =1
-
- galLvl1 As gallery.variableTemplateHeightGallery:
- BorderColor: =RGBA(230, 230, 230, 1)
- BorderThickness: =1
- Height: =495
- Items: =CascadingDropdown.Level1Items
- Layout: =Layout.Vertical
- TemplateSize: =83
- Visible: =CascadingDropdown.Level1VisibleOutput
- Width: =276
- X: =10
- Y: =95
- ZIndex: =2
-
- Button1 As button:
- Align: =Align.Left
- BorderThickness: =0
- Color: =RGBA(46, 46, 46, 1)
- Fill: =If(ThisItem.IsSelected,LightGray, RGBA(255, 255, 255, 1))
- Font: =Font.'Segoe UI'
- FontWeight: =FontWeight.Normal
- Height: =70
- HoverColor: =Self.Color
- HoverFill: =LightGray
- OnSelect: =Select(Parent);Set(varLevel1Item,ThisItem);Set(varShowLevel2,true)
- PressedColor: =Self.Color
- PressedFill: =LightGray
- RadiusBottomLeft: =0
- RadiusBottomRight: =0
- RadiusTopLeft: =0
- RadiusTopRight: =0
- Size: =CascadingDropdown.FontSize
- Text: =ThisItem.Name & " ▶"
- Width: =Parent.Width -50
- X: =10
- Y: =5
- ZIndex: =2
-
- lblSelectedItem As label:
- BorderColor: =RGBA(230, 230, 230, 1)
- BorderThickness: =2
- Height: =70
- PaddingLeft: =25
- Size: =CascadingDropdown.FontSize
- Text: |-
- =//If allow multiple selections is on then show the collection of items, if not show the single selected item
- If(
- CascadingDropdown.AllowMultipleSelections,
- If(
- IsEmpty(colSelectedItems),
- CascadingDropdown.DefaultText,
- Concat(
- CascadingDropdown.SelectedItemTable,
- Name,
- ", "
- )
- ),
- If(
- IsBlank(CascadingDropdown.SelectedItem.Name),
- CascadingDropdown.DefaultText,
- CascadingDropdown.SelectedItem.Name
- )
- )
- Width: =607
- X: =10
- Y: =11
- ZIndex: =3
-
- iconDown As icon.ChevronDown:
- Color: =RGBA(128, 128, 128, 1)
- Height: =40
- Icon: =Icon.ChevronDown
- OnSelect: |-
- =//Toggle the variables which control the visibility of the two galleries
- Set(varShowLevel1,!varShowLevel1);Set(varShowLevel2,!varShowLevel2)
- Width: =40
- X: =554
- Y: =26
- ZIndex: =4
-
- iconCancel As icon.Cancel:
- Color: =RGBA(128, 128, 128, 1)
- Height: =25
- Icon: =Icon.Cancel
- OnSelect: |-
- =//Clear out the collection of selected items
- ClearCollect(colSelectedItems,Blank())
- Visible: |-
- =//Only show if the allow multiple selections toggle is on and the collection of selected items is not empty
- If(
- CascadingDropdown.AllowMultipleSelections = true && !IsEmpty(colSelectedItems),
- true,
- false
- )
- Width: =25
- X: =10
- Y: =11
- ZIndex: =5
-
diff --git a/samples/cascading-dropdown-component/source/Src/Components/CascadingDropdown.json b/samples/cascading-dropdown-component/source/Src/Components/CascadingDropdown.json
deleted file mode 100644
index 4573ff03..00000000
--- a/samples/cascading-dropdown-component/source/Src/Components/CascadingDropdown.json
+++ /dev/null
@@ -1,2537 +0,0 @@
-{
- "ComponentAllowCustomization": true,
- "ComponentChangedSinceFileImport": true,
- "ComponentDefinitionInfo": {
- "AllowAccessToGlobals": false,
- "Children": [
- {
- "AllowAccessToGlobals": true,
- "Children": [],
- "ControlPropertyState": [
- "Live",
- "Overflow",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "\"Text\"",
- "InvariantPropertyName": "Text",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Role",
- "Color",
- "DisabledColor",
- "PressedColor",
- "HoverColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "Font",
- "FontWeight",
- "Align",
- "VerticalAlign",
- "X",
- "Y",
- "Width",
- "Height",
- "DisplayMode",
- "ZIndex",
- "LineHeight",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Size",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Italic",
- "Underline",
- "Strikethrough",
- "PaddingTop",
- "PaddingRight",
- "PaddingBottom",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "PaddingLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "ControlUniqueId": "4",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "lblSelectedItem",
- "Parent": "CascadingDropdown",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 1,
- "Rules": [
- {
- "Category": "Data",
- "InvariantScript": "TextRole.Default",
- "Property": "Role",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "InvariantScript": "//If allow multiple selections is on then show the collection of items, if not show the single selected item\nIf(\n CascadingDropdown.AllowMultipleSelections,\n If(\n IsEmpty(colSelectedItems),\n CascadingDropdown.DefaultText,\n Concat(\n CascadingDropdown.SelectedItemTable,\n Name,\n \", \"\n )\n ),\n If(\n IsBlank(CascadingDropdown.SelectedItem.Name),\n CascadingDropdown.DefaultText,\n CascadingDropdown.SelectedItem.Name\n )\n)",
- "Property": "Text",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "InvariantScript": "Live.Off",
- "Property": "Live",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "CascadingDropdown.FontSize",
- "Property": "Size",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "2",
- "Property": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "1.2",
- "Property": "LineHeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "3",
- "Property": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "DisplayMode.Edit",
- "Property": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "25",
- "Property": "PaddingLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "5",
- "Property": "PaddingBottom",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "70",
- "Property": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "607",
- "Property": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "5",
- "Property": "PaddingRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "5",
- "Property": "PaddingTop",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "11",
- "Property": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Strikethrough",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "10",
- "Property": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "VerticalAlign.Middle",
- "Property": "VerticalAlign",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Underline",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Italic",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Align.Left",
- "Property": "Align",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "FontWeight.Normal",
- "Property": "FontWeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Font.'Open Sans'",
- "Property": "Font",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "BorderStyle.Solid",
- "Property": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(56, 56, 56, 1)",
- "Property": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(230, 230, 230, 1)",
- "Property": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(166, 166, 166, 1)",
- "Property": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 1)",
- "Property": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Overflow.Hidden",
- "Property": "Overflow",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Color",
- "Property": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Color",
- "Property": "PressedColor",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultLabelStyle",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/label",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "label",
- "OverridableProperties": {},
- "Version": "2.5.1"
- },
- "Type": "ControlInfo",
- "VariantName": ""
- },
- {
- "AllowAccessToGlobals": true,
- "Children": [],
- "ControlPropertyState": [
- "Icon",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Color",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledColor",
- "PressedColor",
- "HoverColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "DisplayMode",
- "X",
- "Y",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Width",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Height",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "BorderStyle",
- "BorderColor",
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "FocusedBorderColor",
- "ZIndex",
- "BorderThickness",
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Visible",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "false",
- "InvariantPropertyName": "OnSelect",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "ControlUniqueId": "5",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "iconCancel",
- "Parent": "CascadingDropdown",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 2,
- "Rules": [
- {
- "Category": "Design",
- "InvariantScript": "25",
- "Property": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "25",
- "Property": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "11",
- "Property": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "//Only show if the allow multiple selections toggle is on and the collection of selected items is not empty\nIf(\n CascadingDropdown.AllowMultipleSelections = true && !IsEmpty(colSelectedItems),\n true,\n false\n)",
- "Property": "Visible",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "10",
- "Property": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "2",
- "Property": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "5",
- "Property": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "DisplayMode.Edit",
- "Property": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(244, 244, 244, 1)",
- "Property": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(128, 128, 128, 1)",
- "Property": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Icon.Cancel",
- "Property": "Icon",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.BorderColor, 20%)",
- "Property": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.BorderColor, -20%)",
- "Property": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(166, 166, 166, 1)",
- "Property": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 18, 107, 1)",
- "Property": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "BorderStyle.Solid",
- "Property": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.Color, 20%)",
- "Property": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.Color, -20%)",
- "Property": "PressedColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "InvariantScript": "//Clear out the collection of selected items\nClearCollect(colSelectedItems,Blank())",
- "Property": "OnSelect",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultIconStyle",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/icon",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "icon",
- "OverridableProperties": {},
- "Version": "2.5.0"
- },
- "Type": "ControlInfo",
- "VariantName": "Cancel"
- },
- {
- "AllowAccessToGlobals": true,
- "Children": [],
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Icon",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Color",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledColor",
- "PressedColor",
- "HoverColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "DisplayMode",
- "X",
- "Y",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Width",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Height",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "BorderStyle",
- "BorderColor",
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "FocusedBorderColor",
- "ZIndex",
- "BorderThickness",
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "false",
- "InvariantPropertyName": "OnSelect",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "ControlUniqueId": "6",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "iconDown",
- "Parent": "CascadingDropdown",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 3,
- "Rules": [
- {
- "Category": "Design",
- "InvariantScript": "26",
- "Property": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "554",
- "Property": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "DisplayMode.Edit",
- "Property": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "2",
- "Property": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "4",
- "Property": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(166, 166, 166, 1)",
- "Property": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 18, 107, 1)",
- "Property": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(244, 244, 244, 1)",
- "Property": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(128, 128, 128, 1)",
- "Property": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Icon.ChevronDown",
- "Property": "Icon",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.BorderColor, 20%)",
- "Property": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.BorderColor, -20%)",
- "Property": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "BorderStyle.Solid",
- "Property": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "40",
- "Property": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "40",
- "Property": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.Color, 20%)",
- "Property": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.Color, -20%)",
- "Property": "PressedColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "InvariantScript": "//Toggle the variables which control the visibility of the two galleries\nSet(varShowLevel1,!varShowLevel1);Set(varShowLevel2,!varShowLevel2)",
- "Property": "OnSelect",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultIconStyle",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/icon",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "icon",
- "OverridableProperties": {},
- "Version": "2.5.0"
- },
- "Type": "ControlInfo",
- "VariantName": "ChevronDown"
- },
- {
- "AllowAccessToGlobals": true,
- "Children": [
- {
- "AllowAccessToGlobals": true,
- "Children": [],
- "ControlPropertyState": [
- "TemplateFill"
- ],
- "ControlUniqueId": "8",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": true,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "galleryTemplate2",
- "Parent": "galLvl1",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 5,
- "Rules": [
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "TemplateFill",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/galleryTemplate",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "galleryTemplate",
- "OverridableProperties": {},
- "Version": "1.0"
- },
- "Type": "ControlInfo",
- "VariantName": ""
- },
- {
- "AllowAccessToGlobals": true,
- "Children": [],
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Select(Parent)",
- "InvariantPropertyName": "OnSelect",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "\"Button\"",
- "InvariantPropertyName": "Text",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "BorderColor",
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Color",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Self.Fill",
- "InvariantPropertyName": "PressedColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "RGBA(255, 255, 255, 1)",
- "InvariantPropertyName": "HoverColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisplayMode",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Fill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledFill",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Self.Color",
- "InvariantPropertyName": "PressedFill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)",
- "InvariantPropertyName": "HoverFill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Font",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "FontWeight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Align",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "VerticalAlign",
- "X",
- "Y",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "280",
- "InvariantPropertyName": "Width",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Height",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusTopLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusTopRight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusBottomLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusBottomRight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Size",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Italic",
- "Underline",
- "Strikethrough"
- ],
- "ControlUniqueId": "9",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "Button1",
- "Parent": "galLvl1",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 6,
- "Rules": [
- {
- "Category": "Data",
- "InvariantScript": "ThisItem.Name & \" ▶\"",
- "Property": "Text",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.BorderColor, 20%)",
- "Property": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(166, 166, 166, 1)",
- "Property": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.Fill, -15%)",
- "Property": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "BorderStyle.Solid",
- "Property": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(46, 46, 46, 1)",
- "Property": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(166, 166, 166, 1)",
- "Property": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Parent.Width -50",
- "Property": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Color",
- "Property": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "DisplayMode.Edit",
- "Property": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "If(ThisItem.IsSelected,LightGray, RGBA(255, 255, 255, 1))",
- "Property": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(244, 244, 244, 1)",
- "Property": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "LightGray",
- "Property": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "LightGray",
- "Property": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Font.'Segoe UI'",
- "Property": "Font",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "FontWeight.Normal",
- "Property": "FontWeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Align.Left",
- "Property": "Align",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "VerticalAlign.Middle",
- "Property": "VerticalAlign",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "10",
- "Property": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "5",
- "Property": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Color",
- "Property": "PressedColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "70",
- "Property": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "2",
- "Property": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "RadiusTopLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "RadiusTopRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "RadiusBottomLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "RadiusBottomRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "4",
- "Property": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "CascadingDropdown.FontSize",
- "Property": "Size",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Italic",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Underline",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Strikethrough",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "InvariantScript": "Select(Parent);Set(varLevel1Item,ThisItem);Set(varShowLevel2,true)",
- "Property": "OnSelect",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultButtonStyle",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/button",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "button",
- "OverridableProperties": {},
- "Version": "2.2.0"
- },
- "Type": "ControlInfo",
- "VariantName": ""
- }
- ],
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "CustomGallerySample",
- "InvariantPropertyName": "Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "WrapCount",
- "TemplateSize",
- "Layout",
- "Transition",
- "LoadingSpinner",
- "LoadingSpinnerColor",
- "DisplayMode",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "X",
- "Y",
- "Width",
- "Height",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Visible",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "ControlUniqueId": "7",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "galLvl1",
- "Parent": "CascadingDropdown",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 4,
- "Rules": [
- {
- "Category": "Data",
- "InvariantScript": "1",
- "Property": "WrapCount",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "InvariantScript": "CascadingDropdown.Level1Items",
- "Property": "Items",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(230, 230, 230, 1)",
- "Property": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "DisplayMode.Edit",
- "Property": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "LoadingSpinner.None",
- "Property": "LoadingSpinner",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Transition.None",
- "Property": "Transition",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Layout.Vertical",
- "Property": "Layout",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "83",
- "Property": "TemplateSize",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "1",
- "Property": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "2",
- "Property": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "495",
- "Property": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "276",
- "Property": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "95",
- "Property": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "10",
- "Property": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "BorderStyle.Solid",
- "Property": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "LoadingSpinnerColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "CascadingDropdown.Level1VisibleOutput",
- "Property": "Visible",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultGalleryStyle",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/gallery",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "gallery",
- "OverridableProperties": {},
- "Version": "2.13.2"
- },
- "Type": "ControlInfo",
- "VariantName": "variableTemplateHeightGallery"
- },
- {
- "AllowAccessToGlobals": true,
- "Children": [
- {
- "AllowAccessToGlobals": true,
- "Children": [],
- "ControlPropertyState": [
- "TemplateFill"
- ],
- "ControlUniqueId": "11",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": true,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "galleryTemplate3",
- "Parent": "galLvl2",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 8,
- "Rules": [
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "TemplateFill",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/galleryTemplate",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "galleryTemplate",
- "OverridableProperties": {},
- "Version": "1.0"
- },
- "Type": "ControlInfo",
- "VariantName": ""
- },
- {
- "AllowAccessToGlobals": true,
- "Children": [],
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Select(Parent)",
- "InvariantPropertyName": "OnSelect",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "\"Button\"",
- "InvariantPropertyName": "Text",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "BorderColor",
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Color",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Self.Fill",
- "InvariantPropertyName": "PressedColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "RGBA(255, 255, 255, 1)",
- "InvariantPropertyName": "HoverColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisplayMode",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Fill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledFill",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Self.Color",
- "InvariantPropertyName": "PressedFill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)",
- "InvariantPropertyName": "HoverFill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Font",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "FontWeight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Align",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "VerticalAlign",
- "X",
- "Y",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "280",
- "InvariantPropertyName": "Width",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Height",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusTopLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusTopRight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusBottomLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusBottomRight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Size",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Italic",
- "Underline",
- "Strikethrough"
- ],
- "ControlUniqueId": "12",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "Button1_1",
- "Parent": "galLvl2",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 9,
- "Rules": [
- {
- "Category": "Data",
- "InvariantScript": "ThisItem.Name",
- "Property": "Text",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Parent.Width -50",
- "Property": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(166, 166, 166, 1)",
- "Property": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "LightGray",
- "Property": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Color",
- "Property": "PressedColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "BorderStyle.Solid",
- "Property": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(46, 46, 46, 1)",
- "Property": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(166, 166, 166, 1)",
- "Property": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.BorderColor, 20%)",
- "Property": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Color",
- "Property": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "DisplayMode.Edit",
- "Property": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(255, 255, 255, 1)",
- "Property": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(244, 244, 244, 1)",
- "Property": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "LightGray",
- "Property": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Font.'Segoe UI'",
- "Property": "Font",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "FontWeight.Normal",
- "Property": "FontWeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Align.Left",
- "Property": "Align",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "VerticalAlign.Middle",
- "Property": "VerticalAlign",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "5",
- "Property": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "5",
- "Property": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "ColorFade(Self.Fill, -15%)",
- "Property": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "70",
- "Property": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "1",
- "Property": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "RadiusTopLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "RadiusTopRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "RadiusBottomLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "RadiusBottomRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "4",
- "Property": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "CascadingDropdown.FontSize",
- "Property": "Size",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Italic",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Underline",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "false",
- "Property": "Strikethrough",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "InvariantScript": "Select(Parent);\nIf(\n CascadingDropdown.AllowMultipleSelections,\n If(\n IsBlank(\n LookUp(\n colSelectedItems,\n Name = ThisItem.Name\n )\n ),\n Collect(\n colSelectedItems,\n ThisItem\n ),Notify(\"Item already selected\")\n ),\n Set(\n varItemOutput,\n ThisItem\n );\n Set(\n varShowLevel2,\n false\n );\n Set(\n varShowLevel1,\n false\n )\n)",
- "Property": "OnSelect",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultButtonStyle",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/button",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "button",
- "OverridableProperties": {},
- "Version": "2.2.0"
- },
- "Type": "ControlInfo",
- "VariantName": ""
- }
- ],
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "CustomGallerySample",
- "InvariantPropertyName": "Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "WrapCount",
- "TemplateSize",
- "Layout",
- "Transition",
- "LoadingSpinner",
- "LoadingSpinnerColor",
- "DisplayMode",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "X",
- "Y",
- "Width",
- "Height",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Visible",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "ControlUniqueId": "10",
- "HasDynamicProperties": false,
- "Index": 0,
- "IsAutoGenerated": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "galLvl2",
- "Parent": "CascadingDropdown",
- "PersistMetaDataIDKey": false,
- "PublishOrderIndex": 7,
- "Rules": [
- {
- "Category": "Data",
- "InvariantScript": "1",
- "Property": "WrapCount",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "InvariantScript": "Filter(CascadingDropdown.Level2Items,ParentItem = galLvl1.Selected.Name)",
- "Property": "Items",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(230, 230, 230, 1)",
- "Property": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "DisplayMode.Edit",
- "Property": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "LoadingSpinner.None",
- "Property": "LoadingSpinner",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Transition.None",
- "Property": "Transition",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Layout.Vertical",
- "Property": "Layout",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "78",
- "Property": "TemplateSize",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "1",
- "Property": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "1",
- "Property": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "495",
- "Property": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "318",
- "Property": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "95",
- "Property": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "299",
- "Property": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "BorderStyle.Solid",
- "Property": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.Fill",
- "Property": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "Self.BorderColor",
- "Property": "LoadingSpinnerColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "CascadingDropdown.Level2VisibleOutput",
- "Property": "Visible",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultGalleryStyle",
- "Template": {
- "CustomGroupControlTemplateName": "",
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/gallery",
- "IsComponentDefinition": false,
- "IsCustomGroupControlTemplate": false,
- "IsPremiumPcfControl": false,
- "LastModifiedTimestamp": "0",
- "Name": "gallery",
- "OverridableProperties": {},
- "Version": "2.13.2"
- },
- "Type": "ControlInfo",
- "VariantName": "variableTemplateHeightGallery"
- }
- ],
- "ControlPropertyState": [
- "Fill",
- "Height",
- "Width",
- "X",
- "Y",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Table(\n {\n Name: \"Item 1\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 2\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 3\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 4\",\n Order: 10,\n SubItems: true\n }\n)",
- "InvariantPropertyName": "Level1Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Table(\n {\n Name: \"Item 1\",\n Order: 10,\n ParentItem: \"Item 1\"\n },\n {\n Name: \"Item 2\",\n Order: 10,\n ParentItem: \"Item 2\"\n },\n {\n Name: \"Item 3\",\n Order: 10,\n ParentItem: \"Item 3\"\n },\n {\n Name: \"Item 4\",\n Order: 10,\n ParentItem: \"Item 4\"\n }\n)",
- "InvariantPropertyName": "Level2Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "SelectedItem",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "\"Text\"",
- "InvariantPropertyName": "DefaultText",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "100",
- "InvariantPropertyName": "FontSize",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "AllowMultipleSelections",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "ShowLevel1",
- "ShowLevel2",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Level1VisibleOutput",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Level2VisibleOutput",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "SelectedItemTable"
- ],
- "LastModifiedTimestamp": "638026648836749571",
- "Name": "CascadingDropdown",
- "Rules": [
- {
- "Category": "Data",
- "InvariantScript": "Table(\n {\n Name: \"Fruit\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Vegetables\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Bread\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Meat\",\n Order: 10,\n SubItems: true\n }\n)",
- "Property": "Level1Items",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "Table(\n {\n Name: \"Apple\",\n Order: 10,\n ParentItem: \"Fruit\"\n },\n {\n Name: \"Banana\",\n Order: 10,\n ParentItem: \"Fruit\"\n },\n {\n Name: \"Orange\",\n Order: 10,\n ParentItem: \"Fruit\"\n },\n {\n Name: \"Brocolli\",\n Order: 10,\n ParentItem: \"Vegetables\"\n },\n {\n Name: \"Asparagus\",\n Order: 10,\n ParentItem: \"Vegetables\"\n },\n {\n Name: \"Wheat\",\n Order: 10,\n ParentItem: \"Bread\"\n },\n {\n Name: \"Rye\",\n Order: 10,\n ParentItem: \"Bread\"\n },\n {\n Name: \"Sourdough\",\n Order: 10,\n ParentItem: \"Bread\"\n },\n {\n Name: \"Chicken\",\n Order: 10,\n ParentItem: \"Meat\"\n },\n {\n Name: \"Pork\",\n Order: 10,\n ParentItem: \"Meat\"\n }\n)",
- "Property": "Level2Items",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "varItemOutput",
- "Property": "SelectedItem",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "\"Please Select Item\"",
- "Property": "DefaultText",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "18",
- "Property": "FontSize",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "false",
- "Property": "AllowMultipleSelections",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "true",
- "Property": "ShowLevel1",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "true",
- "Property": "ShowLevel2",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "varShowLevel1",
- "Property": "Level1VisibleOutput",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "varShowLevel2",
- "Property": "Level2VisibleOutput",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "InvariantScript": "colSelectedItems",
- "Property": "SelectedItemTable",
- "RuleProviderType": "System"
- },
- {
- "Category": "Design",
- "InvariantScript": "1",
- "Property": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "0",
- "Property": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "640",
- "Property": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "640",
- "Property": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "InvariantScript": "RGBA(0, 0, 0, 0)",
- "Property": "Fill",
- "RuleProviderType": "System"
- }
- ]
- },
- "ComponentManifest": {
- "AllowAccessToGlobals": false,
- "AllowCustomization": true,
- "Description": "",
- "Name": "CascadingDropdown",
- "TemplateGuid": "45ca6ff661df470ab4d4c257ba9cfb7e"
- },
- "ComponentType": "CanvasComponent",
- "CustomGroupControlTemplateName": "",
- "CustomProperties": [
- {
- "Category": 0,
- "DisplayName": "Level 1 Items",
- "Hidden": false,
- "Name": "Level1Items",
- "PropertyDataTypeKey": "Table",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Table\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"Name\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Order\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"SubItems\",\"Kind\":\"_MinPrimitive\",\"EnumString\":\"\",\"Type\":[]}]}}"
- },
- {
- "Category": 0,
- "DisplayName": "Level 2 Items",
- "Hidden": false,
- "Name": "Level2Items",
- "PropertyDataTypeKey": "Table",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Table\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"Name\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Order\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ParentItem\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}}"
- },
- {
- "Category": 0,
- "DisplayName": "SelectedItem",
- "Hidden": true,
- "Name": "SelectedItem",
- "PropertyDataTypeKey": "Record",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"Name\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Order\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ParentItem\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}}"
- },
- {
- "Category": 0,
- "DisplayName": "Default Text",
- "Hidden": false,
- "Name": "DefaultText",
- "PropertyDataTypeKey": "String",
- "Tooltip": "Default Text if no item is selected",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}"
- },
- {
- "Category": 0,
- "DisplayName": "Font Size",
- "Hidden": false,
- "Name": "FontSize",
- "PropertyDataTypeKey": "Number",
- "Tooltip": "Font size throughout the component",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}}"
- },
- {
- "Category": 0,
- "DisplayName": "Allow Multiple Selections",
- "Hidden": false,
- "Name": "AllowMultipleSelections",
- "PropertyDataTypeKey": "Boolean",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"_MinPrimitive\",\"EnumString\":\"\",\"Type\":[]}}"
- },
- {
- "Category": 0,
- "DisplayName": "ShowLevel1",
- "Hidden": false,
- "Name": "ShowLevel1",
- "PropertyDataTypeKey": "Boolean",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"_MinPrimitive\",\"EnumString\":\"\",\"Type\":[]}}"
- },
- {
- "Category": 0,
- "DisplayName": "ShowLevel2",
- "Hidden": false,
- "Name": "ShowLevel2",
- "PropertyDataTypeKey": "Boolean",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"_MinPrimitive\",\"EnumString\":\"\",\"Type\":[]}}"
- },
- {
- "Category": 0,
- "DisplayName": "Level 1 Visible Output",
- "Hidden": true,
- "Name": "Level1VisibleOutput",
- "PropertyDataTypeKey": "Boolean",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"_MinPrimitive\",\"EnumString\":\"\",\"Type\":[]}}"
- },
- {
- "Category": 0,
- "DisplayName": "Level 2 Visible Output",
- "Hidden": true,
- "Name": "Level2VisibleOutput",
- "PropertyDataTypeKey": "Boolean",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"_MinPrimitive\",\"EnumString\":\"\",\"Type\":[]}}"
- },
- {
- "Category": 0,
- "DisplayName": "Selected Item Table ",
- "Hidden": true,
- "Name": "SelectedItemTable",
- "PropertyDataTypeKey": "Table",
- "Tooltip": "A custom property",
- "Type": "{\"Version\":\"1.326\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Table\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"Name\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Order\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ParentItem\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Value\",\"Kind\":\"ObjNull\",\"EnumString\":\"N\",\"Type\":[]}]}}"
- }
- ],
- "FirstParty": true,
- "Id": "http://microsoft.com/appmagic/Component",
- "IsComponentLocked": false,
- "IsComponentTemplate": true,
- "IsCustomGroupControlTemplate": false,
- "IsPcfControl": false,
- "IsPremiumPcfControl": false,
- "IsWidgetTemplate": false,
- "LastModifiedTimestamp": "638026648836749571",
- "Name": "45ca6ff661df470ab4d4c257ba9cfb7e",
- "OverridableProperties": {},
- "Version": "638025203896985882"
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Src/EditorState/App.editorstate.json b/samples/cascading-dropdown-component/source/Src/EditorState/App.editorstate.json
deleted file mode 100644
index 8c97206c..00000000
--- a/samples/cascading-dropdown-component/source/Src/EditorState/App.editorstate.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "ControlStates": {
- "App": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- "MinScreenHeight",
- "MinScreenWidth",
- "ConfirmExit",
- "SizeBreakpoints",
- "BackEnabled"
- ],
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": true,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "App",
- "ParentIndex": 0,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Data",
- "PropertyName": "ConfirmExit",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "BackEnabled",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "MinScreenHeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "MinScreenWidth",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "ConstantData",
- "PropertyName": "SizeBreakpoints",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "",
- "Type": "ControlInfo"
- }
- },
- "TopParentName": "App"
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Src/EditorState/CascadingDropdown.editorstate.json b/samples/cascading-dropdown-component/source/Src/EditorState/CascadingDropdown.editorstate.json
deleted file mode 100644
index e9b8ec1b..00000000
--- a/samples/cascading-dropdown-component/source/Src/EditorState/CascadingDropdown.editorstate.json
+++ /dev/null
@@ -1,2052 +0,0 @@
-{
- "ControlStates": {
- "Button1": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Select(Parent)",
- "InvariantPropertyName": "OnSelect",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "\"Button\"",
- "InvariantPropertyName": "Text",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "BorderColor",
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Color",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Self.Fill",
- "InvariantPropertyName": "PressedColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "RGBA(255, 255, 255, 1)",
- "InvariantPropertyName": "HoverColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisplayMode",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Fill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledFill",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Self.Color",
- "InvariantPropertyName": "PressedFill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)",
- "InvariantPropertyName": "HoverFill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Font",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "FontWeight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Align",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "VerticalAlign",
- "X",
- "Y",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "280",
- "InvariantPropertyName": "Width",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Height",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusTopLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusTopRight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusBottomLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusBottomRight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Size",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Italic",
- "Underline",
- "Strikethrough"
- ],
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "Button1",
- "ParentIndex": 1,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Data",
- "PropertyName": "Text",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Font",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FontWeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Align",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "VerticalAlign",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "RadiusTopLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "RadiusTopRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "RadiusBottomLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "RadiusBottomRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Size",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Italic",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Underline",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Strikethrough",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "PropertyName": "OnSelect",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultButtonStyle",
- "Type": "ControlInfo"
- },
- "Button1_1": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Select(Parent)",
- "InvariantPropertyName": "OnSelect",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "\"Button\"",
- "InvariantPropertyName": "Text",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "BorderColor",
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Color",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Self.Fill",
- "InvariantPropertyName": "PressedColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "RGBA(255, 255, 255, 1)",
- "InvariantPropertyName": "HoverColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisplayMode",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Fill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledFill",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Self.Color",
- "InvariantPropertyName": "PressedFill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)",
- "InvariantPropertyName": "HoverFill",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Font",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "FontWeight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Align",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "VerticalAlign",
- "X",
- "Y",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "280",
- "InvariantPropertyName": "Width",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Height",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusTopLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusTopRight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusBottomLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "RadiusBottomRight",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Size",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Italic",
- "Underline",
- "Strikethrough"
- ],
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "Button1_1",
- "ParentIndex": 1,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Data",
- "PropertyName": "Text",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Font",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FontWeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Align",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "VerticalAlign",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "RadiusTopLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "RadiusTopRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "RadiusBottomLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "RadiusBottomRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Size",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Italic",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Underline",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Strikethrough",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "PropertyName": "OnSelect",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultButtonStyle",
- "Type": "ControlInfo"
- },
- "CascadingDropdown": {
- "AllowAccessToGlobals": false,
- "ControlPropertyState": [
- "Fill",
- "Height",
- "Width",
- "X",
- "Y",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Table(\n {\n Name: \"Item 1\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 2\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 3\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 4\",\n Order: 10,\n SubItems: true\n }\n)",
- "InvariantPropertyName": "Level1Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Table(\n {\n Name: \"Item 1\",\n Order: 10,\n ParentItem: \"Item 1\"\n },\n {\n Name: \"Item 2\",\n Order: 10,\n ParentItem: \"Item 2\"\n },\n {\n Name: \"Item 3\",\n Order: 10,\n ParentItem: \"Item 3\"\n },\n {\n Name: \"Item 4\",\n Order: 10,\n ParentItem: \"Item 4\"\n }\n)",
- "InvariantPropertyName": "Level2Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "SelectedItem",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "\"Text\"",
- "InvariantPropertyName": "DefaultText",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "100",
- "InvariantPropertyName": "FontSize",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "AllowMultipleSelections",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "ShowLevel1",
- "ShowLevel2",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Level1VisibleOutput",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Level2VisibleOutput",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "SelectedItemTable"
- ],
- "IsAutoGenerated": false,
- "IsComponentDefinition": true,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "CascadingDropdown",
- "ParentIndex": 0,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Data",
- "PropertyName": "Level1Items",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "Level2Items",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "SelectedItem",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "DefaultText",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "FontSize",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "AllowMultipleSelections",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "ShowLevel1",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "ShowLevel2",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "Level1VisibleOutput",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "Level2VisibleOutput",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "SelectedItemTable",
- "RuleProviderType": "System"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "System"
- }
- ],
- "StyleName": "",
- "Type": "ControlInfo"
- },
- "galleryTemplate2": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- "TemplateFill"
- ],
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": true,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "galleryTemplate2",
- "ParentIndex": 0,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Design",
- "PropertyName": "TemplateFill",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "",
- "Type": "ControlInfo"
- },
- "galleryTemplate3": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- "TemplateFill"
- ],
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": true,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "galleryTemplate3",
- "ParentIndex": 0,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Design",
- "PropertyName": "TemplateFill",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "",
- "Type": "ControlInfo"
- },
- "galLvl1": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "CustomGallerySample",
- "InvariantPropertyName": "Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "WrapCount",
- "TemplateSize",
- "Layout",
- "Transition",
- "LoadingSpinner",
- "LoadingSpinnerColor",
- "DisplayMode",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "X",
- "Y",
- "Width",
- "Height",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Visible",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "GalleryTemplateChildName": "galleryTemplate2",
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "galLvl1",
- "ParentIndex": 3,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Data",
- "PropertyName": "WrapCount",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "Items",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LoadingSpinner",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Transition",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Layout",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "TemplateSize",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LoadingSpinnerColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Visible",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultGalleryStyle",
- "Type": "ControlInfo"
- },
- "galLvl2": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "CustomGallerySample",
- "InvariantPropertyName": "Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "WrapCount",
- "TemplateSize",
- "Layout",
- "Transition",
- "LoadingSpinner",
- "LoadingSpinnerColor",
- "DisplayMode",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "X",
- "Y",
- "Width",
- "Height",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Visible",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "GalleryTemplateChildName": "galleryTemplate3",
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "galLvl2",
- "ParentIndex": 4,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Data",
- "PropertyName": "WrapCount",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "Items",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LoadingSpinner",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Transition",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Layout",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "TemplateSize",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LoadingSpinnerColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Visible",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultGalleryStyle",
- "Type": "ControlInfo"
- },
- "iconCancel": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- "Icon",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Color",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledColor",
- "PressedColor",
- "HoverColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "DisplayMode",
- "X",
- "Y",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Width",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Height",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "BorderStyle",
- "BorderColor",
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "FocusedBorderColor",
- "ZIndex",
- "BorderThickness",
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "Visible",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "false",
- "InvariantPropertyName": "OnSelect",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "iconCancel",
- "ParentIndex": 1,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Visible",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Icon",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "PropertyName": "OnSelect",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultIconStyle",
- "Type": "ControlInfo"
- },
- "iconDown": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Icon",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Color",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledColor",
- "PressedColor",
- "HoverColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "DisplayMode",
- "X",
- "Y",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Width",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Height",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "BorderStyle",
- "BorderColor",
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "FocusedBorderColor",
- "ZIndex",
- "BorderThickness",
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "false",
- "InvariantPropertyName": "OnSelect",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "iconDown",
- "ParentIndex": 2,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Icon",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "PropertyName": "OnSelect",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultIconStyle",
- "Type": "ControlInfo"
- },
- "lblSelectedItem": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- "Live",
- "Overflow",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "\"Text\"",
- "InvariantPropertyName": "Text",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Role",
- "Color",
- "DisabledColor",
- "PressedColor",
- "HoverColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderColor",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "DisabledBorderColor",
- "PressedBorderColor",
- "HoverBorderColor",
- "BorderStyle",
- "FocusedBorderColor",
- "Fill",
- "DisabledFill",
- "PressedFill",
- "HoverFill",
- "Font",
- "FontWeight",
- "Align",
- "VerticalAlign",
- "X",
- "Y",
- "Width",
- "Height",
- "DisplayMode",
- "ZIndex",
- "LineHeight",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "BorderThickness",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "FocusedBorderThickness",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "Size",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Italic",
- "Underline",
- "Strikethrough",
- "PaddingTop",
- "PaddingRight",
- "PaddingBottom",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "PaddingLeft",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "lblSelectedItem",
- "ParentIndex": 0,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Data",
- "PropertyName": "Role",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "Text",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "Live",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Size",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderThickness",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LineHeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisplayMode",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PaddingLeft",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PaddingBottom",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PaddingRight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PaddingTop",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Strikethrough",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "VerticalAlign",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Underline",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Italic",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Align",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FontWeight",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Font",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderStyle",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "BorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "DisabledColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Color",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Overflow",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedFill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "FocusedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedBorderColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "HoverColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "PressedColor",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultLabelStyle",
- "Type": "ControlInfo"
- }
- },
- "TopParentName": "CascadingDropdown"
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Src/EditorState/Screen1.editorstate.json b/samples/cascading-dropdown-component/source/Src/EditorState/Screen1.editorstate.json
deleted file mode 100644
index aa433fdb..00000000
--- a/samples/cascading-dropdown-component/source/Src/EditorState/Screen1.editorstate.json
+++ /dev/null
@@ -1,263 +0,0 @@
-{
- "ControlStates": {
- "CascadingDropdown_1": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- "Fill",
- "Height",
- "Width",
- "X",
- "Y",
- "ZIndex",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Table(\n {\n Name: \"Item 1\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 2\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 3\",\n Order: 10,\n SubItems: true\n },\n {\n Name: \"Item 4\",\n Order: 10,\n SubItems: true\n }\n)",
- "InvariantPropertyName": "Level1Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "Table(\n {\n Name: \"Item 1\",\n Order: 10,\n ParentItem: \"Item 1\"\n },\n {\n Name: \"Item 2\",\n Order: 10,\n ParentItem: \"Item 2\"\n },\n {\n Name: \"Item 3\",\n Order: 10,\n ParentItem: \"Item 3\"\n },\n {\n Name: \"Item 4\",\n Order: 10,\n ParentItem: \"Item 4\"\n }\n)",
- "InvariantPropertyName": "Level2Items",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "SelectedItem",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "DefaultText",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "FontSize",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "AllowMultipleSelections",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "ShowLevel1",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "true",
- "InvariantPropertyName": "ShowLevel2",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- },
- "Level1VisibleOutput",
- "Level2VisibleOutput",
- "SelectedItemTable"
- ],
- "HasDynamicProperties": false,
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "Metadata": {
- "AllowAccessToGlobals": false,
- "AllowCustomization": true,
- "Description": ""
- },
- "MetaDataIDKey": "",
- "Name": "CascadingDropdown_1",
- "ParentIndex": 0,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Data",
- "PropertyName": "Level1Items",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "Level2Items",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "SelectedItem",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "DefaultText",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "FontSize",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "AllowMultipleSelections",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "ShowLevel1",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "ShowLevel2",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Data",
- "PropertyName": "Level1VisibleOutput",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "Level2VisibleOutput",
- "RuleProviderType": "System"
- },
- {
- "Category": "Data",
- "PropertyName": "SelectedItemTable",
- "RuleProviderType": "System"
- },
- {
- "Category": "Design",
- "PropertyName": "ZIndex",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Y",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "X",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "System"
- }
- ],
- "StyleName": "",
- "Type": "ControlInfo"
- },
- "Screen1": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- "Fill",
- "ImagePosition",
- "Height",
- "Width",
- "Size",
- "Orientation",
- "LoadingSpinner",
- "LoadingSpinnerColor",
- {
- "AFDDataSourceName": "",
- "AutoRuleBindingEnabled": false,
- "AutoRuleBindingString": "",
- "InvariantPropertyName": "OnVisible",
- "IsLockable": false,
- "NameMapSourceSchema": "?"
- }
- ],
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "Screen1",
- "ParentIndex": 0,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ImagePosition",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Size",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Orientation",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LoadingSpinner",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LoadingSpinnerColor",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Behavior",
- "PropertyName": "OnVisible",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultScreenStyle",
- "Type": "ControlInfo"
- }
- },
- "TopParentName": "Screen1"
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Src/EditorState/Screen2.editorstate.json b/samples/cascading-dropdown-component/source/Src/EditorState/Screen2.editorstate.json
deleted file mode 100644
index b93b5fd7..00000000
--- a/samples/cascading-dropdown-component/source/Src/EditorState/Screen2.editorstate.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "ControlStates": {
- "Screen2": {
- "AllowAccessToGlobals": true,
- "ControlPropertyState": [
- "Fill",
- "ImagePosition",
- "Height",
- "Width",
- "Size",
- "Orientation",
- "LoadingSpinner",
- "LoadingSpinnerColor"
- ],
- "IsAutoGenerated": false,
- "IsComponentDefinition": false,
- "IsDataControl": false,
- "IsFromScreenLayout": false,
- "IsGroupControl": false,
- "IsLocked": false,
- "LayoutName": "",
- "MetaDataIDKey": "",
- "Name": "Screen2",
- "ParentIndex": 0,
- "PersistMetaDataIDKey": false,
- "Properties": [
- {
- "Category": "Design",
- "PropertyName": "Fill",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "ImagePosition",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Height",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Width",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Size",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "Orientation",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LoadingSpinner",
- "RuleProviderType": "Unknown"
- },
- {
- "Category": "Design",
- "PropertyName": "LoadingSpinnerColor",
- "RuleProviderType": "Unknown"
- }
- ],
- "StyleName": "defaultScreenStyle",
- "Type": "ControlInfo"
- }
- },
- "TopParentName": "Screen2"
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/Src/Screen1.fx.yaml b/samples/cascading-dropdown-component/source/Src/Screen1.fx.yaml
deleted file mode 100644
index 114825fe..00000000
--- a/samples/cascading-dropdown-component/source/Src/Screen1.fx.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-Screen1 As screen:
- OnVisible: =Set(varShowLevel1,false);Set(varShowLevel2,false)
-
- CascadingDropdown_1 As CascadingDropdown:
- DefaultText: ="Make Selection"
- FontSize: =20
- ShowLevel1: =varShowLevel1
- ShowLevel2: =varShowLevel2
-
diff --git a/samples/cascading-dropdown-component/source/Src/Screen2.fx.yaml b/samples/cascading-dropdown-component/source/Src/Screen2.fx.yaml
deleted file mode 100644
index d5cd9cf0..00000000
--- a/samples/cascading-dropdown-component/source/Src/Screen2.fx.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-Screen2 As screen:
-
diff --git a/samples/cascading-dropdown-component/source/Src/Themes.json b/samples/cascading-dropdown-component/source/Src/Themes.json
deleted file mode 100644
index 2ec7e349..00000000
--- a/samples/cascading-dropdown-component/source/Src/Themes.json
+++ /dev/null
@@ -1,4735 +0,0 @@
-{
- "CurrentTheme": "defaultTheme",
- "CustomThemes": [
- {
- "name": "defaultTheme",
- "palette": [
- {
- "name": "ScreenBkgColor",
- "type": "c",
- "value": "White"
- },
- {
- "name": "InvertedBkgColor",
- "type": "c",
- "value": "RGBA(56, 96, 178, 1)"
- },
- {
- "name": "PrimaryColor1",
- "type": "c",
- "value": "RGBA(56, 96, 178, 1)"
- },
- {
- "name": "PrimaryColor2",
- "type": "c",
- "value": "RGBA(0, 18, 107, 1)"
- },
- {
- "name": "PrimaryColor3",
- "type": "c",
- "value": "RGBA(186, 202, 226, 1)"
- },
- {
- "name": "PrimaryColor1Light",
- "type": "c",
- "value": "RGBA(56, 96, 178, .2)"
- },
- {
- "name": "PrimaryColor2Light",
- "type": "c",
- "value": "RGBA(0, 18, 107, .2)"
- },
- {
- "name": "PrimaryColor3Light",
- "type": "c",
- "value": "RGBA(186, 202, 226, .2)"
- },
- {
- "name": "PrimaryColor3Fade",
- "type": "c",
- "value": "ColorFade(RGBA(186, 202, 226, 1), 70%)"
- },
- {
- "name": "TextMainColor",
- "type": "c",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "name": "TextMainColorInverted",
- "type": "c",
- "value": "RGBA(255, 255, 255, 1)"
- },
- {
- "name": "TextLinkColor",
- "type": "c",
- "value": "RGBA(0, 134, 208, 1)"
- },
- {
- "name": "TextFooterFontColor",
- "type": "c",
- "value": "RGBA(117, 117, 117, 1)"
- },
- {
- "name": "InputBkgColor",
- "type": "c",
- "value": "RGBA(255, 255, 255, 1)"
- },
- {
- "name": "InputTextColor",
- "type": "c",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "name": "InputBorderColor",
- "type": "c",
- "value": "RGBA(0, 18, 107, 1)"
- },
- {
- "name": "RailBkgColor",
- "type": "c",
- "value": "RGBA(128, 130, 133, 1)"
- },
- {
- "name": "HandleBkgColor",
- "type": "c",
- "value": "RGBA(255, 255, 255, 1)"
- },
- {
- "name": "InnerCircleBkgColor",
- "type": "c",
- "value": "RGBA(255, 255, 255, 1)"
- },
- {
- "name": "DisabledBorderColor",
- "type": "c",
- "value": "RGBA(166, 166, 166, 1)"
- },
- {
- "name": "DisabledTextMainColor",
- "type": "c",
- "value": "RGBA(166, 166, 166, 1)"
- },
- {
- "name": "DisabledInputBkgColor",
- "type": "c",
- "value": "RGBA(244, 244, 244, 1)"
- },
- {
- "name": "DisabledButtonBkgColor",
- "type": "c",
- "value": "RGBA(244, 244, 244, 1)"
- },
- {
- "name": "HoverButtonBkgColor",
- "type": "c",
- "value": "ColorFade(RGBA(56, 96, 178, 1), -20%)"
- },
- {
- "name": "HoverCancelButtonBkgColor",
- "type": "c",
- "value": "ColorFade(RGBA(62, 96, 170, 1), 20%)"
- },
- {
- "name": "HoverInputBkgColor",
- "type": "c",
- "value": "RGBA(186, 202, 226, 1)"
- },
- {
- "name": "OverlayBkgColor",
- "type": "c",
- "value": "RGBA(0, 0, 0, 0.4)"
- },
- {
- "name": "ReservedInfoColor",
- "type": "c",
- "value": "RGBA(0, 134, 208, 1)"
- },
- {
- "name": "ReservedSuccessColor",
- "type": "c",
- "value": "RGBA(141, 198, 63, 1)"
- },
- {
- "name": "ReservedWarningColor",
- "type": "c",
- "value": "RGBA(252, 219, 2, 1)"
- },
- {
- "name": "ReservedErrorColor",
- "type": "c",
- "value": "RGBA(246, 88, 16, 1)"
- },
- {
- "name": "ReservedCriticalErrorColor",
- "type": "c",
- "value": "RGBA(168, 0, 0, 1)"
- },
- {
- "name": "ReservedDisabledStatusColor",
- "type": "c",
- "value": "RGBA(193, 193, 193, 1)"
- },
- {
- "name": "ReservedWhiteColor",
- "type": "c",
- "value": "RGBA(255, 255, 255, 1)"
- },
- {
- "name": "ReservedGrayColor",
- "type": "c",
- "value": "RGBA(240, 240, 240, 1)"
- },
- {
- "name": "ReservedBlackColor",
- "type": "c",
- "value": "RGBA(47, 41, 43, 1)"
- },
- {
- "name": "ReservedChartColorSet",
- "type": "![]",
- "value": "[RGBA(49, 130, 93, 1),RGBA(48,166,103, 1), RGBA(94,193,108,1), RGBA(246,199,144,1), RGBA(247,199,114,1), RGBA(247,180,91,1), RGBA(246,143,100,1), RGBA(212,96,104,1), RGBA(148, 110, 176, 1), RGBA(118, 154, 204, 1), RGBA(96, 197, 234, 1)]"
- },
- {
- "name": "TextBodyFontWeight",
- "type": "e",
- "value": "%FontWeight.RESERVED%.Normal"
- },
- {
- "name": "TextEmphasisFontWeight",
- "type": "e",
- "value": "%FontWeight.RESERVED%.Semibold"
- },
- {
- "name": "TextBodyFontFace",
- "type": "e",
- "value": "%Font.RESERVED%.'Open Sans'"
- },
- {
- "name": "InputBorderThickness",
- "type": "n",
- "value": "2"
- },
- {
- "name": "InputFocusedBorderThickness",
- "type": "n",
- "value": "4"
- },
- {
- "name": "TextHeaderFontSize",
- "phoneValue": "27",
- "type": "n",
- "value": "18"
- },
- {
- "name": "TextTitleFontSize",
- "type": "n",
- "value": "20"
- },
- {
- "name": "TextSubtitleFontSize",
- "type": "n",
- "value": "18"
- },
- {
- "name": "TextContentFontSize",
- "type": "n",
- "value": "16"
- },
- {
- "name": "TextHeaderFontSize2020",
- "type": "n",
- "value": "16"
- },
- {
- "name": "TextEmphasisFontSize",
- "phoneValue": "24",
- "type": "n",
- "value": "15"
- },
- {
- "name": "TextBodyFontSize",
- "phoneValue": "21",
- "type": "n",
- "value": "13"
- },
- {
- "name": "TextFooterFontSize",
- "phoneValue": "18",
- "type": "n",
- "value": "11"
- },
- {
- "name": "TextMiniFontSize",
- "phoneValue": "15",
- "type": "n",
- "value": "9"
- },
- {
- "name": "IconFillColorInverted",
- "type": "c",
- "value": "RGBA(255, 255, 255, 1)"
- },
- {
- "name": "IconPressedFillColorInverted",
- "type": "c",
- "value": "RGBA(255, 255, 255, 0.3)"
- },
- {
- "name": "DatePickerSelectedColor",
- "type": "c",
- "value": "RGBA(37, 70, 148, 1)"
- },
- {
- "name": "DatePickerHeaderColor",
- "type": "c",
- "value": "RGBA(68, 97, 165, 1)"
- },
- {
- "name": "NoAttachmentPaddingLeft",
- "phoneValue": "20",
- "type": "n",
- "value": "12"
- },
- {
- "name": "DefaultSize",
- "phoneValue": "24",
- "type": "n",
- "value": "14"
- },
- {
- "name": "DefaultSize2",
- "type": "n",
- "value": "13"
- },
- {
- "name": "DropTargetBorderColor",
- "type": "c",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "name": "DropTargetBackgroundColor",
- "type": "c",
- "value": "RGBA(255, 255, 255, 0.8)"
- },
- {
- "name": "DropTargetTextColor",
- "type": "c",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "name": "DropTargetBorderThickness",
- "type": "n",
- "value": "2"
- }
- ],
- "styles": [
- {
- "controlTemplateName": "screen",
- "name": "defaultScreenStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.ScreenBkgColor%"
- },
- {
- "property": "LoadingSpinnerColor",
- "value": "%Palette.PrimaryColor1%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "defaultLabelStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "LineHeight",
- "value": "1.2"
- },
- {
- "property": "Overflow",
- "value": "%Overflow.RESERVED%.Hidden"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "0"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "PaddingTop",
- "value": "5"
- },
- {
- "property": "PaddingRight",
- "value": "5"
- },
- {
- "property": "PaddingBottom",
- "value": "5"
- },
- {
- "property": "PaddingLeft",
- "value": "5"
- },
- {
- "property": "VerticalAlign",
- "value": "%VerticalAlign.RESERVED%.Middle"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "basicNoSizeLabelStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "basicNoSizeInvertedBkgLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "basicNoSizeWeightColorLabelStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "invertedBkgHeaderLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextHeaderFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "invertedBkgTitleLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextTitleFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "linkLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextLinkColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "headerLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextHeaderFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "subHeaderLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "titleLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextTitleFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "overlayTitleLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextTitleFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "subtitleLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextSubtitleFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "overlaySubtitleLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextSubtitleFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "contentLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextContentFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "accentLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "LineHeight",
- "value": "1.2"
- },
- {
- "property": "Overflow",
- "value": "%Overflow.RESERVED%.Hidden"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "BorderColor",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "0"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "PaddingTop",
- "value": "5"
- },
- {
- "property": "PaddingRight",
- "value": "5"
- },
- {
- "property": "PaddingBottom",
- "value": "5"
- },
- {
- "property": "PaddingLeft",
- "value": "5"
- },
- {
- "property": "VerticalAlign",
- "value": "%VerticalAlign.RESERVED%.Middle"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "pickerEmphasisLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "pickerEmphasisWithAccentLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "pickerEmphasisSecondaryLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextFooterFontColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "footerAccentLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextFooterFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "footerLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextFooterFontColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextFooterFontSize%"
- },
- {
- "property": "BorderColor",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "property": "LineHeight",
- "value": "1.2"
- },
- {
- "property": "Overflow",
- "value": "%Overflow.RESERVED%.Hidden"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "0"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "PaddingTop",
- "value": "5"
- },
- {
- "property": "PaddingRight",
- "value": "5"
- },
- {
- "property": "PaddingBottom",
- "value": "5"
- },
- {
- "property": "PaddingLeft",
- "value": "5"
- },
- {
- "property": "VerticalAlign",
- "value": "%VerticalAlign.RESERVED%.Middle"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "miniLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextMiniFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "miniInvertedBkgLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextMiniFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "disabledLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.ReservedDisabledStatusColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "infoLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextLinkColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "successLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.ReservedSuccessColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "warningLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.ReservedWarningColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "errorLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.ReservedErrorColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- }
- ]
- },
- {
- "controlTemplateName": "label",
- "name": "criticalErrorLabelStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.ReservedCriticalErrorColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "LineHeight",
- "value": "1.2"
- },
- {
- "property": "BorderColor",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "property": "Overflow",
- "value": "%Overflow.RESERVED%.Hidden"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "0"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "VerticalAlign",
- "value": "%VerticalAlign.RESERVED%.Middle"
- },
- {
- "property": "Size",
- "value": "%Palette.DefaultSize%"
- }
- ]
- },
- {
- "controlTemplateName": "toggleSwitch",
- "name": "defaultToggleSwitchStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "HandleFill",
- "value": "%Palette.HandleBkgColor%"
- },
- {
- "property": "FalseFill",
- "value": "%Palette.RailBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "TrueFill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "FalseHoverFill",
- "value": "ColorFade(Self.FalseFill, 15%)"
- },
- {
- "property": "TrueHoverFill",
- "value": "ColorFade(Self.TrueFill, 15%)"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -15%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 15%)"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "rating",
- "name": "defaultRatingStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "RatingFill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "checkbox",
- "name": "defaultCheckboxStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "CheckboxBackgroundFill",
- "value": "%Palette.InnerCircleBkgColor%"
- },
- {
- "property": "CheckboxBorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "CheckmarkFill",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -30%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 30%)"
- },
- {
- "property": "DisabledColor",
- "value": "RGBA(186, 186, 186, 1)"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "PressedColor",
- "value": "RGBA(70, 68, 64, 1)"
- },
- {
- "property": "PressedFill",
- "value": "ColorFade(Self.Fill, -30%)"
- },
- {
- "property": "HoverFill",
- "value": "ColorFade(Self.Fill, 30%)"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "PaddingTop",
- "value": "0"
- },
- {
- "property": "PaddingRight",
- "value": "0"
- },
- {
- "property": "PaddingBottom",
- "value": "0"
- },
- {
- "property": "PaddingLeft",
- "value": "0"
- },
- {
- "property": "VerticalAlign",
- "value": "%VerticalAlign.RESERVED%.Middle"
- }
- ]
- },
- {
- "controlTemplateName": "radio",
- "name": "defaultRadioStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "RadioBackgroundFill",
- "value": "%Palette.InnerCircleBkgColor%"
- },
- {
- "property": "RadioBorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "RadioSelectionFill",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- },
- {
- "property": "DisabledColor",
- "value": "RGBA(186, 186, 186, 1)"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "PaddingTop",
- "value": "10"
- },
- {
- "property": "PaddingRight",
- "value": "0"
- },
- {
- "property": "PaddingBottom",
- "value": "10"
- },
- {
- "property": "PaddingLeft",
- "value": "0"
- },
- {
- "property": "Align",
- "value": "%Align.RESERVED%.Left"
- },
- {
- "property": "PressedColor",
- "value": "Self.Color"
- },
- {
- "property": "HoverFill",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- }
- ]
- },
- {
- "controlTemplateName": "listbox",
- "name": "defaultListboxStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderThickness",
- "value": "%Palette.InputBorderThickness%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "%Palette.InputFocusedBorderThickness%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledSelectionColor",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "DisabledSelectionFill",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverInputBkgColor%"
- },
- {
- "property": "PressedColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "PressedFill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "SelectionColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "SelectionFill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "DisabledColor",
- "value": "RGBA(186, 186, 186, 1)"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(242, 242, 242, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.HoverBorderColor"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 15%)"
- },
- {
- "property": "PaddingTop",
- "value": "0"
- },
- {
- "property": "PaddingRight",
- "value": "0"
- },
- {
- "property": "PaddingBottom",
- "value": "0"
- },
- {
- "property": "PaddingLeft",
- "value": "0"
- }
- ]
- },
- {
- "controlTemplateName": "dropdown",
- "name": "defaultDropdownStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "%Palette.InputBorderThickness%"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "%Palette.InputFocusedBorderThickness%"
- },
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "ChevronBackground",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "ChevronFill",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "ChevronHoverBackground",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "ChevronHoverFill",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "ChevronDisabledBackground",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ChevronDisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverInputBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "PressedColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "PressedFill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "SelectionColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "SelectionFill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 15%)"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.HoverBorderColor"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "PaddingTop",
- "value": "10"
- },
- {
- "property": "PaddingRight",
- "value": "10"
- },
- {
- "property": "PaddingBottom",
- "value": "10"
- },
- {
- "property": "PaddingLeft",
- "value": "10"
- }
- ]
- },
- {
- "controlTemplateName": "combobox",
- "name": "defaultComboBoxStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "%Palette.InputBorderThickness%"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "%Palette.InputFocusedBorderThickness%"
- },
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "ChevronBackground",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "ChevronFill",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "ChevronHoverBackground",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "ChevronHoverFill",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "ChevronDisabledBackground",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ChevronDisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverInputBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "PressedColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "PressedFill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "SelectionColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "SelectionFill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 15%)"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.HoverBorderColor"
- },
- {
- "property": "MoreItemsButtonColor",
- "value": "Self.ChevronBackground"
- }
- ]
- },
- {
- "controlTemplateName": "attachments",
- "name": "defaultAttachmentsStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "%Palette.InputBorderThickness%"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "%Palette.InputFocusedBorderThickness%"
- },
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverInputBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "PressedColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "PressedFill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "ItemColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "ItemFill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "ItemHoverColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "ItemHoverFill",
- "value": "%Palette.HoverInputBkgColor%"
- },
- {
- "property": "ItemSpacing",
- "value": "0"
- },
- {
- "property": "NoAttachmentsColor",
- "value": "Self.Color"
- },
- {
- "property": "NoAttachmentsPaddingLeft",
- "value": "%Palette.NoAttachmentPaddingLeft%"
- },
- {
- "property": "DropTargetBorderThickness",
- "value": "%Palette.DropTargetBorderThickness%"
- },
- {
- "property": "DropTargetBorderStyle",
- "value": "%BorderStyle.RESERVED%.Dotted"
- },
- {
- "property": "DropTargetBorderColor",
- "value": "%Palette.DropTargetBorderColor%"
- },
- {
- "property": "DropTargetBackgroundColor",
- "value": "%Palette.DropTargetBackgroundColor%"
- },
- {
- "property": "DropTargetTextColor",
- "value": "%Palette.DropTargetTextColor%"
- }
- ]
- },
- {
- "controlTemplateName": "datepicker",
- "name": "defaultDatePickerStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "%Palette.InputBorderThickness%"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "%Palette.InputFocusedBorderThickness%"
- },
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "IconFill",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "IconBackground",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "SelectedDateFill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "HoverDateFill",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "CalendarHeaderFill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "Size",
- "value": "%Palette.DefaultSize%"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "PaddingTop",
- "value": "0"
- },
- {
- "property": "PaddingRight",
- "value": "5"
- },
- {
- "property": "PaddingBottom",
- "value": "5"
- },
- {
- "property": "PaddingLeft",
- "value": "12"
- }
- ]
- },
- {
- "controlTemplateName": "lookup",
- "name": "defaultLookupStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "%Palette.InputBorderThickness%"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "%Palette.InputFocusedBorderThickness%"
- },
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "ChevronBackground",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "ChevronFill",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "ChevronHoverBackground",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "ChevronHoverFill",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "ChevronDisabledBackground",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ChevronDisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverInputBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "PressedColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "PressedFill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "SelectionColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "SelectionFill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 15%)"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.HoverBorderColor"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "PaddingTop",
- "value": "10"
- },
- {
- "property": "PaddingRight",
- "value": "10"
- },
- {
- "property": "PaddingBottom",
- "value": "10"
- },
- {
- "property": "PaddingLeft",
- "value": "10"
- },
- {
- "property": "FooterSize",
- "value": "Self.Size - 3"
- }
- ]
- },
- {
- "controlTemplateName": "text",
- "name": "defaultTextStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "%Palette.InputBorderThickness%"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "%Palette.InputFocusedBorderThickness%"
- },
- {
- "property": "HoverBorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "RadiusTopLeft",
- "value": "5"
- },
- {
- "property": "RadiusBottomRight",
- "value": "5"
- },
- {
- "property": "RadiusTopRight",
- "value": "5"
- },
- {
- "property": "RadiusBottomLeft",
- "value": "5"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.HoverBorderColor"
- },
- {
- "property": "PressedColor",
- "value": "Self.Color"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "Align",
- "value": "%Align.RESERVED%.Left"
- }
- ]
- },
- {
- "controlTemplateName": "text",
- "name": "searchTextStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.None"
- },
- {
- "property": "BorderThickness",
- "value": "%Palette.InputBorderThickness%"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "%Palette.InputFocusedBorderThickness%"
- },
- {
- "property": "HoverBorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "slider",
- "name": "defaultSliderStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "HandleFill",
- "value": "%Palette.HandleBkgColor%"
- },
- {
- "property": "RailFill",
- "value": "%Palette.RailBkgColor%"
- },
- {
- "property": "ValueFill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "HandleHoverFill",
- "value": "Self.HandleFill"
- },
- {
- "property": "HandleActiveFill",
- "value": "Self.HandleFill"
- },
- {
- "property": "RailHoverFill",
- "value": "ColorFade(Self.RailFill, 15%)"
- },
- {
- "property": "ValueHoverFill",
- "value": "ColorFade(Self.ValueFill, 15%)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -30%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 30%)"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "button",
- "name": "defaultButtonStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "ColorFade(Self.Fill, -15%)"
- },
- {
- "property": "RadiusTopLeft",
- "value": "10"
- },
- {
- "property": "RadiusBottomRight",
- "value": "10"
- },
- {
- "property": "RadiusTopRight",
- "value": "10"
- },
- {
- "property": "RadiusBottomLeft",
- "value": "10"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.Fill"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 20%)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "2"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "4"
- },
- {
- "property": "PressedColor",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Color"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "Align",
- "value": "%Align.RESERVED%.Center"
- },
- {
- "property": "VerticalAlign",
- "value": "%VerticalAlign.RESERVED%.Middle"
- }
- ]
- },
- {
- "controlTemplateName": "button",
- "name": "cancelButtonStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "button",
- "name": "rezervedOkButtonStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.ReservedWhiteColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.ReservedInfoColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "button",
- "name": "rezervedCancelButtonStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.ReservedInfoColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.ReservedWhiteColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "lineChart",
- "name": "defaultLineChartStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ItemColorSet",
- "value": "%Palette.ReservedChartColorSet%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "BorderColor",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -30%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 30%)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "Font",
- "value": "%Font.RESERVED%.'Open Sans"
- },
- {
- "property": "Size",
- "value": "11"
- }
- ]
- },
- {
- "controlTemplateName": "lineChart",
- "name": "monochromeAccentLineChartStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ItemColorSet",
- "value": "[%Palette.PrimaryColor1%]"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- }
- ]
- },
- {
- "controlTemplateName": "pieChart",
- "name": "defaultPieChartStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ItemColorSet",
- "value": "%Palette.ReservedChartColorSet%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "BorderColor",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -30%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 30%)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "Font",
- "value": "%Font.RESERVED%.'Open Sans'"
- },
- {
- "property": "Size",
- "value": "10"
- }
- ]
- },
- {
- "controlTemplateName": "pieChart",
- "name": "monochromeAccentPieChartStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ItemColorSet",
- "value": "[%Palette.PrimaryColor1%]"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- }
- ]
- },
- {
- "controlTemplateName": "barChart",
- "name": "defaultBarChartStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ItemColorSet",
- "value": "%Palette.ReservedChartColorSet%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "BorderColor",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -30%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 30%)"
- },
- {
- "property": "Size",
- "value": "10"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "Font",
- "value": "%Font.RESERVED%.'Open Sans'"
- }
- ]
- },
- {
- "controlTemplateName": "barChart",
- "name": "monochromeAccentBarChartStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "ItemColorSet",
- "value": "[%Palette.PrimaryColor1%]"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- }
- ]
- },
- {
- "controlTemplateName": "legend",
- "name": "defaultLegendStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextFooterFontSize%"
- },
- {
- "property": "BorderColor",
- "value": "RGBA(0, 0, 0, 1)"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.BorderColor"
- },
- {
- "property": "HoverBorderColor",
- "value": "Self.BorderColor"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "Italic",
- "value": "false"
- }
- ]
- },
- {
- "controlTemplateName": "rectangle",
- "name": "separatorShapeStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "videoPlayback",
- "name": "defaultVideoPlaybackStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- }
- ]
- },
- {
- "controlTemplateName": "timer",
- "name": "defaultTimerStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "BorderColor",
- "value": "ColorFade(Self.Fill, -15%)"
- },
- {
- "property": "DisabledBorderColor",
- "value": "ColorFade(Self.BorderColor, 70%)"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.Fill"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 20%)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "2"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "4"
- },
- {
- "property": "DisabledColor",
- "value": "ColorFade(Self.Fill, 90%)"
- },
- {
- "property": "PressedColor",
- "value": "Self.Fill"
- },
- {
- "property": "DisabledFill",
- "value": "ColorFade(Self.Fill, 70%)"
- },
- {
- "property": "PressedFill",
- "value": "Self.Color"
- },
- {
- "property": "Size",
- "value": "%Palette.DefaultSize2%"
- }
- ]
- },
- {
- "controlTemplateName": "triangle",
- "name": "defaultTriangleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledFill",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- },
- {
- "property": "HoverFill",
- "value": "Self.Fill"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "star",
- "name": "defaultStarStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "pentagon",
- "name": "defaultPentagonStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledFill",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- },
- {
- "property": "HoverFill",
- "value": "Self.Fill"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "partialCircle",
- "name": "defaultPartialCircleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "octagon",
- "name": "defaultOctagonStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledFill",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- },
- {
- "property": "HoverFill",
- "value": "Self.Fill"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "hexagon",
- "name": "defaultHexagonStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledFill",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- },
- {
- "property": "HoverFill",
- "value": "Self.Fill"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "hexagon",
- "name": "primary2HexagonStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "hexagon",
- "name": "primary3HexagonStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "hexagon",
- "name": "primary3FadeHexagonStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor3Fade%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "hexagon",
- "name": "screenHexagonStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.ScreenBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "circle",
- "name": "defaultCircleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledFill",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- },
- {
- "property": "HoverFill",
- "value": "Self.Fill"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- }
- ]
- },
- {
- "controlTemplateName": "circle",
- "name": "primary2CircleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "circle",
- "name": "primary3CircleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "circle",
- "name": "primary3FadeCircleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor3Fade%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "arrow",
- "name": "defaultArrowStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "icon",
- "name": "defaultIconStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledButtonBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "PressedColor",
- "value": "ColorFade(Self.Color, -20%)"
- },
- {
- "property": "HoverColor",
- "value": "ColorFade(Self.Color, 20%)"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "DisabledFill",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- },
- {
- "property": "HoverFill",
- "value": "Self.Fill"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -20%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 20%)"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "icon",
- "name": "primary1IconStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledButtonBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "icon",
- "name": "primary3IconStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledButtonBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "icon",
- "name": "invertedBkgHeaderIconStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.IconFillColorInverted%"
- },
- {
- "property": "PressedFill",
- "value": "%Palette.IconPressedFillColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledButtonBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "microphone",
- "name": "defaultMicrophoneStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "RGBA(186, 186, 186, 1)"
- },
- {
- "property": "PressedColor",
- "value": "Self.Color"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -15%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 15%)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(119, 119, 119, 1)"
- },
- {
- "property": "PressedFill",
- "value": "ColorFade(Self.Fill, -15%)"
- }
- ]
- },
- {
- "controlTemplateName": "barcode",
- "name": "defaultBarcodeStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "barcodeScanner",
- "name": "defaultBarcodeScannerStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "ColorFade(Self.Fill, -15%)"
- },
- {
- "property": "RadiusTopLeft",
- "value": "10"
- },
- {
- "property": "RadiusBottomRight",
- "value": "10"
- },
- {
- "property": "RadiusTopRight",
- "value": "10"
- },
- {
- "property": "RadiusBottomLeft",
- "value": "10"
- },
- {
- "property": "PressedBorderColor",
- "value": "Self.Fill"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 20%)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "2"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "4"
- },
- {
- "property": "PressedColor",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Color"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "Align",
- "value": "%Align.RESERVED%.Center"
- },
- {
- "property": "VerticalAlign",
- "value": "%VerticalAlign.RESERVED%.Middle"
- }
- ]
- },
- {
- "controlTemplateName": "camera",
- "name": "defaultCameraStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "inkControl",
- "name": "defaultInkControlStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "Size",
- "value": "2"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "import",
- "name": "defaultImportStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- },
- {
- "property": "RadiusTopLeft",
- "value": "10"
- },
- {
- "property": "RadiusTopRight",
- "value": "10"
- },
- {
- "property": "RadiusBottomLeft",
- "value": "10"
- },
- {
- "property": "RadiusBottomRight",
- "value": "10"
- },
- {
- "property": "BorderColor",
- "value": "ColorFade(Self.Fill, -15%)"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -20%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 20%)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "2"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "4"
- },
- {
- "property": "PressedColor",
- "value": "Self.Color"
- },
- {
- "property": "PressedFill",
- "value": "ColorFade(Self.Fill, -20%)"
- }
- ]
- },
- {
- "controlTemplateName": "image",
- "name": "defaultImageStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledButtonBkgColor%"
- },
- {
- "property": "Fill",
- "value": "RGBA(0, 0, 0, 0)"
- },
- {
- "property": "PressedFill",
- "value": "ColorFade(Self.Fill, -20%)"
- },
- {
- "property": "HoverFill",
- "value": "ColorFade(Self.Fill, 20%)"
- },
- {
- "property": "RadiusTopLeft",
- "value": "0"
- },
- {
- "property": "RadiusTopRight",
- "value": "0"
- },
- {
- "property": "RadiusBottomLeft",
- "value": "0"
- },
- {
- "property": "RadiusBottomRight",
- "value": "0"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -20%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 20%)"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "PaddingTop",
- "value": "0"
- },
- {
- "property": "PaddingRight",
- "value": "0"
- },
- {
- "property": "PaddingBottom",
- "value": "0"
- },
- {
- "property": "PaddingLeft",
- "value": "0"
- }
- ]
- },
- {
- "controlTemplateName": "htmlviewer",
- "name": "defaultHtmlViewerStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- }
- ]
- },
- {
- "controlTemplateName": "htmlviewer",
- "name": "typedDataCardHtmlViewerStyle",
- "propertyValuesMap": [
- {
- "property": "DisabledBorderColor",
- "value": "%Palette.DisabledBorderColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextLinkColor%"
- }
- ]
- },
- {
- "controlTemplateName": "export",
- "name": "defaultExportStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextEmphasisFontWeight%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "DisabledFill",
- "value": "%Palette.DisabledInputBkgColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.HoverButtonBkgColor%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextEmphasisFontSize%"
- },
- {
- "property": "RadiusTopLeft",
- "value": "10"
- },
- {
- "property": "RadiusTopRight",
- "value": "10"
- },
- {
- "property": "RadiusBottomLeft",
- "value": "10"
- },
- {
- "property": "RadiusBottomRight",
- "value": "10"
- },
- {
- "property": "BorderColor",
- "value": "ColorFade(Self.Fill, -15%)"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -20%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 20%)"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "2"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "4"
- },
- {
- "property": "PressedColor",
- "value": "Self.Color"
- },
- {
- "property": "PressedFill",
- "value": "ColorFade(Self.Fill, -20%)"
- }
- ]
- },
- {
- "controlTemplateName": "addMedia",
- "name": "defaultAddMediaStyle",
- "propertyValuesMap": [
- {
- "property": "Color",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- },
- {
- "property": "Font",
- "value": "%Font.RESERVED%.'Open Sans'"
- },
- {
- "property": "Size",
- "value": "11"
- },
- {
- "property": "Italic",
- "value": "false"
- },
- {
- "property": "Underline",
- "value": "false"
- },
- {
- "property": "Strikethrough",
- "value": "false"
- },
- {
- "property": "DisabledBorderColor",
- "value": "RGBA(56, 56, 56, 1)"
- },
- {
- "property": "PressedBorderColor",
- "value": "ColorFade(Self.BorderColor, -20%)"
- },
- {
- "property": "HoverBorderColor",
- "value": "ColorFade(Self.BorderColor, 20%)"
- },
- {
- "property": "DisabledColor",
- "value": "RGBA(186, 186, 186, 1)"
- },
- {
- "property": "PressedColor",
- "value": "Self.Color"
- },
- {
- "property": "HoverColor",
- "value": "Self.Color"
- },
- {
- "property": "DisabledFill",
- "value": "RGBA(119, 119, 119, 1)"
- },
- {
- "property": "PressedFill",
- "value": "ColorFade(Self.Fill, -20%)"
- },
- {
- "property": "HoverFill",
- "value": "ColorFade(Self.Fill, 20%)"
- },
- {
- "property": "FontWeight",
- "value": "%FontWeight.RESERVED%.Semibold"
- },
- {
- "property": "Align",
- "value": "%Align.RESERVED%.Center"
- },
- {
- "property": "VerticalAlign",
- "value": "%VerticalAlign.RESERVED%.Middle"
- }
- ]
- },
- {
- "controlTemplateName": "audioPlayback",
- "name": "defaultAudioPlaybackStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- }
- ]
- },
- {
- "controlTemplateName": "rectangle",
- "name": "defaultRectangleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "DisabledFill",
- "value": "Self.Fill"
- },
- {
- "property": "PressedFill",
- "value": "Self.Fill"
- },
- {
- "property": "HoverFill",
- "value": "Self.Fill"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "FocusedBorderThickness",
- "value": "2"
- }
- ]
- },
- {
- "controlTemplateName": "rectangle",
- "name": "primary2RectangleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "rectangle",
- "name": "primary3RectangleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "rectangle",
- "name": "primary3FadeRectangleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.PrimaryColor3Fade%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "rectangle",
- "name": "grayRectangleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.ReservedGrayColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "rectangle",
- "name": "invertedBackgroundRectangleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.InvertedBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "rectangle",
- "name": "overlayRectangleStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.OverlayBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "typedDataCard",
- "name": "defaultTypedDataCardStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "entityForm",
- "name": "defaultEntityFormStyle",
- "propertyValuesMap": [
- {
- "property": "TextColor",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "InputTextColor",
- "value": "%Palette.InputTextColor%"
- },
- {
- "property": "DisabledTextColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "PrimaryColor1",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "PrimaryColor2",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "PrimaryColor3",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "InputBackgroundColor",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "Font",
- "value": "%Font.RESERVED%.'Open Sans'"
- },
- {
- "property": "FontWeight",
- "value": "%FontWeight.RESERVED%.Normal"
- }
- ]
- },
- {
- "controlTemplateName": "dataGrid",
- "name": "defaultDataGridStyle",
- "propertyValuesMap": [
- {
- "property": "LinkColor",
- "value": "%Palette.TextLinkColor%"
- },
- {
- "property": "PrimaryColor1",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "PrimaryColor2",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "PrimaryColor3",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "InvertedColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "SelectedFill",
- "value": "%Palette.PrimaryColor1Light%"
- },
- {
- "property": "SelectedColor",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.PrimaryColor3Light%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "InputFill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "HeadingFont",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "HeadingFontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "HeadingSize",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "HeadingColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "HeadingFill",
- "value": "%Palette.PrimaryColor1%"
- }
- ]
- },
- {
- "controlTemplateName": "powerbi",
- "name": "defaultPowerbiStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "microsoftStreamPlayback",
- "name": "defaultMicrosoftStreamPlaybackStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "BorderStyle",
- "value": "%BorderStyle.RESERVED%.Solid"
- },
- {
- "property": "BorderThickness",
- "value": "0"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "Fill",
- "value": "%Palette.ScreenBkgColor%"
- }
- ]
- },
- {
- "controlTemplateName": "form",
- "name": "defaultFormStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "formViewer",
- "name": "defaultFormViewerStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "pdfViewer",
- "name": "defaultPdfViewerStyle",
- "propertyValuesMap": [
- {
- "property": "Fill",
- "value": "%Palette.ScreenBkgColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "gallery",
- "name": "defaultGalleryStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "richTextEditor",
- "name": "defaultRichTextEditorStyle",
- "propertyValuesMap": [
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- }
- ]
- },
- {
- "controlTemplateName": "dataTable",
- "name": "defaultDataTableStyle",
- "propertyValuesMap": [
- {
- "property": "LinkColor",
- "value": "%Palette.TextLinkColor%"
- },
- {
- "property": "PrimaryColor1",
- "value": "%Palette.PrimaryColor1%"
- },
- {
- "property": "PrimaryColor2",
- "value": "%Palette.PrimaryColor2%"
- },
- {
- "property": "PrimaryColor3",
- "value": "%Palette.PrimaryColor3%"
- },
- {
- "property": "Color",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "InvertedColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "DisabledColor",
- "value": "%Palette.DisabledTextMainColor%"
- },
- {
- "property": "SelectedFill",
- "value": "%Palette.PrimaryColor1Light%"
- },
- {
- "property": "SelectedColor",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "HoverFill",
- "value": "%Palette.PrimaryColor3Light%"
- },
- {
- "property": "HoverColor",
- "value": "%Palette.TextMainColor%"
- },
- {
- "property": "BorderColor",
- "value": "%Palette.InputBorderColor%"
- },
- {
- "property": "InputFill",
- "value": "%Palette.InputBkgColor%"
- },
- {
- "property": "Font",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "FontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "Size",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "HeadingFont",
- "value": "%Palette.TextBodyFontFace%"
- },
- {
- "property": "HeadingFontWeight",
- "value": "%Palette.TextBodyFontWeight%"
- },
- {
- "property": "HeadingSize",
- "value": "%Palette.TextBodyFontSize%"
- },
- {
- "property": "HeadingColor",
- "value": "%Palette.TextMainColorInverted%"
- },
- {
- "property": "HeadingFill",
- "value": "%Palette.PrimaryColor1%"
- }
- ]
- }
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/samples/cascading-dropdown-component/source/pkgs/button_2.2.0.xml b/samples/cascading-dropdown-component/source/pkgs/button_2.2.0.xml
deleted file mode 100644
index df212643..00000000
--- a/samples/cascading-dropdown-component/source/pkgs/button_2.2.0.xml
+++ /dev/null
@@ -1,232 +0,0 @@
-