@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
  variant: {
12
13
  type: import("vue").PropType<DrawerVariant>;
@@ -30,9 +31,52 @@ declare const _default: {
30
31
  };
31
32
  "v-model": {
32
33
  type: import("vue").PropType<boolean>;
34
+ required: false;
33
35
  };
34
36
  modelValue: {
35
37
  type: import("vue").PropType<boolean>;
38
+ required: false;
39
+ };
40
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
41
+ type: import("vue").PropType<boolean>;
42
+ required: false;
43
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
44
+ type: import("vue").PropType<boolean>;
45
+ required: false;
46
+ }; } & {
47
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
48
+ "v-model": {
49
+ type: import("vue").PropType<boolean>;
50
+ required: false;
51
+ };
52
+ } & {
53
+ modelValue: {
54
+ type: import("vue").PropType<boolean>;
55
+ required: false;
56
+ };
57
+ }>;
58
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
59
+ "v-model": {
60
+ type: import("vue").PropType<boolean>;
61
+ required: false;
62
+ };
63
+ } & {
64
+ modelValue: {
65
+ type: import("vue").PropType<boolean>;
66
+ required: false;
67
+ };
68
+ }, false>;
69
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
70
+ "v-model": {
71
+ type: import("vue").PropType<boolean>;
72
+ required: false;
73
+ };
74
+ } & {
75
+ modelValue: {
76
+ type: import("vue").PropType<boolean>;
77
+ required: false;
78
+ };
79
+ }>;
36
80
  };
37
81
  class: {
38
82
  type: import("vue").PropType<String | String[]>;
@@ -40,7 +84,8 @@ declare const _default: {
40
84
  };
41
85
  colorSchemaType?: any;
42
86
  container?: any;
43
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
87
+ colors?: any;
88
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
44
89
  $attrs: {
45
90
  [x: string]: unknown;
46
91
  };
@@ -77,9 +122,52 @@ declare const _default: {
77
122
  };
78
123
  "v-model": {
79
124
  type: import("vue").PropType<boolean>;
125
+ required: false;
80
126
  };
81
127
  modelValue: {
82
128
  type: import("vue").PropType<boolean>;
129
+ required: false;
130
+ };
131
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
132
+ type: import("vue").PropType<boolean>;
133
+ required: false;
134
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
135
+ type: import("vue").PropType<boolean>;
136
+ required: false;
137
+ }; } & {
138
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
139
+ "v-model": {
140
+ type: import("vue").PropType<boolean>;
141
+ required: false;
142
+ };
143
+ } & {
144
+ modelValue: {
145
+ type: import("vue").PropType<boolean>;
146
+ required: false;
147
+ };
148
+ }>;
149
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
150
+ "v-model": {
151
+ type: import("vue").PropType<boolean>;
152
+ required: false;
153
+ };
154
+ } & {
155
+ modelValue: {
156
+ type: import("vue").PropType<boolean>;
157
+ required: false;
158
+ };
159
+ }, false>;
160
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
161
+ "v-model": {
162
+ type: import("vue").PropType<boolean>;
163
+ required: false;
164
+ };
165
+ } & {
166
+ modelValue: {
167
+ type: import("vue").PropType<boolean>;
168
+ required: false;
169
+ };
170
+ }>;
83
171
  };
