@omnia/fx 8.0.21-vnext → 8.0.22-vnext

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
  4. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +20 -12
  5. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -1
  6. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -1
  7. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +32 -16
  8. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
  9. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +84 -85
  10. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  11. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +217 -0
  14. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +30 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +9 -1
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +9 -1
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +9 -1
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +9 -1
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +52 -52
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +48 -48
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +64 -64
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
  70. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
  71. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
  72. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
  73. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +56 -65
  74. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
  75. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +226 -1
  77. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
  78. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +74 -81
  79. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
  80. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
  81. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +9 -1
  83. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
  84. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
  86. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
  87. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
  88. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
  90. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
  91. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
  92. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
  93. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +6 -4
  94. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +56 -27
  95. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +9 -1
  96. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
  97. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
  98. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
  99. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
  100. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
  101. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
  102. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
  103. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
  104. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
  105. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
  106. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +9 -1
  107. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -1
  108. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  109. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
  110. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
  111. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
  112. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
  113. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
  114. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  115. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  116. package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
  117. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
  118. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
  119. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
  125. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
  126. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  127. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
  128. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  129. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
  130. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
  132. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
  133. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
  134. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  135. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
  136. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  137. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -0
  138. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
  139. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
  140. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  141. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
  142. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
  143. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
  144. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
  145. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
  146. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
  147. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  148. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
  149. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
  150. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
  151. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
  152. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  153. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
  154. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
  155. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
  156. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
  157. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
  158. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
  159. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -63
  160. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
  163. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
  164. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  165. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
  166. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
  167. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  168. package/internal-do-not-import-from-here/wctypings.d.ts +61 -3
  169. package/package.json +4 -4
  170. package/task.js +0 -4
  171. package/task.ts +0 -5
  172. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  173. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  174. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  175. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  176. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  177. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  178. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
  179. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  180. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
  181. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
  182. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  183. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
  184. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  185. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
  186. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
  187. package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
  188. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +0 -46
  189. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  190. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  191. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  192. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  193. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
  194. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  195. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
  196. /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithLeftBar.d.ts → btn/docs/ButtonIntro.d.ts} +0 -0
  197. /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithNavigation.d.ts → treeview/docs/TreeviewIntro.d.ts} +0 -0
  198. /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/BasicPanelTypes.d.ts → theming-v2/themeeditor/components/blueprints/BluePrintSelector.d.ts} +0 -0
  199. /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/PanelAlignment.d.ts → theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts} +0 -0
  200. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
  201. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.d.ts → colors/ColorSelector.d.ts} +0 -0
  202. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ComponentsViewer.d.ts → colors/ComponentsViewer.d.ts} +0 -0
  203. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → colors/FxViewer.d.ts} +0 -0
  204. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → colors/ThemeViewer.d.ts} +0 -0
  205. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -0,0 +1,202 @@
