main c2d1471211bc cached
3258 files
211.1 MB
26.7M tokens
22511 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (106,997K chars total). Download the full file to get everything.
Repository: microsoft/powercat-creator-kit
Branch: main
Commit: c2d1471211bc
Files: 3258
Total size: 211.1 MB

Directory structure:
gitextract_84etpxc7/

├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── creator-kit-bug-report.md
│   │   └── creator-kit-feature-request.md
│   └── workflows/
│       └── sync-to-azdo.yml
├── .gitignore
├── CODE_OF_CONDUCT.md
├── CreatorKitAI/
│   ├── SolutionPackage/
│   │   ├── .gitignore
│   │   ├── CreatorKitAI.cdsproj
│   │   └── src/
│   │       ├── CanvasApps/
│   │       │   ├── cat_creatorkitaireferenceapp_8ea0d.meta.xml
│   │       │   ├── cat_creatorkitaireferenceapp_8ea0d_AdditionalUris0_identity.json
│   │       │   ├── cat_creatorkitaireferenceapp_8ea0d_BackgroundImageUri
│   │       │   ├── cat_creatorkitaireferenceapp_8ea0d_DocumentUri.msapp
│   │       │   └── src/
│   │       │       └── cat_creatorkitaireferenceapp_8ea0d/
│   │       │           ├── Assets/
│   │       │           │   └── SampleImage.json
│   │       │           ├── CanvasManifest.json
│   │       │           ├── ComponentReferences.json
│   │       │           ├── Connections/
│   │       │           │   └── Connections.json
│   │       │           ├── ControlTemplates.json
│   │       │           ├── DataSources/
│   │       │           │   ├── 43b0dc67-68af-47ae-9a9c-9e69d396ba3e.json
│   │       │           │   ├── AI Anomaly.json
│   │       │           │   ├── AI Chart.json
│   │       │           │   ├── AI Define.json
│   │       │           │   ├── AI Describe Image.json
│   │       │           │   ├── AI Diff Image.json
│   │       │           │   ├── AI Emoji.json
│   │       │           │   ├── AI Expand.json
│   │       │           │   ├── AI Extract Categories.json
│   │       │           │   ├── AI Fields from Image.json
│   │       │           │   ├── AI Flowchart.json
│   │       │           │   ├── AI Generate Headline.json
│   │       │           │   ├── AI Generate Suggestions.json
│   │       │           │   ├── AI Monochromatic Colors.json
│   │       │           │   ├── AI Personalized Response.json
│   │       │           │   ├── AI QnA Generator.json
│   │       │           │   ├── AI Rating.json
│   │       │           │   ├── AI Redact.json
│   │       │           │   ├── AI Reply.json
│   │       │           │   ├── AI Rewrite.json
│   │       │           │   ├── AI Synonyms.json
│   │       │           │   ├── AI Translate.json
│   │       │           │   ├── AIFieldsFromImageResultCol.json
│   │       │           │   ├── Canvas Apps.json
│   │       │           │   ├── Custom API Request Parameters.json
│   │       │           │   ├── Custom APIs.json
│   │       │           │   ├── CustomGallerySample.json
│   │       │           │   ├── LegendSample.json
│   │       │           │   ├── PieChartSample.json
│   │       │           │   ├── QnACollection.json
│   │       │           │   ├── QnAIndexCollection.json
│   │       │           │   ├── Samples.json
│   │       │           │   ├── aiChartResponse.json
│   │       │           │   ├── categoriesResult.json
│   │       │           │   ├── colCategory.json
│   │       │           │   ├── colChatMessages.json
│   │       │           │   └── colDetails.json
│   │       │           ├── Entropy/
│   │       │           │   ├── AppCheckerResult.sarif
│   │       │           │   ├── Entropy.json
│   │       │           │   └── checksum.json
│   │       │           ├── Other/
│   │       │           │   ├── .gitignore
│   │       │           │   ├── References/
│   │       │           │   │   ├── ModernThemes.json
│   │       │           │   │   └── QualifiedValues.json
│   │       │           │   └── Resources/
│   │       │           │       └── Controls/
│   │       │           │           ├── PowerCAT.AITeachingPopover.bundle.js
│   │       │           │           ├── PowerCAT.APICaller.bundle.js
│   │       │           │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │           │           ├── PowerCAT.DonutChart.bundle.js
│   │       │           │           ├── PowerCAT.FluentAIAssistant.bundle.js
│   │       │           │           ├── PowerCAT.FluentAIOutputCard.bundle.js
│   │       │           │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │           │           ├── PowerCAT.Icon.bundle.js
│   │       │           │           ├── PowerCAT.Mermaid.bundle.js
│   │       │           │           ├── PowerCAT.Nav.bundle.js
│   │       │           │           ├── PowerCAT.TagList.bundle.js
│   │       │           │           ├── css/
│   │       │           │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │           │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │           │           └── strings/
│   │       │           │               ├── PowerCAT.AITeachingPopover.AITeachingPopover.1033.json
│   │       │           │               ├── PowerCAT.AITeachingPopover.AITeachingPopover.1033.resx
│   │       │           │               ├── PowerCAT.APICaller.APICaller.1033.json
│   │       │           │               ├── PowerCAT.APICaller.APICaller.1033.resx
│   │       │           │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │           │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │           │               ├── PowerCAT.DonutChart.DonutChart.1033.json
│   │       │           │               ├── PowerCAT.DonutChart.DonutChart.1033.resx
│   │       │           │               ├── PowerCAT.FluentAIAssistant.FluentAIAssistant.1033.json
│   │       │           │               ├── PowerCAT.FluentAIAssistant.FluentAIAssistant.1033.resx
│   │       │           │               ├── PowerCAT.FluentAIOutputCard.OutputCard.1033.json
│   │       │           │               ├── PowerCAT.FluentAIOutputCard.OutputCard.1033.resx
│   │       │           │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │           │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │           │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │           │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │           │               ├── PowerCAT.Mermaid.Mermaid.1033.json
│   │       │           │               ├── PowerCAT.Mermaid.Mermaid.1033.resx
│   │       │           │               ├── PowerCAT.Nav.FluentNav.1033.json
│   │       │           │               ├── PowerCAT.Nav.FluentNav.1033.resx
│   │       │           │               ├── PowerCAT.TagList.TagList.1033.json
│   │       │           │               └── PowerCAT.TagList.TagList.1033.resx
│   │       │           ├── Src/
│   │       │           │   ├── AIAssistant Screen.fx.yaml
│   │       │           │   ├── App.fx.yaml
│   │       │           │   ├── Components/
│   │       │           │   │   ├── AIEmoji.fx.yaml
│   │       │           │   │   ├── AIEmoji.json
│   │       │           │   │   ├── Component1.fx.yaml
│   │       │           │   │   ├── Component1.json
│   │       │           │   │   ├── IDScanner.fx.yaml
│   │       │           │   │   └── IDScanner.json
│   │       │           │   ├── EditorState/
│   │       │           │   │   ├── AIAssistant Screen.editorstate.json
│   │       │           │   │   ├── AIEmoji.editorstate.json
│   │       │           │   │   ├── App.editorstate.json
│   │       │           │   │   ├── Component1.editorstate.json
│   │       │           │   │   ├── Home Screen.editorstate.json
│   │       │           │   │   ├── IDScanner.editorstate.json
│   │       │           │   │   └── NoCredit Screen.editorstate.json
│   │       │           │   ├── Home Screen.fx.yaml
│   │       │           │   ├── NoCredit Screen.fx.yaml
│   │       │           │   └── Themes.json
│   │       │           └── pkgs/
│   │       │               ├── PcfControlTemplates/
│   │       │               │   ├── AI Output Card_0.0.32.json
│   │       │               │   ├── AI Teaching popover_0.0.42.json
│   │       │               │   ├── APICaller %28%25VERSION%25%29_0.0.23.json
│   │       │               │   ├── Auto Width Label %281.1.39%29_1.1.39.json
│   │       │               │   ├── Button_0.0.43.json
│   │       │               │   ├── Dropdown_0.0.44.json
│   │       │               │   ├── Fluent Details List %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Donut Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Icon %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Nav %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Tag List %281.1.39%29_1.1.39.json
│   │       │               │   ├── FluentAI Assistance %280.0.9%29_0.0.9.json
│   │       │               │   ├── Header_0.0.41.json
│   │       │               │   ├── Link_0.0.40.json
│   │       │               │   ├── Mermaid_0.0.1.json
│   │       │               │   ├── Table_1.0.234.json
│   │       │               │   ├── Text input_0.0.49.json
│   │       │               │   └── Text_0.0.43.json
│   │       │               ├── PcfConversions/
│   │       │               │   ├── Header.json
│   │       │               │   ├── PowerAppsOneGrid.json
│   │       │               │   ├── PowerApps_CoreControls_ButtonCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_DropdownCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_LinkCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_TextCanvas.json
│   │       │               │   └── PowerApps_CoreControls_TextInputCanvas.json
│   │       │               ├── PowerAppsOneGridTemplate_dataField_1.5.0.xml
│   │       │               ├── TableDefinitions/
│   │       │               │   ├── 43b0dc67-68af-47ae-9a9c-9e69d396ba3e.json
│   │       │               │   ├── Canvas Apps.json
│   │       │               │   ├── Custom API Request Parameters.json
│   │       │               │   ├── Custom APIs.json
│   │       │               │   └── Samples.json
│   │       │               ├── addMedia_2.2.1.xml
│   │       │               ├── attachments_2.3.0.xml
│   │       │               ├── cat_PowerCAT.FluentDetailsListTemplate_dataField_1.5.0.xml
│   │       │               ├── cat_PowerCAT.NavTemplate_dataField_1.5.0.xml
│   │       │               ├── form_2.4.2.xml
│   │       │               ├── gallery_2.15.0.xml
│   │       │               ├── groupContainer_1.3.0.xml
│   │       │               ├── htmlViewer_2.1.0.xml
│   │       │               ├── image_2.2.3.xml
│   │       │               ├── pcfDataField_1.5.0.xml
│   │       │               ├── rating_2.1.0.xml
│   │       │               ├── rectangle_2.3.0.xml
│   │       │               └── timer_2.1.0.xml
│   │       ├── Controls/
│   │       │   ├── cat_PowerCAT.AITeachingPopover/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── AITeachingPopover.1033.resx
│   │       │   ├── cat_PowerCAT.FluentAIAssistant/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── FluentAIAssistant.1033.resx
│   │       │   ├── cat_PowerCAT.FluentAIOutputCard/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── OutputCard.1033.resx
│   │       │   └── cat_PowerCAT.Mermaid/
│   │       │       ├── ControlManifest.xml
│   │       │       ├── ControlManifest.xml.data.xml
│   │       │       ├── bundle.js
│   │       │       └── strings/
│   │       │           └── Mermaid.1033.resx
│   │       ├── Other/
│   │       │   ├── Customizations.xml
│   │       │   └── Solution.xml
│   │       ├── aipluginoperations/
│   │       │   ├── aiplugin.name=msdynaib_AIDefine,operationid=msdynaib_AIDefine/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AIExpand,operationid=msdynaib_AIExpand/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AIGenerateSuggestions,operationid=msdynaib_AIGenerateSuggestions/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AINL2Ratings,operationid=msdynaib_AINL2Ratings/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AIPersonalizedResponse,operationid=msdynaib_AIPersonalizedResponse/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AIQnAGenerator,operationid=msdynaib_AIQnAGenerator/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_Customprompt124202362324AM,operationid=msdynaib_Customprompt124202362324AM/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_Customprompt228202435537PM,operationid=msdynaib_Customprompt228202435537PM/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_Customprompt228202450236PM,operationid=msdynaib_Customprompt228202450236PM/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_GenerateTitle,operationid=msdynaib_GenerateTitle/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_GetEmojiFromText,operationid=msdynaib_GetEmojiFromText/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_GetSynonyms,operationid=msdynaib_GetSynonyms/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_Rewrite,operationid=msdynaib_Rewrite/
│   │       │   │   └── aipluginoperation.xml
│   │       │   └── aiplugin.name=msdynaib_TranslatetoTargetLanguage,operationid=msdynaib_TranslatetoTargetLanguage/
│   │       │       └── aipluginoperation.xml
│   │       ├── aiplugins/
│   │       │   ├── msdynaib_AIDefine/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AIExpand/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AIGenerateSuggestions/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AINL2Ratings/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AIPersonalizedResponse/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AIQnAGenerator/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_Customprompt124202362324AM/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_Customprompt228202435537PM/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_Customprompt228202450236PM/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_GenerateTitle/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_GetEmojiFromText/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_GetSynonyms/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_Rewrite/
│   │       │   │   └── aiplugin.xml
│   │       │   └── msdynaib_TranslatetoTargetLanguage/
│   │       │       └── aiplugin.xml
│   │       └── customapis/
│   │           ├── msdyn_aibdptaidefinef8eeeb6c0eac4a9db5027e4807163afa/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaiexpand99d8246ef28549328a076c1572eba975/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   ├── Number_20of_20words/
│   │           │   │   │   └── customapirequestparameter.xml
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaigeneratesuggestionsc9130978a0814b35ba173d8d51c771b9/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── param/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptainl2ratingsbaf4e04fb86e48d6b317c98f6b951e03/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Comment/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaipalette9eed90139df84d1fa914faf83e2bd028/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── param/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaipersonalizedresponse479c9eaf788947e794aa76caea0de83f/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── input/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaiqnagenerator54b0c71e86834c2f9a60ea59b9d43dc4/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptcustomprompt124202362324ambbd51cc43b914f54958cd773f856a323/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptcustomprompt228202435537pmbd0d86826d054e2ba9efc694a371f6fb/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptcustomprompt228202450236pmfa03a8f2db2741658a366f471cb5b2b7/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   ├── Special_20character/
│   │           │   │   │   └── customapirequestparameter.xml
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptgeneratetitle68fdf9bdd5c34a448aa260183afafe0c/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text_cdfe0abf684cf78634f/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptgetemojifromtext67f6033f559a425194ee0aca257f4cd5/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text_f9c863e2b2664663be7/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptgetsynonyms48da36ecfd1449c991593611c3aecaf7/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptrewritec1632d4d7d4643488bfad9adfbdd6c47/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   ├── Original_20Text/
│   │           │   │   │   └── customapirequestparameter.xml
│   │           │   │   └── Rewrite_20Text_20Conditions/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           └── msdyn_aibdpttranslatetotargetlanguaged345426b2e2a4062b1a16507d644d53a/
│   │               ├── customapi.xml
│   │               └── customapiresponseproperties/
│   │                   ├── finishReason/
│   │                   │   └── customapiresponseproperty.xml
│   │                   └── text/
│   │                       └── customapiresponseproperty.xml
│   ├── config/
│   │   ├── Prod/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   ├── Test/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   └── Validation/
│   │       ├── customDeploymentSettings.json
│   │       └── deploymentSettings.json
│   ├── deploy-prod-CreatorKitAI.yml
│   ├── deploy-test-CreatorKitAI.yml
│   └── deploy-validation-CreatorKitAI.yml
├── CreatorKitCore/
│   ├── SolutionPackage/
│   │   ├── .gitignore
│   │   ├── CreatorKitCore.cdsproj
│   │   └── src/
│   │       ├── CanvasApps/
│   │       │   ├── cat_powercatcomponentlibrary_0be3a.meta.xml
│   │       │   ├── cat_powercatcomponentlibrary_0be3a_AdditionalUris0_identity.json
│   │       │   ├── cat_powercatcomponentlibrary_0be3a_BackgroundImageUri
│   │       │   ├── cat_powercatcomponentlibrary_0be3a_DocumentUri.msapp
│   │       │   └── src/
│   │       │       └── cat_powercatcomponentlibrary_0be3a/
│   │       │           ├── Assets/
│   │       │           │   └── SampleImage.json
│   │       │           ├── CanvasManifest.json
│   │       │           ├── ComponentReferences.json
│   │       │           ├── Connections/
│   │       │           │   └── Connections.json
│   │       │           ├── ControlTemplates.json
│   │       │           ├── DataSources/
│   │       │           │   ├── Activities.json
│   │       │           │   ├── CustomGallerySample.json
│   │       │           │   └── DropDownSample.json
│   │       │           ├── Entropy/
│   │       │           │   ├── AppCheckerResult.sarif
│   │       │           │   ├── Entropy.json
│   │       │           │   └── checksum.json
│   │       │           ├── Other/
│   │       │           │   ├── .gitignore
│   │       │           │   └── References/
│   │       │           │       ├── ModernThemes.json
│   │       │           │       ├── NamedValues.json
│   │       │           │       └── QualifiedValues.json
│   │       │           ├── Src/
│   │       │           │   ├── App.fx.yaml
│   │       │           │   ├── Components/
│   │       │           │   │   ├── Dialog.fx.yaml
│   │       │           │   │   ├── Dialog.json
│   │       │           │   │   ├── ExpandMenu.fx.yaml
│   │       │           │   │   ├── ExpandMenu.json
│   │       │           │   │   ├── Header.fx.yaml
│   │       │           │   │   ├── Header.json
│   │       │           │   │   ├── Material.fx.yaml
│   │       │           │   │   ├── Material.json
│   │       │           │   │   ├── Panel.fx.yaml
│   │       │           │   │   └── Panel.json
│   │       │           │   ├── EditorState/
│   │       │           │   │   ├── App.editorstate.json
│   │       │           │   │   ├── Dialog.editorstate.json
│   │       │           │   │   ├── ExpandMenu.editorstate.json
│   │       │           │   │   ├── Header.editorstate.json
│   │       │           │   │   ├── HomeScreen.editorstate.json
│   │       │           │   │   ├── Material.editorstate.json
│   │       │           │   │   └── Panel.editorstate.json
│   │       │           │   ├── HomeScreen.fx.yaml
│   │       │           │   └── Themes.json
│   │       │           └── pkgs/
│   │       │               ├── PcfControlTemplates/
│   │       │               │   ├── Button_1.5.2.json
│   │       │               │   └── Label_1.6.0.json
│   │       │               ├── PcfConversions/
│   │       │               │   ├── Microsoft_CoreControls_Button.json
│   │       │               │   └── Microsoft_CoreControls_Label.json
│   │       │               ├── TableDefinitions/
│   │       │               │   └── Activities.json
│   │       │               ├── gallery_2.15.0.xml
│   │       │               ├── groupContainer_1.3.0.xml
│   │       │               ├── htmlViewer_2.1.0.xml
│   │       │               ├── icon_2.5.0.xml
│   │       │               ├── image_2.2.3.xml
│   │       │               ├── label_2.5.1.xml
│   │       │               └── rectangle_2.3.0.xml
│   │       ├── Controls/
│   │       │   ├── cat_PowerCAT.AutoWidthLabel/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── AutoWidthLabel.css
│   │       │   │   └── strings/
│   │       │   │       └── AutoWidthLabel.1033.resx
│   │       │   ├── cat_PowerCAT.Breadcrumb/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Breadcrumb.1033.resx
│   │       │   ├── cat_PowerCAT.Calendar/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── Calendar.css
│   │       │   │   └── strings/
│   │       │   │       └── Calendar.1033.resx
│   │       │   ├── cat_PowerCAT.Card/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Card.1033.resx
│   │       │   ├── cat_PowerCAT.CommandBar/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── CommandBar.css
│   │       │   │   └── strings/
│   │       │   │       └── CommandBar.1033.resx
│   │       │   ├── cat_PowerCAT.ContextMenu/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── ContextMenu.1033.resx
│   │       │   ├── cat_PowerCAT.DonutChart/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── DonutChart.1033.resx
│   │       │   ├── cat_PowerCAT.Elevation/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── Elevation.css
│   │       │   │   └── strings/
│   │       │   │       └── Elevation.1033.resx
│   │       │   ├── cat_PowerCAT.Facepile/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Facepile.1033.resx
│   │       │   ├── cat_PowerCAT.FluentDetailsList/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── DetailsList.css
│   │       │   │   └── strings/
│   │       │   │       └── DetailsList.1033.resx
│   │       │   ├── cat_PowerCAT.GaugeChart/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── GaugeChart.1033.resx
│   │       │   ├── cat_PowerCAT.HorizontalBarChart/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── HorizontalBarChart.1033.resx
│   │       │   ├── cat_PowerCAT.Icon/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Icon.1033.resx
│   │       │   ├── cat_PowerCAT.KeyboardShortcuts/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── KeyboardShortcuts.1033.resx
│   │       │   ├── cat_PowerCAT.MaskedTextField/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── MaskedTextField.1033.resx
│   │       │   ├── cat_PowerCAT.Nav/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── FluentNav.1033.resx
│   │       │   ├── cat_PowerCAT.PeoplePicker/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── PeoplePicker.css
│   │       │   │   └── strings/
│   │       │   │       └── PeoplePicker.1033.resx
│   │       │   ├── cat_PowerCAT.Persona/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Persona.1033.resx
│   │       │   ├── cat_PowerCAT.Picker/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── TagPicker.css
│   │       │   │   └── strings/
│   │       │   │       └── TagPicker.1033.resx
│   │       │   ├── cat_PowerCAT.Pivot/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Pivot.1033.resx
│   │       │   ├── cat_PowerCAT.ProgressIndicator/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── ProgressIndicator.1033.resx
│   │       │   ├── cat_PowerCAT.ResizableTextarea/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── ResizableTextarea.css
│   │       │   │   └── strings/
│   │       │   │       └── ResizableTextarea.1033.resx
│   │       │   ├── cat_PowerCAT.SearchBox/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── SearchBox.1033.resx
│   │       │   ├── cat_PowerCAT.Shimmer/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Shimmer.1033.resx
│   │       │   ├── cat_PowerCAT.SpinButton/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── SpinButton.1033.resx
│   │       │   ├── cat_PowerCAT.Spinner/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Spinner.1033.resx
│   │       │   ├── cat_PowerCAT.StackedBarChart/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── StackBarChart.1033.resx
│   │       │   ├── cat_PowerCAT.SubwayNav/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Subwaynav.1033.resx
│   │       │   ├── cat_PowerCAT.TagList/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── TagList.1033.resx
│   │       │   └── cat_PowerCAT.ThemeDesigner/
│   │       │       ├── ControlManifest.xml
│   │       │       ├── ControlManifest.xml.data.xml
│   │       │       ├── bundle.js
│   │       │       └── strings/
│   │       │           └── FluentThemeDesigner.1033.resx
│   │       ├── Entities/
│   │       │   └── cat_Sample/
│   │       │       ├── Entity.xml
│   │       │       ├── FormXml/
│   │       │       │   ├── card/
│   │       │       │   │   ├── {73536272-63e9-4125-9676-154090ca1317}.xml
│   │       │       │   │   └── {73536272-63e9-4125-9676-154090ca1317}_managed.xml
│   │       │       │   ├── main/
│   │       │       │   │   ├── {803b0ad5-1e39-4c8a-9f6d-e42093110fea}.xml
│   │       │       │   │   └── {803b0ad5-1e39-4c8a-9f6d-e42093110fea}_managed.xml
│   │       │       │   └── quick/
│   │       │       │       ├── {59274d36-0d7b-4f7f-8ed0-93c330781828}.xml
│   │       │       │       └── {59274d36-0d7b-4f7f-8ed0-93c330781828}_managed.xml
│   │       │       ├── RibbonDiff.xml
│   │       │       └── SavedQueries/
│   │       │           ├── {65f77f14-34e1-4b52-8bad-f2620084f133}.xml
│   │       │           ├── {6a73483c-55c5-4687-9098-55e2311c720e}.xml
│   │       │           ├── {9f88f7fd-5bb3-4f94-a621-8672f2378fcf}.xml
│   │       │           ├── {b21f1f8e-6aba-4d47-b948-727753942a79}.xml
│   │       │           ├── {e60cbf19-3396-ef11-8a6a-000d3a3728e3}.xml
│   │       │           ├── {f91cb2a9-8586-43f4-b72b-c5503c2a126d}.xml
│   │       │           └── {fadaabe2-91ab-41ae-a6d1-5738ce67cf68}.xml
│   │       └── Other/
│   │           ├── Customizations.xml
│   │           ├── Relationships/
│   │           │   ├── BusinessUnit.xml
│   │           │   ├── FileAttachment.xml
│   │           │   ├── Owner.xml
│   │           │   ├── SystemUser.xml
│   │           │   └── Team.xml
│   │           ├── Relationships.xml
│   │           └── Solution.xml
│   ├── config/
│   │   ├── Prod/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   ├── Test/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   └── Validation/
│   │       ├── customDeploymentSettings.json
│   │       └── deploymentSettings.json
│   ├── deploy-prod-CreatorKitCore.yml
│   ├── deploy-test-CreatorKitCore.yml
│   └── deploy-validation-CreatorKitCore.yml
├── CreatorKitReferencesCanvas/
│   ├── SolutionPackage/
│   │   ├── .gitignore
│   │   ├── CreatorKitReferencesCanvas.cdsproj
│   │   └── src/
│   │       ├── CanvasApps/
│   │       │   ├── cat_creatorkitcontrolreferenceapp_d66f8.meta.xml
│   │       │   ├── cat_creatorkitcontrolreferenceapp_d66f8_AdditionalUris0_identity.json
│   │       │   ├── cat_creatorkitcontrolreferenceapp_d66f8_BackgroundImageUri
│   │       │   ├── cat_creatorkitcontrolreferenceapp_d66f8_DocumentUri.msapp
│   │       │   ├── cat_fluentthemedesigner_00e67.meta.xml
│   │       │   ├── cat_fluentthemedesigner_00e67_BackgroundImageUri
│   │       │   ├── cat_fluentthemedesigner_00e67_DocumentUri.msapp
│   │       │   ├── cat_fluentuicanvastemplate_51940.meta.xml
│   │       │   ├── cat_fluentuicanvastemplate_51940_AdditionalUris0_identity.json
│   │       │   ├── cat_fluentuicanvastemplate_51940_BackgroundImageUri
│   │       │   ├── cat_fluentuicanvastemplate_51940_DocumentUri.msapp
│   │       │   └── src/
│   │       │       ├── cat_creatorkitcontrolreferenceapp_d66f8/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── Accounts.json
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── Office365Users.json
│   │       │       │   │   ├── PreSelectedUserCollection.json
│   │       │       │   │   ├── UserCollection.json
│   │       │       │   │   ├── UserPersonas.json
│   │       │       │   │   ├── colAccounts.json
│   │       │       │   │   ├── colAccountsExpand.json
│   │       │       │   │   ├── colColors.json
│   │       │       │   │   ├── colComponentTypes.json
│   │       │       │   │   ├── colFiles.json
│   │       │       │   │   ├── colIcons.json
│   │       │       │   │   ├── colLayoutRows.json
│   │       │       │   │   ├── colRowImages.json
│   │       │       │   │   ├── colRows.json
│   │       │       │   │   ├── colScreens.json
│   │       │       │   │   ├── colSelectedTags.json
│   │       │       │   │   ├── colSimpleTagList.json
│   │       │       │   │   ├── colSimpleTags.json
│   │       │       │   │   ├── colTags.json
│   │       │       │   │   ├── colTaskTags.json
│   │       │       │   │   ├── colTasks.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── .gitignore
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── ModernThemes.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Breadcrumb.bundle.js
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.ContextMenu.bundle.js
│   │       │       │   │           ├── PowerCAT.DonutChart.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Facepile.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.GaugeChart.bundle.js
│   │       │       │   │           ├── PowerCAT.HorizontalBarChart.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.KeyboardShortcuts.bundle.js
│   │       │       │   │           ├── PowerCAT.Nav.bundle.js
│   │       │       │   │           ├── PowerCAT.PeoplePicker.bundle.js
│   │       │       │   │           ├── PowerCAT.Persona.bundle.js
│   │       │       │   │           ├── PowerCAT.Picker.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.ProgressIndicator.bundle.js
│   │       │       │   │           ├── PowerCAT.ResizableTextarea.bundle.js
│   │       │       │   │           ├── PowerCAT.SearchBox.bundle.js
│   │       │       │   │           ├── PowerCAT.SpinButton.bundle.js
│   │       │       │   │           ├── PowerCAT.Spinner.bundle.js
│   │       │       │   │           ├── PowerCAT.StackedBarChart.bundle.js
│   │       │       │   │           ├── PowerCAT.SubwayNav.bundle.js
│   │       │       │   │           ├── PowerCAT.TagList.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   ├── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           │   ├── PowerCAT.PeoplePicker.PeoplePicker.css
│   │       │       │   │           │   ├── PowerCAT.Picker.TagPicker.css
│   │       │       │   │           │   └── PowerCAT.ResizableTextarea.ResizableTextarea.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.json
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.resx
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.ContextMenu.ContextMenu.1033.json
│   │       │       │   │               ├── PowerCAT.ContextMenu.ContextMenu.1033.resx
│   │       │       │   │               ├── PowerCAT.DonutChart.DonutChart.1033.json
│   │       │       │   │               ├── PowerCAT.DonutChart.DonutChart.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.json
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.GaugeChart.GaugeChart.1033.json
│   │       │       │   │               ├── PowerCAT.GaugeChart.GaugeChart.1033.resx
│   │       │       │   │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.json
│   │       │       │   │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.KeyboardShortcuts.KeyboardShortcuts.1033.json
│   │       │       │   │               ├── PowerCAT.KeyboardShortcuts.KeyboardShortcuts.1033.resx
│   │       │       │   │               ├── PowerCAT.Nav.FluentNav.1033.json
│   │       │       │   │               ├── PowerCAT.Nav.FluentNav.1033.resx
│   │       │       │   │               ├── PowerCAT.PeoplePicker.PeoplePicker.1033.json
│   │       │       │   │               ├── PowerCAT.PeoplePicker.PeoplePicker.1033.resx
│   │       │       │   │               ├── PowerCAT.Persona.Persona.1033.json
│   │       │       │   │               ├── PowerCAT.Persona.Persona.1033.resx
│   │       │       │   │               ├── PowerCAT.Picker.TagPicker.1033.json
│   │       │       │   │               ├── PowerCAT.Picker.TagPicker.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.ProgressIndicator.ProgressIndicator.1033.json
│   │       │       │   │               ├── PowerCAT.ProgressIndicator.ProgressIndicator.1033.resx
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.json
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.resx
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.json
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.resx
│   │       │       │   │               ├── PowerCAT.SpinButton.SpinButton.1033.json
│   │       │       │   │               ├── PowerCAT.SpinButton.SpinButton.1033.resx
│   │       │       │   │               ├── PowerCAT.Spinner.Spinner.1033.json
│   │       │       │   │               ├── PowerCAT.Spinner.Spinner.1033.resx
│   │       │       │   │               ├── PowerCAT.StackedBarChart.StackBarChart.1033.json
│   │       │       │   │               ├── PowerCAT.StackedBarChart.StackBarChart.1033.resx
│   │       │       │   │               ├── PowerCAT.SubwayNav.Subwaynav.1033.json
│   │       │       │   │               ├── PowerCAT.SubwayNav.Subwaynav.1033.resx
│   │       │       │   │               ├── PowerCAT.TagList.TagList.1033.json
│   │       │       │   │               └── PowerCAT.TagList.TagList.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Components/
│   │       │       │   │   │   ├── AutoWidthLabel.fx.yaml
│   │       │       │   │   │   ├── AutoWidthLabel.json
│   │       │       │   │   │   ├── BestPractices.fx.yaml
│   │       │       │   │   │   ├── BestPractices.json
│   │       │       │   │   │   ├── BestPractices_10.fx.yaml
│   │       │       │   │   │   ├── BestPractices_10.json
│   │       │       │   │   │   ├── BreadcrumbBasic.fx.yaml
│   │       │       │   │   │   ├── BreadcrumbBasic.json
│   │       │       │   │   │   ├── CommandBarColors.fx.yaml
│   │       │       │   │   │   ├── CommandBarColors.json
│   │       │       │   │   │   ├── CommandBarDisabled.fx.yaml
│   │       │       │   │   │   ├── CommandBarDisabled.json
│   │       │       │   │   │   ├── CommandBarFocus.fx.yaml
│   │       │       │   │   │   ├── CommandBarFocus.json
│   │       │       │   │   │   ├── CommandBarOverflowItems.fx.yaml
│   │       │       │   │   │   ├── CommandBarOverflowItems.json
│   │       │       │   │   │   ├── ContextMenuSimple.fx.yaml
│   │       │       │   │   │   ├── ContextMenuSimple.json
│   │       │       │   │   │   ├── ControlInfo.fx.yaml
│   │       │       │   │   │   ├── ControlInfo.json
│   │       │       │   │   │   ├── DetailsListBasic.fx.yaml
│   │       │       │   │   │   ├── DetailsListBasic.json
│   │       │       │   │   │   ├── DetailsListCellTypes.fx.yaml
│   │       │       │   │   │   ├── DetailsListCellTypes.json
│   │       │       │   │   │   ├── DetailsListExpand.fx.yaml
│   │       │       │   │   │   ├── DetailsListExpand.json
│   │       │       │   │   │   ├── DetailsListLayout.fx.yaml
│   │       │       │   │   │   ├── DetailsListLayout.json
│   │       │       │   │   │   ├── DetailsListPaging.fx.yaml
│   │       │       │   │   │   ├── DetailsListPaging.json
│   │       │       │   │   │   ├── DetailsListResponsive.fx.yaml
│   │       │       │   │   │   ├── DetailsListResponsive.json
│   │       │       │   │   │   ├── ElevationHover.fx.yaml
│   │       │       │   │   │   ├── ElevationHover.json
│   │       │       │   │   │   ├── ElevationPopup.fx.yaml
│   │       │       │   │   │   ├── ElevationPopup.json
│   │       │       │   │   │   ├── ElevationSummary.fx.yaml
│   │       │       │   │   │   ├── ElevationSummary.json
│   │       │       │   │   │   ├── Facepile.fx.yaml
│   │       │       │   │   │   ├── Facepile.json
│   │       │       │   │   │   ├── IconActionButton.fx.yaml
│   │       │       │   │   │   ├── IconActionButton.json
│   │       │       │   │   │   ├── IconSimple.fx.yaml
│   │       │       │   │   │   ├── IconSimple.json
│   │       │       │   │   │   ├── KeyboardShortcuts.fx.yaml
│   │       │       │   │   │   ├── KeyboardShortcuts.json
│   │       │       │   │   │   ├── LeftNav.fx.yaml
│   │       │       │   │   │   ├── LeftNav.json
│   │       │       │   │   │   ├── MultiHtmlSectionText.fx.yaml
│   │       │       │   │   │   ├── MultiHtmlSectionText.json
│   │       │       │   │   │   ├── NavBasic.fx.yaml
│   │       │       │   │   │   ├── NavBasic.json
│   │       │       │   │   │   ├── PeoplePickerO365.fx.yaml
│   │       │       │   │   │   ├── PeoplePickerO365.json
│   │       │       │   │   │   ├── PivotItemStyles.fx.yaml
│   │       │       │   │   │   ├── PivotItemStyles.json
│   │       │       │   │   │   ├── PivotShowHidePivotItem.fx.yaml
│   │       │       │   │   │   ├── PivotShowHidePivotItem.json
│   │       │       │   │   │   ├── PreSelectPeoplePicker.fx.yaml
│   │       │       │   │   │   ├── PreSelectPeoplePicker.json
│   │       │       │   │   │   ├── ProgressIndicator.fx.yaml
│   │       │       │   │   │   ├── ProgressIndicator.json
│   │       │       │   │   │   ├── ResizableTextArea.fx.yaml
│   │       │       │   │   │   ├── ResizableTextArea.json
│   │       │       │   │   │   ├── ResizableTextArea_Controlled.fx.yaml
│   │       │       │   │   │   ├── ResizableTextArea_Controlled.json
│   │       │       │   │   │   ├── SampleAppCodeHeader.fx.yaml
│   │       │       │   │   │   ├── SampleAppCodeHeader.json
│   │       │       │   │   │   ├── SpinnerComp.fx.yaml
│   │       │       │   │   │   ├── SpinnerComp.json
│   │       │       │   │   │   ├── SpinnerComp_2.fx.yaml
│   │       │       │   │   │   ├── SpinnerComp_2.json
│   │       │       │   │   │   ├── SpinnerComp_3.fx.yaml
│   │       │       │   │   │   ├── SpinnerComp_3.json
│   │       │       │   │   │   ├── TagListBasic.fx.yaml
│   │       │       │   │   │   ├── TagListBasic.json
│   │       │       │   │   │   ├── TagPickerBasic.fx.yaml
│   │       │       │   │   │   ├── TagPickerBasic.json
│   │       │       │   │   │   ├── TagPickerCustomStyle.fx.yaml
│   │       │       │   │   │   ├── TagPickerCustomStyle.json
│   │       │       │   │   │   ├── TagsInGalleries.fx.yaml
│   │       │       │   │   │   ├── TagsInGalleries.json
│   │       │       │   │   │   ├── TextPanel.fx.yaml
│   │       │       │   │   │   ├── TextPanel.json
│   │       │       │   │   │   ├── TextPanel_3.fx.yaml
│   │       │       │   │   │   └── TextPanel_3.json
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── AutoWidthLabel.editorstate.json
│   │       │       │   │   │   ├── BestPractices.editorstate.json
│   │       │       │   │   │   ├── BestPractices_10.editorstate.json
│   │       │       │   │   │   ├── BreadcrumbBasic.editorstate.json
│   │       │       │   │   │   ├── CommandBarColors.editorstate.json
│   │       │       │   │   │   ├── CommandBarDisabled.editorstate.json
│   │       │       │   │   │   ├── CommandBarFocus.editorstate.json
│   │       │       │   │   │   ├── CommandBarOverflowItems.editorstate.json
│   │       │       │   │   │   ├── ContextMenuSimple.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── CustomIcon.editorstate.json
│   │       │       │   │   │   ├── DetailsListBasic.editorstate.json
│   │       │       │   │   │   ├── DetailsListCellTypes.editorstate.json
│   │       │       │   │   │   ├── DetailsListExpand.editorstate.json
│   │       │       │   │   │   ├── DetailsListLayout.editorstate.json
│   │       │       │   │   │   ├── DetailsListPaging.editorstate.json
│   │       │       │   │   │   ├── DetailsListResponsive.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── ElevationHover.editorstate.json
│   │       │       │   │   │   ├── ElevationPopup.editorstate.json
│   │       │       │   │   │   ├── ElevationSummary.editorstate.json
│   │       │       │   │   │   ├── ExpandMenu.editorstate.json
│   │       │       │   │   │   ├── Facepile.editorstate.json
│   │       │       │   │   │   ├── Header.editorstate.json
│   │       │       │   │   │   ├── IconActionButton.editorstate.json
│   │       │       │   │   │   ├── IconSimple.editorstate.json
│   │       │       │   │   │   ├── KeyboardShortcuts.editorstate.json
│   │       │       │   │   │   ├── LeftNav.editorstate.json
│   │       │       │   │   │   ├── MultiHtmlSectionText.editorstate.json
│   │       │       │   │   │   ├── NavBasic.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── PeoplePickerO365.editorstate.json
│   │       │       │   │   │   ├── PivotItemStyles.editorstate.json
│   │       │       │   │   │   ├── PivotShowHidePivotItem.editorstate.json
│   │       │       │   │   │   ├── PreSelectPeoplePicker.editorstate.json
│   │       │       │   │   │   ├── ProgressIndicator.editorstate.json
│   │       │       │   │   │   ├── ResizableTextArea.editorstate.json
│   │       │       │   │   │   ├── ResizableTextArea_Controlled.editorstate.json
│   │       │       │   │   │   ├── SampleAppCodeHeader.editorstate.json
│   │       │       │   │   │   ├── SpinnerComp.editorstate.json
│   │       │       │   │   │   ├── SpinnerComp_2.editorstate.json
│   │       │       │   │   │   ├── SpinnerComp_3.editorstate.json
│   │       │       │   │   │   ├── TagListBasic.editorstate.json
│   │       │       │   │   │   ├── TagPickerBasic.editorstate.json
│   │       │       │   │   │   ├── TagPickerCustomStyle.editorstate.json
│   │       │       │   │   │   ├── TagsInGalleries.editorstate.json
│   │       │       │   │   │   ├── TextPanel.editorstate.json
│   │       │       │   │   │   ├── TextPanel_3.editorstate.json
│   │       │       │   │   │   ├── scrAllControlsHolder.editorstate.json
│   │       │       │   │   │   ├── scrAutoWidthLabel.editorstate.json
│   │       │       │   │   │   ├── scrBreadcrumb.editorstate.json
│   │       │       │   │   │   ├── scrCommandBar.editorstate.json
│   │       │       │   │   │   ├── scrContextMenu.editorstate.json
│   │       │       │   │   │   ├── scrDetailsList_Basic.editorstate.json
│   │       │       │   │   │   ├── scrDetailsList_CellTypes.editorstate.json
│   │       │       │   │   │   ├── scrDetailsList_Sorting.editorstate.json
│   │       │       │   │   │   ├── scrDialog.editorstate.json
│   │       │       │   │   │   ├── scrDonut.editorstate.json
│   │       │       │   │   │   ├── scrElevation.editorstate.json
│   │       │       │   │   │   ├── scrExpandMenu.editorstate.json
│   │       │       │   │   │   ├── scrFacepile.editorstate.json
│   │       │       │   │   │   ├── scrGauge.editorstate.json
│   │       │       │   │   │   ├── scrHorizontalbar.editorstate.json
│   │       │       │   │   │   ├── scrIcon.editorstate.json
│   │       │       │   │   │   ├── scrKeyboardShortcut.editorstate.json
│   │       │       │   │   │   ├── scrNav.editorstate.json
│   │       │       │   │   │   ├── scrPanel.editorstate.json
│   │       │       │   │   │   ├── scrPeoplePicker.editorstate.json
│   │       │       │   │   │   ├── scrPersona.editorstate.json
│   │       │       │   │   │   ├── scrPivot.editorstate.json
│   │       │       │   │   │   ├── scrProgressIndicator.editorstate.json
│   │       │       │   │   │   ├── scrResizableTextArea.editorstate.json
│   │       │       │   │   │   ├── scrSearchBox.editorstate.json
│   │       │       │   │   │   ├── scrSpinButton.editorstate.json
│   │       │       │   │   │   ├── scrSpinner.editorstate.json
│   │       │       │   │   │   ├── scrStackbar.editorstate.json
│   │       │       │   │   │   ├── scrSubwayNav.editorstate.json
│   │       │       │   │   │   ├── scrTagList.editorstate.json
│   │       │       │   │   │   ├── scrTagPicker.editorstate.json
│   │       │       │   │   │   └── scrTemplate.editorstate.json
│   │       │       │   │   ├── Themes.json
│   │       │       │   │   ├── scrAllControlsHolder.fx.yaml
│   │       │       │   │   ├── scrAutoWidthLabel.fx.yaml
│   │       │       │   │   ├── scrBreadcrumb.fx.yaml
│   │       │       │   │   ├── scrCommandBar.fx.yaml
│   │       │       │   │   ├── scrContextMenu.fx.yaml
│   │       │       │   │   ├── scrDetailsList_Basic.fx.yaml
│   │       │       │   │   ├── scrDetailsList_CellTypes.fx.yaml
│   │       │       │   │   ├── scrDetailsList_Sorting.fx.yaml
│   │       │       │   │   ├── scrDialog.fx.yaml
│   │       │       │   │   ├── scrDonut.fx.yaml
│   │       │       │   │   ├── scrElevation.fx.yaml
│   │       │       │   │   ├── scrExpandMenu.fx.yaml
│   │       │       │   │   ├── scrFacepile.fx.yaml
│   │       │       │   │   ├── scrGauge.fx.yaml
│   │       │       │   │   ├── scrHorizontalbar.fx.yaml
│   │       │       │   │   ├── scrIcon.fx.yaml
│   │       │       │   │   ├── scrKeyboardShortcut.fx.yaml
│   │       │       │   │   ├── scrNav.fx.yaml
│   │       │       │   │   ├── scrPanel.fx.yaml
│   │       │       │   │   ├── scrPeoplePicker.fx.yaml
│   │       │       │   │   ├── scrPersona.fx.yaml
│   │       │       │   │   ├── scrPivot.fx.yaml
│   │       │       │   │   ├── scrProgressIndicator.fx.yaml
│   │       │       │   │   ├── scrResizableTextArea.fx.yaml
│   │       │       │   │   ├── scrSearchBox.fx.yaml
│   │       │       │   │   ├── scrSpinButton.fx.yaml
│   │       │       │   │   ├── scrSpinner.fx.yaml
│   │       │       │   │   ├── scrStackbar.fx.yaml
│   │       │       │   │   ├── scrSubwayNav.fx.yaml
│   │       │       │   │   ├── scrTagList.fx.yaml
│   │       │       │   │   ├── scrTagPicker.fx.yaml
│   │       │       │   │   └── scrTemplate.fx.yaml
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── CustomIcon.fx.yaml
│   │       │       │       │   ├── CustomIcon.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── ExpandMenu.fx.yaml
│   │       │       │       │   ├── ExpandMenu.json
│   │       │       │       │   ├── Header.fx.yaml
│   │       │       │       │   ├── Header.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   └── Panel.json
│   │       │       │       ├── Microsoft_CoreControls_ComboBoxTemplate_dataField_1.5.0.xml
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Breadcrumb %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Command Bar %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Context Menu %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Details List %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Donut Chart %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Elevation %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Facepile %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Gauge Chart %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Horizontal bar Chart %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Icon %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Nav %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent PeoplePicker %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Persona %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Picker %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Pivot %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Progress Indicator %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent SearchBox %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent SpinButton %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Spinner %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Stacked bar Chart %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Tag List %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Keyboard Shortcuts %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   ├── Resizable Text Area %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Slider_1.6.1.json
│   │       │       │       │   ├── SubwayNav %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   ├── Microsoft_CoreControls_Slider.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── Wadl/
│   │       │       │       │   └── Office365Users.xml
│   │       │       │       ├── button_2.2.0.xml
│   │       │       │       ├── gallery_2.15.0.xml
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.3.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.5.0.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       ├── slider_2.1.0.xml
│   │       │       │       └── text_2.3.2.xml
│   │       │       ├── cat_fluentthemedesigner_00e67/
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   └── varParsedTheme.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.ThemeDesigner.bundle.js
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.ThemeDesigner.FluentThemeDesigner.1033.json
│   │       │       │   │               └── PowerCAT.ThemeDesigner.FluentThemeDesigner.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Theme Designer Screen.editorstate.json
│   │       │       │   │   ├── Theme Designer Screen.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   └── Panel.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   └── Fluent Theme Designer %281.0.22%29_1.0.22.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Button.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       └── cat_fluentuicanvastemplate_51940/
│   │       │           ├── Assets/
│   │       │           │   └── SampleImage.json
│   │       │           ├── CanvasManifest.json
│   │       │           ├── ComponentReferences.json
│   │       │           ├── Connections/
│   │       │           │   └── Connections.json
│   │       │           ├── ControlTemplates.json
│   │       │           ├── DataSources/
│   │       │           │   ├── ComboBoxSample.json
│   │       │           │   ├── CustomGallerySample.json
│   │       │           │   └── Samples.json
│   │       │           ├── Entropy/
│   │       │           │   ├── AppCheckerResult.sarif
│   │       │           │   ├── Entropy.json
│   │       │           │   └── checksum.json
│   │       │           ├── Other/
│   │       │           │   ├── .gitignore
│   │       │           │   ├── References/
│   │       │           │   │   ├── ModernThemes.json
│   │       │           │   │   ├── NamedValues.json
│   │       │           │   │   └── QualifiedValues.json
│   │       │           │   └── Resources/
│   │       │           │       └── Controls/
│   │       │           │           ├── PowerCAT.Breadcrumb.bundle.js
│   │       │           │           ├── PowerCAT.Card.bundle.js
│   │       │           │           ├── PowerCAT.DonutChart.bundle.js
│   │       │           │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │           │           ├── PowerCAT.GaugeChart.bundle.js
│   │       │           │           ├── PowerCAT.HorizontalBarChart.bundle.js
│   │       │           │           ├── PowerCAT.Nav.bundle.js
│   │       │           │           ├── PowerCAT.StackedBarChart.bundle.js
│   │       │           │           ├── css/
│   │       │           │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │           │           └── strings/
│   │       │           │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.json
│   │       │           │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.resx
│   │       │           │               ├── PowerCAT.Card.Card.1033.json
│   │       │           │               ├── PowerCAT.Card.Card.1033.resx
│   │       │           │               ├── PowerCAT.DonutChart.DonutChart.1033.json
│   │       │           │               ├── PowerCAT.DonutChart.DonutChart.1033.resx
│   │       │           │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │           │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │           │               ├── PowerCAT.GaugeChart.GaugeChart.1033.json
│   │       │           │               ├── PowerCAT.GaugeChart.GaugeChart.1033.resx
│   │       │           │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.json
│   │       │           │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.resx
│   │       │           │               ├── PowerCAT.Nav.FluentNav.1033.json
│   │       │           │               ├── PowerCAT.Nav.FluentNav.1033.resx
│   │       │           │               ├── PowerCAT.StackedBarChart.StackBarChart.1033.json
│   │       │           │               └── PowerCAT.StackedBarChart.StackBarChart.1033.resx
│   │       │           ├── Src/
│   │       │           │   ├── App.fx.yaml
│   │       │           │   ├── Components/
│   │       │           │   │   ├── CardHeader.fx.yaml
│   │       │           │   │   ├── CardHeader.json
│   │       │           │   │   ├── CardItem.fx.yaml
│   │       │           │   │   ├── CardItem.json
│   │       │           │   │   ├── PageHeader.fx.yaml
│   │       │           │   │   ├── PageHeader.json
│   │       │           │   │   ├── SmallCard.fx.yaml
│   │       │           │   │   ├── SmallCard.json
│   │       │           │   │   ├── StackNumber.fx.yaml
│   │       │           │   │   └── StackNumber.json
│   │       │           │   ├── DashboardScreen.fx.yaml
│   │       │           │   ├── EditorState/
│   │       │           │   │   ├── App.editorstate.json
│   │       │           │   │   ├── CardHeader.editorstate.json
│   │       │           │   │   ├── CardItem.editorstate.json
│   │       │           │   │   ├── DashboardScreen.editorstate.json
│   │       │           │   │   ├── EmptyStateScreen.editorstate.json
│   │       │           │   │   ├── FeatureLandingScreen.editorstate.json
│   │       │           │   │   ├── FormScreen.editorstate.json
│   │       │           │   │   ├── HubLandingScreen.editorstate.json
│   │       │           │   │   ├── ListScreen.editorstate.json
│   │       │           │   │   ├── PageHeader.editorstate.json
│   │       │           │   │   ├── PaneListScreen.editorstate.json
│   │       │           │   │   ├── SmallCard.editorstate.json
│   │       │           │   │   ├── StackNumber.editorstate.json
│   │       │           │   │   ├── __colors__.editorstate.json
│   │       │           │   │   ├── __components__.editorstate.json
│   │       │           │   │   └── __typeramp__.editorstate.json
│   │       │           │   ├── EmptyStateScreen.fx.yaml
│   │       │           │   ├── FeatureLandingScreen.fx.yaml
│   │       │           │   ├── FormScreen.fx.yaml
│   │       │           │   ├── HubLandingScreen.fx.yaml
│   │       │           │   ├── ListScreen.fx.yaml
│   │       │           │   ├── PaneListScreen.fx.yaml
│   │       │           │   ├── Themes.json
│   │       │           │   ├── __colors__.fx.yaml
│   │       │           │   ├── __components__.fx.yaml
│   │       │           │   └── __typeramp__.fx.yaml
│   │       │           └── pkgs/
│   │       │               ├── PcfControlTemplates/
│   │       │               │   ├── Button_0.0.43.json
│   │       │               │   ├── Dropdown_0.0.44.json
│   │       │               │   ├── Fluent Breadcrumb %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Card %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Details List %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Donut Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Gauge Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Horizontal bar Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Nav %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Stacked bar Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Icon_0.0.7.json
│   │       │               │   ├── Information button_0.0.31.json
│   │       │               │   ├── Label_1.6.0.json
│   │       │               │   ├── Link_0.0.40.json
│   │       │               │   ├── Slider_1.0.29.json
│   │       │               │   ├── Spinner_1.4.3.json
│   │       │               │   ├── Tab list_2.2.26.json
│   │       │               │   ├── Text input_0.0.49.json
│   │       │               │   ├── Text_0.0.43.json
│   │       │               │   └── Toolbar_2.0.2.json
│   │       │               ├── PcfConversions/
│   │       │               │   ├── Microsoft_CoreControls_Label.json
│   │       │               │   ├── PowerApps_CoreControls_ButtonCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_DropdownCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_Icon.json
│   │       │               │   ├── PowerApps_CoreControls_InfoButtonCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_LinkCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_Slider.json
│   │       │               │   ├── PowerApps_CoreControls_Spinner.json
│   │       │               │   ├── PowerApps_CoreControls_TabList.json
│   │       │               │   ├── PowerApps_CoreControls_TextCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_TextInputCanvas.json
│   │       │               │   └── PowerApps_CoreControls_Toolbar.json
│   │       │               ├── PowerApps_CoreControls_DropdownCanvasTemplate_dataField_1.5.0.xml
│   │       │               ├── PowerApps_CoreControls_TabListTemplate_dataField_1.5.0.xml
│   │       │               ├── PowerApps_CoreControls_ToolbarTemplate_dataField_1.5.0.xml
│   │       │               ├── TableDefinitions/
│   │       │               │   └── Samples.json
│   │       │               ├── cat_PowerCAT.FluentDetailsListTemplate_dataField_1.5.0.xml
│   │       │               ├── form_2.4.2.xml
│   │       │               ├── gallery_2.15.0.xml
│   │       │               ├── groupContainer_1.3.0.xml
│   │       │               ├── htmlViewer_2.1.0.xml
│   │       │               ├── icon_2.5.0.xml
│   │       │               ├── image_2.2.3.xml
│   │       │               ├── label_2.5.1.xml
│   │       │               └── rectangle_2.3.0.xml
│   │       └── Other/
│   │           ├── Customizations.xml
│   │           └── Solution.xml
│   ├── config/
│   │   ├── Prod/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   ├── Test/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   └── Validation/
│   │       ├── customDeploymentSettings.json
│   │       └── deploymentSettings.json
│   ├── deploy-prod-CreatorKitReferencesCanvas.yml
│   ├── deploy-test-CreatorKitReferencesCanvas.yml
│   └── deploy-validation-CreatorKitReferencesCanvas.yml
├── CreatorKitReferencesMDA/
│   ├── SolutionPackage/
│   │   ├── .gitignore
│   │   ├── CreatorKitReferencesMDA.cdsproj
│   │   └── src/
│   │       ├── AppModuleSiteMaps/
│   │       │   ├── cat_CreatorKitReferenceApp/
│   │       │   │   ├── AppModuleSiteMap.xml
│   │       │   │   └── AppModuleSiteMap_managed.xml
│   │       │   └── cat_TemplateApp/
│   │       │       ├── AppModuleSiteMap.xml
│   │       │       └── AppModuleSiteMap_managed.xml
│   │       ├── AppModules/
│   │       │   ├── cat_CreatorKitReferenceApp/
│   │       │   │   ├── AppModule.xml
│   │       │   │   └── AppModule_managed.xml
│   │       │   └── cat_TemplateApp/
│   │       │       ├── AppModule.xml
│   │       │       └── AppModule_managed.xml
│   │       ├── CanvasApps/
│   │       │   ├── cat_autowidthlabel_53db5.meta.xml
│   │       │   ├── cat_autowidthlabel_53db5_BackgroundImageUri
│   │       │   ├── cat_autowidthlabel_53db5_DocumentUri.msapp
│   │       │   ├── cat_breadcrumbpage_8963e.meta.xml
│   │       │   ├── cat_breadcrumbpage_8963e_BackgroundImageUri
│   │       │   ├── cat_breadcrumbpage_8963e_DocumentUri.msapp
│   │       │   ├── cat_calendarpage_cb349.meta.xml
│   │       │   ├── cat_calendarpage_cb349_BackgroundImageUri
│   │       │   ├── cat_calendarpage_cb349_DocumentUri.msapp
│   │       │   ├── cat_contextmenupage_7df18.meta.xml
│   │       │   ├── cat_contextmenupage_7df18_BackgroundImageUri
│   │       │   ├── cat_contextmenupage_7df18_DocumentUri.msapp
│   │       │   ├── cat_creatorkitreferencepage_60a17.meta.xml
│   │       │   ├── cat_creatorkitreferencepage_60a17_BackgroundImageUri
│   │       │   ├── cat_creatorkitreferencepage_60a17_DocumentUri.msapp
│   │       │   ├── cat_custompagetemplate_231d0.meta.xml
│   │       │   ├── cat_custompagetemplate_231d0_BackgroundImageUri
│   │       │   ├── cat_custompagetemplate_231d0_DocumentUri.msapp
│   │       │   ├── cat_detailslistbasicpage_07690.meta.xml
│   │       │   ├── cat_detailslistbasicpage_07690_BackgroundImageUri
│   │       │   ├── cat_detailslistbasicpage_07690_DocumentUri.msapp
│   │       │   ├── cat_detailslistbasicpage_46cc7.meta.xml
│   │       │   ├── cat_detailslistbasicpage_46cc7_BackgroundImageUri
│   │       │   ├── cat_detailslistbasicpage_46cc7_DocumentUri.msapp
│   │       │   ├── cat_dialogpanel_15d96.meta.xml
│   │       │   ├── cat_dialogpanel_15d96_BackgroundImageUri
│   │       │   ├── cat_dialogpanel_15d96_DocumentUri.msapp
│   │       │   ├── cat_elevationpage_28669.meta.xml
│   │       │   ├── cat_elevationpage_28669_BackgroundImageUri
│   │       │   ├── cat_elevationpage_28669_DocumentUri.msapp
│   │       │   ├── cat_expandmenu_e71c4.meta.xml
│   │       │   ├── cat_expandmenu_e71c4_BackgroundImageUri
│   │       │   ├── cat_expandmenu_e71c4_DocumentUri.msapp
│   │       │   ├── cat_facepile_10ba0.meta.xml
│   │       │   ├── cat_facepile_10ba0_BackgroundImageUri
│   │       │   ├── cat_facepile_10ba0_DocumentUri.msapp
│   │       │   ├── cat_facepilepage_13c32.meta.xml
│   │       │   ├── cat_facepilepage_13c32_BackgroundImageUri
│   │       │   ├── cat_facepilepage_13c32_DocumentUri.msapp
│   │       │   ├── cat_fluentuicustompagetemplate_e3ec8.meta.xml
│   │       │   ├── cat_fluentuicustompagetemplate_e3ec8_AdditionalUris0_identity.json
│   │       │   ├── cat_fluentuicustompagetemplate_e3ec8_BackgroundImageUri
│   │       │   ├── cat_fluentuicustompagetemplate_e3ec8_DocumentUri.msapp
│   │       │   ├── cat_homepage_8d348.meta.xml
│   │       │   ├── cat_homepage_8d348_BackgroundImageUri
│   │       │   ├── cat_homepage_8d348_DocumentUri.msapp
│   │       │   ├── cat_iconpage_e2422.meta.xml
│   │       │   ├── cat_iconpage_e2422_BackgroundImageUri
│   │       │   ├── cat_iconpage_e2422_DocumentUri.msapp
│   │       │   ├── cat_keyboardshortcuts_5ca22.meta.xml
│   │       │   ├── cat_keyboardshortcuts_5ca22_BackgroundImageUri
│   │       │   ├── cat_keyboardshortcuts_5ca22_DocumentUri.msapp
│   │       │   ├── cat_navpage_18ad8.meta.xml
│   │       │   ├── cat_navpage_18ad8_BackgroundImageUri
│   │       │   ├── cat_navpage_18ad8_DocumentUri.msapp
│   │       │   ├── cat_pagingreferencesaveselections_211ae.meta.xml
│   │       │   ├── cat_pagingreferencesaveselections_211ae_AdditionalUris0_identity.json
│   │       │   ├── cat_pagingreferencesaveselections_211ae_BackgroundImageUri
│   │       │   ├── cat_pagingreferencesaveselections_211ae_DocumentUri.msapp
│   │       │   ├── cat_peoplepicker_80157.meta.xml
│   │       │   ├── cat_peoplepicker_80157_BackgroundImageUri
│   │       │   ├── cat_peoplepicker_80157_DocumentUri.msapp
│   │       │   ├── cat_pivotpage_f0b2a.meta.xml
│   │       │   ├── cat_pivotpage_f0b2a_BackgroundImageUri
│   │       │   ├── cat_pivotpage_f0b2a_DocumentUri.msapp
│   │       │   ├── cat_progressindicatorpage_9ea28.meta.xml
│   │       │   ├── cat_progressindicatorpage_9ea28_BackgroundImageUri
│   │       │   ├── cat_progressindicatorpage_9ea28_DocumentUri.msapp
│   │       │   ├── cat_resizabletextarea_eb7d1.meta.xml
│   │       │   ├── cat_resizabletextarea_eb7d1_BackgroundImageUri
│   │       │   ├── cat_resizabletextarea_eb7d1_DocumentUri.msapp
│   │       │   ├── cat_searchboxpage_2dd0f.meta.xml
│   │       │   ├── cat_searchboxpage_2dd0f_BackgroundImageUri
│   │       │   ├── cat_searchboxpage_2dd0f_DocumentUri.msapp
│   │       │   ├── cat_shimmerpage_9b5cd.meta.xml
│   │       │   ├── cat_shimmerpage_9b5cd_BackgroundImageUri
│   │       │   ├── cat_shimmerpage_9b5cd_DocumentUri.msapp
│   │       │   ├── cat_spinbuttonpage_4c2cb.meta.xml
│   │       │   ├── cat_spinbuttonpage_4c2cb_BackgroundImageUri
│   │       │   ├── cat_spinbuttonpage_4c2cb_DocumentUri.msapp
│   │       │   ├── cat_spinnerpage_39ec0.meta.xml
│   │       │   ├── cat_spinnerpage_39ec0_BackgroundImageUri
│   │       │   ├── cat_spinnerpage_39ec0_DocumentUri.msapp
│   │       │   ├── cat_subwaynavpage_b2b78.meta.xml
│   │       │   ├── cat_subwaynavpage_b2b78_BackgroundImageUri
│   │       │   ├── cat_subwaynavpage_b2b78_DocumentUri.msapp
│   │       │   ├── cat_taglist_6a134.meta.xml
│   │       │   ├── cat_taglist_6a134_BackgroundImageUri
│   │       │   ├── cat_taglist_6a134_DocumentUri.msapp
│   │       │   ├── cat_tagpicker_ca530.meta.xml
│   │       │   ├── cat_tagpicker_ca530_BackgroundImageUri
│   │       │   ├── cat_tagpicker_ca530_DocumentUri.msapp
│   │       │   ├── cr7a3_compdescription_1c3b2.meta.xml
│   │       │   ├── cr7a3_compdescription_1c3b2_BackgroundImageUri
│   │       │   ├── cr7a3_compdescription_1c3b2_DocumentUri.msapp
│   │       │   ├── cr7a3_personapage_404d9.meta.xml
│   │       │   ├── cr7a3_personapage_404d9_BackgroundImageUri
│   │       │   ├── cr7a3_personapage_404d9_DocumentUri.msapp
│   │       │   └── src/
│   │       │       ├── cat_autowidthlabel_53db5/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Auto Width Label Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Auto Width Label Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %280.0.22%29_0.0.22.json
│   │       │       │       │   ├── Fluent Elevation %280.0.22%29_0.0.22.json
│   │       │       │       │   ├── Fluent Icon %280.0.22%29_0.0.22.json
│   │       │       │       │   ├── Fluent Pivot %280.0.22%29_0.0.22.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       └── slider_2.1.0.xml
│   │       │       ├── cat_breadcrumbpage_8963e/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Breadcrumb.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.json
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Breadcrumb Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Breadcrumb Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Fluent Breadcrumb %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       └── slider_2.1.0.xml
│   │       │       ├── cat_calendarpage_cb349/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Calendar.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Calendar.Calendar.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Calendar.Calendar.1033.json
│   │       │       │   │               ├── PowerCAT.Calendar.Calendar.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Calendar Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Calendar Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Calendar %281.0.8%29 Preview_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_contextmenupage_7df18/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.ContextMenu.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.ContextMenu.ContextMenu.1033.json
│   │       │       │   │               ├── PowerCAT.ContextMenu.ContextMenu.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── ContextMenu Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ContextMenu Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Context Menu %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_creatorkitreferencepage_60a17/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── CommandBar Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── CommandBar Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Fluent Command Bar %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_custompagetemplate_231d0/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   └── Connections.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   └── Accounts.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.SearchBox.bundle.js
│   │       │       │   │           ├── PowerCAT.Shimmer.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.json
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.resx
│   │       │       │   │               ├── PowerCAT.Shimmer.Shimmer.1033.json
│   │       │       │   │               └── PowerCAT.Shimmer.Shimmer.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Components/
│   │       │       │   │   │   ├── SearchBox.fx.yaml
│   │       │       │   │   │   └── SearchBox.json
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Home Screen.editorstate.json
│   │       │       │   │   │   └── SearchBox.editorstate.json
│   │       │       │   │   ├── Home Screen.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Fluent Command Bar %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent Details List %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent Icon %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent SearchBox %281.1.29%29 Preview_1.1.29.json
│   │       │       │       │   ├── Fluent Shimmer %281.1.29%29 Preview_1.1.29.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── TableDefinitions/
│   │       │       │       │   └── Accounts.json
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── image_2.2.2.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── text_2.3.2.xml
│   │       │       ├── cat_detailslistbasicpage_07690/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   └── Connections.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── Accounts.json
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── colAccounts.json
│   │       │       │   │   ├── colAccountsExpand.json
│   │       │       │   │   ├── colFiles.json
│   │       │       │   │   ├── colIcons.json
│   │       │       │   │   ├── colLayoutRows.json
│   │       │       │   │   ├── colRowImages.json
│   │       │       │   │   ├── colRows.json
│   │       │       │   │   ├── colTags.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── DetailList Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── DetailList Page.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Command Bar %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Fluent Details List %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Fluent Elevation %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Fluent Icon %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Fluent Pivot %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── TableDefinitions/
│   │       │       │       │   └── Accounts.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       ├── slider_2.1.0.xml
│   │       │       │       └── text_2.3.2.xml
│   │       │       ├── cat_detailslistbasicpage_46cc7/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Panel Page.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Panel Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_dialogpanel_15d96/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Dialog Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog Page.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_elevationpage_28669/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Elevation Page.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Elevation Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Icon %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.1.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_expandmenu_e71c4/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Dataverse Screen.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dataverse Screen.editorstate.json
│   │       │       │   │   │   ├── ExpandMenu Page.editorstate.json
│   │       │       │   │   │   ├── ExpandMenu.editorstate.json
│   │       │       │   │   │   ├── Header.editorstate.json
│   │       │       │   │   │   ├── PowerAutomate Screen.editorstate.json
│   │       │       │   │   │   ├── PowerBI Screen.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── ExpandMenu Page.fx.yaml
│   │       │       │   │   ├── PowerAutomate Screen.fx.yaml
│   │       │       │   │   ├── PowerBI Screen.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── ExpandMenu.fx.yaml
│   │       │       │       │   ├── ExpandMenu.json
│   │       │       │       │   ├── Header.fx.yaml
│   │       │       │       │   ├── Header.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.1.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_facepile_10ba0/
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   └── NamedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.Facepile.bundle.js
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.json
│   │       │       │   │               └── PowerCAT.Facepile.Facepile.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   └── Screen1.editorstate.json
│   │       │       │   │   ├── Screen1.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       └── PcfControlTemplates/
│   │       │       │           └── Fluent Facepile %28%25VERSION%25%29_0.0.1.json
│   │       │       ├── cat_facepilepage_13c32/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── Office365Users.json
│   │       │       │   │   ├── UserPersonas.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Facepile.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.json
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Calendar Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Calendar Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Facepile %281.0.9%29 Preview_1.0.9.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Slider_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   └── Microsoft_CoreControls_Slider.json
│   │       │       │       ├── Wadl/
│   │       │       │       │   └── Office365Users.xml
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_fluentuicustompagetemplate_e3ec8/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   └── Connections.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComboBoxSample.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   └── Samples.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── .gitignore
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── ModernThemes.json
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.Breadcrumb.bundle.js
│   │       │       │   │           ├── PowerCAT.Card.bundle.js
│   │       │       │   │           ├── PowerCAT.DonutChart.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.GaugeChart.bundle.js
│   │       │       │   │           ├── PowerCAT.HorizontalBarChart.bundle.js
│   │       │       │   │           ├── PowerCAT.StackedBarChart.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.json
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.resx
│   │       │       │   │               ├── PowerCAT.Card.Card.1033.json
│   │       │       │   │               ├── PowerCAT.Card.Card.1033.resx
│   │       │       │   │               ├── PowerCAT.DonutChart.DonutChart.1033.json
│   │       │       │   │               ├── PowerCAT.DonutChart.DonutChart.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.GaugeChart.GaugeChart.1033.json
│   │       │       │   │               ├── PowerCAT.GaugeChart.GaugeChart.1033.resx
│   │       │       │   │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.json
│   │       │       │   │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.resx
│   │       │       │   │               ├── PowerCAT.StackedBarChart.StackBarChart.1033.json
│   │       │       │   │               └── PowerCAT.StackedBarChart.StackBarChart.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Components/
│   │       │       │   │   │   ├── CardHeader.fx.yaml
│   │       │       │   │   │   ├── CardHeader.json
│   │       │       │   │   │   ├── CardItem.fx.yaml
│   │       │       │   │   │   ├── CardItem.json
│   │       │       │   │   │   ├── PageHeader.fx.yaml
│   │       │       │   │   │   ├── PageHeader.json
│   │       │       │   │   │   ├── SmallCard.fx.yaml
│   │       │       │   │   │   ├── SmallCard.json
│   │       │       │   │   │   ├── StackNumber.fx.yaml
│   │       │       │   │   │   └── StackNumber.json
│   │       │       │   │   ├── DashboardScreen.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── CardHeader.editorstate.json
│   │       │       │   │   │   ├── CardItem.editorstate.json
│   │       │       │   │   │   ├── DashboardScreen.editorstate.json
│   │       │       │   │   │   ├── EmptyStateScreen.editorstate.json
│   │       │       │   │   │   ├── FeatureLandingScreen.editorstate.json
│   │       │       │   │   │   ├── FormScreen.editorstate.json
│   │       │       │   │   │   ├── HubLandingScreen.editorstate.json
│   │       │       │   │   │   ├── ListScreen.editorstate.json
│   │       │       │   │   │   ├── PageHeader.editorstate.json
│   │       │       │   │   │   ├── PaneListScreen.editorstate.json
│   │       │       │   │   │   ├── SmallCard.editorstate.json
│   │       │       │   │   │   ├── StackNumber.editorstate.json
│   │       │       │   │   │   ├── __colors__.editorstate.json
│   │       │       │   │   │   ├── __components__.editorstate.json
│   │       │       │   │   │   └── __typeramp__.editorstate.json
│   │       │       │   │   ├── EmptyStateScreen.fx.yaml
│   │       │       │   │   ├── FeatureLandingScreen.fx.yaml
│   │       │       │   │   ├── FormScreen.fx.yaml
│   │       │       │   │   ├── HubLandingScreen.fx.yaml
│   │       │       │   │   ├── ListScreen.fx.yaml
│   │       │       │   │   ├── PaneListScreen.fx.yaml
│   │       │       │   │   ├── Themes.json
│   │       │       │   │   ├── __colors__.fx.yaml
│   │       │       │   │   ├── __components__.fx.yaml
│   │       │       │   │   └── __typeramp__.fx.yaml
│   │       │       │   └── pkgs/
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Button_0.0.43.json
│   │       │       │       │   ├── Dropdown_0.0.44.json
│   │       │       │       │   ├── Fluent Breadcrumb %281.1.39%29_1.1.39.json
│   │       │       │       │   ├── Fluent Card %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Fluent Details List %281.1.39%29_1.1.39.json
│   │       │       │       │   ├── Fluent Donut Chart %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Fluent Gauge Chart %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Fluent Horizontal bar Chart %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Fluent Stacked bar Chart %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Icon_0.0.7.json
│   │       │       │       │   ├── Information button_0.0.31.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   ├── Link_0.0.40.json
│   │       │       │       │   ├── Slider_1.0.29.json
│   │       │       │       │   ├── Spinner_1.4.3.json
│   │       │       │       │   ├── Tab list_2.2.26.json
│   │       │       │       │   ├── Text input_0.0.49.json
│   │       │       │       │   ├── Text_0.0.43.json
│   │       │       │       │   └── Toolbar_2.0.2.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   ├── PowerApps_CoreControls_ButtonCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_DropdownCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_Icon.json
│   │       │       │       │   ├── PowerApps_CoreControls_InfoButtonCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_LinkCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_Slider.json
│   │       │       │       │   ├── PowerApps_CoreControls_Spinner.json
│   │       │       │       │   ├── PowerApps_CoreControls_TabList.json
│   │       │       │       │   ├── PowerApps_CoreControls_TextCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_TextInputCanvas.json
│   │       │       │       │   └── PowerApps_CoreControls_Toolbar.json
│   │       │       │       ├── PowerApps_CoreControls_DropdownCanvasTemplate_dataField_1.5.0.xml
│   │       │       │       ├── PowerApps_CoreControls_TabListTemplate_dataField_1.5.0.xml
│   │       │       │       ├── PowerApps_CoreControls_ToolbarTemplate_dataField_1.5.0.xml
│   │       │       │       ├── TableDefinitions/
│   │       │       │       │   └── Samples.json
│   │       │       │       ├── cat_PowerCAT.FluentDetailsListTemplate_dataField_1.5.0.xml
│   │       │       │       ├── form_2.4.2.xml
│   │       │       │       ├── gallery_2.15.0.xml
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.3.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_homepage_8d348/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   └── CustomGallerySample.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               └── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Home Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Home Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   └── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.1.xml
│   │       │       │       └── label_2.5.1.xml
│   │       │       ├── cat_iconpage_e2422/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Icons Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Icons Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Details List %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Icon %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_keyboardshortcuts_5ca22/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── colAccounts.json
│   │       │       │   │   ├── colFiles.json
│   │       │       │   │   ├── colIcons.json
│   │       │       │   │   ├── colRowImages.json
│   │       │       │   │   ├── colRows.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.KeyboardShortcuts.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.ResizableTextarea.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.ResizableTextarea.ResizableTextarea.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.KeyboardShortcuts.KeyboardShortcuts.1033.json
│   │       │       │   │               ├── PowerCAT.KeyboardShortcuts.KeyboardShortcuts.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.json
│   │       │       │   │               └── PowerCAT.ResizableTextarea.ResizableTextarea.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Keyboard shortcuts Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Keyboard shortcuts Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Keyboard Shortcuts %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Resizable Text Area %281.0.8%29_1.0.8.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_navpage_18ad8/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Nav.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Nav.FluentNav.1033.json
│   │       │       │   │               ├── PowerCAT.Nav.FluentNav.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Nav Page.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Nav Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Nav %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_pagingreferencesaveselections_211ae/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   └── Connections.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   └── Accounts.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── .gitignore
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── ModernThemes.json
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.SearchBox.bundle.js
│   │       │       │   │           ├── PowerCAT.Shimmer.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.json
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.resx
│   │       │       │   │               ├── PowerCAT.Shimmer.Shimmer.1033.json
│   │       │       │   │               └── PowerCAT.Shimmer.Shimmer.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Components/
│   │       │       │   │   │   ├── SearchBox.fx.yaml
│   │       │       │   │   │   └── SearchBox.json
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Home Screen.editorstate.json
│   │       │       │   │   │   └── SearchBox.editorstate.json
│   │       │       │   │   ├── Home Screen.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Fluent Command Bar %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent Details List %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent Icon %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent SearchBox %281.1.29%29 Preview_1.1.29.json
│   │       │       │       │   ├── Fluent Shimmer %281.1.29%29 Preview_1.1.29.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── TableDefinitions/
│   │       │       │       │   └── Accounts.json
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── image_2.2.3.xml
│   │       │       │       ├── pcfDataField_1.5.0.xml
│   │       │       │       └── text_2.3.2.xml
│   │       │       ├── cat_peoplepicker_80157/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── Office365Users.json
│   │       │       │   │   ├── PreSelectedUserCollection.json
│   │       │       │   │   ├── UserCollection.json
│   │       │       │   │   ├── colComponentTypes.json
│   │       │       │   │   ├── colSelectedTags.json
│   │       │       │   │   ├── colSimpleTags.json
│   │       │       │   │   ├── colTags.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Facepile.bundle.js
│   │       │       │   │           ├── PowerCAT.PeoplePicker.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.PeoplePicker.PeoplePicker.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.json
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.resx
│   │       │       │   │               ├── PowerCAT.PeoplePicker.PeoplePicker.1033.json
│   │       │       │   │               ├── PowerCAT.PeoplePicker.PeoplePicker.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── People Pickers.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── People Pickers.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Facepile %281.0.9%29 Preview_1.0.9.json
│   │       │       │       │   ├── Fluent PeoplePicker %28%25VERSION%25%29 Preview_0.0.1.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── Wadl/
│   │       │       │       │   └── Office365Users.xml
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_pivotpage_f0b2a/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── Pivot Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Pivot Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       └── slider_2.1.0.xml
│   │       │       ├── cat_progressindicatorpage_9ea28/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.ProgressIndicator.bundle.js
│   │       │       │   │           ├── PowerCAT.ResizableTextarea.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.ResizableTextarea.ResizableTextarea.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.ProgressIndicator.ProgressIndicator.1033.json
│   │       │       │   │               ├── PowerCAT.ProgressIndicator.ProgressIndicator.1033.resx
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.json
│   │       │       │   │               └── PowerCAT.ResizableTextarea.ResizableTextarea.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── ProgressIndicator Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── ProgressIndicator Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Progress Indicator %281.0.8%29 Preview_1.0.8.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   ├── Resizable Text Area %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Slider_1.6.1.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   ├── Microsoft_CoreControls_Slider.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_resizabletextarea_eb7d1/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.ResizableTextarea.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.ResizableTextarea.ResizableTextarea.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.json
│   │       │       │   │               └── PowerCAT.ResizableTextarea.ResizableTextarea.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Recomendation.editorstate.json
│   │       │       │   │   │   └── ResizableTextAreaPage.editorstate.json
│   │       │       │   │   ├── ResizableTextAreaPage.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Resizable Text Area %281.0.9%29_1.0.9.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_searchboxpage_2dd0f/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── colColors.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   ├── currentCompSamplesCol.json
│   │       │       │   │   └── fluentUIIconsCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.SearchBox.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.json
│   │       │       │   │               └── PowerCAT.SearchBox.SearchBox.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── Recomendation.editorstate.json
│   │       │       │   │   │   └── SearchBoxPage.editorstate.json
│   │       │       │   │   ├── SearchBoxPage.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.14%29_1.0.14.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Details List %281.0.14%29_1.0.14.json
│   │       │       │       │   ├── Fluent Elevation %281.0.14%29_1.0.14.json
│   │       │       │       │   ├── Fluent Pivot %281.0.14%29_1.0.14.json
│   │       │       │       │   ├── Fluent SearchBox %281.0.14%29 Preview_1.0.14.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_shimmerpage_9b5cd/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.Shimmer.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.Shimmer.Shimmer.1033.json
│   │       │       │   │               └── PowerCAT.Shimmer.Shimmer.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── Recomendation.editorstate.json
│   │       │       │   │   │   └── Shimmer Page.editorstate.json
│   │       │       │   │   ├── Shimmer Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Shimmer %281.0.8%29 Preview_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_spinbuttonpage_4c2cb/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── colColors.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   ├── currentCompSamplesCol.json
│   │       │       │   │   └── fluentUI

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/ISSUE_TEMPLATE/creator-kit-bug-report.md
================================================
---
name: Creator Kit Bug report
about: Report an bug or issue with a component in the Creator Kit to help us improve
title: "[BUG]: "
labels: bug, ⚠️ needs triage
assignees: denisem-msft

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.


================================================
FILE: .github/ISSUE_TEMPLATE/creator-kit-feature-request.md
================================================
---
name: Creator Kit Feature request
about: Suggest a new component or enhancements to existing components in the Creator
  Kit
title: "[Feature]: "
labels: ''
assignees: denisem-msft

---

**Is this request for a new component, or additional functionality for an existing component? **

**Have you validated that your desired feature or component is not already in the [backlog](https://github.com/microsoft/powercat-creator-kit/issues?q=is%3Aopen+is%3Aissue+label%3Abacklog)?**

**Describe the component and functionality you would like to see in the starter kit**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.


================================================
FILE: .github/workflows/sync-to-azdo.yml
================================================
name: Sync issue to Azure DevOps work item

on:
  issues:
    types:
      [opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned, milestoned]
  issue_comment:
    types: [created, edited, deleted]
concurrency:
  group: issue-${{ github.event.issue.number }}
  cancel-in-progress: false    

jobs:
  prepareIterationPathJob:
    runs-on: ubuntu-latest
    outputs:
      ITERATION: ${{ steps.set-iteration.outputs.ITERATION }}
      AREA: ${{ steps.set-area.outputs.AREA }}
    steps:
      - name: Set Milestone
        id: set-milestone
        run: echo "MILESTONE=${{ github.event.issue.milestone.title }}" >> $GITHUB_ENV

      - name: Print Milestone
        run: echo "Milestone is ${{ env.MILESTONE }}"        
        
      - name: Extract Month and Previous Months
        id: extract-month
        run: |
          if [ -n "$MILESTONE" ]; then
            MILESTONE_PART=$(echo $MILESTONE | cut -d'-' -f2)
            MONTH=$(echo $MILESTONE_PART | cut -d' ' -f1)
            echo "MONTH=$MONTH" >> $GITHUB_ENV
      
            # Mapping of month names to numerical values
            declare -A month_map
            month_map=( ["January"]=1 ["February"]=2 ["March"]=3 ["April"]=4 ["May"]=5 ["June"]=6 ["July"]=7 ["August"]=8 ["September"]=9 ["October"]=10 ["November"]=11 ["December"]=12 )
      
            # Validate if $MONTH is a valid month name
            if [ -n "${month_map[$MONTH]}" ]; then
              # Get the numerical value of the current month
              current_month_value=${month_map[$MONTH]}
      
              # Calculate the previous month's numerical value
              if [ $current_month_value -eq 1 ]; then
                previous_month_value=12
              else
                previous_month_value=$((current_month_value - 1))
              fi
      
              # Find the month name corresponding to the previous month's numerical value
              for month in "${!month_map[@]}"; do
                if [ ${month_map[$month]} -eq $previous_month_value ]; then
                  PREVIOUS_MONTH=$month
                  echo "PREVIOUS_MONTH=$PREVIOUS_MONTH" >> $GITHUB_ENV
                  break
                fi
              done
            else
              echo "Invalid month name. Skipping calculation of Previous Month."
            fi
          else
            echo "MILESTONE is blank. Skipping extraction and calculation."
          fi    

      - name: Print Previous Month
        run: echo "Previous Month ${{ env.PREVIOUS_MONTH }}"

      - name: Set Previous Month
        id: set-previous-month
        run: |
          MONTH=${PREVIOUS_MONTH}
          echo "MONTH=${MONTH}" >> $GITHUB_ENV     

      - name: Print Month
        run: echo "Month ${{ env.MONTH }}"          

      - name: Extract Year
        id: extract-year
        run: |
            MILESTONE_PART=$(echo $MILESTONE | cut -d'-' -f2)
            YEAR=$(echo $MILESTONE_PART | cut -d' ' -f2)
            echo "YEAR=$YEAR" >> $GITHUB_ENV

      - name: Print Milestone Year
        run: echo "Year ${{ env.YEAR }}"            

      - name: Validate Month and Year
        id: validate-month-and-year
        run: |
          # List of valid month names
          VALID_MONTHS="January February March April May June July August September October November December"
      
          # Check if the extracted month is in the list of valid months
          if [[ $VALID_MONTHS =~ (^| )$MONTH($| ) ]]; then
            echo "Valid month: $MONTH"
            echo "MONTH_VALID=true" >> $GITHUB_ENV
          else
            echo "Invalid month: $MONTH"
            echo "MONTH_VALID=false" >> $GITHUB_ENV
          fi
      
          # Check if the year is a 4-digit number
          if [[ $YEAR =~ ^[0-9]{4}$ ]]; then
            echo "Valid year: $YEAR"
            echo "YEAR_VALID=true" >> $GITHUB_ENV
          else
            echo "Invalid year: $YEAR"
            echo "YEAR_VALID=false" >> $GITHUB_ENV
          fi            
      
      - name: Determine Quarter
        id: determine-quarter
        if: ${{ env.MONTH_VALID == 'true' && env.YEAR_VALID == 'true' }}        
        run: |
          LOWERCASE_MONTH=$(echo "$MONTH" | tr '[:upper:]' '[:lower:]')
          if [[ "$LOWERCASE_MONTH" == "october" || "$LOWERCASE_MONTH" == "november" || "$LOWERCASE_MONTH" == "december" ]]; then
            QUARTER="Q2"
          elif [[ "$LOWERCASE_MONTH" == "january" || "$LOWERCASE_MONTH" == "february" || "$LOWERCASE_MONTH" == "march" ]]; then
            QUARTER="Q3"
          elif [[ "$LOWERCASE_MONTH" == "april" || "$LOWERCASE_MONTH" == "may" || "$LOWERCASE_MONTH" == "june" ]]; then
            QUARTER="Q4"              
          else
            QUARTER="Q1"
          fi
          echo "QUARTER=$QUARTER" >> $GITHUB_ENV          

      - name: Print QUARTER
        if: ${{ env.MONTH_VALID == 'true' && env.YEAR_VALID == 'true' }}        
        run: echo "QUARTER is $QUARTER"

      - name: Increment Year if applicable
        id: increment-year
        if: ${{ env.MONTH == 'July' || env.MONTH == 'August' || env.MONTH == 'September' || env.MONTH == 'October' || env.MONTH == 'November' }}
        run: |
          YEAR=$(($YEAR + 1))
          echo "YEAR=$YEAR" >> $GITHUB_ENV

      - name: Print YEAR
        if: ${{ env.MONTH_VALID == 'true' && env.YEAR_VALID == 'true' }}        
        run: echo "YEAR is $YEAR"        

      - name: Replace first two characters with 'FY'
        if: ${{ env.MONTH_VALID == 'true' && env.YEAR_VALID == 'true' }}        
        id: replace-fy
        run: echo "YEAR=$(echo $YEAR | sed 's/^../FY/')" >> $GITHUB_ENV
        
      - name: Print FY Year
        if: ${{ env.MONTH_VALID == 'true' && env.YEAR_VALID == 'true' }}        
        run: echo "FY Year - ${{ env.YEAR }}"        
        
      - name: Set Iteration Path
        id: set-iteration
        run: |
          if [ "${{ env.MONTH_VALID }}" == "true" ] && [ "${{ env.YEAR_VALID }}" == "true" ]; then
            echo "Iteration Path - OneCatTools\\$YEAR\\$QUARTER\\$MONTH"
            echo "ITERATION=OneCatTools\\$YEAR\\$QUARTER\\$MONTH" >> $GITHUB_OUTPUT
          else
            echo "Invalid month or year. Using default Iteration Path."
            echo "Iteration Path - OneCatTools"
            echo "ITERATION=OneCatTools" >> $GITHUB_OUTPUT
          fi

      - name: Set Area Path
        id: set-area
        run: |
          # Check if $MILESTONE is not blank and contains 'backlog' (case-insensitive)
          if [ -n "$MILESTONE" ] && [[ "${MILESTONE,,}" == *"backlog"* ]]; then
            echo "Area - OneCatTools\\CreatorKit\\Backlog"
            echo "AREA=OneCatTools\\CreatorKit\\Backlog" >> $GITHUB_OUTPUT
          else
            echo "Area - OneCatTools\\CreatorKit\\Develop"
            echo "AREA=OneCatTools\\CreatorKit\\Develop" >> $GITHUB_OUTPUT
          fi   

  alertEnhancementCK:
    if: |
      contains(github.event.issue.labels.*.name, 'enhancement')
    needs: prepareIterationPathJob
    runs-on: ubuntu-latest    
    steps:
      - name: Sync enhancements to Azure DevOps
        uses: RajeevPentyala/github-actions-issue-to-work-item@master
        env:
          ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
          github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
          ado_organization: "cattools"
          ado_project: "OneCatTools"
          ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
          ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"  
          ado_wit: "User Story"
          ado_new_state: "New"
          ado_active_state: "Active"
          ado_close_state: "Resolved"
          ado_bypassrules: true
          log_level: 100
          
  alertIssueCK:
    if: |
      contains(github.event.issue.labels.*.name, 'bug')
    needs: prepareIterationPathJob
    runs-on: ubuntu-latest    
    steps:
      - name: Sync bugs to Azure DevOps
        uses: RajeevPentyala/github-actions-issue-to-work-item@master
        env:
          ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
          github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
          ado_organization: "cattools"
          ado_project: "OneCatTools"
          ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
          ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"  
          ado_wit: "Bug"
          ado_new_state: "New"
          ado_active_state: "Active"
          ado_close_state: "Resolved"
          ado_bypassrules: true
          log_level: 100

  alertQuestionCK:
    if: |
      contains(github.event.issue.labels.*.name, 'question')
    needs: prepareIterationPathJob
    runs-on: ubuntu-latest    
    steps:
      - name: Sync questions to Azure DevOps
        uses: RajeevPentyala/github-actions-issue-to-work-item@master
        env:
          ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
          github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
          ado_organization: "cattools"
          ado_project: "OneCatTools"
          ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
          ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"  
          ado_wit: "Question"
          ado_new_state: "New"
          ado_active_state: "Active"
          ado_close_state: "Closed"
          ado_bypassrules: true
          log_level: 100  


================================================
FILE: .gitignore
================================================
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Mono auto generated files
mono_crash.*

# Build results
[Dd]ebug/
[Dd]ebugPublic/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# Visual Studio 2017 auto generated files
Generated\ Files/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml

# Build Results of an ATL Project
[Dd]ebugPS/
dlldata.c

# Benchmark Results
BenchmarkDotNet.Artifacts/

# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/

# StyleCop
StyleCopReport.xml

# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# Visual Studio Trace Files
*.e2e

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json

# Visual Studio code coverage results
*.coverage
*.coveragexml

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs

# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak

# SQL Server files
*.mdf
*.ldf
*.ndf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# CodeRush personal settings
.cr/personal

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config

# Tabs Studio
*.tss

# Telerik's JustMock configuration file
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs

# OpenCover UI analysis results
OpenCover/

# Azure Stream Analytics local run output
ASALocalRun/

# MSBuild Binary and Structured Log
*.binlog

# NVidia Nsight GPU debugger configuration file
*.nvuser

# MFractors (Xamarin productivity tool) working folder
.mfractor/

# Local History for Visual Studio
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb

# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/


================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Microsoft Open Source Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

Resources:

- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns


================================================
FILE: CreatorKitAI/SolutionPackage/.gitignore
================================================
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# msbuild output directories
/bin
/obj

# MSBuild Binary and Structured Log
*.binlog


================================================
FILE: CreatorKitAI/SolutionPackage/CreatorKitAI.cdsproj
================================================
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
  </PropertyGroup>
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
  <Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props')" />
  <PropertyGroup>
    <ProjectGuid>f5310ae7-ce89-43e9-ae07-0b598dd1fc82</ProjectGuid>
    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
    <!--Remove TargetFramework when this is available in 16.1-->
    <TargetFramework>net462</TargetFramework>
    <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
    <SolutionRootPath>src</SolutionRootPath>
  </PropertyGroup>
  <!-- 
    Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both)
    Solution Localization Control, if you want to enabled localization of your solution, un-comment SolutionPackageEnableLocalization and set the value to true. - Requires use of -loc flag on Solution Clone or Sync
  -->
  <!--
  <PropertyGroup>
    <SolutionPackageType>Managed</SolutionPackageType>
    <SolutionPackageEnableLocalization>false</SolutionPackageEnableLocalization>
  </PropertyGroup>
  -->
  <ItemGroup>
    <PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.*" />
    <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
  </ItemGroup>
  <ItemGroup>
    <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\.gitignore" />
    <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\bin\**" />
    <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\obj\**" />
    <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj" />
    <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj.user" />
    <ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.sln" />
  </ItemGroup>
  <ItemGroup>
    <None Include="$(MSBuildThisFileDirectory)\**" Exclude="@(ExcludeDirectories)" />
    <Content Include="$(SolutionPackageZipFilePath)">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
  <Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets')" />
  <PropertyGroup>
    <SolutionPackageType>Both</SolutionPackageType>
  </PropertyGroup>
</Project>

================================================
FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/cat_creatorkitaireferenceapp_8ea0d.meta.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<CanvasApp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>cat_creatorkitaireferenceapp_8ea0d</Name>
  <AppVersion>2024-11-19T19:47:33Z</AppVersion>
  <Status>Ready</Status>
  <CreatedByClientVersion>3.24111.11.0</CreatedByClientVersion>
  <MinClientVersion>3.24111.11.0</MinClientVersion>
  <Tags>{"primaryDeviceWidth":"1366","primaryDeviceHeight":"768","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","showStatusBar":"false","publisherVersion":"3.24111.11","minimumRequiredApiVersion":"2.2.0","hasComponent":"true","hasUnlockedComponent":"true","isUnifiedRootApp":"false","offlineLargeFilesSupport":"false","sienaVersion":"20241119T185930Z-3.24111.11.0","coauthoringEnabled":"false","multipleWritersEnabled":"false","acceptedCoauthoringTerms":"false"}</Tags>
  <IsCdsUpgraded>0</IsCdsUpgraded>
  <GalleryItemId xsi:nil="true"></GalleryItemId>
  <BackgroundColor>RGBA(0,176,240,1)</BackgroundColor>
  <DisplayName>Creator Kit AI Reference App</DisplayName>
  <Description xsi:nil="true"></Description>
  <CommitMessage xsi:nil="true"></CommitMessage>
  <Publisher></Publisher>
  <AuthorizationReferences>[]</AuthorizationReferences>
  <ConnectionReferences>{}</ConnectionReferences>
  <DatabaseReferences>{"default.cds":{"databaseDetails":{"referenceType":"Environmental","environmentName":"default.cds","overrideValues":{"status":"NotSpecified","environmentVariableName":""}},"dataSources":{"43b0dc67-68af-47ae-9a9c-9e69d396ba3e":{"entitySetName":"msdyn_aimodels","logicalName":"msdyn_aimodel"},"Custom APIs":{"entitySetName":"customapis","logicalName":"customapi"},"Custom API Request Parameters":{"entitySetName":"customapirequestparameters","logicalName":"customapirequestparameter"},"Canvas Apps":{"entitySetName":"canvasapps","logicalName":"canvasapp"},"Samples":{"entitySetName":"cat_samples","logicalName":"cat_sample"}},"components":[{"componentName":"msdyn_AIModel","identifier":"48da36ec-fd14-49c9-9159-3611c3aecaf7","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"c1632d4d-7d46-4348-8bfa-d9adfbdd6c47","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"f8eeeb6c-0eac-4a9d-b502-7e4807163afa","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"54b0c71e-8683-4c2f-9a60-ea59b9d43dc4","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"99d8246e-f285-4932-8a07-6c1572eba975","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"d345426b-2e2a-4062-b1a1-6507d644d53a","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"68fdf9bd-d5c3-4a44-8aa2-60183afafe0c","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"bbd51cc4-3b91-4f54-958c-d773f856a323","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"fa03a8f2-db27-4165-8a36-6f471cb5b2b7","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"bd0d8682-6d05-4e2b-a9ef-c694a371f6fb","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"67f6033f-559a-4251-94ee-0aca257f4cd5","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"479c9eaf-7889-47e7-94aa-76caea0de83f","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"baf4e04f-b86e-48d6-b317-c98f6b951e03","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"572f57a7-7a8f-49fc-adb4-331e02c509a6","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"c9130978-a081-4b35-ba17-3d8d51c771b9","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"5a2a74bf-6ff9-41e4-a747-7e21334b9d8e","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"b6a6e32d-2094-4d7d-a3dc-a049653e1859","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"1ed8ac15-872e-4215-9c53-5d9e4ebc7ed4","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"c08394d5-6d24-4dcf-8d39-dcf14c79046c","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"b8c72681-738b-4332-a614-1b4ca101b774","identifierType":"UniqueId"},{"componentName":"msdyn_AIModel","identifier":"04cd7bd4-6f91-4af6-8d96-46e3b07a281a","identifierType":"UniqueId"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.AutoWidthLabel","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Nav","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.AITeachingPopover","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.AITeachingPopover","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentDetailsList","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.DonutChart","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.TagList","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.TagList","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Mermaid","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.APICaller","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Icon","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.AutoWidthLabel","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.Nav","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIAssistant","identifierType":"LogicalName"},{"componentName":"CustomControl","identifier":"cat_PowerCAT.FluentAIOutputCard","identifierType":"LogicalName"}]}}</DatabaseReferences>
  <AppComponents>[]</AppComponents>
  <AppComponentDependencies>[]</AppComponentDependencies>
  <CanConsumeAppPass>1</CanConsumeAppPass>
  <CanvasAppType>0</CanvasAppType>
  <BypassConsent>0</BypassConsent>
  <AdminControlBypassConsent>0</AdminControlBypassConsent>
  <EmbeddedApp xsi:nil="true"></EmbeddedApp>
  <IntroducedVersion>1.0</IntroducedVersion>
  <CdsDependencies>{"cdsdependencies":[{"logicalname":"msdyn_aimodel","componenttype":1},{"logicalname":"customapi","componenttype":1},{"logicalname":"customapirequestparameter","componenttype":1},{"logicalname":"canvasapp","componenttype":1},{"logicalname":"cat_sample","componenttype":1},{"dependencyid":"48da36ec-fd14-49c9-9159-3611c3aecaf7","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"c1632d4d-7d46-4348-8bfa-d9adfbdd6c47","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"f8eeeb6c-0eac-4a9d-b502-7e4807163afa","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"54b0c71e-8683-4c2f-9a60-ea59b9d43dc4","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"99d8246e-f285-4932-8a07-6c1572eba975","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"d345426b-2e2a-4062-b1a1-6507d644d53a","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"68fdf9bd-d5c3-4a44-8aa2-60183afafe0c","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"bbd51cc4-3b91-4f54-958c-d773f856a323","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"fa03a8f2-db27-4165-8a36-6f471cb5b2b7","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"bd0d8682-6d05-4e2b-a9ef-c694a371f6fb","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"67f6033f-559a-4251-94ee-0aca257f4cd5","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"479c9eaf-7889-47e7-94aa-76caea0de83f","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"baf4e04f-b86e-48d6-b317-c98f6b951e03","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"572f57a7-7a8f-49fc-adb4-331e02c509a6","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"c9130978-a081-4b35-ba17-3d8d51c771b9","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"5a2a74bf-6ff9-41e4-a747-7e21334b9d8e","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"b6a6e32d-2094-4d7d-a3dc-a049653e1859","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"1ed8ac15-872e-4215-9c53-5d9e4ebc7ed4","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"c08394d5-6d24-4dcf-8d39-dcf14c79046c","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"b8c72681-738b-4332-a614-1b4ca101b774","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"04cd7bd4-6f91-4af6-8d96-46e3b07a281a","logicalname":"","componenttype":401,"componenttypeplatformname":"msdyn_AIModel"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.AutoWidthLabel","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Nav","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.AITeachingPopover","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.AITeachingPopover","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentDetailsList","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.DonutChart","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.TagList","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.TagList","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Mermaid","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.APICaller","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Icon","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.AutoWidthLabel","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.Nav","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIAssistant","componenttype":66,"componenttypeplatformname":"CustomControl"},{"dependencyid":"","logicalname":"cat_PowerCAT.FluentAIOutputCard","componenttype":66,"componenttypeplatformname":"CustomControl"}]}</CdsDependencies>
  <IsCustomizable>1</IsCustomizable>
  <BackgroundImageUri>/CanvasApps/cat_creatorkitaireferenceapp_8ea0d_BackgroundImageUri</BackgroundImageUri>
  <DocumentUri>/CanvasApps/cat_creatorkitaireferenceapp_8ea0d_DocumentUri.msapp</DocumentUri>
  <AdditionalUris>
    <AdditionalUri>/CanvasApps/cat_creatorkitaireferenceapp_8ea0d_AdditionalUris0_identity.json</AdditionalUri>
  </AdditionalUris>
</CanvasApp>

================================================
FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/cat_creatorkitaireferenceapp_8ea0d_AdditionalUris0_identity.json
================================================
{"__Version":"0.1","App":"34cec3bc-1bef-4196-bf0e-e3b3c34c2c1b","Test_7F478737223C4B69":"ba93175c-1093-41e3-affb-07729b6565cd","Host":"18dc54d0-1e0b-4732-9f16-bee5a934be2a","Component1":"7e12dd87-3a7e-4005-ad1b-c89e9ecd4ba9","AIEmoji":"896edc4d-af9f-44c5-91fe-68f2c440df0d","IDScanner":"864a1f1c-fab0-4ff1-9935-3ce445b10a8d","UploadedImage1_2":"1880b7ce-00ef-4fe0-b366-8b8093d46f39","AddMediaButton1_2":"392a48a8-6057-4f5c-845f-e3c50df2e569","AddMediaWithImage1_2":"40fd2c08-cda6-4b83-9444-72885db2a1a8","Home Screen":"61801b16-87a5-4e5e-a451-d989b80e4f64","FluentAIOutputCard1_6":"a7344d7d-742d-4b78-b679-3e26c8b9505e","MainScreenContainer":"30a2ac80-b8db-4aac-83c3-ae3f7b45e40b","AIMessageContainer":"0a932e14-25bf-4d56-9d32-ad8e6fe13570","icoInfo":"66bfa495-16ba-4535-8462-1e80c4f70b38","AutoWidthLabel1":"8855b9fc-e574-4335-b753-464e2377233b","LinkCanvas1":"bae8f4f2-2569-4ad0-b34e-542c4006ca5f","BottomContainer2":"244dae2a-50f6-4748-96ac-b1e25855cc63","SidebarContainer2":"7f2f86dd-d607-4b49-9999-e28bcf93893f","Container2":"ea32a7f0-0937-4571-8d4e-09807e5e4572","imgCKLogo":"2e85f46f-63c4-4703-a9f2-4aea3dd11a9a","txtAIPromptTilte_1":"d9967bf1-f8db-4193-bed7-7179089f2ffd","txtAIPromptTilte_2":"bcb1d7c9-89ab-4fe8-a53c-9a68d990f6ea","Nav1":"e2971658-a497-41af-b499-152f752532b8","ItemDisplayName1":"a7235b47-eeb2-4689-aa38-340ef19844f5","ItemKey1":"2eb07070-0ac5-4ecd-b9aa-f6e309850cb6","MainContainer2":"6979d9fc-883f-41e2-baba-b776416db7b8","PromptSignatureContainer":"327f3a01-4d35-484b-b190-a6e947ab72ff","HtmlText1":"3c39fe8f-da14-40e7-af6c-969a5a7a1245","PromptPrametersContainer":"a2b7487b-5668-4521-a72e-187fa2fd5c18","txtParameters":"cc121a13-3c6b-485d-8f74-0f5473066386","Table1":"64382f00-7ffc-4bf1-a8cd-4e82c2e129c8","Description1":"376dc5af-160d-4646-941d-4e97a4dc29ce","Display Name2":"e4626c4f-d17c-488a-b383-c8c845275cd3","AIRewriteContainer":"a3f6e91c-1e28-4b29-bba4-242f7e56b556","AIRewriteMainContainer":"a19ca1e2-e8ab-4fc8-9eb1-1fc720a6bda8","AIRewriteLeftContainer":"a3be6804-eae4-4f78-a888-d7d8ae74c893","txtEnglishLanguage_1":"d0d965f2-205e-48fb-b61d-991c0cb06e68","txtInputOriginalText":"24ea96cf-12d8-4a58-b13f-e9d4c2f840f5","Container21":"a65256d2-0571-45b6-a6c8-43c31711d882","TextCanvas4":"5c590b6f-fbff-4897-a529-b0108feeded5","DropdownCanvas1":"80021d1b-1094-4bf5-8449-f85671736526","btnRewrite":"ed693289-b9bb-4a62-b326-44be2a8e6937","AIRewriteRightContainer":"23681ec5-ac5b-4c7e-b52a-9cb22c75387a","txtTargetLanguage_4":"43895ea8-53d8-402a-b327-4c30e6ab0ac3","AIRewriteOutputCard":"cf77f8b2-75c2-42af-86cf-e20a6eb4ddd0","OutputWrapperContainer":"8b18ad15-be61-487c-9c96-54cf2223a7d5","TextCanvas1":"511a6189-41e1-4c98-b2a4-cab877f1f760","FluentAIOutputCard1_1":"ed3c7f78-a084-4f5f-b168-fe4ed4886a16","AIDefineContainer":"5e315d96-81a7-4a29-9cb8-58131e9cf67e","TextCanvas1_4":"3fb26bda-76c0-4a08-9e9c-966f2799d55e","Container1":"003fb03d-d4c6-488c-8114-93859a70dc66","Container16":"2dbff908-af6c-4720-ba41-1803591a920f","txtMarketShare":"5fb15eb8-8499-4448-a8eb-1e4e203fbcf2","Container5_2":"4557f519-db98-46f7-a6a6-59f323e08c1e","AITeachingPopover1":"3f25ce6b-e985-4084-8c01-82bd6e23eaec","Icon1_1":"2500dd39-d8e5-4a0f-bf95-c73f077b59fd","DataCardValue3":"e35bc009-b450-4d31-bfbd-1946db47dbae","Container16_1":"2fcc1f42-e3ce-4882-a800-ef2f313ca36c","TextCanvas2_1":"0ad45c21-c116-4479-b013-1517a2dabca0","Container5_3":"62eb2756-e44c-44b4-9069-1056c6d65f04","AITeachingPopover1_1":"a09076f5-fed8-4fa1-a923-3750678fd8d9","Icon1_2":"a2c74f71-68c0-4767-8b97-712851540bb6","DataCardValue3_1":"51b83cb4-3aa2-474a-a325-c15cc7b98ecf","AIGenerateHeadlineContainer":"4cd813bc-a3cb-4844-9b40-5bdc4b5e4e70","AIGenerateHeadlineMainContainer":"9dfdfbee-1c34-4f88-94d2-62dd2246edb7","Container8":"3a4bcc87-dfc5-4d11-a992-92278b452ace","FluentAIOutputCard1_7":"3a782667-ad99-4a47-aa53-15ddf377ae4d","txtEnglishLanguage_3":"2c873a22-9ae9-4b5e-aeff-8a3da0c311ec","txtInputOriginalText_6":"32e08e0b-7da3-4e46-b215-bfd81b281ece","btnGenHeadlines":"6fcbe118-51b2-43e5-b382-c42b67f884a4","AITranslateContainer":"3a1f2957-317c-4a1e-a037-47a96b6f74ff","AITranslateMainContainer_6":"999f83d3-c314-4cb8-a901-d94f870f06b3","AITranslateLeftContainer_6":"782e7968-cc52-4ba1-8775-65f28a0a8d07","txtEnglishLanguage_6":"33ed869a-6353-4b2f-89f6-4a69f90c9555","txtInputOriginalText_5":"357e82bd-fb48-4946-a7f4-094a8592389a","InputOptionContainer":"278c5de3-7800-473d-9e39-4c63d364283b","drpDownLanguages":"c4a7facf-604d-4b5e-bb75-f159d144ac68","btnTranslate":"15687e4d-a7e9-433e-8b4c-af86e6cba0d2","AITranslateRightContainer_6":"23b7c2df-62de-47d7-b6a7-d2ac3bc3af28","txtTargetLanguage_8":"35dbb9b0-e489-40ac-834e-11f27a1f3631","AITranslateOutputCard_2":"4c0c77bd-0bb4-498e-8a19-e4c8681d453e","OutputWrapperContainer_1":"fdaf0af2-dbaa-4c89-ae83-f65e79f3dd8f","TextCanvas1_3":"13218e4a-95f6-40df-954e-36a63949eb75","FluentAIOutputCard1_12":"bba11a47-c0b2-4229-b689-3572696e7a5c","AIGenerateQnAContainer":"328a3e59-90a3-438b-b8cf-983713e246b1","AIRewriteMainContainer_2":"cf81daab-c86c-4205-8493-cd9dffb255de","AIRewriteLeftContainer_2":"69dbc24e-541d-4562-bea4-042c977bc846","txtInputOriginalText_3":"dc547205-9029-4031-8a30-addce7534256","Form1":"59078ac6-d0f4-47c1-8a57-7002bef38767","File_DataCard1":"4b30a600-b91b-440e-8deb-479dadf95257","DataCardValue6":"1ef6e239-0ff1-4662-b4e3-396b37a68e0a","ErrorMessage5":"93e3928f-16c2-4f43-8dd5-cf333d328703","btnGenQnA":"953b1812-e0d5-4cc1-930e-fb44b6cf1db6","AIRewriteRightContainer_2":"4977d99f-96fc-4070-8fe3-99a093fb9a14","Container7":"d6d19502-3f9c-45fc-af41-0ee04dba96fd","FluentAIOutputCard1_5":"67f2fa26-ac2f-4907-8f7d-ffa830a7feeb","FluentDetailsList1":"b928147c-2537-40cb-aaf5-3fb7c4cefecd","Answer1":"40e6018a-b809-41f7-97b4-8e72315669b3","expand1":"0a84b168-1b1a-423c-8425-76f93f4765d2","Question1":"f227df0f-13f5-4303-84ca-f3afbd5a86dc","Index1":"d11927b2-151c-41de-8b1c-e20367dcf096","AIRedactContainer":"77a565cd-7759-46f0-8c7c-04f49be69e78","AIRewriteMainContainer_4":"c5527656-984d-40e1-9c29-19346fd0ffa4","AIRewriteLeftContainer_4":"fe771b79-b754-41c9-9700-6171c05b6443","txtEnglishLanguage_4":"51378c50-4f79-4445-9d24-00af0a17e9fc","txtInputOriginalText_1":"f58e6bb3-cb7c-48b3-a8ef-3bc2bafebbe3","btnRedact":"47759258-d0f8-49fe-b1a7-cfcfe83888de","AIRewriteRightContainer_4":"98c064f5-2286-4cb2-b07e-a0b52f87eac1","txtTargetLanguage_6":"2fa48419-2b08-4f59-b1e4-4f7002e0fb2b","AIRewriteOutputCard_1":"480566d4-1044-410a-81b0-cea8e9f7cdc6","Container4_2":"dbfbd9b9-0fad-40da-8f37-6f48648e8e51","TextCanvas1_1":"9b58f87d-f9bf-40ba-8e9e-fc46623f2198","FluentAIOutputCard1_2":"508dfd95-eb3c-4540-9e58-02afacbfae25","AIChart":"f6478d66-6ef9-4847-a849-cf6e6ae4f223","AITableMainContainer_5":"dc34d61c-cf5c-4437-82a5-d0f66debfaf3","AITableLeftContainer_5":"9e61bde9-6032-4545-9f31-b9939c6c7264","Paragraph":"b9827097-61e3-4773-80d9-b41e9427148c","txtInputParagraph":"78b9bb80-15a2-40be-923a-0ca39c19bfdc","Container17_1":"9a04c683-b46e-42e2-8aa7-b3685599704d","Icon1_5":"36345c77-81fa-4f11-9697-1d2a1c039606","Icon1_4":"71218412-5775-413b-b67a-e7b2f7ed16b6","btnGenChart":"4f1dec9c-dbf7-4345-a3ad-01423b1ff8e3","AITableRightContainer_5":"cb55f73d-3506-404d-a3b9-8ecaa470aadd","txtTargetLanguage_7":"988abb63-a733-44de-8ad6-b73e14449776","Container3":"0b537b3e-0c8f-4b92-87a0-a7911531cd0b","FluentAIOutputCard1_13":"2ae42773-bcd6-4156-a93b-aea11f119490","DonutChart1":"efc215a4-373c-41c5-9132-dbe9970f6bd5","ItemCount1":"0cfb69e2-c113-4a65-ae44-c0182f617e34","ItemLegend1":"1147221b-2e09-47ad-aa72-5b71d41391ec","Value1":"7cd9269d-d600-4d1f-a679-88a9a65b62e5","AIEmojiContainer":"fb19208c-e6a8-4b88-801d-48fa845d1f28","Container1_4":"7f03bbdf-009a-4c13-bbe0-f568d4778d58","Container14":"7964b00c-b677-452a-bd07-5b25bb191222","TextInputCanvas1_1":"e37aaa4a-3f0b-4225-9a2d-b7b9b3216c87","Container17":"b18a80df-d626-44f7-b8b1-17259b30953e","Icon1_3":"b8411a2a-1b5b-475c-85a0-8fad08f353e2","Icon1":"9d4291ff-4094-4513-9f31-9d74f32e550a","btnEmoji":"7dcb1cc6-0b31-4c09-9398-d6b6b1a91d1b","Container13":"f353267b-8c0c-4f5f-b1f1-efe380f747e8","FluentAIOutputCard1_10":"f82d5453-d348-4f6d-b7d4-d93584a279a3","HtmlText1_1":"c5d6fe42-2cfa-4670-8a37-be84492c516d","AIRatingContainer":"d55dd42b-8bb1-4ce1-bb18-4b507f2dea7a","Container1_5":"2f91201b-523b-483e-8cdb-3157bad4f11f","Container10":"ad6fd94f-fe61-47f8-a46d-ea04293c9042","txtInputFeedback":"64345462-3b9b-4f3c-a933-3ab67f42abbf","Container17_2":"c3fc55fc-a266-4326-8e6e-a081135f12ad","Icon1_6":"66712916-e32c-47bd-a2b3-b138f7e6c6e0","Icon1_7":"fb5ff38b-2e31-463b-af29-ec705f906f5c","btnRating":"ce08009b-341d-4cad-8c91-0a319d0a5d48","Container12":"b99b7bb1-aac6-41e5-a758-9e35a91bbc93","FluentAIOutputCard1_9":"1f2ba3b3-d9fd-4d79-aad6-25dabe707014","galRatings":"998f7d4e-4108-436d-a132-ff2a8f4eba4b","galleryTemplate2":"f5eed95d-5e23-449c-a0ae-53ea0ca6cc42","Container11":"c0baace4-fa0e-4c37-854c-048c80f2bbf4","TagList3":"36920dd7-c85f-431d-b2f4-768f6d0823ba","Rating1":"de25c0b2-22a0-4b0e-a030-e518dc2a13eb","AIPaletteContainer":"99d88427-8793-49ad-8064-f70d07d26652","Container3_1":"e750de2b-3a6a-4a80-ba47-5c8e878800d8","Container22":"55c8cd23-15e8-49a7-88a2-2fe419d82d3b","TextInputCanvas1":"a88c19a0-bbb2-4dd2-a2bd-b369abaaf479","Container4_1":"05b5a42b-2966-4b05-9209-be5144761de8","icoForest":"18e97b1c-d55a-468d-bc5c-c8db8eab185d","icoSunset":"afcd344c-66e8-42fe-8a98-718afe5dc83c","icoBeach":"ff4770ab-d701-428c-8e18-fe182cda111d","Container5_1":"22b6aa46-7135-46e8-b95f-501e83eb6f9d","Container15":"cc256946-7691-40f8-8b6f-3b41599e8114","FluentAIOutputCard1_11":"22dd302b-1162-42d0-a412-573b45870688","Gallery1_1":"95d0a5bf-793c-4be8-bfba-297eb9dd4795","galleryTemplate1_1":"dfc0c1de-7942-44d0-9956-b856c28ec4d0","Rectangle2":"02110b9e-a3e0-4503-947e-368c2a6a91e9","TextCanvas5":"e8d68d62-4246-423c-b87d-90628310467e","TextCanvas5_1":"cff5e504-68ea-4ce0-8c2a-1d6fb9a7d57e","AIExtractCategoriesContainer":"546a8ed7-1cfe-4924-a49c-ecb794e821f5","AIRewriteMainContainer_1":"179c86b3-7468-40c4-91e0-2d7182323a30","AIRewriteLeftContainer_1":"f7e0fff4-d683-4a6e-8cf8-1af2a378d2f7","txtInputOriginalText_2":"97e333ba-7f33-4b12-af51-a7c4474e7f82","Container19":"bb8e7c0b-3a8f-4d32-9545-b6a5a40fefc5","Icon1_8":"00c989b7-8041-456f-838e-7ffe34c304b3","Icon1_9":"0823c125-9c09-4cf3-960e-534c84a055f9","btnExtract":"93749e05-cdd5-46c7-a882-dbf83a5098df","AIRewriteRightContainer_1":"238b6b9a-e001-4080-9679-ab67395553b5","Container4_3":"5833d4ee-700d-44d6-ac82-fcdff7e64966","Container6_1":"1a9e5dd8-f0e8-4ca1-bc8b-18c4dda86853","TagList2":"0a8e31f5-5a93-4823-ace8-cfa641ea1748","FluentAIOutputCard1_4":"e66e07ef-5409-4f8a-9d9e-2f9cac15dbf8","AIAnomalyContainer":"3917b17c-88c9-4996-be0d-f875ea563d55","AIImageDiffSub_3":"475fce70-81ea-43c5-a57b-d56e6b67e03f","AIRewriteRightContainer_9":"7833744f-8299-4b93-bcf5-15d7bf06432a","UploadedImage1_5":"adb615b6-4436-4086-ba06-0eeec1ff97a2","AddMediaButton1_5":"e3fc45e2-066c-41f1-bb61-57a21fcd63e6","btnDetectAnomalies":"35aa645f-47da-41af-9b1f-a290dbffdcf2","AddMediaWithImage1_5":"e0c871b1-5a44-484a-abb7-9a794dbf4f82","AIRewriteOutputCard_6":"cdc6141c-18e1-47c9-a22a-a3b999ccec63","FluentAIOutputCard1_19":"b6e27dd4-5539-40ef-b0a6-c0e1a23fa8bb","OutputWrapperContainer_6":"3e69def4-6b71-41a0-a038-b4512f0b3fd2","TextCanvas6_2":"fd434fe4-5fe9-41b9-8e24-e7fdc418a3c3","Container4":"53ec4e2d-1f0e-40b0-884b-558c05afbc99","txtAIPromptTilte":"e44638e5-13be-4065-b10a-fd407cc7c479","ButtonCanvas1":"6b9e8955-ed2b-4561-9c2f-877dbbec9a54","txtAIPromptDescription":"c771e1f0-3cfd-4404-968a-3812bd3f9e53","txtExample":"925a2cb6-7a3f-416f-b79d-e4856d602346","AIFlowchart":"5168e667-6bda-413e-b6c9-07739f99f413","AIFlowchartContainer_6":"1ea7dff3-4f8e-49f1-8a3e-b0011575e0d3","AIFlowchartLeftContainer_6":"ff256f94-8a04-4e2d-83ab-626bb6b4fef0","txtEnglishLanguage_7":"e34c8857-5d10-49f4-8873-506c277c3a35","txtInputOriginalText_7":"ee5d8f01-0087-431c-8e7f-9e600e4ea56a","btnFlowchart":"6a28d011-dbce-4556-a251-ce9ead1e5c21","AIRewriteRightContainer_5":"ff07eb0e-544a-419a-a5d6-a64b8e4793c8","AIRewriteOutputCard_2":"c4cf615d-5f69-4ac2-b293-a6304d77bd12","OutputWrapperContainer_2":"c779823c-4c6d-4f7a-9b5f-649931af4ac0","Mermaid1":"03888e12-5bd3-4f69-9978-2648259876a5","FluentAIOutputCard1_15":"95f304e4-9b4a-4066-94bd-c13fddcba1da","txtAIPromptDescription_1":"88e65230-152c-4864-b143-82ee813e10c4","AIImageDiffContainer":"a16fff4c-e6dc-4a89-9fb3-475c675e04b1","AIImageDiffSub":"25bfc84c-2c76-4dd2-beda-0e971a55c918","AIRewriteOutputCard_3":"a6b19063-1fa5-4014-b703-8282aecc2614","FluentAIOutputCard1_16":"2a9ae4e6-5853-4f7a-8e39-fd0852c97388","OutputWrapperContainer_3":"7322029b-8ad3-4f46-995b-7d1803f9e8a3","TextCanvas6":"a35dae31-e65b-402f-9f90-d386494cca90","AIRewriteLeftContainer_7":"81786ffb-11b5-43ba-be92-82be59e78ea0","UploadedImage1":"2e06692a-2f14-4488-9fa9-db8e69a48280","AddMediaButton1":"b2d32757-6510-46f1-8eac-615a003befab","AddMediaWithImage1":"f97dc81b-3748-4a75-a21d-ae08b7eae598","AIRewriteRightContainer_6":"d96f4ddb-92dd-4bbb-90e6-d0450d67fcee","UploadedImage1_1":"ece90f96-91ed-4488-a417-45ba632e09b0","AddMediaButton1_1":"78fdde8e-1e3d-4af9-8df8-2936dc692626","AddMediaWithImage1_1":"8c606bcd-3c00-4128-91c1-75d49edc2f43","btnImageDiff":"060e71af-801f-4836-92e2-51703df7283c","AIDescribeImageContainer":"20f5da8d-6ae8-46f4-bc6f-aacd32279e24","AIImageDiffSub_1":"e6b5b178-5745-4682-91b7-c824c4abc8d9","AIRewriteRightContainer_7":"cb12c0a4-e3e6-4ef3-a539-25b642b7c141","UploadedImage1_3":"963c40d9-b3a1-46de-9f3f-2e382fd85d35","AddMediaButton1_3":"fa945511-2234-40dc-94ed-9190b56d405d","btnDescribeImage":"61de69a2-79c8-4ada-98b3-19bce5582a1d","AddMediaWithImage1_3":"182936d9-18de-4442-9fd4-debee6ddf3f3","AIRewriteOutputCard_4":"b22d84c5-3d53-4348-9dcc-82495c1ea511","FluentAIOutputCard1_17":"d9b057b8-3686-437a-85a8-bd1e042775ea","OutputWrapperContainer_4":"76ec4d23-1d91-469d-ba2a-447276865e3b","TextCanvas6_1":"3988a5fb-56b2-404a-8d0d-f243e580383e","AIImageTextExtractContainer":"8f6dfa93-c868-4893-82cb-c190e082ea6a","AIImageDiffSub_2":"3f9ab8f6-9e7a-4342-8365-1476de6977b6","AIRewriteRightContainer_8":"a8d5826f-565c-4ac9-81fb-08a4617946b4","UploadedImage1_4":"dfb53de7-3cbb-48dd-b0d2-3869061e7fd5","AddMediaButton1_4":"ac6c6286-2b43-412b-bff4-7383cb997d73","AddMediaWithImage1_4":"e23bd34f-c16d-4ab2-a469-33888b4a5005","AIRewriteOutputCard_5":"53f2a10f-806f-4278-807c-fa4ddfa26c34","FluentAIOutputCard1_18":"af714a77-487d-4ef4-9ee4-d0afd70f2855","OutputWrapperContainer_5":"2611b9c4-8c16-4649-991d-c35737d55c1e","Gallery1_2":"2481660d-443e-4049-a8fd-7382cc14e3c1","galleryTemplate1_2":"490abc79-746e-4113-8b00-e3803903bb1f","TextCanvas2_2":"ba7adc6d-cac8-4845-a1db-2c5811cc9c56","TextInputCanvas1_2":"98339d09-c97e-4b38-9eb4-4d5b363a6416","flairTimer":"08c875db-85fa-447a-9122-4bd21e3cf779","APICaller1":"98edcbad-547d-4319-b813-3b3a4f040e89","AIAssistant Screen":"338df4c6-22a7-4930-bf26-800dd23e6f9b","FluentAIOutputCard1_14":"d0c0c2d1-1306-481f-983c-eb2afe029940","MainScreenContainer_1":"c4ec856f-19a9-4759-b262-6f863ae6f958","AIMessageContainer_1":"56ba3133-ba9b-4710-8958-78e2bc0ccaaf","icoInfo_1":"72aa638f-1aec-4691-bd45-6a4248315e31","AutoWidthLabel1_1":"6a4ec81a-e963-4d41-84e9-c978e269f946","LinkCanvas1_1":"0d00f74b-2249-450a-9ddb-f0a075d1e052","BottomContainer2_1":"e59c8f4b-1de2-4586-894e-817f79a48a9a","SidebarContainer2_1":"7c54ae34-6707-47eb-b193-1afa30225519","Container2_1":"09fe0718-0752-4c1c-afae-89b515cb0160","imgCKLogo_1":"fed6041e-8504-43f1-8dd7-242154eeaef5","txtAIPromptTilte_3":"9a4da69b-2e39-4c3c-a167-ecf7f79a0e3a","txtAIPromptTilte_4":"65c492a1-ab07-4bfe-a635-7241de48133f","Nav1_1":"e141fc49-f9c7-459d-b9ac-9191d9346545","MainContainer2_1":"dc23c009-ba10-4fa5-b9d2-f59426985e25","txtAIPromptTilte_5":"89b614c8-b230-4fd7-b03e-4bf42125679d","AIAssistant_Container":"5dd6861c-d910-4946-833f-48f81325fd18","AIRewriteMainContainer_5":"e24eca48-5350-4fce-8efd-f3efdd0a6b86","AIRewriteLeftContainer_5":"06c75e31-dfde-4294-8333-b594f6efb655","txtEnglishLanguage_5":"1c93c87d-2d7c-4e6e-a077-7bb318d5e218","Container5":"053b40ff-5b52-4fa5-a37e-8f2ec554d192","btnAIPrompt":"0e756eaf-23e4-4af5-a04c-32cd64af44ac","imgAIPrompt":"179b3216-d086-4f64-9a9e-cb025243f35a","Container18":"66039512-7825-41e1-aeed-f3f817e7c569","FluentAIAssistant2":"965dd629-8a66-4970-bb9f-ac9751fff354","Header1_1":"549a67d5-bfa1-4671-9f4d-b685759ce1e1","flairTimer_1":"b4d4da9e-e828-43b8-a2c6-480942193430","NoCredit Screen":"32f7ba20-a572-4648-a189-c8a42f9c1acb","Container20":"8d5e363b-837d-41ec-bc37-1e80ea8ebb5a","FluentAIOutputCard1":"e00aabc4-4d1b-4d8f-a955-f75d2d35d1f8","TextCanvas3":"73c8ab8b-7987-412a-b1a2-298852378fdd","flairTimer_2":"73e7116d-4f7c-4171-b12b-0362529ecf0c"}

================================================
FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Assets/SampleImage.json
================================================
{
  "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"
}

================================================
FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/CanvasManifest.json
================================================
{
  "FormatVersion": "0.24",
  "Header": {
    "AnalysisOptions": {
      "DataflowAnalysisEnabled": false,
      "DataflowAnalysisFlagStateToggledByUser": false
    },
    "DocVersion": "1.343",
    "MinVersionToLoad": "1.331",
    "MSAppStructureVersion": "2.0"
  },
  "Properties": {
    "AppCreationSource": "AppFromScratch",
    "AppDescription": "",
    "AppPreviewFlagsMap": {
      "aibuilderserviceenrollment": false,
      "allowmultiplescreensincanvaspages": false,
      "appinsightserrortracing": false,
      "appinstrumentationcorrelationtracing": false,
      "autocreateenvironmentvariables": false,
      "behaviorpropertyui": false,
      "blockmovingcontrol": true,
      "cdsdataformatting": false,
      "classiccontrols": false,
      "commentgeneratedformulasv2": false,
      "consistentreturnschemafortabularfunctions": true,
      "copyandmerge": false,
      "dataflowanalysisenabled": false,
      "datatablev2control": true,
      "dataverseactionsenabled": true,
      "delaycontrolrendering": true,
      "delayloadscreens": true,
      "disablebehaviorreturntypecheck": false,
      "disablecdsfileandlargeimage": false,
      "disabledeferloadingunusedscreenswithstartscreen": false,
      "disableloadcomponentdefinitionsondemand": false,
      "disableruntimepolicies": false,
      "dynamicschema": false,
      "enableappembeddingux": false,
      "enablecanvasappruntimecopilot": false,
      "enablecomponentnamemaps": false,
      "enablecomponentscopeoldbehavior": false,
      "enablecopilotanswercontrol": true,
      "enablecopilotcontrol": true,
      "enablecreateaformula": false,
      "enabledataverseoffline": false,
      "enableeditcacherefreshfrequency": false,
      "enableeditinmcs": false,
      "enableexcelonlinebusinessv2connector": true,
      "enableideaspanel": true,
      "enablelegacybarcodescanner": false,
      "enablelegacydatatable": false,
      "enableonstart": true,
      "enableonstartnavigate": false,
      "enablepcfmoderndatasets": true,
      "enablerowscopeonetonexpand": false,
      "enablerpawarecomponentdependency": true,
      "enablesaveloadcleardataonweb": true,
      "enableupdateifdelegation": false,
      "errorhandling": true,
      "expandedsavedatasupport": true,
      "exportimportcomponents2": true,
      "externalmessage": false,
      "fluentv9controls": false,
      "fluentv9controlspreview": true,
      "formuladataprefetch": true,
      "formularepair": false,
      "generatedebugpublishedapp": false,
      "herocontrols": false,
      "improvedtabstopbehavior": false,
      "isemptyrequirestableargument": true,
      "keeprecentscreensloaded": false,
      "legacyformulabar": false,
      "longlivingcache": false,
      "mobilenativerendering": false,
      "nativecdsexperimental": true,
      "offlineprofilegenerationemitscolumns": false,
      "onegrid": false,
      "optimizedforteamsmeeting": false,
      "packagemodernruntime": false,
      "parallelcodegen": false,
      "pdffunction": false,
      "powerfxdecimal": false,
      "powerfxv1": false,
      "preferpayamlv3inux": false,
      "primaryoutputpropertycoerciondeprecated": true,
      "proactivecontrolrename": false,
      "projectionmapping": true,
      "reliableconcurrent": true,
      "reservedkeywords": false,
      "rtlinstudiopreview": false,
      "rtlsupport": false,
      "sharepointselectsenabled": false,
      "showclassicthemes": false,
      "smartemaildatacard": false,
      "supportcolumnnamesasidentifiers": true,
      "tabledoesntwraprecords": true,
      "usedisplaynamemetadata": true,
      "useenforcesavedatalimits": true,
      "useexperimentalcdsconnector": true,
      "useexperimentalsqlconnector": true,
      "useguiddatatypes": true,
      "usenonblockingonstartrule": true,
      "userdefinedfunctions": false,
      "userdefinedtypes": false,
      "webbarcodescanner": false,
      "zeroalltabindexes": false
    },
    "Author": "",
    "BindingErrorCount": 7,
    "ContainsThirdPartyPcfControls": true,
    "DefaultConnectedDataSourceMaxGetRowsCount": 500,
    "DocumentAppType": "DesktopOrTablet",
    "DocumentLayoutHeight": 768,
    "DocumentLayoutLockOrientation": false,
    "DocumentLayoutMaintainAspectRatio": true,
    "DocumentLayoutOrientation": "landscape",
    "DocumentLayoutScaleToFit": true,
    "DocumentLayoutWidth": 1366,
    "DocumentType": "App",
    "EnableInstrumentation": false,
    "FileID": "391946a4-9a89-4c82-accb-5cc634439f95",
    "Id": "a93d7060-134b-4c96-ba29-878e933615b6",
    "InstrumentationKey": "",
    "ManualOfflineProfileId": "",
    "Name": "Creator Kit AI Reference App",
    "OriginatingVersion": "1.337",
    "ParserErrorCount": 1,
    "ShowStatusBar": false
  },
  "PublishInfo": {
    "AppName": "Creator Kit AI Reference App",
    "BackgroundColor": "RGBA(0,176,240,1)",
    "IconColor": "RGBA(255,255,255,1)",
    "IconName": "Edit",
    "LogoFileName": "",
    "PublishDataLocally": false,
    "PublishResourcesLocally": false,
    "PublishTarget": "player",
    "UserLocale": "en-US"
  },
  "ScreenOrder": [
    "Home Screen",
    "AIAssistant Screen",
    "NoCredit Screen"
  ]
}

================================================
FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/ComponentReferences.json
================================================
[]

================================================
FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Connections/Connections.json
================================================
{}

================================================
FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/ControlTemplates.json
================================================
{
  "addMedia": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/addMedia",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "addMedia",
    "OverridableProperties": {},
    "Version": "2.2.1"
  },
  "AI Output Card": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.FluentAIOutputCard",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.FluentAIOutputCard",
    "OverridableProperties": {},
    "TemplateDisplayName": "AI Output Card",
    "Version": "0.0.32"
  },
  "AI Teaching popover": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.AITeachingPopover",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.AITeachingPopover",
    "OverridableProperties": {},
    "TemplateDisplayName": "AI Teaching popover",
    "Version": "0.0.42"
  },
  "APICaller (%VERSION%)": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.APICaller",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.APICaller",
    "OverridableProperties": {},
    "TemplateDisplayName": "APICaller (%VERSION%)",
    "Version": "0.0.23"
  },
  "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"
  },
  "attachments": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/attachments",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "attachments",
    "OverridableProperties": {},
    "Version": "2.3.0"
  },
  "Auto Width Label (1.1.39)": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.AutoWidthLabel",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.AutoWidthLabel",
    "OverridableProperties": {},
    "TemplateDisplayName": "Auto Width Label (1.1.39)",
    "Version": "1.1.39"
  },
  "Button": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_ButtonCanvas",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "PowerApps_CoreControls_ButtonCanvas",
    "OverridableProperties": {},
    "TemplateDisplayName": "Button",
    "Version": "0.0.43"
  },
  "cat_PowerCAT.FluentDetailsListTemplate_dataField": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/pcfDataField",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.FluentDetailsListTemplate_dataField",
    "OverridableProperties": {},
    "Version": "1.5.0"
  },
  "cat_PowerCAT.NavTemplate_dataField": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/pcfDataField",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.NavTemplate_dataField",
    "OverridableProperties": {},
    "Version": "1.5.0"
  },
  "Dropdown": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_DropdownCanvas",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "PowerApps_CoreControls_DropdownCanvas",
    "OverridableProperties": {},
    "TemplateDisplayName": "Dropdown",
    "Version": "0.0.44"
  },
  "Fluent Details List (1.1.39)": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.FluentDetailsList",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.FluentDetailsList",
    "OverridableProperties": {},
    "TemplateDisplayName": "Fluent Details List (1.1.39)",
    "Version": "1.1.39"
  },
  "Fluent Donut Chart (1.1.39) Preview": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.DonutChart",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.DonutChart",
    "OverridableProperties": {},
    "TemplateDisplayName": "Fluent Donut Chart (1.1.39) Preview",
    "Version": "1.1.39"
  },
  "Fluent Icon (1.1.39)": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.Icon",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.Icon",
    "OverridableProperties": {},
    "TemplateDisplayName": "Fluent Icon (1.1.39)",
    "Version": "1.1.39"
  },
  "Fluent Nav (1.1.39)": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.Nav",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.Nav",
    "OverridableProperties": {},
    "TemplateDisplayName": "Fluent Nav (1.1.39)",
    "Version": "1.1.39"
  },
  "Fluent Tag List (1.1.39)": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.TagList",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.TagList",
    "OverridableProperties": {},
    "TemplateDisplayName": "Fluent Tag List (1.1.39)",
    "Version": "1.1.39"
  },
  "FluentAI Assistance (0.0.9)": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.FluentAIAssistant",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.FluentAIAssistant",
    "OverridableProperties": {},
    "TemplateDisplayName": "FluentAI Assistance (0.0.9)",
    "Version": "0.0.9"
  },
  "form": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/form",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "form",
    "OverridableProperties": {},
    "Version": "2.4.2"
  },
  "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.15.0"
  },
  "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"
  },
  "group": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/group",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "group",
    "OverridableProperties": {},
    "Version": "1"
  },
  "groupContainer": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/groupContainer",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "groupContainer",
    "OverridableProperties": {},
    "Version": "1.3.0"
  },
  "Header": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/powercontrol/Header",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "Header",
    "OverridableProperties": {},
    "TemplateDisplayName": "Header",
    "Version": "0.0.41"
  },
  "Host": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "HostType": "Default",
    "Id": "http://microsoft.com/appmagic/hostcontrol",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "hostControl",
    "OverridableProperties": {},
    "Version": "1.6.0"
  },
  "htmlViewer": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/htmlViewer",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "htmlViewer",
    "OverridableProperties": {},
    "Version": "2.1.0"
  },
  "image": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/image",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "image",
    "OverridableProperties": {},
    "Version": "2.2.3"
  },
  "Link": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_LinkCanvas",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "PowerApps_CoreControls_LinkCanvas",
    "OverridableProperties": {},
    "TemplateDisplayName": "Link",
    "Version": "0.0.40"
  },
  "Mermaid": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": false,
    "Id": "http://microsoft.com/appmagic/powercontrol/cat_PowerCAT.Mermaid",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "cat_PowerCAT.Mermaid",
    "OverridableProperties": {},
    "TemplateDisplayName": "Mermaid",
    "Version": "0.0.1"
  },
  "pcfDataField": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/pcfDataField",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "pcfDataField",
    "OverridableProperties": {},
    "Version": "1.5.0"
  },
  "PowerAppsOneGridTemplate_dataField": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/PowerAppsOneGridTemplate_dataField",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "PowerAppsOneGridTemplate_dataField",
    "OverridableProperties": {},
    "Version": "1.5.0"
  },
  "rating": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/rating",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "rating",
    "OverridableProperties": {},
    "Version": "2.1.0"
  },
  "rectangle": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/shapes/rectangle",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "rectangle",
    "OverridableProperties": {},
    "Version": "2.3.0"
  },
  "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"
  },
  "Table": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/powercontrol/PowerAppsOneGrid",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "PowerAppsOneGrid",
    "OverridableProperties": {},
    "TemplateDisplayName": "Table",
    "Version": "1.0.234"
  },
  "Text": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_TextCanvas",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "PowerApps_CoreControls_TextCanvas",
    "OverridableProperties": {},
    "TemplateDisplayName": "Text",
    "Version": "0.0.43"
  },
  "Text input": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_TextInputCanvas",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": true,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "PowerApps_CoreControls_TextInputCanvas",
    "OverridableProperties": {},
    "TemplateDisplayName": "Text input",
    "Version": "0.0.49"
  },
  "timer": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/timer",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": true,
    "LastModifiedTimestamp": "0",
    "Name": "timer",
    "OverridableProperties": {},
    "Version": "2.1.0"
  },
  "typedDataCard": {
    "CustomGroupControlTemplateName": "",
    "FirstParty": true,
    "Id": "http://microsoft.com/appmagic/card",
    "IsComponentTemplate": false,
    "IsCustomGroupControlTemplate": false,
    "IsPcfControl": false,
    "IsPremiumPcfControl": false,
    "IsWidgetTemplate": false,
    "LastModifiedTimestamp": "0",
    "Name": "typedDataCard",
    "OverridableProperties": {},
    "Version": "1.0.6"
  }
}

================================================
FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/43b0dc67-68af-47ae-9a9c-9e69d396ba3e.json
================================================
[
  {
    "ApiId": "/msdyn_aimodel",
    "CdsActionInfo": {
      "CdsDataset": "default.cds",
      "IsUnboundAction": false
    },
    "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}",
    "EntitySetName": "msdyn_aimodels",
    "IsHidden": true,
    "IsSampleData": false,
    "IsWritable": true,
    "LogicalName": "msdyn_aimodel",
    "MaxGetRowsCount": 500,
    "Name": "43b0dc67-68af-47ae-9a9c-9e69d396ba3e",
    "NativeCDSDataSourceInfoNameMapping": {
      "_ownerid_value": "Owner",
      "{Attachments}": "Attachments",
      "botcomponent_msdyn_aimodel": "Copilot components",
      "createdby": "Created By",
      "createdon": "Created On",
      "createdonbehalfby": "Created By (Delegate)",
      "importsequencenumber": "Import Sequence Number",
      "introducedversion": "Introduced Version",
      "modifiedby": "Modified By",
      "modifiedon": "Modified On",
      "modifiedonbehalfby": "Modified By (Delegate)",
      "msdyn_AIBDatasetsContainer_msdyn_AIModelI": "AI Builder Datasets Containers",
      "msdyn_AIBFeedbackLoop_msdyn_AIModel": "AI Builder Feedback Loops",
      "msdyn_aimodel_aiskillconfig_AIModel": "AI Skill Configs",
      "msdyn_aimodel_Annotations": "Notes",
      "msdyn_aimodel_AsyncOperations": "System Jobs",
      "msdyn_aimodel_BulkDeleteFailures": "Bulk Delete Failures",
      "msdyn_aimodel_MailboxTrackingFolders": "Mailbox Auto Tracking Folders",
      "msdyn_aimodel_msdyn_aiconfiguration": "AI Configurations",
      "msdyn_aimodel_msdyn_aievent": "AI Events",
      "msdyn_aimodel_PrincipalObjectAttributeAccesses": "Field Sharing",
      "msdyn_aimodel_ProcessSession": "Process Sessions",
      "msdyn_aimodel_SyncErrors": "Sync Errors",
      "msdyn_aimodelid": "AIModel",
      "msdyn_aimodelidunique": "msdyn_AIModelIdUnique",
      "msdyn_AIPluginOperation_AIModel": "AIPluginOperations",
      "msdyn_modelcreationcontext": "ModelCreationContext",
      "msdyn_name": "Name",
      "msdyn_retrainworkflowid": "RetrainWorkflowId",
      "msdyn_scheduleinferenceworkflowid": "ScheduleInferenceWorkflowId",
      "msdyn_TemplateId": "Template",
      "overriddencreatedon": "Record Created On",
      "overwritetime": "Record Overwrite Time",
      "owningbusinessunit": "Owning Business Unit",
      "owningteam": "Owning Team",
      "owninguser": "Owning User",
      "solutionid": "Solution",
      "timezoneruleversionnumber": "Time Zone Rule Version Number",
      "utcconversiontimezonecode": "UTC Conversion Time Zone Code",
      "versionnumber": "Version Number"
    },
    "PreferredName": "43b0dc67-68af-47ae-9a9c-9e69d396ba3e",
    "Type": "NativeCDSDataSourceInfo",
    "WadlMetadata": {
      "WadlXml": "<application xmlns:xml=\"http://www.w3.org/XML/1998/namespace\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:service=\"https://rajeevdevck.crm.dynamics.com/api/data/v9.0\" xmlns:siena=\"http://schemas.microsoft.com/MicrosoftProjectSiena/WADL/2014/11\" siena:serviceId=\"ODataServicefornamespaceMicrosoft.Dynamics.CRM\" xmlns=\"http://wadl.dev.java.net/2009/02\"><doc title=\"OData Service for namespace Microsoft.Dynamics.CRM\">This OData service is located at http://localhost</doc><grammars><jsonTypes targetNamespace=\"https://rajeevdevck.crm.dynamics.com/api/data/v9.0\" xmlns=\"http://schemas.microsoft.com/MicrosoftProjectSiena/WADL/2014/11\"><untypedObject name=\"Microsoft_Dynamics_CRM_expando\" /><string name=\"Microsoft_Dynamics_CRM_activityparty_addressused_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activityparty_donotphone_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activityparty_donotpostalmail_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activityparty_scheduledstart_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activityparty_donotfax_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activityparty_ispartydeleted_def\" /><string name=\"Microsoft_Dynamics_CRM_activityparty__activityid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_activityparty_participationtypemask_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activityparty_scheduledend_def\" /><integer name=\"Microsoft_Dynamics_CRM_activityparty_instancetypecode_def\" /><integer name=\"Microsoft_Dynamics_CRM_activityparty_versionnumber_def\" /><string name=\"Microsoft_Dynamics_CRM_activityparty_unresolvedpartyname_def\" /><integer name=\"Microsoft_Dynamics_CRM_activityparty_addressusedemailcolumnnumber_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_activityparty_effort_def\" /><string name=\"Microsoft_Dynamics_CRM_activityparty__partyid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activityparty_exchangeentryid_def\" /><string name=\"Microsoft_Dynamics_CRM_activityparty_activitypartyid_def\" /><string name=\"Microsoft_Dynamics_CRM_activityparty_externalidtype_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activityparty_donotemail_def\" /><string name=\"Microsoft_Dynamics_CRM_activityparty__ownerid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activityparty_externalid_def\" /><object name=\"Microsoft_Dynamics_CRM_activityparty\"><property name=\"addressused\" type=\"string\" /><property name=\"donotphone\" type=\"boolean\" /><property name=\"donotpostalmail\" type=\"boolean\" /><property name=\"scheduledstart\" typeRef=\"Microsoft_Dynamics_CRM_activityparty_scheduledstart_def\" /><property name=\"donotfax\" type=\"boolean\" /><property name=\"ispartydeleted\" type=\"boolean\" /><property name=\"_activityid_value\" type=\"string\" /><property name=\"participationtypemask\" type=\"integer\" /><property name=\"scheduledend\" typeRef=\"Microsoft_Dynamics_CRM_activityparty_scheduledend_def\" /><property name=\"instancetypecode\" type=\"integer\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"unresolvedpartyname\" type=\"string\" /><property name=\"addressusedemailcolumnnumber\" type=\"integer\" /><property name=\"effort\" typeRef=\"Microsoft_Dynamics_CRM_activityparty_effort_def\" /><property name=\"_partyid_value\" type=\"string\" /><property name=\"exchangeentryid\" type=\"string\" /><property name=\"activitypartyid\" type=\"string\" /><property name=\"externalidtype\" type=\"string\" /><property name=\"donotemail\" type=\"boolean\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"externalid\" type=\"string\" /><property name=\"activityid_recurringappointmentmaster\" typeRef=\"Microsoft_Dynamics_CRM_recurringappointmentmaster\" /><property name=\"activityid_appointment\" typeRef=\"Microsoft_Dynamics_CRM_appointment\" /><property name=\"partyid_queue\" typeRef=\"Microsoft_Dynamics_CRM_queue\" /><property name=\"partyid_systemuser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"activityid_email\" typeRef=\"Microsoft_Dynamics_CRM_email\" /><property name=\"partyid_knowledgearticle\" typeRef=\"Microsoft_Dynamics_CRM_knowledgearticle\" /><property name=\"activityid_activitypointer\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer\" /><property name=\"partyid_contact\" typeRef=\"Microsoft_Dynamics_CRM_contact\" /></object><string name=\"Microsoft_Dynamics_CRM_activitypointer_subject_def\" /><number name=\"Microsoft_Dynamics_CRM_activitypointer_exchangerate_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activitypointer_leftvoicemail_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__ownerid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_deliveryprioritycode_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_traversedpath_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_modifiedon_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_instancetypecode_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_formattedscheduledend_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__sendermailboxid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_actualdurationminutes_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__modifiedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__owningbusinessunit_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_stageid_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activitypointer_isbilled_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_descriptionblobid_name_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_exchangeitemid_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_exchangeweblink_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_versionnumber_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_seriesid_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__createdonbehalfby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_timezoneruleversionnumber_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__owningteam_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__owninguser_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__slainvokedid_value_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activitypointer_ismapiprivate_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_scheduleddurationminutes_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_formattedscheduledstart_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_prioritycode_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__modifiedonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_activityid_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_lastonholdtime_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__slaid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_statuscode_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_processid_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_statecode_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_scheduledstart_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_description_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_createdon_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activitypointer_isworkflowcreated_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_scheduledend_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__regardingobjectid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__createdby_value_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_senton_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer__transactioncurrencyid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_descriptionblobid_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_utcconversiontimezonecode_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_postponeactivityprocessinguntil_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_actualend_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_actualstart_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_activitytypecode_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_sortdate_def\" /><string name=\"Microsoft_Dynamics_CRM_activitypointer_activityadditionalparams_def\" /><boolean name=\"Microsoft_Dynamics_CRM_activitypointer_isregularactivity_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_community_def\" /><integer name=\"Microsoft_Dynamics_CRM_activitypointer_onholdtime_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_activitypointer_deliverylastattemptedon_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_recurringappointmentmaster\" name=\"Microsoft_Dynamics_CRM_activitypointer_activity_pointer_recurringappointmentmaster_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_email\" name=\"Microsoft_Dynamics_CRM_activitypointer_activity_pointer_email_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_queueitem\" name=\"Microsoft_Dynamics_CRM_activitypointer_ActivityPointer_QueueItem_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_appointment\" name=\"Microsoft_Dynamics_CRM_activitypointer_activity_pointer_appointment_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_activityparty\" name=\"Microsoft_Dynamics_CRM_activitypointer_activitypointer_activity_parties_def\" /><object name=\"Microsoft_Dynamics_CRM_activitypointer\"><property name=\"subject\" type=\"string\" /><property name=\"exchangerate\" type=\"number\" /><property name=\"leftvoicemail\" type=\"boolean\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"deliveryprioritycode\" type=\"integer\" /><property name=\"traversedpath\" type=\"string\" /><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_modifiedon_def\" /><property name=\"instancetypecode\" type=\"integer\" /><property name=\"formattedscheduledend\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_formattedscheduledend_def\" /><property name=\"_sendermailboxid_value\" type=\"string\" /><property name=\"actualdurationminutes\" type=\"integer\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"_owningbusinessunit_value\" type=\"string\" /><property name=\"stageid\" type=\"string\" /><property name=\"isbilled\" type=\"boolean\" /><property name=\"descriptionblobid_name\" type=\"string\" /><property name=\"exchangeitemid\" type=\"string\" /><property name=\"exchangeweblink\" type=\"string\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"seriesid\" type=\"string\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"timezoneruleversionnumber\" type=\"integer\" /><property name=\"_owningteam_value\" type=\"string\" /><property name=\"_owninguser_value\" type=\"string\" /><property name=\"_slainvokedid_value\" type=\"string\" /><property name=\"ismapiprivate\" type=\"boolean\" /><property name=\"scheduleddurationminutes\" type=\"integer\" /><property name=\"formattedscheduledstart\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_formattedscheduledstart_def\" /><property name=\"prioritycode\" type=\"integer\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"activityid\" type=\"string\" /><property name=\"lastonholdtime\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_lastonholdtime_def\" /><property name=\"_slaid_value\" type=\"string\" /><property name=\"statuscode\" type=\"integer\" /><property name=\"processid\" type=\"string\" /><property name=\"statecode\" type=\"integer\" /><property name=\"scheduledstart\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_scheduledstart_def\" /><property name=\"description\" type=\"string\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_createdon_def\" /><property name=\"isworkflowcreated\" type=\"boolean\" /><property name=\"scheduledend\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_scheduledend_def\" /><property name=\"_regardingobjectid_value\" type=\"string\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"senton\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_senton_def\" /><property name=\"_transactioncurrencyid_value\" type=\"string\" /><property name=\"descriptionblobid\" type=\"string\" /><property name=\"utcconversiontimezonecode\" type=\"integer\" /><property name=\"postponeactivityprocessinguntil\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_postponeactivityprocessinguntil_def\" /><property name=\"actualend\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_actualend_def\" /><property name=\"actualstart\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_actualstart_def\" /><property name=\"activitytypecode\" type=\"string\" /><property name=\"sortdate\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_sortdate_def\" /><property name=\"activityadditionalparams\" type=\"string\" /><property name=\"isregularactivity\" type=\"boolean\" /><property name=\"community\" type=\"integer\" /><property name=\"onholdtime\" type=\"integer\" /><property name=\"deliverylastattemptedon\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_deliverylastattemptedon_def\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"regardingobjectid_contact\" typeRef=\"Microsoft_Dynamics_CRM_contact\" /><property name=\"activity_pointer_recurringappointmentmaster\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_activity_pointer_recurringappointmentmaster_def\" /><property name=\"activity_pointer_email\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_activity_pointer_email_def\" /><property name=\"ActivityPointer_QueueItem\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_ActivityPointer_QueueItem_def\" /><property name=\"ownerid\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /><property name=\"owninguser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owningbusinessunit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"regardingobjectid_knowledgearticle\" typeRef=\"Microsoft_Dynamics_CRM_knowledgearticle\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"activity_pointer_appointment\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_activity_pointer_appointment_def\" /><property name=\"owningteam\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"activitypointer_activity_parties\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer_activitypointer_activity_parties_def\" /></object><dateTimeString name=\"Microsoft_Dynamics_CRM_annotation_modifiedon_def\" /><integer name=\"Microsoft_Dynamics_CRM_annotation_importsequencenumber_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__createdonbehalfby_value_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_annotation_overriddencreatedon_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_objecttypecode_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_mimetype_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__modifiedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_documentbody_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_documentbody_binary_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__owningteam_value_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_prefix_def\" /><integer name=\"Microsoft_Dynamics_CRM_annotation_versionnumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_annotation_filesize_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_filename_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__createdby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__owninguser_value_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_annotation_createdon_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_stepid_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_annotationid_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_notetext_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_langid_def\" /><boolean name=\"Microsoft_Dynamics_CRM_annotation_isdocument_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__owningbusinessunit_value_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__ownerid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__objectid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation_subject_def\" /><string name=\"Microsoft_Dynamics_CRM_annotation__modifiedonbehalfby_value_def\" /><object name=\"Microsoft_Dynamics_CRM_annotation\"><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_annotation_modifiedon_def\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_annotation_overriddencreatedon_def\" /><property name=\"objecttypecode\" type=\"string\" /><property name=\"mimetype\" type=\"string\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"documentbody\" type=\"string\" /><property name=\"documentbody_binary\" type=\"string\" /><property name=\"_owningteam_value\" type=\"string\" /><property name=\"prefix\" type=\"string\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"filesize\" type=\"integer\" /><property name=\"filename\" type=\"string\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"_owninguser_value\" type=\"string\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_annotation_createdon_def\" /><property name=\"stepid\" type=\"string\" /><property name=\"annotationid\" type=\"string\" /><property name=\"notetext\" type=\"string\" /><property name=\"langid\" type=\"string\" /><property name=\"isdocument\" type=\"boolean\" /><property name=\"_owningbusinessunit_value\" type=\"string\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"_objectid_value\" type=\"string\" /><property name=\"subject\" type=\"string\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"objectid_knowledgearticle\" typeRef=\"Microsoft_Dynamics_CRM_knowledgearticle\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"objectid_appointment\" typeRef=\"Microsoft_Dynamics_CRM_appointment\" /><property name=\"owningbusinessunit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"objectid_contact\" typeRef=\"Microsoft_Dynamics_CRM_contact\" /><property name=\"owninguser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"ownerid\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /><property name=\"objectid_goal\" typeRef=\"Microsoft_Dynamics_CRM_goal\" /><property name=\"objectid_email\" typeRef=\"Microsoft_Dynamics_CRM_email\" /><property name=\"objectid_workflow\" typeRef=\"Microsoft_Dynamics_CRM_workflow\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owningteam\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"objectid_duplicaterule\" typeRef=\"Microsoft_Dynamics_CRM_duplicaterule\" /><property name=\"objectid_recurringappointmentmaster\" typeRef=\"Microsoft_Dynamics_CRM_recurringappointmentmaster\" /><property name=\"objectid_msdyn_aimodel\" typeRef=\"Microsoft_Dynamics_CRM_msdyn_aimodel\" /></object><dateTimeString name=\"Microsoft_Dynamics_CRM_appmodule_aidescriptiongeneratedon_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_webresourceid_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule__organizationid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule__publisherid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_solutionid_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_optimizedfor_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_appmodule_publishedon_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_appgraph_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_appmodulexmlmanaged_def\" /><integer name=\"Microsoft_Dynamics_CRM_appmodule_importsequencenumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_appmodule_statecode_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_aiappdescription_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_uniquename_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_descriptor_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule__modifiedby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_appmodule_componentstate_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_name_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_appmoduleversion_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule__createdonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_welcomepageid_def\" /><boolean name=\"Microsoft_Dynamics_CRM_appmodule_isfeatured_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule__createdby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule__modifiedonbehalfby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_appmodule_statuscode_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_appmoduleid_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_description_def\" /><boolean name=\"Microsoft_Dynamics_CRM_appmodule_ismanaged_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_appmodule_overriddencreatedon_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_appmodule_createdon_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_eventhandlers_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_appmodule_overwritetime_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_url_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_appmodule_modifiedon_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_appmoduleidunique_def\" /><boolean name=\"Microsoft_Dynamics_CRM_appmodule_isdefault_def\" /><integer name=\"Microsoft_Dynamics_CRM_appmodule_versionnumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_appmodule_formfactor_def\" /><integer name=\"Microsoft_Dynamics_CRM_appmodule_clienttype_def\" /><integer name=\"Microsoft_Dynamics_CRM_appmodule_navigationtype_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_introducedversion_def\" /><string name=\"Microsoft_Dynamics_CRM_appmodule_configxml_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_role\" name=\"Microsoft_Dynamics_CRM_appmodule_appmoduleroles_association_def\" /><object name=\"Microsoft_Dynamics_CRM_appmodule\"><property name=\"aidescriptiongeneratedon\" typeRef=\"Microsoft_Dynamics_CRM_appmodule_aidescriptiongeneratedon_def\" /><property name=\"webresourceid\" type=\"string\" /><property name=\"_organizationid_value\" type=\"string\" /><property name=\"_publisherid_value\" type=\"string\" /><property name=\"solutionid\" type=\"string\" /><property name=\"optimizedfor\" type=\"string\" /><property name=\"publishedon\" typeRef=\"Microsoft_Dynamics_CRM_appmodule_publishedon_def\" /><property name=\"appgraph\" type=\"string\" /><property name=\"appmodulexmlmanaged\" type=\"string\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"statecode\" type=\"integer\" /><property name=\"aiappdescription\" type=\"string\" /><property name=\"uniquename\" type=\"string\" /><property name=\"descriptor\" type=\"string\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"componentstate\" type=\"integer\" /><property name=\"name\" type=\"string\" /><property name=\"appmoduleversion\" type=\"string\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"welcomepageid\" type=\"string\" /><property name=\"isfeatured\" type=\"boolean\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"statuscode\" type=\"integer\" /><property name=\"appmoduleid\" type=\"string\" /><property name=\"description\" type=\"string\" /><property name=\"ismanaged\" type=\"boolean\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_appmodule_overriddencreatedon_def\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_appmodule_createdon_def\" /><property name=\"eventhandlers\" type=\"string\" /><property name=\"overwritetime\" typeRef=\"Microsoft_Dynamics_CRM_appmodule_overwritetime_def\" /><property name=\"url\" type=\"string\" /><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_appmodule_modifiedon_def\" /><property name=\"appmoduleidunique\" type=\"string\" /><property name=\"isdefault\" type=\"boolean\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"formfactor\" type=\"integer\" /><property name=\"clienttype\" type=\"integer\" /><property name=\"navigationtype\" type=\"integer\" /><property name=\"introducedversion\" type=\"string\" /><property name=\"configxml\" type=\"string\" /><property name=\"appmoduleroles_association\" typeRef=\"Microsoft_Dynamics_CRM_appmodule_appmoduleroles_association_def\" /><property name=\"appmodule_modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"appmodule_createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"appmodule_modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"appmodule_createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /></object><string name=\"Microsoft_Dynamics_CRM_appointment_subcategory_def\" /><string name=\"Microsoft_Dynamics_CRM_appointment_subscriptionid_def\" /><string name=\"Microsoft_Dynamics_CRM_appointment_modifiedfieldsmask_def\" /><boolean name=\"Microsoft_Dynamics_CRM_appointment_isdraft_def\" /><integer name=\"Microsoft_Dynamics_CRM_appointment_onlinemeetingtype_def\" /><boolean name=\"Microsoft_Dynamics_CRM_appointment_isalldayevent_def\" /><integer name=\"Microsoft_Dynamics_CRM_appointment_outlookownerapptid_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_appointment_originalstartdate_def\" /><string name=\"Microsoft_Dynamics_CRM_appointment_category_def\" /><string name=\"Microsoft_Dynamics_CRM_appointment_location_def\" /><string name=\"Microsoft_Dynamics_CRM_appointment_onlinemeetingchatid_def\" /><string name=\"Microsoft_Dynamics_CRM_appointment_onlinemeetingjoinurl_def\" /><boolean name=\"Microsoft_Dynamics_CRM_appointment_isonlinemeeting_def\" /><integer name=\"Microsoft_Dynamics_CRM_appointment_isunsafe_def\" /><string name=\"Microsoft_Dynamics_CRM_appointment_onlinemeetingid_def\" /><integer name=\"Microsoft_Dynamics_CRM_appointment_attachmenterrors_def\" /><integer name=\"Microsoft_Dynamics_CRM_appointment_importsequencenumber_def\" /><string name=\"Microsoft_Dynamics_CRM_appointment_globalobjectid_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_appointment_overriddencreatedon_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_queueitem\" name=\"Microsoft_Dynamics_CRM_appointment_Appointment_QueueItem_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_annotation\" name=\"Microsoft_Dynamics_CRM_appointment_Appointment_Annotation_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_activityparty\" name=\"Microsoft_Dynamics_CRM_appointment_appointment_activity_parties_def\" /><object name=\"Microsoft_Dynamics_CRM_appointment\"><property name=\"subcategory\" type=\"string\" /><property name=\"subscriptionid\" type=\"string\" /><property name=\"modifiedfieldsmask\" type=\"string\" /><property name=\"isdraft\" type=\"boolean\" /><property name=\"onlinemeetingtype\" type=\"integer\" /><property name=\"isalldayevent\" type=\"boolean\" /><property name=\"outlookownerapptid\" type=\"integer\" /><property name=\"originalstartdate\" typeRef=\"Microsoft_Dynamics_CRM_appointment_originalstartdate_def\" /><property name=\"category\" type=\"string\" /><property name=\"location\" type=\"string\" /><property name=\"onlinemeetingchatid\" type=\"string\" /><property name=\"onlinemeetingjoinurl\" type=\"string\" /><property name=\"isonlinemeeting\" type=\"boolean\" /><property name=\"isunsafe\" type=\"integer\" /><property name=\"onlinemeetingid\" type=\"string\" /><property name=\"attachmenterrors\" type=\"integer\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"globalobjectid\" type=\"string\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_appointment_overriddencreatedon_def\" /><property name=\"Appointment_QueueItem\" typeRef=\"Microsoft_Dynamics_CRM_appointment_Appointment_QueueItem_def\" /><property name=\"Appointment_Annotation\" typeRef=\"Microsoft_Dynamics_CRM_appointment_Appointment_Annotation_def\" /><property name=\"seriesid_recurringappointmentmaster\" typeRef=\"Microsoft_Dynamics_CRM_recurringappointmentmaster\" /><property name=\"owningbusinessunit_appointment\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"appointment_activity_parties\" typeRef=\"Microsoft_Dynamics_CRM_appointment_appointment_activity_parties_def\" /><property name=\"modifiedonbehalfby_appointment\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedby_appointment\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"regardingobjectid_contact_appointment\" typeRef=\"Microsoft_Dynamics_CRM_contact\" /><property name=\"createdonbehalfby_appointment\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"regardingobjectid_knowledgearticle_appointment\" typeRef=\"Microsoft_Dynamics_CRM_knowledgearticle\" /><property name=\"activityid_activitypointer\" typeRef=\"Microsoft_Dynamics_CRM_activitypointer\" /><property name=\"createdby_appointment\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owningteam_appointment\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"owninguser_appointment\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"ownerid_appointment\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /></object><string name=\"Microsoft_Dynamics_CRM_attachment_mimetype_def\" /><string name=\"Microsoft_Dynamics_CRM_attachment_prefix_def\" /><string name=\"Microsoft_Dynamics_CRM_attachment_filename_def\" /><string name=\"Microsoft_Dynamics_CRM_attachment_attachmentid_def\" /><string name=\"Microsoft_Dynamics_CRM_attachment_body_def\" /><string name=\"Microsoft_Dynamics_CRM_attachment_body_binary_def\" /><integer name=\"Microsoft_Dynamics_CRM_attachment_filesize_def\" /><string name=\"Microsoft_Dynamics_CRM_attachment_subject_def\" /><integer name=\"Microsoft_Dynamics_CRM_attachment_versionnumber_def\" /><object name=\"Microsoft_Dynamics_CRM_attachment\"><property name=\"mimetype\" type=\"string\" /><property name=\"prefix\" type=\"string\" /><property name=\"filename\" type=\"string\" /><property name=\"attachmentid\" type=\"string\" /><property name=\"body\" type=\"string\" /><property name=\"body_binary\" type=\"string\" /><property name=\"filesize\" type=\"integer\" /><property name=\"subject\" type=\"string\" /><property name=\"versionnumber\" type=\"integer\" /></object><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection_componentidunique_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection__owningteam_value_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_botcomponentcollection_overwritetime_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection__createdby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection__ownerid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_botcomponentcollection_statecode_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection__owningbusinessunit_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_botcomponentcollection_importsequencenumber_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection_botcomponentcollectionid_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection__modifiedby_value_def\" /><boolean name=\"Microsoft_Dynamics_CRM_botcomponentcollection_ismanaged_def\" /><integer name=\"Microsoft_Dynamics_CRM_botcomponentcollection_componentstate_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection_solutionid_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection__owninguser_value_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection__createdonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection_configuration_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_botcomponentcollection_createdon_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection_name_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_botcomponentcollection_overriddencreatedon_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_botcomponentcollection_modifiedon_def\" /><integer name=\"Microsoft_Dynamics_CRM_botcomponentcollection_timezoneruleversionnumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_botcomponentcollection_statuscode_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection__modifiedonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection_schemaname_def\" /><string name=\"Microsoft_Dynamics_CRM_botcomponentcollection_description_def\" /><integer name=\"Microsoft_Dynamics_CRM_botcomponentcollection_versionnumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_botcomponentcollection_utcconversiontimezonecode_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_bot\" name=\"Microsoft_Dynamics_CRM_botcomponentcollection_bot_botcomponentcollection_def\" /><object name=\"Microsoft_Dynamics_CRM_botcomponentcollection\"><property name=\"componentidunique\" type=\"string\" /><property name=\"_owningteam_value\" type=\"string\" /><property name=\"overwritetime\" typeRef=\"Microsoft_Dynamics_CRM_botcomponentcollection_overwritetime_def\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"statecode\" type=\"integer\" /><property name=\"_owningbusinessunit_value\" type=\"string\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"botcomponentcollectionid\" type=\"string\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"ismanaged\" type=\"boolean\" /><property name=\"componentstate\" type=\"integer\" /><property name=\"solutionid\" type=\"string\" /><property name=\"_owninguser_value\" type=\"string\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"configuration\" type=\"string\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_botcomponentcollection_createdon_def\" /><property name=\"name\" type=\"string\" /><property name=\"iscustomizable\" typeRef=\"Microsoft_Dynamics_CRM_BooleanManagedProperty\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_botcomponentcollection_overriddencreatedon_def\" /><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_botcomponentcollection_modifiedon_def\" /><property name=\"timezoneruleversionnumber\" type=\"integer\" /><property name=\"statuscode\" type=\"integer\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"schemaname\" type=\"string\" /><property name=\"description\" type=\"string\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"utcconversiontimezonecode\" type=\"integer\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owninguser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owningteam\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"ownerid\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /><property name=\"owningbusinessunit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"bot_botcomponentcollection\" typeRef=\"Microsoft_Dynamics_CRM_botcomponentcollection_bot_botcomponentcollection_def\" /></object><integer name=\"Microsoft_Dynamics_CRM_bot_utcconversiontimezonecode_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_origin_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_language_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_bot_publishedon_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__ownerid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_timezoneruleversionnumber_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_bot_modifiedon_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_versionnumber_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_bot_overwritetime_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_supportedlanguages_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_schemaname_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_synchronizationstatus_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_configuration_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_statecode_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_authenticationtrigger_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_componentstate_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__modifiedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_template_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_accesscontrolpolicy_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__owningteam_value_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_bot_createdon_def\" /><boolean name=\"Microsoft_Dynamics_CRM_bot_ismanaged_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__providerconnectionreferenceid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__createdonbehalfby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_statuscode_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__publishedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_authorizedsecuritygroupids_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_applicationmanifestinformation_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_solutionid_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_runtimeprovider_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_iconbase64_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_name_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__owninguser_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_importsequencenumber_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_componentidunique_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_authenticationconfiguration_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__owningbusinessunit_value_def\" /><string name=\"Microsoft_Dynamics_CRM_bot_botid_def\" /><integer name=\"Microsoft_Dynamics_CRM_bot_authenticationmode_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_bot_overriddencreatedon_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__createdby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_bot__modifiedonbehalfby_value_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_botcomponentcollection\" name=\"Microsoft_Dynamics_CRM_bot_bot_botcomponentcollection_def\" /><object name=\"Microsoft_Dynamics_CRM_bot\"><property name=\"utcconversiontimezonecode\" type=\"integer\" /><property name=\"origin\" type=\"string\" /><property name=\"language\" type=\"integer\" /><property name=\"publishedon\" typeRef=\"Microsoft_Dynamics_CRM_bot_publishedon_def\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"timezoneruleversionnumber\" type=\"integer\" /><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_bot_modifiedon_def\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"overwritetime\" typeRef=\"Microsoft_Dynamics_CRM_bot_overwritetime_def\" /><property name=\"supportedlanguages\" type=\"string\" /><property name=\"schemaname\" type=\"string\" /><property name=\"synchronizationstatus\" type=\"string\" /><property name=\"configuration\" type=\"string\" /><property name=\"statecode\" type=\"integer\" /><property name=\"authenticationtrigger\" type=\"integer\" /><property name=\"componentstate\" type=\"integer\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"template\" type=\"string\" /><property name=\"iscustomizable\" typeRef=\"Microsoft_Dynamics_CRM_BooleanManagedProperty\" /><property name=\"accesscontrolpolicy\" type=\"integer\" /><property name=\"_owningteam_value\" type=\"string\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_bot_createdon_def\" /><property name=\"ismanaged\" type=\"boolean\" /><property name=\"_providerconnectionreferenceid_value\" type=\"string\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"statuscode\" type=\"integer\" /><property name=\"_publishedby_value\" type=\"string\" /><property name=\"authorizedsecuritygroupids\" type=\"string\" /><property name=\"applicationmanifestinformation\" type=\"string\" /><property name=\"solutionid\" type=\"string\" /><property name=\"runtimeprovider\" type=\"integer\" /><property name=\"iconbase64\" type=\"string\" /><property name=\"name\" type=\"string\" /><property name=\"_owninguser_value\" type=\"string\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"componentidunique\" type=\"string\" /><property name=\"authenticationconfiguration\" type=\"string\" /><property name=\"_owningbusinessunit_value\" type=\"string\" /><property name=\"botid\" type=\"string\" /><property name=\"authenticationmode\" type=\"integer\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_bot_overriddencreatedon_def\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owninguser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owningteam\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"ownerid\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /><property name=\"owningbusinessunit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"bot_botcomponentcollection\" typeRef=\"Microsoft_Dynamics_CRM_bot_bot_botcomponentcollection_def\" /><property name=\"ProviderConnectionReferenceId\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference\" /><property name=\"publishedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /></object><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_line2_def\" /><boolean name=\"Microsoft_Dynamics_CRM_businessunit_workflowsuspended_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_upszone_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_stateorprovince_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_businessunit_createdon_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_telephone2_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_divisionname_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_tickersymbol_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_line3_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_address2_shippingmethodcode_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_address1_shippingmethodcode_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_disabledreason_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_name_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_address2_utcoffset_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_stockexchange_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_fax_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_line3_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit__createdonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_businessunitid_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_description_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_city_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_name_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_picture_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_addressid_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit__calendarid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_telephone2_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_postalcode_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_businessunit_modifiedon_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit__createdby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_importsequencenumber_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit__modifiedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_telephone3_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit__transactioncurrencyid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit__organizationid_value_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_businessunit_address2_latitude_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_businessunit_creditlimit_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_county_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit__modifiedonbehalfby_value_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_businessunit_address1_longitude_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_businessunit_address1_latitude_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_emailaddress_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_name_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_postalcode_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_fileasname_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_ftpsiteurl_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_fax_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_websiteurl_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_address2_addresstypecode_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_versionnumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_utcoffset_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_costcenter_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_postofficebox_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_line2_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_line1_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_upszone_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_county_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_city_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_country_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_address1_addresstypecode_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_address1_utcoffset_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_stateorprovince_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_line1_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_addressid_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit__parentbusinessunitid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address1_telephone1_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_country_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_telephone3_def\" /><boolean name=\"Microsoft_Dynamics_CRM_businessunit_isdisabled_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_postofficebox_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_businessunit_overriddencreatedon_def\" /><integer name=\"Microsoft_Dynamics_CRM_businessunit_inheritancemask_def\" /><string name=\"Microsoft_Dynamics_CRM_businessunit_address2_telephone1_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_businessunit_address2_longitude_def\" /><number name=\"Microsoft_Dynamics_CRM_businessunit_exchangerate_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_knowledgearticle\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_knowledgearticle_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_goal\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_goal_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_workflow\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_workflow_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_queue\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_queues_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_annotation\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_annotations_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_recurringappointmentmaster\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_recurringappointmentmaster_activities_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_socialprofile\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_socialprofiles_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_appointment\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_appointment_activities_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_activitypointer\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_activitypointer_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_queue\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_queues2_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_email\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_email_activities_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_role\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_roles_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_team\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_teams_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_duplicaterule\" name=\"Microsoft_Dynamics_CRM_businessunit_BusinessUnit_DuplicateRules_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_contact\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_contacts_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_import\" name=\"Microsoft_Dynamics_CRM_businessunit_BusinessUnit_Imports_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_systemuser\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_system_users_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_importmap\" name=\"Microsoft_Dynamics_CRM_businessunit_BusinessUnit_ImportMaps_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_businessunit\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_parent_business_unit_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_privilegecheckerrun\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_privilegecheckerrun_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_desktopflowmodule\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_desktopflowmodule_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_flowmachine\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_flowmachine_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_flowmachinegroup\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_flowmachinegroup_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_flowmachinenetwork\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_flowmachinenetwork_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_workqueue\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_workqueue_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_workqueueitem\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_workqueueitem_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_flowsession\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_flowsession_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_connectionreference\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_connectionreference_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_connectioninstance\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_connectioninstance_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_msdyn_aimodel\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_aimodel_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_bot\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_bot_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_botcomponentcollection\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_botcomponentcollection_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_msdyn_kbattachment\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_kbattachment_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_msdyn_mobileapp\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_mobileapp_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_msdyn_pminferredtask\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_pminferredtask_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_msdyn_pmrecording\" name=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_pmrecording_def\" /><object name=\"Microsoft_Dynamics_CRM_businessunit\"><property name=\"address2_line2\" type=\"string\" /><property name=\"workflowsuspended\" type=\"boolean\" /><property name=\"address2_upszone\" type=\"string\" /><property name=\"address2_stateorprovince\" type=\"string\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_createdon_def\" /><property name=\"address1_telephone2\" type=\"string\" /><property name=\"divisionname\" type=\"string\" /><property name=\"tickersymbol\" type=\"string\" /><property name=\"address1_line3\" type=\"string\" /><property name=\"address2_shippingmethodcode\" type=\"integer\" /><property name=\"address1_shippingmethodcode\" type=\"integer\" /><property name=\"disabledreason\" type=\"string\" /><property name=\"address2_name\" type=\"string\" /><property name=\"address2_utcoffset\" type=\"integer\" /><property name=\"stockexchange\" type=\"string\" /><property name=\"address2_fax\" type=\"string\" /><property name=\"address2_line3\" type=\"string\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"businessunitid\" type=\"string\" /><property name=\"description\" type=\"string\" /><property name=\"address1_city\" type=\"string\" /><property name=\"address1_name\" type=\"string\" /><property name=\"picture\" type=\"string\" /><property name=\"address1_addressid\" type=\"string\" /><property name=\"_calendarid_value\" type=\"string\" /><property name=\"address2_telephone2\" type=\"string\" /><property name=\"address2_postalcode\" type=\"string\" /><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_modifiedon_def\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"address1_telephone3\" type=\"string\" /><property name=\"_transactioncurrencyid_value\" type=\"string\" /><property name=\"_organizationid_value\" type=\"string\" /><property name=\"address2_latitude\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_address2_latitude_def\" /><property name=\"creditlimit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_creditlimit_def\" /><property name=\"address1_county\" type=\"string\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"address1_longitude\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_address1_longitude_def\" /><property name=\"address1_latitude\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_address1_latitude_def\" /><property name=\"emailaddress\" type=\"string\" /><property name=\"name\" type=\"string\" /><property name=\"address1_postalcode\" type=\"string\" /><property name=\"fileasname\" type=\"string\" /><property name=\"ftpsiteurl\" type=\"string\" /><property name=\"address1_fax\" type=\"string\" /><property name=\"websiteurl\" type=\"string\" /><property name=\"address2_addresstypecode\" type=\"integer\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"utcoffset\" type=\"integer\" /><property name=\"costcenter\" type=\"string\" /><property name=\"address1_postofficebox\" type=\"string\" /><property name=\"address1_line2\" type=\"string\" /><property name=\"address2_line1\" type=\"string\" /><property name=\"address1_upszone\" type=\"string\" /><property name=\"address2_county\" type=\"string\" /><property name=\"address2_city\" type=\"string\" /><property name=\"address1_country\" type=\"string\" /><property name=\"address1_addresstypecode\" type=\"integer\" /><property name=\"address1_utcoffset\" type=\"integer\" /><property name=\"address1_stateorprovince\" type=\"string\" /><property name=\"address1_line1\" type=\"string\" /><property name=\"address2_addressid\" type=\"string\" /><property name=\"_parentbusinessunitid_value\" type=\"string\" /><property name=\"address1_telephone1\" type=\"string\" /><property name=\"address2_country\" type=\"string\" /><property name=\"address2_telephone3\" type=\"string\" /><property name=\"isdisabled\" type=\"boolean\" /><property name=\"address2_postofficebox\" type=\"string\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_overriddencreatedon_def\" /><property name=\"inheritancemask\" type=\"integer\" /><property name=\"address2_telephone1\" type=\"string\" /><property name=\"address2_longitude\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_address2_longitude_def\" /><property name=\"exchangerate\" type=\"number\" /><property name=\"business_unit_knowledgearticle\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_knowledgearticle_def\" /><property name=\"business_unit_goal\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_goal_def\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"business_unit_workflow\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_workflow_def\" /><property name=\"business_unit_queues\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_queues_def\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"business_unit_annotations\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_annotations_def\" /><property name=\"business_unit_recurringappointmentmaster_activities\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_recurringappointmentmaster_activities_def\" /><property name=\"business_unit_socialprofiles\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_socialprofiles_def\" /><property name=\"business_unit_appointment_activities\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_appointment_activities_def\" /><property name=\"business_unit_activitypointer\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_activitypointer_def\" /><property name=\"business_unit_queues2\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_queues2_def\" /><property name=\"business_unit_email_activities\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_email_activities_def\" /><property name=\"business_unit_roles\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_roles_def\" /><property name=\"business_unit_teams\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_teams_def\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"BusinessUnit_DuplicateRules\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_BusinessUnit_DuplicateRules_def\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"business_unit_contacts\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_contacts_def\" /><property name=\"BusinessUnit_Imports\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_BusinessUnit_Imports_def\" /><property name=\"business_unit_system_users\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_system_users_def\" /><property name=\"BusinessUnit_ImportMaps\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_BusinessUnit_ImportMaps_def\" /><property name=\"parentbusinessunitid\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"business_unit_parent_business_unit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_parent_business_unit_def\" /><property name=\"business_unit_privilegecheckerrun\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_privilegecheckerrun_def\" /><property name=\"business_unit_desktopflowmodule\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_desktopflowmodule_def\" /><property name=\"business_unit_flowmachine\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_flowmachine_def\" /><property name=\"business_unit_flowmachinegroup\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_flowmachinegroup_def\" /><property name=\"business_unit_flowmachinenetwork\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_flowmachinenetwork_def\" /><property name=\"business_unit_workqueue\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_workqueue_def\" /><property name=\"business_unit_workqueueitem\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_workqueueitem_def\" /><property name=\"business_unit_flowsession\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_flowsession_def\" /><property name=\"business_unit_connectionreference\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_connectionreference_def\" /><property name=\"business_unit_connectioninstance\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_connectioninstance_def\" /><property name=\"business_unit_msdyn_aimodel\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_aimodel_def\" /><property name=\"business_unit_bot\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_bot_def\" /><property name=\"business_unit_botcomponentcollection\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_botcomponentcollection_def\" /><property name=\"business_unit_msdyn_kbattachment\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_kbattachment_def\" /><property name=\"business_unit_msdyn_mobileapp\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_mobileapp_def\" /><property name=\"business_unit_msdyn_pminferredtask\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_pminferredtask_def\" /><property name=\"business_unit_msdyn_pmrecording\" typeRef=\"Microsoft_Dynamics_CRM_businessunit_business_unit_msdyn_pmrecording_def\" /></object><string name=\"Microsoft_Dynamics_CRM_connectioninstance_solutionid_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_connectioninstance_createdon_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_componentidunique_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__ownerid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectorinternalid_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_connectioninstance_overriddencreatedon_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__connectorid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__createdby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectioninstance_versionnumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectioninstance_statuscode_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectionstatus_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectioninstance_timezoneruleversionnumber_def\" /><boolean name=\"Microsoft_Dynamics_CRM_connectioninstance_allowsharing_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectionversion_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__credentialid_value_def\" /><boolean name=\"Microsoft_Dynamics_CRM_connectioninstance_ismanaged_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__owninguser_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__owningteam_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__connectionreferenceid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectionparametersconfig_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectioninstanceid_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectioninstance_utcconversiontimezonecode_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__createdonbehalfby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectioninstance_componentstate_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectioninstancelogicalname_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__modifiedby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectioninstance_importsequencenumber_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_testconnectionlinks_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectioninstancedisplayname_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_accountname_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_connectioninstance_overwritetime_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__modifiedonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectionparametersetconfig_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_connectioninstance_modifiedon_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance__owningbusinessunit_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectioninternalid_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectioninstance_statecode_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_connectionmetadata_def\" /><string name=\"Microsoft_Dynamics_CRM_connectioninstance_iconuri_def\" /><object name=\"Microsoft_Dynamics_CRM_connectioninstance\"><property name=\"solutionid\" type=\"string\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_connectioninstance_createdon_def\" /><property name=\"componentidunique\" type=\"string\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"connectorinternalid\" type=\"string\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_connectioninstance_overriddencreatedon_def\" /><property name=\"_connectorid_value\" type=\"string\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"statuscode\" type=\"integer\" /><property name=\"connectionstatus\" type=\"string\" /><property name=\"timezoneruleversionnumber\" type=\"integer\" /><property name=\"allowsharing\" type=\"boolean\" /><property name=\"connectionversion\" type=\"string\" /><property name=\"_credentialid_value\" type=\"string\" /><property name=\"ismanaged\" type=\"boolean\" /><property name=\"_owninguser_value\" type=\"string\" /><property name=\"_owningteam_value\" type=\"string\" /><property name=\"_connectionreferenceid_value\" type=\"string\" /><property name=\"connectionparametersconfig\" type=\"string\" /><property name=\"connectioninstanceid\" type=\"string\" /><property name=\"utcconversiontimezonecode\" type=\"integer\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"componentstate\" type=\"integer\" /><property name=\"connectioninstancelogicalname\" type=\"string\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"testconnectionlinks\" type=\"string\" /><property name=\"connectioninstancedisplayname\" type=\"string\" /><property name=\"accountname\" type=\"string\" /><property name=\"overwritetime\" typeRef=\"Microsoft_Dynamics_CRM_connectioninstance_overwritetime_def\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"connectionparametersetconfig\" type=\"string\" /><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_connectioninstance_modifiedon_def\" /><property name=\"_owningbusinessunit_value\" type=\"string\" /><property name=\"connectioninternalid\" type=\"string\" /><property name=\"statecode\" type=\"integer\" /><property name=\"connectionmetadata\" type=\"string\" /><property name=\"iconuri\" type=\"string\" /><property name=\"iscustomizable\" typeRef=\"Microsoft_Dynamics_CRM_BooleanManagedProperty\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owninguser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owningteam\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"ownerid\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /><property name=\"owningbusinessunit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"connectionreferenceId\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference\" /></object><integer name=\"Microsoft_Dynamics_CRM_connectionreference_promptingbehavior_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_connectionreference_overriddencreatedon_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__owningteam_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectionreference_componentstate_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_connectionreference_createdon_def\" /><boolean name=\"Microsoft_Dynamics_CRM_connectionreference_ismanaged_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__customconnectorid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectionreference_utcconversiontimezonecode_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectionreference_timezoneruleversionnumber_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__modifiedonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__ownerid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference_solutionid_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectionreference_statecode_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__owninguser_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference_connectorid_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectionreference_importsequencenumber_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference_connectionreferencelogicalname_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference_description_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__createdby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference_connectionreferencedisplayname_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__modifiedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__owningbusinessunit_value_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference__createdonbehalfby_value_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_connectionreference_overwritetime_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference_connectionid_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectionreference_versionnumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_connectionreference_statuscode_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference_connectionreferenceid_def\" /><string name=\"Microsoft_Dynamics_CRM_connectionreference_componentidunique_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_connectionreference_modifiedon_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_connectioninstance\" name=\"Microsoft_Dynamics_CRM_connectionreference_connectionreference_connectioninstance_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_msdyn_aiconfiguration\" name=\"Microsoft_Dynamics_CRM_connectionreference_msdyn_AIConfiguration_ConnectionReference_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_bot\" name=\"Microsoft_Dynamics_CRM_connectionreference_bot_connectionreference_def\" /><object name=\"Microsoft_Dynamics_CRM_connectionreference\"><property name=\"iscustomizable\" typeRef=\"Microsoft_Dynamics_CRM_BooleanManagedProperty\" /><property name=\"promptingbehavior\" type=\"integer\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference_overriddencreatedon_def\" /><property name=\"_owningteam_value\" type=\"string\" /><property name=\"componentstate\" type=\"integer\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference_createdon_def\" /><property name=\"ismanaged\" type=\"boolean\" /><property name=\"_customconnectorid_value\" type=\"string\" /><property name=\"utcconversiontimezonecode\" type=\"integer\" /><property name=\"timezoneruleversionnumber\" type=\"integer\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"solutionid\" type=\"string\" /><property name=\"statecode\" type=\"integer\" /><property name=\"_owninguser_value\" type=\"string\" /><property name=\"connectorid\" type=\"string\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"connectionreferencelogicalname\" type=\"string\" /><property name=\"description\" type=\"string\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"connectionreferencedisplayname\" type=\"string\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"_owningbusinessunit_value\" type=\"string\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"overwritetime\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference_overwritetime_def\" /><property name=\"connectionid\" type=\"string\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"statuscode\" type=\"integer\" /><property name=\"connectionreferenceid\" type=\"string\" /><property name=\"componentidunique\" type=\"string\" /><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference_modifiedon_def\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owninguser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owningteam\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"ownerid\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /><property name=\"owningbusinessunit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"connectionreference_connectioninstance\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference_connectionreference_connectioninstance_def\" /><property name=\"msdyn_AIConfiguration_ConnectionReference\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference_msdyn_AIConfiguration_ConnectionReference_def\" /><property name=\"bot_connectionreference\" typeRef=\"Microsoft_Dynamics_CRM_connectionreference_bot_connectionreference_def\" /></object><integer name=\"Microsoft_Dynamics_CRM_contact_onholdtime_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_contact_address3_latitude_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_contact_address1_longitude_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_customersizecode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_name_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__createdbyexternalparty_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_adx_timezone_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_governmentid_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_assistantname_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_confirmremovepassword_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_creditlimit_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_participatesinworkflow_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_identity_twofactorenabled_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_aging60_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_entityimage_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_createdon_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__modifiedbyexternalparty_value_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_line3_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_adx_identity_lastsuccessfullogin_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_exchangerate_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_contact_address2_longitude_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_contact_address1_latitude_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address1_addresstypecode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_middlename_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_anniversary_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_birthdate_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_marketingonly_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_subscriptionid_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_identity_logonenabled_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_contact_address2_latitude_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__parentcustomerid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_telephone2_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_line2_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_telephone1_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_haschildrencode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_upszone_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_traversedpath_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_modifiedon_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_leadsourcecode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_pager_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_aging90_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_line3_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_county_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__transactioncurrencyid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address2_freighttermscode_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_versionnumber_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_emailaddress3_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_modifiedbyusername_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_county_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__masterid_value_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_aging90_base_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__createdonbehalfby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_paymenttermscode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_primarycontactname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_composite_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_addressid_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_salutation_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_aging60_base_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address2_utcoffset_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_profilealertinstructions_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_identity_newpassword_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_websiteurl_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_employeeid_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_createdbyusername_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_spousesname_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_adx_profilealertdate_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_processid_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_timespentbymeonemailandmeetings_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_entityimage_url_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address3_shippingmethodcode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_ftpsiteurl_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_name_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_msdyn_isminorwithparentalconsent_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_timezoneruleversionnumber_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_creditonhold_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_postalcode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_fax_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_firstname_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_lastusedincampaign_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_yomifirstname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_callback_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_fax_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_composite_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_line1_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_preferredappointmentdaycode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_line1_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_primarycontactname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__parentcontactid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_mobilephone_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_suffix_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_identity_locallogindisabled_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_aging30_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_telephone1_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_jobtitle_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_stateorprovince_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_statuscode_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_identity_lockoutenabled_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_telephone2_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_yomilastname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_entityimageid_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_msdyn_disablewebtracking_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_aging30_base_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address2_addresstypecode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_line1_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__slaid_value_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_donotphone_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_followemail_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_educationcode_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_isbackofficecustomer_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_telephone3_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_nickname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_childrensnames_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__owninguser_value_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_profileisanonymous_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__owningteam_value_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_donotemail_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__accountid_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address1_freighttermscode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_city_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_customertypecode_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address1_shippingmethodcode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__createdby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address1_utcoffset_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_telephone2_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_annualincome_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_yomimiddlename_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_stageid_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_donotbulkpostalmail_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_publicprofilecopy_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_donotsendmm_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_numberofchildren_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_contactid_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_createdbyipaddress_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_telephone1_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address2_shippingmethodcode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_stateorprovince_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_accountrolecode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_assistantphone_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_donotpostalmail_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_yomifullname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_name_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_country_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_upszone_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_telephone2_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_identity_mobilephoneconfirmed_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_msdyn_portaltermsagreementdate_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_telephone3_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_fax_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_gendercode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_telephone1_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__ownerid_value_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_merged_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_postofficebox_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_utcconversiontimezonecode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_telephone3_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_emailaddress1_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_lastonholdtime_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_country_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_statecode_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_mspp_userpreferredlcid_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_identity_passwordhash_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__msa_managingpartnerid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__preferredsystemuserid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_county_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_fullname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__modifiedonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_description_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_line3_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_company_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_adx_identity_accessfailedcount_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_identity_emailaddress1confirmed_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_emailaddress2_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_fax_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__modifiedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_identity_username_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_importsequencenumber_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_overriddencreatedon_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__slainvokedid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_lastname_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address3_addresstypecode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_primarycontactname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_managername_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_msdyn_isminor_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_preferredappointmenttimecode_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_donotfax_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_annualincome_base_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_stateorprovince_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_department_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_business2_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_addressid_def\" /><number name=\"Microsoft_Dynamics_CRM_contact_creditlimit_base_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_managerphone_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_adx_identity_lockoutenddate_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_organizationname_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_composite_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_city_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_addressid_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_familystatuscode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_telephone3_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_territorycode_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_entityimage_timestamp_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address3_freighttermscode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_identity_securitystamp_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_shippingmethodcode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_city_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_preferredcontactmethodcode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_postofficebox_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_adx_profilemodifiedon_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_contact_adx_profilelastactivity_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_externaluseridentifier_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_donotbulkemail_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address1_line2_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_upszone_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_home2_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_postalcode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_postofficebox_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_postalcode_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address3_country_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_adx_modifiedbyipaddress_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_address3_utcoffset_def\" /><integer name=\"Microsoft_Dynamics_CRM_contact_adx_preferredlcid_def\" /><string name=\"Microsoft_Dynamics_CRM_contact_address2_line2_def\" /><string name=\"Microsoft_Dynamics_CRM_contact__owningbusinessunit_value_def\" /><boolean name=\"Microsoft_Dynamics_CRM_contact_adx_profilealert_def\" /><untypedObject name=\"Microsoft_Dynamics_CRM_contact_address3_longitude_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_activitypointer\" name=\"Microsoft_Dynamics_CRM_contact_Contact_ActivityPointers_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_annotation\" name=\"Microsoft_Dynamics_CRM_contact_Contact_Annotation_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_contact\" name=\"Microsoft_Dynamics_CRM_contact_contact_master_contact_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_email\" name=\"Microsoft_Dynamics_CRM_contact_Contact_Email_EmailSender_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_socialprofile\" name=\"Microsoft_Dynamics_CRM_contact_Socialprofile_customer_contacts_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_appointment\" name=\"Microsoft_Dynamics_CRM_contact_Contact_Appointments_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_recurringappointmentmaster\" name=\"Microsoft_Dynamics_CRM_contact_Contact_RecurringAppointmentMasters_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_contact\" name=\"Microsoft_Dynamics_CRM_contact_contact_customer_contacts_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_email\" name=\"Microsoft_Dynamics_CRM_contact_Contact_Emails_def\" /><array typeRef=\"Microsoft_Dynamics_CRM_activityparty\" name=\"Microsoft_Dynamics_CRM_contact_contact_activity_parties_def\" /><object name=\"Microsoft_Dynamics_CRM_contact\"><property name=\"onholdtime\" type=\"integer\" /><property name=\"address3_latitude\" typeRef=\"Microsoft_Dynamics_CRM_contact_address3_latitude_def\" /><property name=\"address1_longitude\" typeRef=\"Microsoft_Dynamics_CRM_contact_address1_longitude_def\" /><property name=\"customersizecode\" type=\"integer\" /><property name=\"address2_name\" type=\"string\" /><property name=\"_createdbyexternalparty_value\" type=\"string\" /><property name=\"adx_timezone\" type=\"integer\" /><property name=\"governmentid\" type=\"string\" /><property name=\"assistantname\" type=\"string\" /><property name=\"adx_confirmremovepassword\" type=\"boolean\" /><property name=\"creditlimit\" type=\"number\" /><property name=\"participatesinworkflow\" type=\"boolean\" /><property name=\"adx_identity_twofactorenabled\" type=\"boolean\" /><property name=\"aging60\" type=\"number\" /><property name=\"entityimage\" type=\"string\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_contact_createdon_def\" /><property name=\"_modifiedbyexternalparty_value\" type=\"string\" /><property name=\"address2_line3\" type=\"string\" /><property name=\"adx_identity_lastsuccessfullogin\" typeRef=\"Microsoft_Dynamics_CRM_contact_adx_identity_lastsuccessfullogin_def\" /><property name=\"exchangerate\" type=\"number\" /><property name=\"address2_longitude\" typeRef=\"Microsoft_Dynamics_CRM_contact_address2_longitude_def\" /><property name=\"address1_latitude\" typeRef=\"Microsoft_Dynamics_CRM_contact_address1_latitude_def\" /><property name=\"address1_addresstypecode\" type=\"integer\" /><property name=\"middlename\" type=\"string\" /><property name=\"anniversary\" type=\"string\" /><property name=\"birthdate\" type=\"string\" /><property name=\"marketingonly\" type=\"boolean\" /><property name=\"subscriptionid\" type=\"string\" /><property name=\"adx_identity_logonenabled\" type=\"boolean\" /><property name=\"address2_latitude\" typeRef=\"Microsoft_Dynamics_CRM_contact_address2_latitude_def\" /><property name=\"_parentcustomerid_value\" type=\"string\" /><property name=\"address3_telephone2\" type=\"string\" /><property name=\"address3_line2\" type=\"string\" /><property name=\"address2_telephone1\" type=\"string\" /><property name=\"haschildrencode\" type=\"integer\" /><property name=\"address2_upszone\" type=\"string\" /><property name=\"traversedpath\" type=\"string\" /><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_contact_modifiedon_def\" /><property name=\"leadsourcecode\" type=\"integer\" /><property name=\"pager\" type=\"string\" /><property name=\"aging90\" type=\"number\" /><property name=\"address3_line3\" type=\"string\" /><property name=\"address2_county\" type=\"string\" /><property name=\"_transactioncurrencyid_value\" type=\"string\" /><property name=\"address2_freighttermscode\" type=\"integer\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"emailaddress3\" type=\"string\" /><property name=\"adx_modifiedbyusername\" type=\"string\" /><property name=\"address1_county\" type=\"string\" /><property name=\"_masterid_value\" type=\"string\" /><property name=\"aging90_base\" type=\"number\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"paymenttermscode\" type=\"integer\" /><property name=\"address2_primarycontactname\" type=\"string\" /><property name=\"address2_composite\" type=\"string\" /><property name=\"address1_addressid\" type=\"string\" /><property name=\"salutation\" type=\"string\" /><property name=\"aging60_base\" type=\"number\" /><property name=\"address2_utcoffset\" type=\"integer\" /><property name=\"adx_profilealertinstructions\" type=\"string\" /><property name=\"adx_identity_newpassword\" type=\"string\" /><property name=\"websiteurl\" type=\"string\" /><property name=\"employeeid\" type=\"string\" /><property name=\"adx_createdbyusername\" type=\"string\" /><property name=\"spousesname\" type=\"string\" /><property name=\"adx_profilealertdate\" typeRef=\"Microsoft_Dynamics_CRM_contact_adx_profilealertdate_def\" /><property name=\"processid\" type=\"string\" /><property name=\"timespentbymeonemailandmeetings\" type=\"string\" /><property name=\"entityimage_url\" type=\"string\" /><property name=\"address3_shippingmethodcode\" type=\"integer\" /><property name=\"ftpsiteurl\" type=\"string\" /><property name=\"address1_name\" type=\"string\" /><property name=\"msdyn_isminorwithparentalconsent\" type=\"boolean\" /><property name=\"timezoneruleversionnumber\" type=\"integer\" /><property name=\"creditonhold\" type=\"boolean\" /><property name=\"address1_postalcode\" type=\"string\" /><property name=\"address1_fax\" type=\"string\" /><property name=\"firstname\" type=\"string\" /><property name=\"lastusedincampaign\" typeRef=\"Microsoft_Dynamics_CRM_contact_lastusedincampaign_def\" /><property name=\"yomifirstname\" type=\"string\" /><property name=\"callback\" type=\"string\" /><property name=\"address3_fax\" type=\"string\" /><property name=\"address1_composite\" type=\"string\" /><property name=\"address1_line1\" type=\"string\" /><property name=\"preferredappointmentdaycode\" type=\"integer\" /><property name=\"address2_line1\" type=\"string\" /><property name=\"address3_primarycontactname\" type=\"string\" /><property name=\"_parentcontactid_value\" type=\"string\" /><property name=\"mobilephone\" type=\"string\" /><property name=\"suffix\" type=\"string\" /><property name=\"adx_identity_locallogindisabled\" type=\"boolean\" /><property name=\"aging30\" type=\"number\" /><property name=\"address1_telephone1\" type=\"string\" /><property name=\"jobtitle\" type=\"string\" /><property name=\"address1_stateorprovince\" type=\"string\" /><property name=\"statuscode\" type=\"integer\" /><property name=\"adx_identity_lockoutenabled\" type=\"boolean\" /><property name=\"address1_telephone2\" type=\"string\" /><property name=\"yomilastname\" type=\"string\" /><property name=\"entityimageid\" type=\"string\" /><property name=\"msdyn_disablewebtracking\" type=\"boolean\" /><property name=\"aging30_base\" type=\"number\" /><property name=\"address2_addresstypecode\" type=\"integer\" /><property name=\"address3_line1\" type=\"string\" /><property name=\"_slaid_value\" type=\"string\" /><property name=\"donotphone\" type=\"boolean\" /><property name=\"followemail\" type=\"boolean\" /><property name=\"educationcode\" type=\"integer\" /><property name=\"isbackofficecustomer\" type=\"boolean\" /><property name=\"address3_telephone3\" type=\"string\" /><property name=\"nickname\" type=\"string\" /><property name=\"childrensnames\" type=\"string\" /><property name=\"_owninguser_value\" type=\"string\" /><property name=\"adx_profileisanonymous\" type=\"boolean\" /><property name=\"_owningteam_value\" type=\"string\" /><property name=\"donotemail\" type=\"boolean\" /><property name=\"_accountid_value\" type=\"string\" /><property name=\"address1_freighttermscode\" type=\"integer\" /><property name=\"address1_city\" type=\"string\" /><property name=\"customertypecode\" type=\"integer\" /><property name=\"address1_shippingmethodcode\" type=\"integer\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"address1_utcoffset\" type=\"integer\" /><property name=\"address2_telephone2\" type=\"string\" /><property name=\"annualincome\" type=\"number\" /><property name=\"yomimiddlename\" type=\"string\" /><property name=\"stageid\" type=\"string\" /><property name=\"donotbulkpostalmail\" type=\"boolean\" /><property name=\"adx_publicprofilecopy\" type=\"string\" /><property name=\"donotsendmm\" type=\"boolean\" /><property name=\"numberofchildren\" type=\"integer\" /><property name=\"contactid\" type=\"string\" /><property name=\"adx_createdbyipaddress\" type=\"string\" /><property name=\"telephone1\" type=\"string\" /><property name=\"address2_shippingmethodcode\" type=\"integer\" /><property name=\"address2_stateorprovince\" type=\"string\" /><property name=\"accountrolecode\" type=\"integer\" /><property name=\"assistantphone\" type=\"string\" /><property name=\"donotpostalmail\" type=\"boolean\" /><property name=\"yomifullname\" type=\"string\" /><property name=\"address3_name\" type=\"string\" /><property name=\"address2_country\" type=\"string\" /><property name=\"address1_upszone\" type=\"string\" /><property name=\"telephone2\" type=\"string\" /><property name=\"adx_identity_mobilephoneconfirmed\" type=\"boolean\" /><property name=\"msdyn_portaltermsagreementdate\" typeRef=\"Microsoft_Dynamics_CRM_contact_msdyn_portaltermsagreementdate_def\" /><property name=\"address1_telephone3\" type=\"string\" /><property name=\"fax\" type=\"string\" /><property name=\"gendercode\" type=\"integer\" /><property name=\"address3_telephone1\" type=\"string\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"merged\" type=\"boolean\" /><property name=\"address2_postofficebox\" type=\"string\" /><property name=\"utcconversiontimezonecode\" type=\"integer\" /><property name=\"telephone3\" type=\"string\" /><property name=\"emailaddress1\" type=\"string\" /><property name=\"lastonholdtime\" typeRef=\"Microsoft_Dynamics_CRM_contact_lastonholdtime_def\" /><property name=\"address1_country\" type=\"string\" /><property name=\"statecode\" type=\"integer\" /><property name=\"mspp_userpreferredlcid\" type=\"integer\" /><property name=\"adx_identity_passwordhash\" type=\"string\" /><property name=\"_msa_managingpartnerid_value\" type=\"string\" /><property name=\"_preferredsystemuserid_value\" type=\"string\" /><property name=\"address3_county\" type=\"string\" /><property name=\"fullname\" type=\"string\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"description\" type=\"string\" /><property name=\"address1_line3\" type=\"string\" /><property name=\"company\" type=\"string\" /><property name=\"adx_identity_accessfailedcount\" type=\"integer\" /><property name=\"adx_identity_emailaddress1confirmed\" type=\"boolean\" /><property name=\"emailaddress2\" type=\"string\" /><property name=\"address2_fax\" type=\"string\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"adx_identity_username\" type=\"string\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_contact_overriddencreatedon_def\" /><property name=\"_slainvokedid_value\" type=\"string\" /><property name=\"lastname\" type=\"string\" /><property name=\"address3_addresstypecode\" type=\"integer\" /><property name=\"address1_primarycontactname\" type=\"string\" /><property name=\"managername\" type=\"string\" /><property name=\"msdyn_isminor\" type=\"boolean\" /><property name=\"preferredappointmenttimecode\" type=\"integer\" /><property name=\"donotfax\" type=\"boolean\" /><property name=\"annualincome_base\" type=\"number\" /><property name=\"address3_stateorprovince\" type=\"string\" /><property name=\"department\" type=\"string\" /><property name=\"business2\" type=\"string\" /><property name=\"address2_addressid\" type=\"string\" /><property name=\"creditlimit_base\" type=\"number\" /><property name=\"managerphone\" type=\"string\" /><property name=\"adx_identity_lockoutenddate\" typeRef=\"Microsoft_Dynamics_CRM_contact_adx_identity_lockoutenddate_def\" /><property name=\"adx_organizationname\" type=\"string\" /><property name=\"address3_composite\" type=\"string\" /><property name=\"address2_city\" type=\"string\" /><property name=\"address3_addressid\" type=\"string\" /><property name=\"familystatuscode\" type=\"integer\" /><property name=\"address2_telephone3\" type=\"string\" /><property name=\"territorycode\" type=\"integer\" /><property name=\"entityimage_timestamp\" type=\"integer\" /><property name=\"address3_freighttermscode\" type=\"integer\" /><property name=\"adx_identity_securitystamp\" type=\"string\" /><property name=\"shippingmethodcode\" type=\"integer\" /><property name=\"address3_city\" type=\"string\" /><property name=\"preferredcontactmethodcode\" type=\"integer\" /><property name=\"address1_postofficebox\" type=\"string\" /><property name=\"adx_profilemodifiedon\" typeRef=\"Microsoft_Dynamics_CRM_contact_adx_profilemodifiedon_def\" /><property name=\"adx_profilelastactivity\" typeRef=\"Microsoft_Dynamics_CRM_contact_adx_profilelastactivity_def\" /><property name=\"externaluseridentifier\" type=\"string\" /><property name=\"donotbulkemail\" type=\"boolean\" /><property name=\"address1_line2\" type=\"string\" /><property name=\"address3_upszone\" type=\"string\" /><property name=\"home2\" type=\"string\" /><property name=\"address3_postalcode\" type=\"string\" /><property name=\"address3_postofficebox\" type=\"string\" /><property name=\"address2_postalcode\" type=\"string\" /><property name=\"address3_country\" type=\"string\" /><property name=\"adx_modifiedbyipaddress\" type=\"string\" /><property name=\"address3_utcoffset\" type=\"integer\" /><property name=\"adx_preferredlcid\" type=\"integer\" /><property name=\"address2_line2\" type=\"string\" /><property name=\"_owningbusinessunit_value\" type=\"string\" /><property name=\"adx_profilealert\" type=\"boolean\" /><property name=\"address3_longitude\" typeRef=\"Microsoft_Dynamics_CRM_contact_address3_longitude_def\" /><property name=\"Contact_ActivityPointers\" typeRef=\"Microsoft_Dynamics_CRM_contact_Contact_ActivityPointers_def\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"Contact_Annotation\" typeRef=\"Microsoft_Dynamics_CRM_contact_Contact_Annotation_def\" /><property name=\"masterid\" typeRef=\"Microsoft_Dynamics_CRM_contact\" /><property name=\"contact_master_contact\" typeRef=\"Microsoft_Dynamics_CRM_contact_contact_master_contact_def\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"Contact_Email_EmailSender\" typeRef=\"Microsoft_Dynamics_CRM_contact_Contact_Email_EmailSender_def\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"Socialprofile_customer_contacts\" typeRef=\"Microsoft_Dynamics_CRM_contact_Socialprofile_customer_contacts_def\" /><property name=\"owningbusinessunit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /><property name=\"owningteam\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"preferredsystemuserid\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"Contact_Appointments\" typeRef=\"Microsoft_Dynamics_CRM_contact_Contact_Appointments_def\" /><property name=\"owninguser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"ownerid\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /><property name=\"Contact_RecurringAppointmentMasters\" typeRef=\"Microsoft_Dynamics_CRM_contact_Contact_RecurringAppointmentMasters_def\" /><property name=\"parentcustomerid_contact\" typeRef=\"Microsoft_Dynamics_CRM_contact\" /><property name=\"contact_customer_contacts\" typeRef=\"Microsoft_Dynamics_CRM_contact_contact_customer_contacts_def\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"Contact_Emails\" typeRef=\"Microsoft_Dynamics_CRM_contact_Contact_Emails_def\" /><property name=\"contact_activity_parties\" typeRef=\"Microsoft_Dynamics_CRM_contact_contact_activity_parties_def\" /></object><dateTimeString name=\"Microsoft_Dynamics_CRM_desktopflowmodule_modifiedon_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule_data_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule__createdby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_desktopflowmodule_timezoneruleversionnumber_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule__modifiedonbehalfby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_desktopflowmodule_versionnumber_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule__modifiedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule__createdonbehalfby_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_desktopflowmodule_type_def\" /><integer name=\"Microsoft_Dynamics_CRM_desktopflowmodule_componentstate_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule_description_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_desktopflowmodule_overwritetime_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_desktopflowmodule_overriddencreatedon_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule_name_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule_data_name_def\" /><integer name=\"Microsoft_Dynamics_CRM_desktopflowmodule_statuscode_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule__owninguser_value_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule_solutionid_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule_desktopflowmoduleid_def\" /><boolean name=\"Microsoft_Dynamics_CRM_desktopflowmodule_ismanaged_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule__owningbusinessunit_value_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_desktopflowmodule_createdon_def\" /><integer name=\"Microsoft_Dynamics_CRM_desktopflowmodule_importsequencenumber_def\" /><integer name=\"Microsoft_Dynamics_CRM_desktopflowmodule_utcconversiontimezonecode_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule__owningteam_value_def\" /><integer name=\"Microsoft_Dynamics_CRM_desktopflowmodule_statecode_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule_componentidunique_def\" /><string name=\"Microsoft_Dynamics_CRM_desktopflowmodule__ownerid_value_def\" /><object name=\"Microsoft_Dynamics_CRM_desktopflowmodule\"><property name=\"modifiedon\" typeRef=\"Microsoft_Dynamics_CRM_desktopflowmodule_modifiedon_def\" /><property name=\"data\" type=\"string\" /><property name=\"_createdby_value\" type=\"string\" /><property name=\"timezoneruleversionnumber\" type=\"integer\" /><property name=\"_modifiedonbehalfby_value\" type=\"string\" /><property name=\"versionnumber\" type=\"integer\" /><property name=\"_modifiedby_value\" type=\"string\" /><property name=\"_createdonbehalfby_value\" type=\"string\" /><property name=\"type\" type=\"integer\" /><property name=\"componentstate\" type=\"integer\" /><property name=\"description\" type=\"string\" /><property name=\"overwritetime\" typeRef=\"Microsoft_Dynamics_CRM_desktopflowmodule_overwritetime_def\" /><property name=\"overriddencreatedon\" typeRef=\"Microsoft_Dynamics_CRM_desktopflowmodule_overriddencreatedon_def\" /><property name=\"name\" type=\"string\" /><property name=\"data_name\" type=\"string\" /><property name=\"statuscode\" type=\"integer\" /><property name=\"_owninguser_value\" type=\"string\" /><property name=\"solutionid\" type=\"string\" /><property name=\"desktopflowmoduleid\" type=\"string\" /><property name=\"ismanaged\" type=\"boolean\" /><property name=\"_owningbusinessunit_value\" type=\"string\" /><property name=\"iscustomizable\" typeRef=\"Microsoft_Dynamics_CRM_BooleanManagedProperty\" /><property name=\"createdon\" typeRef=\"Microsoft_Dynamics_CRM_desktopflowmodule_createdon_def\" /><property name=\"importsequencenumber\" type=\"integer\" /><property name=\"utcconversiontimezonecode\" type=\"integer\" /><property name=\"_owningteam_value\" type=\"string\" /><property name=\"statecode\" type=\"integer\" /><property name=\"componentidunique\" type=\"string\" /><property name=\"_ownerid_value\" type=\"string\" /><property name=\"createdby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"createdonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"modifiedonbehalfby\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owninguser\" typeRef=\"Microsoft_Dynamics_CRM_systemuser\" /><property name=\"owningteam\" typeRef=\"Microsoft_Dynamics_CRM_team\" /><property name=\"ownerid\" typeRef=\"Microsoft_Dynamics_CRM_principal\" /><property name=\"owningbusinessunit\" typeRef=\"Microsoft_Dynamics_CRM_businessunit\" /></object><string name=\"Microsoft_Dynamics_CRM_duplicaterule__ownerid_value_def\" /><string name=\"Microsoft_Dynamics_CRM_duplicaterule_solutionid_def\" /><integer name=\"Microsoft_Dynamics_CRM_duplicaterule_statuscode_def\" /><dateTimeString name=\"Microsoft_Dynamics_CRM_duplicaterule_modifiedon_def\" /><string name=\"Microsoft_Dynamics_CRM_duplicaterule_baseentityname_def\" /><string name=\"Microsoft_Dynamics_CRM_duplicaterule_matchingentityname_def\" /><string name=\"Microsoft_Dynamics_CRM_duplicaterule_duplicateruleid_def\" /><integer name=\"Microsoft_Dynamics_CRM_duplicaterule_baseentitytypecode_def\" /><string name=\"Microsoft_Dynamics_CRM_duplicaterule__createdonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_duplicaterule__modifiedby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_duplicaterule__modifiedonbehalfby_value_def\" /><string name=\"Microsoft_Dynamics_CRM_duplicaterule_matchingentitymatchcodetable
Download .txt
Showing preview only (297K chars total). Download the full file or copy to clipboard to get everything.
gitextract_84etpxc7/

├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── creator-kit-bug-report.md
│   │   └── creator-kit-feature-request.md
│   └── workflows/
│       └── sync-to-azdo.yml
├── .gitignore
├── CODE_OF_CONDUCT.md
├── CreatorKitAI/
│   ├── SolutionPackage/
│   │   ├── .gitignore
│   │   ├── CreatorKitAI.cdsproj
│   │   └── src/
│   │       ├── CanvasApps/
│   │       │   ├── cat_creatorkitaireferenceapp_8ea0d.meta.xml
│   │       │   ├── cat_creatorkitaireferenceapp_8ea0d_AdditionalUris0_identity.json
│   │       │   ├── cat_creatorkitaireferenceapp_8ea0d_BackgroundImageUri
│   │       │   ├── cat_creatorkitaireferenceapp_8ea0d_DocumentUri.msapp
│   │       │   └── src/
│   │       │       └── cat_creatorkitaireferenceapp_8ea0d/
│   │       │           ├── Assets/
│   │       │           │   └── SampleImage.json
│   │       │           ├── CanvasManifest.json
│   │       │           ├── ComponentReferences.json
│   │       │           ├── Connections/
│   │       │           │   └── Connections.json
│   │       │           ├── ControlTemplates.json
│   │       │           ├── DataSources/
│   │       │           │   ├── 43b0dc67-68af-47ae-9a9c-9e69d396ba3e.json
│   │       │           │   ├── AI Anomaly.json
│   │       │           │   ├── AI Chart.json
│   │       │           │   ├── AI Define.json
│   │       │           │   ├── AI Describe Image.json
│   │       │           │   ├── AI Diff Image.json
│   │       │           │   ├── AI Emoji.json
│   │       │           │   ├── AI Expand.json
│   │       │           │   ├── AI Extract Categories.json
│   │       │           │   ├── AI Fields from Image.json
│   │       │           │   ├── AI Flowchart.json
│   │       │           │   ├── AI Generate Headline.json
│   │       │           │   ├── AI Generate Suggestions.json
│   │       │           │   ├── AI Monochromatic Colors.json
│   │       │           │   ├── AI Personalized Response.json
│   │       │           │   ├── AI QnA Generator.json
│   │       │           │   ├── AI Rating.json
│   │       │           │   ├── AI Redact.json
│   │       │           │   ├── AI Reply.json
│   │       │           │   ├── AI Rewrite.json
│   │       │           │   ├── AI Synonyms.json
│   │       │           │   ├── AI Translate.json
│   │       │           │   ├── AIFieldsFromImageResultCol.json
│   │       │           │   ├── Canvas Apps.json
│   │       │           │   ├── Custom API Request Parameters.json
│   │       │           │   ├── Custom APIs.json
│   │       │           │   ├── CustomGallerySample.json
│   │       │           │   ├── LegendSample.json
│   │       │           │   ├── PieChartSample.json
│   │       │           │   ├── QnACollection.json
│   │       │           │   ├── QnAIndexCollection.json
│   │       │           │   ├── Samples.json
│   │       │           │   ├── aiChartResponse.json
│   │       │           │   ├── categoriesResult.json
│   │       │           │   ├── colCategory.json
│   │       │           │   ├── colChatMessages.json
│   │       │           │   └── colDetails.json
│   │       │           ├── Entropy/
│   │       │           │   ├── AppCheckerResult.sarif
│   │       │           │   ├── Entropy.json
│   │       │           │   └── checksum.json
│   │       │           ├── Other/
│   │       │           │   ├── .gitignore
│   │       │           │   ├── References/
│   │       │           │   │   ├── ModernThemes.json
│   │       │           │   │   └── QualifiedValues.json
│   │       │           │   └── Resources/
│   │       │           │       └── Controls/
│   │       │           │           ├── PowerCAT.AITeachingPopover.bundle.js
│   │       │           │           ├── PowerCAT.APICaller.bundle.js
│   │       │           │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │           │           ├── PowerCAT.DonutChart.bundle.js
│   │       │           │           ├── PowerCAT.FluentAIAssistant.bundle.js
│   │       │           │           ├── PowerCAT.FluentAIOutputCard.bundle.js
│   │       │           │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │           │           ├── PowerCAT.Icon.bundle.js
│   │       │           │           ├── PowerCAT.Mermaid.bundle.js
│   │       │           │           ├── PowerCAT.Nav.bundle.js
│   │       │           │           ├── PowerCAT.TagList.bundle.js
│   │       │           │           ├── css/
│   │       │           │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │           │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │           │           └── strings/
│   │       │           │               ├── PowerCAT.AITeachingPopover.AITeachingPopover.1033.json
│   │       │           │               ├── PowerCAT.AITeachingPopover.AITeachingPopover.1033.resx
│   │       │           │               ├── PowerCAT.APICaller.APICaller.1033.json
│   │       │           │               ├── PowerCAT.APICaller.APICaller.1033.resx
│   │       │           │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │           │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │           │               ├── PowerCAT.DonutChart.DonutChart.1033.json
│   │       │           │               ├── PowerCAT.DonutChart.DonutChart.1033.resx
│   │       │           │               ├── PowerCAT.FluentAIAssistant.FluentAIAssistant.1033.json
│   │       │           │               ├── PowerCAT.FluentAIAssistant.FluentAIAssistant.1033.resx
│   │       │           │               ├── PowerCAT.FluentAIOutputCard.OutputCard.1033.json
│   │       │           │               ├── PowerCAT.FluentAIOutputCard.OutputCard.1033.resx
│   │       │           │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │           │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │           │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │           │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │           │               ├── PowerCAT.Mermaid.Mermaid.1033.json
│   │       │           │               ├── PowerCAT.Mermaid.Mermaid.1033.resx
│   │       │           │               ├── PowerCAT.Nav.FluentNav.1033.json
│   │       │           │               ├── PowerCAT.Nav.FluentNav.1033.resx
│   │       │           │               ├── PowerCAT.TagList.TagList.1033.json
│   │       │           │               └── PowerCAT.TagList.TagList.1033.resx
│   │       │           ├── Src/
│   │       │           │   ├── AIAssistant Screen.fx.yaml
│   │       │           │   ├── App.fx.yaml
│   │       │           │   ├── Components/
│   │       │           │   │   ├── AIEmoji.fx.yaml
│   │       │           │   │   ├── AIEmoji.json
│   │       │           │   │   ├── Component1.fx.yaml
│   │       │           │   │   ├── Component1.json
│   │       │           │   │   ├── IDScanner.fx.yaml
│   │       │           │   │   └── IDScanner.json
│   │       │           │   ├── EditorState/
│   │       │           │   │   ├── AIAssistant Screen.editorstate.json
│   │       │           │   │   ├── AIEmoji.editorstate.json
│   │       │           │   │   ├── App.editorstate.json
│   │       │           │   │   ├── Component1.editorstate.json
│   │       │           │   │   ├── Home Screen.editorstate.json
│   │       │           │   │   ├── IDScanner.editorstate.json
│   │       │           │   │   └── NoCredit Screen.editorstate.json
│   │       │           │   ├── Home Screen.fx.yaml
│   │       │           │   ├── NoCredit Screen.fx.yaml
│   │       │           │   └── Themes.json
│   │       │           └── pkgs/
│   │       │               ├── PcfControlTemplates/
│   │       │               │   ├── AI Output Card_0.0.32.json
│   │       │               │   ├── AI Teaching popover_0.0.42.json
│   │       │               │   ├── APICaller %28%25VERSION%25%29_0.0.23.json
│   │       │               │   ├── Auto Width Label %281.1.39%29_1.1.39.json
│   │       │               │   ├── Button_0.0.43.json
│   │       │               │   ├── Dropdown_0.0.44.json
│   │       │               │   ├── Fluent Details List %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Donut Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Icon %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Nav %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Tag List %281.1.39%29_1.1.39.json
│   │       │               │   ├── FluentAI Assistance %280.0.9%29_0.0.9.json
│   │       │               │   ├── Header_0.0.41.json
│   │       │               │   ├── Link_0.0.40.json
│   │       │               │   ├── Mermaid_0.0.1.json
│   │       │               │   ├── Table_1.0.234.json
│   │       │               │   ├── Text input_0.0.49.json
│   │       │               │   └── Text_0.0.43.json
│   │       │               ├── PcfConversions/
│   │       │               │   ├── Header.json
│   │       │               │   ├── PowerAppsOneGrid.json
│   │       │               │   ├── PowerApps_CoreControls_ButtonCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_DropdownCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_LinkCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_TextCanvas.json
│   │       │               │   └── PowerApps_CoreControls_TextInputCanvas.json
│   │       │               ├── PowerAppsOneGridTemplate_dataField_1.5.0.xml
│   │       │               ├── TableDefinitions/
│   │       │               │   ├── 43b0dc67-68af-47ae-9a9c-9e69d396ba3e.json
│   │       │               │   ├── Canvas Apps.json
│   │       │               │   ├── Custom API Request Parameters.json
│   │       │               │   ├── Custom APIs.json
│   │       │               │   └── Samples.json
│   │       │               ├── addMedia_2.2.1.xml
│   │       │               ├── attachments_2.3.0.xml
│   │       │               ├── cat_PowerCAT.FluentDetailsListTemplate_dataField_1.5.0.xml
│   │       │               ├── cat_PowerCAT.NavTemplate_dataField_1.5.0.xml
│   │       │               ├── form_2.4.2.xml
│   │       │               ├── gallery_2.15.0.xml
│   │       │               ├── groupContainer_1.3.0.xml
│   │       │               ├── htmlViewer_2.1.0.xml
│   │       │               ├── image_2.2.3.xml
│   │       │               ├── pcfDataField_1.5.0.xml
│   │       │               ├── rating_2.1.0.xml
│   │       │               ├── rectangle_2.3.0.xml
│   │       │               └── timer_2.1.0.xml
│   │       ├── Controls/
│   │       │   ├── cat_PowerCAT.AITeachingPopover/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── AITeachingPopover.1033.resx
│   │       │   ├── cat_PowerCAT.FluentAIAssistant/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── FluentAIAssistant.1033.resx
│   │       │   ├── cat_PowerCAT.FluentAIOutputCard/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── OutputCard.1033.resx
│   │       │   └── cat_PowerCAT.Mermaid/
│   │       │       ├── ControlManifest.xml
│   │       │       ├── ControlManifest.xml.data.xml
│   │       │       ├── bundle.js
│   │       │       └── strings/
│   │       │           └── Mermaid.1033.resx
│   │       ├── Other/
│   │       │   ├── Customizations.xml
│   │       │   └── Solution.xml
│   │       ├── aipluginoperations/
│   │       │   ├── aiplugin.name=msdynaib_AIDefine,operationid=msdynaib_AIDefine/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AIExpand,operationid=msdynaib_AIExpand/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AIGenerateSuggestions,operationid=msdynaib_AIGenerateSuggestions/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AINL2Ratings,operationid=msdynaib_AINL2Ratings/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AIPersonalizedResponse,operationid=msdynaib_AIPersonalizedResponse/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_AIQnAGenerator,operationid=msdynaib_AIQnAGenerator/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_Customprompt124202362324AM,operationid=msdynaib_Customprompt124202362324AM/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_Customprompt228202435537PM,operationid=msdynaib_Customprompt228202435537PM/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_Customprompt228202450236PM,operationid=msdynaib_Customprompt228202450236PM/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_GenerateTitle,operationid=msdynaib_GenerateTitle/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_GetEmojiFromText,operationid=msdynaib_GetEmojiFromText/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_GetSynonyms,operationid=msdynaib_GetSynonyms/
│   │       │   │   └── aipluginoperation.xml
│   │       │   ├── aiplugin.name=msdynaib_Rewrite,operationid=msdynaib_Rewrite/
│   │       │   │   └── aipluginoperation.xml
│   │       │   └── aiplugin.name=msdynaib_TranslatetoTargetLanguage,operationid=msdynaib_TranslatetoTargetLanguage/
│   │       │       └── aipluginoperation.xml
│   │       ├── aiplugins/
│   │       │   ├── msdynaib_AIDefine/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AIExpand/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AIGenerateSuggestions/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AINL2Ratings/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AIPersonalizedResponse/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_AIQnAGenerator/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_Customprompt124202362324AM/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_Customprompt228202435537PM/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_Customprompt228202450236PM/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_GenerateTitle/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_GetEmojiFromText/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_GetSynonyms/
│   │       │   │   └── aiplugin.xml
│   │       │   ├── msdynaib_Rewrite/
│   │       │   │   └── aiplugin.xml
│   │       │   └── msdynaib_TranslatetoTargetLanguage/
│   │       │       └── aiplugin.xml
│   │       └── customapis/
│   │           ├── msdyn_aibdptaidefinef8eeeb6c0eac4a9db5027e4807163afa/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaiexpand99d8246ef28549328a076c1572eba975/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   ├── Number_20of_20words/
│   │           │   │   │   └── customapirequestparameter.xml
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaigeneratesuggestionsc9130978a0814b35ba173d8d51c771b9/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── param/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptainl2ratingsbaf4e04fb86e48d6b317c98f6b951e03/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Comment/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaipalette9eed90139df84d1fa914faf83e2bd028/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── param/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaipersonalizedresponse479c9eaf788947e794aa76caea0de83f/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── input/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptaiqnagenerator54b0c71e86834c2f9a60ea59b9d43dc4/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptcustomprompt124202362324ambbd51cc43b914f54958cd773f856a323/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptcustomprompt228202435537pmbd0d86826d054e2ba9efc694a371f6fb/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptcustomprompt228202450236pmfa03a8f2db2741658a366f471cb5b2b7/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   ├── Special_20character/
│   │           │   │   │   └── customapirequestparameter.xml
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptgeneratetitle68fdf9bdd5c34a448aa260183afafe0c/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text_cdfe0abf684cf78634f/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptgetemojifromtext67f6033f559a425194ee0aca257f4cd5/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text_f9c863e2b2664663be7/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptgetsynonyms48da36ecfd1449c991593611c3aecaf7/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   └── Text/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           ├── msdyn_aibdptrewritec1632d4d7d4643488bfad9adfbdd6c47/
│   │           │   ├── customapi.xml
│   │           │   ├── customapirequestparameters/
│   │           │   │   ├── Original_20Text/
│   │           │   │   │   └── customapirequestparameter.xml
│   │           │   │   └── Rewrite_20Text_20Conditions/
│   │           │   │       └── customapirequestparameter.xml
│   │           │   └── customapiresponseproperties/
│   │           │       ├── finishReason/
│   │           │       │   └── customapiresponseproperty.xml
│   │           │       └── text/
│   │           │           └── customapiresponseproperty.xml
│   │           └── msdyn_aibdpttranslatetotargetlanguaged345426b2e2a4062b1a16507d644d53a/
│   │               ├── customapi.xml
│   │               └── customapiresponseproperties/
│   │                   ├── finishReason/
│   │                   │   └── customapiresponseproperty.xml
│   │                   └── text/
│   │                       └── customapiresponseproperty.xml
│   ├── config/
│   │   ├── Prod/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   ├── Test/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   └── Validation/
│   │       ├── customDeploymentSettings.json
│   │       └── deploymentSettings.json
│   ├── deploy-prod-CreatorKitAI.yml
│   ├── deploy-test-CreatorKitAI.yml
│   └── deploy-validation-CreatorKitAI.yml
├── CreatorKitCore/
│   ├── SolutionPackage/
│   │   ├── .gitignore
│   │   ├── CreatorKitCore.cdsproj
│   │   └── src/
│   │       ├── CanvasApps/
│   │       │   ├── cat_powercatcomponentlibrary_0be3a.meta.xml
│   │       │   ├── cat_powercatcomponentlibrary_0be3a_AdditionalUris0_identity.json
│   │       │   ├── cat_powercatcomponentlibrary_0be3a_BackgroundImageUri
│   │       │   ├── cat_powercatcomponentlibrary_0be3a_DocumentUri.msapp
│   │       │   └── src/
│   │       │       └── cat_powercatcomponentlibrary_0be3a/
│   │       │           ├── Assets/
│   │       │           │   └── SampleImage.json
│   │       │           ├── CanvasManifest.json
│   │       │           ├── ComponentReferences.json
│   │       │           ├── Connections/
│   │       │           │   └── Connections.json
│   │       │           ├── ControlTemplates.json
│   │       │           ├── DataSources/
│   │       │           │   ├── Activities.json
│   │       │           │   ├── CustomGallerySample.json
│   │       │           │   └── DropDownSample.json
│   │       │           ├── Entropy/
│   │       │           │   ├── AppCheckerResult.sarif
│   │       │           │   ├── Entropy.json
│   │       │           │   └── checksum.json
│   │       │           ├── Other/
│   │       │           │   ├── .gitignore
│   │       │           │   └── References/
│   │       │           │       ├── ModernThemes.json
│   │       │           │       ├── NamedValues.json
│   │       │           │       └── QualifiedValues.json
│   │       │           ├── Src/
│   │       │           │   ├── App.fx.yaml
│   │       │           │   ├── Components/
│   │       │           │   │   ├── Dialog.fx.yaml
│   │       │           │   │   ├── Dialog.json
│   │       │           │   │   ├── ExpandMenu.fx.yaml
│   │       │           │   │   ├── ExpandMenu.json
│   │       │           │   │   ├── Header.fx.yaml
│   │       │           │   │   ├── Header.json
│   │       │           │   │   ├── Material.fx.yaml
│   │       │           │   │   ├── Material.json
│   │       │           │   │   ├── Panel.fx.yaml
│   │       │           │   │   └── Panel.json
│   │       │           │   ├── EditorState/
│   │       │           │   │   ├── App.editorstate.json
│   │       │           │   │   ├── Dialog.editorstate.json
│   │       │           │   │   ├── ExpandMenu.editorstate.json
│   │       │           │   │   ├── Header.editorstate.json
│   │       │           │   │   ├── HomeScreen.editorstate.json
│   │       │           │   │   ├── Material.editorstate.json
│   │       │           │   │   └── Panel.editorstate.json
│   │       │           │   ├── HomeScreen.fx.yaml
│   │       │           │   └── Themes.json
│   │       │           └── pkgs/
│   │       │               ├── PcfControlTemplates/
│   │       │               │   ├── Button_1.5.2.json
│   │       │               │   └── Label_1.6.0.json
│   │       │               ├── PcfConversions/
│   │       │               │   ├── Microsoft_CoreControls_Button.json
│   │       │               │   └── Microsoft_CoreControls_Label.json
│   │       │               ├── TableDefinitions/
│   │       │               │   └── Activities.json
│   │       │               ├── gallery_2.15.0.xml
│   │       │               ├── groupContainer_1.3.0.xml
│   │       │               ├── htmlViewer_2.1.0.xml
│   │       │               ├── icon_2.5.0.xml
│   │       │               ├── image_2.2.3.xml
│   │       │               ├── label_2.5.1.xml
│   │       │               └── rectangle_2.3.0.xml
│   │       ├── Controls/
│   │       │   ├── cat_PowerCAT.AutoWidthLabel/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── AutoWidthLabel.css
│   │       │   │   └── strings/
│   │       │   │       └── AutoWidthLabel.1033.resx
│   │       │   ├── cat_PowerCAT.Breadcrumb/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Breadcrumb.1033.resx
│   │       │   ├── cat_PowerCAT.Calendar/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── Calendar.css
│   │       │   │   └── strings/
│   │       │   │       └── Calendar.1033.resx
│   │       │   ├── cat_PowerCAT.Card/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Card.1033.resx
│   │       │   ├── cat_PowerCAT.CommandBar/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── CommandBar.css
│   │       │   │   └── strings/
│   │       │   │       └── CommandBar.1033.resx
│   │       │   ├── cat_PowerCAT.ContextMenu/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── ContextMenu.1033.resx
│   │       │   ├── cat_PowerCAT.DonutChart/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── DonutChart.1033.resx
│   │       │   ├── cat_PowerCAT.Elevation/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── Elevation.css
│   │       │   │   └── strings/
│   │       │   │       └── Elevation.1033.resx
│   │       │   ├── cat_PowerCAT.Facepile/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Facepile.1033.resx
│   │       │   ├── cat_PowerCAT.FluentDetailsList/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── DetailsList.css
│   │       │   │   └── strings/
│   │       │   │       └── DetailsList.1033.resx
│   │       │   ├── cat_PowerCAT.GaugeChart/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── GaugeChart.1033.resx
│   │       │   ├── cat_PowerCAT.HorizontalBarChart/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── HorizontalBarChart.1033.resx
│   │       │   ├── cat_PowerCAT.Icon/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Icon.1033.resx
│   │       │   ├── cat_PowerCAT.KeyboardShortcuts/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── KeyboardShortcuts.1033.resx
│   │       │   ├── cat_PowerCAT.MaskedTextField/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── MaskedTextField.1033.resx
│   │       │   ├── cat_PowerCAT.Nav/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── FluentNav.1033.resx
│   │       │   ├── cat_PowerCAT.PeoplePicker/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── PeoplePicker.css
│   │       │   │   └── strings/
│   │       │   │       └── PeoplePicker.1033.resx
│   │       │   ├── cat_PowerCAT.Persona/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Persona.1033.resx
│   │       │   ├── cat_PowerCAT.Picker/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── TagPicker.css
│   │       │   │   └── strings/
│   │       │   │       └── TagPicker.1033.resx
│   │       │   ├── cat_PowerCAT.Pivot/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Pivot.1033.resx
│   │       │   ├── cat_PowerCAT.ProgressIndicator/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── ProgressIndicator.1033.resx
│   │       │   ├── cat_PowerCAT.ResizableTextarea/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   ├── css/
│   │       │   │   │   └── ResizableTextarea.css
│   │       │   │   └── strings/
│   │       │   │       └── ResizableTextarea.1033.resx
│   │       │   ├── cat_PowerCAT.SearchBox/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── SearchBox.1033.resx
│   │       │   ├── cat_PowerCAT.Shimmer/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Shimmer.1033.resx
│   │       │   ├── cat_PowerCAT.SpinButton/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── SpinButton.1033.resx
│   │       │   ├── cat_PowerCAT.Spinner/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Spinner.1033.resx
│   │       │   ├── cat_PowerCAT.StackedBarChart/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── StackBarChart.1033.resx
│   │       │   ├── cat_PowerCAT.SubwayNav/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── Subwaynav.1033.resx
│   │       │   ├── cat_PowerCAT.TagList/
│   │       │   │   ├── ControlManifest.xml
│   │       │   │   ├── ControlManifest.xml.data.xml
│   │       │   │   ├── bundle.js
│   │       │   │   └── strings/
│   │       │   │       └── TagList.1033.resx
│   │       │   └── cat_PowerCAT.ThemeDesigner/
│   │       │       ├── ControlManifest.xml
│   │       │       ├── ControlManifest.xml.data.xml
│   │       │       ├── bundle.js
│   │       │       └── strings/
│   │       │           └── FluentThemeDesigner.1033.resx
│   │       ├── Entities/
│   │       │   └── cat_Sample/
│   │       │       ├── Entity.xml
│   │       │       ├── FormXml/
│   │       │       │   ├── card/
│   │       │       │   │   ├── {73536272-63e9-4125-9676-154090ca1317}.xml
│   │       │       │   │   └── {73536272-63e9-4125-9676-154090ca1317}_managed.xml
│   │       │       │   ├── main/
│   │       │       │   │   ├── {803b0ad5-1e39-4c8a-9f6d-e42093110fea}.xml
│   │       │       │   │   └── {803b0ad5-1e39-4c8a-9f6d-e42093110fea}_managed.xml
│   │       │       │   └── quick/
│   │       │       │       ├── {59274d36-0d7b-4f7f-8ed0-93c330781828}.xml
│   │       │       │       └── {59274d36-0d7b-4f7f-8ed0-93c330781828}_managed.xml
│   │       │       ├── RibbonDiff.xml
│   │       │       └── SavedQueries/
│   │       │           ├── {65f77f14-34e1-4b52-8bad-f2620084f133}.xml
│   │       │           ├── {6a73483c-55c5-4687-9098-55e2311c720e}.xml
│   │       │           ├── {9f88f7fd-5bb3-4f94-a621-8672f2378fcf}.xml
│   │       │           ├── {b21f1f8e-6aba-4d47-b948-727753942a79}.xml
│   │       │           ├── {e60cbf19-3396-ef11-8a6a-000d3a3728e3}.xml
│   │       │           ├── {f91cb2a9-8586-43f4-b72b-c5503c2a126d}.xml
│   │       │           └── {fadaabe2-91ab-41ae-a6d1-5738ce67cf68}.xml
│   │       └── Other/
│   │           ├── Customizations.xml
│   │           ├── Relationships/
│   │           │   ├── BusinessUnit.xml
│   │           │   ├── FileAttachment.xml
│   │           │   ├── Owner.xml
│   │           │   ├── SystemUser.xml
│   │           │   └── Team.xml
│   │           ├── Relationships.xml
│   │           └── Solution.xml
│   ├── config/
│   │   ├── Prod/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   ├── Test/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   └── Validation/
│   │       ├── customDeploymentSettings.json
│   │       └── deploymentSettings.json
│   ├── deploy-prod-CreatorKitCore.yml
│   ├── deploy-test-CreatorKitCore.yml
│   └── deploy-validation-CreatorKitCore.yml
├── CreatorKitReferencesCanvas/
│   ├── SolutionPackage/
│   │   ├── .gitignore
│   │   ├── CreatorKitReferencesCanvas.cdsproj
│   │   └── src/
│   │       ├── CanvasApps/
│   │       │   ├── cat_creatorkitcontrolreferenceapp_d66f8.meta.xml
│   │       │   ├── cat_creatorkitcontrolreferenceapp_d66f8_AdditionalUris0_identity.json
│   │       │   ├── cat_creatorkitcontrolreferenceapp_d66f8_BackgroundImageUri
│   │       │   ├── cat_creatorkitcontrolreferenceapp_d66f8_DocumentUri.msapp
│   │       │   ├── cat_fluentthemedesigner_00e67.meta.xml
│   │       │   ├── cat_fluentthemedesigner_00e67_BackgroundImageUri
│   │       │   ├── cat_fluentthemedesigner_00e67_DocumentUri.msapp
│   │       │   ├── cat_fluentuicanvastemplate_51940.meta.xml
│   │       │   ├── cat_fluentuicanvastemplate_51940_AdditionalUris0_identity.json
│   │       │   ├── cat_fluentuicanvastemplate_51940_BackgroundImageUri
│   │       │   ├── cat_fluentuicanvastemplate_51940_DocumentUri.msapp
│   │       │   └── src/
│   │       │       ├── cat_creatorkitcontrolreferenceapp_d66f8/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── Accounts.json
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── Office365Users.json
│   │       │       │   │   ├── PreSelectedUserCollection.json
│   │       │       │   │   ├── UserCollection.json
│   │       │       │   │   ├── UserPersonas.json
│   │       │       │   │   ├── colAccounts.json
│   │       │       │   │   ├── colAccountsExpand.json
│   │       │       │   │   ├── colColors.json
│   │       │       │   │   ├── colComponentTypes.json
│   │       │       │   │   ├── colFiles.json
│   │       │       │   │   ├── colIcons.json
│   │       │       │   │   ├── colLayoutRows.json
│   │       │       │   │   ├── colRowImages.json
│   │       │       │   │   ├── colRows.json
│   │       │       │   │   ├── colScreens.json
│   │       │       │   │   ├── colSelectedTags.json
│   │       │       │   │   ├── colSimpleTagList.json
│   │       │       │   │   ├── colSimpleTags.json
│   │       │       │   │   ├── colTags.json
│   │       │       │   │   ├── colTaskTags.json
│   │       │       │   │   ├── colTasks.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── .gitignore
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── ModernThemes.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Breadcrumb.bundle.js
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.ContextMenu.bundle.js
│   │       │       │   │           ├── PowerCAT.DonutChart.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Facepile.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.GaugeChart.bundle.js
│   │       │       │   │           ├── PowerCAT.HorizontalBarChart.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.KeyboardShortcuts.bundle.js
│   │       │       │   │           ├── PowerCAT.Nav.bundle.js
│   │       │       │   │           ├── PowerCAT.PeoplePicker.bundle.js
│   │       │       │   │           ├── PowerCAT.Persona.bundle.js
│   │       │       │   │           ├── PowerCAT.Picker.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.ProgressIndicator.bundle.js
│   │       │       │   │           ├── PowerCAT.ResizableTextarea.bundle.js
│   │       │       │   │           ├── PowerCAT.SearchBox.bundle.js
│   │       │       │   │           ├── PowerCAT.SpinButton.bundle.js
│   │       │       │   │           ├── PowerCAT.Spinner.bundle.js
│   │       │       │   │           ├── PowerCAT.StackedBarChart.bundle.js
│   │       │       │   │           ├── PowerCAT.SubwayNav.bundle.js
│   │       │       │   │           ├── PowerCAT.TagList.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   ├── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           │   ├── PowerCAT.PeoplePicker.PeoplePicker.css
│   │       │       │   │           │   ├── PowerCAT.Picker.TagPicker.css
│   │       │       │   │           │   └── PowerCAT.ResizableTextarea.ResizableTextarea.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.json
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.resx
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.ContextMenu.ContextMenu.1033.json
│   │       │       │   │               ├── PowerCAT.ContextMenu.ContextMenu.1033.resx
│   │       │       │   │               ├── PowerCAT.DonutChart.DonutChart.1033.json
│   │       │       │   │               ├── PowerCAT.DonutChart.DonutChart.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.json
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.GaugeChart.GaugeChart.1033.json
│   │       │       │   │               ├── PowerCAT.GaugeChart.GaugeChart.1033.resx
│   │       │       │   │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.json
│   │       │       │   │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.KeyboardShortcuts.KeyboardShortcuts.1033.json
│   │       │       │   │               ├── PowerCAT.KeyboardShortcuts.KeyboardShortcuts.1033.resx
│   │       │       │   │               ├── PowerCAT.Nav.FluentNav.1033.json
│   │       │       │   │               ├── PowerCAT.Nav.FluentNav.1033.resx
│   │       │       │   │               ├── PowerCAT.PeoplePicker.PeoplePicker.1033.json
│   │       │       │   │               ├── PowerCAT.PeoplePicker.PeoplePicker.1033.resx
│   │       │       │   │               ├── PowerCAT.Persona.Persona.1033.json
│   │       │       │   │               ├── PowerCAT.Persona.Persona.1033.resx
│   │       │       │   │               ├── PowerCAT.Picker.TagPicker.1033.json
│   │       │       │   │               ├── PowerCAT.Picker.TagPicker.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.ProgressIndicator.ProgressIndicator.1033.json
│   │       │       │   │               ├── PowerCAT.ProgressIndicator.ProgressIndicator.1033.resx
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.json
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.resx
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.json
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.resx
│   │       │       │   │               ├── PowerCAT.SpinButton.SpinButton.1033.json
│   │       │       │   │               ├── PowerCAT.SpinButton.SpinButton.1033.resx
│   │       │       │   │               ├── PowerCAT.Spinner.Spinner.1033.json
│   │       │       │   │               ├── PowerCAT.Spinner.Spinner.1033.resx
│   │       │       │   │               ├── PowerCAT.StackedBarChart.StackBarChart.1033.json
│   │       │       │   │               ├── PowerCAT.StackedBarChart.StackBarChart.1033.resx
│   │       │       │   │               ├── PowerCAT.SubwayNav.Subwaynav.1033.json
│   │       │       │   │               ├── PowerCAT.SubwayNav.Subwaynav.1033.resx
│   │       │       │   │               ├── PowerCAT.TagList.TagList.1033.json
│   │       │       │   │               └── PowerCAT.TagList.TagList.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Components/
│   │       │       │   │   │   ├── AutoWidthLabel.fx.yaml
│   │       │       │   │   │   ├── AutoWidthLabel.json
│   │       │       │   │   │   ├── BestPractices.fx.yaml
│   │       │       │   │   │   ├── BestPractices.json
│   │       │       │   │   │   ├── BestPractices_10.fx.yaml
│   │       │       │   │   │   ├── BestPractices_10.json
│   │       │       │   │   │   ├── BreadcrumbBasic.fx.yaml
│   │       │       │   │   │   ├── BreadcrumbBasic.json
│   │       │       │   │   │   ├── CommandBarColors.fx.yaml
│   │       │       │   │   │   ├── CommandBarColors.json
│   │       │       │   │   │   ├── CommandBarDisabled.fx.yaml
│   │       │       │   │   │   ├── CommandBarDisabled.json
│   │       │       │   │   │   ├── CommandBarFocus.fx.yaml
│   │       │       │   │   │   ├── CommandBarFocus.json
│   │       │       │   │   │   ├── CommandBarOverflowItems.fx.yaml
│   │       │       │   │   │   ├── CommandBarOverflowItems.json
│   │       │       │   │   │   ├── ContextMenuSimple.fx.yaml
│   │       │       │   │   │   ├── ContextMenuSimple.json
│   │       │       │   │   │   ├── ControlInfo.fx.yaml
│   │       │       │   │   │   ├── ControlInfo.json
│   │       │       │   │   │   ├── DetailsListBasic.fx.yaml
│   │       │       │   │   │   ├── DetailsListBasic.json
│   │       │       │   │   │   ├── DetailsListCellTypes.fx.yaml
│   │       │       │   │   │   ├── DetailsListCellTypes.json
│   │       │       │   │   │   ├── DetailsListExpand.fx.yaml
│   │       │       │   │   │   ├── DetailsListExpand.json
│   │       │       │   │   │   ├── DetailsListLayout.fx.yaml
│   │       │       │   │   │   ├── DetailsListLayout.json
│   │       │       │   │   │   ├── DetailsListPaging.fx.yaml
│   │       │       │   │   │   ├── DetailsListPaging.json
│   │       │       │   │   │   ├── DetailsListResponsive.fx.yaml
│   │       │       │   │   │   ├── DetailsListResponsive.json
│   │       │       │   │   │   ├── ElevationHover.fx.yaml
│   │       │       │   │   │   ├── ElevationHover.json
│   │       │       │   │   │   ├── ElevationPopup.fx.yaml
│   │       │       │   │   │   ├── ElevationPopup.json
│   │       │       │   │   │   ├── ElevationSummary.fx.yaml
│   │       │       │   │   │   ├── ElevationSummary.json
│   │       │       │   │   │   ├── Facepile.fx.yaml
│   │       │       │   │   │   ├── Facepile.json
│   │       │       │   │   │   ├── IconActionButton.fx.yaml
│   │       │       │   │   │   ├── IconActionButton.json
│   │       │       │   │   │   ├── IconSimple.fx.yaml
│   │       │       │   │   │   ├── IconSimple.json
│   │       │       │   │   │   ├── KeyboardShortcuts.fx.yaml
│   │       │       │   │   │   ├── KeyboardShortcuts.json
│   │       │       │   │   │   ├── LeftNav.fx.yaml
│   │       │       │   │   │   ├── LeftNav.json
│   │       │       │   │   │   ├── MultiHtmlSectionText.fx.yaml
│   │       │       │   │   │   ├── MultiHtmlSectionText.json
│   │       │       │   │   │   ├── NavBasic.fx.yaml
│   │       │       │   │   │   ├── NavBasic.json
│   │       │       │   │   │   ├── PeoplePickerO365.fx.yaml
│   │       │       │   │   │   ├── PeoplePickerO365.json
│   │       │       │   │   │   ├── PivotItemStyles.fx.yaml
│   │       │       │   │   │   ├── PivotItemStyles.json
│   │       │       │   │   │   ├── PivotShowHidePivotItem.fx.yaml
│   │       │       │   │   │   ├── PivotShowHidePivotItem.json
│   │       │       │   │   │   ├── PreSelectPeoplePicker.fx.yaml
│   │       │       │   │   │   ├── PreSelectPeoplePicker.json
│   │       │       │   │   │   ├── ProgressIndicator.fx.yaml
│   │       │       │   │   │   ├── ProgressIndicator.json
│   │       │       │   │   │   ├── ResizableTextArea.fx.yaml
│   │       │       │   │   │   ├── ResizableTextArea.json
│   │       │       │   │   │   ├── ResizableTextArea_Controlled.fx.yaml
│   │       │       │   │   │   ├── ResizableTextArea_Controlled.json
│   │       │       │   │   │   ├── SampleAppCodeHeader.fx.yaml
│   │       │       │   │   │   ├── SampleAppCodeHeader.json
│   │       │       │   │   │   ├── SpinnerComp.fx.yaml
│   │       │       │   │   │   ├── SpinnerComp.json
│   │       │       │   │   │   ├── SpinnerComp_2.fx.yaml
│   │       │       │   │   │   ├── SpinnerComp_2.json
│   │       │       │   │   │   ├── SpinnerComp_3.fx.yaml
│   │       │       │   │   │   ├── SpinnerComp_3.json
│   │       │       │   │   │   ├── TagListBasic.fx.yaml
│   │       │       │   │   │   ├── TagListBasic.json
│   │       │       │   │   │   ├── TagPickerBasic.fx.yaml
│   │       │       │   │   │   ├── TagPickerBasic.json
│   │       │       │   │   │   ├── TagPickerCustomStyle.fx.yaml
│   │       │       │   │   │   ├── TagPickerCustomStyle.json
│   │       │       │   │   │   ├── TagsInGalleries.fx.yaml
│   │       │       │   │   │   ├── TagsInGalleries.json
│   │       │       │   │   │   ├── TextPanel.fx.yaml
│   │       │       │   │   │   ├── TextPanel.json
│   │       │       │   │   │   ├── TextPanel_3.fx.yaml
│   │       │       │   │   │   └── TextPanel_3.json
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── AutoWidthLabel.editorstate.json
│   │       │       │   │   │   ├── BestPractices.editorstate.json
│   │       │       │   │   │   ├── BestPractices_10.editorstate.json
│   │       │       │   │   │   ├── BreadcrumbBasic.editorstate.json
│   │       │       │   │   │   ├── CommandBarColors.editorstate.json
│   │       │       │   │   │   ├── CommandBarDisabled.editorstate.json
│   │       │       │   │   │   ├── CommandBarFocus.editorstate.json
│   │       │       │   │   │   ├── CommandBarOverflowItems.editorstate.json
│   │       │       │   │   │   ├── ContextMenuSimple.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── CustomIcon.editorstate.json
│   │       │       │   │   │   ├── DetailsListBasic.editorstate.json
│   │       │       │   │   │   ├── DetailsListCellTypes.editorstate.json
│   │       │       │   │   │   ├── DetailsListExpand.editorstate.json
│   │       │       │   │   │   ├── DetailsListLayout.editorstate.json
│   │       │       │   │   │   ├── DetailsListPaging.editorstate.json
│   │       │       │   │   │   ├── DetailsListResponsive.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── ElevationHover.editorstate.json
│   │       │       │   │   │   ├── ElevationPopup.editorstate.json
│   │       │       │   │   │   ├── ElevationSummary.editorstate.json
│   │       │       │   │   │   ├── ExpandMenu.editorstate.json
│   │       │       │   │   │   ├── Facepile.editorstate.json
│   │       │       │   │   │   ├── Header.editorstate.json
│   │       │       │   │   │   ├── IconActionButton.editorstate.json
│   │       │       │   │   │   ├── IconSimple.editorstate.json
│   │       │       │   │   │   ├── KeyboardShortcuts.editorstate.json
│   │       │       │   │   │   ├── LeftNav.editorstate.json
│   │       │       │   │   │   ├── MultiHtmlSectionText.editorstate.json
│   │       │       │   │   │   ├── NavBasic.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── PeoplePickerO365.editorstate.json
│   │       │       │   │   │   ├── PivotItemStyles.editorstate.json
│   │       │       │   │   │   ├── PivotShowHidePivotItem.editorstate.json
│   │       │       │   │   │   ├── PreSelectPeoplePicker.editorstate.json
│   │       │       │   │   │   ├── ProgressIndicator.editorstate.json
│   │       │       │   │   │   ├── ResizableTextArea.editorstate.json
│   │       │       │   │   │   ├── ResizableTextArea_Controlled.editorstate.json
│   │       │       │   │   │   ├── SampleAppCodeHeader.editorstate.json
│   │       │       │   │   │   ├── SpinnerComp.editorstate.json
│   │       │       │   │   │   ├── SpinnerComp_2.editorstate.json
│   │       │       │   │   │   ├── SpinnerComp_3.editorstate.json
│   │       │       │   │   │   ├── TagListBasic.editorstate.json
│   │       │       │   │   │   ├── TagPickerBasic.editorstate.json
│   │       │       │   │   │   ├── TagPickerCustomStyle.editorstate.json
│   │       │       │   │   │   ├── TagsInGalleries.editorstate.json
│   │       │       │   │   │   ├── TextPanel.editorstate.json
│   │       │       │   │   │   ├── TextPanel_3.editorstate.json
│   │       │       │   │   │   ├── scrAllControlsHolder.editorstate.json
│   │       │       │   │   │   ├── scrAutoWidthLabel.editorstate.json
│   │       │       │   │   │   ├── scrBreadcrumb.editorstate.json
│   │       │       │   │   │   ├── scrCommandBar.editorstate.json
│   │       │       │   │   │   ├── scrContextMenu.editorstate.json
│   │       │       │   │   │   ├── scrDetailsList_Basic.editorstate.json
│   │       │       │   │   │   ├── scrDetailsList_CellTypes.editorstate.json
│   │       │       │   │   │   ├── scrDetailsList_Sorting.editorstate.json
│   │       │       │   │   │   ├── scrDialog.editorstate.json
│   │       │       │   │   │   ├── scrDonut.editorstate.json
│   │       │       │   │   │   ├── scrElevation.editorstate.json
│   │       │       │   │   │   ├── scrExpandMenu.editorstate.json
│   │       │       │   │   │   ├── scrFacepile.editorstate.json
│   │       │       │   │   │   ├── scrGauge.editorstate.json
│   │       │       │   │   │   ├── scrHorizontalbar.editorstate.json
│   │       │       │   │   │   ├── scrIcon.editorstate.json
│   │       │       │   │   │   ├── scrKeyboardShortcut.editorstate.json
│   │       │       │   │   │   ├── scrNav.editorstate.json
│   │       │       │   │   │   ├── scrPanel.editorstate.json
│   │       │       │   │   │   ├── scrPeoplePicker.editorstate.json
│   │       │       │   │   │   ├── scrPersona.editorstate.json
│   │       │       │   │   │   ├── scrPivot.editorstate.json
│   │       │       │   │   │   ├── scrProgressIndicator.editorstate.json
│   │       │       │   │   │   ├── scrResizableTextArea.editorstate.json
│   │       │       │   │   │   ├── scrSearchBox.editorstate.json
│   │       │       │   │   │   ├── scrSpinButton.editorstate.json
│   │       │       │   │   │   ├── scrSpinner.editorstate.json
│   │       │       │   │   │   ├── scrStackbar.editorstate.json
│   │       │       │   │   │   ├── scrSubwayNav.editorstate.json
│   │       │       │   │   │   ├── scrTagList.editorstate.json
│   │       │       │   │   │   ├── scrTagPicker.editorstate.json
│   │       │       │   │   │   └── scrTemplate.editorstate.json
│   │       │       │   │   ├── Themes.json
│   │       │       │   │   ├── scrAllControlsHolder.fx.yaml
│   │       │       │   │   ├── scrAutoWidthLabel.fx.yaml
│   │       │       │   │   ├── scrBreadcrumb.fx.yaml
│   │       │       │   │   ├── scrCommandBar.fx.yaml
│   │       │       │   │   ├── scrContextMenu.fx.yaml
│   │       │       │   │   ├── scrDetailsList_Basic.fx.yaml
│   │       │       │   │   ├── scrDetailsList_CellTypes.fx.yaml
│   │       │       │   │   ├── scrDetailsList_Sorting.fx.yaml
│   │       │       │   │   ├── scrDialog.fx.yaml
│   │       │       │   │   ├── scrDonut.fx.yaml
│   │       │       │   │   ├── scrElevation.fx.yaml
│   │       │       │   │   ├── scrExpandMenu.fx.yaml
│   │       │       │   │   ├── scrFacepile.fx.yaml
│   │       │       │   │   ├── scrGauge.fx.yaml
│   │       │       │   │   ├── scrHorizontalbar.fx.yaml
│   │       │       │   │   ├── scrIcon.fx.yaml
│   │       │       │   │   ├── scrKeyboardShortcut.fx.yaml
│   │       │       │   │   ├── scrNav.fx.yaml
│   │       │       │   │   ├── scrPanel.fx.yaml
│   │       │       │   │   ├── scrPeoplePicker.fx.yaml
│   │       │       │   │   ├── scrPersona.fx.yaml
│   │       │       │   │   ├── scrPivot.fx.yaml
│   │       │       │   │   ├── scrProgressIndicator.fx.yaml
│   │       │       │   │   ├── scrResizableTextArea.fx.yaml
│   │       │       │   │   ├── scrSearchBox.fx.yaml
│   │       │       │   │   ├── scrSpinButton.fx.yaml
│   │       │       │   │   ├── scrSpinner.fx.yaml
│   │       │       │   │   ├── scrStackbar.fx.yaml
│   │       │       │   │   ├── scrSubwayNav.fx.yaml
│   │       │       │   │   ├── scrTagList.fx.yaml
│   │       │       │   │   ├── scrTagPicker.fx.yaml
│   │       │       │   │   └── scrTemplate.fx.yaml
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── CustomIcon.fx.yaml
│   │       │       │       │   ├── CustomIcon.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── ExpandMenu.fx.yaml
│   │       │       │       │   ├── ExpandMenu.json
│   │       │       │       │   ├── Header.fx.yaml
│   │       │       │       │   ├── Header.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   └── Panel.json
│   │       │       │       ├── Microsoft_CoreControls_ComboBoxTemplate_dataField_1.5.0.xml
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Breadcrumb %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Command Bar %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Context Menu %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Details List %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Donut Chart %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Elevation %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Facepile %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Gauge Chart %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Horizontal bar Chart %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Icon %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Nav %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent PeoplePicker %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Persona %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Picker %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Pivot %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Progress Indicator %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent SearchBox %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent SpinButton %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Spinner %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Fluent Stacked bar Chart %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   ├── Fluent Tag List %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Keyboard Shortcuts %281.1.35%29_1.1.35.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   ├── Resizable Text Area %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Slider_1.6.1.json
│   │       │       │       │   ├── SubwayNav %281.1.35%29 Preview_1.1.35.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   ├── Microsoft_CoreControls_Slider.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── Wadl/
│   │       │       │       │   └── Office365Users.xml
│   │       │       │       ├── button_2.2.0.xml
│   │       │       │       ├── gallery_2.15.0.xml
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.3.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.5.0.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       ├── slider_2.1.0.xml
│   │       │       │       └── text_2.3.2.xml
│   │       │       ├── cat_fluentthemedesigner_00e67/
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   └── varParsedTheme.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.ThemeDesigner.bundle.js
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.ThemeDesigner.FluentThemeDesigner.1033.json
│   │       │       │   │               └── PowerCAT.ThemeDesigner.FluentThemeDesigner.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Theme Designer Screen.editorstate.json
│   │       │       │   │   ├── Theme Designer Screen.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   └── Panel.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   └── Fluent Theme Designer %281.0.22%29_1.0.22.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Button.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       └── cat_fluentuicanvastemplate_51940/
│   │       │           ├── Assets/
│   │       │           │   └── SampleImage.json
│   │       │           ├── CanvasManifest.json
│   │       │           ├── ComponentReferences.json
│   │       │           ├── Connections/
│   │       │           │   └── Connections.json
│   │       │           ├── ControlTemplates.json
│   │       │           ├── DataSources/
│   │       │           │   ├── ComboBoxSample.json
│   │       │           │   ├── CustomGallerySample.json
│   │       │           │   └── Samples.json
│   │       │           ├── Entropy/
│   │       │           │   ├── AppCheckerResult.sarif
│   │       │           │   ├── Entropy.json
│   │       │           │   └── checksum.json
│   │       │           ├── Other/
│   │       │           │   ├── .gitignore
│   │       │           │   ├── References/
│   │       │           │   │   ├── ModernThemes.json
│   │       │           │   │   ├── NamedValues.json
│   │       │           │   │   └── QualifiedValues.json
│   │       │           │   └── Resources/
│   │       │           │       └── Controls/
│   │       │           │           ├── PowerCAT.Breadcrumb.bundle.js
│   │       │           │           ├── PowerCAT.Card.bundle.js
│   │       │           │           ├── PowerCAT.DonutChart.bundle.js
│   │       │           │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │           │           ├── PowerCAT.GaugeChart.bundle.js
│   │       │           │           ├── PowerCAT.HorizontalBarChart.bundle.js
│   │       │           │           ├── PowerCAT.Nav.bundle.js
│   │       │           │           ├── PowerCAT.StackedBarChart.bundle.js
│   │       │           │           ├── css/
│   │       │           │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │           │           └── strings/
│   │       │           │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.json
│   │       │           │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.resx
│   │       │           │               ├── PowerCAT.Card.Card.1033.json
│   │       │           │               ├── PowerCAT.Card.Card.1033.resx
│   │       │           │               ├── PowerCAT.DonutChart.DonutChart.1033.json
│   │       │           │               ├── PowerCAT.DonutChart.DonutChart.1033.resx
│   │       │           │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │           │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │           │               ├── PowerCAT.GaugeChart.GaugeChart.1033.json
│   │       │           │               ├── PowerCAT.GaugeChart.GaugeChart.1033.resx
│   │       │           │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.json
│   │       │           │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.resx
│   │       │           │               ├── PowerCAT.Nav.FluentNav.1033.json
│   │       │           │               ├── PowerCAT.Nav.FluentNav.1033.resx
│   │       │           │               ├── PowerCAT.StackedBarChart.StackBarChart.1033.json
│   │       │           │               └── PowerCAT.StackedBarChart.StackBarChart.1033.resx
│   │       │           ├── Src/
│   │       │           │   ├── App.fx.yaml
│   │       │           │   ├── Components/
│   │       │           │   │   ├── CardHeader.fx.yaml
│   │       │           │   │   ├── CardHeader.json
│   │       │           │   │   ├── CardItem.fx.yaml
│   │       │           │   │   ├── CardItem.json
│   │       │           │   │   ├── PageHeader.fx.yaml
│   │       │           │   │   ├── PageHeader.json
│   │       │           │   │   ├── SmallCard.fx.yaml
│   │       │           │   │   ├── SmallCard.json
│   │       │           │   │   ├── StackNumber.fx.yaml
│   │       │           │   │   └── StackNumber.json
│   │       │           │   ├── DashboardScreen.fx.yaml
│   │       │           │   ├── EditorState/
│   │       │           │   │   ├── App.editorstate.json
│   │       │           │   │   ├── CardHeader.editorstate.json
│   │       │           │   │   ├── CardItem.editorstate.json
│   │       │           │   │   ├── DashboardScreen.editorstate.json
│   │       │           │   │   ├── EmptyStateScreen.editorstate.json
│   │       │           │   │   ├── FeatureLandingScreen.editorstate.json
│   │       │           │   │   ├── FormScreen.editorstate.json
│   │       │           │   │   ├── HubLandingScreen.editorstate.json
│   │       │           │   │   ├── ListScreen.editorstate.json
│   │       │           │   │   ├── PageHeader.editorstate.json
│   │       │           │   │   ├── PaneListScreen.editorstate.json
│   │       │           │   │   ├── SmallCard.editorstate.json
│   │       │           │   │   ├── StackNumber.editorstate.json
│   │       │           │   │   ├── __colors__.editorstate.json
│   │       │           │   │   ├── __components__.editorstate.json
│   │       │           │   │   └── __typeramp__.editorstate.json
│   │       │           │   ├── EmptyStateScreen.fx.yaml
│   │       │           │   ├── FeatureLandingScreen.fx.yaml
│   │       │           │   ├── FormScreen.fx.yaml
│   │       │           │   ├── HubLandingScreen.fx.yaml
│   │       │           │   ├── ListScreen.fx.yaml
│   │       │           │   ├── PaneListScreen.fx.yaml
│   │       │           │   ├── Themes.json
│   │       │           │   ├── __colors__.fx.yaml
│   │       │           │   ├── __components__.fx.yaml
│   │       │           │   └── __typeramp__.fx.yaml
│   │       │           └── pkgs/
│   │       │               ├── PcfControlTemplates/
│   │       │               │   ├── Button_0.0.43.json
│   │       │               │   ├── Dropdown_0.0.44.json
│   │       │               │   ├── Fluent Breadcrumb %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Card %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Details List %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Donut Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Gauge Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Horizontal bar Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Fluent Nav %281.1.39%29_1.1.39.json
│   │       │               │   ├── Fluent Stacked bar Chart %281.1.39%29 Preview_1.1.39.json
│   │       │               │   ├── Icon_0.0.7.json
│   │       │               │   ├── Information button_0.0.31.json
│   │       │               │   ├── Label_1.6.0.json
│   │       │               │   ├── Link_0.0.40.json
│   │       │               │   ├── Slider_1.0.29.json
│   │       │               │   ├── Spinner_1.4.3.json
│   │       │               │   ├── Tab list_2.2.26.json
│   │       │               │   ├── Text input_0.0.49.json
│   │       │               │   ├── Text_0.0.43.json
│   │       │               │   └── Toolbar_2.0.2.json
│   │       │               ├── PcfConversions/
│   │       │               │   ├── Microsoft_CoreControls_Label.json
│   │       │               │   ├── PowerApps_CoreControls_ButtonCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_DropdownCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_Icon.json
│   │       │               │   ├── PowerApps_CoreControls_InfoButtonCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_LinkCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_Slider.json
│   │       │               │   ├── PowerApps_CoreControls_Spinner.json
│   │       │               │   ├── PowerApps_CoreControls_TabList.json
│   │       │               │   ├── PowerApps_CoreControls_TextCanvas.json
│   │       │               │   ├── PowerApps_CoreControls_TextInputCanvas.json
│   │       │               │   └── PowerApps_CoreControls_Toolbar.json
│   │       │               ├── PowerApps_CoreControls_DropdownCanvasTemplate_dataField_1.5.0.xml
│   │       │               ├── PowerApps_CoreControls_TabListTemplate_dataField_1.5.0.xml
│   │       │               ├── PowerApps_CoreControls_ToolbarTemplate_dataField_1.5.0.xml
│   │       │               ├── TableDefinitions/
│   │       │               │   └── Samples.json
│   │       │               ├── cat_PowerCAT.FluentDetailsListTemplate_dataField_1.5.0.xml
│   │       │               ├── form_2.4.2.xml
│   │       │               ├── gallery_2.15.0.xml
│   │       │               ├── groupContainer_1.3.0.xml
│   │       │               ├── htmlViewer_2.1.0.xml
│   │       │               ├── icon_2.5.0.xml
│   │       │               ├── image_2.2.3.xml
│   │       │               ├── label_2.5.1.xml
│   │       │               └── rectangle_2.3.0.xml
│   │       └── Other/
│   │           ├── Customizations.xml
│   │           └── Solution.xml
│   ├── config/
│   │   ├── Prod/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   ├── Test/
│   │   │   ├── customDeploymentSettings.json
│   │   │   └── deploymentSettings.json
│   │   └── Validation/
│   │       ├── customDeploymentSettings.json
│   │       └── deploymentSettings.json
│   ├── deploy-prod-CreatorKitReferencesCanvas.yml
│   ├── deploy-test-CreatorKitReferencesCanvas.yml
│   └── deploy-validation-CreatorKitReferencesCanvas.yml
├── CreatorKitReferencesMDA/
│   ├── SolutionPackage/
│   │   ├── .gitignore
│   │   ├── CreatorKitReferencesMDA.cdsproj
│   │   └── src/
│   │       ├── AppModuleSiteMaps/
│   │       │   ├── cat_CreatorKitReferenceApp/
│   │       │   │   ├── AppModuleSiteMap.xml
│   │       │   │   └── AppModuleSiteMap_managed.xml
│   │       │   └── cat_TemplateApp/
│   │       │       ├── AppModuleSiteMap.xml
│   │       │       └── AppModuleSiteMap_managed.xml
│   │       ├── AppModules/
│   │       │   ├── cat_CreatorKitReferenceApp/
│   │       │   │   ├── AppModule.xml
│   │       │   │   └── AppModule_managed.xml
│   │       │   └── cat_TemplateApp/
│   │       │       ├── AppModule.xml
│   │       │       └── AppModule_managed.xml
│   │       ├── CanvasApps/
│   │       │   ├── cat_autowidthlabel_53db5.meta.xml
│   │       │   ├── cat_autowidthlabel_53db5_BackgroundImageUri
│   │       │   ├── cat_autowidthlabel_53db5_DocumentUri.msapp
│   │       │   ├── cat_breadcrumbpage_8963e.meta.xml
│   │       │   ├── cat_breadcrumbpage_8963e_BackgroundImageUri
│   │       │   ├── cat_breadcrumbpage_8963e_DocumentUri.msapp
│   │       │   ├── cat_calendarpage_cb349.meta.xml
│   │       │   ├── cat_calendarpage_cb349_BackgroundImageUri
│   │       │   ├── cat_calendarpage_cb349_DocumentUri.msapp
│   │       │   ├── cat_contextmenupage_7df18.meta.xml
│   │       │   ├── cat_contextmenupage_7df18_BackgroundImageUri
│   │       │   ├── cat_contextmenupage_7df18_DocumentUri.msapp
│   │       │   ├── cat_creatorkitreferencepage_60a17.meta.xml
│   │       │   ├── cat_creatorkitreferencepage_60a17_BackgroundImageUri
│   │       │   ├── cat_creatorkitreferencepage_60a17_DocumentUri.msapp
│   │       │   ├── cat_custompagetemplate_231d0.meta.xml
│   │       │   ├── cat_custompagetemplate_231d0_BackgroundImageUri
│   │       │   ├── cat_custompagetemplate_231d0_DocumentUri.msapp
│   │       │   ├── cat_detailslistbasicpage_07690.meta.xml
│   │       │   ├── cat_detailslistbasicpage_07690_BackgroundImageUri
│   │       │   ├── cat_detailslistbasicpage_07690_DocumentUri.msapp
│   │       │   ├── cat_detailslistbasicpage_46cc7.meta.xml
│   │       │   ├── cat_detailslistbasicpage_46cc7_BackgroundImageUri
│   │       │   ├── cat_detailslistbasicpage_46cc7_DocumentUri.msapp
│   │       │   ├── cat_dialogpanel_15d96.meta.xml
│   │       │   ├── cat_dialogpanel_15d96_BackgroundImageUri
│   │       │   ├── cat_dialogpanel_15d96_DocumentUri.msapp
│   │       │   ├── cat_elevationpage_28669.meta.xml
│   │       │   ├── cat_elevationpage_28669_BackgroundImageUri
│   │       │   ├── cat_elevationpage_28669_DocumentUri.msapp
│   │       │   ├── cat_expandmenu_e71c4.meta.xml
│   │       │   ├── cat_expandmenu_e71c4_BackgroundImageUri
│   │       │   ├── cat_expandmenu_e71c4_DocumentUri.msapp
│   │       │   ├── cat_facepile_10ba0.meta.xml
│   │       │   ├── cat_facepile_10ba0_BackgroundImageUri
│   │       │   ├── cat_facepile_10ba0_DocumentUri.msapp
│   │       │   ├── cat_facepilepage_13c32.meta.xml
│   │       │   ├── cat_facepilepage_13c32_BackgroundImageUri
│   │       │   ├── cat_facepilepage_13c32_DocumentUri.msapp
│   │       │   ├── cat_fluentuicustompagetemplate_e3ec8.meta.xml
│   │       │   ├── cat_fluentuicustompagetemplate_e3ec8_AdditionalUris0_identity.json
│   │       │   ├── cat_fluentuicustompagetemplate_e3ec8_BackgroundImageUri
│   │       │   ├── cat_fluentuicustompagetemplate_e3ec8_DocumentUri.msapp
│   │       │   ├── cat_homepage_8d348.meta.xml
│   │       │   ├── cat_homepage_8d348_BackgroundImageUri
│   │       │   ├── cat_homepage_8d348_DocumentUri.msapp
│   │       │   ├── cat_iconpage_e2422.meta.xml
│   │       │   ├── cat_iconpage_e2422_BackgroundImageUri
│   │       │   ├── cat_iconpage_e2422_DocumentUri.msapp
│   │       │   ├── cat_keyboardshortcuts_5ca22.meta.xml
│   │       │   ├── cat_keyboardshortcuts_5ca22_BackgroundImageUri
│   │       │   ├── cat_keyboardshortcuts_5ca22_DocumentUri.msapp
│   │       │   ├── cat_navpage_18ad8.meta.xml
│   │       │   ├── cat_navpage_18ad8_BackgroundImageUri
│   │       │   ├── cat_navpage_18ad8_DocumentUri.msapp
│   │       │   ├── cat_pagingreferencesaveselections_211ae.meta.xml
│   │       │   ├── cat_pagingreferencesaveselections_211ae_AdditionalUris0_identity.json
│   │       │   ├── cat_pagingreferencesaveselections_211ae_BackgroundImageUri
│   │       │   ├── cat_pagingreferencesaveselections_211ae_DocumentUri.msapp
│   │       │   ├── cat_peoplepicker_80157.meta.xml
│   │       │   ├── cat_peoplepicker_80157_BackgroundImageUri
│   │       │   ├── cat_peoplepicker_80157_DocumentUri.msapp
│   │       │   ├── cat_pivotpage_f0b2a.meta.xml
│   │       │   ├── cat_pivotpage_f0b2a_BackgroundImageUri
│   │       │   ├── cat_pivotpage_f0b2a_DocumentUri.msapp
│   │       │   ├── cat_progressindicatorpage_9ea28.meta.xml
│   │       │   ├── cat_progressindicatorpage_9ea28_BackgroundImageUri
│   │       │   ├── cat_progressindicatorpage_9ea28_DocumentUri.msapp
│   │       │   ├── cat_resizabletextarea_eb7d1.meta.xml
│   │       │   ├── cat_resizabletextarea_eb7d1_BackgroundImageUri
│   │       │   ├── cat_resizabletextarea_eb7d1_DocumentUri.msapp
│   │       │   ├── cat_searchboxpage_2dd0f.meta.xml
│   │       │   ├── cat_searchboxpage_2dd0f_BackgroundImageUri
│   │       │   ├── cat_searchboxpage_2dd0f_DocumentUri.msapp
│   │       │   ├── cat_shimmerpage_9b5cd.meta.xml
│   │       │   ├── cat_shimmerpage_9b5cd_BackgroundImageUri
│   │       │   ├── cat_shimmerpage_9b5cd_DocumentUri.msapp
│   │       │   ├── cat_spinbuttonpage_4c2cb.meta.xml
│   │       │   ├── cat_spinbuttonpage_4c2cb_BackgroundImageUri
│   │       │   ├── cat_spinbuttonpage_4c2cb_DocumentUri.msapp
│   │       │   ├── cat_spinnerpage_39ec0.meta.xml
│   │       │   ├── cat_spinnerpage_39ec0_BackgroundImageUri
│   │       │   ├── cat_spinnerpage_39ec0_DocumentUri.msapp
│   │       │   ├── cat_subwaynavpage_b2b78.meta.xml
│   │       │   ├── cat_subwaynavpage_b2b78_BackgroundImageUri
│   │       │   ├── cat_subwaynavpage_b2b78_DocumentUri.msapp
│   │       │   ├── cat_taglist_6a134.meta.xml
│   │       │   ├── cat_taglist_6a134_BackgroundImageUri
│   │       │   ├── cat_taglist_6a134_DocumentUri.msapp
│   │       │   ├── cat_tagpicker_ca530.meta.xml
│   │       │   ├── cat_tagpicker_ca530_BackgroundImageUri
│   │       │   ├── cat_tagpicker_ca530_DocumentUri.msapp
│   │       │   ├── cr7a3_compdescription_1c3b2.meta.xml
│   │       │   ├── cr7a3_compdescription_1c3b2_BackgroundImageUri
│   │       │   ├── cr7a3_compdescription_1c3b2_DocumentUri.msapp
│   │       │   ├── cr7a3_personapage_404d9.meta.xml
│   │       │   ├── cr7a3_personapage_404d9_BackgroundImageUri
│   │       │   ├── cr7a3_personapage_404d9_DocumentUri.msapp
│   │       │   └── src/
│   │       │       ├── cat_autowidthlabel_53db5/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Auto Width Label Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Auto Width Label Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %280.0.22%29_0.0.22.json
│   │       │       │       │   ├── Fluent Elevation %280.0.22%29_0.0.22.json
│   │       │       │       │   ├── Fluent Icon %280.0.22%29_0.0.22.json
│   │       │       │       │   ├── Fluent Pivot %280.0.22%29_0.0.22.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       └── slider_2.1.0.xml
│   │       │       ├── cat_breadcrumbpage_8963e/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Breadcrumb.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.json
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Breadcrumb Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Breadcrumb Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Fluent Breadcrumb %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       └── slider_2.1.0.xml
│   │       │       ├── cat_calendarpage_cb349/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Calendar.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Calendar.Calendar.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Calendar.Calendar.1033.json
│   │       │       │   │               ├── PowerCAT.Calendar.Calendar.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Calendar Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Calendar Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Calendar %281.0.8%29 Preview_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_contextmenupage_7df18/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.ContextMenu.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.ContextMenu.ContextMenu.1033.json
│   │       │       │   │               ├── PowerCAT.ContextMenu.ContextMenu.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── ContextMenu Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ContextMenu Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Context Menu %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_creatorkitreferencepage_60a17/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── CommandBar Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── CommandBar Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Fluent Command Bar %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_custompagetemplate_231d0/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   └── Connections.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   └── Accounts.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.SearchBox.bundle.js
│   │       │       │   │           ├── PowerCAT.Shimmer.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.json
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.resx
│   │       │       │   │               ├── PowerCAT.Shimmer.Shimmer.1033.json
│   │       │       │   │               └── PowerCAT.Shimmer.Shimmer.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Components/
│   │       │       │   │   │   ├── SearchBox.fx.yaml
│   │       │       │   │   │   └── SearchBox.json
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Home Screen.editorstate.json
│   │       │       │   │   │   └── SearchBox.editorstate.json
│   │       │       │   │   ├── Home Screen.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Fluent Command Bar %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent Details List %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent Icon %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent SearchBox %281.1.29%29 Preview_1.1.29.json
│   │       │       │       │   ├── Fluent Shimmer %281.1.29%29 Preview_1.1.29.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── TableDefinitions/
│   │       │       │       │   └── Accounts.json
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── image_2.2.2.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── text_2.3.2.xml
│   │       │       ├── cat_detailslistbasicpage_07690/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   └── Connections.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── Accounts.json
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── colAccounts.json
│   │       │       │   │   ├── colAccountsExpand.json
│   │       │       │   │   ├── colFiles.json
│   │       │       │   │   ├── colIcons.json
│   │       │       │   │   ├── colLayoutRows.json
│   │       │       │   │   ├── colRowImages.json
│   │       │       │   │   ├── colRows.json
│   │       │       │   │   ├── colTags.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── DetailList Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── DetailList Page.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Command Bar %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Fluent Details List %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Fluent Elevation %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Fluent Icon %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Fluent Pivot %281.0.19%29_1.0.19.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── TableDefinitions/
│   │       │       │       │   └── Accounts.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       ├── slider_2.1.0.xml
│   │       │       │       └── text_2.3.2.xml
│   │       │       ├── cat_detailslistbasicpage_46cc7/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Panel Page.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Panel Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_dialogpanel_15d96/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Dialog Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog Page.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_elevationpage_28669/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Elevation Page.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Elevation Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Icon %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.1.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_expandmenu_e71c4/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Dataverse Screen.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dataverse Screen.editorstate.json
│   │       │       │   │   │   ├── ExpandMenu Page.editorstate.json
│   │       │       │   │   │   ├── ExpandMenu.editorstate.json
│   │       │       │   │   │   ├── Header.editorstate.json
│   │       │       │   │   │   ├── PowerAutomate Screen.editorstate.json
│   │       │       │   │   │   ├── PowerBI Screen.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── ExpandMenu Page.fx.yaml
│   │       │       │   │   ├── PowerAutomate Screen.fx.yaml
│   │       │       │   │   ├── PowerBI Screen.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── ExpandMenu.fx.yaml
│   │       │       │       │   ├── ExpandMenu.json
│   │       │       │       │   ├── Header.fx.yaml
│   │       │       │       │   ├── Header.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.1.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_facepile_10ba0/
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   └── NamedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.Facepile.bundle.js
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.json
│   │       │       │   │               └── PowerCAT.Facepile.Facepile.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   └── Screen1.editorstate.json
│   │       │       │   │   ├── Screen1.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       └── PcfControlTemplates/
│   │       │       │           └── Fluent Facepile %28%25VERSION%25%29_0.0.1.json
│   │       │       ├── cat_facepilepage_13c32/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── Office365Users.json
│   │       │       │   │   ├── UserPersonas.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Facepile.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.json
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Calendar Page.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Calendar Page.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Facepile %281.0.9%29 Preview_1.0.9.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Slider_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   └── Microsoft_CoreControls_Slider.json
│   │       │       │       ├── Wadl/
│   │       │       │       │   └── Office365Users.xml
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_fluentuicustompagetemplate_e3ec8/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   └── Connections.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComboBoxSample.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   └── Samples.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── .gitignore
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── ModernThemes.json
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.Breadcrumb.bundle.js
│   │       │       │   │           ├── PowerCAT.Card.bundle.js
│   │       │       │   │           ├── PowerCAT.DonutChart.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.GaugeChart.bundle.js
│   │       │       │   │           ├── PowerCAT.HorizontalBarChart.bundle.js
│   │       │       │   │           ├── PowerCAT.StackedBarChart.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.json
│   │       │       │   │               ├── PowerCAT.Breadcrumb.Breadcrumb.1033.resx
│   │       │       │   │               ├── PowerCAT.Card.Card.1033.json
│   │       │       │   │               ├── PowerCAT.Card.Card.1033.resx
│   │       │       │   │               ├── PowerCAT.DonutChart.DonutChart.1033.json
│   │       │       │   │               ├── PowerCAT.DonutChart.DonutChart.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.GaugeChart.GaugeChart.1033.json
│   │       │       │   │               ├── PowerCAT.GaugeChart.GaugeChart.1033.resx
│   │       │       │   │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.json
│   │       │       │   │               ├── PowerCAT.HorizontalBarChart.HorizontalBarChart.1033.resx
│   │       │       │   │               ├── PowerCAT.StackedBarChart.StackBarChart.1033.json
│   │       │       │   │               └── PowerCAT.StackedBarChart.StackBarChart.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Components/
│   │       │       │   │   │   ├── CardHeader.fx.yaml
│   │       │       │   │   │   ├── CardHeader.json
│   │       │       │   │   │   ├── CardItem.fx.yaml
│   │       │       │   │   │   ├── CardItem.json
│   │       │       │   │   │   ├── PageHeader.fx.yaml
│   │       │       │   │   │   ├── PageHeader.json
│   │       │       │   │   │   ├── SmallCard.fx.yaml
│   │       │       │   │   │   ├── SmallCard.json
│   │       │       │   │   │   ├── StackNumber.fx.yaml
│   │       │       │   │   │   └── StackNumber.json
│   │       │       │   │   ├── DashboardScreen.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── CardHeader.editorstate.json
│   │       │       │   │   │   ├── CardItem.editorstate.json
│   │       │       │   │   │   ├── DashboardScreen.editorstate.json
│   │       │       │   │   │   ├── EmptyStateScreen.editorstate.json
│   │       │       │   │   │   ├── FeatureLandingScreen.editorstate.json
│   │       │       │   │   │   ├── FormScreen.editorstate.json
│   │       │       │   │   │   ├── HubLandingScreen.editorstate.json
│   │       │       │   │   │   ├── ListScreen.editorstate.json
│   │       │       │   │   │   ├── PageHeader.editorstate.json
│   │       │       │   │   │   ├── PaneListScreen.editorstate.json
│   │       │       │   │   │   ├── SmallCard.editorstate.json
│   │       │       │   │   │   ├── StackNumber.editorstate.json
│   │       │       │   │   │   ├── __colors__.editorstate.json
│   │       │       │   │   │   ├── __components__.editorstate.json
│   │       │       │   │   │   └── __typeramp__.editorstate.json
│   │       │       │   │   ├── EmptyStateScreen.fx.yaml
│   │       │       │   │   ├── FeatureLandingScreen.fx.yaml
│   │       │       │   │   ├── FormScreen.fx.yaml
│   │       │       │   │   ├── HubLandingScreen.fx.yaml
│   │       │       │   │   ├── ListScreen.fx.yaml
│   │       │       │   │   ├── PaneListScreen.fx.yaml
│   │       │       │   │   ├── Themes.json
│   │       │       │   │   ├── __colors__.fx.yaml
│   │       │       │   │   ├── __components__.fx.yaml
│   │       │       │   │   └── __typeramp__.fx.yaml
│   │       │       │   └── pkgs/
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Button_0.0.43.json
│   │       │       │       │   ├── Dropdown_0.0.44.json
│   │       │       │       │   ├── Fluent Breadcrumb %281.1.39%29_1.1.39.json
│   │       │       │       │   ├── Fluent Card %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Fluent Details List %281.1.39%29_1.1.39.json
│   │       │       │       │   ├── Fluent Donut Chart %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Fluent Gauge Chart %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Fluent Horizontal bar Chart %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Fluent Stacked bar Chart %281.1.39%29 Preview_1.1.39.json
│   │       │       │       │   ├── Icon_0.0.7.json
│   │       │       │       │   ├── Information button_0.0.31.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   ├── Link_0.0.40.json
│   │       │       │       │   ├── Slider_1.0.29.json
│   │       │       │       │   ├── Spinner_1.4.3.json
│   │       │       │       │   ├── Tab list_2.2.26.json
│   │       │       │       │   ├── Text input_0.0.49.json
│   │       │       │       │   ├── Text_0.0.43.json
│   │       │       │       │   └── Toolbar_2.0.2.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   ├── PowerApps_CoreControls_ButtonCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_DropdownCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_Icon.json
│   │       │       │       │   ├── PowerApps_CoreControls_InfoButtonCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_LinkCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_Slider.json
│   │       │       │       │   ├── PowerApps_CoreControls_Spinner.json
│   │       │       │       │   ├── PowerApps_CoreControls_TabList.json
│   │       │       │       │   ├── PowerApps_CoreControls_TextCanvas.json
│   │       │       │       │   ├── PowerApps_CoreControls_TextInputCanvas.json
│   │       │       │       │   └── PowerApps_CoreControls_Toolbar.json
│   │       │       │       ├── PowerApps_CoreControls_DropdownCanvasTemplate_dataField_1.5.0.xml
│   │       │       │       ├── PowerApps_CoreControls_TabListTemplate_dataField_1.5.0.xml
│   │       │       │       ├── PowerApps_CoreControls_ToolbarTemplate_dataField_1.5.0.xml
│   │       │       │       ├── TableDefinitions/
│   │       │       │       │   └── Samples.json
│   │       │       │       ├── cat_PowerCAT.FluentDetailsListTemplate_dataField_1.5.0.xml
│   │       │       │       ├── form_2.4.2.xml
│   │       │       │       ├── gallery_2.15.0.xml
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.3.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_homepage_8d348/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   └── CustomGallerySample.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               └── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Home Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Home Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   └── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── image_2.2.1.xml
│   │       │       │       └── label_2.5.1.xml
│   │       │       ├── cat_iconpage_e2422/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Icons Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Icons Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Details List %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Icon %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_keyboardshortcuts_5ca22/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── colAccounts.json
│   │       │       │   │   ├── colFiles.json
│   │       │       │   │   ├── colIcons.json
│   │       │       │   │   ├── colRowImages.json
│   │       │       │   │   ├── colRows.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.KeyboardShortcuts.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.ResizableTextarea.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.ResizableTextarea.ResizableTextarea.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.KeyboardShortcuts.KeyboardShortcuts.1033.json
│   │       │       │   │               ├── PowerCAT.KeyboardShortcuts.KeyboardShortcuts.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.json
│   │       │       │   │               └── PowerCAT.ResizableTextarea.ResizableTextarea.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Keyboard shortcuts Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Keyboard shortcuts Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Keyboard Shortcuts %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Resizable Text Area %281.0.8%29_1.0.8.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_navpage_18ad8/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Nav.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Nav.FluentNav.1033.json
│   │       │       │   │               ├── PowerCAT.Nav.FluentNav.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Nav Page.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Nav Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Nav %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_pagingreferencesaveselections_211ae/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   └── Connections.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   └── Accounts.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── .gitignore
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── ModernThemes.json
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.CommandBar.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Icon.bundle.js
│   │       │       │   │           ├── PowerCAT.SearchBox.bundle.js
│   │       │       │   │           ├── PowerCAT.Shimmer.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.CommandBar.CommandBar.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.json
│   │       │       │   │               ├── PowerCAT.CommandBar.CommandBar.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.json
│   │       │       │   │               ├── PowerCAT.Icon.Icon.1033.resx
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.json
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.resx
│   │       │       │   │               ├── PowerCAT.Shimmer.Shimmer.1033.json
│   │       │       │   │               └── PowerCAT.Shimmer.Shimmer.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── Components/
│   │       │       │   │   │   ├── SearchBox.fx.yaml
│   │       │       │   │   │   └── SearchBox.json
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── Home Screen.editorstate.json
│   │       │       │   │   │   └── SearchBox.editorstate.json
│   │       │       │   │   ├── Home Screen.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Fluent Command Bar %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent Details List %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent Icon %281.1.29%29_1.1.29.json
│   │       │       │       │   ├── Fluent SearchBox %281.1.29%29 Preview_1.1.29.json
│   │       │       │       │   ├── Fluent Shimmer %281.1.29%29 Preview_1.1.29.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── TableDefinitions/
│   │       │       │       │   └── Accounts.json
│   │       │       │       ├── groupContainer_1.3.0.xml
│   │       │       │       ├── image_2.2.3.xml
│   │       │       │       ├── pcfDataField_1.5.0.xml
│   │       │       │       └── text_2.3.2.xml
│   │       │       ├── cat_peoplepicker_80157/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── Office365Users.json
│   │       │       │   │   ├── PreSelectedUserCollection.json
│   │       │       │   │   ├── UserCollection.json
│   │       │       │   │   ├── colComponentTypes.json
│   │       │       │   │   ├── colSelectedTags.json
│   │       │       │   │   ├── colSimpleTags.json
│   │       │       │   │   ├── colTags.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Facepile.bundle.js
│   │       │       │   │           ├── PowerCAT.PeoplePicker.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.PeoplePicker.PeoplePicker.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.json
│   │       │       │   │               ├── PowerCAT.Facepile.Facepile.1033.resx
│   │       │       │   │               ├── PowerCAT.PeoplePicker.PeoplePicker.1033.json
│   │       │       │   │               ├── PowerCAT.PeoplePicker.PeoplePicker.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── People Pickers.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── People Pickers.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Facepile %281.0.9%29 Preview_1.0.9.json
│   │       │       │       │   ├── Fluent PeoplePicker %28%25VERSION%25%29 Preview_0.0.1.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── Wadl/
│   │       │       │       │   └── Office365Users.xml
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_pivotpage_f0b2a/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               └── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── Pivot Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── Pivot Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── rectangle_2.3.0.xml
│   │       │       │       └── slider_2.1.0.xml
│   │       │       ├── cat_progressindicatorpage_9ea28/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.ProgressIndicator.bundle.js
│   │       │       │   │           ├── PowerCAT.ResizableTextarea.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.ResizableTextarea.ResizableTextarea.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.ProgressIndicator.ProgressIndicator.1033.json
│   │       │       │   │               ├── PowerCAT.ProgressIndicator.ProgressIndicator.1033.resx
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.json
│   │       │       │   │               └── PowerCAT.ResizableTextarea.ResizableTextarea.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── ProgressIndicator Page.editorstate.json
│   │       │       │   │   │   └── Recomendation.editorstate.json
│   │       │       │   │   ├── ProgressIndicator Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Progress Indicator %281.0.8%29 Preview_1.0.8.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   ├── Resizable Text Area %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Slider_1.6.1.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   ├── Microsoft_CoreControls_Slider.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_resizabletextarea_eb7d1/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.ResizableTextarea.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.ResizableTextarea.ResizableTextarea.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.ResizableTextarea.ResizableTextarea.1033.json
│   │       │       │   │               └── PowerCAT.ResizableTextarea.ResizableTextarea.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Recomendation.editorstate.json
│   │       │       │   │   │   └── ResizableTextAreaPage.editorstate.json
│   │       │       │   │   ├── ResizableTextAreaPage.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Elevation %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Fluent Pivot %281.0.9%29_1.0.9.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Resizable Text Area %281.0.9%29_1.0.9.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_searchboxpage_2dd0f/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── colColors.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   ├── currentCompSamplesCol.json
│   │       │       │   │   └── fluentUIIconsCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.FluentDetailsList.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.SearchBox.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   ├── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           │   └── PowerCAT.FluentDetailsList.DetailsList.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.json
│   │       │       │   │               ├── PowerCAT.FluentDetailsList.DetailsList.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.SearchBox.SearchBox.1033.json
│   │       │       │   │               └── PowerCAT.SearchBox.SearchBox.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── Recomendation.editorstate.json
│   │       │       │   │   │   └── SearchBoxPage.editorstate.json
│   │       │       │   │   ├── SearchBoxPage.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.14%29_1.0.14.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Check box_1.7.1.json
│   │       │       │       │   ├── Combo box_1.5.0.json
│   │       │       │       │   ├── Fluent Details List %281.0.14%29_1.0.14.json
│   │       │       │       │   ├── Fluent Elevation %281.0.14%29_1.0.14.json
│   │       │       │       │   ├── Fluent Pivot %281.0.14%29_1.0.14.json
│   │       │       │       │   ├── Fluent SearchBox %281.0.14%29 Preview_1.0.14.json
│   │       │       │       │   ├── Label_1.6.0.json
│   │       │       │       │   └── Text box_1.6.1.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   ├── Microsoft_CoreControls_Checkbox.json
│   │       │       │       │   ├── Microsoft_CoreControls_ComboBox.json
│   │       │       │       │   ├── Microsoft_CoreControls_Label.json
│   │       │       │       │   └── Microsoft_CoreControls_TextBox.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       ├── pcfDataField_1.4.0.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_shimmerpage_9b5cd/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   └── currentCompSamplesCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │   ├── Entropy.json
│   │       │       │   │   └── checksum.json
│   │       │       │   ├── Other/
│   │       │       │   │   ├── References/
│   │       │       │   │   │   ├── NamedValues.json
│   │       │       │   │   │   └── QualifiedValues.json
│   │       │       │   │   └── Resources/
│   │       │       │   │       └── Controls/
│   │       │       │   │           ├── PowerCAT.AutoWidthLabel.bundle.js
│   │       │       │   │           ├── PowerCAT.Elevation.bundle.js
│   │       │       │   │           ├── PowerCAT.Pivot.bundle.js
│   │       │       │   │           ├── PowerCAT.Shimmer.bundle.js
│   │       │       │   │           ├── css/
│   │       │       │   │           │   ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.css
│   │       │       │   │           │   └── PowerCAT.Elevation.Elevation.css
│   │       │       │   │           └── strings/
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json
│   │       │       │   │               ├── PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.json
│   │       │       │   │               ├── PowerCAT.Elevation.Elevation.1033.resx
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.json
│   │       │       │   │               ├── PowerCAT.Pivot.Pivot.1033.resx
│   │       │       │   │               ├── PowerCAT.Shimmer.Shimmer.1033.json
│   │       │       │   │               └── PowerCAT.Shimmer.Shimmer.1033.resx
│   │       │       │   ├── Src/
│   │       │       │   │   ├── App.fx.yaml
│   │       │       │   │   ├── EditorState/
│   │       │       │   │   │   ├── App.editorstate.json
│   │       │       │   │   │   ├── ControlInfo.editorstate.json
│   │       │       │   │   │   ├── Dialog.editorstate.json
│   │       │       │   │   │   ├── Panel.editorstate.json
│   │       │       │   │   │   ├── Recomendation.editorstate.json
│   │       │       │   │   │   └── Shimmer Page.editorstate.json
│   │       │       │   │   ├── Shimmer Page.fx.yaml
│   │       │       │   │   └── Themes.json
│   │       │       │   └── pkgs/
│   │       │       │       ├── Components/
│   │       │       │       │   ├── ControlInfo.fx.yaml
│   │       │       │       │   ├── ControlInfo.json
│   │       │       │       │   ├── Dialog.fx.yaml
│   │       │       │       │   ├── Dialog.json
│   │       │       │       │   ├── Panel.fx.yaml
│   │       │       │       │   ├── Panel.json
│   │       │       │       │   ├── Recomendation.fx.yaml
│   │       │       │       │   └── Recomendation.json
│   │       │       │       ├── PcfControlTemplates/
│   │       │       │       │   ├── Auto Width Label %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Button_1.5.2.json
│   │       │       │       │   ├── Fluent Elevation %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Pivot %281.0.8%29_1.0.8.json
│   │       │       │       │   ├── Fluent Shimmer %281.0.8%29 Preview_1.0.8.json
│   │       │       │       │   └── Label_1.6.0.json
│   │       │       │       ├── PcfConversions/
│   │       │       │       │   ├── Microsoft_CoreControls_Button.json
│   │       │       │       │   └── Microsoft_CoreControls_Label.json
│   │       │       │       ├── gallery_2.13.2.xml
│   │       │       │       ├── groupContainer_1.1.0.xml
│   │       │       │       ├── htmlViewer_2.1.0.xml
│   │       │       │       ├── icon_2.5.0.xml
│   │       │       │       ├── label_2.5.1.xml
│   │       │       │       └── rectangle_2.3.0.xml
│   │       │       ├── cat_spinbuttonpage_4c2cb/
│   │       │       │   ├── Assets/
│   │       │       │   │   └── SampleImage.json
│   │       │       │   ├── CanvasManifest.json
│   │       │       │   ├── ComponentReferences.json
│   │       │       │   ├── Connections/
│   │       │       │   │   ├── Connections.json
│   │       │       │   │   └── default.cds.json
│   │       │       │   ├── ControlTemplates.json
│   │       │       │   ├── DataSources/
│   │       │       │   │   ├── ComponentInfos.json
│   │       │       │   │   ├── ComponentSamples.json
│   │       │       │   │   ├── Components.json
│   │       │       │   │   ├── CustomGallerySample.json
│   │       │       │   │   ├── FluentIcons.json
│   │       │       │   │   ├── colColors.json
│   │       │       │   │   ├── currentCompCol.json
│   │       │       │   │   ├── currentCompSamplesCol.json
│   │       │       │   │   └── fluentUIIconsCol.json
│   │       │       │   ├── Entropy/
│   │       │       │   │   ├── AppCheckerResult.sarif
│   │       │       │   │ 
Download .txt
Showing preview only (2,413K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (22511 symbols across 122 files)

FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.AITeachingPopover.bundle.js
  function a (line 2) | function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?inv...
  function s (line 2) | function s(e,t){u(e,t),u(e+"Capture",t)}
  function u (line 2) | function u(e,t){for(l[e]=t,e=0;e<t.length;e++)i.add(t[e])}
  function m (line 2) | function m(e,t,r,n,o,a,i){this.acceptsBooleans=2===t||3===t||4===t,this....
  function b (line 2) | function b(e){return e[1].toUpperCase()}
  function y (line 2) | function y(e,t,r,n){var o=h.hasOwnProperty(t)?h[t]:null;(null!==o?0!==o....
  function B (line 2) | function B(e){return null===e||"object"!=typeof e?null:"function"==typeo...
  function I (line 2) | function I(e){if(void 0===R)try{throw Error()}catch(e){var t=e.stack.tri...
  function A (line 2) | function A(e,t){if(!e||M)return"";M=!0;var r=Error.prepareStackTrace;Err...
  function q (line 2) | function q(e){switch(e.tag){case 5:return I(e.type);case 16:return I("La...
  function W (line 2) | function W(e){if(null==e)return null;if("function"==typeof e)return e.di...
  function H (line 2) | function H(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:re...
  function U (line 2) | function U(e){switch(typeof e){case"boolean":case"number":case"string":c...
  function V (line 2) | function V(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase...
  function K (line 2) | function K(e){e._valueTracker||(e._valueTracker=function(e){var t=V(e)?"...
  function Q (line 2) | function Q(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=...
  function $ (line 2) | function $(e){if(void 0===(e=e||("undefined"!=typeof document?document:v...
  function X (line 2) | function X(e,t){var r=t.checked;return L({},t,{defaultChecked:void 0,def...
  function G (line 2) | function G(e,t){var r=null==t.defaultValue?"":t.defaultValue,n=null!=t.c...
  function Y (line 2) | function Y(e,t){null!=(t=t.checked)&&y(e,"checked",t,!1)}
  function J (line 2) | function J(e,t){Y(e,t);var r=U(t.value),n=t.type;if(null!=r)"number"===n...
  function Z (line 2) | function Z(e,t,r){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaul...
  function ee (line 2) | function ee(e,t,r){"number"===t&&$(e.ownerDocument)===e||(null==r?e.defa...
  function re (line 2) | function re(e,t,r,n){if(e=e.options,t){t={};for(var o=0;o<r.length;o++)t...
  function ne (line 2) | function ne(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(a(91));r...
  function oe (line 2) | function oe(e,t){var r=t.value;if(null==r){if(r=t.children,t=t.defaultVa...
  function ae (line 2) | function ae(e,t){var r=U(t.value),n=U(t.defaultValue);null!=r&&((r=""+r)...
  function ie (line 2) | function ie(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!...
  function le (line 2) | function le(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";ca...
  function se (line 2) | function se(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?le(t...
  function de (line 2) | function de(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&3===r.n...
  function me (line 2) | function me(e,t,r){return null==t||"boolean"==typeof t||""===t?"":r||"nu...
  function he (line 2) | function he(e,t){for(var r in e=e.style,t)if(t.hasOwnProperty(r)){var n=...
  function be (line 2) | function be(e,t){if(t){if(ge[e]&&(null!=t.children||null!=t.dangerouslyS...
  function ye (line 2) | function ye(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;swit...
  function ke (line 2) | function ke(e){return(e=e.target||e.srcElement||window).correspondingUse...
  function xe (line 2) | function xe(e){if(e=wo(e)){if("function"!=typeof _e)throw Error(a(280));...
  function Ee (line 2) | function Ee(e){Oe?Se?Se.push(e):Se=[e]:Oe=e}
  function Pe (line 2) | function Pe(){if(Oe){var e=Oe,t=Se;if(Se=Oe=null,xe(e),t)for(e=0;e<t.len...
  function je (line 2) | function je(e,t){return e(t)}
  function Te (line 2) | function Te(){}
  function Ne (line 2) | function Ne(e,t,r){if(Ce)return e(t,r);Ce=!0;try{return je(e,t,r)}finall...
  function De (line 2) | function De(e,t){var r=e.stateNode;if(null===r)return null;var n=_o(r);i...
  function Be (line 2) | function Be(e,t,r,n,o,a,i,l,s){var u=Array.prototype.slice.call(argument...
  function qe (line 2) | function qe(e,t,r,n,o,a,i,l,s){Re=!1,Le=null,Be.apply(Ae,arguments)}
  function We (line 2) | function We(e){var t=e,r=e;if(e.alternate)for(;t.return;)t=t.return;else...
  function He (line 2) | function He(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&null!==...
  function Ue (line 2) | function Ue(e){if(We(e)!==e)throw Error(a(188))}
  function Ve (line 2) | function Ve(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(...
  function Ke (line 2) | function Ke(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;)...
  function ft (line 2) | function ft(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:retur...
  function dt (line 2) | function dt(e,t){var r=e.pendingLanes;if(0===r)return 0;var n=0,o=e.susp...
  function pt (line 2) | function pt(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case...
  function vt (line 2) | function vt(e){return 0!=(e=-1073741825&e.pendingLanes)?e:1073741824&e?1...
  function mt (line 2) | function mt(){var e=ut;return!(4194240&(ut<<=1))&&(ut=64),e}
  function ht (line 2) | function ht(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}
  function gt (line 2) | function gt(e,t,r){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,...
  function bt (line 2) | function bt(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var...
  function wt (line 2) | function wt(e){return 1<(e&=-e)?4<e?268435455&e?16:536870912:4:1}
  function Bt (line 2) | function Bt(e,t){switch(e){case"focusin":case"focusout":jt=null;break;ca...
  function Rt (line 2) | function Rt(e,t,r,n,o,a){return null===e||e.nativeEvent!==a?(e={blockedO...
  function Lt (line 2) | function Lt(e){var t=yo(e.target);if(null!==t){var r=We(t);if(null!==r)i...
  function It (line 2) | function It(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContaine...
  function Mt (line 2) | function Mt(e,t,r){It(e)&&r.delete(t)}
  function At (line 2) | function At(){Et=!1,null!==jt&&It(jt)&&(jt=null),null!==Tt&&It(Tt)&&(Tt=...
  function qt (line 2) | function qt(e,t){e.blockedOn===t&&(e.blockedOn=null,Et||(Et=!0,o.unstabl...
  function Wt (line 2) | function Wt(e){function t(t){return qt(t,e)}if(0<Pt.length){qt(Pt[0],e);...
  function Vt (line 2) | function Vt(e,t,r,n){var o=yt,a=Ht.transition;Ht.transition=null;try{yt=...
  function Kt (line 2) | function Kt(e,t,r,n){var o=yt,a=Ht.transition;Ht.transition=null;try{yt=...
  function Qt (line 2) | function Qt(e,t,r,n){if(Ut){var o=Xt(e,t,r,n);if(null===o)Un(e,t,n,$t,r)...
  function Xt (line 2) | function Xt(e,t,r,n){if($t=null,null!==(e=yo(e=ke(n))))if(null===(t=We(e...
  function Gt (line 2) | function Gt(e){switch(e){case"cancel":case"click":case"close":case"conte...
  function er (line 2) | function er(){if(Zt)return Zt;var e,t,r=Jt,n=r.length,o="value"in Yt?Yt....
  function tr (line 2) | function tr(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&...
  function rr (line 2) | function rr(){return!0}
  function nr (line 2) | function nr(){return!1}
  function or (line 2) | function or(e){function t(t,r,n,o,a){for(var i in this._reactName=t,this...
  function Or (line 2) | function Or(e){var t=this.nativeEvent;return t.getModifierState?t.getMod...
  function Sr (line 2) | function Sr(){return Or}
  function Mr (line 2) | function Mr(e,t){switch(e){case"keyup":return-1!==Dr.indexOf(t.keyCode);...
  function Ar (line 2) | function Ar(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}
  function Hr (line 2) | function Hr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"inpu...
  function Ur (line 2) | function Ur(e,t,r,n){Ee(n),0<(t=Kn(t,"onChange")).length&&(r=new ur("onC...
  function Qr (line 2) | function Qr(e){In(e,0)}
  function $r (line 2) | function $r(e){if(Q(ko(e)))return e}
  function Xr (line 2) | function Xr(e,t){if("change"===e)return t}
  function en (line 2) | function en(){Vr&&(Vr.detachEvent("onpropertychange",tn),Kr=Vr=null)}
  function tn (line 2) | function tn(e){if("value"===e.propertyName&&$r(Kr)){var t=[];Ur(t,Kr,e,k...
  function rn (line 2) | function rn(e,t,r){"focusin"===e?(en(),Kr=r,(Vr=t).attachEvent("onproper...
  function nn (line 2) | function nn(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)retu...
  function on (line 2) | function on(e,t){if("click"===e)return $r(t)}
  function an (line 2) | function an(e,t){if("input"===e||"change"===e)return $r(t)}
  function sn (line 2) | function sn(e,t){if(ln(e,t))return!0;if("object"!=typeof e||null===e||"o...
  function un (line 2) | function un(e){for(;e&&e.firstChild;)e=e.firstChild;return e}
  function cn (line 2) | function cn(e,t){var r,n=un(e);for(e=0;n;){if(3===n.nodeType){if(r=e+n.t...
  function fn (line 2) | function fn(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===...
  function dn (line 2) | function dn(){for(var e=window,t=$();t instanceof e.HTMLIFrameElement;){...
  function pn (line 2) | function pn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(...
  function vn (line 2) | function vn(e){var t=dn(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r...
  function wn (line 2) | function wn(e,t,r){var n=r.window===r?r.document:9===r.nodeType?r:r.owne...
  function kn (line 2) | function kn(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["W...
  function xn (line 2) | function xn(e){if(On[e])return On[e];if(!_n[e])return e;var t,r=_n[e];fo...
  function Dn (line 2) | function Dn(e,t){Cn.set(e,t),s(t,[e])}
  function Ln (line 2) | function Ln(e,t,r){var n=e.type||"unknown-event";e.currentTarget=r,funct...
  function In (line 2) | function In(e,t){t=!!(4&t);for(var r=0;r<e.length;r++){var n=e[r],o=n.ev...
  function Mn (line 2) | function Mn(e,t){var r=t[ho];void 0===r&&(r=t[ho]=new Set);var n=e+"__bu...
  function An (line 2) | function An(e,t,r){var n=0;t&&(n|=4),Hn(r,e,n,t)}
  function Wn (line 2) | function Wn(e){if(!e[qn]){e[qn]=!0,i.forEach((function(t){"selectionchan...
  function Hn (line 2) | function Hn(e,t,r,n){switch(Gt(t)){case 1:var o=Vt;break;case 4:o=Kt;bre...
  function Un (line 2) | function Un(e,t,r,n,o){var a=n;if(!(1&t||2&t||null===n))e:for(;;){if(nul...
  function Vn (line 2) | function Vn(e,t,r){return{instance:e,listener:t,currentTarget:r}}
  function Kn (line 2) | function Kn(e,t){for(var r=t+"Capture",n=[];null!==e;){var o=e,a=o.state...
  function Qn (line 2) | function Qn(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag)...
  function $n (line 2) | function $n(e,t,r,n,o){for(var a=t._reactName,i=[];null!==r&&r!==n;){var...
  function Yn (line 2) | function Yn(e){return("string"==typeof e?e:""+e).replace(Xn,"\n").replac...
  function Jn (line 2) | function Jn(e,t,r){if(t=Yn(t),Yn(e)!==t&&r)throw Error(a(425))}
  function Zn (line 2) | function Zn(){}
  function ro (line 2) | function ro(e,t){return"textarea"===e||"noscript"===e||"string"==typeof ...
  function lo (line 2) | function lo(e){setTimeout((function(){throw e}))}
  function so (line 2) | function so(e,t){var r=t,n=0;do{var o=r.nextSibling;if(e.removeChild(r),...
  function uo (line 2) | function uo(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||...
  function co (line 2) | function co(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){va...
  function yo (line 2) | function yo(e){var t=e[po];if(t)return t;for(var r=e.parentNode;r;){if(t...
    method constructor (line 2) | constructor(e){this._target=e}
    method deref (line 2) | deref(){return this._target}
    method cleanup (line 2) | static cleanup(e,t){return!e._target||!(!t&&Po(e._target.ownerDocument...
  function wo (line 2) | function wo(e){return!(e=e[po]||e[mo])||5!==e.tag&&6!==e.tag&&13!==e.tag...
    method constructor (line 2) | constructor(e,t,r){var n,o=bo(e);o.WeakRef?n=new o.WeakRef(t):(n=new y...
    method get (line 2) | get(){var e,t=this._ref;return t&&((e=t.deref())||delete this._ref),e}
    method getData (line 2) | getData(){return this._data}
  function ko (line 2) | function ko(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(a(...
  function _o (line 2) | function _o(e){return e[vo]||null}
  function xo (line 2) | function xo(e){return{current:e}}
  function Eo (line 2) | function Eo(e){0>So||(e.current=Oo[So],Oo[So]=null,So--)}
  function Po (line 2) | function Po(e,t){So++,Oo[So]=e.current,e.current=t}
  function Do (line 2) | function Do(e,t){var r=e.type.contextTypes;if(!r)return jo;var n=e.state...
    method constructor (line 2) | constructor(e){this._updateQueue=new Set,this._lastUpdateQueueTime=0,t...
    method add (line 2) | add(e,t){!this._dummyCallbacks.has(e)&&this._win&&(this._dummyElements...
    method remove (line 2) | remove(e){this._dummyElements=this._dummyElements.filter((t=>{var r=t....
    method dispose (line 2) | dispose(){var e,t=null===(e=this._win)||void 0===e?void 0:e.call(this)...
    method updatePositions (line 2) | updatePositions(e){this._win&&(this._updateQueue.add(e),this._lastUpda...
    method _scheduledUpdatePositions (line 2) | _scheduledUpdatePositions(){var e;this._updateTimer||(this._updateTime...
  function Fo (line 2) | function Fo(e){return null!=e.childContextTypes}
    method constructor (line 2) | constructor(e,t,r,n,o,a,i){this._wrappers=[],this._isOutside=!1,this._...
    method dispose (line 2) | dispose(e,t){var r,n,o,a;if(0===(this._wrappers=this._wrappers.filter(...
    method _onFocus (line 2) | _onFocus(e,t,r,n){var o,a=this._getCurrent();!a||t.useDefaultAction&&!...
    method _getCurrent (line 2) | _getCurrent(){return this._wrappers.sort(((e,t)=>e.tabbable!==t.tabbab...
    method _ensurePosition (line 2) | _ensurePosition(){var e,t,r,n=null===(e=this._element)||void 0===e?voi...
  function zo (line 2) | function zo(){Eo(Co),Eo(To)}
  function Bo (line 2) | function Bo(e,t,r){if(To.current!==jo)throw Error(a(168));Po(To,t),Po(Co...
  function Ro (line 2) | function Ro(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,"function"...
  function Lo (line 2) | function Lo(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMerged...
  function Io (line 2) | function Io(e,t,r){var n=e.stateNode;if(!n)throw Error(a(169));r?(e=Ro(e...
  function Wo (line 2) | function Wo(e){null===Mo?Mo=[e]:Mo.push(e)}
    method constructor (line 2) | constructor(){this._callbacks=[]}
    method dispose (line 2) | dispose(){this._callbacks=[],delete this._val}
    method subscribe (line 2) | subscribe(e){var t=this._callbacks;t.indexOf(e)<0&&t.push(e)}
    method subscribeFirst (line 2) | subscribeFirst(e){var t=this._callbacks,r=t.indexOf(e);r>=0&&t.splice(...
    method unsubscribe (line 2) | unsubscribe(e){var t=this._callbacks.indexOf(e);t>=0&&this._callbacks....
    method setVal (line 2) | setVal(e,t){this._val!==e&&(this._val=e,this._callCallbacks(e,t))}
    method getVal (line 2) | getVal(){return this._val}
    method trigger (line 2) | trigger(e,t){this._callCallbacks(e,t)}
    method _callCallbacks (line 2) | _callCallbacks(e,t){this._callbacks.forEach((r=>r(e,t)))}
  function Ho (line 2) | function Ho(){if(!qo&&null!==Mo){qo=!0;var e=0,t=yt;try{var r=Mo;for(yt=...
    method constructor (line 2) | constructor(e){this._tabster=e}
    method dispose (line 2) | dispose(){}
    method getProps (line 2) | getProps(e){var t=po(this._tabster,e);return t&&t.focusable||{}}
    method isFocusable (line 2) | isFocusable(e,t,r,n){return a=so,!(!(i=(o=e).matches||o.matchesSelecto...
    method isVisible (line 2) | isVisible(e){if(!e.ownerDocument||e.nodeType!==Node.ELEMENT_NODE)retur...
    method isAccessible (line 2) | isAccessible(e){for(var t,r=e;r;r=ho.getParentElement(r)){var n=po(thi...
    method _isDisabled (line 2) | _isDisabled(e){return e.hasAttribute("disabled")}
    method _isHidden (line 2) | _isHidden(e){var t,r=e.getAttribute("aria-hidden");return!(!r||"true"!...
    method findFirst (line 2) | findFirst(e,t){return this.findElement(eo({},e),t)}
    method findLast (line 2) | findLast(e,t){return this.findElement(eo({isBackward:!0},e),t)}
    method findNext (line 2) | findNext(e,t){return this.findElement(eo({},e),t)}
    method findPrev (line 2) | findPrev(e,t){return this.findElement(eo(eo({},e),{},{isBackward:!0}),t)}
    method findDefault (line 2) | findDefault(e,t){return this.findElement(eo(eo({},e),{},{acceptConditi...
    method findAll (line 2) | findAll(e){return this._findElements(!0,e)||[]}
    method findElement (line 2) | findElement(e,t){var r=this._findElements(!1,e,t);return r?r[0]:r}
    method _findElements (line 2) | _findElements(e,t,r){var n,o,a,{container:i,currentElement:l=null,incl...
    method _acceptElement (line 2) | _acceptElement(e,t){var r,n,o;if(t.found)return NodeFilter.FILTER_ACCE...
  function Zo (line 2) | function Zo(e,t){Uo[Vo++]=Qo,Uo[Vo++]=Ko,Ko=e,Qo=t}
    method constructor (line 2) | constructor(e,t,r){var n;if(super(e,t,r),this._hasFocus=!1,this._onFoc...
    method dispose (line 2) | dispose(){var e;if(this._props.type===uo.Source){var t=null===(e=this....
  function ea (line 2) | function ea(e,t,r){$o[Xo++]=Yo,$o[Xo++]=Jo,$o[Xo++]=Go,Go=e;var n=Yo;e=J...
    method constructor (line 2) | constructor(e){this._history=[],this._restoreFocusTimeout=0,this._onRe...
    method dispose (line 2) | dispose(){var e=this._getWindow();this._focusedElementState.unsubscrib...
    method _addToHistory (line 2) | _addToHistory(e){var t;(null===(t=this._history[this._history.length-1...
    method createRestorer (line 2) | createRestorer(e,t){var r=new Zo(this._tabster,e,t);return t.type===uo...
  function ta (line 2) | function ta(e){null!==e.return&&(Zo(e,1),ea(e,1,0))}
    method _overrideAttachShadow (line 2) | static _overrideAttachShadow(e){var t=e.Element.prototype.attachShadow...
    method constructor (line 2) | constructor(e){this._isObserving=!1,this._callbackWrapper=(e,t)=>{for(...
    method _addSubObserver (line 2) | _addSubObserver(e){if(this._options&&this._callback&&!this._subObserve...
    method disconnect (line 2) | disconnect(){for(var e of(this._isObserving=!1,delete this._options,ta...
    method observe (line 2) | observe(e,t){var r=e.nodeType===Node.DOCUMENT_NODE?e:e.ownerDocument,n...
    method _walkShadows (line 2) | _walkShadows(e,t){var r=e.nodeType===Node.DOCUMENT_NODE?e:e.ownerDocum...
    method takeRecords (line 2) | takeRecords(){var e=this._observer.takeRecords();for(var t of this._su...
  function ra (line 2) | function ra(e){for(;e===Ko;)Ko=Uo[--Vo],Uo[Vo]=null,Qo=Uo[--Vo],Uo[Vo]=n...
    method constructor (line 2) | constructor(e){this.keyboardNavigation=e.keyboardNavigation,this.focus...
  function la (line 2) | function la(e,t){var r=Du(5,null,null,0);r.elementType="DELETED",r.state...
  function sa (line 2) | function sa(e,t){switch(e.tag){case 5:var r=e.type;return null!==(t=1!==...
  function ua (line 2) | function ua(e){return!(!(1&e.mode)||128&e.flags)}
  function ca (line 2) | function ca(e){if(aa){var t=oa;if(t){var r=t;if(!sa(e,t)){if(ua(e))throw...
  function fa (line 2) | function fa(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag...
  function da (line 2) | function da(e){if(e!==na)return!1;if(!aa)return fa(e),aa=!0,!1;var t;if(...
  function pa (line 2) | function pa(){for(var e=oa;e;)e=uo(e.nextSibling)}
  function va (line 2) | function va(){oa=na=null,aa=!1}
  function ma (line 2) | function ma(e){null===ia?ia=[e]:ia.push(e)}
  function ga (line 2) | function ga(e,t){if(e&&e.defaultProps){for(var r in t=L({},t),e=e.defaul...
  function _a (line 2) | function _a(){ka=wa=ya=null}
  function Oa (line 2) | function Oa(e){var t=ba.current;Eo(ba),e._currentValue=t}
  function Sa (line 2) | function Sa(e,t,r){for(;null!==e;){var n=e.alternate;if((e.childLanes&t)...
  function xa (line 2) | function xa(e,t){ya=e,ka=wa=null,null!==(e=e.dependencies)&&null!==e.fir...
  function Ea (line 2) | function Ea(e){var t=e._currentValue;if(ka!==e)if(e={context:e,memoizedV...
  function ja (line 2) | function ja(e){null===Pa?Pa=[e]:Pa.push(e)}
  function Ta (line 2) | function Ta(e,t,r,n){var o=t.interleaved;return null===o?(r.next=r,ja(t)...
  function Ca (line 2) | function Ca(e,t){e.lanes|=t;var r=e.alternate;for(null!==r&&(r.lanes|=t)...
  function Da (line 2) | function Da(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:...
  function Fa (line 2) | function Fa(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={base...
  function za (line 2) | function za(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:n...
  function Ba (line 2) | function Ba(e,t,r){var n=e.updateQueue;if(null===n)return null;if(n=n.sh...
  function Ra (line 2) | function Ra(e,t,r){if(null!==(t=t.updateQueue)&&(t=t.shared,4194240&r)){...
  function La (line 2) | function La(e,t){var r=e.updateQueue,n=e.alternate;if(null!==n&&r===(n=n...
  function Ia (line 2) | function Ia(e,t,r,n){var o=e.updateQueue;Na=!1;var a=o.firstBaseUpdate,i...
  function Ma (line 2) | function Ma(e,t,r){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.le...
  function qa (line 2) | function qa(e,t,r,n){r=null==(r=r(n,t=e.memoizedState))?t:L({},t,r),e.me...
  function Ha (line 2) | function Ha(e,t,r,n,o,a,i){return"function"==typeof(e=e.stateNode).shoul...
  function Ua (line 2) | function Ua(e,t,r){var n=!1,o=jo,a=t.contextType;return"object"==typeof ...
  function Va (line 2) | function Va(e,t,r,n){e=t.state,"function"==typeof t.componentWillReceive...
  function Ka (line 2) | function Ka(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState...
  function Qa (line 2) | function Qa(e,t,r){if(null!==(e=r.ref)&&"function"!=typeof e&&"object"!=...
  function $a (line 2) | function $a(e,t){throw e=Object.prototype.toString.call(t),Error(a(31,"[...
  function Xa (line 2) | function Xa(e){return(0,e._init)(e._payload)}
  function Ga (line 2) | function Ga(e){function t(t,r){if(e){var n=t.deletions;null===n?(t.delet...
  function ni (line 2) | function ni(e){if(e===Za)throw Error(a(174));return e}
  function oi (line 2) | function oi(e,t){switch(Po(ri,t),Po(ti,e),Po(ei,Za),e=t.nodeType){case 9...
  function ai (line 2) | function ai(){Eo(ei),Eo(ti),Eo(ri)}
  function ii (line 2) | function ii(e){ni(ri.current);var t=ni(ei.current),r=se(t,e.type);t!==r&...
  function li (line 2) | function li(e){ti.current===e&&(Eo(ei),Eo(ti))}
  function ui (line 2) | function ui(e){for(var t=e;null!==t;){if(13===t.tag){var r=t.memoizedSta...
  function fi (line 2) | function fi(){for(var e=0;e<ci.length;e++)ci[e]._workInProgressVersionPr...
  function _i (line 2) | function _i(){throw Error(a(321))}
  function Oi (line 2) | function Oi(e,t){if(null===t)return!1;for(var r=0;r<t.length&&r<e.length...
  function Si (line 2) | function Si(e,t,r,n,o,i){if(vi=i,mi=t,t.memoizedState=null,t.updateQueue...
  function xi (line 2) | function xi(){var e=0!==wi;return wi=0,e}
  function Ei (line 2) | function Ei(){var e={memoizedState:null,baseState:null,baseQueue:null,qu...
  function Pi (line 2) | function Pi(){if(null===hi){var e=mi.alternate;e=null!==e?e.memoizedStat...
  function ji (line 2) | function ji(e,t){return"function"==typeof t?t(e):t}
  function Ti (line 2) | function Ti(e){var t=Pi(),r=t.queue;if(null===r)throw Error(a(311));r.la...
  function Ci (line 2) | function Ci(e){var t=Pi(),r=t.queue;if(null===r)throw Error(a(311));r.la...
  function Ni (line 2) | function Ni(){}
  function Di (line 2) | function Di(e,t){var r=mi,n=Pi(),o=t(),i=!ln(n.memoizedState,o);if(i&&(n...
  function Fi (line 2) | function Fi(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},null===(t=mi...
  function zi (line 2) | function zi(e,t,r,n){t.value=r,t.getSnapshot=n,Ri(t)&&Li(e)}
  function Bi (line 2) | function Bi(e,t,r){return r((function(){Ri(t)&&Li(e)}))}
  function Ri (line 2) | function Ri(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!ln(e,r...
  function Li (line 2) | function Li(e){var t=Ca(e,1);null!==t&&nu(t,e,1,-1)}
  function Ii (line 2) | function Ii(e){var t=Ei();return"function"==typeof e&&(e=e()),t.memoized...
  function Mi (line 2) | function Mi(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null...
  function Ai (line 2) | function Ai(){return Pi().memoizedState}
  function qi (line 2) | function qi(e,t,r,n){var o=Ei();mi.flags|=e,o.memoizedState=Mi(1|t,r,voi...
  function Wi (line 2) | function Wi(e,t,r,n){var o=Pi();n=void 0===n?null:n;var a=void 0;if(null...
  function Hi (line 2) | function Hi(e,t){return qi(8390656,8,e,t)}
  function Ui (line 2) | function Ui(e,t){return Wi(2048,8,e,t)}
  function Vi (line 2) | function Vi(e,t){return Wi(4,2,e,t)}
  function Ki (line 2) | function Ki(e,t){return Wi(4,4,e,t)}
  function Qi (line 2) | function Qi(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(nul...
  function $i (line 2) | function $i(e,t,r){return r=null!=r?r.concat([e]):null,Wi(4,4,Qi.bind(nu...
  function Xi (line 2) | function Xi(){}
  function Gi (line 2) | function Gi(e,t){var r=Pi();t=void 0===t?null:t;var n=r.memoizedState;re...
  function Yi (line 2) | function Yi(e,t){var r=Pi();t=void 0===t?null:t;var n=r.memoizedState;re...
  function Ji (line 2) | function Ji(e,t,r){return 21&vi?(ln(r,t)||(r=mt(),mi.lanes|=r,Ls|=r,e.ba...
  function Zi (line 2) | function Zi(e,t){var r=yt;yt=0!==r&&4>r?r:4,e(!0);var n=pi.transition;pi...
  function el (line 2) | function el(){return Pi().memoizedState}
  function tl (line 2) | function tl(e,t,r){var n=ru(e);r={lane:n,action:r,hasEagerState:!1,eager...
  function rl (line 2) | function rl(e,t,r){var n=ru(e),o={lane:n,action:r,hasEagerState:!1,eager...
  function nl (line 2) | function nl(e){var t=e.alternate;return e===mi||null!==t&&t===mi}
  function ol (line 2) | function ol(e,t){yi=bi=!0;var r=e.pending;null===r?t.next=t:(t.next=r.ne...
  function al (line 2) | function al(e,t,r){if(4194240&r){var n=t.lanes;r|=n&=e.pendingLanes,t.la...
  function cl (line 2) | function cl(e,t){try{var r="",n=t;do{r+=q(n),n=n.return}while(n);var o=r...
  function fl (line 2) | function fl(e,t,r){return{value:e,source:null,stack:null!=r?r:null,diges...
  function dl (line 2) | function dl(e,t){try{console.error(t.value)}catch(e){setTimeout((functio...
  function vl (line 2) | function vl(e,t,r){(r=za(-1,r)).tag=3,r.payload={element:null};var n=t.v...
  function ml (line 2) | function ml(e,t,r){(r=za(-1,r)).tag=3;var n=e.type.getDerivedStateFromEr...
  function hl (line 2) | function hl(e,t,r){var n=e.pingCache;if(null===n){n=e.pingCache=new pl;v...
  function gl (line 2) | function gl(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)...
  function bl (line 2) | function bl(e,t,r,n,o){return 1&e.mode?(e.flags|=65536,e.lanes=o,e):(e==...
  function kl (line 2) | function kl(e,t,r,n){t.child=null===e?Ja(t,null,r,n):Ya(t,e.child,r,n)}
  function _l (line 2) | function _l(e,t,r,n,o){r=r.render;var a=t.ref;return xa(t,o),n=Si(e,t,r,...
  function Ol (line 2) | function Ol(e,t,r,n,o){if(null===e){var a=r.type;return"function"!=typeo...
  function Sl (line 2) | function Sl(e,t,r,n,o){if(null!==e){var a=e.memoizedProps;if(sn(a,n)&&e....
  function xl (line 2) | function xl(e,t,r){var n=t.pendingProps,o=n.children,a=null!==e?e.memoiz...
  function El (line 2) | function El(e,t){var r=t.ref;(null===e&&null!==r||null!==e&&e.ref!==r)&&...
  function Pl (line 2) | function Pl(e,t,r,n,o){var a=Fo(r)?No:To.current;return a=Do(t,a),xa(t,o...
  function jl (line 2) | function jl(e,t,r,n,o){if(Fo(r)){var a=!0;Lo(t)}else a=!1;if(xa(t,o),nul...
  function Tl (line 2) | function Tl(e,t,r,n,o,a){El(e,t);var i=!!(128&t.flags);if(!n&&!i)return ...
  function Cl (line 2) | function Cl(e){var t=e.stateNode;t.pendingContext?Bo(0,t.pendingContext,...
  function Nl (line 2) | function Nl(e,t,r,n,o){return va(),ma(o),t.flags|=256,kl(e,t,r,n),t.child}
  function Ll (line 2) | function Ll(e){return{baseLanes:e,cachePool:null,transitions:null}}
  function Il (line 2) | function Il(e,t,r){var n,o=t.pendingProps,i=si.current,l=!1,s=!!(128&t.f...
  function Ml (line 2) | function Ml(e,t){return(t=Lu({mode:"visible",children:t},e.mode,0,null))...
  function Al (line 2) | function Al(e,t,r,n){return null!==n&&ma(n),Ya(t,e.child,null,r),(e=Ml(t...
  function ql (line 2) | function ql(e,t,r){e.lanes|=t;var n=e.alternate;null!==n&&(n.lanes|=t),S...
  function Wl (line 2) | function Wl(e,t,r,n,o){var a=e.memoizedState;null===a?e.memoizedState={i...
  function Hl (line 2) | function Hl(e,t,r){var n=t.pendingProps,o=n.revealOrder,a=n.tail;if(kl(e...
  function Ul (line 2) | function Ul(e,t){!(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=nu...
  function Vl (line 2) | function Vl(e,t,r){if(null!==e&&(t.dependencies=e.dependencies),Ls|=t.la...
    method init (line 2) | init(e,t,r,n){this.theContainer=n,this.context=e,this.context.mode.tra...
    method updateView (line 2) | updateView(t){var n,o,a,i;this.onSelect=!1;var l=parseInt(t.mode.alloc...
    method getOutputs (line 2) | getOutputs(){return{}}
    method destroy (line 2) | destroy(){}
  function Kl (line 2) | function Kl(e,t){if(!aa)switch(e.tailMode){case"hidden":t=e.tail;for(var...
  function Ql (line 2) | function Ql(e){var t=null!==e.alternate&&e.alternate.child===e.child,r=0...
  function $l (line 2) | function $l(e,t,r){var n=t.pendingProps;switch(ra(t),t.tag){case 2:case ...
  function Xl (line 2) | function Xl(e,t){switch(ra(t),t.tag){case 1:return Fo(t.type)&&zo(),6553...
  function es (line 2) | function es(e,t){var r=e.ref;if(null!==r)if("function"==typeof r)try{r(n...
  function ts (line 2) | function ts(e,t,r){try{r()}catch(r){xu(e,t,r)}}
  function ns (line 2) | function ns(e,t,r){var n=t.updateQueue;if(null!==(n=null!==n?n.lastEffec...
  function os (line 2) | function os(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null...
  function as (line 2) | function as(e){var t=e.ref;if(null!==t){var r=e.stateNode;e.tag,e=r,"fun...
  function is (line 2) | function is(e){var t=e.alternate;null!==t&&(e.alternate=null,is(t)),e.ch...
  function ls (line 2) | function ls(e){return 5===e.tag||3===e.tag||4===e.tag}
  function ss (line 2) | function ss(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||ls(...
  function us (line 2) | function us(e,t,r){var n=e.tag;if(5===n||6===n)e=e.stateNode,t?8===r.nod...
  function cs (line 2) | function cs(e,t,r){var n=e.tag;if(5===n||6===n)e=e.stateNode,t?r.insertB...
  function ps (line 2) | function ps(e,t,r){for(r=r.child;null!==r;)vs(e,t,r),r=r.sibling}
  function vs (line 2) | function vs(e,t,r){if(at&&"function"==typeof at.onCommitFiberUnmount)try...
  function ms (line 2) | function ms(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var r...
  function hs (line 2) | function hs(e,t){var r=t.deletions;if(null!==r)for(var n=0;n<r.length;n+...
  function gs (line 2) | function gs(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 1...
  function bs (line 2) | function bs(e){var t=e.flags;if(2&t){try{e:{for(var r=e.return;null!==r;...
  function ys (line 2) | function ys(e,t,r){Zl=e,ws(e,t,r)}
  function ws (line 2) | function ws(e,t,r){for(var n=!!(1&e.mode);null!==Zl;){var o=Zl,a=o.child...
  function ks (line 2) | function ks(e){for(;null!==Zl;){var t=Zl;if(8772&t.flags){var r=t.altern...
  function _s (line 2) | function _s(e){for(;null!==Zl;){var t=Zl;if(t===e){Zl=null;break}var r=t...
  function Os (line 2) | function Os(e){for(;null!==Zl;){var t=Zl;try{switch(t.tag){case 0:case 1...
  function tu (line 2) | function tu(){return 6&Ts?Ye():-1!==Zs?Zs:Zs=Ye()}
  function ru (line 2) | function ru(e){return 1&e.mode?2&Ts&&0!==Ds?Ds&-Ds:null!==ha.transition?...
  function nu (line 2) | function nu(e,t,r,n){if(50<Ys)throw Ys=0,Js=null,Error(a(185));gt(e,r,n)...
  function ou (line 2) | function ou(e,t){var r=e.callbackNode;!function(e,t){for(var r=e.suspend...
  function au (line 2) | function au(e,t){if(Zs=-1,eu=0,6&Ts)throw Error(a(327));var r=e.callback...
  function iu (line 2) | function iu(e,t){var r=As;return e.current.memoizedState.isDehydrated&&(...
  function lu (line 2) | function lu(e){null===qs?qs=e:qs.push.apply(qs,e)}
  function su (line 2) | function su(e,t){for(t&=~Ms,t&=~Is,e.suspendedLanes|=t,e.pingedLanes&=~t...
  function uu (line 2) | function uu(e){if(6&Ts)throw Error(a(327));Ou();var t=dt(e,0);if(!(1&t))...
  function cu (line 2) | function cu(e,t){var r=Ts;Ts|=1;try{return e(t)}finally{0===(Ts=r)&&(Hs=...
  function fu (line 2) | function fu(e){null!==Xs&&0===Xs.tag&&!(6&Ts)&&Ou();var t=Ts;Ts|=1;var r...
  function du (line 2) | function du(){Fs=zs.current,Eo(zs)}
  function pu (line 2) | function pu(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHa...
  function vu (line 2) | function vu(e,t){for(;;){var r=Ns;try{if(_a(),di.current=il,bi){for(var ...
  function mu (line 2) | function mu(){var e=Es.current;return Es.current=il,null===e?il:e}
  function hu (line 2) | function hu(){0!==Bs&&3!==Bs&&2!==Bs||(Bs=4),null===Cs||!(268435455&Ls)&...
  function gu (line 2) | function gu(e,t){var r=Ts;Ts|=2;var n=mu();for(Cs===e&&Ds===t||(Us=null,...
  function bu (line 2) | function bu(){for(;null!==Ns;)wu(Ns)}
  function yu (line 2) | function yu(){for(;null!==Ns&&!Xe();)wu(Ns)}
  function wu (line 2) | function wu(e){var t=Ss(e.alternate,e,Fs);e.memoizedProps=e.pendingProps...
  function ku (line 2) | function ku(e){var t=e;do{var r=t.alternate;if(e=t.return,32768&t.flags)...
  function _u (line 2) | function _u(e,t,r){var n=yt,o=js.transition;try{js.transition=null,yt=1,...
  function Ou (line 2) | function Ou(){if(null!==Xs){var e=wt(Gs),t=js.transition,r=yt;try{if(js....
  function Su (line 2) | function Su(e,t,r){e=Ba(e,t=vl(0,t=cl(r,t),1),1),t=tu(),null!==e&&(gt(e,...
  function xu (line 2) | function xu(e,t,r){if(3===e.tag)Su(e,e,r);else for(;null!==t;){if(3===t....
  function Eu (line 2) | function Eu(e,t,r){var n=e.pingCache;null!==n&&n.delete(t),t=tu(),e.ping...
  function Pu (line 2) | function Pu(e,t){0===t&&(1&e.mode?(t=ct,!(130023424&(ct<<=1))&&(ct=41943...
  function ju (line 2) | function ju(e){var t=e.memoizedState,r=0;null!==t&&(r=t.retryLane),Pu(e,r)}
  function Tu (line 2) | function Tu(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,o=e.mem...
  function Cu (line 2) | function Cu(e,t){return Qe(e,t)}
  function Nu (line 2) | function Nu(e,t,r,n){this.tag=e,this.key=r,this.sibling=this.child=this....
  function Du (line 2) | function Du(e,t,r,n){return new Nu(e,t,r,n)}
  function Fu (line 2) | function Fu(e){return!(!(e=e.prototype)||!e.isReactComponent)}
  function zu (line 2) | function zu(e,t){var r=e.alternate;return null===r?((r=Du(e.tag,t,e.key,...
  function Bu (line 2) | function Bu(e,t,r,n,o,i){var l=2;if(n=e,"function"==typeof e)Fu(e)&&(l=1...
  function Ru (line 2) | function Ru(e,t,r,n){return(e=Du(7,e,n,t)).lanes=r,e}
  function Lu (line 2) | function Lu(e,t,r,n){return(e=Du(22,e,n,t)).elementType=F,e.lanes=r,e.st...
  function Iu (line 2) | function Iu(e,t,r){return(e=Du(6,e,null,t)).lanes=r,e}
  function Mu (line 2) | function Mu(e,t,r){return(t=Du(4,null!==e.children?e.children:[],e.key,t...
  function Au (line 2) | function Au(e,t,r,n,o){this.tag=t,this.containerInfo=e,this.finishedWork...
  function qu (line 2) | function qu(e,t,r,n,o,a,i,l,s){return e=new Au(e,t,r,l,s),1===t?(t=1,!0=...
  function Wu (line 2) | function Wu(e){if(!e)return jo;e:{if(We(e=e._reactInternals)!==e||1!==e....
  function Hu (line 2) | function Hu(e,t,r,n,o,a,i,l,s){return(e=qu(r,n,!0,e,0,a,0,l,s)).context=...
  function Uu (line 2) | function Uu(e,t,r,n){var o=t.current,a=tu(),i=ru(o);return r=Wu(r),null=...
  function Vu (line 2) | function Vu(e){return(e=e.current).child?(e.child.tag,e.child.stateNode)...
  function Ku (line 2) | function Ku(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var...
  function Qu (line 2) | function Qu(e,t){Ku(e,t),(e=e.alternate)&&Ku(e,t)}
  function Xu (line 2) | function Xu(e){this._internalRoot=e}
  function Gu (line 2) | function Gu(e){this._internalRoot=e}
  function Yu (line 2) | function Yu(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeTy...
  function Ju (line 2) | function Ju(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeTy...
  function Zu (line 2) | function Zu(){}
  function ec (line 2) | function ec(e,t,r,n,o){var a=r._reactRootContainer;if(a){var i=a;if("fun...
  function u (line 2) | function u(e,t,r){var n,a={},u=null,c=null;for(n in void 0!==r&&(u=""+r)...
  function g (line 2) | function g(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r...
  function b (line 2) | function b(){}
  function y (line 2) | function y(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r...
  function x (line 2) | function x(e,t,n){var o,a={},i=null,l=null;if(null!=t)for(o in void 0!==...
  function E (line 2) | function E(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}
  function j (line 2) | function j(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function...
  function T (line 2) | function T(e,t,o,a,i){var l=typeof e;"undefined"!==l&&"boolean"!==l||(e=...
  function C (line 2) | function C(e,t,r){if(null==e)return e;var n=[],o=0;return T(e,n,"","",(f...
  function N (line 2) | function N(e){if(-1===e._status){var t=e._result;(t=t()).then((function(...
  function r (line 2) | function r(e,t){var r=e.length;e.push(t);e:for(;0<r;){var n=r-1>>>1,o=e[...
  function n (line 2) | function n(e){return 0===e.length?null:e[0]}
  function o (line 2) | function o(e){if(0===e.length)return null;var t=e[0],r=e.pop();if(r!==t)...
  function a (line 2) | function a(e,t){var r=e.sortIndex-t.sortIndex;return 0!==r?r:e.id-t.id}
  function w (line 2) | function w(e){for(var t=n(c);null!==t;){if(null===t.callback)o(c);else{i...
  function k (line 2) | function k(e){if(h=!1,w(e),!m)if(null!==n(u))m=!0,F(_);else{var t=n(c);n...
  function _ (line 2) | function _(e,r){m=!1,h&&(h=!1,b(E),E=-1),v=!0;var a=p;try{for(w(r),d=n(u...
  function T (line 2) | function T(){return!(t.unstable_now()-j<P)}
  function C (line 2) | function C(){if(null!==x){var e=t.unstable_now();j=e;var r=!0;try{r=x(!0...
  function F (line 2) | function F(e){x=e,S||(S=!0,O())}
  function z (line 2) | function z(e,r){E=g((function(){e(t.unstable_now())}),r)}
  function o (line 2) | function o(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={expo...
  function l (line 2) | function l(e){return Boolean(null==e?void 0:e.hasOwnProperty(i))}
  function s (line 2) | function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){va...
  function u (line 2) | function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[...
  function c (line 2) | function c(e,t){return function(r,n,o,a,s){return l(n)?t(function(e,t){r...
  function f (line 2) | function f(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var...
  function d (line 2) | function d(e){var{as:t,[i]:r,[n]:o}=e,a=function(e,t){if(null==e)return{...
  function m (line 2) | function m(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){va...
  function h (line 2) | function h(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[...
  function g (line 2) | function g(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){va...
  function b (line 2) | function b(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[...
  function k (line 2) | function k(){return"undefined"!=typeof window&&!(!window.document||!wind...
  function S (line 2) | function S(){return e.useContext(_)}
  function j (line 2) | function j(){var t;return null!==(t=e.useContext(x))&&void 0!==t?t:E}
  function H (line 2) | function H(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){va...
  function U (line 2) | function U(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[...
  function Q (line 2) | function Q(e,t){return V[Symbol.for(K+e)]||(V[Symbol.for(K+e)]=t),V[Symb...
  function ee (line 2) | function ee(e,t,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arg...
  function te (line 2) | function te(e,t){try{e.insertRule(t)}catch(e){}}
  function oe (line 2) | function oe(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[...
  function ie (line 2) | function ie(){return e.useContext(ae)}
  function le (line 2) | function le(e,t){var r,n,o=e;return Boolean((null==o||null===(r=o.ownerD...
  method constructor (line 2) | constructor(e){se&&"object"==typeof e?this._weakRef=new WeakRef(e):this....
  method deref (line 2) | deref(){var e,t,r;return this._weakRef?(r=null==(e=this._weakRef)?void 0...
  function pe (line 2) | function pe(e){var t=e.focus;t.__keyborgNativeFocus?t.__keyborgNativeFoc...
  method constructor (line 2) | constructor(e,t){this._isNavigatingWithKeyboard_DO_NOT_USE=!1,this._onFo...
  method isNavigatingWithKeyboard (line 2) | get isNavigatingWithKeyboard(){return this._isNavigatingWithKeyboard_DO_...
  method isNavigatingWithKeyboard (line 2) | set isNavigatingWithKeyboard(e){this._isNavigatingWithKeyboard_DO_NOT_US...
  method dispose (line 2) | dispose(){var e=this._win;if(e){this._isMouseUsedTimer&&(e.clearTimeout(...
  method isDisposed (line 2) | isDisposed(){return!!this._win}
  method update (line 2) | update(){var e,t,r=null==(t=null==(e=this._win)?void 0:e.__keyborg)?void...
  method _shouldTriggerKeyboardNavigation (line 2) | _shouldTriggerKeyboardNavigation(e){var t;if("Tab"===e.key)return!0;var ...
  method _shouldDismissKeyboardNavigation (line 2) | _shouldDismissKeyboardNavigation(e){var t;return null==(t=this._dismissK...
  method _scheduleDismiss (line 2) | _scheduleDismiss(){var e=this._win;if(e){this._dismissTimer&&(e.clearTim...
  method constructor (line 2) | constructor(e,t){this._cb=[],this._id="k"+ ++ve,this._win=e;var r=e.__ke...
  method create (line 2) | static create(t,r){return new e(t,r)}
  method dispose (line 2) | static dispose(e){e.dispose()}
  method update (line 2) | static update(e,t){e._cb.forEach((e=>e(t)))}
  method dispose (line 2) | dispose(){var e,t=null==(e=this._win)?void 0:e.__keyborg;(null==t?void 0...
  method isNavigatingWithKeyboard (line 2) | isNavigatingWithKeyboard(){var e;return!!(null==(e=this._core)?void 0:e....
  method subscribe (line 2) | subscribe(e){this._cb.push(e)}
  method unsubscribe (line 2) | unsubscribe(e){var t=this._cb.indexOf(e);t>=0&&this._cb.splice(t,1)}
  method setVal (line 2) | setVal(e){this._core&&(this._core.isNavigatingWithKeyboard=e)}
  function ge (line 2) | function ge(e,t){return he.create(e,t)}
  function be (line 2) | function be(e){he.dispose(e)}
  function we (line 2) | function we(e,t){if(ke(e))return()=>{};var r={current:void 0},n=ge(t);fu...
  function ke (line 2) | function ke(e){return!!e&&(!!e.focusVisible||ke(null==e?void 0:e.parentE...
  function _e (line 2) | function _e(){var t,r=arguments.length>0&&void 0!==arguments[0]?argument...
  function Oe (line 2) | function Oe(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Se (line 2) | function Se(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function xe (line 2) | function xe(t,r){var{defaultProps:o,elementType:a}=r,l=function(t){retur...
  function Ee (line 2) | function Ee(e,t){if(null!==e&&(void 0!==e||t.renderByDefault))return xe(...
  function We (line 2) | function We(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]...
  function Qe (line 2) | function Qe(){var r,n=arguments.length>0&&void 0!==arguments[0]?argument...
  function Xe (line 2) | function Xe(e,t){return Y+function(e){var t=e.length;if(t===G)return e;f...
  function Ge (line 2) | function Ge(e,t){var r="";for(var n in e){var o=e[n];if(o){var a=Array.i...
  function Ye (line 2) | function Ye(e,t){var r={};for(var n in e){var o=Ge(e[n],t);if(""!==o){va...
  function Je (line 2) | function Je(e,t){var r=(arguments.length>2&&void 0!==arguments[2]?argume...
  function et (line 2) | function et(){for(var e=arguments,t=null,r="",n="",o=new Array(arguments...
  function nt (line 2) | function nt(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ot (line 2) | function ot(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function it (line 2) | function it(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function lt (line 2) | function lt(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function ct (line 2) | function ct(e,t){return e&&t?lt(lt({},e),t):e||t}
  function Ft (line 2) | function Ft(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function zt (line 2) | function zt(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Mt (line 2) | function Mt(e,t){var r=arguments.length>2&&void 0!==arguments[2]?argumen...
  function $t (line 2) | function $t(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Xt (line 2) | function Xt(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function rr (line 2) | function rr(e){if(!e)return null;if(!(arguments.length>1&&void 0!==argum...
  function nr (line 2) | function nr(e,t){if(!e||!t)return!1;if(e===t)return!0;for(var r=new Weak...
  function lr (line 2) | function lr(e){return null==e?{}:"string"==typeof e?ir[e]:e}
  function sr (line 2) | function sr(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ur (line 2) | function ur(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function br (line 2) | function br(e,t,r){return pr(e,dr(t,r))}
  function yr (line 2) | function yr(e,t){return"function"==typeof e?e(t):e}
  function wr (line 2) | function wr(e){return e.split("-")[0]}
  function kr (line 2) | function kr(e){return e.split("-")[1]}
  function _r (line 2) | function _r(e){return"x"===e?"y":"x"}
  function Or (line 2) | function Or(e){return"y"===e?"height":"width"}
  function Sr (line 2) | function Sr(e){return["top","bottom"].includes(wr(e))?"y":"x"}
  function xr (line 2) | function xr(e){return _r(Sr(e))}
  function Er (line 2) | function Er(e){return e.replace(/start|end/g,(e=>gr[e]))}
  function Pr (line 2) | function Pr(e){return e.replace(/left|right|bottom|top/g,(e=>hr[e]))}
  function jr (line 2) | function jr(e){return"number"!=typeof e?function(e){return{top:0,right:0...
  function Tr (line 2) | function Tr(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y...
  function Cr (line 2) | function Cr(e,t,r){let{reference:n,floating:o}=e;const a=Sr(t),i=xr(t),l...
  function Nr (line 2) | async function Nr(e,t){var r;void 0===t&&(t={});const{x:n,y:o,platform:a...
  function Dr (line 2) | function Dr(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:...
  function Fr (line 2) | function Fr(e){return fr.some((t=>e[t]>=0))}
  method fn (line 2) | async fn(t){var r,n;const{x:o,y:a,placement:i,middlewareData:l}=t,s=awai...
  function Br (line 2) | function Br(e){return Ir(e)?(e.nodeName||"").toLowerCase():"#document"}
  function Rr (line 2) | function Rr(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t....
  function Lr (line 2) | function Lr(e){var t;return null==(t=(Ir(e)?e.ownerDocument:e.document)|...
  function Ir (line 2) | function Ir(e){return e instanceof Node||e instanceof Rr(e).Node}
  function Mr (line 2) | function Mr(e){return e instanceof Element||e instanceof Rr(e).Element}
  function Ar (line 2) | function Ar(e){return e instanceof HTMLElement||e instanceof Rr(e).HTMLE...
  function qr (line 2) | function qr(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Shado...
  function Wr (line 2) | function Wr(e){const{overflow:t,overflowX:r,overflowY:n,display:o}=Qr(e)...
  function Hr (line 2) | function Hr(e){return["table","td","th"].includes(Br(e))}
  function Ur (line 2) | function Ur(e){const t=Vr(),r=Qr(e);return"none"!==r.transform||"none"!=...
  function Vr (line 2) | function Vr(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.suppo...
  function Kr (line 2) | function Kr(e){return["html","body","#document"].includes(Br(e))}
  function Qr (line 2) | function Qr(e){return Rr(e).getComputedStyle(e)}
  function $r (line 2) | function $r(e){return Mr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollT...
  function Xr (line 2) | function Xr(e){if("html"===Br(e))return e;const t=e.assignedSlot||e.pare...
  function Gr (line 2) | function Gr(e){const t=Xr(e);return Kr(t)?e.ownerDocument?e.ownerDocumen...
  function Yr (line 2) | function Yr(e,t,r){var n;void 0===t&&(t=[]),void 0===r&&(r=!0);const o=G...
  function Jr (line 2) | function Jr(e){const t=Qr(e);let r=parseFloat(t.width)||0,n=parseFloat(t...
  function Zr (line 2) | function Zr(e){return Mr(e)?e:e.contextElement}
  function en (line 2) | function en(e){const t=Zr(e);if(!Ar(t))return mr(1);const r=t.getBoundin...
  function rn (line 2) | function rn(e){const t=Rr(e);return Vr()&&t.visualViewport?{x:t.visualVi...
  function nn (line 2) | function nn(e,t,r,n){void 0===t&&(t=!1),void 0===r&&(r=!1);const o=e.get...
  function an (line 2) | function an(e){return on.some((t=>{try{return e.matches(t)}catch(e){retu...
  function ln (line 2) | function ln(e){return nn(Lr(e)).left+$r(e).scrollLeft}
  function sn (line 2) | function sn(e,t,r){let n;if("viewport"===t)n=function(e,t){const r=Rr(e)...
  function un (line 2) | function un(e,t){const r=Xr(e);return!(r===t||!Mr(r)||Kr(r))&&("fixed"==...
  function cn (line 2) | function cn(e,t,r){const n=Ar(t),o=Lr(t),a="fixed"===r,i=nn(e,!0,a,t);le...
  function fn (line 2) | function fn(e,t){return Ar(e)&&"fixed"!==Qr(e).position?t?t(e):e.offsetP...
  function dn (line 2) | function dn(e,t){const r=Rr(e);if(!Ar(e)||an(e))return r;let n=fn(e,t);f...
  method fn (line 2) | async fn(t){const{x:r,y:n,placement:o}=t,{mainAxis:a=!0,crossAxis:i=!1,l...
  method fn (line 2) | async fn(t){var r,n;const{placement:o,middlewareData:a,rects:i,initialPl...
  method fn (line 2) | async fn(t){const{placement:r,rects:n,platform:o,elements:a}=t,{apply:i=...
  method fn (line 2) | async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...o}=yr(e,t)...
  method fn (line 2) | async fn(t){const{x:r,y:n,placement:o,rects:a,platform:i,elements:l,midd...
  method fn (line 2) | fn(t){const{x:r,y:n,placement:o,rects:a,middlewareData:i}=t,{offset:l=0,...
  function kn (line 2) | function kn(t,r,n){var o=e.useRef(!0),[a]=e.useState((()=>({value:t,call...
  function Sn (line 2) | function Sn(e,t){if("window"===t)return null==e?void 0:e.ownerDocument.d...
  function xn (line 2) | function xn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function En (line 2) | function En(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  method fn (line 2) | fn(t){var r,{middlewareData:n,elements:o}=t;if(null===(r=n.resetMaxSize)...
  function jn (line 2) | function jn(e,t){var{container:r,overflowBoundary:n}=t;return hn(En(En({...
  function Tn (line 2) | function Tn(e,t,r,n,o,a,i){try{var l=e[a](i),s=l.value}catch(e){return v...
  function Nn (line 2) | function Nn(e){var t=e.split("-");return{side:t[0],alignment:t[1]}}
  function Fn (line 2) | function Fn(e){var t,r=(t=e)?"number"==typeof t||"object"==typeof t?t:e=...
  function zn (line 2) | function zn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Bn (line 2) | function Bn(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Rn (line 2) | function Rn(e){var{hasScrollableElement:t,flipBoundary:r,container:n,fal...
  function In (line 2) | function In(e,t){if("number"==typeof e)return e;var{start:r,end:n}=e,o=f...
  function Mn (line 2) | function Mn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function An (line 2) | function An(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function qn (line 2) | function qn(e){var{hasScrollableElement:t,disableTether:r,overflowBounda...
  function Wn (line 2) | function Wn(e,t,r,n,o,a,i){try{var l=e[a](i),s=l.value}catch(e){return v...
  function Hn (line 2) | function Hn(){return{name:"intersectionObserver",fn:(e=function*(e){var ...
  function Xn (line 2) | function Xn(e){for(var t=[],r=e;r;){var n=_n(r);if(e.ownerDocument.body=...
  function Gn (line 2) | function Gn(e){var t=!1,{container:r,target:n,arrow:o,strategy:a,middlew...
  function Yn (line 2) | function Yn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Jn (line 2) | function Jn(t){var r=e.useRef(null),n=e.useRef(null),o=e.useRef(null),a=...
  function Zn (line 2) | function Zn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function eo (line 2) | function eo(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function po (line 2) | function po(e,t){var r;return null===(r=e.storageEntry(t))||void 0===r?v...
  function vo (line 2) | function vo(e,t,r){var n,o,a,i=r||e._noop?void 0:t.getAttribute(to),l=e....
  function bo (line 2) | function bo(e){var t=e(),r=t.__tabsterInstanceContext;return r||(r={elem...
  class yo (line 2) | class yo{constructor(e){this._target=e}deref(){return this._target}stati...
    method constructor (line 2) | constructor(e){this._target=e}
    method deref (line 2) | deref(){return this._target}
    method cleanup (line 2) | static cleanup(e,t){return!e._target||!(!t&&Po(e._target.ownerDocument...
  class wo (line 2) | class wo{constructor(e,t,r){var n,o=bo(e);o.WeakRef?n=new o.WeakRef(t):(...
    method constructor (line 2) | constructor(e,t,r){var n,o=bo(e);o.WeakRef?n=new o.WeakRef(t):(n=new y...
    method get (line 2) | get(){var e,t=this._ref;return t&&((e=t.deref())||delete this._ref),e}
    method getData (line 2) | getData(){return this._data}
  function ko (line 2) | function ko(e,t){var r=bo(e);r.fakeWeakRefs=r.fakeWeakRefs.filter((e=>!y...
  function _o (line 2) | function _o(e){var t=bo(e);t.fakeWeakRefsStarted||(t.fakeWeakRefsStarted...
  function Oo (line 2) | function Oo(e,t,r){if(t.nodeType===Node.ELEMENT_NODE){var n=mo?r:{accept...
  function So (line 2) | function So(e){return!!e.__shouldIgnoreFocus}
  function xo (line 2) | function xo(e,t){var r=bo(e),n=t.__tabsterElementUID;return n||(n=t.__ta...
  function Eo (line 2) | function Eo(e,t){var r=bo(e);for(var n of Object.keys(r.elementByUId)){v...
  function Po (line 2) | function Po(e,t){return ho.nodeContains(null==e?void 0:e.body,t)}
  class To (line 2) | class To{constructor(e,t,r){var n=e.getWindow;this._tabster=e,this._elem...
    method constructor (line 2) | constructor(e,t,r){var n=e.getWindow;this._tabster=e,this._element=new...
    method getElement (line 2) | getElement(){return this._element.get()}
    method getProps (line 2) | getProps(){return this._props}
    method setProps (line 2) | setProps(e){this._props=eo({},e)}
  class Co (line 2) | class Co{constructor(e,t,r,n,o){var a;this._focusIn=e=>{if(this._fixedTa...
    method constructor (line 2) | constructor(e,t,r,n,o){var a;this._focusIn=e=>{if(this._fixedTarget){v...
    method dispose (line 2) | dispose(){var e;this._clearDisposeTimeout&&this._clearDisposeTimeout()...
    method setTopLeft (line 2) | setTopLeft(e,t){var r,n=null===(r=this.input)||void 0===r?void 0:r.sty...
    method _isBackward (line 2) | _isBackward(e,t,r){return e&&!r?!this.isFirst:!!(r&&t.compareDocumentP...
  class No (line 2) | class No{constructor(e,t,r,n,o,a){this._element=t,this._instance=new Fo(...
    method constructor (line 2) | constructor(e,t,r,n,o,a){this._element=t,this._instance=new Fo(e,t,thi...
    method _setHandlers (line 2) | _setHandlers(e,t){this._onFocusIn=e,this._onFocusOut=t}
    method moveOut (line 2) | moveOut(e){var t;null===(t=this._instance)||void 0===t||t.moveOut(e)}
    method moveOutWithDefaultAction (line 2) | moveOutWithDefaultAction(e,t){var r;null===(r=this._instance)||void 0=...
    method getHandler (line 2) | getHandler(e){return e?this._onFocusIn:this._onFocusOut}
    method setTabbable (line 2) | setTabbable(e){var t;null===(t=this._instance)||void 0===t||t.setTabba...
    method dispose (line 2) | dispose(){this._instance&&(this._instance.dispose(this),delete this._i...
    method moveWithPhantomDummy (line 2) | static moveWithPhantomDummy(e,t,r,n,o){var a,i=new Co(e.getWindow,!0,{...
    method addPhantomDummyWithTarget (line 2) | static addPhantomDummyWithTarget(e,t,r,n){var o,a,i=new Co(e.getWindow...
  class Do (line 2) | class Do{constructor(e){this._updateQueue=new Set,this._lastUpdateQueueT...
    method constructor (line 2) | constructor(e){this._updateQueue=new Set,this._lastUpdateQueueTime=0,t...
    method add (line 2) | add(e,t){!this._dummyCallbacks.has(e)&&this._win&&(this._dummyElements...
    method remove (line 2) | remove(e){this._dummyElements=this._dummyElements.filter((t=>{var r=t....
    method dispose (line 2) | dispose(){var e,t=null===(e=this._win)||void 0===e?void 0:e.call(this)...
    method updatePositions (line 2) | updatePositions(e){this._win&&(this._updateQueue.add(e),this._lastUpda...
    method _scheduledUpdatePositions (line 2) | _scheduledUpdatePositions(){var e;this._updateTimer||(this._updateTime...
  class Fo (line 2) | class Fo{constructor(e,t,r,n,o,a,i){this._wrappers=[],this._isOutside=!1...
    method constructor (line 2) | constructor(e,t,r,n,o,a,i){this._wrappers=[],this._isOutside=!1,this._...
    method dispose (line 2) | dispose(e,t){var r,n,o,a;if(0===(this._wrappers=this._wrappers.filter(...
    method _onFocus (line 2) | _onFocus(e,t,r,n){var o,a=this._getCurrent();!a||t.useDefaultAction&&!...
    method _getCurrent (line 2) | _getCurrent(){return this._wrappers.sort(((e,t)=>e.tabbable!==t.tabbab...
    method _ensurePosition (line 2) | _ensurePosition(){var e,t,r,n=null===(e=this._element)||void 0===e?voi...
  function zo (line 2) | function zo(e){for(var t=null,r=ho.getLastElementChild(e);r;r=ho.getLast...
  function Bo (line 2) | function Bo(e,t,r){var n=new CustomEvent(t,{bubbles:!0,cancelable:!0,com...
  function Ro (line 2) | function Ro(e){return Bo(e.owner,lo,e)}
  function Lo (line 2) | function Lo(e,t,r,n){var o,a=e.storageEntry(t,!0),i=!1;if(!a.aug){if(voi...
  function Io (line 2) | function Io(e,t){var r=JSON.stringify(e);return!0===t?r:{[to]:r}}
  class Mo (line 2) | class Mo extends No{constructor(e,t,r,n){super(e,t,1,n,void 0,!0),this._...
    method constructor (line 2) | constructor(e,t,r,n){super(e,t,1,n,void 0,!0),this._onDummyInputFocus=...
  class Ao (line 2) | class Ao extends To{constructor(e,t,r,n,o){super(e,t,n),this._isFocused=...
    method constructor (line 2) | constructor(e,t,r,n,o){super(e,t,n),this._isFocused=!1,this._setFocuse...
    method addDummyInputs (line 2) | addDummyInputs(){this._dummyManager||(this._dummyManager=new Mo(this._...
    method dispose (line 2) | dispose(){var e;this._onDispose(this);var t=this._tabster.getWindow(),...
    method moveOutWithDefaultAction (line 2) | moveOutWithDefaultAction(e,t){var r=this._dummyManager;if(r)r.moveOutW...
    method _add (line 2) | _add(){}
    method _remove (line 2) | _remove(){}
  class qo (line 2) | class qo{constructor(e,t){this._autoRootWaiting=!1,this._roots={},this._...
    method constructor (line 2) | constructor(e,t){this._autoRootWaiting=!1,this._roots={},this._forceDu...
    method _autoRootUnwait (line 2) | _autoRootUnwait(e){e.removeEventListener("readystatechange",this._auto...
    method dispose (line 2) | dispose(){var e=this._win();this._autoRootUnwait(e.document),delete th...
    method createRoot (line 2) | createRoot(e,t,r){var n=new Ao(this._tabster,e,this._onRootDispose,t,r...
    method addDummyInputs (line 2) | addDummyInputs(){this._forceDummy=!0;var e=this._roots;for(var t of Ob...
    method getRootByUId (line 2) | static getRootByUId(e,t){var r=e().__tabsterInstance;return r&&r.root....
    method getTabsterContext (line 2) | static getTabsterContext(e,t,r){var n,o,a,i;if(void 0===r&&(r={}),t.ow...
    method getRoot (line 2) | static getRoot(e,t){for(var r,n=e.getParent,o=t;o;o=n(o)){var a=null==...
    method onRoot (line 2) | onRoot(e,t){t?delete this.rootById[e.uid]:this.rootById[e.uid]=e}
  class Wo (line 2) | class Wo{constructor(){this._callbacks=[]}dispose(){this._callbacks=[],d...
    method constructor (line 2) | constructor(){this._callbacks=[]}
    method dispose (line 2) | dispose(){this._callbacks=[],delete this._val}
    method subscribe (line 2) | subscribe(e){var t=this._callbacks;t.indexOf(e)<0&&t.push(e)}
    method subscribeFirst (line 2) | subscribeFirst(e){var t=this._callbacks,r=t.indexOf(e);r>=0&&t.splice(...
    method unsubscribe (line 2) | unsubscribe(e){var t=this._callbacks.indexOf(e);t>=0&&this._callbacks....
    method setVal (line 2) | setVal(e,t){this._val!==e&&(this._val=e,this._callCallbacks(e,t))}
    method getVal (line 2) | getVal(){return this._val}
    method trigger (line 2) | trigger(e,t){this._callCallbacks(e,t)}
    method _callCallbacks (line 2) | _callCallbacks(e,t){this._callbacks.forEach((r=>r(e,t)))}
  class Ho (line 2) | class Ho{constructor(e){this._tabster=e}dispose(){}getProps(e){var t=po(...
    method constructor (line 2) | constructor(e){this._tabster=e}
    method dispose (line 2) | dispose(){}
    method getProps (line 2) | getProps(e){var t=po(this._tabster,e);return t&&t.focusable||{}}
    method isFocusable (line 2) | isFocusable(e,t,r,n){return a=so,!(!(i=(o=e).matches||o.matchesSelecto...
    method isVisible (line 2) | isVisible(e){if(!e.ownerDocument||e.nodeType!==Node.ELEMENT_NODE)retur...
    method isAccessible (line 2) | isAccessible(e){for(var t,r=e;r;r=ho.getParentElement(r)){var n=po(thi...
    method _isDisabled (line 2) | _isDisabled(e){return e.hasAttribute("disabled")}
    method _isHidden (line 2) | _isHidden(e){var t,r=e.getAttribute("aria-hidden");return!(!r||"true"!...
    method findFirst (line 2) | findFirst(e,t){return this.findElement(eo({},e),t)}
    method findLast (line 2) | findLast(e,t){return this.findElement(eo({isBackward:!0},e),t)}
    method findNext (line 2) | findNext(e,t){return this.findElement(eo({},e),t)}
    method findPrev (line 2) | findPrev(e,t){return this.findElement(eo(eo({},e),{},{isBackward:!0}),t)}
    method findDefault (line 2) | findDefault(e,t){return this.findElement(eo(eo({},e),{},{acceptConditi...
    method findAll (line 2) | findAll(e){return this._findElements(!0,e)||[]}
    method findElement (line 2) | findElement(e,t){var r=this._findElements(!1,e,t);return r?r[0]:r}
    method _findElements (line 2) | _findElements(e,t,r){var n,o,a,{container:i,currentElement:l=null,incl...
    method _acceptElement (line 2) | _acceptElement(e,t){var r,n,o;if(t.found)return NodeFilter.FILTER_ACCE...
  class Uo (line 2) | class Uo extends Wo{constructor(e,t){super(),this._init=()=>{var e=this....
    method constructor (line 2) | constructor(e,t){super(),this._init=()=>{var e=this._win(),t=e.documen...
    method dispose (line 2) | dispose(){super.dispose();var e=this._win(),t=e.document;t.removeEvent...
    method forgetMemorized (line 2) | static forgetMemorized(e,t){var r,n,o=Uo._lastResetElement,a=o&&o.get(...
    method getFocusedElement (line 2) | getFocusedElement(){return this.getVal()}
    method getLastFocusedElement (line 2) | getLastFocusedElement(){var e,t=null===(e=this._lastVal)||void 0===e?v...
    method focus (line 2) | focus(e,t,r){return!!this._tabster.focusable.isFocusable(e,t,!1,r)&&(e...
    method focusDefault (line 2) | focusDefault(e){var t=this._tabster.focusable.findDefault({container:e...
    method getFirstOrLastTabbable (line 2) | getFirstOrLastTabbable(e,t){var r,n,{container:o,ignoreAccessibility:a...
    method _focusFirstOrLast (line 2) | _focusFirstOrLast(e,t){var r=this.getFirstOrLastTabbable(e,t);return!!...
    method focusFirst (line 2) | focusFirst(e){return this._focusFirstOrLast(!0,e)}
    method focusLast (line 2) | focusLast(e){return this._focusFirstOrLast(!1,e)}
    method resetFocus (line 2) | resetFocus(e){if(!this._tabster.focusable.isVisible(e))return!1;if(thi...
    method _setOrRemoveAttribute (line 2) | _setOrRemoveAttribute(e,t,r){null===r?e.removeAttribute(t):e.setAttrib...
    method _setFocusedElement (line 2) | _setFocusedElement(e,t,r){var n,o;if(!this._tabster._noop){var a={rela...
    method setVal (line 2) | setVal(e,t){super.setVal(e,t),e&&(this._lastVal=new wo(this._win,e))}
    method findNextTabbable (line 2) | static findNextTabbable(e,t,r,n,o,a,i){var l=r||t.root.getElement();if...
  class Vo (line 2) | class Vo extends Wo{constructor(e){super(),this._onChange=e=>{this.setVa...
    method constructor (line 2) | constructor(e){super(),this._onChange=e=>{this.setVal(e,void 0)},this....
    method dispose (line 2) | dispose(){super.dispose(),this._keyborg&&(this._keyborg.unsubscribe(th...
    method setNavigatingWithKeyboard (line 2) | setNavigatingWithKeyboard(e){var t;null===(t=this._keyborg)||void 0===...
    method isNavigatingWithKeyboard (line 2) | isNavigatingWithKeyboard(){var e;return!!(null===(e=this._keyborg)||vo...
  class $o (line 2) | class $o extends No{constructor(e,t,r){super(t,e,2,r),this._setHandlers(...
    method constructor (line 2) | constructor(e,t,r){super(t,e,2,r),this._setHandlers(((r,n)=>{var o,a,i...
  class Xo (line 2) | class Xo extends To{constructor(e,t,r,n,o,a){super(e,t,n),this._wasFocus...
    method constructor (line 2) | constructor(e,t,r,n,o,a){super(e,t,n),this._wasFocused=0,this.userId=n...
    method makeActive (line 2) | makeActive(e){if(this._isActive!==e){this._isActive=e;var t=this.getEl...
    method focused (line 2) | focused(e){return e||(this._wasFocused=++Ko),this._wasFocused}
    method setProps (line 2) | setProps(e){e.id&&(this.userId=e.id),this._props=eo({},e)}
    method dispose (line 2) | dispose(){var e;this.makeActive(!1),this._onDispose(this),null===(e=th...
    method isActive (line 2) | isActive(){return!!this._isActive}
    method contains (line 2) | contains(e){return ho.nodeContains(this.getElement(),e)}
    method findNextTabbable (line 2) | findNextTabbable(e,t,r,n){var o,a;if(!this.getElement())return null;va...
    method triggerFocusEvent (line 2) | triggerFocusEvent(e,t){var r=this.getElement(),n=!1;if(r){var o=t?this...
    method _remove (line 2) | _remove(){}
  class Go (line 2) | class Go{constructor(e,t,r){this._onModalizerDispose=e=>{var t=e.id,r=e....
    method constructor (line 2) | constructor(e,t,r){this._onModalizerDispose=e=>{var t=e.id,r=e.userId,...
    method dispose (line 2) | dispose(){var e=this._win();e.removeEventListener("keydown",this._onKe...
    method createModalizer (line 2) | createModalizer(e,t,r){var n,o=new Xo(this._tabster,e,this._onModalize...
    method isAugmented (line 2) | isAugmented(e){return this._augMap.has(e)}
    method hiddenUpdate (line 2) | hiddenUpdate(){this._hiddenUpdateTimer||(this._hiddenUpdateTimer=this....
    method setActive (line 2) | setActive(e){var t=null==e?void 0:e.userId,r=this.activeId;if(r!==t){i...
    method focus (line 2) | focus(e,t,r){var n=qo.getTabsterContext(this._tabster,e),o=null==n?voi...
    method acceptElement (line 2) | acceptElement(e,t){var r,n=t.modalizerUserId,o=null===(r=t.currentCtx)...
    method _hiddenUpdate (line 2) | _hiddenUpdate(){var e,t=this._tabster,r=t.getWindow().document.body,n=...
    method _restoreModalizerFocus (line 2) | _restoreModalizerFocus(e){var t=null==e?void 0:e.ownerDocument;if(e&&t...
  class Yo (line 2) | class Yo{constructor(e){this._isUncontrolledCompletely=e}isUncontrolledC...
    method constructor (line 2) | constructor(e){this._isUncontrolledCompletely=e}
    method isUncontrolledCompletely (line 2) | isUncontrolledCompletely(e,t){var r,n=null===(r=this._isUncontrolledCo...
  class Zo (line 2) | class Zo extends To{constructor(e,t,r){var n;if(super(e,t,r),this._hasFo...
    method constructor (line 2) | constructor(e,t,r){var n;if(super(e,t,r),this._hasFocus=!1,this._onFoc...
    method dispose (line 2) | dispose(){var e;if(this._props.type===uo.Source){var t=null===(e=this....
  class ea (line 2) | class ea{constructor(e){this._history=[],this._restoreFocusTimeout=0,thi...
    method constructor (line 2) | constructor(e){this._history=[],this._restoreFocusTimeout=0,this._onRe...
    method dispose (line 2) | dispose(){var e=this._getWindow();this._focusedElementState.unsubscrib...
    method _addToHistory (line 2) | _addToHistory(e){var t;(null===(t=this._history[this._history.length-1...
    method createRestorer (line 2) | createRestorer(e,t){var r=new Zo(this._tabster,e,t);return t.type===uo...
  class ta (line 2) | class ta{static _overrideAttachShadow(e){var t=e.Element.prototype.attac...
    method _overrideAttachShadow (line 2) | static _overrideAttachShadow(e){var t=e.Element.prototype.attachShadow...
    method constructor (line 2) | constructor(e){this._isObserving=!1,this._callbackWrapper=(e,t)=>{for(...
    method _addSubObserver (line 2) | _addSubObserver(e){if(this._options&&this._callback&&!this._subObserve...
    method disconnect (line 2) | disconnect(){for(var e of(this._isObserving=!1,delete this._options,ta...
    method observe (line 2) | observe(e,t){var r=e.nodeType===Node.DOCUMENT_NODE?e:e.ownerDocument,n...
    method _walkShadows (line 2) | _walkShadows(e,t){var r=e.nodeType===Node.DOCUMENT_NODE?e:e.ownerDocum...
    method takeRecords (line 2) | takeRecords(){var e=this._observer.takeRecords();for(var t of this._su...
  class ra (line 2) | class ra{constructor(e){this.keyboardNavigation=e.keyboardNavigation,thi...
    method constructor (line 2) | constructor(e){this.keyboardNavigation=e.keyboardNavigation,this.focus...
  class na (line 2) | class na{constructor(e,t){var r,n;this._forgetMemorizedElements=[],this....
    method constructor (line 2) | constructor(e,t){var r,n;this._forgetMemorizedElements=[],this._wrappe...
    method _mergeProps (line 2) | _mergeProps(e){var t;e&&(this.getParent=null!==(t=e.getParent)&&void 0...
    method createTabster (line 2) | createTabster(e,t){var r=new ra(this);return e||this._wrappers.add(r),...
    method disposeTabster (line 2) | disposeTabster(e,t){t?this._wrappers.clear():this._wrappers.delete(e),...
    method dispose (line 2) | dispose(){var e,t,r,n,o,a,i,l;this.internal.stopObserver();var s=this....
    method storageEntry (line 2) | storageEntry(e,t){var r=this._storage,n=r.get(e);return n?!1===t&&0===...
    method forceCleanup (line 2) | forceCleanup(){this._win&&(this._forgetMemorizedElements.push(this._wi...
    method queueInit (line 2) | queueInit(e){var t;this._win&&(this._initQueue.push(e),this._initTimer...
    method drainInitQueue (line 2) | drainInitQueue(){if(this._win){var e=this._initQueue;this._initQueue=[...
  function la (line 2) | function la(e,t){var r=Je(e,t,ia);return function(){var e=S(),t=ie();ret...
  function ca (line 2) | function ca(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function fa (line 2) | function fa(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function ka (line 2) | function ka(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function _a (line 2) | function _a(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function xa (line 2) | function xa(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Ea (line 2) | function Ea(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Pa (line 2) | function Pa(t){var r=Array.isArray(t)?t:[t],n=0;return r.forEach((t=>{if...
  function za (line 2) | function za(e){return Boolean(e.type.isFluentTriggerComponent)}
  function Ba (line 2) | function Ba(t){return e.isValidElement(t)?za(t)?Ba(t.props.children):t:n...
  function Ra (line 2) | function Ra(e,t){return function(){null==e||e(...arguments),null==t||t(....
  function La (line 2) | function La(e,t){return"function"==typeof e?e(t):e?Ia(e,t):e||null}
  function Ia (line 2) | function Ia(t,r){if(!e.isValidElement(t)||t.type===e.Fragment)throw new ...
  function Aa (line 2) | function Aa(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Va (line 2) | function Va(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Ka (line 2) | function Ka(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Qa (line 2) | function Qa(e,t){var r=null!=t?t:{},{disabled:n,disabledFocusable:o=!1,"...
  function $a (line 2) | function $a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Xa (line 2) | function Xa(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Ja (line 2) | function Ja(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Za (line 2) | function Za(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function ti (line 2) | function ti(e,t){if(e){var r=e;r._virtual||(r._virtual={}),r._virtual.pa...
  function ui (line 2) | function ui(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ci (line 2) | function ci(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function gi (line 2) | function gi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function bi (line 2) | function bi(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function ki (line 2) | function ki(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function _i (line 2) | function _i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Si (line 2) | function Si(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function xi (line 2) | function xi(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function tl (line 2) | function tl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function rl (line 2) | function rl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  class ll (line 2) | class ll{static get inputProperties(){return["--fai-flair-angle","--fai-...
    method inputProperties (line 2) | static get inputProperties(){return["--fai-flair-angle","--fai-flair-c...
    method paint (line 2) | paint(e,t,r){var n=parseFloat(String(r.get("--fai-flair-angle"))),{wid...
  function fl (line 2) | function fl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function dl (line 2) | function dl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Ol (line 2) | function Ol(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Sl (line 2) | function Sl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function El (line 2) | function El(e,t){return e&&t?Sl(Sl({},e),t):e||t}
  function Tl (line 2) | function Tl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Cl (line 2) | function Cl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Bl (line 2) | function Bl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Rl (line 2) | function Rl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Al (line 2) | function Al(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ql (line 2) | function ql(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Wl (line 2) | function Wl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  class Vl (line 2) | class Vl{init(e,t,r,n){this.theContainer=n,this.context=e,this.context.m...
    method init (line 2) | init(e,t,r,n){this.theContainer=n,this.context=e,this.context.mode.tra...
    method updateView (line 2) | updateView(t){var n,o,a,i;this.onSelect=!1;var l=parseInt(t.mode.alloc...
    method getOutputs (line 2) | getOutputs(){return{}}
    method destroy (line 2) | destroy(){}

FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.APICaller.bundle.js
  function Z (line 2) | function Z(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))...
  function U (line 2) | function U(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r...
  function q (line 2) | function q(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[+...
  function wt (line 2) | function wt(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){va...
  function Pt (line 2) | function Pt(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){va...
  function St (line 2) | function St(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){va...
  function Ot (line 2) | function Ot(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new St;++...
  function Ft (line 2) | function Ft(t){var e=this.__data__=new Pt(t);this.size=e.size}
  function zt (line 2) | function zt(t,e){for(var r=t.length;r--;)if(Zt(t[r][0],e))return r;retur...
  function Et (line 2) | function Et(t){return null==t?void 0===t?P:_:at&&at in Object(t)?functio...
  function kt (line 2) | function kt(t){return Wt(t)&&Et(t)==u}
  function $t (line 2) | function $t(t,e,r,n,a){return t===e||(null==t||null==e||!Wt(t)&&!Wt(e)?t...
  function xt (line 2) | function xt(t,e,r,n,a,u){var c=r&o,s=t.length,f=e.length;if(s!=f&&!(c&&f...
  function It (line 2) | function It(t){return function(t,e,r){var n=e(t);return qt(t)?n:function...
  function Dt (line 2) | function Dt(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||...
  function Ct (line 2) | function Ct(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);re...
  function Mt (line 2) | function Mt(t,e){return!!(e=null==e?a:e)&&("number"==typeof t||E.test(t)...
  function Nt (line 2) | function Nt(t){if(null!=t){try{return J.call(t)}catch(t){}try{return t+"...
  function Zt (line 2) | function Zt(t,e){return t===e||t!=t&&e!=e}
  function Gt (line 2) | function Gt(t){if(!Lt(t))return!1;var e=Et(t);return e==p||e==d||e==s||e...
  function Bt (line 2) | function Bt(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=a}
  function Lt (line 2) | function Lt(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}
  function Wt (line 2) | function Wt(t){return null!=t&&"object"==typeof t}
  function Ht (line 2) | function Ht(t){return null!=(e=t)&&Bt(e.length)&&!Gt(e)?function(t,e){va...
  function h (line 2) | function h(t,e){return!!(e=null==e?n:e)&&("number"==typeof t||a.test(t))...
  function d (line 2) | function d(t){return null!=t&&function(t){return"number"==typeof t&&t>-1...
  function t (line 2) | function t(){}
  function Y (line 2) | function Y(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var...
  function tt (line 2) | function tt(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){va...
  function et (line 2) | function et(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){va...
  function rt (line 2) | function rt(t){var e=this.__data__=new tt(t);this.size=e.size}
  function nt (line 2) | function nt(t,e,r){(void 0!==r&&!_t(t[e],r)||void 0===r&&!(e in t))&&at(...
  function ot (line 2) | function ot(t,e,r){var n=t[e];I.call(t,e)&&_t(n,r)&&(void 0!==r||e in t)...
  function it (line 2) | function it(t,e){for(var r=t.length;r--;)if(_t(t[r][0],e))return r;retur...
  function at (line 2) | function at(t,e,r){"__proto__"==e&&L?L(t,e,{configurable:!0,enumerable:!...
  function ut (line 2) | function ut(t){return null==t?void 0===t?h:s:B&&B in Object(t)?function(...
  function ct (line 2) | function ct(t){return St(t)&&ut(t)==i}
  function st (line 2) | function st(t,e,r,n,o){t!==e&&function(t,e,r){for(var n=-1,o=Object(t),i...
  function lt (line 2) | function lt(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||...
  function ht (line 2) | function ht(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);re...
  function pt (line 2) | function pt(t,e){var r=typeof t;return!!(e=null==e?o:e)&&("number"==r||"...
  function dt (line 2) | function dt(t){var e=t&&t.constructor;return t===("function"==typeof e&&...
  function yt (line 2) | function yt(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__pro...
  function _t (line 2) | function _t(t,e){return t===e||t!=t&&e!=e}
  function mt (line 2) | function mt(t){return null!=t&&wt(t.length)&&!At(t)}
  function At (line 2) | function At(t){if(!Pt(t))return!1;var e=ut(t);return e==u||e==c||e==a||e...
  function wt (line 2) | function wt(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=o}
  function Pt (line 2) | function Pt(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}
  function St (line 2) | function St(t){return null!=t&&"object"==typeof t}
  function Ft (line 2) | function Ft(t){return mt(t)?function(t,e){var r=bt(t),n=!r&&gt(t),o=!r&&...
  function kt (line 2) | function kt(t){return t}
  function h (line 2) | function h(t,e){return!(!t||!t.length)&&function(t,e,r){if(e!=e)return f...
  function p (line 2) | function p(t,e,r){for(var n=-1,o=t?t.length:0;++n<o;)if(r(e,t[n]))return...
  function d (line 2) | function d(t,e){for(var r=-1,n=e.length,o=t.length;++r<n;)t[o+r]=e[r];re...
  function y (line 2) | function y(t){return t!=t}
  function v (line 2) | function v(t,e){return t.has(e)}
  function _ (line 2) | function _(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[+...
  function I (line 2) | function I(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e...
  function D (line 2) | function D(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e...
  function C (line 2) | function C(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e...
  function R (line 2) | function R(t){var e=-1,r=t?t.length:0;for(this.__data__=new C;++e<r;)thi...
  function T (line 2) | function T(t,e){for(var r,n,o=t.length;o--;)if((r=t[o][0])===(n=e)||r!=r...
  function M (line 2) | function M(t,e,r,o){var i,a=-1,u=h,c=!0,s=t.length,f=[],l=e.length;if(!s...
  function Z (line 2) | function Z(t,e){var r,n,o=t.__data__;return("string"==(n=typeof(r=e))||"...
  function U (line 2) | function U(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);ret...
  function B (line 2) | function B(t){return function(t){return!!t&&"object"==typeof t}(t)&&func...
  function L (line 2) | function L(t){var e=W(t)?O.call(t):"";return e==a||e==u}
  function W (line 2) | function W(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}
  function n (line 2) | function n(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.en...
  function t (line 2) | function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("C...
  function e (line 2) | function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbo...
    method constructor (line 2) | constructor(){this.entityValue1={fullname:"System Administrator1",inte...
    method getRecords (line 2) | getRecords(e,r,n,o,i){return new Promise(((a,u)=>{(()=>{t(this,void 0,...
    method getRecordbyID (line 2) | getRecordbyID(e,r,n,o,i){return new Promise(((a,u)=>{(()=>{t(this,void...
    method createRecord (line 2) | createRecord(e,r,n){return new Promise(((o,i)=>{(()=>{t(this,void 0,vo...
    method deleteRecord (line 2) | deleteRecord(e,r,n){return new Promise(((o,i)=>{(()=>{t(this,void 0,vo...
    method updateRecord (line 2) | updateRecord(e,r,n,o){return new Promise(((i,a)=>{(()=>{t(this,void 0,...
    method Get (line 2) | Get(e){return new Promise(((r,n)=>{(()=>{t(this,void 0,void 0,(functio...
    method Post (line 2) | Post(e,r){return new Promise(((n,o)=>{(()=>{t(this,void 0,void 0,(func...
    method Put (line 2) | Put(t,e,r){return new Promise(((t,e)=>{}))}
    method Patch (line 2) | Patch(t,e,r){return new Promise(((t,e)=>{}))}
    method Delete (line 2) | Delete(t,e,r){return new Promise(((t,e)=>{}))}
  function r (line 2) | function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={id:n...
  function a (line 2) | function a(t){try{c(n.next(t))}catch(t){i(t)}}
    method init (line 2) | init(t,e,r,n){this.context=t,this.notifyOutputChanged=e}
    method updateView (line 2) | updateView(t){var r,n,o,a=t,u=null!==(r=t.parameters.RequestURL.raw)&&...
    method getOutputs (line 2) | getOutputs(){return{ResponseID:this.requestID,IsSuccessful:this.isSucc...
    method destroy (line 2) | destroy(){}
  function u (line 2) | function u(t){try{c(n.throw(t))}catch(t){i(t)}}
  function c (line 2) | function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r(...
  class e (line 2) | class e{constructor(){this.entityValue1={fullname:"System Administrator1...
    method constructor (line 2) | constructor(){this.entityValue1={fullname:"System Administrator1",inte...
    method getRecords (line 2) | getRecords(e,r,n,o,i){return new Promise(((a,u)=>{(()=>{t(this,void 0,...
    method getRecordbyID (line 2) | getRecordbyID(e,r,n,o,i){return new Promise(((a,u)=>{(()=>{t(this,void...
    method createRecord (line 2) | createRecord(e,r,n){return new Promise(((o,i)=>{(()=>{t(this,void 0,vo...
    method deleteRecord (line 2) | deleteRecord(e,r,n){return new Promise(((o,i)=>{(()=>{t(this,void 0,vo...
    method updateRecord (line 2) | updateRecord(e,r,n,o){return new Promise(((i,a)=>{(()=>{t(this,void 0,...
    method Get (line 2) | Get(e){return new Promise(((r,n)=>{(()=>{t(this,void 0,void 0,(functio...
    method Post (line 2) | Post(e,r){return new Promise(((n,o)=>{(()=>{t(this,void 0,void 0,(func...
    method Put (line 2) | Put(t,e,r){return new Promise(((t,e)=>{}))}
    method Patch (line 2) | Patch(t,e,r){return new Promise(((t,e)=>{}))}
    method Delete (line 2) | Delete(t,e,r){return new Promise(((t,e)=>{}))}
  class a (line 2) | class a{init(t,e,r,n){this.context=t,this.notifyOutputChanged=e}updateVi...
    method init (line 2) | init(t,e,r,n){this.context=t,this.notifyOutputChanged=e}
    method updateView (line 2) | updateView(t){var r,n,o,a=t,u=null!==(r=t.parameters.RequestURL.raw)&&...
    method getOutputs (line 2) | getOutputs(){return{ResponseID:this.requestID,IsSuccessful:this.isSucc...
    method destroy (line 2) | destroy(){}

FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.AutoWidthLabel.bundle.js
  function t (line 2) | function t(t,e){var n=-1;return t.some((function(t,i){return t[0]===e&&(...
  function e (line 2) | function e(){this.__entries__=[]}
  function t (line 2) | function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutati...
  function u (line 2) | function u(t){return parseFloat(t)||0}
  function v (line 2) | function v(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n...
  function p (line 2) | function p(t){return i?f(t)?function(t){var e=t.getBBox();return b(0,0,e...
  function b (line 2) | function b(t,e,n,i){return{x:t,y:e,width:n,height:i}}
  function t (line 2) | function t(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentR...
  function t (line 2) | function t(t,e,i){if(this.activeObservations_=[],this.observations_=new ...
  function O (line 2) | function O(t,e,n,i,o){return t.isDisabled&&n?n:t.isFocus&&i?i:t.isHover&...
  function x (line 2) | function x(t){var e;return(null!==(e=null==t?void 0:t.raw)&&void 0!==e?e...
  class S (line 2) | class S{constructor(){this.state=Object.assign({},T),this.resizeHandler=...
    method constructor (line 2) | constructor(){this.state=Object.assign({},T),this.resizeHandler=t=>{va...
    method init (line 2) | init(t,e,n,i){this.container=i,this.context=t,this.notifyOutputChanged...
    method updateView (line 2) | updateView(t){this.context=t,this.updateStateFromContext(),this.setSty...
    method getOutputs (line 2) | getOutputs(){return{AutoWidth:this.state.width}}
    method destroy (line 2) | destroy(){this.detatchEventListeners()}
    method setText (line 2) | setText(){var t,e=null!==(t=this.context.parameters.Text.raw)&&void 0!...
    method setStyles (line 2) | setStyles(){var t,e,n,i,{context:o,labelText:r}=this,s=null!==(e=null=...
    method setStateDependentStyles (line 2) | setStateDependentStyles(){var{labelText:t,context:e,state:n}=this;!fun...
    method updateStateFromContext (line 2) | updateStateFromContext(){this.state.isDisabled=this.context.mode.isCon...
    method attachEventListeners (line 2) | attachEventListeners(){var{labelText:t}=this;t.addEventListener("click...
    method detatchEventListeners (line 2) | detatchEventListeners(){var{labelText:t}=this;t.removeEventListener("c...

FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.DonutChart.bundle.js
  function i (line 2) | function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("C...
  function s (line 2) | function s(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<...
  function c (line 2) | function c(e,t){var n,r;if(void 0===t&&(t=!0),!e)return null;var o=t&&fu...
  function u (line 2) | function u(e,t,n){return null!=n||(n=document),e&&e!==n.body?t(e)?e:u(c(...
  function d (line 2) | function d(){return"undefined"!=typeof window&&!(!window.document||!wind...
  function p (line 2) | function p(e){if(d()&&void 0!==h){var t=e;return t&&t.ownerDocument&&t.o...
  function f (line 2) | function f(e){if(d()&&"undefined"!=typeof document){var t=e;return t&&t....
  function y (line 2) | function y(e,t,n,r,o,i,a,s,l){var c;if(!t||!a&&t===e)return null;var u=x...
  function b (line 2) | function b(e,t,n,r,o,i,a,s,l,c){var u;if(!t||t===e&&o&&!a)return null;va...
  function x (line 2) | function x(e){if(!e||!e.getAttribute)return!1;var t=e.getAttribute(g);re...
  function C (line 2) | function C(e,t){var n=null!=t?t:p();return!!e&&x(e)&&!e.hidden&&"hidden"...
  function w (line 2) | function w(e,t,n){if(void 0===n&&(n=!0),!e||e.disabled)return!1;var r=0,...
  function E (line 2) | function E(e){return!!(e&&e.getAttribute&&e.getAttribute(m))}
  function S (line 2) | function S(e){return!(!e||!e.getAttribute||"true"!==e.getAttribute(_))}
  function A (line 2) | function A(e){var t=null;try{var n=p();t=n?n.sessionStorage.getItem(e):n...
  function D (line 2) | function D(e){k!==e&&(k=e)}
  function M (line 2) | function M(){return void 0===k&&(k="undefined"!=typeof document&&!!docum...
  function N (line 2) | function N(){return{rtl:M(),shadowConfig:T}}
  function R (line 2) | function R(e){if(void 0===e&&(e={}),void 0!==e.rtl)return e.rtl;if(void ...
  function B (line 2) | function B(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n...
  function H (line 2) | function H(){W(this.props.componentRef,this)}
  function z (line 2) | function z(e){e.componentRef!==this.props.componentRef&&(W(e.componentRe...
  function q (line 2) | function q(){W(this.props.componentRef,null)}
  function W (line 2) | function W(e,t){e&&("object"==typeof e?e.current=t:"function"==typeof e&...
  function e (line 2) | function e(e,t){var n,r,o,i,s,l;this._rules=[],this._preservedRules=[],t...
  function Y (line 2) | function Y(e){void 0===e&&(e=0),X[G]=e}
  function J (line 2) | function J(e,t,n){void 0===n&&(n=!0);var r=!1;if(e&&t)if(n)if(e===t)r=!0...
  function ie (line 2) | function ie(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];...
  function ce (line 2) | function ce(e,t){var n=function(){var e;if(!ae){var t="undefined"!=typeo...
  function he (line 2) | function he(e,t){var n=e[t],r=e[t+1];if("number"==typeof r){var o=de.ind...
  function _e (line 2) | function _e(e,t,n){if(e.rtl){var r=t[n];if(!r)return;var o=t[n+1];if("st...
  function xe (line 2) | function xe(e,t){return e.indexOf(":global(")>=0?e.replace(be,"$1"):0===...
  function Ce (line 2) | function Ce(e,t,n,r,o){void 0===t&&(t={__order:[]}),0===n.indexOf("@")?w...
  function we (line 2) | function we(e,t,n,r){void 0===t&&(t={__order:[]}),void 0===n&&(n="&");va...
  function Ee (line 2) | function Ee(e,t,n){var r="string"==typeof n?function(e){for(var t=[],n=0...
  function Se (line 2) | function Se(e,t){return t<=0?"":1===t?e:e+Se(e,t-1)}
  function Ae (line 2) | function Ae(e,t){if(!t)return"";var n,r,o,i=[];for(var a in t)t.hasOwnPr...
  function ke (line 2) | function ke(e){for(var t,n=[],r=1;r<arguments.length;r++)n[r-1]=argument...
  function Le (line 2) | function Le(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[...
  function Ie (line 2) | function Ie(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];...
  function e (line 2) | function e(){}
  function Re (line 2) | function Re(){var e,t=p()||{};return t[Me]||(t[Me]=((e={})[Ne]={},e)),t[...
  function Be (line 2) | function Be(){return Re()[Ne]}
  function e (line 2) | function e(){}
  function Ge (line 2) | function Ge(e){Ze.theme=e,function(){if(Ze.theme){for(var e=[],t=0,n=Ze....
  function Xe (line 2) | function Xe(e){e.forEach((function(e){var t=e&&e.styleElement;t&&t.paren...
  function $e (line 2) | function $e(e){var t=Ze.theme,n=!1;return{styleString:(e||[]).map((funct...
  function lt (line 2) | function lt(e,t,n){return{fontFamily:n,MozOsxFontSmoothing:"grayscale",W...
  function pt (line 2) | function pt(e,t,n,r){!function(e){var t=Z.getInstance(),n=Ae(N(),e);if(!...
  function ft (line 2) | function ft(e,t,n,r,o){void 0===r&&(r="segoeui");var i="".concat(e,"/")....
  function vt (line 2) | function vt(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[...
  function gt (line 2) | function gt(e,t,n){for(var r in void 0===n&&(n=[]),n.push(t),t)if(t.hasO...
  function mt (line 2) | function mt(e,t,n,r,o){return void 0===o&&(o=!1),function(e,t){var n="";...
  function _t (line 2) | function _t(e,t,n,r,o){void 0===o&&(o=!1);var i={},s=e||{},l=s.white,c=s...
  function bt (line 2) | function bt(e,t){void 0===e&&(e={}),void 0===t&&(t=!1);var n=!!e.isInver...
  function Et (line 2) | function Et(){var e,t,n,r=p();(null===(t=null==r?void 0:r.FabricConfig)|...
  function kt (line 2) | function kt(e,t){if(void 0!==At){var n=At.__packages__=At.__packages__||...
  function Ot (line 2) | function Ot(e,t){var n;"function"==typeof MouseEvent?n=new MouseEvent("c...
  function t (line 2) | function t(r){var o,i,a,s,u,d=this;(d=e.call(this,r)||this)._root=n.crea...
  function jt (line 2) | function jt(e){var t=e+="",n=t.indexOf(":");return n>=0&&"xmlns"!==(t=e....
  function Ut (line 2) | function Ut(e){return function(){var t=this.ownerDocument,n=this.namespa...
  function Kt (line 2) | function Kt(e){return function(){return this.ownerDocument.createElement...
  function Zt (line 2) | function Zt(e){var t=jt(e);return(t.local?Kt:Ut)(t)}
  function Gt (line 2) | function Gt(){}
  function Xt (line 2) | function Xt(e){return null==e?Gt:function(){return this.querySelector(e)}}
  function $t (line 2) | function $t(){return[]}
  function tn (line 2) | function tn(e){return new Array(e.length)}
  function nn (line 2) | function nn(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e....
  function rn (line 2) | function rn(e,t,n,r,o,i){for(var a,s=0,l=t.length,c=i.length;s<c;++s)(a=...
  function on (line 2) | function on(e,t,n,r,o,i,a){var s,l,c,u={},d=t.length,h=i.length,p=new Ar...
  function an (line 2) | function an(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}
  function sn (line 2) | function sn(e){return function(){this.removeAttribute(e)}}
  function ln (line 2) | function ln(e){return function(){this.removeAttributeNS(e.space,e.local)}}
  function cn (line 2) | function cn(e,t){return function(){this.setAttribute(e,t)}}
  function un (line 2) | function un(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}
  function dn (line 2) | function dn(e,t){return function(){var n=t.apply(this,arguments);null==n...
  function hn (line 2) | function hn(e,t){return function(){var n=t.apply(this,arguments);null==n...
  function pn (line 2) | function pn(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.do...
  function fn (line 2) | function fn(e){return function(){this.style.removeProperty(e)}}
  function vn (line 2) | function vn(e,t,n){return function(){this.style.setProperty(e,t,n)}}
  function gn (line 2) | function gn(e,t,n){return function(){var r=t.apply(this,arguments);null=...
  function mn (line 2) | function mn(e){return function(){delete this[e]}}
  function _n (line 2) | function _n(e,t){return function(){this[e]=t}}
  function yn (line 2) | function yn(e,t){return function(){var n=t.apply(this,arguments);null==n...
  function bn (line 2) | function bn(e){return e.trim().split(/^|\s+/)}
  function xn (line 2) | function xn(e){return e.classList||new Cn(e)}
  function Cn (line 2) | function Cn(e){this._node=e,this._names=bn(e.getAttribute("class")||"")}
  function wn (line 2) | function wn(e,t){for(var n=xn(e),r=-1,o=t.length;++r<o;)n.add(t[r])}
  function En (line 2) | function En(e,t){for(var n=xn(e),r=-1,o=t.length;++r<o;)n.remove(t[r])}
  function Sn (line 2) | function Sn(e){return function(){wn(this,e)}}
  function An (line 2) | function An(e){return function(){En(this,e)}}
  function kn (line 2) | function kn(e,t){return function(){(t.apply(this,arguments)?wn:En)(this,...
  function Ln (line 2) | function Ln(){this.textContent=""}
  function In (line 2) | function In(e){return function(){this.textContent=e}}
  function Tn (line 2) | function Tn(e){return function(){var t=e.apply(this,arguments);this.text...
  function Fn (line 2) | function Fn(){this.innerHTML=""}
  function Dn (line 2) | function Dn(e){return function(){this.innerHTML=e}}
  function Mn (line 2) | function Mn(e){return function(){var t=e.apply(this,arguments);this.inne...
  function Nn (line 2) | function Nn(){this.nextSibling&&this.parentNode.appendChild(this)}
  function Pn (line 2) | function Pn(){this.previousSibling&&this.parentNode.insertBefore(this,th...
  function On (line 2) | function On(){return null}
  function Rn (line 2) | function Rn(){var e=this.parentNode;e&&e.removeChild(this)}
  function Bn (line 2) | function Bn(){return this.parentNode.insertBefore(this.cloneNode(!1),thi...
  function Hn (line 2) | function Hn(){return this.parentNode.insertBefore(this.cloneNode(!0),thi...
  function Wn (line 2) | function Wn(e,t,n){return e=Vn(e,t,n),function(t){var n=t.relatedTarget;...
  function Vn (line 2) | function Vn(e,t,n){return function(r){var o=qn;qn=r;try{e.call(this,this...
  function jn (line 2) | function jn(e){return function(){var t=this.__on;if(t){for(var n,r=0,o=-...
  function Un (line 2) | function Un(e,t,n){var r=zn.hasOwnProperty(e.type)?Wn:Vn;return function...
  function Kn (line 2) | function Kn(e,t,n){var r=pn(e),o=r.CustomEvent;"function"==typeof o?o=ne...
  function Zn (line 2) | function Zn(e,t){return function(){return Kn(this,e,t)}}
  function Gn (line 2) | function Gn(e,t){return function(){return Kn(this,e,t.apply(this,argumen...
  function $n (line 2) | function $n(e,t){this._groups=e,this._parents=t}
  function t (line 2) | function t(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}
  function Jn (line 2) | function Jn(){this._="@"+(++Yn).toString(36)}
  function Qn (line 2) | function Qn(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).inde...
  function nr (line 2) | function nr(e){if(!(t=tr.exec(e)))throw new Error("invalid format: "+e);...
  function rr (line 2) | function rr(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0...
  function or (line 2) | function or(e,t){var n=Qn(e,t);if(!n)return e+"";var r=n[0],o=n[1];retur...
  function ar (line 2) | function ar(e){return e}
  function d (line 2) | function d(e){var t=(e=nr(e)).fill,n=e.align,d=e.sign,h=e.symbol,p=e.zer...
  function t (line 2) | function t(){return null!==e&&e.apply(this,arguments)||this}
  function t (line 2) | function t(t){var o,i,c=this;(c=e.call(this,t)||this)._isLegendSelected=...
  function Lr (line 2) | function Lr(e){return function(){return e}}
  function Ir (line 2) | function Ir(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}
  function Tr (line 2) | function Tr(e){return e}
  function no (line 2) | function no(e){return e>=1?eo:e<=-1?-eo:Math.asin(e)}
  function ro (line 2) | function ro(){var e=Tr,t=Ir,n=null,r=Lr(0),o=Lr(to),i=Lr(0);function a(a...
  function oo (line 2) | function oo(e,t){return t||(t=e.slice(0)),Object.freeze(Object.definePro...
  function co (line 2) | function co(e){this._+=e[0];for(var t=1,n=e.length;t<n;++t)this._+=argum...
  class uo (line 2) | class uo{constructor(e){this._x0=this._y0=this._x1=this._y1=null,this._=...
    method constructor (line 2) | constructor(e){this._x0=this._y0=this._x1=this._y1=null,this._="",this...
    method moveTo (line 2) | moveTo(e,t){this._append(Fr||(Fr=oo(["M",",",""])),this._x0=this._x1=+...
    method closePath (line 2) | closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this...
    method lineTo (line 2) | lineTo(e,t){this._append(Mr||(Mr=oo(["L",",",""])),this._x1=+e,this._y...
    method quadraticCurveTo (line 2) | quadraticCurveTo(e,t,n,r){this._append(Nr||(Nr=oo(["Q",",",",",",",""]...
    method bezierCurveTo (line 2) | bezierCurveTo(e,t,n,r,o,i){this._append(Pr||(Pr=oo(["C",",",",",",",",...
    method arcTo (line 2) | arcTo(e,t,n,r,o){if(e=+e,t=+t,n=+n,r=+r,(o=+o)<0)throw new Error("nega...
    method arc (line 2) | arc(e,t,n,r,o,i){if(e=+e,t=+t,i=!!i,(n=+n)<0)throw new Error("negative...
    method rect (line 2) | rect(e,t,n,r){this._append(jr||(jr=oo(["M",",","h","v","h","Z"])),this...
    method toString (line 2) | toString(){return this._}
  function ho (line 2) | function ho(e){return e.innerRadius}
  function po (line 2) | function po(e){return e.outerRadius}
  function fo (line 2) | function fo(e){return e.startAngle}
  function vo (line 2) | function vo(e){return e.endAngle}
  function go (line 2) | function go(e){return e&&e.padAngle}
  function mo (line 2) | function mo(e,t,n,r,o,i,a){var s=e-n,l=t-r,c=(a?i:-i)/Yr(s*s+l*l),u=c*l,...
  function _o (line 2) | function _o(){var e,t,n=ho,r=po,o=Lr(0),i=null,a=fo,s=vo,l=go,c=null,u=(...
  function t (line 2) | function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.stat...
  function xo (line 2) | function xo(e){e.arc.innerRadius(e.innerRadius),e.arc.outerRadius(e.oute...
  function t (line 2) | function t(t){var r=e.call(this,t)||this;return r.arcGenerator=function(...
  function t (line 2) | function t(t){var n=e.call(this,t)||this;return n._closeCallout=function...
  function Ro (line 2) | function Ro(e){var t=Oo[e%Oo.length];return Fo(t[Math.floor(Math.random(...
  class Bo (line 2) | class Bo{init(e,t){this.notifyOutputChanged=t,this.context=e,this.contex...
    method init (line 2) | init(e,t){this.notifyOutputChanged=t,this.context=e,this.context.mode....
    method updateView (line 2) | updateView(e){var t,r,o,i,a=e.parameters.items,s=e.updatedProperties.i...
    method getOutputs (line 2) | getOutputs(){return{}}
    method destroy (line 2) | destroy(){}

FILE: CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.FluentAIAssistant.bundle.js
  function i (line 2) | function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?inv...
  function l (line 2) | function l(e,t){s(e,t),s(e+"Capture",t)}
  function s (line 2) | function s(e,t){for(a[e]=t,e=0;e<t.length;e++)u.add(t[e])}
  function h (line 2) | function h(e,t,r,n,o,i,u){this.acceptsBooleans=2===t||3===t||4===t,this....
  function D (line 2) | function D(e){return e[1].toUpperCase()}
  function b (line 2) | function b(e,t,r,n){var o=m.hasOwnProperty(t)?m[t]:null;(null!==o?0!==o....
  function z (line 2) | function z(e){return null===e||"object"!=typeof e?null:"function"==typeo...
  function L (line 2) | function L(e){if(void 0===N)try{throw Error()}catch(e){var t=e.stack.tri...
  function M (line 2) | function M(e,t){if(!e||I)return"";I=!0;var r=Error.prepareStackTrace;Err...
  function q (line 2) | function q(e){switch(e.tag){case 5:return L(e.type);case 16:return L("La...
  function H (line 2) | function H(e){if(null==e)return null;if("function"==typeof e)return e.di...
  function W (line 2) | function W(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:re...
  function V (line 2) | function V(e){switch(typeof e){case"boolean":case"number":case"string":c...
  function U (line 2) | function U(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase...
  function K (line 2) | function K(e){e._valueTracker||(e._valueTracker=function(e){var t=U(e)?"...
  function $ (line 2) | function $(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=...
  function G (line 2) | function G(e){if(void 0===(e=e||("undefined"!=typeof document?document:v...
  function Q (line 2) | function Q(e,t){var r=t.checked;return R({},t,{defaultChecked:void 0,def...
  function X (line 2) | function X(e,t){var r=null==t.defaultValue?"":t.defaultValue,n=null!=t.c...
  function Y (line 2) | function Y(e,t){null!=(t=t.checked)&&b(e,"checked",t,!1)}
  function J (line 2) | function J(e,t){Y(e,t);var r=V(t.value),n=t.type;if(null!=r)"number"===n...
  function Z (line 2) | function Z(e,t,r){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaul...
  function ee (line 2) | function ee(e,t,r){"number"===t&&G(e.ownerDocument)===e||(null==r?e.defa...
  function re (line 2) | function re(e,t,r,n){if(e=e.options,t){t={};for(var o=0;o<r.length;o++)t...
  function ne (line 2) | function ne(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(i(91));r...
  function oe (line 2) | function oe(e,t){var r=t.value;if(null==r){if(r=t.children,t=t.defaultVa...
  function ie (line 2) | function ie(e,t){var r=V(t.value),n=V(t.defaultValue);null!=r&&((r=""+r)...
  function ue (line 2) | function ue(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!...
  function ae (line 2) | function ae(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";ca...
  function le (line 2) | function le(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?ae(t...
  function de (line 2) | function de(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&3===r.n...
  function he (line 2) | function he(e,t,r){return null==t||"boolean"==typeof t||""===t?"":r||"nu...
  function me (line 2) | function me(e,t){for(var r in e=e.style,t)if(t.hasOwnProperty(r)){var n=...
  function De (line 2) | function De(e,t){if(t){if(ge[e]&&(null!=t.children||null!=t.dangerouslyS...
  function be (line 2) | function be(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;swit...
  function Fe (line 2) | function Fe(e){return(e=e.target||e.srcElement||window).correspondingUse...
  function ke (line 2) | function ke(e){if(e=yo(e)){if("function"!=typeof we)throw Error(i(280));...
  function xe (line 2) | function xe(e){Ee?Ce?Ce.push(e):Ce=[e]:Ee=e}
  function Ae (line 2) | function Ae(){if(Ee){var e=Ee,t=Ce;if(Ce=Ee=null,ke(e),t)for(e=0;e<t.len...
  function Be (line 2) | function Be(e,t){return e(t)}
  function Se (line 2) | function Se(){}
  function Oe (line 2) | function Oe(e,t,r){if(_e)return e(t,r);_e=!0;try{return Be(e,t,r)}finall...
  function je (line 2) | function je(e,t){var r=e.stateNode;if(null===r)return null;var n=wo(r);i...
  function ze (line 2) | function ze(e,t,r,n,o,i,u,a,l){var s=Array.prototype.slice.call(argument...
  function qe (line 2) | function qe(e,t,r,n,o,i,u,a,l){Ne=!1,Re=null,ze.apply(Me,arguments)}
  function He (line 2) | function He(e){var t=e,r=e;if(e.alternate)for(;t.return;)t=t.return;else...
  function We (line 2) | function We(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&null!==...
  function Ve (line 2) | function Ve(e){if(He(e)!==e)throw Error(i(188))}
  function Ue (line 2) | function Ue(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(...
  function Ke (line 2) | function Ke(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;)...
  function ft (line 2) | function ft(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:retur...
  function dt (line 2) | function dt(e,t){var r=e.pendingLanes;if(0===r)return 0;var n=0,o=e.susp...
  function pt (line 2) | function pt(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case...
  function vt (line 2) | function vt(e){return 0!=(e=-1073741825&e.pendingLanes)?e:1073741824&e?1...
  function ht (line 2) | function ht(){var e=st;return!(4194240&(st<<=1))&&(st=64),e}
  function mt (line 2) | function mt(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}
  function gt (line 2) | function gt(e,t,r){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,...
  function Dt (line 2) | function Dt(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var...
  function yt (line 2) | function yt(e){return 1<(e&=-e)?4<e?268435455&e?16:536870912:4:1}
  function zt (line 2) | function zt(e,t){switch(e){case"focusin":case"focusout":Bt=null;break;ca...
  function Nt (line 2) | function Nt(e,t,r,n,o,i){return null===e||e.nativeEvent!==i?(e={blockedO...
  function Rt (line 2) | function Rt(e){var t=bo(e.target);if(null!==t){var r=He(t);if(null!==r)i...
  function Lt (line 2) | function Lt(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContaine...
  function It (line 2) | function It(e,t,r){Lt(e)&&r.delete(t)}
  function Mt (line 2) | function Mt(){xt=!1,null!==Bt&&Lt(Bt)&&(Bt=null),null!==St&&Lt(St)&&(St=...
  function qt (line 2) | function qt(e,t){e.blockedOn===t&&(e.blockedOn=null,xt||(xt=!0,o.unstabl...
  function Ht (line 2) | function Ht(e){function t(t){return qt(t,e)}if(0<At.length){qt(At[0],e);...
  function Ut (line 2) | function Ut(e,t,r,n){var o=bt,i=Wt.transition;Wt.transition=null;try{bt=...
  function Kt (line 2) | function Kt(e,t,r,n){var o=bt,i=Wt.transition;Wt.transition=null;try{bt=...
  function $t (line 2) | function $t(e,t,r,n){if(Vt){var o=Qt(e,t,r,n);if(null===o)Vn(e,t,n,Gt,r)...
  function Qt (line 2) | function Qt(e,t,r,n){if(Gt=null,null!==(e=bo(e=Fe(n))))if(null===(t=He(e...
  function Xt (line 2) | function Xt(e){switch(e){case"cancel":case"click":case"close":case"conte...
  function er (line 2) | function er(){if(Zt)return Zt;var e,t,r=Jt,n=r.length,o="value"in Yt?Yt....
  function tr (line 2) | function tr(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&...
  function rr (line 2) | function rr(){return!0}
  function nr (line 2) | function nr(){return!1}
  function or (line 2) | function or(e){function t(t,r,n,o,i){for(var u in this._reactName=t,this...
  function Er (line 2) | function Er(e){var t=this.nativeEvent;return t.getModifierState?t.getMod...
  function Cr (line 2) | function Cr(){return Er}
  function Ir (line 2) | function Ir(e,t){switch(e){case"keyup":return-1!==jr.indexOf(t.keyCode);...
  function Mr (line 2) | function Mr(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}
  function Wr (line 2) | function Wr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"inpu...
  function Vr (line 2) | function Vr(e,t,r,n){xe(n),0<(t=Kn(t,"onChange")).length&&(r=new sr("onC...
  function $r (line 2) | function $r(e){Ln(e,0)}
  function Gr (line 2) | function Gr(e){if($(Fo(e)))return e}
  function Qr (line 2) | function Qr(e,t){if("change"===e)return t}
  function en (line 2) | function en(){Ur&&(Ur.detachEvent("onpropertychange",tn),Kr=Ur=null)}
  function tn (line 2) | function tn(e){if("value"===e.propertyName&&Gr(Kr)){var t=[];Vr(t,Kr,e,F...
  function rn (line 2) | function rn(e,t,r){"focusin"===e?(en(),Kr=r,(Ur=t).attachEvent("onproper...
  function nn (line 2) | function nn(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)retu...
  function on (line 2) | function on(e,t){if("click"===e)return Gr(t)}
  function un (line 2) | function un(e,t){if("input"===e||"change"===e)return Gr(t)}
  function ln (line 2) | function ln(e,t){if(an(e,t))return!0;if("object"!=typeof e||null===e||"o...
  function sn (line 2) | function sn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}
  function cn (line 2) | function cn(e,t){var r,n=sn(e);for(e=0;n;){if(3===n.nodeType){if(r=e+n.t...
  function fn (line 2) | function fn(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===...
  function dn (line 2) | function dn(){for(var e=window,t=G();t instanceof e.HTMLIFrameElement;){...
  function pn (line 2) | function pn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(...
  function vn (line 2) | function vn(e){var t=dn(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r...
  function yn (line 2) | function yn(e,t,r){var n=r.window===r?r.document:9===r.nodeType?r:r.owne...
  function Fn (line 2) | function Fn(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["W...
  function kn (line 2) | function kn(e){if(En[e])return En[e];if(!wn[e])return e;var t,r=wn[e];fo...
  function jn (line 2) | function jn(e,t){_n.set(e,t),l(t,[e])}
  function Rn (line 2) | function Rn(e,t,r){var n=e.type||"unknown-event";e.currentTarget=r,funct...
  function Ln (line 2) | function Ln(e,t){t=!!(4&t);for(var r=0;r<e.length;r++){var n=e[r],o=n.ev...
  function In (line 2) | function In(e,t){var r=t[mo];void 0===r&&(r=t[mo]=new Set);var n=e+"__bu...
  function Mn (line 2) | function Mn(e,t,r){var n=0;t&&(n|=4),Wn(r,e,n,t)}
  function Hn (line 2) | function Hn(e){if(!e[qn]){e[qn]=!0,u.forEach((function(t){"selectionchan...
  function Wn (line 2) | function Wn(e,t,r,n){switch(Xt(t)){case 1:var o=Ut;break;case 4:o=Kt;bre...
  function Vn (line 2) | function Vn(e,t,r,n,o){var i=n;if(!(1&t||2&t||null===n))e:for(;;){if(nul...
  function Un (line 2) | function Un(e,t,r){return{instance:e,listener:t,currentTarget:r}}
  function Kn (line 2) | function Kn(e,t){for(var r=t+"Capture",n=[];null!==e;){var o=e,i=o.state...
  function $n (line 2) | function $n(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag)...
  function Gn (line 2) | function Gn(e,t,r,n,o){for(var i=t._reactName,u=[];null!==r&&r!==n;){var...
  function Yn (line 2) | function Yn(e){return("string"==typeof e?e:""+e).replace(Qn,"\n").replac...
  function Jn (line 2) | function Jn(e,t,r){if(t=Yn(t),Yn(e)!==t&&r)throw Error(i(425))}
  function Zn (line 2) | function Zn(){}
  function ro (line 2) | function ro(e,t){return"textarea"===e||"noscript"===e||"string"==typeof ...
  function ao (line 2) | function ao(e){setTimeout((function(){throw e}))}
  function lo (line 2) | function lo(e,t){var r=t,n=0;do{var o=r.nextSibling;if(e.removeChild(r),...
  function so (line 2) | function so(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||...
  function co (line 2) | function co(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){va...
  function bo (line 2) | function bo(e){var t=e[po];if(t)return t;for(var r=e.parentNode;r;){if(t...
  function yo (line 2) | function yo(e){return!(e=e[po]||e[ho])||5!==e.tag&&6!==e.tag&&13!==e.tag...
  function Fo (line 2) | function Fo(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(i(...
  function wo (line 2) | function wo(e){return e[vo]||null}
  function ko (line 2) | function ko(e){return{current:e}}
  function xo (line 2) | function xo(e){0>Co||(e.current=Eo[Co],Eo[Co]=null,Co--)}
  function Ao (line 2) | function Ao(e,t){Co++,Eo[Co]=e.current,e.current=t}
  function jo (line 2) | function jo(e,t){var r=e.type.contextTypes;if(!r)return Bo;var n=e.state...
    method constructor (line 2) | constructor(e){this._target=e}
    method deref (line 2) | deref(){return this._target}
    method cleanup (line 2) | static cleanup(e,t){return!e._target||!(!t&&Wo(e._target.ownerDocument...
  function Po (line 2) | function Po(e){return null!=e.childContextTypes}
    method constructor (line 2) | constructor(e,t,r){var n,o=Oo(e);o.WeakRef?n=new o.WeakRef(t):(n=new j...
    method get (line 2) | get(){var e,t=this._ref;return t&&((e=t.deref())||delete this._ref),e}
    method getData (line 2) | getData(){return this._data}
  function To (line 2) | function To(){xo(_o),xo(So)}
  function zo (line 2) | function zo(e,t,r){if(So.current!==Bo)throw Error(i(168));Ao(So,t),Ao(_o...
  function No (line 2) | function No(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,"function"...
  function Ro (line 2) | function Ro(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMerged...
  function Lo (line 2) | function Lo(e,t,r){var n=e.stateNode;if(!n)throw Error(i(169));r?(e=No(e...
  function Ho (line 2) | function Ho(e){null===Io?Io=[e]:Io.push(e)}
  function Wo (line 2) | function Wo(){if(!qo&&null!==Io){qo=!0;var e=0,t=bt;try{var r=Io;for(bt=...
  function Zo (line 2) | function Zo(e,t){Vo[Uo++]=$o,Vo[Uo++]=Ko,Ko=e,$o=t}
  function ei (line 2) | function ei(e,t,r){Go[Qo++]=Yo,Go[Qo++]=Jo,Go[Qo++]=Xo,Xo=e;var n=Yo;e=J...
  function ti (line 2) | function ti(e){null!==e.return&&(Zo(e,1),ei(e,1,0))}
    method constructor (line 2) | constructor(e,t,r,n){super(e,t,1,n,void 0,!0),this._onDummyInputFocus=...
  function ri (line 2) | function ri(e){for(;e===Ko;)Ko=Vo[--Uo],Vo[Uo]=null,$o=Vo[--Uo],Vo[Uo]=n...
    method constructor (line 2) | constructor(e,t,r,n,o){super(e,t,n),this._isFocused=!1,this._setFocuse...
    method addDummyInputs (line 2) | addDummyInputs(){this._dummyManager||(this._dummyManager=new ti(this._...
    method dispose (line 2) | dispose(){var e;this._onDispose(this);var t=this._tabster.getWindow(),...
    method moveOutWithDefaultAction (line 2) | moveOutWithDefaultAction(e,t){var r=this._dummyManager;if(r)r.moveOutW...
    method _add (line 2) | _add(){}
    method _remove (line 2) | _remove(){}
  function ai (line 2) | function ai(e,t){var r=js(5,null,null,0);r.elementType="DELETED",r.state...
    method constructor (line 2) | constructor(e,t,r,n){super(r,e,4,n,!0),this._setHandlers(((n,o,i)=>{va...
  function li (line 2) | function li(e,t){switch(e.tag){case 5:var r=e.type;return null!==(t=1!==...
    method constructor (line 2) | constructor(e,t,r,n,o){super(e,t,n),this._shouldTabInside=!1,this.make...
    method dispose (line 2) | dispose(){var e;this._onDispose(this),this._element.get(),null===(e=th...
    method findNextTabbable (line 2) | findNextTabbable(e,t,r,n){var o,i=this.getElement();if(!i)return null;...
    method makeTabbable (line 2) | makeTabbable(e){this._shouldTabInside=e||!this._props.tabbability}
    method isActive (line 2) | isActive(e){for(var t,r=this.getElement()||null,n=!0,o=Bo.getParentEle...
    method getFirst (line 2) | getFirst(e){var t,r,n=this.getElement();if(n){if(e&&this._tabster.focu...
    method setFirst (line 2) | setFirst(e){e?this._first=new Po(this._tabster.getWindow,e):delete thi...
    method acceptElement (line 2) | acceptElement(e,t){var r,n=t.cachedGrouppers,o=Bo.getParentElement(thi...
  function si (line 2) | function si(e){return!(!(1&e.mode)||128&e.flags)}
    method constructor (line 2) | constructor(e,t){this._current={},this._grouppers={},this._init=()=>{v...
    method dispose (line 2) | dispose(){var e=this._win();this._handleKeyPressTimer&&(e.clearTimeout...
    method createGroupper (line 2) | createGroupper(e,t,r){var n=new li(this._tabster,e,this._onGroupperDis...
    method forgetCurrentGrouppers (line 2) | forgetCurrentGrouppers(){this._current={}}
    method _updateCurrent (line 2) | _updateCurrent(e,t,r){var n;this._updateTimer&&(this._win().clearTimeo...
    method _enterGroupper (line 2) | _enterGroupper(e,t){var r=this._tabster,n=ni.getTabsterContext(r,e),o=...
    method _escapeGroupper (line 2) | _escapeGroupper(e,t,r){var n,o=this._tabster,i=ni.getTabsterContext(o,...
    method moveFocus (line 2) | moveFocus(e,t){return t===Do.Enter?this._enterGroupper(e):this._escape...
    method handleKeyPress (line 2) | handleKeyPress(e,t,r){var n=this._tabster,o=ni.getTabsterContext(n,e);...
  function ci (line 2) | function ci(e){if(ii){var t=oi;if(t){var r=t;if(!li(e,t)){if(si(e))throw...
    method constructor (line 2) | constructor(e){super(),this._onChange=e=>{this.setVal(e,void 0)},this....
    method dispose (line 2) | dispose(){super.dispose(),this._keyborg&&(this._keyborg.unsubscribe(th...
    method setNavigatingWithKeyboard (line 2) | setNavigatingWithKeyboard(e){var t;null===(t=this._keyborg)||void 0===...
    method isNavigatingWithKeyboard (line 2) | isNavigatingWithKeyboard(){var e;return!!(null===(e=this._keyborg)||vo...
  function fi (line 2) | function fi(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag...
  function di (line 2) | function di(e){if(e!==ni)return!1;if(!ii)return fi(e),ii=!0,!1;var t;if(...
    method constructor (line 2) | constructor(e,t,r,n){super(t,e,3,n),this._onFocusDummyInput=e=>{var t,...
  function pi (line 2) | function pi(){for(var e=oi;e;)e=so(e.nextSibling)}
    method constructor (line 2) | constructor(e,t,r,n,o){var i;super(e,t,n),this._visible={},this._onInt...
    method dispose (line 2) | dispose(){var e;this._onDispose(this),this._intersectionObserver&&(thi...
    method setCurrent (line 2) | setCurrent(e){this._current=e?new Po(this._win,e):void 0,!this._props....
    method getCurrent (line 2) | getCurrent(){var e;return(null===(e=this._current)||void 0===e?void 0:...
    method findNextTabbable (line 2) | findNextTabbable(e,t,r,n){var o,i=this.getElement(),u=i&&(null===(o=nu...
    method acceptElement (line 2) | acceptElement(e,t){var r,n,o;if(!ui.isTabbing)return(null===(r=t.curre...
    method _observeState (line 2) | _observeState(){var e=this.getElement();if(!this._unobserve&&e&&"undef...
    method getState (line 2) | getState(e){var t=qo(this._win,e);if(t in this._visible){var r=this._v...
  function vi (line 2) | function vi(){oi=ni=null,ii=!1}
    method constructor (line 2) | constructor(e,t){var r=this;this._init=()=>{var e=this._win();e.addEve...
    method dispose (line 2) | dispose(){var e,t=this._win();this._tabster.focusedElement.unsubscribe...
    method createMover (line 2) | createMover(e,t,r){var n=new pi(this._tabster,e,this._onMoverDispose,t...
    method moveFocus (line 2) | moveFocus(e,t){return this._moveFocus(e,t)}
    method _moveFocus (line 2) | _moveFocus(e,t,r){var n,o,i=this._tabster,u=ni.getTabsterContext(i,e,{...
    method _isIgnoredInput (line 2) | _isIgnoredInput(e,t){var r=this;return oo((function*(){if("true"===e.g...
  function hi (line 2) | function hi(e){null===ui?ui=[e]:ui.push(e)}
    method constructor (line 2) | constructor(e){this._isUncontrolledCompletely=e}
    method isUncontrolledCompletely (line 2) | isUncontrolledCompletely(e,t){var r,n=null===(r=this._isUncontrolledCo...
  function gi (line 2) | function gi(e,t){if(e&&e.defaultProps){for(var r in t=R({},t),e=e.defaul...
    method constructor (line 2) | constructor(e){this.keyboardNavigation=e.keyboardNavigation,this.focus...
  function wi (line 2) | function wi(){Fi=yi=bi=null}
  function Ei (line 2) | function Ei(e){var t=Di.current;xo(Di),e._currentValue=t}
  function Ci (line 2) | function Ci(e,t,r){for(;null!==e;){var n=e.alternate;if((e.childLanes&t)...
  function ki (line 2) | function ki(e,t){bi=e,Fi=yi=null,null!==(e=e.dependencies)&&null!==e.fir...
  function xi (line 2) | function xi(e){var t=e._currentValue;if(Fi!==e)if(e={context:e,memoizedV...
  function Bi (line 2) | function Bi(e){null===Ai?Ai=[e]:Ai.push(e)}
  function Si (line 2) | function Si(e,t,r,n){var o=t.interleaved;return null===o?(r.next=r,Bi(t)...
  function _i (line 2) | function _i(e,t){e.lanes|=t;var r=e.alternate;for(null!==r&&(r.lanes|=t)...
  function ji (line 2) | function ji(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:...
  function Pi (line 2) | function Pi(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={base...
  function Ti (line 2) | function Ti(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:n...
  function zi (line 2) | function zi(e,t,r){var n=e.updateQueue;if(null===n)return null;if(n=n.sh...
  function Ni (line 2) | function Ni(e,t,r){if(null!==(t=t.updateQueue)&&(t=t.shared,4194240&r)){...
  function Ri (line 2) | function Ri(e,t){var r=e.updateQueue,n=e.alternate;if(null!==n&&r===(n=n...
  function Li (line 2) | function Li(e,t,r,n){var o=e.updateQueue;Oi=!1;var i=o.firstBaseUpdate,u...
  function Ii (line 2) | function Ii(e,t,r){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.le...
  function qi (line 2) | function qi(e,t,r,n){r=null==(r=r(n,t=e.memoizedState))?t:R({},t,r),e.me...
  function Wi (line 2) | function Wi(e,t,r,n,o,i,u){return"function"==typeof(e=e.stateNode).shoul...
  function Vi (line 2) | function Vi(e,t,r){var n=!1,o=Bo,i=t.contextType;return"object"==typeof ...
  function Ui (line 2) | function Ui(e,t,r,n){e=t.state,"function"==typeof t.componentWillReceive...
  function Ki (line 2) | function Ki(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState...
  function $i (line 2) | function $i(e,t,r){if(null!==(e=r.ref)&&"function"!=typeof e&&"object"!=...
  function Gi (line 2) | function Gi(e,t){throw e=Object.prototype.toString.call(t),Error(i(31,"[...
  function Qi (line 2) | function Qi(e){return(0,e._init)(e._payload)}
  function Xi (line 2) | function Xi(e){function t(t,r){if(e){var n=t.deletions;null===n?(t.delet...
  function nu (line 2) | function nu(e){if(e===Zi)throw Error(i(174));return e}
  function ou (line 2) | function ou(e,t){switch(Ao(ru,t),Ao(tu,e),Ao(eu,Zi),e=t.nodeType){case 9...
  function iu (line 2) | function iu(){xo(eu),xo(tu),xo(ru)}
  function uu (line 2) | function uu(e){nu(ru.current);var t=nu(eu.current),r=le(t,e.type);t!==r&...
  function au (line 2) | function au(e){tu.current===e&&(xo(eu),xo(tu))}
  function su (line 2) | function su(e){for(var t=e;null!==t;){if(13===t.tag){var r=t.memoizedSta...
  function fu (line 2) | function fu(){for(var e=0;e<cu.length;e++)cu[e]._workInProgressVersionPr...
  function wu (line 2) | function wu(){throw Error(i(321))}
  function Eu (line 2) | function Eu(e,t){if(null===t)return!1;for(var r=0;r<t.length&&r<e.length...
  function Cu (line 2) | function Cu(e,t,r,n,o,u){if(vu=u,hu=t,t.memoizedState=null,t.updateQueue...
  function ku (line 2) | function ku(){var e=0!==yu;return yu=0,e}
  function xu (line 2) | function xu(){var e={memoizedState:null,baseState:null,baseQueue:null,qu...
  function Au (line 2) | function Au(){if(null===mu){var e=hu.alternate;e=null!==e?e.memoizedStat...
  function Bu (line 2) | function Bu(e,t){return"function"==typeof t?t(e):t}
  function Su (line 2) | function Su(e){var t=Au(),r=t.queue;if(null===r)throw Error(i(311));r.la...
  function _u (line 2) | function _u(e){var t=Au(),r=t.queue;if(null===r)throw Error(i(311));r.la...
  function Ou (line 2) | function Ou(){}
  function ju (line 2) | function ju(e,t){var r=hu,n=Au(),o=t(),u=!an(n.memoizedState,o);if(u&&(n...
  function Pu (line 2) | function Pu(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},null===(t=hu...
  function Tu (line 2) | function Tu(e,t,r,n){t.value=r,t.getSnapshot=n,Nu(t)&&Ru(e)}
  function zu (line 2) | function zu(e,t,r){return r((function(){Nu(t)&&Ru(e)}))}
  function Nu (line 2) | function Nu(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!an(e,r...
  function Ru (line 2) | function Ru(e){var t=_i(e,1);null!==t&&ns(t,e,1,-1)}
  function Lu (line 2) | function Lu(e){var t=xu();return"function"==typeof e&&(e=e()),t.memoized...
  function Iu (line 2) | function Iu(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null...
  function Mu (line 2) | function Mu(){return Au().memoizedState}
  function qu (line 2) | function qu(e,t,r,n){var o=xu();hu.flags|=e,o.memoizedState=Iu(1|t,r,voi...
  function Hu (line 2) | function Hu(e,t,r,n){var o=Au();n=void 0===n?null:n;var i=void 0;if(null...
  function Wu (line 2) | function Wu(e,t){return qu(8390656,8,e,t)}
  function Vu (line 2) | function Vu(e,t){return Hu(2048,8,e,t)}
  function Uu (line 2) | function Uu(e,t){return Hu(4,2,e,t)}
  function Ku (line 2) | function Ku(e,t){return Hu(4,4,e,t)}
  function $u (line 2) | function $u(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(nul...
  function Gu (line 2) | function Gu(e,t,r){return r=null!=r?r.concat([e]):null,Hu(4,4,$u.bind(nu...
  function Qu (line 2) | function Qu(){}
  function Xu (line 2) | function Xu(e,t){var r=Au();t=void 0===t?null:t;var n=r.memoizedState;re...
  function Yu (line 2) | function Yu(e,t){var r=Au();t=void 0===t?null:t;var n=r.memoizedState;re...
  function Ju (line 2) | function Ju(e,t,r){return 21&vu?(an(r,t)||(r=ht(),hu.lanes|=r,Rl|=r,e.ba...
  function Zu (line 2) | function Zu(e,t){var r=bt;bt=0!==r&&4>r?r:4,e(!0);var n=pu.transition;pu...
  function ea (line 2) | function ea(){return Au().memoizedState}
  function ta (line 2) | function ta(e,t,r){var n=rs(e);r={lane:n,action:r,hasEagerState:!1,eager...
  function ra (line 2) | function ra(e,t,r){var n=rs(e),o={lane:n,action:r,hasEagerState:!1,eager...
  function na (line 2) | function na(e){var t=e.alternate;return e===hu||null!==t&&t===hu}
  function oa (line 2) | function oa(e,t){bu=Du=!0;var r=e.pending;null===r?t.next=t:(t.next=r.ne...
  function ia (line 2) | function ia(e,t,r){if(4194240&r){var n=t.lanes;r|=n&=e.pendingLanes,t.la...
  function ca (line 2) | function ca(e,t){try{var r="",n=t;do{r+=q(n),n=n.return}while(n);var o=r...
  function fa (line 2) | function fa(e,t,r){return{value:e,source:null,stack:null!=r?r:null,diges...
  function da (line 2) | function da(e,t){try{console.error(t.value)}catch(e){setTimeout((functio...
  function va (line 2) | function va(e,t,r){(r=Ti(-1,r)).tag=3,r.payload={element:null};var n=t.v...
  function ha (line 2) | function ha(e,t,r){(r=Ti(-1,r)).tag=3;var n=e.type.getDerivedStateFromEr...
  function ma (line 2) | function ma(e,t,r){var n=e.pingCache;if(null===n){n=e.pingCache=new pa;v...
  function ga (line 2) | function ga(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)...
  function Da (line 2) | function Da(e,t,r,n,o){return 1&e.mode?(e.flags|=65536,e.lanes=o,e):(e==...
  function Fa (line 2) | function Fa(e,t,r,n){t.child=null===e?Ji(t,null,r,n):Yi(t,e.child,r,n)}
  function wa (line 2) | function wa(e,t,r,n,o){r=r.render;var i=t.ref;return ki(t,o),n=Cu(e,t,r,...
  function Ea (line 2) | function Ea(e,t,r,n,o){if(null===e){var i=r.type;return"function"!=typeo...
  function Ca (line 2) | function Ca(e,t,r,n,o){if(null!==e){var i=e.memoizedProps;if(ln(i,n)&&e....
  function ka (line 2) | function ka(e,t,r){var n=t.pendingProps,o=n.children,i=null!==e?e.memoiz...
  function xa (line 2) | function xa(e,t){var r=t.ref;(null===e&&null!==r||null!==e&&e.ref!==r)&&...
  function Aa (line 2) | function Aa(e,t,r,n,o){var i=Po(r)?Oo:So.current;return i=jo(t,i),ki(t,o...
  function Ba (line 2) | function Ba(e,t,r,n,o){if(Po(r)){var i=!0;Ro(t)}else i=!1;if(ki(t,o),nul...
  function Sa (line 2) | function Sa(e,t,r,n,o,i){xa(e,t);var u=!!(128&t.flags);if(!n&&!u)return ...
  function _a (line 2) | function _a(e){var t=e.stateNode;t.pendingContext?zo(0,t.pendingContext,...
  function Oa (line 2) | function Oa(e,t,r,n,o){return vi(),hi(o),t.flags|=256,Fa(e,t,r,n),t.child}
  function Ra (line 2) | function Ra(e){return{baseLanes:e,cachePool:null,transitions:null}}
  function La (line 2) | function La(e,t,r){var n,o=t.pendingProps,u=lu.current,a=!1,l=!!(128&t.f...
  function Ia (line 2) | function Ia(e,t){return(t=Rs({mode:"visible",children:t},e.mode,0,null))...
  function Ma (line 2) | function Ma(e,t,r,n){return null!==n&&hi(n),Yi(t,e.child,null,r),(e=Ia(t...
  function qa (line 2) | function qa(e,t,r){e.lanes|=t;var n=e.alternate;null!==n&&(n.lanes|=t),C...
  function Ha (line 2) | function Ha(e,t,r,n,o){var i=e.memoizedState;null===i?e.memoizedState={i...
  function Wa (line 2) | function Wa(e,t,r){var n=t.pendingProps,o=n.revealOrder,i=n.tail;if(Fa(e...
  function Va (line 2) | function Va(e,t){!(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=nu...
  function Ua (line 2) | function Ua(e,t,r){if(null!==e&&(t.dependencies=e.dependencies),Rl|=t.la...
  function Ka (line 2) | function Ka(e,t){if(!ii)switch(e.tailMode){case"hidden":t=e.tail;for(var...
  function $a (line 2) | function $a(e){var t=null!==e.alternate&&e.alternate.child===e.child,r=0...
  function Ga (line 2) | function Ga(e,t,r){var n=t.pendingProps;switch(ri(t),t.tag){case 2:case ...
  function Qa (line 2) | function Qa(e,t){switch(ri(t),t.tag){case 1:return Po(t.type)&&To(),6553...
  function el (line 2) | function el(e,t){var r=e.ref;if(null!==r)if("function"==typeof r)try{r(n...
  function tl (line 2) | function tl(e,t,r){try{r()}catch(r){ks(e,t,r)}}
  function nl (line 2) | function nl(e,t,r){var n=t.updateQueue;if(null!==(n=null!==n?n.lastEffec...
  function ol (line 2) | function ol(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null...
  function il (line 2) | function il(e){var t=e.ref;if(null!==t){var r=e.stateNode;e.tag,e=r,"fun...
  function ul (line 2) | function ul(e){var t=e.alternate;null!==t&&(e.alternate=null,ul(t)),e.ch...
  function al (line 2) | function al(e){return 5===e.tag||3===e.tag||4===e.tag}
  function ll (line 2) | function ll(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||al(...
  function sl (line 2) | function sl(e,t,r){var n=e.tag;if(5===n||6===n)e=e.stateNode,t?8===r.nod...
  function cl (line 2) | function cl(e,t,r){var n=e.tag;if(5===n||6===n)e=e.stateNode,t?r.insertB...
  function pl (line 2) | function pl(e,t,r){for(r=r.child;null!==r;)vl(e,t,r),r=r.sibling}
  function vl (line 2) | function vl(e,t,r){if(it&&"function"==typeof it.onCommitFiberUnmount)try...
  function hl (line 2) | function hl(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var r...
  function ml (line 2) | function ml(e,t){var r=t.deletions;if(null!==r)for(var n=0;n<r.length;n+...
  function gl (line 2) | function gl(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 1...
  function Dl (line 2) | function Dl(e){var t=e.flags;if(2&t){try{e:{for(var r=e.return;null!==r;...
  function bl (line 2) | function bl(e,t,r){Za=e,yl(e,t,r)}
  function yl (line 2) | function yl(e,t,r){for(var n=!!(1&e.mode);null!==Za;){var o=Za,i=o.child...
  function Fl (line 2) | function Fl(e){for(;null!==Za;){var t=Za;if(8772&t.flags){var r=t.altern...
  function wl (line 2) | function wl(e){for(;null!==Za;){var t=Za;if(t===e){Za=null;break}var r=t...
  function El (line 2) | function El(e){for(;null!==Za;){var t=Za;try{switch(t.tag){case 0:case 1...
  function ts (line 2) | function ts(){return 6&Sl?Ye():-1!==Zl?Zl:Zl=Ye()}
  function rs (line 2) | function rs(e){return 1&e.mode?2&Sl&&0!==jl?jl&-jl:null!==mi.transition?...
  function ns (line 2) | function ns(e,t,r,n){if(50<Yl)throw Yl=0,Jl=null,Error(i(185));gt(e,r,n)...
  function os (line 2) | function os(e,t){var r=e.callbackNode;!function(e,t){for(var r=e.suspend...
  function is (line 2) | function is(e,t){if(Zl=-1,es=0,6&Sl)throw Error(i(327));var r=e.callback...
  function us (line 2) | function us(e,t){var r=Ml;return e.current.memoizedState.isDehydrated&&(...
  function as (line 2) | function as(e){null===ql?ql=e:ql.push.apply(ql,e)}
  function ls (line 2) | function ls(e,t){for(t&=~Il,t&=~Ll,e.suspendedLanes|=t,e.pingedLanes&=~t...
  function ss (line 2) | function ss(e){if(6&Sl)throw Error(i(327));Es();var t=dt(e,0);if(!(1&t))...
  function cs (line 2) | function cs(e,t){var r=Sl;Sl|=1;try{return e(t)}finally{0===(Sl=r)&&(Wl=...
  function fs (line 2) | function fs(e){null!==Ql&&0===Ql.tag&&!(6&Sl)&&Es();var t=Sl;Sl|=1;var r...
  function ds (line 2) | function ds(){Pl=Tl.current,xo(Tl)}
  function ps (line 2) | function ps(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHa...
  function vs (line 2) | function vs(e,t){for(;;){var r=Ol;try{if(wi(),du.current=ua,Du){for(var ...
  function hs (line 2) | function hs(){var e=xl.current;return xl.current=ua,null===e?ua:e}
  function ms (line 2) | function ms(){0!==zl&&3!==zl&&2!==zl||(zl=4),null===_l||!(268435455&Rl)&...
  function gs (line 2) | function gs(e,t){var r=Sl;Sl|=2;var n=hs();for(_l===e&&jl===t||(Vl=null,...
  function Ds (line 2) | function Ds(){for(;null!==Ol;)ys(Ol)}
  function bs (line 2) | function bs(){for(;null!==Ol&&!Qe();)ys(Ol)}
  function ys (line 2) | function ys(e){var t=Cl(e.alternate,e,Pl);e.memoizedProps=e.pendingProps...
  function Fs (line 2) | function Fs(e){var t=e;do{var r=t.alternate;if(e=t.return,32768&t.flags)...
  function ws (line 2) | function ws(e,t,r){var n=bt,o=Bl.transition;try{Bl.transition=null,bt=1,...
  function Es (line 2) | function Es(){if(null!==Ql){var e=yt(Xl),t=Bl.transition,r=bt;try{if(Bl....
  function Cs (line 2) | function Cs(e,t,r){e=zi(e,t=va(0,t=ca(r,t),1),1),t=ts(),null!==e&&(gt(e,...
  function ks (line 2) | function ks(e,t,r){if(3===e.tag)Cs(e,e,r);else for(;null!==t;){if(3===t....
  function xs (line 2) | function xs(e,t,r){var n=e.pingCache;null!==n&&n.delete(t),t=ts(),e.ping...
  function As (line 2) | function As(e,t){0===t&&(1&e.mode?(t=ct,!(130023424&(ct<<=1))&&(ct=41943...
  function Bs (line 2) | function Bs(e){var t=e.memoizedState,r=0;null!==t&&(r=t.retryLane),As(e,r)}
  function Ss (line 2) | function Ss(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,o=e.mem...
  function _s (line 2) | function _s(e,t){return $e(e,t)}
  function Os (line 2) | function Os(e,t,r,n){this.tag=e,this.key=r,this.sibling=this.child=this....
  function js (line 2) | function js(e,t,r,n){return new Os(e,t,r,n)}
  function Ps (line 2) | function Ps(e){return!(!(e=e.prototype)||!e.isReactComponent)}
  function Ts (line 2) | function Ts(e,t){var r=e.alternate;return null===r?((r=js(e.tag,t,e.key,...
  function zs (line 2) | function zs(e,t,r,n,o,u){var a=2;if(n=e,"function"==typeof e)Ps(e)&&(a=1...
  function Ns (line 2) | function Ns(e,t,r,n){return(e=js(7,e,n,t)).lanes=r,e}
  function Rs (line 2) | function Rs(e,t,r,n){return(e=js(22,e,n,t)).elementType=P,e.lanes=r,e.st...
  function Ls (line 2) | function Ls(e,t,r){return(e=js(6,e,null,t)).lanes=r,e}
  function Is (line 2) | function Is(e,t,r){return(t=js(4,null!==e.children?e.children:[],e.key,t...
  function Ms (line 2) | function Ms(e,t,r,n,o){this.tag=t,this.containerInfo=e,this.finishedWork...
  function qs (line 2) | function qs(e,t,r,n,o,i,u,a,l){return e=new Ms(e,t,r,a,l),1===t?(t=1,!0=...
    method constructor (line 2) | constructor(e,t,r){this.property=e,this.normal=t,r&&(this.space=r)}
  function Hs (line 2) | function Hs(e){if(!e)return Bo;e:{if(He(e=e._reactInternals)!==e||1!==e....
  function Ws (line 2) | function Ws(e,t,r,n,o,i,u,a,l){return(e=qs(r,n,!0,e,0,i,0,a,l)).context=...
  function Vs (line 2) | function Vs(e,t,r,n){var o=t.current,i=ts(),u=rs(o);return r=Hs(r),null=...
    method constructor (line 2) | constructor(e,t){this.property=e,this.attribute=t}
  function Us (line 2) | function Us(e){return(e=e.current).child?(e.child.tag,e.child.stateNode)...
  function Ks (line 2) | function Ks(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var...
  function $s (line 2) | function $s(e,t){Ks(e,t),(e=e.alternate)&&Ks(e,t)}
  function Qs (line 2) | function Qs(e){this._internalRoot=e}
  function Xs (line 2) | function Xs(e){this._internalRoot=e}
  function Ys (line 2) | function Ys(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeTy...
  function Js (line 2) | function Js(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeTy...
  function Zs (line 2) | function Zs(){}
  function ec (line 2) | function ec(e,t,r,n,o){var i=r._reactRootContainer;if(i){var u=i;if("fun...
  function s (line 2) | function s(e,t,r){var n,i={},s=null,c=null;for(n in void 0!==r&&(s=""+r)...
  function g (line 2) | function g(e,t,r){this.props=e,this.context=t,this.refs=m,this.updater=r...
  function D (line 2) | function D(){}
  function b (line 2) | function b(e,t,r){this.props=e,this.context=t,this.refs=m,this.updater=r...
  function k (line 2) | function k(e,t,n){var o,i={},u=null,a=null;if(null!=t)for(o in void 0!==...
  function x (line 2) | function x(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}
  function B (line 2) | function B(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function...
  function S (line 2) | function S(e,t,o,i,u){var a=typeof e;"undefined"!==a&&"boolean"!==a||(e=...
  function _ (line 2) | function _(e,t,r){if(null==e)return e;var n=[],o=0;return S(e,n,"","",(f...
  function O (line 2) | function O(e){if(-1===e._status){var t=e._result;(t=t()).then((function(...
  function r (line 2) | function r(e,t){var r=e.length;e.push(t);e:for(;0<r;){var n=r-1>>>1,o=e[...
  function n (line 2) | function n(e){return 0===e.length?null:e[0]}
  function o (line 2) | function o(e){if(0===e.length)return null;var t=e[0],r=e.pop();if(r!==t)...
  function i (line 2) | function i(e,t){var r=e.sortIndex-t.sortIndex;return 0!==r?r:e.id-t.id}
  function y (line 2) | function y(e){for(var t=n(c);null!==t;){if(null===t.callback)o(c);else{i...
  function F (line 2) | function F(e){if(m=!1,y(e),!h)if(null!==n(s))h=!0,P(w);else{var t=n(c);n...
  function w (line 2) | function w(e,r){h=!1,m&&(m=!1,D(x),x=-1),v=!0;var i=p;try{for(y(r),d=n(s...
  function S (line 2) | function S(){return!(t.unstable_now()-B<A)}
  function _ (line 2) | function _(){if(null!==k){var e=t.unstable_now();B=e;var r=!0;try{r=k(!0...
  function P (line 2) | function P(e){k=e,C||(C=!0,E())}
  function T (line 2) | function T(e,r){x=g((function(){e(t.unstable_now())}),r)}
  function c (line 2) | function c(e){return e?e.replace(l,s):s}
  function p (line 2) | function p(e){var t=e.match(r);t&&(f+=t.length);var n=e.lastIndexOf("\n"...
  function v (line 2) | function v(){var e={line:f,column:d};return function(t){return t.positio...
  function h (line 2) | function h(e){this.start=e,this.end={line:f,column:d},this.source=l.source}
  function g (line 2) | function g(t){var r=new Error(l.source+":"+f+":"+d+": "+t);if(r.reason=t...
  function D (line 2) | function D(t){var r=t.exec(e);if(r){var n=r[0];return p(n),e=e.slice(n.l...
  function b (line 2) | function b(){D(n)}
  function y (line 2) | function y(e){var t;for(e=e||[];t=F();)!1!==t&&e.push(t);return e}
  function F (line 2) | function F(){var t=v();if("/"==e.charAt(0)&&"*"==e.charAt(1)){for(var r=...
  function w (line 2) | function w(){var e=v(),r=D(o);if(r){if(F(),!D(i))return g("property miss...
  function s (line 2) | function s(e,t,r){var n,i={},s=null,c=null;for(n in void 0!==r&&(s=""+r)...
  function g (line 2) | function g(e,t,r){this.props=e,this.context=t,this.refs=m,this.updater=r...
  function D (line 2) | function D(){}
  function b (line 2) | function b(e,t,r){this.props=e,this.context=t,this.refs=m,this.updater=r...
  function k (line 2) | function k(e,t,n){var o,i={},u=null,a=null;if(null!=t)for(o in void 0!==...
  function x (line 2) | function x(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}
  function B (line 2) | function B(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function...
  function S (line 2) | function S(e,t,o,i,u){var a=typeof e;"undefined"!==a&&"boolean"!==a||(e=...
  function _ (line 2) | function _(e,t,r){if(null==e)return e;var n=[],o=0;return S(e,n,"","",(f...
  function O (line 2) | function O(e){if(-1===e._status){var t=e._result;(t=t()).then((function(...
  function z (line 2) | function z(){throw Error("act(...) is not supported in production builds...
  function o (line 2) | function o(e){var t=n[e];if(void 0!==t)return t.exports;var i=n[e]={expo...
  function l (line 2) | function l(e){for(var t,r=0,n=0,o=e.length;o>=4;++n,o-=4)t=1540483477*(6...
  function s (line 2) | function s(e){return e.reduce((function(e,t){var r=t[0],n=t[1];return e[...
  function c (line 2) | function c(e){return"number"==typeof e}
  function f (line 2) | function f(e,t){return-1!==e.indexOf(t)}
  function d (line 2) | function d(e,t,r,n){return t+(o=r,0===parseFloat(o)?o:"-"===o[0]?o.slice...
  function p (line 2) | function p(e){return e.replace(/ +/g," ").split(" ").map((function(e){re...
  function v (line 2) | function v(e){var t=p(e);if(t.length<=3||t.length>4)return e;var r=t[0],...
  function F (line 2) | function F(e){return Object.keys(e).reduce((function(t,r){var n=e[r];if(...
  function w (line 2) | function w(e,t){var r,n=/\/\*\s?@noflip\s?\*\//.test(t),o=n?e:m[r=e]||r,...
  function k (line 2) | function k(e,t){return E[Symbol.for(C+e)]||(E[Symbol.for(C+e)]=t),E[Symb...
  function N (line 2) | function N(e){return"-"+e.toLowerCase()}
  function R (line 2) | function R(e){if(Object.prototype.hasOwnProperty.call(z,e))return z[e];i...
  function L (line 2) | function L(e){return"&"===e.charAt(0)?e.slice(1):e}
  function X (line 2) | function X(e){return e.trim()}
  function Y (line 2) | function Y(e,t){return(e=t.exec(e))?e[0]:e}
  function J (line 2) | function J(e,t,r){return e.replace(t,r)}
  function Z (line 2) | function Z(e,t,r){return e.indexOf(t,r)}
  function ee (line 2) | function ee(e,t){return 0|e.charCodeAt(t)}
  function te (line 2) | function te(e,t,r){return e.slice(t,r)}
  function re (line 2) | function re(e){return e.length}
  function ne (line 2) | function ne(e){return e.length}
  function oe (line 2) | function oe(e,t){return t.push(e),e}
  function ie (line 2) | function ie(e,t){for(var r="",n=0;n<e.length;n++)r+=t(e[n],n,e,t)||"";re...
  function ue (line 2) | function ue(e,t,r,n){switch(e.type){case K:if(e.children.length)break;ca...
  function pe (line 2) | function pe(e,t,r,n,o,i,u,a){return{value:e,root:t,parent:r,type:n,props...
  function ve (line 2) | function ve(e,t){return Q(pe("",null,null,"",null,null,0,e.siblings),e,{...
  function he (line 2) | function he(){return fe=ce>0?ee(de,--ce):0,le--,10===fe&&(le=1,ae--),fe}
  function me (line 2) | function me(){return fe=ce<se?ee(de,ce++):0,le++,10===fe&&(le=1,ae++),fe}
  function ge (line 2) | function ge(){return ee(de,ce)}
  function De (line 2) | function De(){return ce}
  function be (line 2) | function be(e,t){return te(de,e,t)}
  function ye (line 2) | function ye(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;...
  function Fe (line 2) | function Fe(e){return ae=le=1,se=re(de=e),ce=0,[]}
  function we (line 2) | function we(e){return de="",e}
  function Ee (line 2) | function Ee(e){return X(be(ce-1,xe(91===e?e+2:40===e?e+1:e)))}
  function Ce (line 2) | function Ce(e){for(;(fe=ge())&&fe<33;)me();return ye(e)>2||ye(fe)>3?"":" "}
  function ke (line 2) | function ke(e,t){for(;--t&&me()&&!(fe<48||fe>102||fe>57&&fe<65||fe>70&&f...
  function xe (line 2) | function xe(e){for(;me();)switch(fe){case e:return ce;case 34:case 39:34...
  function Ae (line 2) | function Ae(e,t){for(;me()&&e+fe!==57&&(e+fe!==84||47!==ge()););return"/...
  function Be (line 2) | function Be(e){for(;!ye(ge());)me();return be(e,ce)}
  function Se (line 2) | function Se(e){return we(_e("",null,null,null,[""],e=Fe(e),0,[0],e))}
  function _e (line 2) | function _e(e,t,r,n,o,i,u,a,l){for(var s=0,c=0,f=u,d=0,p=0,v=0,h=1,m=1,g...
  function Oe (line 2) | function Oe(e,t,r,n,o,i,u,a,l,s,c,f){for(var d=o-1,p=0===o?i:[""],v=ne(p...
  function je (line 2) | function je(e,t,r,n){return pe(e,t,r,q,G(fe),te(e,2,-2),0,n)}
  function Pe (line 2) | function Pe(e,t,r,n,o){return pe(e,t,r,W,te(e,0,n),te(e,n+1,-1),n,o)}
  function Te (line 2) | function Te(e){var t=ne(e);return function(r,n,o,i){for(var u="",a=0;a<t...
  function ze (line 2) | function ze(e){return function(t){t.root||(t=t.return)&&e(t)}}
  function Re (line 2) | function Re(e,t,r){switch(function(e,t){return 45^ee(e,0)?(((t<<2^ee(e,0...
  function Le (line 2) | function Le(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case W:ret...
  function qe (line 2) | function qe(e,t,r){var n=t;return r.length>0&&(n=r.reduceRight(((e,t)=>{...
  function He (line 2) | function He(e){var t,{className:r,media:n,layer:o,selectors:i,support:u,...
  function We (line 2) | function We(e){var t="";for(var r in e){var n=e[r];"string"!=typeof n&&"...
  function Ve (line 2) | function Ve(e){var t="";for(var r in e)t+="".concat(r,"{").concat(We(e[r...
  function Ue (line 2) | function Ue(e,t){var r="@keyframes ".concat(e," {").concat(t,"}"),n=[];r...
  function Ke (line 2) | function Ke(e,t){return 0===e.length?t:"".concat(e," and ").concat(t)}
  function Qe (line 2) | function Qe(e,t,r,n,o){if(r)return"m";if(t||n)return"t";if(o)return"c";i...
  function Xe (line 2) | function Xe(e){var{container:t,media:r,layer:n,property:o,selector:i,sup...
  function Ye (line 2) | function Ye(e,t,r,n,o){var i=l(e+t+r+n+o),u=i.charCodeAt(0);return u>=48...
  function Je (line 2) | function Je(e){return e.replace(/>\s+/g,">")}
  function Ze (line 2) | function Ze(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function et (line 2) | function et(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function tt (line 2) | function tt(e,t,r,n){e[t]=n?[r,n]:r}
  function rt (line 2) | function rt(e,t){return t?[e,t]:e}
  function nt (line 2) | function nt(e,t,r,n,o){var i,u;"m"===t&&o&&(u={m:o}),null!==(i=e[t])&&vo...
  function ot (line 2) | function ot(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments...
  function it (line 2) | function it(e,t){return _+function(e){var t=e.length;if(t===S)return e;f...
  function ut (line 2) | function ut(e,t){var r="";for(var n in e){var o=e[n];if(o){var i=Array.i...
  function at (line 2) | function at(e,t){var r={};for(var n in e){var o=ut(e[n],t);if(""!==o){va...
  function ct (line 2) | function ct(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ft (line 2) | function ft(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function pt (line 2) | function pt(e,t,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arg...
  function vt (line 2) | function vt(e,t){try{e.insertRule(t)}catch(e){}}
  function gt (line 2) | function gt(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[...
  function bt (line 2) | function bt(){return r.useContext(Dt)}
  function Ft (line 2) | function Ft(){return r.useContext(yt)}
  function Et (line 2) | function Et(e,t){for(var r=arguments.length,n=new Array(r>2?r-2:0),o=2;o...
  function Nt (line 2) | function Nt(e,t){var r=function(e,t){var r=(arguments.length>2&&void 0!=...
  function Rt (line 2) | function Rt(e,t,r){var n=function(e,t,r){var n=(arguments.length>3&&void...
  function It (line 2) | function It(){for(var e=arguments,t=null,r="",n="",o=new Array(arguments...
  function ir (line 2) | function ir(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ur (line 2) | function ur(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  class fr (line 2) | class fr{static get inputProperties(){return["--fai-flair-angle","--fai-...
    method inputProperties (line 2) | static get inputProperties(){return["--fai-flair-angle","--fai-flair-c...
    method paint (line 2) | paint(e,t,r){var n=parseFloat(String(r.get("--fai-flair-angle"))),{wid...
  function hr (line 2) | function hr(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function mr (line 2) | function mr(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function yr (line 2) | function yr(){return"undefined"!=typeof window&&!(!window.document||!win...
  function Er (line 2) | function Er(){var e;return null!==(e=r.useContext(wr))&&void 0!==e?e:Fr}
  function kr (line 2) | function kr(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[...
  function xr (line 2) | function xr(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]...
  function Sr (line 2) | function Sr(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function _r (line 2) | function _r(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Or (line 2) | function Or(e,t){var{defaultProps:n,elementType:o}=t,i=function(e){retur...
  function jr (line 2) | function jr(e,t){if(null!==e&&(void 0!==e||t.renderByDefault))return Or(...
  function zr (line 2) | function zr(){var e;return null!==(e=r.useContext(Pr))&&void 0!==e?e:{an...
  function Nr (line 2) | function Nr(){return e=setTimeout,t=clearTimeout,n=r.useRef(void 0),o=r....
  function Jr (line 2) | function Jr(e,t,r){var n=e&&Yr[e]||Hr;return n.as=1,function(e,t,r){var ...
  function en (line 2) | function en(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function tn (line 2) | function tn(e,t,r){var n;return(t="symbol"==typeof(n=function(e,t){if("o...
  function rn (line 2) | function rn(e){return Boolean(null==e?void 0:e.hasOwnProperty(Br))}
  function nn (line 2) | function nn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function on (line 2) | function on(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function un (line 2) | function un(e,t){return function(r,n,o,i,u){return rn(n)?t(function(e,t)...
  function an (line 2) | function an(e){var t=function(e,t){if("object"!=typeof e||!e)return e;va...
  function ln (line 2) | function ln(e){var{as:t,[Br]:r,[Ar]:n}=e,o=function(e,t){if(null==e)retu...
  function fn (line 2) | function fn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function dn (line 2) | function dn(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function pn (line 2) | function pn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function vn (line 2) | function vn(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function gn (line 2) | function gn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Dn (line 2) | function Dn(e,t,r){var n;return(t="symbol"==typeof(n=function(e,t){if("o...
  function jn (line 2) | function jn(){var e;return null!==(e=r.useContext(_n))&&void 0!==e?e:On}
  function Nn (line 2) | function Nn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Rn (line 2) | function Rn(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function In (line 2) | function In(e,t){return e&&t?Rn(Rn({},e),t):e||t}
  function Wn (line 2) | function Wn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Vn (line 2) | function Vn(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  method constructor (line 2) | constructor(e){Kn&&"object"==typeof e?this._weakRef=new WeakRef(e):this....
  method deref (line 2) | deref(){var e,t,r;return this._weakRef?(r=null==(e=this._weakRef)?void 0...
  function Yn (line 2) | function Yn(e){var t=e.focus;t.__keyborgNativeFocus?t.__keyborgNativeFoc...
  method constructor (line 2) | constructor(e,t){this._isNavigatingWithKeyboard_DO_NOT_USE=!1,this._onFo...
  method isNavigatingWithKeyboard (line 2) | get isNavigatingWithKeyboard(){return this._isNavigatingWithKeyboard_DO_...
  method isNavigatingWithKeyboard (line 2) | set isNavigatingWithKeyboard(e){this._isNavigatingWithKeyboard_DO_NOT_US...
  method dispose (line 2) | dispose(){var e=this._win;if(e){this._isMouseUsedTimer&&(e.clearTimeout(...
  method isDisposed (line 2) | isDisposed(){return!!this._win}
  method update (line 2) | update(){var e,t,r=null==(t=null==(e=this._win)?void 0:e.__keyborg)?void...
  method _shouldTriggerKeyboardNavigation (line 2) | _shouldTriggerKeyboardNavigation(e){var t;if("Tab"===e.key)return!0;var ...
  method _shouldDismissKeyboardNavigation (line 2) | _shouldDismissKeyboardNavigation(e){var t;return null==(t=this._dismissK...
  method _scheduleDismiss (line 2) | _scheduleDismiss(){var e=this._win;if(e){this._dismissTimer&&(e.clearTim...
  method constructor (line 2) | constructor(e,t){this._cb=[],this._id="k"+ ++Jn,this._win=e;var r=e.__ke...
  method create (line 2) | static create(t,r){return new e(t,r)}
  method dispose (line 2) | static dispose(e){e.dispose()}
  method update (line 2) | static update(e,t){e._cb.forEach((e=>e(t)))}
  method dispose (line 2) | dispose(){var e,t=null==(e=this._win)?void 0:e.__keyborg;(null==t?void 0...
  method isNavigatingWithKeyboard (line 2) | isNavigatingWithKeyboard(){var e;return!!(null==(e=this._core)?void 0:e....
  method subscribe (line 2) | subscribe(e){this._cb.push(e)}
  method unsubscribe (line 2) | unsubscribe(e){var t=this._cb.indexOf(e);t>=0&&this._cb.splice(t,1)}
  method setVal (line 2) | setVal(e){this._core&&(this._core.isNavigatingWithKeyboard=e)}
  function to (line 2) | function to(e,t){return eo.create(e,t)}
  function ro (line 2) | function ro(e){eo.dispose(e)}
  function no (line 2) | function no(e,t,r,n,o,i,u){try{var a=e[i](u),l=a.value}catch(e){return v...
  function oo (line 2) | function oo(e){return function(){var t=this,r=arguments;return new Promi...
  function io (line 2) | function io(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function uo (line 2) | function uo(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function ko (line 2) | function ko(e,t){var r;return null===(r=e.storageEntry(t))||void 0===r?v...
  function xo (line 2) | function xo(e,t,r){var n,o,i,u=r||e._noop?void 0:t.getAttribute(ao),a=e....
  method constructor (line 2) | constructor(e,t,r,n){this.left=e||0,this.top=t||0,this.right=(e||0)+(r||...
  function Oo (line 2) | function Oo(e){var t=e(),r=t.__tabsterInstanceContext;return r||(r={elem...
  class jo (line 2) | class jo{constructor(e){this._target=e}deref(){return this._target}stati...
    method constructor (line 2) | constructor(e){this._target=e}
    method deref (line 2) | deref(){return this._target}
    method cleanup (line 2) | static cleanup(e,t){return!e._target||!(!t&&Wo(e._target.ownerDocument...
  class Po (line 2) | class Po{constructor(e,t,r){var n,o=Oo(e);o.WeakRef?n=new o.WeakRef(t):(...
    method constructor (line 2) | constructor(e,t,r){var n,o=Oo(e);o.WeakRef?n=new o.WeakRef(t):(n=new j...
    method get (line 2) | get(){var e,t=this._ref;return t&&((e=t.deref())||delete this._ref),e}
    method getData (line 2) | getData(){return this._data}
  function To (line 2) | function To(e,t){var r=Oo(e);r.fakeWeakRefs=r.fakeWeakRefs.filter((e=>!j...
  function zo (line 2) | function zo(e){var t=Oo(e);t.fakeWeakRefsStarted||(t.fakeWeakRefsStarted...
  function No (line 2) | function No(e,t,r){if(t.nodeType===Node.ELEMENT_NODE){var n=Ao?r:{accept...
  function Ro (line 2) | function Ro(e,t){var r=t.__tabsterCacheId,n=Oo(e),o=r?n.containerBoundin...
  function Lo (line 2) | function Lo(e,t,r){var n=Io(t);if(!n)return!1;var o=Ro(e,n),i=t.getBound...
  function Io (line 2) | function Io(e){var t=e.ownerDocument;if(t){for(var r=Bo.getParentElement...
  function Mo (line 2) | function Mo(e){return!!e.__shouldIgnoreFocus}
  function qo (line 2) | function qo(e,t){var r=Oo(e),n=t.__tabsterElementUID;return n||(n=t.__ta...
  function Ho (line 2) | function Ho(e,t){var r=Oo(e);for(var n of Object.keys(r.elementByUId)){v...
  function Wo (line 2) | function Wo(e,t){return Bo.nodeContains(null==e?void 0:e.body,t)}
  function Vo (line 2) | function Vo(e,t){var r=e.matches||e.matchesSelector||e.msMatchesSelector...
  class Ko (line 2) | class Ko{constructor(e,t,r){var n=e.getWindow;this._tabster=e,this._elem...
    method constructor (line 2) | constructor(e,t,r){var n=e.getWindow;this._tabster=e,this._element=new...
    method getElement (line 2) | getElement(){return this._element.get()}
    method getProps (line 2) | getProps(){return this._props}
    method setProps (line 2) | setProps(e){this._props=uo({},e)}
  class $o (line 2) | class $o{constructor(e,t,r,n,o){var i;this._focusIn=e=>{if(this._fixedTa...
    method constructor (line 2) | constructor(e,t,r,n,o){var i;this._focusIn=e=>{if(this._fixedTarget){v...
    method dispose (line 2) | dispose(){var e;this._clearDisposeTimeout&&this._clearDisposeTimeout()...
    method setTopLeft (line 2) | setTopLeft(e,t){var r,n=null===(r=this.input)||void 0===r?void 0:r.sty...
    method _isBackward (line 2) | _isBackward(e,t,r){return e&&!r?!this.isFirst:!!(r&&t.compareDocumentP...
  class Go (line 2) | class Go{constructor(e,t,r,n,o,i){this._element=t,this._instance=new Xo(...
    method constructor (line 2) | constructor(e,t,r,n,o,i){this._element=t,this._instance=new Xo(e,t,thi...
    method _setHandlers (line 2) | _setHandlers(e,t){this._onFocusIn=e,this._onFocusOut=t}
    method moveOut (line 2) | moveOut(e){var t;null===(t=this._instance)||void 0===t||t.moveOut(e)}
    method moveOutWithDefaultAction (line 2) | moveOutWithDefaultAction(e,t){var r;null===(r=this._instance)||void 0=...
    method getHandler (line 2) | getHandler(e){return e?this._onFocusIn:this._onFocusOut}
    method setTabbable (line 2) | setTabbable(e){var t;null===(t=this._instance)||void 0===t||t.setTabba...
    method dispose (line 2) | dispose(){this._instance&&(this._instance.dispose(this),delete this._i...
    method moveWithPhantomDummy (line 2) | static moveWithPhantomDummy(e,t,r,n,o){var i,u=new $o(e.getWindow,!0,{...
    method addPhantomDummyWithTarget (line 2) | static addPhantomDummyWithTarget(e,t,r,n){var o,i,u=new $o(e.getWindow...
  class Qo (line 2) | class Qo{constructor(e){this._updateQueue=new Set,this._lastUpdateQueueT...
    method constructor (line 2) | constructor(e){this._updateQueue=new Set,this._lastUpdateQueueTime=0,t...
    method add (line 2) | add(e,t){!this._dummyCallbacks.has(e)&&this._win&&(this._dummyElements...
    method remove (line 2) | remove(e){this._dummyElements=this._dummyElements.filter((t=>{var r=t....
    method dispose (line 2) | dispose(){var e,t=null===(e=this._win)||void 0===e?void 0:e.call(this)...
    method updatePositions (line 2) | updatePositions(e){this._win&&(this._updateQueue.add(e),this._lastUpda...
    method _scheduledUpdatePositions (line 2) | _scheduledUpdatePositions(){var e;this._updateTimer||(this._updateTime...
  class Xo (line 2) | class Xo{constructor(e,t,r,n,o,i,u){this._wrappers=[],this._isOutside=!1...
    method constructor (line 2) | constructor(e,t,r,n,o,i,u){this._wrappers=[],this._isOutside=!1,this._...
    method dispose (line 2) | dispose(e,t){var r,n,o,i;if(0===(this._wrappers=this._wrappers.filter(...
    method _onFocus (line 2) | _onFocus(e,t,r,n){var o,i=this._getCurrent();!i||t.useDefaultAction&&!...
    method _getCurrent (line 2) | _getCurrent(){return this._wrappers.sort(((e,t)=>e.tabbable!==t.tabbab...
    method _ensurePosition (line 2) | _ensurePosition(){var e,t,r,n=null===(e=this._element)||void 0===e?voi...
  function Yo (line 2) | function Yo(e){for(var t=null,r=Bo.getLastElementChild(e);r;r=Bo.getLast...
  function Jo (line 2) | function Jo(e,t,r){var n=new CustomEvent(t,{bubbles:!0,cancelable:!0,com...
  function Zo (line 2) | function Zo(e){return Jo(e.owner,po,e)}
  function ei (line 2) | function ei(e,t){var r=JSON.stringify(e);return!0===t?r:{[ao]:r}}
  class ti (line 2) | class ti extends Go{constructor(e,t,r,n){super(e,t,1,n,void 0,!0),this._...
    method constructor (line 2) | constructor(e,t,r,n){super(e,t,1,n,void 0,!0),this._onDummyInputFocus=...
  class ri (line 2) | class ri extends Ko{constructor(e,t,r,n,o){super(e,t,n),this._isFocused=...
    method constructor (line 2) | constructor(e,t,r,n,o){super(e,t,n),this._isFocused=!1,this._setFocuse...
    method addDummyInputs (line 2) | addDummyInputs(){this._dummyManager||(this._dummyManager=new ti(this._...
    method dispose (line 2) | dispose(){var e;this._onDispose(this);var t=this._tabster.getWindow(),...
    method moveOutWithDefaultAction (line 2) | moveOutWithDefaultAction(e,t){var r=this._dummyManager;if(r)r.moveOutW...
    method _add (line 2) | _add(){}
    method _remove (line 2) | _remove(){}
  class ni (line 2) | class ni{constructor(e,t){this._autoRootWaiting=!1,this._roots={},this._...
    method constructor (line 2) | constructor(e,t){this._autoRootWaiting=!1,this._roots={},this._forceDu...
    method _autoRootUnwait (line 2) | _autoRootUnwait(e){e.removeEventListener("readystatechange",this._auto...
    method dispose (line 2) | dispose(){var e=this._win();this._autoRootUnwait(e.document),delete th...
    method createRoot (line 2) | createRoot(e,t,r){var n=new ri(this._tabster,e,this._onRootDispose,t,r...
    method addDummyInputs (line 2) | addDummyInputs(){this._forceDummy=!0;var e=this._roots;for(var t of Ob...
    method getRootByUId (line 2) | static getRootByUId(e,t){var r=e().__tabsterInstance;return r&&r.root....
    method getTabsterContext (line 2) | static getTabsterContext(e,t,r){var n,o,i,u;if(void 0===r&&(r={}),t.ow...
    method getRoot (line 2) | static getRoot(e,t){for(var r,n=e.getParent,o=t;o;o=n(o)){var i=null==...
    method onRoot (line 2) | onRoot(e,t){t?delete this.rootById[e.uid]:this.rootById[e.uid]=e}
  class oi (line 2) | class oi{constructor(){this._callbacks=[]}dispose(){this._callbacks=[],d...
    method constructor (line 2) | constructor(){this._callbacks=[]}
    method dispose (line 2) | dispose(){this._callbacks=[],delete this._val}
    method subscribe (line 2) | subscribe(e){var t=this._callbacks;t.indexOf(e)<0&&t.push(e)}
    method subscribeFirst (line 2) | subscribeFirst(e){var t=this._callbacks,r=t.indexOf(e);r>=0&&t.splice(...
    method unsubscribe (line 2) | unsubscribe(e){var t=this._callbacks.indexOf(e);t>=0&&this._callbacks....
    method setVal (line 2) | setVal(e,t){this._val!==e&&(this._val=e,this._callCallbacks(e,t))}
    method getVal (line 2) | getVal(){return this._val}
    method trigger (line 2) | trigger(e,t){this._callCallbacks(e,t)}
    method _callCallbacks (line 2) | _callCallbacks(e,t){this._callbacks.forEach((r=>r(e,t)))}
  class ii (line 2) | class ii{constructor(e){this._tabster=e}dispose(){}getProps(e){var t=ko(...
    method constructor (line 2) | constructor(e){this._tabster=e}
    method dispose (line 2) | dispose(){}
    method getProps (line 2) | getProps(e){var t=ko(this._tabster,e);return t&&t.focusable||{}}
    method isFocusable (line 2) | isFocusable(e,t,r,n){return!(!Vo(e,go)||!t&&-1===e.tabIndex)&&(r||this...
    method isVisible (line 2) | isVisible(e){if(!e.ownerDocument||e.nodeType!==Node.ELEMENT_NODE)retur...
    method isAccessible (line 2) | isAccessible(e){for(var t,r=e;r;r=Bo.getParentElement(r)){var n=ko(thi...
    method _isDisabled (line 2) | _isDisabled(e){return e.hasAttribute("disabled")}
    method _isHidden (line 2) | _isHidden(e){var t,r=e.getAttribute("aria-hidden");return!(!r||"true"!...
    method findFirst (line 2) | findFirst(e,t){return this.findElement(uo({},e),t)}
    method findLast (line 2) | findLast(e,t){return this.findElement(uo({isBackward:!0},e),t)}
    method findNext (line 2) | findNext(e,t){return this.findElement(uo({},e),t)}
    method findPrev (line 2) | findPrev(e,t){return this.findElement(uo(uo({},e),{},{isBackward:!0}),t)}
    method findDefault (line 2) | findDefault(e,t){return this.findElement(uo(uo({},e),{},{acceptConditi...
    method findAll (line 2) | findAll(e){return this._findElements(!0,e)||[]}
    method findElement (line 2) | findElement(e,t){var r=this._findElements(!1,e,t);return r?r[0]:r}
    method _findElements (line 2) | _findElements(e,t,r){var n,o,i,{container:u,currentElement:a=null,incl...
    method _acceptElement (line 2) | _acceptElement(e,t){var r,n,o;if(t.found)return NodeFilter.FILTER_ACCE...
  class ui (line 2) | class ui extends oi{constructor(e,t){super(),this._init=()=>{var e=this....
    method constructor (line 2) | constructor(e,t){super(),this._init=()=>{var e=this._win(),t=e.documen...
    method dispose (line 2) | dispose(){super.dispose();var e=this._win(),t=e.document;t.removeEvent...
    method forgetMemorized (line 2) | static forgetMemorized(e,t){var r,n,o=ui._lastResetElement,i=o&&o.get(...
    method getFocusedElement (line 2) | getFocusedElement(){return this.getVal()}
    method getLastFocusedElement (line 2) | getLastFocusedElement(){var e,t=null===(e=this._lastVal)||void 0===e?v...
    method focus (line 2) | focus(e,t,r){return!!this._tabster.focusable.isFocusable(e,t,!1,r)&&(e...
    method focusDefault (line 2) | focusDefault(e){var t=this._tabster.focusable.findDefault({container:e...
    method getFirstOrLastTabbable (line 2) | getFirstOrLastTabbable(e,t){var r,n,{container:o,ignoreAccessibility:i...
    method _focusFirstOrLast (line 2) | _focusFirstOrLast(e,t){var r=this.getFirstOrLastTabbable(e,t);return!!...
    method focusFirst (line 2) | focusFirst(e){return this._focusFirstOrLast(!0,e)}
    method focusLast (line 2) | focusLast(e){return this._focusFirstOrLast(!1,e)}
    method resetFocus (line 2) | resetFocus(e){if(!this._tabster.focusable.isVisible(e))return!1;if(thi...
    method _setOrRemoveAttribute (line 2) | _setOrRemoveAttribute(e,t,r){null===r?e.removeAttribute(t):e.setAttrib...
    method _setFocusedElement (line 2) | _setFocusedElement(e,t,r){var n,o;if(!this._tabster._noop){var i={rela...
    method setVal (line 2) | setVal(e,t){super.setVal(e,t),e&&(this._lastVal=new Po(this._win,e))}
    method findNextTabbable (line 2) | static findNextTabbable(e,t,r,n,o,i,u){var a=r||t.root.getElement();if...
  class ai (line 2) | class ai extends Go{constructor(e,t,r,n){super(r,e,4,n,!0),this._setHand...
    method constructor (line 2) | constructor(e,t,r,n){super(r,e,4,n,!0),this._setHandlers(((n,o,i)=>{va...
  class li (line 2) | class li extends Ko{constructor(e,t,r,n,o){super(e,t,n),this._shouldTabI...
    method constructor (line 2) | constructor(e,t,r,n,o){super(e,t,n),this._shouldTabInside=!1,this.make...
    method dispose (line 2) | dispose(){var e;this._onDispose(this),this._element.get(),null===(e=th...
    method findNextTabbable (line 2) | findNextTabbable(e,t,r,n){var o,i=this.getElement();if(!i)return null;...
    method makeTabbable (line 2) | makeTabbable(e){this._shouldTabInside=e||!this._props.tabbability}
    method isActive (line 2) | isActive(e){for(var t,r=this.getElement()||null,n=!0,o=Bo.getParentEle...
    method getFirst (line 2) | getFirst(e){var t,r,n=this.getElement();if(n){if(e&&this._tabster.focu...
    method setFirst (line 2) | setFirst(e){e?this._first=new Po(this._tabster.getWindow,e):delete thi...
    method acceptElement (line 2) | acceptElement(e,t){var r,n=t.cachedGrouppers,o=Bo.getParentElement(thi...
  class si (line 2) | class si{constructor(e,t){this._current={},this._grouppers={},this._init...
    method constructor (line 2) | constructor(e,t){this._current={},this._grouppers={},this._init=()=>{v...
    method dispose (line 2) | dispose(){var e=this._win();this._handleKeyPressTimer&&(e.clearTimeout...
    method createGroupper (line 2) | createGroupper(e,t,r){var n=new li(this._tabster,e,this._onGroupperDis...
    method forgetCurrentGrouppers (line 2) | forgetCurrentGrouppers(){this._current={}}
    method _updateCurrent (line 2) | _updateCurrent(e,t,r){var n;this._updateTimer&&(this._win().clearTimeo...
    method _enterGroupper (line 2) | _enterGroupper(e,t){var r=this._tabster,n=ni.getTabsterContext(r,e),o=...
    method _escapeGroupper (line 2) | _escapeGroupper(e,t,r){var n,o=this._tabster,i=ni.getTabsterContext(o,...
    method moveFocus (line 2) | moveFocus(e,t){return t===Do.Enter?this._enterGroupper(e):this._escape...
    method handleKeyPress (line 2) | handleKeyPress(e,t,r){var n=this._tabster,o=ni.getTabsterContext(n,e);...
  class ci (line 2) | class ci extends oi{constructor(e){super(),this._onChange=e=>{this.setVa...
    method constructor (line 2) | constructor(e){super(),this._onChange=e=>{this.setVal(e,void 0)},this....
    method dispose (line 2) | dispose(){super.dispose(),this._keyborg&&(this._keyborg.unsubscribe(th...
    method setNavigatingWithKeyboard (line 2) | setNavigatingWithKeyboard(e){var t;null===(t=this._keyborg)||void 0===...
    method isNavigatingWithKeyboard (line 2) | isNavigatingWithKeyboard(){var e;return!!(null===(e=this._keyborg)||vo...
  class di (line 2) | class di extends Go{constructor(e,t,r,n){super(t,e,3,n),this._onFocusDum...
    method constructor (line 2) | constructor(e,t,r,n){super(t,e,3,n),this._onFocusDummyInput=e=>{var t,...
  class pi (line 2) | class pi extends Ko{constructor(e,t,r,n,o){var i;super(e,t,n),this._visi...
    method constructor (line 2) | constructor(e,t,r,n,o){var i;super(e,t,n),this._visible={},this._onInt...
    method dispose (line 2) | dispose(){var e;this._onDispose(this),this._intersectionObserver&&(thi...
    method setCurrent (line 2) | setCurrent(e){this._current=e?new Po(this._win,e):void 0,!this._props....
    method getCurrent (line 2) | getCurrent(){var e;return(null===(e=this._current)||void 0===e?void 0:...
    method findNextTabbable (line 2) | findNextTabbable(e,t,r,n){var o,i=this.getElement(),u=i&&(null===(o=nu...
    method acceptElement (line 2) | acceptElement(e,t){var r,n,o;if(!ui.isTabbing)return(null===(r=t.curre...
    method _observeState (line 2) | _observeState(){var e=this.getElement();if(!this._unobserve&&e&&"undef...
    method getState (line 2) | getState(e){var t=qo(this._win,e);if(t in this._visible){var r=this._v...
  class vi (line 2) | class vi{constructor(e,t){var r=this;this._init=()=>{var e=this._win();e...
    method constructor (line 2) | constructor(e,t){var r=this;this._init=()=>{var e=this._win();e.addEve...
    method dispose (line 2) | dispose(){var e,t=this._win();this._tabster.focusedElement.unsubscribe...
    method createMover (line 2) | createMover(e,t,r){var n=new pi(this._tabster,e,this._onMoverDispose,t...
    method moveFocus (line 2) | moveFocus(e,t){return this._moveFocus(e,t)}
    method _moveFocus (line 2) | _moveFocus(e,t,r){var n,o,i=this._tabster,u=ni.getTabsterContext(i,e,{...
    method _isIgnoredInput (line 2) | _isIgnoredInput(e,t){var r=this;return oo((function*(){if("true"===e.g...
  class hi (line 2) | class hi{constructor(e){this._isUncontrolledCompletely=e}isUncontrolledC...
    method constructor (line 2) | constructor(e){this._isUncontrolledCompletely=e}
    method isUncontrolledCompletely (line 2) | isUncontrolledCompletely(e,t){var r,n=null===(r=this._isUncontrolledCo...
  class mi (line 2) | class mi{static _overrideAttachShadow(e){var t=e.Element.prototype.attac...
    method _overrideAttachShadow (line 2) | static _overrideAttachShadow(e){var t=e.Element.prototype.attachShadow...
    method constructor (line 2) | constructor(e){this._isObserving=!1,this._callbackWrapper=(e,t)=>{for(...
    method _addSubObserver (line 2) | _addSubObserver(e){if(this._options&&this._callback&&!this._subObserve...
    method disconnect (line 2) | disconnect(){for(var e of(this._isObserving=!1,delete this._options,mi...
    method observe (line 2) | observe(e,t){var r=e.nodeType===Node.DOCUMENT_NODE?e:e.ownerDocument,n...
    method _walkShadows (line 2) | _walkShadows(e,t){var r=e.nodeType===Node.DOCUMENT_NODE?e:e.ownerDocum...
    method takeRecords (line 2) | takeRecords(){var e=this._observer.takeRecords();for(var t of this._su...
  class gi (line 2) | class gi{constructor(e){this.keyboardNavigation=e.keyboardNavigation,thi...
    method constructor (line 2) | constructor(e){this.keyboardNavigation=e.keyboardNavigation,this.focus...
  class Di (line 2) | class Di{constructor(e,t){var r,n;this._forgetMemorizedElements=[],this....
    method constructor (line 2) | constructor(e,t){var r,n;this._forgetMemorizedElements=[],this._wrappe...
    method _mergeProps (line 2) | _mergeProps(e){var t;e&&(this.getParent=null!==(t=e.getParent)&&void 0...
    method createTabster (line 2) | createTabster(e,t){var r=new gi(this);return e||this._wrappers.add(r),...
    method disposeTabster (line 2) | disposeTabster(e,t){t?this._wrappers.clear():this._wrappers.delete(e),...
    method dispose (line 2) | dispose(){var e,t,r,n,o,i,u,a;this.internal.stopObserver();var l=this....
    method storageEntry (line 2) | storageEntry(e,t){var r=this._storage,n=r.get(e);return n?!1===t&&0===...
    method forceCleanup (line 2) | forceCleanup(){this._win&&(this._forgetMemorizedElements.push(this._wi...
    method queueInit (line 2) | queueInit(e){var t;this._win&&(this._initQueue.push(e),this._initTimer...
    method drainInitQueue (line 2) | drainInitQueue(){if(this._win){var e=this._initQueue;this._initQueue=[...
  function bi (line 2) | function bi(e){if(!e)return null;if(!(arguments.length>1&&void 0!==argum...
  function Ci (line 2) | function Ci(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ki (line 2) | function ki(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Ai (line 2) | function Ai(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Bi (line 2) | function Bi(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Pi (line 2) | function Pi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Ti (line 2) | function Ti(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Ii (line 2) | function Ii(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Mi (line 2) | function Mi(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Vi (line 2) | function Vi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Ui (line 2) | function Ui(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Ki (line 2) | function Ki(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Qi (line 2) | function Qi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Xi (line 2) | function Xi(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function eu (line 2) | function eu(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ru (line 2) | function ru(e){switch(e){case"horizontal":return Co.MoverDirections.Hori...
  function nu (line 2) | function nu(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ou (line 2) | function ou(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function au (line 2) | function au(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function lu (line 2) | function lu(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function pu (line 2) | function pu(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function vu (line 2) | function vu(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function hu (line 2) | function hu(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function mu (line 2) | function mu(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Cu (line 2) | function Cu(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ku (line 2) | function ku(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function xu (line 2) | function xu(e,t){var r=null!=t?t:{},{disabled:n,disabledFocusable:o=!1,"...
  function Hu (line 2) | function Hu(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Wu (line 2) | function Wu(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Ku (line 2) | function Ku(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function $u (line 2) | function $u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Xu (line 2) | function Xu(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ea (line 2) | function ea(e){return null==e?{}:"string"==typeof e?Zu[e]:e}
  function ta (line 2) | function ta(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ra (line 2) | function ra(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function fa (line 2) | function fa(e,t,r){return ua(e,ia(t,r))}
  function da (line 2) | function da(e,t){return"function"==typeof e?e(t):e}
  function pa (line 2) | function pa(e){return e.split("-")[0]}
  function va (line 2) | function va(e){return e.split("-")[1]}
  function ha (line 2) | function ha(e){return"x"===e?"y":"x"}
  function ma (line 2) | function ma(e){return"y"===e?"height":"width"}
  function ga (line 2) | function ga(e){return["top","bottom"].includes(pa(e))?"y":"x"}
  function Da (line 2) | function Da(e){return ha(ga(e))}
  function ba (line 2) | function ba(e){return e.replace(/start|end/g,(e=>ca[e]))}
  function ya (line 2) | function ya(e){return e.replace(/left|right|bottom|top/g,(e=>sa[e]))}
  function Fa (line 2) | function Fa(e){return"number"!=typeof e?function(e){return{top:0,right:0...
  function wa (line 2) | function wa(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y...
  function Ea (line 2) | function Ea(e,t,r){let{reference:n,floating:o}=e;const i=ga(t),u=Da(t),a...
  function Ca (line 2) | async function Ca(e,t){var r;void 0===t&&(t={});const{x:n,y:o,platform:i...
  function ka (line 2) | function ka(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:...
  function xa (line 2) | function xa(e){return oa.some((t=>e[t]>=0))}
  method fn (line 2) | async fn(t){var r,n;const{x:o,y:i,placement:u,middlewareData:a}=t,l=awai...
  function Ba (line 2) | function Ba(e){return Oa(e)?(e.nodeName||"").toLowerCase():"#document"}
  function Sa (line 2) | function Sa(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t....
  function _a (line 2) | function _a(e){var t;return null==(t=(Oa(e)?e.ownerDocument:e.document)|...
  function Oa (line 2) | function Oa(e){return e instanceof Node||e instanceof Sa(e).Node}
  function ja (line 2) | function ja(e){return e instanceof Element||e instanceof Sa(e).Element}
  function Pa (line 2) | function Pa(e){return e instanceof HTMLElement||e instanceof Sa(e).HTMLE...
  function Ta (line 2) | function Ta(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Shado...
  function za (line 2) | function za(e){const{overflow:t,overflowX:r,overflowY:n,display:o}=Ma(e)...
  function Na (line 2) | function Na(e){return["table","td","th"].includes(Ba(e))}
  function Ra (line 2) | function Ra(e){const t=La(),r=Ma(e);return"none"!==r.transform||"none"!=...
  function La (line 2) | function La(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.suppo...
  function Ia (line 2) | function Ia(e){return["html","body","#document"].includes(Ba(e))}
  function Ma (line 2) | function Ma(e){return Sa(e).getComputedStyle(e)}
  function qa (line 2) | function qa(e){return ja(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollT...
  function Ha (line 2) | function Ha(e){if("html"===Ba(e))return e;const t=e.assignedSlot||e.pare...
  function Wa (line 2) | function Wa(e){const t=Ha(e);return Ia(t)?e.ownerDocument?e.ownerDocumen...
  function Va (line 2) | function Va(e,t,r){var n;void 0===t&&(t=[]),void 0===r&&(r=!0);const o=W...
  function Ua (line 2) | function Ua(e){const t=Ma(e);let r=parseFloat(t.width)||0,n=parseFloat(t...
  function Ka (line 2) | function Ka(e){return ja(e)?e:e.contextElement}
  function $a (line 2) | function $a(e){const t=Ka(e);if(!Pa(t))return la(1);const r=t.getBoundin...
  function Qa (line 2) | function Qa(e){const t=Sa(e);return La()&&t.visualViewport?{x:t.visualVi...
  function Xa (line 2) | function Xa(e,t,r,n){void 0===t&&(t=!1),void 0===r&&(r=!1);const o=e.get...
  function Ja (line 2) | function Ja(e){return Ya.some((t=>{try{return e.matches(t)}catch(e){retu...
  function Za (line 2) | function Za(e){return Xa(_a(e)).left+qa(e).scrollLeft}
  function el (line 2) | function el(e,t,r){let n;if("viewport"===t)n=function(e,t){const r=Sa(e)...
  function tl (line 2) | function tl(e,t){const r=Ha(e);return!(r===t||!ja(r)||Ia(r))&&("fixed"==...
  function rl (line 2) | function rl(e,t,r){const n=Pa(t),o=_a(t),i="fixed"===r,u=Xa(e,!0,i,t);le...
  function nl (line 2) | function nl(e,t){return Pa(e)&&"fixed"!==Ma(e).position?t?t(e):e.offsetP...
  function ol (line 2) | function ol(e,t){const r=Sa(e);if(!Pa(e)||Ja(e))return r;let n=nl(e,t);f...
  method fn (line 2) | async fn(t){const{x:r,y:n,placement:o}=t,{mainAxis:i=!0,crossAxis:u=!1,l...
  method fn (line 2) | async fn(t){var r,n;const{placement:o,middlewareData:i,rects:u,initialPl...
  method fn (line 2) | async fn(t){const{placement:r,rects:n,platform:o,elements:i}=t,{apply:u=...
  method fn (line 2) | async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...o}=da(e,t)...
  method fn (line 2) | async fn(t){const{x:r,y:n,placement:o,rects:i,platform:u,elements:a,midd...
  method fn (line 2) | fn(t){const{x:r,y:n,placement:o,rects:i,middlewareData:u}=t,{offset:a=0,...
  function pl (line 2) | function pl(e,t,n){var o=r.useRef(!0),[i]=r.useState((()=>({value:e,call...
  function ml (line 2) | function ml(e,t){if("window"===t)return null==e?void 0:e.ownerDocument.d...
  function gl (line 2) | function gl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Dl (line 2) | function Dl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  method fn (line 2) | fn(t){var r,{middlewareData:n,elements:o}=t;if(null===(r=n.resetMaxSize)...
  function yl (line 2) | function yl(e,t){var{container:r,overflowBoundary:n}=t;return ll(Dl(Dl({...
  function Fl (line 2) | function Fl(e,t,r,n,o,i,u){try{var a=e[i](u),l=a.value}catch(e){return v...
  function El (line 2) | function El(){return{name:"matchTargetSize",fn:(e=function*(e){var{rects...
  function Cl (line 2) | function Cl(e){var t=e.split("-");return{side:t[0],alignment:t[1]}}
  function xl (line 2) | function xl(e){var t,r=(t=e)?"number"==typeof t||"object"==typeof t?t:e=...
  function Al (line 2) | function Al(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Bl (line 2) | function Bl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Sl (line 2) | function Sl(e){var{hasScrollableElement:t,flipBoundary:r,container:n,fal...
  function Ol (line 2) | function Ol(e,t){if("number"==typeof e)return e;var{start:r,end:n}=e,o=f...
  function jl (line 2) | function jl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Pl (line 2) | function Pl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Tl (line 2) | function Tl(e){var{hasScrollableElement:t,disableTether:r,overflowBounda...
  function zl (line 2) | function zl(e,t,r,n,o,i,u){try{var a=e[i](u),l=a.value}catch(e){return v...
  function Nl (line 2) | function Nl(){return{name:"intersectionObserver",fn:(e=function*(e){var ...
  function Rl (line 2) | function Rl(e,t){var r,n,o=e;return Boolean((null==o||null===(r=o.ownerD...
  function Wl (line 2) | function Wl(e){for(var t=[],r=e;r;){var n=vl(r);if(e.ownerDocument.body=...
  function Vl (line 2) | function Vl(e){var t=!1,{container:r,target:n,arrow:o,strategy:i,middlew...
  function Ul (line 2) | function Ul(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Kl (line 2) | function Kl(e){var t=r.useRef(null),n=r.useRef(null),o=r.useRef(null),i=...
  function Ql (line 2) | function Ql(e,t){return function(){null==e||e(...arguments),null==t||t(....
  function Xl (line 2) | function Xl(e){return Boolean(e.type.isFluentTriggerComponent)}
  function Yl (line 2) | function Yl(e){return r.isValidElement(e)?Xl(e)?Yl(e.props.children):e:n...
  function Jl (line 2) | function Jl(e,t){return"function"==typeof e?e(t):e?Zl(e,t):e||null}
  function Zl (line 2) | function Zl(e,t){if(!r.isValidElement(e)||e.type===r.Fragment)throw new ...
  function es (line 2) | function es(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ts (line 2) | function ts(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function ns (line 2) | function ns(e,t){if(e){var r=e;r._virtual||(r._virtual={}),r._virtual.pa...
  function as (line 2) | function as(e,t){if(ls(e))return()=>{};var r={current:void 0},n=to(t);fu...
  function ls (line 2) | function ls(e){return!!e&&(!!e.focusVisible||ls(null==e?void 0:e.parentE...
  function Fs (line 2) | function Fs(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function ws (line 2) | function ws(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function As (line 2) | function As(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  function Bs (line 2) | function Bs(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments...
  function Ls (line 2) | function Ls(e,t){return((t||Rs).jsx?Ns:zs).test(e)}
  function Ms (line 2) | function Ms(e){return""===e.replace(Is,"")}
  class qs (line 2) | class qs{constructor(e,t,r){this.property=e,this.normal=t,r&&(this.space...
    method constructor (line 2) | constructor(e,t,r){this.property=e,this.normal=t,r&&(this.space=r)}
  function Hs (line 2) | function Hs(e,t){for(var r={},n={},o=-1;++o<e.length;)Object.assign(r,e[...
  function Ws (line 2) | function Ws(e){return e.toLowerCase()}
  class Vs (line 2) | class Vs{constructor(e,t){this.property=e,this.attribute=t}}
    method constructor (line 2) | constructor(e,t){this.property=e,this.attribute=t}
  function Zs (line 2) | function Zs(){return 2**++Us}
  class tc (line 2) | class tc extends Vs{constructor(t,r,n,o){var i=-1;if(super(t,r),rc(this,...
    method constructor (line 2) | constructor(t,r,n,o){var i=-1;if(super(t,r),rc(this,"space",o),"number...
  function rc (line 2) | function rc(e,t,r){r&&(e[t]=r)}
  function oc (line 2) | function oc(e){var t,r={},n={};for(t in e.properties)if(nc.call(e.proper...
  function ac (line 2) | function ac(e,t){return t in e?e[t]:t}
  function lc (line 2) | function lc(e,t){return ac(e,t.toLowerCase())}
  function Dc (line 2) | function Dc(e){return"-"+e.toLowerCase()}
  function bc (line 2) | function bc(e){return e.charAt(1).toUpperCase()}
  function kc (line 2) | function kc(e){return function(t){var r=t&&t.position&&t.position[e]||{}...
  function xc (line 2) | function xc(e){return e&&"object"==typeof e?"position"in e||"type"in e?B...
  function Ac (line 2) | function Ac(e){return Sc(e&&e.line)+":"+Sc(e&&e.column)}
  function Bc (line 2) | function Bc(e){return Ac(e&&e.start)+"-"+Ac(e&&e.end)}
  function Sc (line 2) | function Sc(e){return e&&"number"==typeof e?e:1}
  function _c (line 2) | function _c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){v...
  class Oc (line 2) | class Oc extends Error{constructor(e,t,r){super(),"string"==typeof t&&(r...
    method constructor (line 2) | constructor(e,t,r){super(),"string"==typeof t&&(r=t,t=void 0);var n=""...
  function Ic (line 2) | function Ic(e,t,r){return"element"===t.type?function(e,t,r){var n=e.sche...
  function Mc (line 2) | function Mc(e,t,r,n){"string"!=typeof r&&r!==e.Fragment&&e.passNode&&(t....
  function qc (line 2) | function qc(e,t){if(t.length>0){var r=t.length>1?t:t[0];r&&(e.children=r)}}
  function Hc (line 2) | function Hc(e,t){for(var r=[],n=-1,o=e.passKeys?new Map:Pc;++n<t.childre...
  function Wc (line 2) | function Wc(e,t,r){var n=function(e,t){var r=Ws(t),n=t,o=Vs;if(r in e.no...
  function Vc (line 2) | function Vc(e,t,r){var n;if(r)if(t.includes(".")){for(var o,i=t.split("....
  function Uc (line 2) | function Uc(e,t){var r=new Oc("Cannot handle MDX estrees without `create...
  function Kc (line 2) | function Kc(e){var t=e.replace(Tc,Gc);return"ms-"===t.slice(0,3)&&(t="-"...
  function $c (line 2) | function $c(e,t){return t.toUpperCase()}
  function Gc (line 2) | function Gc(e){return"-"+e.toLowerCase()}
  function Jc (line 2) | function Jc(e,t,r){if(function(e){return Boolean(e&&"object"==typeof e)}...
  function Zc (line 2) | function Zc(e,t,r){for(var n=[],o=-1;++o<e.length;)n[o]=Jc(e[o],t,r);ret...
  function ef (line 2) | function ef(e,t,r,n){var o,i=e.length,u=0;if(t=t<0?-t>i?0:i+t:t>i?i:t,r=...
  function tf (line 2) | function tf(e,t){return e.length>0?(ef(e,e.length,0,t),e):t}
  class rf (line 2) | class rf{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<...
    method constructor (line 2) | constructor(e){this.left=e?[...e]:[],this.right=[]}
    method get (line 2) | get(e){if(e<0||e>=this.left.length+this.right.length)throw new RangeEr...
    method length (line 2) | get length(){return this.left.length+this.right.length}
    method shift (line 2) | shift(){return this.setCursor(0),this.right.pop()}
    method slice (line 2) | slice(e,t){var r=null==t?Number.POSITIVE_INFINITY:t;return r<this.left...
    method splice (line 2) | splice(e,t,r){var n=t||0;this.setCursor(Math.trunc(e));var o=this.righ...
    method pop (line 2) | pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}
    method push (line 2) | push(e){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(e)}
    method pushMany (line 2) | pushMany(e){this.setCursor(Number.POSITIVE_INFINITY),nf(this.left,e)}
    method unshift (line 2) | unshift(e){this.setCursor(0),this.right.push(e)}
    method unshiftMany (line 2) | unshiftMany(e){this.setCursor(0),nf(this.right,e.reverse())}
    method setCursor (line 2) | setCursor(e){if(!(e===this.left.length||e>this.left.length&&0===this.r...
  function nf (line 2) | function nf(e,t){var r=0;if(t.length<1e4)e.push(...t);else for(;r<t.leng...
  function of (line 2) | function of(e){for(var t,r,n,o,i,u,a,l={},s=-1,c=new rf(e);++s<c.length;...
  function uf (line 2) | function uf(e,t){for(var r,n,o=e.get(t)[1],i=e.get(t)[2],u=t-1,a=[],l=o....
  function lf (line 2) | function lf(e,t){var r;for(r in t){var n=(af.call(e,r)?e[r]:void 0)||(e[...
  function sf (line 2) | function sf(e,t){for(var r=-1,n=[];++r<t.length;)("after"===t[r].add?e:n...
  function pf (line 2) | function pf(e){return null!==e&&(e<32||127===e)}
  function gf (line 2) | function gf(e){return null!==e&&e<-2}
  function Df (line 2) | function Df(e){return null!==e&&(e<0||32===e)}
  function bf (line 2) | function bf(e){return-2===e||-1===e||32===e}
  function wf (line 2) | function wf(e){return function(t){return null!==t&&t>-1&&e.test(String.f...
  function Ef (line 2) | function Ef(e,t,r,n){var o=n?n-1:Number.POSITIVE_INFINITY,i=0;return fun...
  function n (line 2) | function n(r){var n=e.enter("chunkText",{contentType:"text",previous:t})...
  function o (line 2) | function o(t){return null===t?(e.exit("chunkText"),e.exit("paragraph"),v...
  function a (line 2) | function a(t){if(u<i.length){var r=i[u];return o.containerState=r[1],e.a...
  function l (line 2) | function l(e){if(u++,o.containerState._closeFlow){o.containerState._clos...
  function s (line 2) | function s(r){if(u===i.length){if(!t)return d(r);if(t.currentConstruct&&...
  function c (line 2) | function c(e){return t&&D(),g(u),d(e)}
  function f (line 2) | function f(e){return o.parser.lazy[o.now().line]=u!==i.length,n=o.now()....
  function d (line 2) | function d(t){return o.containerState={},e.attempt(xf,p,v)(t)}
  function p (line 2) | function p(e){return u++,i.push([o.currentConstruct,o.containerState]),d...
  function v (line 2) | function v(n){return null===n?(t&&D(),g(0),void e.consume(n)):(t=t||o.pa...
  function h (line 2) | function h(t){return null===t?(m(e.exit("chunkFlow"),!0),g(0),void e.con...
  function m (line 2) | function m(e,i){var a=o.sliceStream(e);if(i&&a.push(null),e.previous=r,r...
  function g (line 2) | function g(t){for(var r=i.length;r-- >t;){var n=i[r];o.containerState=n[...
  function D (line 2) | function D(){t.write([null]),r=void 0,t=void 0,o.containerState._closeFl...
  function n (line 2) | function n(e){return null===e||gf(e)?t(e):r(e)}
  function n (line 2) | function n(t){return null===t?o(t):gf(t)?e.check(Sf,i,o)(t):(e.consume(t...
  function o (line 2) | function o(r){return e.exit("chunkContent"),e.exit("content"),t(r)}
  function i (line 2) | function i(t){return e.consume(t),e.exit("chunkContent"),r.next=e.enter(...
  function o (line 2) | function o(o){if(null===o||gf(o))return r(o);var i=n.events[n.events.len...
  function n (line 2) | function n(n){if(null!==n)return e.enter("lineEnding"),e.consume(n),e.ex...
  function Tf (line 2) | function Tf(e){return{tokenize:function(t){var r=this,n=this.parser.cons...
  function zf (line 2) | function zf(e){return function(t,r){for(var n,o=-1;++o<=t.length;)void 0...
  function Nf (line 2) | function Nf(e,t){for(var r=0;++r<=e.length;)if((r===e.length||"lineEndin...
  function Rf (line 2) | function Rf(e,t,r){for(var n=[],o=-1;++o<e.length;){var i=e[o].resolveAl...
  function Lf (line 2) | function Lf(e,t,r){var n=Object.assign(r?Object.assign({},r):{line:1,col...
  function i (line 2) | function i(i){return i===n?(e.enter("thematicBreakSequence"),u(i)):o>=3&...
  function u (line 2) | function u(t){return t===n?(e.consume(t),o++,u):(e.exit("thematicBreakSe...
  function a (line 2) | function a(t){return vf(t)&&++u<10?(e.consume(t),a):(!n.interrupt||u<2)&...
  function l (line 2) | function l(t){return e.enter("listItemMarker"),e.consume(t),e.exit("list...
  function s (line 2) | function s(e){return n.containerState.initialBlankLine=!0,i++,f(e)}
  function c (line 2) | function c(t){return bf(t)?(e.enter("listItemPrefixWhitespace"),e.consum...
  function f (line 2) | function f(r){return n.containerState.size=i+n.sliceSerialize(e.exit("li...
  function o (line 2) | function o(o){return n.containerState._closeFlow=!0,n.interrupt=void 0,E...
  function o (line 2) | function o(r){return bf(r)?(e.enter("blockQuotePrefixWhitespace"),e.cons...
  function o (line 2) | function o(n){return e.attempt(Wf,t,r)(n)}
  function Vf (line 2) | function Vf(e,t,r,n,o,i,u,a,l){var s=l||Number.POSITIVE_INFINITY,c=0;ret...
  function Uf (line 2) | function Uf(e,t,r,n,o,i){var u,a=this,l=0;return function(t){return e.en...
  function Kf (line 2) | function Kf(e,t,r,n,o,i){var u;return function(t){return 34===t||39===t|...
  function $f (line 2) | function $f(e,t){var r;return function n(o){return gf(o)?(e.enter("lineE...
  function Gf (line 2) | function Gf(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"")....
  function i (line 2) | function i(t){return n=Gf(o.sliceSerialize(o.events[o.events.length-1][1...
  function u (line 2) | function u(t){return Df(t)?$f(e,a)(t):a(t)}
  function a (line 2) | function a(t){return Vf(e,l,r,"definitionDestination","definitionDestina...
  function l (line 2) | function l(t){return e.attempt(Xf,s,s)(t)}
  function s (line 2) | function s(t){return bf(t)?Ef(e,c,"whitespace")(t):c(t)}
  function c (line 2) | function c(i){return null===i||gf(i)?(e.exit("definition"),o.parser.defi...
  function n (line 2) | function n(t){return Kf(e,o,r,"definitionTitle","definitionTitleMarker",...
  function o (line 2) | function o(t){return bf(t)?Ef(e,i,"whitespace")(t):i(t)}
  function i (line 2) | function i(e){return null===e||gf(e)?t(e):r(e)}
  function o (line 2) | function o(e){var t=n.events[n.events.length-1];return t&&"linePrefix"==...
  function i (line 2) | function i(t){return null===t?a(t):gf(t)?e.attempt(Jf,i,a)(t):(e.enter("...
  function u (line 2) | function u(t){return null===t||gf(t)?(e.exit("codeFlowValue"),i(t)):(e.c...
  function a (line 2) | function a(r){return e.exit("codeIndented"),t(r)}
  function o (line 2) | function o(t){return n.parser.lazy[n.now().line]?r(t):gf(t)?(e.enter("li...
  function i (line 2) | function i(e){var i=n.events[n.events.length-1];return i&&"linePrefix"==...
  function o (line 2) | function o(t){return 35===t&&n++<6?(e.consume(t),o):null===t||Df(t)?(e.e...
  function i (line 2) | function i(r){return 35===r?(e.enter("atxHeadingSequence"),u(r)):null===...
  function u (line 2) | function u(t){return 35===t?(e.consume(t),u):(e.exit("atxHeadingSequence...
  function a (line 2) | function a(t){return null===t||35===t||Df(t)?(e.exit("atxHeadingText"),i...
  function i (line 2) | function i(t){return t===n?(e.consume(t),i):(e.exit("setextHeadingLineSe...
  function u (line 2) | function u(n){return null===n||gf(n)?(e.exit("setextHeadingLine"),t(n)):...
  function s (line 2) | function s(u){return 33===u?(e.consume(u),c):47===u?(e.consume(u),o=!0,p...
  function c (line 2) | function c(o){return 45===o?(e.consume(o),n=2,f):91===o?(e.consume(o),n=...
  function f (line 2) | function f(n){return 45===n?(e.consume(n),l.interrupt?t:T):r(n)}
  function d (line 2) | function d(n){return n==="CDATA[".charCodeAt(u++)?(e.consume(n),6===u?l....
  function p (line 2) | function p(t){return cf(t)?(e.consume(t),i=String.fromCharCode(t),v):r(t)}
  function v (line 2) | function v(u){if(null===u||47===u||62===u||Df(u)){var a=47===u,s=i.toLow...
  function h (line 2) | function h(n){return 62===n?(e.consume(n),l.interrupt?t:x):r(n)}
  function m (line 2)
Copy disabled (too large) Download .json
Condensed preview — 3258 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (124,190K chars).
[
  {
    "path": ".github/ISSUE_TEMPLATE/creator-kit-bug-report.md",
    "chars": 625,
    "preview": "---\nname: Creator Kit Bug report\nabout: Report an bug or issue with a component in the Creator Kit to help us improve\nti"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/creator-kit-feature-request.md",
    "chars": 858,
    "preview": "---\nname: Creator Kit Feature request\nabout: Suggest a new component or enhancements to existing components in the Creat"
  },
  {
    "path": ".github/workflows/sync-to-azdo.yml",
    "chars": 9491,
    "preview": "name: Sync issue to Azure DevOps work item\n\non:\n  issues:\n    types:\n      [opened, edited, deleted, closed, reopened, l"
  },
  {
    "path": ".gitignore",
    "chars": 5963,
    "preview": "## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n##\n## G"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "chars": 444,
    "preview": "# Microsoft Open Source Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://op"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/.gitignore",
    "chars": 172,
    "preview": "# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.\n\n# msbuild output directories\n/bin"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/CreatorKitAI.cdsproj",
    "chars": 2820,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.micros"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/cat_creatorkitaireferenceapp_8ea0d.meta.xml",
    "chars": 18871,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<CanvasApp xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <Name>cat_cr"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/cat_creatorkitaireferenceapp_8ea0d_AdditionalUris0_identity.json",
    "chars": 16560,
    "preview": "{\"__Version\":\"0.1\",\"App\":\"34cec3bc-1bef-4196-bf0e-e3b3c34c2c1b\",\"Test_7F478737223C4B69\":\"ba93175c-1093-41e3-affb-07729b6"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Assets/SampleImage.json",
    "chars": 335,
    "preview": "{\n  \"Content\": \"Image\",\n  \"FileName\": \"/ctrllib/image/images/SampleImage.svg\",\n  \"IsSampleData\": true,\n  \"IsWritable\": f"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/CanvasManifest.json",
    "chars": 5162,
    "preview": "{\n  \"FormatVersion\": \"0.24\",\n  \"Header\": {\n    \"AnalysisOptions\": {\n      \"DataflowAnalysisEnabled\": false,\n      \"Dataf"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/ComponentReferences.json",
    "chars": 2,
    "preview": "[]"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Connections/Connections.json",
    "chars": 2,
    "preview": "{}"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/ControlTemplates.json",
    "chars": 18149,
    "preview": "{\n  \"addMedia\": {\n    \"CustomGroupControlTemplateName\": \"\",\n    \"FirstParty\": true,\n    \"Id\": \"http://microsoft.com/appm"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/43b0dc67-68af-47ae-9a9c-9e69d396ba3e.json",
    "chars": 827832,
    "preview": "[\n  {\n    \"ApiId\": \"/msdyn_aimodel\",\n    \"CdsActionInfo\": {\n      \"CdsDataset\": \"default.cds\",\n      \"IsUnboundAction\": "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Anomaly.json",
    "chars": 1975,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Chart.json",
    "chars": 2441,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Define.json",
    "chars": 1648,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202401."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Describe Image.json",
    "chars": 1982,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Diff Image.json",
    "chars": 4281,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Emoji.json",
    "chars": 1647,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Expand.json",
    "chars": 1937,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202401."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Extract Categories.json",
    "chars": 2488,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Fields from Image.json",
    "chars": 3015,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Flowchart.json",
    "chars": 2167,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Generate Headline.json",
    "chars": 1699,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202401."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Generate Suggestions.json",
    "chars": 1671,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202402."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Monochromatic Colors.json",
    "chars": 2797,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202409."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Personalized Response.json",
    "chars": 1666,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202401."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI QnA Generator.json",
    "chars": 2761,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202410."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Rating.json",
    "chars": 1656,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202402."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Redact.json",
    "chars": 1939,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202401."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Reply.json",
    "chars": 1662,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202402."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Rewrite.json",
    "chars": 1992,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202403."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Synonyms.json",
    "chars": 1650,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202401."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AI Translate.json",
    "chars": 1911,
    "preview": "[\n  {\n    \"DataBoundServiceDataSetName\": \"default.cds\",\n    \"DataBoundServiceFunctionNamesKey\": [\n      \"Predict-202401."
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/AIFieldsFromImageResultCol.json",
    "chars": 175,
    "preview": "[\n  {\n    \"IsComponentScoped\": false,\n    \"IsSampleData\": false,\n    \"IsWritable\": true,\n    \"Name\": \"AIFieldsFromImageR"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/Canvas Apps.json",
    "chars": 8157,
    "preview": "[\n  {\n    \"CdsFCBContext\": \"{\\\"FileType\\\":true,\\\"ImageExternalStorage\\\":true}\",\n    \"EntitySetName\": \"canvasapps\",\n    \""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/Custom API Request Parameters.json",
    "chars": 5603,
    "preview": "[\n  {\n    \"CdsFCBContext\": \"{\\\"FileType\\\":true,\\\"ImageExternalStorage\\\":true}\",\n    \"EntitySetName\": \"customapirequestpa"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/Custom APIs.json",
    "chars": 9912,
    "preview": "[\n  {\n    \"CdsFCBContext\": \"{\\\"FileType\\\":true,\\\"ImageExternalStorage\\\":true}\",\n    \"EntitySetName\": \"customapis\",\n    \""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/CustomGallerySample.json",
    "chars": 1123,
    "preview": "[\n  {\n    \"Data\": \"[{\\\"SampleHeading\\\":\\\"Lorem ipsum 1\\\",\\\"SampleImage\\\":\\\"/ctrllib/image/images/SampleImage.svg\\\",\\\"Sam"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/LegendSample.json",
    "chars": 497,
    "preview": "[\n  {\n    \"Data\": \"[{\\\"Value\\\":\\\"Lorem ipsum\\\"},{\\\"Value\\\":\\\"Dolor sit\\\"},{\\\"Value\\\":\\\"Amet consectetur \\\"},{\\\"Value\\\":\\"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/PieChartSample.json",
    "chars": 1086,
    "preview": "[\n  {\n    \"Data\": \"[{\\\"Area\\\":31,\\\"City\\\":\\\"Cairo\\\",\\\"Density\\\":39,\\\"Population\\\":12},{\\\"Area\\\":15,\\\"City\\\":\\\"Delhi\\\",\\\""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/QnACollection.json",
    "chars": 162,
    "preview": "[\n  {\n    \"IsComponentScoped\": false,\n    \"IsSampleData\": false,\n    \"IsWritable\": true,\n    \"Name\": \"QnACollection\",\n  "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/QnAIndexCollection.json",
    "chars": 167,
    "preview": "[\n  {\n    \"IsComponentScoped\": false,\n    \"IsSampleData\": false,\n    \"IsWritable\": true,\n    \"Name\": \"QnAIndexCollection"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/Samples.json",
    "chars": 3566,
    "preview": "[\n  {\n    \"CdsFCBContext\": \"{\\\"FileType\\\":true,\\\"ImageExternalStorage\\\":true}\",\n    \"EntitySetName\": \"cat_samples\",\n    "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/aiChartResponse.json",
    "chars": 164,
    "preview": "[\n  {\n    \"IsComponentScoped\": false,\n    \"IsSampleData\": false,\n    \"IsWritable\": true,\n    \"Name\": \"aiChartResponse\",\n"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/categoriesResult.json",
    "chars": 165,
    "preview": "[\n  {\n    \"IsComponentScoped\": false,\n    \"IsSampleData\": false,\n    \"IsWritable\": true,\n    \"Name\": \"categoriesResult\","
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/colCategory.json",
    "chars": 160,
    "preview": "[\n  {\n    \"IsComponentScoped\": false,\n    \"IsSampleData\": false,\n    \"IsWritable\": true,\n    \"Name\": \"colCategory\",\n    "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/colChatMessages.json",
    "chars": 164,
    "preview": "[\n  {\n    \"IsComponentScoped\": false,\n    \"IsSampleData\": false,\n    \"IsWritable\": true,\n    \"Name\": \"colChatMessages\",\n"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/DataSources/colDetails.json",
    "chars": 159,
    "preview": "[\n  {\n    \"IsComponentScoped\": false,\n    \"IsSampleData\": false,\n    \"IsWritable\": true,\n    \"Name\": \"colDetails\",\n    \""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Entropy/AppCheckerResult.sarif",
    "chars": 75073,
    "preview": "{\n  \"$schema\": \"https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json\",\n  \"runs\": [\n    {\n      \"col"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Entropy/Entropy.json",
    "chars": 7257006,
    "preview": "{\n  \"ComponentIndexes\": {\n    \"AIEmoji\": 3,\n    \"Component1\": 4,\n    \"IDScanner\": 5\n  },\n  \"ControlUniqueGuids\": {},\n  \""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Entropy/checksum.json",
    "chars": 13778,
    "preview": "{\n  \"ClientPerFileChecksums\": {\n    \".gitignore\": \"C8_VaC8EcEG56Ufcy1DFyC8Ky19iV9xSsXMDIAcmF2GTj8=\",\n    \"AppCheckerResu"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/.gitignore",
    "chars": 109,
    "preview": "## MsApp specific overrides\n/[Cc]ontrols/\n/[Cc]hecksum.json\n/[Hh]eader.json\n/[Aa]pp[Cc]hecker[Rr]esult.sarif\n"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/References/ModernThemes.json",
    "chars": 107,
    "preview": "{\n  \"Themes\": [\n    {\n      \"EntityName\": \"PowerAppsTheme\",\n      \"ThemeName\": \"PowerAppsTheme\"\n    }\n  ]\n}"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/References/QualifiedValues.json",
    "chars": 743,
    "preview": "{\n  \"QualifiedValues\": [\n    {\n      \"Kind\": \"default.cds_customapi_forms\",\n      \"Namespace\": \"Custom APIs (Forms)\",\n  "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.AITeachingPopover.bundle.js",
    "chars": 371882,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.APICaller.bundle.js",
    "chars": 40624,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{var"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.AutoWidthLabel.bundle.js",
    "chars": 13743,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.DonutChart.bundle.js",
    "chars": 110160,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.FluentAIAssistant.bundle.js",
    "chars": 613987,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{var"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.FluentAIOutputCard.bundle.js",
    "chars": 224581,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.FluentDetailsList.bundle.js",
    "chars": 21728,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.Icon.bundle.js",
    "chars": 9388,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.Mermaid.bundle.js",
    "chars": 3305368,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{var"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.Nav.bundle.js",
    "chars": 11505,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/PowerCAT.TagList.bundle.js",
    "chars": 22689,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/css/PowerCAT.AutoWidthLabel.AutoWidthLabel.css",
    "chars": 231,
    "preview": ".AutoWidthLabel .cat-label-text {\n    width: auto;\n    display: inline-block;\n    white-space: nowrap;\n    border-style:"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/css/PowerCAT.FluentDetailsList.DetailsList.css",
    "chars": 2390,
    "preview": "/* Header Styles */\n.PowerCATFluentDetailsList .ms-DetailsHeader {\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\n.PowerC"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.AITeachingPopover.AITeachingPopover.1033.json",
    "chars": 725,
    "preview": "{\n  \"AITeachingPopover_AccessibleLabel_Disp_Key\": \"Accessible Label\",\n  \"AITeachingPopover_ButtonText_Desc_Key\": \"Text t"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.AITeachingPopover.AITeachingPopover.1033.resx",
    "chars": 7779,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.APICaller.APICaller.1033.json",
    "chars": 87,
    "preview": "{\n  \"APICaller\": \"APICaller (%VERSION%)\",\n  \"APICaller_Desc\": \"APICaller (%VERSION%)\"\n}"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.APICaller.APICaller.1033.resx",
    "chars": 6383,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n    <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.json",
    "chars": 1277,
    "preview": "{\n  \"AutoWidth\": \"Auto width\",\n  \"AutoWidthLabel\": \"Auto Width Label (1.1.39)\",\n  \"AutoWidthLabel_Desc\": \"A label that w"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.AutoWidthLabel.AutoWidthLabel.1033.resx",
    "chars": 10142,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n    <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.DonutChart.DonutChart.1033.json",
    "chars": 872,
    "preview": "{\n  \"DonutChart\": \"Fluent Donut Chart (1.1.39) Preview\",\n  \"DonutChart_ChartData_Display_Key\": \"Chart data\",\n  \"DonutCha"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.DonutChart.DonutChart.1033.resx",
    "chars": 8564,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.FluentAIAssistant.FluentAIAssistant.1033.json",
    "chars": 723,
    "preview": "{\n  \"FluentAIAssistant_AccessibleLabel_Disp_Key\": \"Accessible Label\",\n  \"FluentAIAssistant_Disclaimer_Disp_Key\": \"Discla"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.FluentAIAssistant.FluentAIAssistant.1033.resx",
    "chars": 7879,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.FluentAIOutputCard.OutputCard.1033.json",
    "chars": 142,
    "preview": "{\n  \"OutputCard_Display_Key\": \"AI Output Card\",\n  \"OutputCard_LoadingText_Key\": \"Loading text\",\n  \"OutputCard_ShowLoader"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.FluentAIOutputCard.OutputCard.1033.resx",
    "chars": 6123,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.FluentDetailsList.DetailsList.1033.json",
    "chars": 2145,
    "preview": "{\n  \"AccessibilityLabel\": \"Accessibility label\",\n  \"AlternateRowColor\": \"Alternate Row color\",\n  \"ColAriaTextColumn\": \"A"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.FluentDetailsList.DetailsList.1033.resx",
    "chars": 11669,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.Icon.Icon.1033.json",
    "chars": 902,
    "preview": "{\n  \"AccessibilityLabel\": \"Accessibility label\",\n  \"AccessibilityLabel_Desc\": \"The label to add to the table aria descri"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.Icon.Icon.1033.resx",
    "chars": 8408,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.Mermaid.Mermaid.1033.json",
    "chars": 36,
    "preview": "{\n  \"Mermaid_text\": \"Mermaid Text\"\n}"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.Mermaid.Mermaid.1033.resx",
    "chars": 5717,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.Nav.FluentNav.1033.json",
    "chars": 279,
    "preview": "{\n  \"AccessibilityLabel\": \"Accessibility label\",\n  \"CollapseByDefault\": \"Collapse By Default\",\n  \"InputEvent\": \"Input ev"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.Nav.FluentNav.1033.resx",
    "chars": 6473,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n    <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.TagList.TagList.1033.json",
    "chars": 404,
    "preview": "{\n  \"AccessibilityLabel\": \"Accessibility label\",\n  \"AutoHeight\": \"Auto height\",\n  \"BorderRadius\": \"Border radius\",\n  \"Fo"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Other/Resources/Controls/strings/PowerCAT.TagList.TagList.1033.resx",
    "chars": 6888,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/AIAssistant Screen.fx.yaml",
    "chars": 18970,
    "preview": "\"'AIAssistant Screen' As screen\":\n    BackgroundImage: =fluentBackground\n    Fill: =RGBA(0, 0, 0, 0)\n    ImagePosition: "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/App.fx.yaml",
    "chars": 20078,
    "preview": "App As appinfo:\n    BackEnabled: =true\n    Formulas: |-\n        =NavCollection = Table(\n            {\n                It"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/Components/AIEmoji.fx.yaml",
    "chars": 1177,
    "preview": "AIEmoji As CanvasComponent:\n    Fill: =RGBA(0, 0, 0, 0)\n    FontSize: =30\n    Height: =640\n    Text: =\"I just received t"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/Components/AIEmoji.json",
    "chars": 1477,
    "preview": "{\n  \"ComponentAllowCustomization\": true,\n  \"ComponentChangedSinceFileImport\": true,\n  \"ComponentManifest\": {\n    \"AllowA"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/Components/Component1.fx.yaml",
    "chars": 128,
    "preview": "Component1 As CanvasComponent:\n    Fill: =RGBA(0, 0, 0, 0)\n    Height: =640\n    Width: =640\n    X: =0\n    Y: =0\n    ZInd"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/Components/Component1.json",
    "chars": 796,
    "preview": "{\n  \"ComponentAllowCustomization\": true,\n  \"ComponentChangedSinceFileImport\": true,\n  \"ComponentManifest\": {\n    \"AllowA"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/Components/IDScanner.fx.yaml",
    "chars": 1487,
    "preview": "IDScanner As CanvasComponent:\n    Fields: |-\n        =Table({FieldName: \"Name\"}, {FieldName: \"Age\"})\n    Fill: =RGBA(0, "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/Components/IDScanner.json",
    "chars": 1684,
    "preview": "{\n  \"ComponentAllowCustomization\": true,\n  \"ComponentChangedSinceFileImport\": true,\n  \"ComponentManifest\": {\n    \"AllowA"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/EditorState/AIAssistant Screen.editorstate.json",
    "chars": 169241,
    "preview": "{\n  \"ControlStates\": {\n    \"AIAssistant Screen\": {\n      \"AllowAccessToGlobals\": true,\n      \"ControlPropertyState\": [\n "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/EditorState/AIEmoji.editorstate.json",
    "chars": 2686,
    "preview": "{\n  \"ControlStates\": {\n    \"AIEmoji\": {\n      \"AllowAccessToGlobals\": true,\n      \"ControlPropertyState\": [\n        \"Fil"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/EditorState/App.editorstate.json",
    "chars": 4020,
    "preview": "{\n  \"ControlStates\": {\n    \"App\": {\n      \"AllowAccessToGlobals\": true,\n      \"ControlPropertyState\": [\n        \"MinScre"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/EditorState/Component1.editorstate.json",
    "chars": 1465,
    "preview": "{\n  \"ControlStates\": {\n    \"Component1\": {\n      \"AllowAccessToGlobals\": false,\n      \"ControlPropertyState\": [\n        "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/EditorState/Home Screen.editorstate.json",
    "chars": 1414999,
    "preview": "{\n  \"ControlStates\": {\n    \"AddMediaButton1\": {\n      \"AllowAccessToGlobals\": true,\n      \"ControlPropertyState\": [\n    "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/EditorState/IDScanner.editorstate.json",
    "chars": 17751,
    "preview": "{\n  \"ControlStates\": {\n    \"AddMediaButton1_2\": {\n      \"AllowAccessToGlobals\": true,\n      \"ControlPropertyState\": [\n  "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/EditorState/NoCredit Screen.editorstate.json",
    "chars": 22598,
    "preview": "{\n  \"ControlStates\": {\n    \"Container20\": {\n      \"AllowAccessToGlobals\": true,\n      \"ControlPropertyState\": [\n        "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/Home Screen.fx.yaml",
    "chars": 188977,
    "preview": "\"'Home Screen' As screen\":\n    BackgroundImage: =fluentBackground\n    Fill: =RGBA(0, 0, 0, 0)\n    ImagePosition: =ImageP"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/NoCredit Screen.fx.yaml",
    "chars": 2279,
    "preview": "\"'NoCredit Screen' As screen\":\n    BackgroundImage: =fluentBackground\n    Fill: =Color.White\n    ImagePosition: =ImagePo"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/Src/Themes.json",
    "chars": 142382,
    "preview": "{\n  \"CurrentTheme\": \"modernesqueTheme\",\n  \"CustomThemes\": [\n    {\n      \"name\": \"defaultTheme\",\n      \"palette\": [\n     "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/AI Output Card_0.0.32.json",
    "chars": 19341,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"DisplayMode\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": null,\n"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/AI Teaching popover_0.0.42.json",
    "chars": 25631,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AIChatbotPopoverTitle\": {\n        \"EnabledForFlyout\": false,\n        \"HelperU"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/APICaller %28%25VERSION%25%29_0.0.23.json",
    "chars": 26974,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"Data\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": null,\n       "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Auto Width Label %281.1.39%29_1.1.39.json",
    "chars": 58967,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"BorderColor\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": null,\n"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Button_0.0.43.json",
    "chars": 73328,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibleLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": nu"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Dropdown_0.0.44.json",
    "chars": 55902,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibleLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": nu"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Fluent Details List %281.1.39%29_1.1.39.json",
    "chars": 94512,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibilityLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\":"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Fluent Donut Chart %281.1.39%29 Preview_1.1.39.json",
    "chars": 37008,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"CustomColors\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": null,"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Fluent Icon %281.1.39%29_1.1.39.json",
    "chars": 44266,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibilityLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\":"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Fluent Nav %281.1.39%29_1.1.39.json",
    "chars": 37702,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibilityLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\":"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Fluent Tag List %281.1.39%29_1.1.39.json",
    "chars": 44656,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibilityLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\":"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/FluentAI Assistance %280.0.9%29_0.0.9.json",
    "chars": 42131,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibleLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": nu"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Header_0.0.41.json",
    "chars": 67867,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"Align\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": null,\n      "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Link_0.0.40.json",
    "chars": 70050,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibleLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": nu"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Mermaid_0.0.1.json",
    "chars": 17604,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"DisplayMode\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": null,\n"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Table_1.0.234.json",
    "chars": 136134,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"BasePaletteColor\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": n"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Text input_0.0.49.json",
    "chars": 72251,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"AccessibleLabel\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": nu"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfControlTemplates/Text_0.0.43.json",
    "chars": 64341,
    "preview": "{\n  \"AuthConfigProperties\": [\n    {\n      \"Align\": {\n        \"EnabledForFlyout\": false,\n        \"HelperUI\": null,\n      "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfConversions/Header.json",
    "chars": 2443,
    "preview": "{\n  \"Name\": \"Header\",\n  \"PcfConversions\": [\n    {\n      \"Action\": [\n        {\n          \"Name\": \"ThemeStyle\",\n          "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfConversions/PowerAppsOneGrid.json",
    "chars": 2889,
    "preview": "{\n  \"Name\": \"PowerAppsOneGrid\",\n  \"PcfConversions\": [\n    {\n      \"Action\": [\n        {\n          \"Name\": \"BasePaletteCo"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfConversions/PowerApps_CoreControls_ButtonCanvas.json",
    "chars": 3919,
    "preview": "{\n  \"Name\": \"PowerApps_CoreControls_ButtonCanvas\",\n  \"PcfConversions\": [\n    {\n      \"Action\": [\n        {\n          \"Na"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfConversions/PowerApps_CoreControls_DropdownCanvas.json",
    "chars": 3117,
    "preview": "{\n  \"Name\": \"PowerApps_CoreControls_DropdownCanvas\",\n  \"PcfConversions\": [\n    {\n      \"Action\": [\n        {\n          \""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfConversions/PowerApps_CoreControls_LinkCanvas.json",
    "chars": 3380,
    "preview": "{\n  \"Name\": \"PowerApps_CoreControls_LinkCanvas\",\n  \"PcfConversions\": [\n    {\n      \"Action\": [\n        {\n          \"Name"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfConversions/PowerApps_CoreControls_TextCanvas.json",
    "chars": 3446,
    "preview": "{\n  \"Name\": \"PowerApps_CoreControls_TextCanvas\",\n  \"PcfConversions\": [\n    {\n      \"Action\": [\n        {\n          \"Name"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PcfConversions/PowerApps_CoreControls_TextInputCanvas.json",
    "chars": 4060,
    "preview": "{\n  \"Name\": \"PowerApps_CoreControls_TextInputCanvas\",\n  \"PcfConversions\": [\n    {\n      \"Action\": [\n        {\n          "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/PowerAppsOneGridTemplate_dataField_1.5.0.xml",
    "chars": 4511,
    "preview": "<openAjax:widget spec=\"1.0\" id=\"http://microsoft.com/appmagic/pcfDataField\" name=\"pcfDataField\" jsClass=\"AppMagic.Contro"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/TableDefinitions/43b0dc67-68af-47ae-9a9c-9e69d396ba3e.json",
    "chars": 205930,
    "preview": "{\n  \"components\": [\n    {\n      \"ComponentName\": \"msdyn_AIModel\",\n      \"Identifier\": \"48da36ec-fd14-49c9-9159-3611c3aec"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/TableDefinitions/Canvas Apps.json",
    "chars": 285192,
    "preview": "{\n  \"components\": [\n    {\n      \"ComponentName\": \"msdyn_AIModel\",\n      \"Identifier\": \"48da36ec-fd14-49c9-9159-3611c3aec"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/TableDefinitions/Custom API Request Parameters.json",
    "chars": 206084,
    "preview": "{\n  \"components\": [\n    {\n      \"ComponentName\": \"msdyn_AIModel\",\n      \"Identifier\": \"48da36ec-fd14-49c9-9159-3611c3aec"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/TableDefinitions/Custom APIs.json",
    "chars": 278684,
    "preview": "{\n  \"components\": [\n    {\n      \"ComponentName\": \"msdyn_AIModel\",\n      \"Identifier\": \"48da36ec-fd14-49c9-9159-3611c3aec"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/TableDefinitions/Samples.json",
    "chars": 176597,
    "preview": "{\n  \"components\": [\n    {\n      \"ComponentName\": \"msdyn_AIModel\",\n      \"Identifier\": \"48da36ec-fd14-49c9-9159-3611c3aec"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/addMedia_2.2.1.xml",
    "chars": 14954,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/addMedia\" name=\"addMedia\" jsCl"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/attachments_2.3.0.xml",
    "chars": 34110,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/attachments\" name=\"attachments"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/cat_PowerCAT.FluentDetailsListTemplate_dataField_1.5.0.xml",
    "chars": 4511,
    "preview": "<openAjax:widget spec=\"1.0\" id=\"http://microsoft.com/appmagic/pcfDataField\" name=\"pcfDataField\" jsClass=\"AppMagic.Contro"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/cat_PowerCAT.NavTemplate_dataField_1.5.0.xml",
    "chars": 4511,
    "preview": "<openAjax:widget spec=\"1.0\" id=\"http://microsoft.com/appmagic/pcfDataField\" name=\"pcfDataField\" jsClass=\"AppMagic.Contro"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/form_2.4.2.xml",
    "chars": 15744,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/form\" name=\"form\" jsClass=\"App"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/gallery_2.15.0.xml",
    "chars": 51776,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/gallery\" name=\"gallery\" jsClas"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/groupContainer_1.3.0.xml",
    "chars": 8756,
    "preview": "<openAjax:widget spec=\"1.0\" id=\"http://microsoft.com/appmagic/groupContainer\" name=\"groupContainer\" jsClass=\"AppMagic.Co"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/htmlViewer_2.1.0.xml",
    "chars": 7572,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/htmlViewer\" name=\"htmlViewer\" "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/image_2.2.3.xml",
    "chars": 18528,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/image\" name=\"image\" jsClass=\"A"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/pcfDataField_1.5.0.xml",
    "chars": 4511,
    "preview": "<openAjax:widget spec=\"1.0\" id=\"http://microsoft.com/appmagic/pcfDataField\" name=\"pcfDataField\" jsClass=\"AppMagic.Contro"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/rating_2.1.0.xml",
    "chars": 8970,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/rating\" name=\"Rating\" jsClass="
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/rectangle_2.3.0.xml",
    "chars": 7088,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/shapes/rectangle\" name=\"rectan"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/CanvasApps/src/cat_creatorkitaireferenceapp_8ea0d/pkgs/timer_2.1.0.xml",
    "chars": 15492,
    "preview": "<widget xmlns=\"http://openajax.org/metadata\" spec=\"1.0\" id=\"http://microsoft.com/appmagic/timer\" name=\"timer\" jsClass=\"A"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.AITeachingPopover/ControlManifest.xml",
    "chars": 2022,
    "preview": "<manifest><control namespace=\"PowerCAT\" constructor=\"AITeachingPopover\" version=\"0.0.42\" display-name-key=\"AITeachingPop"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.AITeachingPopover/ControlManifest.xml.data.xml",
    "chars": 256,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<CustomControl xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <Name>ca"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.AITeachingPopover/bundle.js",
    "chars": 371882,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.AITeachingPopover/strings/AITeachingPopover.1033.resx",
    "chars": 7779,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.FluentAIAssistant/ControlManifest.xml",
    "chars": 3257,
    "preview": "<manifest><control namespace=\"PowerCAT\" constructor=\"FluentAIAssistant\" version=\"0.0.9\" display-name-key=\"FluentAIAssist"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.FluentAIAssistant/ControlManifest.xml.data.xml",
    "chars": 256,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<CustomControl xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <Name>ca"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.FluentAIAssistant/bundle.js",
    "chars": 613987,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{var"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.FluentAIAssistant/strings/FluentAIAssistant.1033.resx",
    "chars": 7879,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.FluentAIOutputCard/ControlManifest.xml",
    "chars": 683,
    "preview": "<manifest><control namespace=\"PowerCAT\" constructor=\"FluentAIOutputCard\" version=\"0.0.32\" display-name-key=\"OutputCard_D"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.FluentAIOutputCard/ControlManifest.xml.data.xml",
    "chars": 258,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<CustomControl xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <Name>ca"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.FluentAIOutputCard/bundle.js",
    "chars": 224581,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{\"us"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.FluentAIOutputCard/strings/OutputCard.1033.resx",
    "chars": 6123,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.Mermaid/ControlManifest.xml",
    "chars": 499,
    "preview": "<manifest><control namespace=\"PowerCAT\" constructor=\"Mermaid\" version=\"0.0.1\" display-name-key=\"Mermaid\" description-key"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.Mermaid/ControlManifest.xml.data.xml",
    "chars": 236,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<CustomControl xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <Name>ca"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.Mermaid/bundle.js",
    "chars": 3305368,
    "preview": "/*! For license information please see bundle.js.LICENSE.txt */\nvar pcf_tools_652ac3f36e1e4bca82eb3c1dc44e6fad;(()=>{var"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Controls/cat_PowerCAT.Mermaid/strings/Mermaid.1033.resx",
    "chars": 5717,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!--\n    Microsoft ResX Schema\n\n    Version 2.0\n\n    The primary goals o"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Other/Customizations.xml",
    "chars": 80086,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<ImportExportXml xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" Organizat"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/Other/Solution.xml",
    "chars": 20396,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<ImportExportXml version=\"9.2.24102.194\" SolutionPackageVersion=\"9.2\" languagecod"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_AIDefine,operationid=msdynaib_AIDefine/aipluginoperation.xml",
    "chars": 687,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_AIDefine\" operationid=\"msdynaib_AIDefine\">\n  <aipluginoperationexportkey>aipl"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_AIExpand,operationid=msdynaib_AIExpand/aipluginoperation.xml",
    "chars": 709,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_AIExpand\" operationid=\"msdynaib_AIExpand\">\n  <aipluginoperationexportkey>aipl"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_AIGenerateSuggestions,operationid=msdynaib_AIGenerateSuggestions/aipluginoperation.xml",
    "chars": 1024,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_AIGenerateSuggestions\" operationid=\"msdynaib_AIGenerateSuggestions\">\n  <aiplu"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_AINL2Ratings,operationid=msdynaib_AINL2Ratings/aipluginoperation.xml",
    "chars": 966,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_AINL2Ratings\" operationid=\"msdynaib_AINL2Ratings\">\n  <aipluginoperationexport"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_AIPersonalizedResponse,operationid=msdynaib_AIPersonalizedResponse/aipluginoperation.xml",
    "chars": 1030,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_AIPersonalizedResponse\" operationid=\"msdynaib_AIPersonalizedResponse\">\n  <aip"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_AIQnAGenerator,operationid=msdynaib_AIQnAGenerator/aipluginoperation.xml",
    "chars": 845,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_AIQnAGenerator\" operationid=\"msdynaib_AIQnAGenerator\">\n  <aipluginoperationex"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_Customprompt124202362324AM,operationid=msdynaib_Customprompt124202362324AM/aipluginoperation.xml",
    "chars": 853,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_Customprompt124202362324AM\" operationid=\"msdynaib_Customprompt124202362324AM\""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_Customprompt228202435537PM,operationid=msdynaib_Customprompt228202435537PM/aipluginoperation.xml",
    "chars": 1039,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_Customprompt228202435537PM\" operationid=\"msdynaib_Customprompt228202435537PM\""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_Customprompt228202450236PM,operationid=msdynaib_Customprompt228202450236PM/aipluginoperation.xml",
    "chars": 1036,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_Customprompt228202450236PM\" operationid=\"msdynaib_Customprompt228202450236PM\""
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_GenerateTitle,operationid=msdynaib_GenerateTitle/aipluginoperation.xml",
    "chars": 802,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_GenerateTitle\" operationid=\"msdynaib_GenerateTitle\">\n  <aipluginoperationexpo"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_GetEmojiFromText,operationid=msdynaib_GetEmojiFromText/aipluginoperation.xml",
    "chars": 790,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_GetEmojiFromText\" operationid=\"msdynaib_GetEmojiFromText\">\n  <aipluginoperati"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_GetSynonyms,operationid=msdynaib_GetSynonyms/aipluginoperation.xml",
    "chars": 963,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_GetSynonyms\" operationid=\"msdynaib_GetSynonyms\">\n  <aipluginoperationexportke"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_Rewrite,operationid=msdynaib_Rewrite/aipluginoperation.xml",
    "chars": 843,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_Rewrite\" operationid=\"msdynaib_Rewrite\">\n  <aipluginoperationexportkey>aiplug"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aipluginoperations/aiplugin.name=msdynaib_TranslatetoTargetLanguage,operationid=msdynaib_TranslatetoTargetLanguage/aipluginoperation.xml",
    "chars": 1034,
    "preview": "<aipluginoperation aiplugin.name=\"msdynaib_TranslatetoTargetLanguage\" operationid=\"msdynaib_TranslatetoTargetLanguage\">\n"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_AIDefine/aiplugin.xml",
    "chars": 471,
    "preview": "<aiplugin name=\"msdynaib_AIDefine\">\n  <humandescription>Define the  Text  clearly and concisely.\n</humandescription>\n  <"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_AIExpand/aiplugin.xml",
    "chars": 515,
    "preview": "<aiplugin name=\"msdynaib_AIExpand\">\n  <humandescription>Expand on the following topic  Text  in  Number of words words\n<"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_AIGenerateSuggestions/aiplugin.xml",
    "chars": 1030,
    "preview": "<aiplugin name=\"msdynaib_AIGenerateSuggestions\">\n  <humandescription>Based on the conversation -  conversation , generat"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_AINL2Ratings/aiplugin.xml",
    "chars": 993,
    "preview": "<aiplugin name=\"msdynaib_AINL2Ratings\">\n  <humandescription>Given a generic review comment or feedback, classify and sho"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_AIPersonalizedResponse/aiplugin.xml",
    "chars": 1033,
    "preview": "<aiplugin name=\"msdynaib_AIPersonalizedResponse\">\n  <humandescription>Task: Generate Personalized Responses\n\nContext:\nYo"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_AIQnAGenerator/aiplugin.xml",
    "chars": 735,
    "preview": "<aiplugin name=\"msdynaib_AIQnAGenerator\">\n  <humandescription>From the given  Text  generate questions and answers. exam"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_Customprompt124202362324AM/aiplugin.xml",
    "chars": 643,
    "preview": "<aiplugin name=\"msdynaib_Customprompt124202362324AM\">\n  <humandescription>Extract categories from the following  Text \nR"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_Customprompt228202435537PM/aiplugin.xml",
    "chars": 1013,
    "preview": "<aiplugin name=\"msdynaib_Customprompt228202435537PM\">\n  <humandescription>Extract relevant data from the following Text "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_Customprompt228202450236PM/aiplugin.xml",
    "chars": 1007,
    "preview": "<aiplugin name=\"msdynaib_Customprompt228202450236PM\">\n  <humandescription>Task: Find and Replace\n\nContext:\nYou are worki"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_GenerateTitle/aiplugin.xml",
    "chars": 658,
    "preview": "<aiplugin name=\"msdynaib_GenerateTitle\">\n  <humandescription>Create a headline withOUT \"\" (quote unquote-quotes in the s"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_GetEmojiFromText/aiplugin.xml",
    "chars": 605,
    "preview": "<aiplugin name=\"msdynaib_GetEmojiFromText\">\n  <humandescription>Analyze the sentiment in the text:  Text   and return th"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_GetSynonyms/aiplugin.xml",
    "chars": 996,
    "preview": "<aiplugin name=\"msdynaib_GetSynonyms\">\n  <humandescription>Given the following  Text generate synonyms. Respond back in "
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_Rewrite/aiplugin.xml",
    "chars": 792,
    "preview": "<aiplugin name=\"msdynaib_Rewrite\">\n  <humandescription>Rewrite the    \nkeeping the below points into consideration. Retu"
  },
  {
    "path": "CreatorKitAI/SolutionPackage/src/aiplugins/msdynaib_TranslatetoTargetLanguage/aiplugin.xml",
    "chars": 1012,
    "preview": "<aiplugin name=\"msdynaib_TranslatetoTargetLanguage\">\n  <humandescription>Translate the following  Text  accurately into "
  }
]

// ... and 3058 more files (download for full content)

About this extraction

This page contains the full source code of the microsoft/powercat-creator-kit GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3258 files (211.1 MB), approximately 26.7M tokens, and a symbol index with 22511 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!