@omnia/fx 8.0.21-vnext → 8.0.22-vnext

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
  4. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +20 -12
  5. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -1
  6. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -1
  7. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +32 -16
  8. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
  9. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +84 -85
  10. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  11. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +217 -0
  14. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +30 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +9 -1
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +9 -1
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +9 -1
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +9 -1
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +52 -52
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +48 -48
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +64 -64
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
  70. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
  71. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
  72. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
  73. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +56 -65
  74. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
  75. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +226 -1
  77. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
  78. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +74 -81
  79. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
  80. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
  81. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +9 -1
  83. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
  84. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
  86. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
  87. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
  88. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
  90. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
  91. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
  92. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
  93. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +6 -4
  94. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +56 -27
  95. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +9 -1
  96. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
  97. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
  98. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
  99. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
  100. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
  101. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
  102. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
  103. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
  104. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
  105. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
  106. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +9 -1
  107. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -1
  108. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  109. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
  110. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
  111. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
  112. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
  113. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
  114. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  115. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  116. package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
  117. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
  118. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
  119. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
  125. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
  126. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  127. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
  128. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  129. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
  130. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
  132. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
  133. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
  134. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  135. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
  136. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  137. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -0
  138. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
  139. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
  140. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  141. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
  142. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
  143. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
  144. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
  145. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
  146. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
  147. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  148. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
  149. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
  150. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
  151. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
  152. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  153. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
  154. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
  155. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
  156. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
  157. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
  158. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
  159. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -63
  160. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
  163. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
  164. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  165. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
  166. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
  167. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  168. package/internal-do-not-import-from-here/wctypings.d.ts +61 -3
  169. package/package.json +4 -4
  170. package/task.js +0 -4
  171. package/task.ts +0 -5
  172. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  173. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  174. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  175. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  176. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  177. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  178. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
  179. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  180. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
  181. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
  182. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  183. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
  184. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  185. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
  186. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
  187. package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
  188. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +0 -46
  189. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  190. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  191. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  192. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  193. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
  194. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  195. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
  196. /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithLeftBar.d.ts → btn/docs/ButtonIntro.d.ts} +0 -0
  197. /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithNavigation.d.ts → treeview/docs/TreeviewIntro.d.ts} +0 -0
  198. /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/BasicPanelTypes.d.ts → theming-v2/themeeditor/components/blueprints/BluePrintSelector.d.ts} +0 -0
  199. /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/PanelAlignment.d.ts → theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts} +0 -0
  200. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
  201. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.d.ts → colors/ColorSelector.d.ts} +0 -0
  202. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ComponentsViewer.d.ts → colors/ComponentsViewer.d.ts} +0 -0
  203. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → colors/FxViewer.d.ts} +0 -0
  204. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → colors/ThemeViewer.d.ts} +0 -0
  205. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -5,7 +5,14 @@ declare const _default: {
5
5
  $props: Partial<{
6
6
  container?: any;
7
7
  colorSchemaType?: any;
8
+ colors?: any;
8
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ "sub-title": {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ subTitle: {
14
+ type: import("vue").PropType<string>;
15
+ };
9
16
  title: {
10
17
  type: import("vue").PropType<string>;
11
18
  } & {
@@ -37,10 +44,11 @@ declare const _default: {
37
44
  };
38
45
  colorSchemaType?: any;
39
46
  container?: any;
47
+ colors?: any;
40
48
  }>> & {
41
49
  "onClick:navigation"?: () => any;
42
50
  "onClick:close"?: () => any;
43
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
51
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
44
52
  $attrs: {
45
53
  [x: string]: unknown;
46
54
  };
@@ -55,6 +63,12 @@ declare const _default: {
55
63
  $emit: ((event: "click:navigation") => void) & ((event: "click:close") => void);
56
64
  $el: any;
57
65
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
+ "sub-title": {
67
+ type: import("vue").PropType<string>;
68
+ };
69
+ subTitle: {
70
+ type: import("vue").PropType<string>;
71
+ };
58
72
  title: {
59
73
  type: import("vue").PropType<string>;
60
74
  } & {
@@ -86,6 +100,7 @@ declare const _default: {
86
100
  };
87
101
  colorSchemaType?: any;
88
102
  container?: any;
103
+ colors?: any;
89
104
  }>> & {
90
105
  "onClick:navigation"?: () => any;
91
106
  "onClick:close"?: () => any;
@@ -95,6 +110,7 @@ declare const _default: {
95
110
  }, string, {
96
111
  container?: any;
97
112
  colorSchemaType?: any;
113
+ colors?: any;
98
114
  }, {}, string> & {
99
115
  beforeCreate?: (() => void) | (() => void)[];
100
116
  created?: (() => void) | (() => void)[];
@@ -116,6 +132,12 @@ declare const _default: {
116
132
  $nextTick: typeof import("vue").nextTick;
117
133
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
118
134
  } & Readonly<import("vue").ExtractPropTypes<{
135
+ "sub-title": {
136
+ type: import("vue").PropType<string>;
137
+ };
138
+ subTitle: {
139
+ type: import("vue").PropType<string>;
140
+ };
119
141
  title: {
120
142
  type: import("vue").PropType<string>;
121
143
  } & {
@@ -147,6 +169,7 @@ declare const _default: {
147
169
  };
148
170
  colorSchemaType?: any;
149
171
  container?: any;
172
+ colors?: any;
150
173
  }>> & {
151
174
  "onClick:navigation"?: () => any;
152
175
  "onClick:close"?: () => any;
@@ -155,6 +178,12 @@ declare const _default: {
155
178
  __isTeleport?: never;
156
179
  __isSuspense?: never;
157
180
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
181
+ "sub-title": {
182
+ type: import("vue").PropType<string>;
183
+ };
184
+ subTitle: {
185
+ type: import("vue").PropType<string>;
186
+ };
158
187
  title: {
159
188
  type: import("vue").PropType<string>;
160
189
  } & {
@@ -186,6 +215,7 @@ declare const _default: {
186
215
  };
187
216
  colorSchemaType?: any;
188
217
  container?: any;
218
+ colors?: any;
189
219
  }>> & {
190
220
  "onClick:navigation"?: () => any;
191
221
  "onClick:close"?: () => any;
@@ -195,10 +225,12 @@ declare const _default: {
195
225
  }, string, {
196
226
  container?: any;
197
227
  colorSchemaType?: any;
228
+ colors?: any;
198
229
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
199
230
  propsDefinition: Readonly<{
200
231
  container?: any;
201
232
  colorSchemaType?: any;
233
+ colors?: any;
202
234
  } & {
203
235
  title?: string;
204
236
  class?: String | String[];
@@ -206,6 +238,8 @@ declare const _default: {
206
238
  absolute?: boolean;
207
239
  navigation?: boolean;
208
240
  closable?: boolean;
241
+ subTitle?: string;
242
+ "sub-title"?: string;
209
243
  }> & {
210
244
  "onClick:navigation"?: () => any;
211
245
  "onClick:close"?: () => any;
@@ -11,46 +11,42 @@ declare const _default: {
11
11
  $props: Partial<{
12
12
  container?: any;
13
13
  colorSchemaType?: any;
14
+ colors?: any;
14
15
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15
- grouped: {
16
+ disabled: {
17
+ type: import("vue").PropType<boolean>;
18
+ required: false;
19
+ };
20
+ active: {
21
+ type: import("vue").PropType<boolean>;
22
+ required: false;
23
+ };
24
+ toned: {
16
25
  type: import("vue").PropType<boolean>;
17
- } & {
26
+ };
27
+ grouped: {
18
28
  type: import("vue").PropType<boolean>;
19
29
  };
20
30
  size: {
21
31
  type: import("vue").PropType<string>;
22
- } & {
23
- type: import("vue").PropType<string>;
24
32
  };
25
33
  tooltip: {
26
34
  type: import("vue").PropType<ButtonTooltipOptions>;
27
- } & {
28
- type: import("vue").PropType<ButtonTooltipOptions>;
29
35
  };
30
36
  preset: {
31
37
  type: import("vue").PropType<string>;
32
- } & {
33
- type: import("vue").PropType<string>;
34
38
  };
35
39
  overrides: {
36
40
  type: import("vue").PropType<object>;
37
- } & {
38
- type: import("vue").PropType<object>;
39
41
  };
40
42
  variant: {
41
43
  type: import("vue").PropType<string>;
42
- } & {
43
- type: import("vue").PropType<string>;
44
44
  };
45
45
  text: {
46
46
  type: import("vue").PropType<string>;
47
- } & {
48
- type: import("vue").PropType<string>;
49
47
  };
50
48
  icon: {
51
49
  type: import("vue").PropType<ButtonIconOptions>;
52
- } & {
53
- type: import("vue").PropType<ButtonIconOptions>;
54
50
  };
55
51
  class: {
56
52
  type: import("vue").PropType<String | String[]>;
@@ -58,7 +54,8 @@ declare const _default: {
58
54
  };
59
55
  colorSchemaType?: any;
60
56
  container?: any;
61
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
57
+ colors?: any;
58
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
62
59
  $attrs: {
63
60
  [x: string]: unknown;
64
61
  };
@@ -73,45 +70,40 @@ declare const _default: {
73
70
  $emit: (event: string, ...args: any[]) => void;
74
71
  $el: any;
75
72
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
76
- grouped: {
73
+ disabled: {
74
+ type: import("vue").PropType<boolean>;
75
+ required: false;
76
+ };
77
+ active: {
78
+ type: import("vue").PropType<boolean>;
79
+ required: false;
80
+ };
81
+ toned: {
77
82
  type: import("vue").PropType<boolean>;
78
- } & {
83
+ };
84
+ grouped: {
79
85
  type: import("vue").PropType<boolean>;
80
86
  };
81
87
  size: {
82
88
  type: import("vue").PropType<string>;
83
- } & {
84
- type: import("vue").PropType<string>;
85
89
  };
86
90
  tooltip: {
87
91
  type: import("vue").PropType<ButtonTooltipOptions>;
88
- } & {
89
- type: import("vue").PropType<ButtonTooltipOptions>;
90
92
  };
91
93
  preset: {
92
94
  type: import("vue").PropType<string>;
93
- } & {
94
- type: import("vue").PropType<string>;
95
95
  };
96
96
  overrides: {
97
97
  type: import("vue").PropType<object>;
98
- } & {
99
- type: import("vue").PropType<object>;
100
98
  };
101
99
  variant: {
102
100
  type: import("vue").PropType<string>;
103
- } & {
104
- type: import("vue").PropType<string>;
105
101
  };
106
102
  text: {
107
103
  type: import("vue").PropType<string>;
108
- } & {
109
- type: import("vue").PropType<string>;
110
104
  };
111
105
  icon: {
112
106
  type: import("vue").PropType<ButtonIconOptions>;
113
- } & {
114
- type: import("vue").PropType<ButtonIconOptions>;
115
107
  };
116
108
  class: {
117
109
  type: import("vue").PropType<String | String[]>;
@@ -119,9 +111,11 @@ declare const _default: {
119
111
  };
120
112
  colorSchemaType?: any;
121
113
  container?: any;
114
+ colors?: any;
122
115
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
123
116
  container?: any;
124
117
  colorSchemaType?: any;
118
+ colors?: any;
125
119
  }, {}, string> & {
126
120
  beforeCreate?: (() => void) | (() => void)[];
127
121
  created?: (() => void) | (() => void)[];
@@ -143,45 +137,40 @@ declare const _default: {
143
137
  $nextTick: typeof import("vue").nextTick;
144
138
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
145
139
  } & Readonly<import("vue").ExtractPropTypes<{
146
- grouped: {
140
+ disabled: {
141
+ type: import("vue").PropType<boolean>;
142
+ required: false;
143
+ };
144
+ active: {
145
+ type: import("vue").PropType<boolean>;
146
+ required: false;
147
+ };
148
+ toned: {
147
149
  type: import("vue").PropType<boolean>;
148
- } & {
150
+ };
151
+ grouped: {
149
152
  type: import("vue").PropType<boolean>;
150
153
  };
151
154
  size: {
152
155
  type: import("vue").PropType<string>;
153
- } & {
154
- type: import("vue").PropType<string>;
155
156
  };
156
157
  tooltip: {
157
158
  type: import("vue").PropType<ButtonTooltipOptions>;
158
- } & {
159
- type: import("vue").PropType<ButtonTooltipOptions>;
160
159
  };
161
160
  preset: {
162
161
  type: import("vue").PropType<string>;
163
- } & {
164
- type: import("vue").PropType<string>;
165
162
  };
166
163
  overrides: {
167
164
  type: import("vue").PropType<object>;
168
- } & {
169
- type: import("vue").PropType<object>;
170
165
  };
171
166
  variant: {
172
167
  type: import("vue").PropType<string>;
173
- } & {
174
- type: import("vue").PropType<string>;
175
168
  };
176
169
  text: {
177
170
  type: import("vue").PropType<string>;
178
- } & {
179
- type: import("vue").PropType<string>;
180
171
  };
181
172
  icon: {
182
173
  type: import("vue").PropType<ButtonIconOptions>;
183
- } & {
184
- type: import("vue").PropType<ButtonIconOptions>;
185
174
  };
186
175
  class: {
187
176
  type: import("vue").PropType<String | String[]>;
@@ -189,50 +178,46 @@ declare const _default: {
189
178
  };
190
179
  colorSchemaType?: any;
191
180
  container?: any;
181
+ colors?: any;
192
182
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
193
183
  __isFragment?: never;
194
184
  __isTeleport?: never;
195
185
  __isSuspense?: never;
196
186
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
197
- grouped: {
187
+ disabled: {
198
188
  type: import("vue").PropType<boolean>;
199
- } & {
189
+ required: false;
190
+ };
191
+ active: {
192
+ type: import("vue").PropType<boolean>;
193
+ required: false;
194
+ };
195
+ toned: {
196
+ type: import("vue").PropType<boolean>;
197
+ };
198
+ grouped: {
200
199
  type: import("vue").PropType<boolean>;
201
200
  };
202
201
  size: {
203
202
  type: import("vue").PropType<string>;
204
- } & {
205
- type: import("vue").PropType<string>;
206
203
  };
207
204
  tooltip: {
208
205
  type: import("vue").PropType<ButtonTooltipOptions>;
209
- } & {
210
- type: import("vue").PropType<ButtonTooltipOptions>;
211
206
  };
212
207
  preset: {
213
208
  type: import("vue").PropType<string>;
214
- } & {
215
- type: import("vue").PropType<string>;
216
209
  };
217
210
  overrides: {
218
211
  type: import("vue").PropType<object>;
219
- } & {
220
- type: import("vue").PropType<object>;
221
212
  };
222
213
  variant: {
223
214
  type: import("vue").PropType<string>;
224
- } & {
225
- type: import("vue").PropType<string>;
226
215
  };
227
216
  text: {
228
217
  type: import("vue").PropType<string>;
229
- } & {
230
- type: import("vue").PropType<string>;
231
218
  };
232
219
  icon: {
233
220
  type: import("vue").PropType<ButtonIconOptions>;
234
- } & {
235
- type: import("vue").PropType<ButtonIconOptions>;
236
221
  };
237
222
  class: {
238
223
  type: import("vue").PropType<String | String[]>;
@@ -240,23 +225,29 @@ declare const _default: {
240
225
  };
241
226
  colorSchemaType?: any;
242
227
  container?: any;
228
+ colors?: any;
243
229
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
244
230
  container?: any;
245
231
  colorSchemaType?: any;
232
+ colors?: any;
246
233
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
247
234
  propsDefinition: Readonly<{
248
235
  container?: any;
249
236
  colorSchemaType?: any;
237
+ colors?: any;
250
238
  } & {
251
239
  text?: string;
252
240
  class?: String | String[];
253
241
  size?: string;
254
242
  icon?: ButtonIconOptions;
255
243
  tooltip?: ButtonTooltipOptions;
244
+ active?: boolean;
245
+ disabled?: boolean;
256
246
  variant?: string;
257
247
  overrides?: object;
258
248
  preset?: string;
259
249
  grouped?: boolean;
250
+ toned?: boolean;
260
251
  }>;
261
252
  };
262
253
  export default _default;