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