1
+ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
2
+ state: {
3
+ defaultTheme: {
4
+ state: {
5
+ currentTheme: import("./themes").ThemeDefinitionInstance;
6
+ };
7
+ get: {
8
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
9
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
10
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
11
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
12
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
13
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
14
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
15
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
16
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
17
+ };
18
+ actions: {
19
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
20
+ };
21
+ events: {
22
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
23
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
24
+ };
25
+ activated: void;
26
+ };
27
+ adminTheme: {
28
+ state: {
29
+ currentTheme: import("./themes").ThemeDefinitionInstance;
30
+ };
31
+ get: {
32
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
33
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
34
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
35
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
36
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
37
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
38
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
39
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
40
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
41
+ };
42
+ actions: {
43
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
44
+ };
45
+ events: {
46
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
47
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
48
+ };
49
+ activated: void;
50
+ };
51
+ };
52
+ get: {
53
+ readonly defaultTheme: {
54
+ state: {
55
+ currentTheme: import("./themes").ThemeDefinitionInstance;
56
+ };
57
+ get: {
58
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
59
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
60
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
61
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
62
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
63
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
64
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
65
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
66
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
67
+ };
68
+ actions: {
69
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
70
+ };
71
+ events: {
72
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
73
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
74
+ };
75
+ activated: void;
76
+ };
77
+ readonly adminTheme: {
78
+ state: {
79
+ currentTheme: import("./themes").ThemeDefinitionInstance;
80
+ };
81
+ get: {
82
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
83
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
84
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
85
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
86
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
87
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
88
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
89
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
90
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
91
+ };
92
+ actions: {
93
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
94
+ };
95
+ events: {
96
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
97
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
98
+ };
99
+ activated: void;
100
+ };
101
+ };
102
+ actions: {};
103
+ events: {
104
+ onMutatingDefaultTheme: import("@omnia/fx").EventHook<{
105
+ state: {
106
+ currentTheme: import("./themes").ThemeDefinitionInstance;
107
+ };
108
+ get: {
109
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
110
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
111
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
112
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
113
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
114
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
115
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
116
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
117
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
118
+ };
119
+ actions: {
120
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
121
+ };
122
+ events: {
123
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
124
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
125
+ };
126
+ activated: void;
127
+ }>;
128
+ onMutatedDefaultTheme: import("@omnia/fx").EventHook<{
129
+ state: {
130
+ currentTheme: import("./themes").ThemeDefinitionInstance;
131
+ };
132
+ get: {
133
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
134
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
135
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
136
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
137
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
138
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
139
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
140
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
141
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
142
+ };
143
+ actions: {
144
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
145
+ };
146
+ events: {
147
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
148
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
149
+ };
150
+ activated: void;
151
+ }>;
152
+ onMutatingAdminTheme: import("@omnia/fx").EventHook<{
153
+ state: {
154
+ currentTheme: import("./themes").ThemeDefinitionInstance;
155
+ };
156
+ get: {
157
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
158
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
159
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
160
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
161
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
162
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
163
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
164
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
165
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
166
+ };
167
+ actions: {
168
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
169
+ };
170
+ events: {
171
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
172
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
173
+ };
174
+ activated: void;
175
+ }>;
176
+ onMutatedAdminTheme: import("@omnia/fx").EventHook<{
177
+ state: {
178
+ currentTheme: import("./themes").ThemeDefinitionInstance;
179
+ };
180
+ get: {
181
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
182
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
183
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
184
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
185
+ complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
186
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
187
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
188
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
189
+ blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
190
+ };
191
+ actions: {
192
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
193
+ };
194
+ events: {
195
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
196
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes").ThemeDefinitionInstance>;
197
+ };
198
+ activated: void;
199
+ }>;
200
+ };
201
+ activated: void;
202
+ };
@@ -1,4 +1,4 @@
1
- import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "../../shared/models";
1
+ import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "../../shared/models";
2
2
  export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
3
3
  state: {
4
4
  currentTheme: import("./themes/Themes").ThemeDefinitionInstance;
@@ -12,6 +12,7 @@ export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
12
12
  complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
13
13
  complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("@omnia/fx-models").ColorDefinition;
14
14
  currentTheme: () => ThemeDefinitionV2;
15
+ blueprint: (blueprintType: BlueprintTypes | BlueprintType) => import("../../shared/models/theming/BlueprintDefinition").BlueprintDefinition;
15
16
  };
