@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
@@ -6,18 +6,63 @@ 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
  "v-model": {
11
12
  type: import("vue").PropType<Guid>;
13
+ required: false;
12
14
  };
13
15
  modelValue: {
14
16
  type: import("vue").PropType<Guid>;
17
+ required: false;
18
+ };
19
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
20
+ type: import("vue").PropType<Guid>;
21
+ required: false;
22
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
23
+ type: import("vue").PropType<Guid>;
24
+ required: false;
25
+ }; } & {
26
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
27
+ "v-model": {
28
+ type: import("vue").PropType<Guid>;
29
+ required: false;
30
+ };
31
+ } & {
32
+ modelValue: {
33
+ type: import("vue").PropType<Guid>;
34
+ required: false;
35
+ };
36
+ }>;
37
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
38
+ "v-model": {
39
+ type: import("vue").PropType<Guid>;
40
+ required: false;
41
+ };
42
+ } & {
43
+ modelValue: {
44
+ type: import("vue").PropType<Guid>;
45
+ required: false;
46
+ };
47
+ }, false>;
48
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
49
+ "v-model": {
50
+ type: import("vue").PropType<Guid>;
51
+ required: false;
52
+ };
53
+ } & {
54
+ modelValue: {
55
+ type: import("vue").PropType<Guid>;
56
+ required: false;
57
+ };
58
+ }>;
15
59
  };
16
60
  colorSchemaType?: any;
17
61
  container?: any;
62
+ colors?: any;
18
63
  }>> & {
19
64
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
20
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
65
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
21
66
  $attrs: {
22
67
  [x: string]: unknown;
23
68
  };
@@ -34,12 +79,56 @@ declare const _default: {
34
79
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
35
80
  "v-model": {
36
81
  type: import("vue").PropType<Guid>;
82
+ required: false;
37
83
  };
38
84
  modelValue: {
39
85
  type: import("vue").PropType<Guid>;
86
+ required: false;
87
+ };
88
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
89
+ type: import("vue").PropType<Guid>;
90
+ required: false;
91
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
92
+ type: import("vue").PropType<Guid>;
93
+ required: false;
94
+ }; } & {
95
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
96
+ "v-model": {
97
+ type: import("vue").PropType<Guid>;
98
+ required: false;
99
+ };
100
+ } & {
101
+ modelValue: {
102
+ type: import("vue").PropType<Guid>;
103
+ required: false;
104
+ };
105
+ }>;
106
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
107
+ "v-model": {
108
+ type: import("vue").PropType<Guid>;
109
+ required: false;
110
+ };
111
+ } & {
112
+ modelValue: {
113
+ type: import("vue").PropType<Guid>;
114
+ required: false;
115
+ };
116
+ }, false>;
117
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
118
+ "v-model": {
119
+ type: import("vue").PropType<Guid>;
120
+ required: false;
121
+ };
122
+ } & {
123
+ modelValue: {
124
+ type: import("vue").PropType<Guid>;
125
+ required: false;
126
+ };
127
+ }>;
40
128
  };
41
129
  colorSchemaType?: any;
42
130
  container?: any;
131
+ colors?: any;
43
132
  }>> & {
44
133
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
45
134
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -47,6 +136,7 @@ declare const _default: {
47
136
  }, string, {
48
137
  container?: any;
49
138
  colorSchemaType?: any;
139
+ colors?: any;
50
140
  }, {}, string> & {
51
141
  beforeCreate?: (() => void) | (() => void)[];
52
142
  created?: (() => void) | (() => void)[];
@@ -70,12 +160,56 @@ declare const _default: {
70
160
  } & Readonly<import("vue").ExtractPropTypes<{
71
161
  "v-model": {
72
162
  type: import("vue").PropType<Guid>;
163
+ required: false;
73
164
  };
74
165
  modelValue: {
75
166
  type: import("vue").PropType<Guid>;
167
+ required: false;
168
+ };
169
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
170
+ type: import("vue").PropType<Guid>;
171
+ required: false;
172
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
173
+ type: import("vue").PropType<Guid>;
174
+ required: false;
175
+ }; } & {
176
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
177
+ "v-model": {
178
+ type: import("vue").PropType<Guid>;
179
+ required: false;
180
+ };
181
+ } & {
182
+ modelValue: {
183
+ type: import("vue").PropType<Guid>;
184
+ required: false;
185
+ };
186
+ }>;
187
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
188
+ "v-model": {
189
+ type: import("vue").PropType<Guid>;
190
+ required: false;
191
+ };
192
+ } & {
193
+ modelValue: {
194
+ type: import("vue").PropType<Guid>;
195
+ required: false;
196
+ };
197
+ }, false>;
198
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
199
+ "v-model": {
200
+ type: import("vue").PropType<Guid>;
201
+ required: false;
202
+ };
203
+ } & {
204
+ modelValue: {
205
+ type: import("vue").PropType<Guid>;
206
+ required: false;
207
+ };
208
+ }>;
76
209
  };
