@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
@@ -8,12 +8,56 @@ 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
13
  "v-model": {
13
14
  type: import("vue").PropType<number>;
15
+ required: false;
14
16
  };
15
17
  modelValue: {
16
18
  type: import("vue").PropType<number>;
19
+ required: false;
20
+ };
21
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
22
+ type: import("vue").PropType<number>;
23
+ required: false;
24
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
25
+ type: import("vue").PropType<number>;
26
+ required: false;
27
+ }; } & {
28
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, number, {
29
+ "v-model": {
30
+ type: import("vue").PropType<number>;
31
+ required: false;
32
+ };
33
+ } & {
34
+ modelValue: {
35
+ type: import("vue").PropType<number>;
36
+ required: false;
37
+ };
38
+ }>;
39
+ defaultValue(value?: number): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
40
+ "v-model": {
41
+ type: import("vue").PropType<number>;
42
+ required: false;
43
+ };
44
+ } & {
45
+ modelValue: {
46
+ type: import("vue").PropType<number>;
47
+ required: false;
48
+ };
49
+ }, false>;
50
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, number, {
51
+ "v-model": {
52
+ type: import("vue").PropType<number>;
53
+ required: false;
54
+ };
55
+ } & {
56
+ modelValue: {
57
+ type: import("vue").PropType<number>;
58
+ required: false;
59
+ };
60
+ }>;
17
61
  };
18
62
  class: {
19
63
  type: import("vue").PropType<String | String[]>;
@@ -21,7 +65,8 @@ declare const _default: {
21
65
  };
22
66
  colorSchemaType?: any;
23
67
  container?: any;
24
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
68
+ colors?: any;
69
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
25
70
  $attrs: {
26
71
  [x: string]: unknown;
27
72
  };
@@ -38,9 +83,52 @@ declare const _default: {
38
83
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
39
84
  "v-model": {
40
85
  type: import("vue").PropType<number>;
86
+ required: false;
41
87
  };
42
88
  modelValue: {
43
89
  type: import("vue").PropType<number>;
90
+ required: false;
91
+ };
92
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
93
+ type: import("vue").PropType<number>;
94
+ required: false;
95
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
96
+ type: import("vue").PropType<number>;
97
+ required: false;
98
+ }; } & {
99
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, number, {
100
+ "v-model": {
101
+ type: import("vue").PropType<number>;
102
+ required: false;
103
+ };
104
+ } & {
105
+ modelValue: {
106
+ type: import("vue").PropType<number>;
107
+ required: false;
108
+ };
109
+ }>;
110
+ defaultValue(value?: number): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
111
+ "v-model": {
112
+ type: import("vue").PropType<number>;
113
+ required: false;
114
+ };
115
+ } & {
116
+ modelValue: {
117
+ type: import("vue").PropType<number>;
118
+ required: false;
119
+ };
120
+ }, false>;
121
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, number, {
122
+ "v-model": {
123
+ type: import("vue").PropType<number>;
124
+ required: false;
125
+ };
126
+ } & {
127
+ modelValue: {
128
+ type: import("vue").PropType<number>;
129
+ required: false;
130
+ };
131
+ }>;
44
132
  };
45
133
  class: {
46
134
  type: import("vue").PropType<String | String[]>;
@@ -48,9 +136,11 @@ declare const _default: {
48
136
  };
49
137
  colorSchemaType?: any;
50
138
  container?: any;
139
+ colors?: any;
51
140
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
52
141
  container?: any;
53
142
  colorSchemaType?: any;
143
+ colors?: any;
54
144
  }, {}, string> & {
55
145
  beforeCreate?: (() => void) | (() => void)[];
56
146
  created?: (() => void) | (() => void)[];
@@ -74,9 +164,52 @@ declare const _default: {
74
164
  } & Readonly<import("vue").ExtractPropTypes<{
75
165
  "v-model": {
76
166
  type: import("vue").PropType<number>;
167
+ required: false;
77
168
  };
78
169
  modelValue: {
79
170
  type: import("vue").PropType<number>;
171
+ required: false;
172
+ };
173
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
174
+ type: import("vue").PropType<number>;
175
+ required: false;
176
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
177
+ type: import("vue").PropType<number>;
178
+ required: false;
179
+ }; } & {
180
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, number, {
181
+ "v-model": {
182
+ type: import("vue").PropType<number>;
183
+ required: false;
184
+ };
185
+ } & {
186
+ modelValue: {
187
+ type: import("vue").PropType<number>;
188
+ required: false;
189
+ };
190
+ }>;
191
+ defaultValue(value?: number): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
192
+ "v-model": {
193
+ type: import("vue").PropType<number>;
194
+ required: false;
195
+ };
196
+ } & {
197
+ modelValue: {
198
+ type: import("vue").PropType<number>;
199
+ required: false;
200
+ };
201
+ }, false>;
202
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, number, {
203
+ "v-model": {
204
+ type: import("vue").PropType<number>;
205
+ required: false;
206
+ };
207
+ } & {
208
+ modelValue: {
209
+ type: import("vue").PropType<number>;
210
+ required: false;
211
+ };
212
+ }>;
80
213
  };