16
17
  actions: {
17
18
  setTheme: (themeDefinition: ThemeDefinitionV2) => void;
@@ -0,0 +1,6 @@
1
+ import { ColorSchema } from "@omnia/fx-models";
2
+ export declare const BlueprintPickerStyles: {
3
+ itemContainer: (schema: ColorSchema, selected: boolean) => string;
4
+ IconColumn: string;
5
+ titleColumn: string;
6
+ };
@@ -0,0 +1,330 @@
1
+ import { BlueprintType, BlueprintTypes } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
7
+ label: {
8
+ type: import("vue").PropType<string>;
9
+ } & {
10
+ type: import("vue").PropType<string>;
11
+ };
12
+ "v-model": {
13
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
14
+ required: false;
15
+ };
16
+ modelValue: {
17
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
18
+ required: false;
19
+ };
20
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
21
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
22
+ required: false;
23
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
24
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
25
+ required: false;
26
+ }; } & {
27
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
28
+ "v-model": {
29
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
30
+ required: false;
31
+ };
32
+ } & {
33
+ modelValue: {
34
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
35
+ required: false;
36
+ };
37
+ }>;
38
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
39
+ "v-model": {
40
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
41
+ required: false;
42
+ };
43
+ } & {
44
+ modelValue: {
45
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
46
+ required: false;
47
+ };
48
+ }, false>;
49
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
50
+ "v-model": {
51
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
52
+ required: false;
53
+ };
54
+ } & {
55
+ modelValue: {
56
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
57
+ required: false;
58
+ };
59
+ }>;
60
+ };
61
+ }>> & {
62
+ "onUpdate:modelValue"?: (value: BlueprintTypes) => any;
63
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
64
+ $attrs: {
65
+ [x: string]: unknown;
66
+ };
67
+ $refs: {
68
+ [x: string]: unknown;
69
+ };
70
+ $slots: Readonly<{
71
+ [name: string]: import("vue").Slot;
72
+ }>;
73
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
74
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
75
+ $emit: (event: "update:modelValue", value: BlueprintTypes) => void;
76
+ $el: any;
77
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
78
+ label: {
79
+ type: import("vue").PropType<string>;
80
+ } & {
81
+ type: import("vue").PropType<string>;
82
+ };
83
+ "v-model": {
84
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
85
+ required: false;
86
+ };
87
+ modelValue: {
88
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
89
+ required: false;
90
+ };
91
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
92
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
93
+ required: false;
94
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
95
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
96
+ required: false;
97
+ }; } & {
98
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
99
+ "v-model": {
100
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
101
+ required: false;
102
+ };
103
+ } & {
104
+ modelValue: {
105
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
106
+ required: false;
107
+ };
108
+ }>;
109
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
110
+ "v-model": {
111
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
112
+ required: false;
113
+ };
114
+ } & {
115
+ modelValue: {
116
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
117
+ required: false;
118
+ };
119
+ }, false>;
120
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
121
+ "v-model": {
122
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
123
+ required: false;
124
+ };
125
+ } & {
126
+ modelValue: {
127
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
128
+ required: false;
129
+ };
130
+ }>;
131
+ };
132
+ }>> & {
133
+ "onUpdate:modelValue"?: (value: BlueprintTypes) => any;
134
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
135
+ "update:modelValue": (value: BlueprintTypes) => any;
136
+ }, string, {}, {}, string> & {
137
+ beforeCreate?: (() => void) | (() => void)[];
138
+ created?: (() => void) | (() => void)[];
139
+ beforeMount?: (() => void) | (() => void)[];
140
+ mounted?: (() => void) | (() => void)[];
141
+ beforeUpdate?: (() => void) | (() => void)[];
142
+ updated?: (() => void) | (() => void)[];
143
+ activated?: (() => void) | (() => void)[];
144
+ deactivated?: (() => void) | (() => void)[];
145
+ beforeDestroy?: (() => void) | (() => void)[];
146
+ beforeUnmount?: (() => void) | (() => void)[];
147
+ destroyed?: (() => void) | (() => void)[];
148
+ unmounted?: (() => void) | (() => void)[];
149
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
150
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
151
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
152
+ };
153
+ $forceUpdate: () => void;
154
+ $nextTick: typeof import("vue").nextTick;
155
+ $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;
156
+ } & Readonly<import("vue").ExtractPropTypes<{
157
+ label: {
158
+ type: import("vue").PropType<string>;
159
+ } & {
160
+ type: import("vue").PropType<string>;
161
+ };
162
+ "v-model": {
163
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
164
+ required: false;
165
+ };
166
+ modelValue: {
167
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
168
+ required: false;
169
+ };
170
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
171
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
172
+ required: false;
173
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
174
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
175
+ required: false;
176
+ }; } & {
177
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
178
+ "v-model": {
179
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
180
+ required: false;
181
+ };
182
+ } & {
183
+ modelValue: {
184
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
185
+ required: false;
186
+ };
187
+ }>;
188
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
189
+ "v-model": {
190
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
191
+ required: false;
192
+ };
193
+ } & {
194
+ modelValue: {
195
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
196
+ required: false;
197
+ };
198
+ }, false>;
199
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
200
+ "v-model": {
201
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
202
+ required: false;
203
+ };
204
+ } & {
205
+ modelValue: {
206
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
207
+ required: false;
208
+ };
209
+ }>;
210
+ };
211
+ }>> & {
212
+ "onUpdate:modelValue"?: (value: BlueprintTypes) => any;
213
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
214
+ __isFragment?: never;
215
+ __isTeleport?: never;
216
+ __isSuspense?: never;
217
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
218
+ label: {
219
+ type: import("vue").PropType<string>;
220
+ } & {
221
+ type: import("vue").PropType<string>;
222
+ };
223
+ "v-model": {
224
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
225
+ required: false;
226
+ };
227
+ modelValue: {
228
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
229
+ required: false;
230
+ };
231
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
232
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
233
+ required: false;
234
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
235
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
236
+ required: false;
237
+ }; } & {
238
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
239
+ "v-model": {
240
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
241
+ required: false;
242
+ };
243
+ } & {
244
+ modelValue: {
245
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
246
+ required: false;
247
+ };
248
+ }>;
249
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
250
+ "v-model": {
251
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
252
+ required: false;
253
+ };
254
+ } & {
255
+ modelValue: {
256
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
257
+ required: false;
258
+ };
259
+ }, false>;
260
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
261
+ "v-model": {
262
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
263
+ required: false;
264
+ };
265
+ } & {
266
+ modelValue: {
267
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
268
+ required: false;
269
+ };
270
+ }>;
271
+ };
272
+ }>> & {
273
+ "onUpdate:modelValue"?: (value: BlueprintTypes) => any;
274
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
275
+ "update:modelValue": (value: BlueprintTypes) => any;
276
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
277
+ propsDefinition: Readonly<{} & {
278
+ label?: string;
279
+ name?: {
280
+ [x: `v-model:${string}`]: {
281
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
282
+ required: false;
283
+ };
284
+ } & {
285
+ [x: string]: {
286
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
287
+ required: false;
288
+ };
289
+ } & {
290
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
291
+ "v-model": {
292
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
293
+ required: false;
294
+ };
295
+ } & {
296
+ modelValue: {
297
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
298
+ required: false;
299
+ };
300
+ }>;
301
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
302
+ "v-model": {
303
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
304
+ required: false;
305
+ };
306
+ } & {
307
+ modelValue: {
308
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
309
+ required: false;
310
+ };
311
+ }, false>;
312
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
313
+ "v-model": {
314
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
315
+ required: false;
316
+ };
317
+ } & {
318
+ modelValue: {
319
+ type: import("vue").PropType<BlueprintType | BlueprintTypes>;
320
+ required: false;
321
+ };
322
+ }>;
323
+ };
324
+ "v-model"?: BlueprintType | BlueprintTypes;
325
+ modelValue?: BlueprintType | BlueprintTypes;
326
+ }> & {
327
+ "onUpdate:modelValue"?: (value: BlueprintTypes) => any;
328
+ };
329
+ };
330
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export declare const ColorSchemaPickerStyles: {
2
+ colorPaletteWrapper: string;
3
+ colorPaletteRow: (color: string) => string;
4
+ colorField: string;
5
+ paletteColor: (color: string, selected: boolean) => string;
6
+ previewPanel: string;
7
+ };