77
210
  colorSchemaType?: any;
78
211
  container?: any;
212
+ colors?: any;
79
213
  }>> & {
80
214
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
81
215
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -85,12 +219,56 @@ declare const _default: {
85
219
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
86
220
  "v-model": {
87
221
  type: import("vue").PropType<Guid>;
222
+ required: false;
88
223
  };
89
224
  modelValue: {
90
225
  type: import("vue").PropType<Guid>;
226
+ required: false;
227
+ };
228
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
229
+ type: import("vue").PropType<Guid>;
230
+ required: false;
231
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
232
+ type: import("vue").PropType<Guid>;
233
+ required: false;
234
+ }; } & {
235
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
236
+ "v-model": {
237
+ type: import("vue").PropType<Guid>;
238
+ required: false;
239
+ };
240
+ } & {
241
+ modelValue: {
242
+ type: import("vue").PropType<Guid>;
243
+ required: false;
244
+ };
245
+ }>;
246
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
247
+ "v-model": {
248
+ type: import("vue").PropType<Guid>;
249
+ required: false;
250
+ };
251
+ } & {
252
+ modelValue: {
253
+ type: import("vue").PropType<Guid>;
254
+ required: false;
255
+ };
256
+ }, false>;
257
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
258
+ "v-model": {
259
+ type: import("vue").PropType<Guid>;
260
+ required: false;
261
+ };
262
+ } & {
263
+ modelValue: {
264
+ type: import("vue").PropType<Guid>;
265
+ required: false;
266
+ };
267
+ }>;
91
268
  };
92
269
  colorSchemaType?: any;
93
270
  container?: any;