84
172
  class: {
85
173
  type: import("vue").PropType<String | String[]>;
@@ -87,9 +175,11 @@ declare const _default: {
87
175
  };
88
176
  colorSchemaType?: any;
89
177
  container?: any;
178
+ colors?: any;
90
179
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
91
180
  container?: any;
92
181
  colorSchemaType?: any;
182
+ colors?: any;
93
183
  }, {}, string> & {
94
184
  beforeCreate?: (() => void) | (() => void)[];
95
185
  created?: (() => void) | (() => void)[];
@@ -133,9 +223,52 @@ declare const _default: {
133
223
  };
134
224
  "v-model": {
135
225
  type: import("vue").PropType<boolean>;
226
+ required: false;
136
227
  };
137
228
  modelValue: {
138
229
  type: import("vue").PropType<boolean>;
230
+ required: false;
231
+ };
232
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
233
+ type: import("vue").PropType<boolean>;
234
+ required: false;
235
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
236
+ type: import("vue").PropType<boolean>;
237
+ required: false;
238
+ }; } & {
239
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
240
+ "v-model": {
241
+ type: import("vue").PropType<boolean>;
242
+ required: false;
243
+ };
244
+ } & {
245
+ modelValue: {
246
+ type: import("vue").PropType<boolean>;
247
+ required: false;
248
+ };
249
+ }>;
250
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
251
+ "v-model": {
252
+ type: import("vue").PropType<boolean>;
253
+ required: false;
254
+ };
255
+ } & {
256
+ modelValue: {
257
+ type: import("vue").PropType<boolean>;
258
+ required: false;
259
+ };
260
+ }, false>;
261
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
262
+ "v-model": {
263
+ type: import("vue").PropType<boolean>;
264
+ required: false;
265
+ };
266
+ } & {
267
+ modelValue: {
268
+ type: import("vue").PropType<boolean>;
269
+ required: false;
270
+ };
271
+ }>;
139
272
  };
140
273
  class: {
141
274
  type: import("vue").PropType<String | String[]>;
@@ -143,6 +276,7 @@ declare const _default: {
143
276
  };
144
277
  colorSchemaType?: any;
145
278
  container?: any;
279
+ colors?: any;
146
280
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
147
281
  __isFragment?: never;
148
282
  __isTeleport?: never;
@@ -170,9 +304,52 @@ declare const _default: {
170
304
  };
171
305
  "v-model": {
172
306
  type: import("vue").PropType<boolean>;
307
+ required: false;
173
308
  };
174
309
  modelValue: {
175
310
  type: import("vue").PropType<boolean>;
311
+ required: false;
312
+ };
313
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
314
+ type: import("vue").PropType<boolean>;
315
+ required: false;
316
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
317
+ type: import("vue").PropType<boolean>;
318
+ required: false;
319
+ }; } & {
320
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
321
+ "v-model": {
322
+ type: import("vue").PropType<boolean>;
323
+ required: false;
324
+ };
325
+ } & {
326
+ modelValue: {
327
+ type: import("vue").PropType<boolean>;
328
+ required: false;
329
+ };
330
+ }>;
331
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
332
+ "v-model": {
333
+ type: import("vue").PropType<boolean>;
334
+ required: false;
335
+ };
336
+ } & {
337
+ modelValue: {
338
+ type: import("vue").PropType<boolean>;
339
+ required: false;
340
+ };
341
+ }, false>;
342
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
343
+ "v-model": {
344
+ type: import("vue").PropType<boolean>;
345
+ required: false;
346
+ };
347
+ } & {
348
+ modelValue: {
349
+ type: import("vue").PropType<boolean>;
350
+ required: false;
351
+ };
352
+ }>;
176
353
  };