81
214
  class: {
82
215
  type: import("vue").PropType<String | String[]>;
@@ -84,6 +217,7 @@ declare const _default: {
84
217
  };
85
218
  colorSchemaType?: any;
86
219
  container?: any;
220
+ colors?: any;
87
221
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
88
222
  __isFragment?: never;
89
223
  __isTeleport?: never;
@@ -91,9 +225,52 @@ declare const _default: {
91
225
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
92
226
  "v-model": {
93
227
  type: import("vue").PropType<number>;
228
+ required: false;
94
229
  };
95
230
  modelValue: {
96
231
  type: import("vue").PropType<number>;
232
+ required: false;
233
+ };
234
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
235
+ type: import("vue").PropType<number>;
236
+ required: false;
237
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
238
+ type: import("vue").PropType<number>;
239
+ required: false;
240
+ }; } & {
241
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, number, {
242
+ "v-model": {
243
+ type: import("vue").PropType<number>;
244
+ required: false;
245
+ };
246
+ } & {
247
+ modelValue: {
248
+ type: import("vue").PropType<number>;
249
+ required: false;
250
+ };
251
+ }>;
252
+ defaultValue(value?: number): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
253
+ "v-model": {
254
+ type: import("vue").PropType<number>;
255
+ required: false;
256
+ };
257
+ } & {
258
+ modelValue: {
259
+ type: import("vue").PropType<number>;
260
+ required: false;
261
+ };
262
+ }, false>;
263
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, number, {
264
+ "v-model": {
265
+ type: import("vue").PropType<number>;
266
+ required: false;
267
+ };
268
+ } & {
269
+ modelValue: {
270
+ type: import("vue").PropType<number>;
271
+ required: false;
272
+ };
273
+ }>;
97
274
  };
