@omnia/fx 8.0.21-vnext → 8.0.23-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
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  $props: Partial<{
8
8
  container?: any;
9
9
  colorSchemaType?: any;
10
+ colors?: any;
10
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
12
  xl: {
12
13
  type: import("vue").PropType<ColsValue>;
@@ -50,7 +51,8 @@ declare const _default: {
50
51
  };
51
52
  colorSchemaType?: any;
52
53
  container?: any;
53
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
54
+ colors?: any;
55
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
54
56
  $attrs: {
55
57
  [x: string]: unknown;
56
58
  };
@@ -107,9 +109,11 @@ declare const _default: {
107
109
  };
108
110
  colorSchemaType?: any;
109
111
  container?: any;
112
+ colors?: any;
110
113
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
111
114
  container?: any;
112
115
  colorSchemaType?: any;
116
+ colors?: any;
113
117
  }, {}, string> & {
114
118
  beforeCreate?: (() => void) | (() => void)[];
115
119
  created?: (() => void) | (() => void)[];
@@ -173,6 +177,7 @@ declare const _default: {
173
177
  };
174
178
  colorSchemaType?: any;
175
179
  container?: any;
180
+ colors?: any;
176
181
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
177
182
  __isFragment?: never;
178
183
  __isTeleport?: never;
@@ -220,13 +225,16 @@ declare const _default: {
220
225
  };
221
226
  colorSchemaType?: any;
222
227
  container?: any;
228
+ colors?: any;
223
229
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
224
230
  container?: any;
225
231
  colorSchemaType?: any;
232
+ colors?: any;
226
233
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
227
234
  propsDefinition: Readonly<{
228
235
  container?: any;
229
236
  colorSchemaType?: any;
237
+ colors?: any;
230
238
  } & {
231
239
  xs?: ColsValue;
232
240
  sm?: ColsValue;
@@ -11,26 +11,14 @@ 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
- "v-slots": import("vue").Prop<{
16
- default?: Func<[VNodeChild]>;
17
- } & {
18
- fixedContent?: Func<[VNodeChild]>;
19
- activator?: Func<[VNodeChild]>;
20
- headerButtons?: Func<[VNodeChild]>;
21
- actions?: Func<[VNodeChild]>;
22
- navigation?: Func<[VNodeChild]>;
23
- }>;
24
16
  "custom-scrolling": {
25
17
  type: import("vue").PropType<boolean>;
26
18
  };
27
19
  customScrolling: {
28
20
  type: import("vue").PropType<boolean>;
29
21
  };
30
- "content-height": {
31
- type: import("vue").PropType<string>;
32
- required: false;
33
- };
34
22
  contentHeight: {
35
23
  type: import("vue").PropType<string>;
36
24
  required: false;
@@ -38,16 +26,10 @@ declare const _default: {
38
26
  variant: {
39
27
  type: import("vue").PropType<string>;
40
28
  required: false;
41
- } & {
42
- type: import("vue").PropType<string>;
43
- required: false;
44
29
  };
45
30
  size: {
46
31
  type: import("vue").PropType<string>;
47
32
  required: false;
48
- } & {
49
- type: import("vue").PropType<string>;
50
- required: false;
51
33
  };
52
34
  "hidden-close-button": {
53
35
  type: import("vue").PropType<boolean>;
@@ -60,11 +42,26 @@ declare const _default: {
60
42
  } & {
61
43
  type: import("vue").PropType<IIcon>;
62
44
  };
45
+ "sub-title": {
46
+ type: import("vue").PropType<string>;
47
+ };
48
+ subTitle: {
49
+ type: import("vue").PropType<string>;
50
+ };
63
51
  title: {
64
52
  type: import("vue").PropType<string>;
65
53
  } & {
66
54
  type: import("vue").PropType<string>;
67
55
  };
56
+ "v-slots": import("vue").Prop<{
57
+ default?: Func<[VNodeChild]>;
58
+ } & {
59
+ fixedContent?: Func<[VNodeChild]>;
60
+ activator?: Func<[VNodeChild]>;
61
+ headerButtons?: Func<[VNodeChild]>;
62
+ actions?: Func<[VNodeChild]>;
63
+ navigation?: Func<[VNodeChild]>;
64
+ }>;
68
65
  "v-model": {
69
66
  type: import("vue").PropType<boolean>;
70
67
  required: false;
@@ -79,12 +76,13 @@ declare const _default: {
79
76
  };
80
77
  colorSchemaType?: any;
81
78
  container?: any;
79
+ colors?: any;
82
80
  }>> & {
83
81
  "onUpdate:modelValue"?: (value: boolean) => any;
84
82
  "onClick:close"?: () => any;
85
83
  "onClick:cancel"?: () => any;
86
84
  "onClick:confirm"?: () => any;
87
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
85
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
88
86
  $attrs: {
89
87
  [x: string]: unknown;
90
88
  };
@@ -96,28 +94,15 @@ declare const _default: {
96
94
  }>;
97
95
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
98
96
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
99
- $emit: ((event: "click:close") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:cancel") => void) & ((event: "click:confirm") => void);
97
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:close") => void) & ((event: "click:cancel") => void) & ((event: "click:confirm") => void);
100
98
  $el: any;
101
99
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
102
- "v-slots": import("vue").Prop<{
103
- default?: Func<[VNodeChild]>;
104
- } & {
105
- fixedContent?: Func<[VNodeChild]>;
106
- activator?: Func<[VNodeChild]>;
107
- headerButtons?: Func<[VNodeChild]>;
108
- actions?: Func<[VNodeChild]>;
109
- navigation?: Func<[VNodeChild]>;
110
- }>;
111
100
  "custom-scrolling": {
112
101
  type: import("vue").PropType<boolean>;
113
102
  };
114
103
  customScrolling: {
115
104
  type: import("vue").PropType<boolean>;
116
105
  };
117
- "content-height": {
118
- type: import("vue").PropType<string>;
119
- required: false;
120
- };
121
106
  contentHeight: {
122
107
  type: import("vue").PropType<string>;
123
108
  required: false;
@@ -125,16 +110,10 @@ declare const _default: {
125
110
  variant: {
126
111
  type: import("vue").PropType<string>;
127
112
  required: false;
128
- } & {
129
- type: import("vue").PropType<string>;
130
- required: false;
131
113
  };
132
114
  size: {
133
115
  type: import("vue").PropType<string>;
134
116
  required: false;
135
- } & {
136
- type: import("vue").PropType<string>;
137
- required: false;
138
117
  };
139
118
  "hidden-close-button": {
140
119
  type: import("vue").PropType<boolean>;
@@ -147,11 +126,26 @@ declare const _default: {
147
126
  } & {
148
127
  type: import("vue").PropType<IIcon>;
149
128
  };
129
+ "sub-title": {
130
+ type: import("vue").PropType<string>;
131
+ };
132
+ subTitle: {
133
+ type: import("vue").PropType<string>;
134
+ };
150
135
  title: {
151
136
  type: import("vue").PropType<string>;
152
137
  } & {
153
138
  type: import("vue").PropType<string>;
154
139
  };
140
+ "v-slots": import("vue").Prop<{
141
+ default?: Func<[VNodeChild]>;
142
+ } & {
143
+ fixedContent?: Func<[VNodeChild]>;
144
+ activator?: Func<[VNodeChild]>;
145
+ headerButtons?: Func<[VNodeChild]>;
146
+ actions?: Func<[VNodeChild]>;
147
+ navigation?: Func<[VNodeChild]>;
148
+ }>;
155
149
  "v-model": {
156
150
  type: import("vue").PropType<boolean>;
157
151
  required: false;
@@ -166,6 +160,7 @@ declare const _default: {
166
160
  };
167
161
  colorSchemaType?: any;
168
162
  container?: any;
163
+ colors?: any;
169
164
  }>> & {
170
165
  "onUpdate:modelValue"?: (value: boolean) => any;
171
166
  "onClick:close"?: () => any;
@@ -179,6 +174,7 @@ declare const _default: {
179
174
  }, string, {
180
175
  container?: any;
181
176
  colorSchemaType?: any;
177
+ colors?: any;
182
178
  }, {}, string> & {
183
179
  beforeCreate?: (() => void) | (() => void)[];
184
180
  created?: (() => void) | (() => void)[];
@@ -200,25 +196,12 @@ declare const _default: {
200
196
  $nextTick: typeof import("vue").nextTick;
201
197
  $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;
202
198
  } & Readonly<import("vue").ExtractPropTypes<{
203
- "v-slots": import("vue").Prop<{
204
- default?: Func<[VNodeChild]>;
205
- } & {
206
- fixedContent?: Func<[VNodeChild]>;
207
- activator?: Func<[VNodeChild]>;
208
- headerButtons?: Func<[VNodeChild]>;
209
- actions?: Func<[VNodeChild]>;
210
- navigation?: Func<[VNodeChild]>;
211
- }>;
212
199
  "custom-scrolling": {
213
200
  type: import("vue").PropType<boolean>;
214
201
  };
215
202
  customScrolling: {
216
203
  type: import("vue").PropType<boolean>;
217
204
  };
218
- "content-height": {
219
- type: import("vue").PropType<string>;
220
- required: false;
221
- };
222
205
  contentHeight: {
223
206
  type: import("vue").PropType<string>;
224
207
  required: false;
@@ -226,16 +209,10 @@ declare const _default: {
226
209
  variant: {
227
210
  type: import("vue").PropType<string>;
228
211
  required: false;
229
- } & {
230
- type: import("vue").PropType<string>;
231
- required: false;
232
212
  };
233
213
  size: {
234
214
  type: import("vue").PropType<string>;
235
215
  required: false;
236
- } & {
237
- type: import("vue").PropType<string>;
238
- required: false;
239
216
  };
240
217
  "hidden-close-button": {
241
218
  type: import("vue").PropType<boolean>;
@@ -248,11 +225,26 @@ declare const _default: {
248
225
  } & {
249
226
  type: import("vue").PropType<IIcon>;
250
227
  };
228
+ "sub-title": {
229
+ type: import("vue").PropType<string>;
230
+ };
231
+ subTitle: {
232
+ type: import("vue").PropType<string>;
233
+ };
251
234
  title: {
252
235
  type: import("vue").PropType<string>;
253
236
  } & {
254
237
  type: import("vue").PropType<string>;
255
238
  };
239
+ "v-slots": import("vue").Prop<{
240
+ default?: Func<[VNodeChild]>;
241
+ } & {
242
+ fixedContent?: Func<[VNodeChild]>;
243
+ activator?: Func<[VNodeChild]>;
244
+ headerButtons?: Func<[VNodeChild]>;
245
+ actions?: Func<[VNodeChild]>;
246
+ navigation?: Func<[VNodeChild]>;
247
+ }>;
256
248
  "v-model": {
257
249
  type: import("vue").PropType<boolean>;
258
250
  required: false;
@@ -267,6 +259,7 @@ declare const _default: {
267
259
  };
268
260
  colorSchemaType?: any;
269
261
  container?: any;
262
+ colors?: any;
270
263
  }>> & {
271
264
  "onUpdate:modelValue"?: (value: boolean) => any;
272
265
  "onClick:close"?: () => any;
@@ -277,25 +270,12 @@ declare const _default: {
277
270
  __isTeleport?: never;
278
271
  __isSuspense?: never;
279
272
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
280
- "v-slots": import("vue").Prop<{
281
- default?: Func<[VNodeChild]>;
282
- } & {
283
- fixedContent?: Func<[VNodeChild]>;
284
- activator?: Func<[VNodeChild]>;
285
- headerButtons?: Func<[VNodeChild]>;
286
- actions?: Func<[VNodeChild]>;
287
- navigation?: Func<[VNodeChild]>;
288
- }>;
289
273
  "custom-scrolling": {
290
274
  type: import("vue").PropType<boolean>;
291
275
  };
292
276
  customScrolling: {
293
277
  type: import("vue").PropType<boolean>;
294
278
  };
295
- "content-height": {
296
- type: import("vue").PropType<string>;
297
- required: false;
298
- };
299
279
  contentHeight: {
300
280
  type: import("vue").PropType<string>;
301
281
  required: false;
@@ -303,16 +283,10 @@ declare const _default: {
303
283
  variant: {
304
284
  type: import("vue").PropType<string>;
305
285
  required: false;
306
- } & {
307
- type: import("vue").PropType<string>;
308
- required: false;
309
286
  };
310
287
  size: {
311
288
  type: import("vue").PropType<string>;
312
289
  required: false;
313
- } & {
314
- type: import("vue").PropType<string>;
315
- required: false;
316
290
  };
317
291
  "hidden-close-button": {
318
292
  type: import("vue").PropType<boolean>;
@@ -325,11 +299,26 @@ declare const _default: {
325
299
  } & {
326
300
  type: import("vue").PropType<IIcon>;
327
301
  };
302
+ "sub-title": {
303
+ type: import("vue").PropType<string>;
304
+ };
305
+ subTitle: {
306
+ type: import("vue").PropType<string>;
307
+ };
328
308
  title: {
329
309
  type: import("vue").PropType<string>;
330
310
  } & {
331
311
  type: import("vue").PropType<string>;
332
312
  };
313
+ "v-slots": import("vue").Prop<{
314
+ default?: Func<[VNodeChild]>;
315
+ } & {
316
+ fixedContent?: Func<[VNodeChild]>;
317
+ activator?: Func<[VNodeChild]>;
318
+ headerButtons?: Func<[VNodeChild]>;
319
+ actions?: Func<[VNodeChild]>;
320
+ navigation?: Func<[VNodeChild]>;
321
+ }>;
333
322
  "v-model": {
334
323
  type: import("vue").PropType<boolean>;
335
324
  required: false;
@@ -344,6 +333,7 @@ declare const _default: {
344
333
  };
345
334
  colorSchemaType?: any;
346
335
  container?: any;
336
+ colors?: any;
347
337
  }>> & {
348
338
  "onUpdate:modelValue"?: (value: boolean) => any;
349
339
  "onClick:close"?: () => any;
@@ -357,15 +347,19 @@ declare const _default: {
357
347
  }, string, {
358
348
  container?: any;
359
349
  colorSchemaType?: any;
350
+ colors?: any;
360
351
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
361
352
  propsDefinition: Readonly<{
362
353
  container?: any;
363
354
  colorSchemaType?: any;
355
+ colors?: any;
364
356
  } & {
365
357
  title?: string;
366
358
  class?: String | String[];
367
359
  size?: string;
368
360
  icon?: IIcon;
361
+ "v-model"?: boolean;
362
+ modelValue?: boolean;
369
363
  "v-slots"?: {
370
364
  default?: Func<[VNodeChild]>;
371
365
  } & {
@@ -375,13 +369,12 @@ declare const _default: {
375
369
  actions?: Func<[VNodeChild]>;
376
370
  navigation?: Func<[VNodeChild]>;
377
371
  };
378
- "v-model"?: boolean;
379
- modelValue?: boolean;
380
372
  variant?: string;
373
+ subTitle?: string;
374
+ "sub-title"?: string;
381
375
  hiddenCloseButton?: boolean;
382
376
  "hidden-close-button"?: boolean;
383
377
  contentHeight?: string;
384
- "content-height"?: string;
385
378
  customScrolling?: boolean;
386
379
  "custom-scrolling"?: boolean;
387
380
  }> & {
@@ -0,0 +1,3 @@
1
+ export declare const DividerStyles: {
2
+ divider: (dark: boolean) => string;
3
+ };
@@ -2,7 +2,13 @@ declare const _default: {
2
2
  new (...args: any[]): {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
6
+ class: {
7
+ type: import("vue").PropType<string>;
8
+ } & {
9
+ type: import("vue").PropType<string>;
10
+ };
11
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
12
  $attrs: {
7
13
  [x: string]: unknown;
8
14
  };
@@ -16,7 +22,13 @@ declare const _default: {
16
22
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
23
  $emit: (event: string, ...args: any[]) => void;
18
24
  $el: any;
19
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
25
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
26
+ class: {
27
+ type: import("vue").PropType<string>;
28
+ } & {
29
+ type: import("vue").PropType<string>;
30
+ };
31
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
32
  beforeCreate?: (() => void) | (() => void)[];
21
33
  created?: (() => void) | (() => void)[];
22
34
  beforeMount?: (() => void) | (() => void)[];
@@ -36,11 +48,25 @@ declare const _default: {
36
48
  $forceUpdate: () => void;
37
49
  $nextTick: typeof import("vue").nextTick;
38
50
  $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;
39
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
51
+ } & Readonly<import("vue").ExtractPropTypes<{
52
+ class: {
53
+ type: import("vue").PropType<string>;
54
+ } & {
55
+ type: import("vue").PropType<string>;
56
+ };
57
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
58
  __isFragment?: never;
41
59
  __isTeleport?: never;
42
60
  __isSuspense?: never;
43
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
- propsDefinition: Readonly<{} & {}>;
61
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
62
+ class: {
63
+ type: import("vue").PropType<string>;
64
+ } & {
65
+ type: import("vue").PropType<string>;
66
+ };
67
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
68
+ propsDefinition: Readonly<{} & {
69
+ class?: string;
70
+ }>;
45
71
  };
46
72
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { ColorDefinition } from "@omnia/fx-models";
2
2
  export type PanelType = "navigation";
3
3
  export declare const ExpansionPanelStyles: {
4
- iconWrapper: string;
4
+ iconWrapper: (variant: PanelType) => string;
5
5
  customHeader: string;
6
6
  wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: PanelType, hideExpandIcon: boolean, toned: boolean) => string;
7
7
  };
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  $props: Partial<{
8
8
  container?: any;
9
9
  colorSchemaType?: any;
10
+ colors?: any;
10
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
12
  "v-slots": import("vue").Prop<{
12
13
  default?: Func<[VNodeChild]>;
@@ -45,7 +46,8 @@ declare const _default: {
45
46
  };
46
47
  colorSchemaType?: any;
47
48
  container?: any;
48
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
49
+ colors?: any;
50
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
49
51
  $attrs: {
50
52
  [x: string]: unknown;
51
53
  };
@@ -97,9 +99,11 @@ declare const _default: {
97
99
  };
98
100
  colorSchemaType?: any;
99
101
  container?: any;
102
+ colors?: any;
100
103
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
101
104
  container?: any;
102
105
  colorSchemaType?: any;
106
+ colors?: any;
103
107
  }, {}, string> & {
104
108
  beforeCreate?: (() => void) | (() => void)[];
105
109
  created?: (() => void) | (() => void)[];
@@ -158,6 +162,7 @@ declare const _default: {
158
162
  };
159
163
  colorSchemaType?: any;
160
164
  container?: any;
165
+ colors?: any;
161
166
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
162
167
  __isFragment?: never;
163
168
  __isTeleport?: never;
@@ -200,13 +205,16 @@ declare const _default: {
200
205
  };
201
206
  colorSchemaType?: any;
202
207
  container?: any;
208
+ colors?: any;
203
209
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
204
210
  container?: any;
205
211
  colorSchemaType?: any;
212
+ colors?: any;
206
213
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
207
214
  propsDefinition: Readonly<{
208
215
  container?: any;
209
216
  colorSchemaType?: any;
217
+ colors?: any;
210
218
  } & {
211
219
  title?: string;
212
220
  class?: String | String[];