177
354
  class: {
178
355
  type: import("vue").PropType<String | String[]>;
@@ -180,21 +357,69 @@ declare const _default: {
180
357
  };
181
358
  colorSchemaType?: any;
182
359
  container?: any;
360
+ colors?: any;
183
361
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
184
362
  container?: any;
185
363
  colorSchemaType?: any;
364
+ colors?: any;
186
365
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
187
366
  propsDefinition: Readonly<{
188
367
  container?: any;
189
368
  colorSchemaType?: any;
369
+ colors?: any;
190
370
  } & {
191
371
  class?: String | String[];
372
+ name?: {
373
+ [x: `v-model:${string}`]: {
374
+ type: import("vue").PropType<boolean>;
375
+ required: false;
376
+ };
377
+ } & {
378
+ [x: string]: {
379
+ type: import("vue").PropType<boolean>;
380
+ required: false;
381
+ };
382
+ } & {
383
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
384
+ "v-model": {
385
+ type: import("vue").PropType<boolean>;
386
+ required: false;
387
+ };
388
+ } & {
389
+ modelValue: {
390
+ type: import("vue").PropType<boolean>;
391
+ required: false;
392
+ };
393
+ }>;
394
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
395
+ "v-model": {
396
+ type: import("vue").PropType<boolean>;
397
+ required: false;
398
+ };
399
+ } & {
400
+ modelValue: {
401
+ type: import("vue").PropType<boolean>;
402
+ required: false;
403
+ };
404
+ }, false>;
405
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
406
+ "v-model": {
407
+ type: import("vue").PropType<boolean>;
408
+ required: false;
409
+ };
410
+ } & {
411
+ modelValue: {
412
+ type: import("vue").PropType<boolean>;
413
+ required: false;
414
+ };
415
+ }>;
416
+ };
192
417
  "v-model"?: boolean;
193
418
  modelValue?: boolean;
194
419
  variant?: DrawerVariant;
195
420
  location?: locationType;
196
- toned?: boolean;
197
421
  overrides?: object;
422
+ toned?: boolean;
198
423
  }>;
199
424
  };
200
425
  export default _default;
@@ -1,3 +1,4 @@
1
+ import { ColorDefinition } from "../../velcron/core";
1
2
  export declare const PanelVariationDefinition: string[];
2
3
  export type PanelVariant = typeof PanelVariationDefinition[number];
3
4
  export declare const PanelDirectionDefinition: string[];
@@ -7,8 +8,9 @@ export type HorizontalAlignment = typeof HorizontalAlignmentDefinition[number];
7
8
  export declare const VerticalAlignmentDefinition: string[];
8
9
  export type VerticalAlignment = typeof VerticalAlignmentDefinition[number];
9
10
  export declare const PanelStyles: {
10
- templateTitle: string;
11
- panelHoverBackground: (dark: boolean) => string;
12
- panelWrapper: (hide: boolean, variant: PanelVariant, grow: boolean) => string;
13
- contentWrapper: (flexDirection: PanelDirection, wrap: boolean, alignX: HorizontalAlignment, alignY: VerticalAlignment) => string;
11
+ templateTitle: (variant: PanelVariant, titelOnTopDivider: boolean, color: string) => string;
12
+ dividerOnTitle: string;
13
+ panelHoverBackground: (color: ColorDefinition) => string;
14
+ panelWrapper: (hide: boolean, variant: PanelVariant, grow: boolean, grouped: boolean) => string;
15
+ contentWrapper: (variant: PanelVariant, flexDirection: PanelDirection, wrap: boolean, alignX: HorizontalAlignment, alignY: VerticalAlignment) => string;
14
16
  };