271
+ colors?: any;
94
272
  }>> & {
95
273
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
96
274
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -98,11 +276,58 @@ declare const _default: {
98
276
  }, string, {
99
277
  container?: any;
100
278
  colorSchemaType?: any;
279
+ colors?: any;
101
280
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
102
281
  propsDefinition: Readonly<{
103
282
  container?: any;
104
283
  colorSchemaType?: any;
284
+ colors?: any;
105
285
  } & {
286
+ name?: {
287
+ [x: `v-model:${string}`]: {
288
+ type: import("vue").PropType<Guid>;
289
+ required: false;
290
+ };
291
+ } & {
292
+ [x: string]: {
293
+ type: import("vue").PropType<Guid>;
294
+ required: false;
295
+ };
296
+ } & {
297
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, Guid, {
298
+ "v-model": {
299
+ type: import("vue").PropType<Guid>;
300
+ required: false;
301
+ };
302
+ } & {
303
+ modelValue: {
304
+ type: import("vue").PropType<Guid>;
305
+ required: false;
306
+ };
307
+ }>;
308
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, Guid, {
309
+ "v-model": {
310
+ type: import("vue").PropType<Guid>;
311
+ required: false;
312
+ };
313
+ } & {
314
+ modelValue: {
315
+ type: import("vue").PropType<Guid>;
316
+ required: false;
317
+ };
318
+ }, false>;
319
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, Guid, {
320
+ "v-model": {
321
+ type: import("vue").PropType<Guid>;
322
+ required: false;
323
+ };
324
+ } & {
325
+ modelValue: {
326
+ type: import("vue").PropType<Guid>;
327
+ required: false;
328
+ };
329
+ }>;
330
+ };
106
331
  "v-model"?: Guid;
107
332
  modelValue?: Guid;
108
333
  }> & {
@@ -1,94 +1,6 @@
1
- import { ColorSchema } from "../../../shared/models";
2
1
  export declare const ThemeEditorStyles: {
3
2
  contentContainer: string;
4
3
  leftCompontentContainer: string;
5
4
  leftNavContainer: string;
6
5
  panesWrapper: (splitterColor: any) => string;
7
6
  };
8
- declare const _default: {
9
- container: {
10
- fontSize: number;
11
- };
12
- colorRow: {
13
- display: "flex";
14
- };
15
- editorItemStyle: {
16
- $nest: {
17
- "&:hover": {
18
- cursor: "pointer";
19
- };
20
- };
21
- };
22
- darkBg: {
23
- backgroundColor: "#1e1e1e";
24
- };
25
- darkBgContrast: {
26
- backgroundColor: "#1d2428";
27
- };
28
- monacoContainer: {
29
- height: string;
30
- };
31
- leftNavContainer: {
32
- backgroundColor: "#1e1e1e";
33
- height: string;
34
- width: number;
35
- };
36
- contentContainer: {
37
- backgroundColor: "#1e1e1e";
38
- position: "absolute";
39
- marginLeft: number;
40
- width: string;
41
- height: string;
42
- };
43
- panesWrapper: (splitterColor: any) => {
44
- $nest: {
45
- "& .splitpanes__splitter": {
46
- backgroundColor: string;
47
- borderLeft: string;
48
- width: string;
49
- };
50
- };
51
- };
52
- treeViewWrapper: (color: any, activeColor: ColorSchema) => {
53
- $nest: {
54
- "& .v-treeview-node__level": {
55
- width: string;
56
- };
57
- "& .v-treeview-node__toggle": {
58
- color: string;
59
- };
60
- "& .v-treeview-node--active": {
61
- background: string;
62
- };
63
- "& .v-treeview-node--active button": {
64
- color: string;
65
- };
66
- "& .v-treeview-node--active i": {
67
- color: string;
68
- };
69
- "& .v-treeview-node--active .v-treeview-node__label>div": {
70
- color: string;
71
- };
72
- };
73
- };
74
- treeItem: {
75
- $nest: {
76
- "&:hover .contextmenu": {
77
- display: "inline-block";
78
- };
79
- };
80
- };
81
- treeContextMenu: {
82
- display: "none";
83
- $nest: {
84
- "&:hover": {
85
- cursor: "pointer";
86
- };
87
- };
88
- };
89
- toolBarPosition: {
90
- marginLeft: string;
91
- marginRight: string;
92
- };
93
- };
94
- export default _default;
@@ -1,5 +1,5 @@
1
1
  import { useThemeStoreV2 } from "@omnia/fx/ux";
2
- import { nextTick, VNodeChild } from "vue";
2
+ import { VNodeChild } from "vue";
3
3
  import { ThemeDefinitionV2 } from "../../velcron/core";
4
4
  export type RegisterThemeStore = (store: ReturnType<typeof useThemeStoreV2>) => void;
5
5
  declare const _default: {
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  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)[];
69
69
  };
70
70
  $forceUpdate: () => void;
71
- $nextTick: typeof nextTick;
71
+ $nextTick: typeof import("vue").nextTick;
72
72
  $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;
73
73
  } & Readonly<import("vue").ExtractPropTypes<{
74
74
  "v-slots": import("vue").Prop<{
@@ -0,0 +1,6 @@
1
+ import { ColorSchema } from "@omnia/fx-models";
2
+ export declare const BluePrintSelectorStyles: {
3
+ titleColumn: string;
4
+ colorPreview: (color: string) => string;
5
+ itemContainer: (colorSchema: ColorSchema) => string;
6
+ };
@@ -7,5 +7,6 @@ export interface CodeEditorState {
7
7
  }
8
8
  export declare enum editorModes {
9
9
  "colors" = 0,
10
- "code" = 1
10
+ "code" = 1,
11
+ "blueprint" = 2
11
12
  }
@@ -0,0 +1,15 @@
1
+ import { BlueprintTypes } from "@omnia/fx-models";
2
+ export declare const useBlueprintEditorStore: (newInstanceWithName?: string) => {
3
+ state: {
4
+ selectedBlueprint: BlueprintTypes;
5
+ };
6
+ get: {};
7
+ actions: {
8
+ setSelectedBlueprint: (blueprintType: BlueprintTypes) => void;
9
+ };
10
+ events: {
11
+ onMutatingSelectedBlueprint: import("@omnia/fx").EventHook<BlueprintTypes>;
12
+ onMutatedSelectedBlueprint: import("@omnia/fx").EventHook<BlueprintTypes>;
13
+ };
14
+ activated: void;
15
+ };
@@ -1,27 +1,24 @@
1
- import { Store } from "@omnia/fx/stores";
2
1
  import { ThemeDefinitionV2 } from "@omnia/fx-models";
3
2
  import { CodeEditorState, codeEditorTabs, editorModes } from "../model";
4
- export declare class ThemeEditorStore extends Store {
5
- editorMode: import("@omnia/fx/stores").StoreState<editorModes>;
6
- codeEditor: import("@omnia/fx/stores").StoreState<CodeEditorState>;
7
- themeAsJson: import("@omnia/fx/stores").StoreState<string>;
8
- constructor();
9
- /**
10
- * Implementation of getters
11
- */
12
- getters: {};
13
- /**
14
- * Implementation of mutations
15
- */
16
- mutations: {
17
- codeEditorTab: (newState: codeEditorTabs) => void;
18
- editorMode: (newState: editorModes) => void;
3
+ export declare const useThemeEditorStore: (newInstanceWithName?: string) => {
4
+ state: {
5
+ editorMode: editorModes;
6
+ codeEditor: CodeEditorState;
7
+ themeAsJson: string;
8
+ };
9
+ get: {};
10
+ actions: {
11
+ setCodeEditorTab: (newState: codeEditorTabs) => void;
12
+ setEditorMode: (newState: editorModes) => void;
19
13
  setJsonTheme: (theme: ThemeDefinitionV2) => void;
20
14
  };
21
- /**
22
- * Implementation of actions
23
- */
24
- actions: {};
25
- onActivated(): void;
26
- onDisposing(): void;
27
- }
15
+ events: {
16
+ onMutatingEditorMode: import("@omnia/fx").EventHook<editorModes>;
17
+ onMutatedEditorMode: import("@omnia/fx").EventHook<editorModes>;
18
+ onMutatingCodeEditor: import("@omnia/fx").EventHook<CodeEditorState>;
19
+ onMutatedCodeEditor: import("@omnia/fx").EventHook<CodeEditorState>;
20
+ onMutatingThemeAsJson: import("@omnia/fx").EventHook<string>;
21
+ onMutatedThemeAsJson: import("@omnia/fx").EventHook<string>;
22
+ };
23
+ activated: void;
24
+ };
@@ -1,4 +1,4 @@
1
- import { Guid } from "@omnia/fx-models";
1
+ import { Guid, TypographyDefinition } from "@omnia/fx-models";
2
2
  import { BlueprintDefinition } from "internal/fx/shared/models/theming/BlueprintDefinition";
3
3
  export declare class MD1Blueprint implements BlueprintDefinition {
4
4
  id: Guid;
@@ -6,6 +6,7 @@ export declare class MD1Blueprint implements BlueprintDefinition {
6
6
  image: any;
7
7
  chip: any;
8
8
  icon: any;
9
+ typography: TypographyDefinition;
9
10
  constructor();
10
11
  }
11
12
  export declare class MD2Blueprint implements BlueprintDefinition {
@@ -13,6 +14,7 @@ export declare class MD2Blueprint implements BlueprintDefinition {
13
14
  card: any;
14
15
  image: any;
15
16
  icon: any;
17
+ typography: TypographyDefinition;
16
18
  constructor();
17
19
  }
18
20
  export declare class MD3Blueprint implements BlueprintDefinition {
@@ -20,5 +22,6 @@ export declare class MD3Blueprint implements BlueprintDefinition {
20
22
  card: any;
21
23
  image: any;
22
24
  icon: any;
25
+ typography: TypographyDefinition;
23
26
  constructor();
24
27
  }
@@ -13,7 +13,17 @@ export declare const SystemColors: {
13
13
  Black: string;
14
14
  Grey: string;
15
15
  };
16
- export declare const ColorSchemas: {
17
- Background_Dark: ColorSchema;
18
- Neutral_Dark: ColorSchema;
16
+ export declare const ColorSchemasDefinition: {
17
+ Colors: {
18
+ Purple: ColorSchema;
19
+ Teal: ColorSchema;
20
+ };
21
+ Dark: {
22
+ Background: ColorSchema;
23
+ Neutral: ColorSchema;
24
+ };
25
+ Light: {
26
+ Background: ColorSchema;
27
+ Neutral: ColorSchema;
28
+ };
19
29
  };
@@ -1,24 +1,16 @@
1
- import { ColorSchema, ThemeDefinitionV2, TypographyDefinition, Guid } from "@omnia/fx-models";
2
- import { BlueprintDefinition } from "internal/fx/shared/models/theming/BlueprintDefinition";
1
+ import { ColorSchema, ColorSchemas, ThemeDefinitionV2, Guid } from "@omnia/fx-models";
2
+ import { BluePrintDefinitions } from "internal/fx/shared/models/theming/BlueprintDefinition";
3
3
  export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
4
4
  id: Guid;
5
- typography: TypographyDefinition;
6
- primary: ColorSchema;
7
- secondary: ColorSchema;
8
- accent1: ColorSchema;
9
- accent2: ColorSchema;
10
- accent3: ColorSchema;
11
- neutral: ColorSchema;
12
- background: ColorSchema;
13
- error: ColorSchema;
14
- info: ColorSchema;
5
+ colors: ColorSchemas;
6
+ blueprints: BluePrintDefinitions;
15
7
  dark: boolean;
16
- blueprint: BlueprintDefinition;
17
8
  name: string;
18
- constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, typography: TypographyDefinition, blueprint: BlueprintDefinition, name: string, dark: boolean, id: Guid);
9
+ constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: BluePrintDefinitions);
19
10
  }
20
11
  export declare const DarkKnightDefinition: () => ThemeDefinitionInstance;
21
12
  export declare const DarkEditorDefinition: () => ThemeDefinitionInstance;
13
+ export declare const LightEditorDefinition: () => ThemeDefinitionInstance;
22
14
  export declare const BlackDefinition: () => ThemeDefinitionInstance;
23
15
  export declare const BumbleBeeDefinition: () => ThemeDefinitionInstance;
24
16
  export declare const CyberPunkDefinition: () => ThemeDefinitionInstance;
@@ -10,3 +10,14 @@ export declare class DefaultTypography implements TypographyDefinition {
10
10
  link: TypographyTypeDefinition;
11
11
  constructor();
12
12
  }
13
+ export declare class EditorTypography implements TypographyDefinition {
14
+ id: Guid;
15
+ h1: TypographyTypeDefinition;
16
+ h2: TypographyTypeDefinition;
17
+ h3: TypographyTypeDefinition;
18
+ summary: TypographyTypeDefinition;
19
+ text: TypographyTypeDefinition;
20
+ caption: TypographyTypeDefinition;
21
+ link: TypographyTypeDefinition;
22
+ constructor();
23
+ }
@@ -1,63 +1 @@
1
- export declare const useColorSchemaSetup: (props: object) => {
2
- state: {
3
- base: import("@omnia/fx-models").ColorDefinition;
4
- onBase: import("@omnia/fx-models").ColorDefinition;
5
- container: import("@omnia/fx-models").ColorDefinition;
6
- onContainer: import("@omnia/fx-models").ColorDefinition;
7
- isContainer: boolean;
8
- name: string;
9
- colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes;
10
- };
11
- get: {
12
- readonly colorSchema: import("@omnia/fx-models").ColorSchema;
13
- readonly base: import("@omnia/fx-models").ColorDefinition;
14
- readonly onBase: import("@omnia/fx-models").ColorDefinition;
15
- readonly container: import("@omnia/fx-models").ColorDefinition;
16
- readonly onContainer: import("@omnia/fx-models").ColorDefinition;
17
- };
18
- actions: {
19
- setColorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, container?: boolean) => void;
20
- setThemeStore: (themeStoreInstance: {
21
- state: {
22
- currentTheme: import("../theming-v2").ThemeDefinitionInstance;
23
- };
24
- get: {
25
- colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
26
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
27
- color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
28
- 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;
29
- complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
30
- complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
31
- 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;
32
- currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
33
- };
34
- actions: {
35
- setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
36
- };
37
- events: {
38
- onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
39
- onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
40
- };
41
- activated: void;
42
- }) => void;
43
- setCustomColorSchema: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void;
44
- setColor: (colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes) => void;
45
- };
46
- events: {
47
- onMutatingBase: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
48
- onMutatedBase: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
49
- onMutatingOnBase: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
50
- onMutatedOnBase: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
51
- onMutatingContainer: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
52
- onMutatedContainer: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
53
- onMutatingOnContainer: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
54
- onMutatedOnContainer: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
55
- onMutatingIsContainer: import("@omnia/fx").EventHook<boolean>;
56
- onMutatedIsContainer: import("@omnia/fx").EventHook<boolean>;
57
- onMutatingName: import("@omnia/fx").EventHook<string>;
58
- onMutatedName: import("@omnia/fx").EventHook<string>;
59
- onMutatingColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes>;
60
- onMutatedColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes>;
61
- };
62
- activated: void;
63
- };
1
+ export declare const useColorSchemaSetup: (props: object) => any;
@@ -148,7 +148,7 @@ export interface VelcronIcon {
148
148
  name: string;
149
149
  }
150
150
  export interface VelcronAppDefinition extends VelcronDefinitionBase {
151
- type: "App";
151
+ type: "Velcron";
152
152
  body?: Array<VelcronDefinition>;
153
153
  events?: VelcronOnLoadEvent & VelcronOnPressEvent;
154
154
  actions?: {