98
275
  class: {
99
276
  type: import("vue").PropType<String | String[]>;
@@ -101,15 +278,63 @@ declare const _default: {
101
278
  };
102
279
  colorSchemaType?: any;
103
280
  container?: any;
281
+ colors?: any;
104
282
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
105
283
  container?: any;
106
284
  colorSchemaType?: any;
285
+ colors?: any;
107
286
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
108
287
  propsDefinition: Readonly<{
109
288
  container?: any;
110
289
  colorSchemaType?: any;
290
+ colors?: any;
111
291
  } & {
112
292
  class?: String | String[];
293
+ name?: {
294
+ [x: `v-model:${string}`]: {
295
+ type: import("vue").PropType<number>;
296
+ required: false;
297
+ };
298
+ } & {
299
+ [x: string]: {
300
+ type: import("vue").PropType<number>;
301
+ required: false;
302
+ };
303
+ } & {
304
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, number, {
305
+ "v-model": {
306
+ type: import("vue").PropType<number>;
307
+ required: false;
308
+ };
309
+ } & {
310
+ modelValue: {
311
+ type: import("vue").PropType<number>;
312
+ required: false;
313
+ };
314
+ }>;
315
+ defaultValue(value?: number): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, number, {
316
+ "v-model": {
317
+ type: import("vue").PropType<number>;
318
+ required: false;
319
+ };
320
+ } & {
321
+ modelValue: {
322
+ type: import("vue").PropType<number>;
323
+ required: false;
324
+ };
325
+ }, false>;
326
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, number, {
327
+ "v-model": {
328
+ type: import("vue").PropType<number>;
329
+ required: false;
330
+ };
331
+ } & {
332
+ modelValue: {
333
+ type: import("vue").PropType<number>;
334
+ required: false;
335
+ };
336
+ }>;
337
+ };
113
338
  "v-model"?: number;
114
339
  modelValue?: number;
115
340
  }>;
@@ -1,4 +1,4 @@
1
- export type IconSize = "small";
1
+ export type IconSize = "x-small" | "small";
2
2
  export declare const IconStyles: {
3
3
  wrapper: (size: IconSize) => string;
4
4
  };
@@ -1,4 +1,7 @@
1
1
  import { IIcon } from "@omnia/fx-models";
2
+ import { IconSize } from "./Icon.css";
3
+ export declare const IconPresetDefinitions: string[];
4
+ export type IconPreset = typeof IconPresetDefinitions[number];
2
5
  declare const _default: {
3
6
  new (...args: any[]): {
4
7
  $: import("vue").ComponentInternalInstance;
@@ -6,11 +9,17 @@ declare const _default: {
6
9
  $props: Partial<{
7
10
  container?: any;
8
11
  colorSchemaType?: any;
12
+ colors?: any;
9
13
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
14
+ preset: {
15
+ type: import("vue").PropType<string>;
16
+ } & {
17
+ type: import("vue").PropType<string>;
18
+ };
10
19
  size: {
11
- type: import("vue").PropType<"small">;
20
+ type: import("vue").PropType<IconSize>;
12
21
  } & {
13
- type: import("vue").PropType<"small">;
22
+ type: import("vue").PropType<IconSize>;
14
23
  };
15
24
  toned: {
16
25
  type: import("vue").PropType<boolean>;
@@ -28,7 +37,8 @@ declare const _default: {
28
37
  };
29
38
  colorSchemaType?: any;
30
39
  container?: any;
31
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
40
+ colors?: any;
41
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
32
42
  $attrs: {
33
43
  [x: string]: unknown;
34
44
  };
@@ -43,10 +53,15 @@ declare const _default: {
43
53
  $emit: (event: string, ...args: any[]) => void;
44
54
  $el: any;
45
55
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
56
+ preset: {
57
+ type: import("vue").PropType<string>;
58
+ } & {
59
+ type: import("vue").PropType<string>;
60
+ };
46
61
  size: {
47
- type: import("vue").PropType<"small">;
62
+ type: import("vue").PropType<IconSize>;
48
63
  } & {
49
- type: import("vue").PropType<"small">;
64
+ type: import("vue").PropType<IconSize>;
50
65
  };
51
66
  toned: {
52
67
  type: import("vue").PropType<boolean>;
@@ -64,9 +79,11 @@ declare const _default: {
64
79
  };
65
80
  colorSchemaType?: any;
66
81
  container?: any;
82
+ colors?: any;
67
83
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
68
84
  container?: any;
69
85
  colorSchemaType?: any;
86
+ colors?: any;
70
87
  }, {}, string> & {
71
88
  beforeCreate?: (() => void) | (() => void)[];
72
89
  created?: (() => void) | (() => void)[];
@@ -88,10 +105,15 @@ declare const _default: {
88
105
  $nextTick: typeof import("vue").nextTick;
89
106
  $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;
90
107
  } & Readonly<import("vue").ExtractPropTypes<{
108
+ preset: {
109
+ type: import("vue").PropType<string>;
110
+ } & {
111
+ type: import("vue").PropType<string>;
112
+ };
91
113
  size: {
92
- type: import("vue").PropType<"small">;
114
+ type: import("vue").PropType<IconSize>;
93
115
  } & {
94
- type: import("vue").PropType<"small">;
116
+ type: import("vue").PropType<IconSize>;
95
117
  };
96
118
  toned: {
97
119
  type: import("vue").PropType<boolean>;
@@ -109,15 +131,21 @@ declare const _default: {
109
131
  };
110
132
  colorSchemaType?: any;
111
133
  container?: any;
134
+ colors?: any;
112
135
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
113
136
  __isFragment?: never;
114
137
  __isTeleport?: never;
115
138
  __isSuspense?: never;
116
139
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
140
+ preset: {
141
+ type: import("vue").PropType<string>;
142
+ } & {
143
+ type: import("vue").PropType<string>;
144
+ };
117
145
  size: {
118
- type: import("vue").PropType<"small">;
146
+ type: import("vue").PropType<IconSize>;
119
147
  } & {
120
- type: import("vue").PropType<"small">;
148
+ type: import("vue").PropType<IconSize>;
121
149
  };
122
150
  toned: {
123
151
  type: import("vue").PropType<boolean>;
@@ -135,17 +163,21 @@ declare const _default: {
135
163
  };
136
164
  colorSchemaType?: any;
137
165
  container?: any;
166
+ colors?: any;
138
167
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
139
168
  container?: any;
140
169
  colorSchemaType?: any;
170
+ colors?: any;
141
171
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
142
172
  propsDefinition: Readonly<{
143
173
  container?: any;
144
174
  colorSchemaType?: any;
175
+ colors?: any;
145
176
  } & {
146
177
  class?: String | String[];
147
- size?: "small";
178
+ size?: IconSize;
148
179
  icon?: IIcon;
180
+ preset?: string;
149
181
  toned?: boolean;
150
182
  }>;
151
183
  };
@@ -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
  class: {
10
11
  type: import("vue").PropType<String | String[]>;
@@ -12,7 +13,8 @@ declare const _default: {
12
13
  };
13
14
  colorSchemaType?: any;
14
15
  container?: any;
15
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
16
+ colors?: any;
17
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
16
18
  $attrs: {
17
19
  [x: string]: unknown;
18
20
  };
@@ -33,9 +35,11 @@ declare const _default: {
33
35
  };
34
36
  colorSchemaType?: any;
35
37
  container?: any;
38
+ colors?: any;
36
39
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
37
40
  container?: any;
38
41
  colorSchemaType?: any;
42
+ colors?: any;
39
43
  }, {}, string> & {
40
44
  beforeCreate?: (() => void) | (() => void)[];
41
45
  created?: (() => void) | (() => void)[];
@@ -63,6 +67,7 @@ declare const _default: {
63
67
  };
64
68
  colorSchemaType?: any;
65
69
  container?: any;
70
+ colors?: any;
66
71
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
67
72
  __isFragment?: never;
68
73
  __isTeleport?: never;
@@ -74,13 +79,16 @@ declare const _default: {
74
79
  };
75
80
  colorSchemaType?: any;
76
81
  container?: any;
82
+ colors?: any;
77
83
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
84
  container?: any;
79
85
  colorSchemaType?: any;
86
+ colors?: any;
80
87
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
81
88
  propsDefinition: Readonly<{
82
89
  container?: any;
83
90
  colorSchemaType?: any;
91
+ colors?: any;
84
92
  } & {
85
93
  class?: String | String[];
86
94
  }>;
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  $props: Partial<{
7
7
  container?: any;
8
8
  colorSchemaType?: any;
9
+ colors?: any;
9
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
11
  variant: {
11
12
  type: import("vue").PropType<"navigation">;
@@ -33,7 +34,8 @@ declare const _default: {
33
34
  };
34
35
  colorSchemaType?: any;
35
36
  container?: any;
36
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
37
+ colors?: any;
38
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
37
39
  $attrs: {
38
40
  [x: string]: unknown;
39
41
  };
@@ -74,9 +76,11 @@ declare const _default: {
74
76
  };
75
77
  colorSchemaType?: any;
76
78
  container?: any;
79
+ colors?: any;
77
80
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
81
  container?: any;
79
82
  colorSchemaType?: any;
83
+ colors?: any;
80
84
  }, {}, string> & {
81
85
  beforeCreate?: (() => void) | (() => void)[];
82
86
  created?: (() => void) | (() => void)[];
@@ -124,6 +128,7 @@ declare const _default: {
124
128
  };
125
129
  colorSchemaType?: any;
126
130
  container?: any;
131
+ colors?: any;
127
132
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
128
133
  __isFragment?: never;
129
134
  __isTeleport?: never;
@@ -155,19 +160,22 @@ declare const _default: {
155
160
  };
156
161
  colorSchemaType?: any;
157
162
  container?: any;
163
+ colors?: any;
158
164
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
159
165
  container?: any;
160
166
  colorSchemaType?: any;
167
+ colors?: any;
161
168
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
162
169
  propsDefinition: Readonly<{
163
170
  container?: any;
164
171
  colorSchemaType?: any;
172
+ colors?: any;
165
173
  } & {
166
174
  nav?: boolean;
167
175
  class?: String | String[];
168
176
  variant?: "navigation";
169
- lines?: lineType;
170
177
  toned?: boolean;
178
+ lines?: lineType;
171
179
  }>;
172
180
  };
173
181
  export default _default;
@@ -1,5 +1,5 @@
1
1
  export declare const ListItemStyles: {
2
2
  wrapper: (iconOnly: boolean) => string;
3
- selectedItem: (color: string) => string;
3
+ selectedItem: (dark: boolean) => string;
4
4
  hoverStyle: (dark: boolean) => string;
5
5
  };
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  $props: Partial<{
7
7
  container?: any;
8
8
  colorSchemaType?: any;
9
+ colors?: any;
9
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
11
  variant: {
11
12
  type: import("vue").PropType<"delete">;
@@ -23,9 +24,9 @@ declare const _default: {
23
24
  type: import("vue").PropType<boolean>;
24
25
  };
25
26
  title: {
26
- type: import("vue").PropType<unknown>;
27
+ type: import("vue").PropType<string>;
27
28
  } & {
28
- type: import("vue").PropType<unknown>;
29
+ type: import("vue").PropType<string>;
29
30
  };
30
31
  icon: {
31
32
  type: import("vue").PropType<ButtonIconOptions>;
@@ -38,9 +39,10 @@ declare const _default: {
38
39
  };
39
40
  colorSchemaType?: any;
40
41
  container?: any;
42
+ colors?: any;
41
43
  }>> & {
42
44
  "onClick:delete"?: () => any;
43
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
45
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
44
46
  $attrs: {
45
47
  [x: string]: unknown;
46
48
  };
@@ -71,9 +73,9 @@ declare const _default: {
71
73
  type: import("vue").PropType<boolean>;
72
74
  };
73
75
  title: {
74
- type: import("vue").PropType<unknown>;
76
+ type: import("vue").PropType<string>;
75
77
  } & {
76
- type: import("vue").PropType<unknown>;
78
+ type: import("vue").PropType<string>;
77
79
  };
78
80
  icon: {
79
81
  type: import("vue").PropType<ButtonIconOptions>;
@@ -86,6 +88,7 @@ declare const _default: {
86
88
  };
87
89
  colorSchemaType?: any;
88
90
  container?: any;
91
+ colors?: any;
89
92
  }>> & {
90
93
  "onClick:delete"?: () => any;
91
94
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -93,6 +96,7 @@ declare const _default: {
93
96
  }, string, {
94
97
  container?: any;
95
98
  colorSchemaType?: any;
99
+ colors?: any;
96
100
  }, {}, string> & {
97
101
  beforeCreate?: (() => void) | (() => void)[];
98
102
  created?: (() => void) | (() => void)[];
@@ -130,9 +134,9 @@ declare const _default: {
130
134
  type: import("vue").PropType<boolean>;
131
135
  };
132
136
  title: {
133
- type: import("vue").PropType<unknown>;
137
+ type: import("vue").PropType<string>;
134
138
  } & {
135
- type: import("vue").PropType<unknown>;
139
+ type: import("vue").PropType<string>;
136
140
  };
137
141
  icon: {
138
142
  type: import("vue").PropType<ButtonIconOptions>;
@@ -145,6 +149,7 @@ declare const _default: {
145
149
  };
146
150
  colorSchemaType?: any;
147
151
  container?: any;
152
+ colors?: any;
148
153
  }>> & {
149
154
  "onClick:delete"?: () => any;
150
155
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -168,9 +173,9 @@ declare const _default: {
168
173
  type: import("vue").PropType<boolean>;
169
174
  };
170
175
  title: {
171
- type: import("vue").PropType<unknown>;
176
+ type: import("vue").PropType<string>;
172
177
  } & {
173
- type: import("vue").PropType<unknown>;
178
+ type: import("vue").PropType<string>;
174
179
  };
175
180
  icon: {
176
181
  type: import("vue").PropType<ButtonIconOptions>;
@@ -183,6 +188,7 @@ declare const _default: {
183
188
  };
184
189
  colorSchemaType?: any;
185
190
  container?: any;
191
+ colors?: any;
186
192
  }>> & {
187
193
  "onClick:delete"?: () => any;
188
194
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -190,12 +196,14 @@ declare const _default: {
190
196
  }, string, {
191
197
  container?: any;
192
198
  colorSchemaType?: any;
199
+ colors?: any;
193
200
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
194
201
  propsDefinition: Readonly<{
195
202
  container?: any;
196
203
  colorSchemaType?: any;
204
+ colors?: any;
197
205
  } & {
198
- title?: unknown;
206
+ title?: string;
199
207
  class?: String | String[];
200
208
  icon?: ButtonIconOptions;
201
209
  active?: boolean;