@@ -8,13 +8,8 @@ declare const _default: {
8
8
  $props: Partial<{
9
9
  container?: any;
10
10
  colorSchemaType?: any;
11
+ colors?: any;
11
12
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12
- "align-y": {
13
- type: import("vue").PropType<string>;
14
- };
15
- alignY: {
16
- type: import("vue").PropType<string>;
17
- };
18
13
  "align-x": {
19
14
  type: import("vue").PropType<string>;
20
15
  };
@@ -26,6 +21,11 @@ declare const _default: {
26
21
  } & {
27
22
  type: import("vue").PropType<boolean>;
28
23
  };
24
+ grouped: {
25
+ type: import("vue").PropType<boolean>;
26
+ } & {
27
+ type: import("vue").PropType<boolean>;
28
+ };
29
29
  grow: {
30
30
  type: import("vue").PropType<boolean>;
31
31
  } & {
@@ -46,6 +46,12 @@ declare const _default: {
46
46
  } & {
47
47
  type: import("vue").PropType<string>;
48
48
  };
49
+ "align-y": {
50
+ type: import("vue").PropType<string>;
51
+ };
52
+ alignY: {
53
+ type: import("vue").PropType<string>;
54
+ };
49
55
  divider: {
50
56
  type: import("vue").PropType<string>;
51
57
  } & {
@@ -72,7 +78,8 @@ declare const _default: {
72
78
  };
73
79
  colorSchemaType?: any;
74
80
  container?: any;
75
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
81
+ colors?: any;
82
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
76
83
  $attrs: {
77
84
  [x: string]: unknown;
78
85
  };
@@ -87,12 +94,6 @@ declare const _default: {
87
94
  $emit: (event: string, ...args: any[]) => void;
88
95
  $el: any;
89
96
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
90
- "align-y": {
91
- type: import("vue").PropType<string>;
92
- };
93
- alignY: {
94
- type: import("vue").PropType<string>;
95
- };
96
97
  "align-x": {
97
98
  type: import("vue").PropType<string>;
98
99
  };
@@ -104,6 +105,11 @@ declare const _default: {
104
105
  } & {
105
106
  type: import("vue").PropType<boolean>;
106
107
  };
108
+ grouped: {
109
+ type: import("vue").PropType<boolean>;
110
+ } & {
111
+ type: import("vue").PropType<boolean>;
112
+ };
107
113
  grow: {
108
114
  type: import("vue").PropType<boolean>;
109
115
  } & {
@@ -124,6 +130,12 @@ declare const _default: {
124
130
  } & {
125
131
  type: import("vue").PropType<string>;
126
132
  };
133
+ "align-y": {
134
+ type: import("vue").PropType<string>;
135
+ };
136
+ alignY: {
137
+ type: import("vue").PropType<string>;
138
+ };
127
139
  divider: {
128
140
  type: import("vue").PropType<string>;
129
141
  } & {
@@ -150,9 +162,11 @@ declare const _default: {
150
162
  };
151
163
  colorSchemaType?: any;
152
164
  container?: any;
165
+ colors?: any;
153
166
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
154
167
  container?: any;
155
168
  colorSchemaType?: any;
169
+ colors?: any;
156
170
  }, {}, string> & {
157
171
  beforeCreate?: (() => void) | (() => void)[];
158
172
  created?: (() => void) | (() => void)[];
@@ -174,12 +188,6 @@ declare const _default: {
174
188
  $nextTick: typeof import("vue").nextTick;
175
189
  $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;
176
190
  } & Readonly<import("vue").ExtractPropTypes<{
177
- "align-y": {
178
- type: import("vue").PropType<string>;
179
- };
180
- alignY: {
181
- type: import("vue").PropType<string>;
182
- };
183
191
  "align-x": {
184
192
  type: import("vue").PropType<string>;
185
193
  };
@@ -191,6 +199,11 @@ declare const _default: {
191
199
  } & {
192
200
  type: import("vue").PropType<boolean>;
193
201
  };
202
+ grouped: {
203
+ type: import("vue").PropType<boolean>;
204
+ } & {
205
+ type: import("vue").PropType<boolean>;
206
+ };
194
207
  grow: {
195
208
  type: import("vue").PropType<boolean>;
196
209
  } & {
@@ -211,6 +224,12 @@ declare const _default: {
211
224
  } & {
212
225
  type: import("vue").PropType<string>;
213
226
  };
227
+ "align-y": {
228
+ type: import("vue").PropType<string>;
229
+ };
230
+ alignY: {
231
+ type: import("vue").PropType<string>;
232
+ };
214
233
  divider: {
215
234
  type: import("vue").PropType<string>;
216
235
  } & {
@@ -237,17 +256,12 @@ declare const _default: {
237
256
  };
238
257
  colorSchemaType?: any;
239
258
  container?: any;
259
+ colors?: any;
240
260
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
241
261
  __isFragment?: never;
242
262
  __isTeleport?: never;
243
263
  __isSuspense?: never;
244
264
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
245
- "align-y": {
246
- type: import("vue").PropType<string>;
247
- };
248
- alignY: {
249
- type: import("vue").PropType<string>;
250
- };
251
265
  "align-x": {
252
266
  type: import("vue").PropType<string>;
253
267
  };
@@ -259,6 +273,11 @@ declare const _default: {
259
273
  } & {
260
274
  type: import("vue").PropType<boolean>;
261
275
  };
276
+ grouped: {
277
+ type: import("vue").PropType<boolean>;
278
+ } & {
279
+ type: import("vue").PropType<boolean>;
280
+ };
262
281
  grow: {
263
282
  type: import("vue").PropType<boolean>;
264
283
  } & {
@@ -279,6 +298,12 @@ declare const _default: {
279
298
  } & {
280
299
  type: import("vue").PropType<string>;
281
300
  };
301
+ "align-y": {
302
+ type: import("vue").PropType<string>;
303
+ };
304
+ alignY: {
305
+ type: import("vue").PropType<string>;
306
+ };
282
307
  divider: {
283
308
  type: import("vue").PropType<string>;
284
309
  } & {
@@ -305,13 +330,16 @@ declare const _default: {
305
330
  };
306
331
  colorSchemaType?: any;
307
332
  container?: any;
333
+ colors?: any;
308
334
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
309
335
  container?: any;
310
336
  colorSchemaType?: any;
337
+ colors?: any;
311
338
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
312
339
  propsDefinition: Readonly<{
313
340
  container?: any;
314
341
  colorSchemaType?: any;
342
+ colors?: any;
315
343
  } & {
316
344
  title?: string;
317
345
  class?: String | String[];
@@ -321,12 +349,13 @@ declare const _default: {
321
349
  filled?: boolean;
322
350
  grow?: boolean;
323
351
  variant?: string;
352
+ grouped?: boolean;
324
353
  toned?: boolean;
325
354
  divider?: string;
326
- alignX?: string;
327
- "align-x"?: string;
328
355
  alignY?: string;
329
356
  "align-y"?: string;
357
+ alignX?: string;
358
+ "align-x"?: string;
330
359
  }>;
331
360
  };
332
361
  export default _default;
@@ -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
  value: {
12
13
  type: import("vue").PropType<any>;
@@ -24,7 +25,8 @@ declare const _default: {
24
25
  };
25
26
  colorSchemaType?: any;
26
27
  container?: any;
27
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
28
+ colors?: any;
29
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
28
30
  $attrs: {
29
31
  [x: string]: unknown;
30
32
  };
@@ -55,9 +57,11 @@ declare const _default: {
55
57
  };
56
58
  colorSchemaType?: any;
57
59
  container?: any;
60
+ colors?: any;
58
61
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
59
62
  container?: any;
60
63
  colorSchemaType?: any;
64
+ colors?: any;
61
65
  }, {}, string> & {
62
66
  beforeCreate?: (() => void) | (() => void)[];
63
67
  created?: (() => void) | (() => void)[];
@@ -95,6 +99,7 @@ declare const _default: {
95
99
  };
96
100
  colorSchemaType?: any;
97
101
  container?: any;
102
+ colors?: any;
98
103
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
99
104
  __isFragment?: never;
100
105
  __isTeleport?: never;
@@ -116,13 +121,16 @@ declare const _default: {
116
121
  };
117
122
  colorSchemaType?: any;
118
123
  container?: any;
124
+ colors?: any;
119
125
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
120
126
  container?: any;
121
127
  colorSchemaType?: any;
128
+ colors?: any;
122
129
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
123
130
  propsDefinition: Readonly<{
124
131
  container?: any;
125
132
  colorSchemaType?: any;
133
+ colors?: any;
126
134
  } & {
127
135
  label?: string;
128
136
  class?: String | String[];