@omnia/fx 8.0.13-vnext → 8.0.16-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 (203) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +1 -0
  2. package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +14 -0
  3. package/internal-do-not-import-from-here/core/use/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/index.d.ts +5 -4
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  9. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +28 -15
  10. package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +1 -2
  11. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -2
  12. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -2
  13. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +50 -7
  14. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +0 -7
  15. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +24 -5
  19. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +14 -6
  20. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +423 -72
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools copy.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +93 -23
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperToolsStyles.css.d.ts +0 -1
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +123 -24
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +222 -42
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +0 -1
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +46 -33
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +1 -3
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +70 -20
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{BackgroundSettings.d.ts → backgroundsettings/BackgroundSettings.d.ts} +3 -2
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{IBackgroundSettings.d.ts → backgroundsettings/IBackgroundSettings.d.ts} +2 -2
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -0
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +261 -48
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +1 -0
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{IImageBackgroundSettings.d.ts → imagebackgroundsettings/IImageBackgroundSettings.d.ts} +2 -2
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{ImageBackgroundSettings.d.ts → imagebackgroundsettings/ImageBackgroundSettings.d.ts} +2 -2
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{LayoutClipboard.css.d.ts → layoutclipboard/LayoutClipboard.css.d.ts} +1 -1
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +46 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +2 -3
  45. package/internal-do-not-import-from-here/ux/models/AdminChromeStyles.d.ts +1 -2
  46. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +207 -68
  48. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +282 -107
  50. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +87 -78
  51. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +3 -1
  52. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +84 -35
  53. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +311 -0
  54. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +3 -1
  55. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +327 -56
  56. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -1
  57. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +114 -47
  58. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +34 -51
  59. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +3 -5
  60. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +119 -56
  61. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +167 -0
  62. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +2 -5
  63. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +25 -39
  64. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +4 -0
  65. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +151 -43
  66. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +5 -0
  67. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +123 -43
  68. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +236 -0
  69. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +2 -2
  70. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +59 -58
  71. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +124 -43
  72. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +7 -1
  73. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +368 -70
  74. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +81 -64
  75. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +34 -55
  76. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +11 -0
  77. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +273 -0
  78. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +157 -83
  79. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +135 -0
  80. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +1 -0
  81. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +88 -0
  82. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +4 -0
  83. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +88 -0
  84. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +61 -59
  85. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +3 -1
  86. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +127 -68
  87. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +100 -50
  89. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -1
  90. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +151 -64
  91. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +11 -1
  92. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +129 -73
  93. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +16 -15
  95. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +4 -0
  96. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +210 -0
  97. package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +1 -0
  98. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +5 -4
  99. package/internal-do-not-import-from-here/ux/richtexteditor/NodeExtension.d.ts +0 -12
  100. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +21 -9
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +11 -4
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +24 -17
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +27 -19
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +19 -17
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +25 -18
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +43 -16
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +2 -7
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +3 -9
  109. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +3 -14
  110. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +3 -6
  111. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +3 -1
  112. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +3 -5
  113. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -3
  114. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +3 -14
  115. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +3 -5
  116. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +3 -8
  117. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +3 -12
  118. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +3 -5
  119. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +6 -11
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +3 -20
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/plugins/TagSuggestions.d.ts +2 -1
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +25 -13
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +15 -10
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +27 -19
  125. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +5 -11
  126. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/index.d.ts +2 -0
  127. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +3 -8
  128. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +3 -14
  129. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +3 -5
  130. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +3 -5
  131. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +3 -5
  132. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +3 -6
  133. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +3 -5
  134. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +3 -5
  135. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +3 -5
  136. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +3 -5
  137. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +3 -5
  138. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +15 -36
  139. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/plugins/Suggestions.d.ts +2 -1
  140. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +19 -17
  141. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +15 -7
  142. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/index.d.ts +2 -1
  143. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +17 -0
  144. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/index.d.ts +2 -0
  145. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +3 -6
  146. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +25 -19
  147. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +55 -42
  148. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +5 -4
  149. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +5 -4
  150. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +5 -4
  151. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +2 -1
  152. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts +1 -5
  153. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +3 -7
  154. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/index.d.ts +2 -1
  155. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +5 -14
  156. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +16 -0
  157. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/index.d.ts +2 -0
  158. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +3 -12
  159. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +5 -17
  160. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +23 -13
  161. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -3
  162. package/internal-do-not-import-from-here/ux/spacingpicker/{SpacingPicker.css.d.ts → SpacingPicker2.css.d.ts} +7 -9
  163. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +208 -104
  164. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +5 -1
  165. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +7 -7
  166. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -0
  167. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +3 -0
  168. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +8 -0
  169. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +122 -0
  170. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  171. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +56 -32
  172. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +6 -0
  173. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +57 -17
  174. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.css.d.ts +6 -0
  175. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ComponentsViewer.d.ts +46 -0
  176. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/FxViewer.d.ts +46 -0
  177. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewerStyles.d.ts +0 -1
  178. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -2
  179. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +5 -0
  180. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +9 -9
  182. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +9 -1
  183. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  185. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -1
  187. package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -1
  188. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  189. package/internal-do-not-import-from-here/wctypings.d.ts +30 -0
  190. package/package.json +7 -19
  191. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeOld.d.ts +0 -61
  192. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.css.d.ts +0 -6
  193. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/ILayoutEditorCanvas.d.ts +0 -21
  194. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts +0 -18
  195. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.css.d.ts +0 -3
  196. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts +0 -19
  197. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts +0 -41
  198. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitleSettings.d.ts +0 -21
  199. package/internal-do-not-import-from-here/ux/richtexteditor/EditorExtension.d.ts +0 -8
  200. package/internal-do-not-import-from-here/ux/richtexteditor/MarkExtension.d.ts +0 -12
  201. package/internal-do-not-import-from-here/ux/spacingpicker/ISpacingPicker.d.ts +0 -28
  202. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.d.ts +0 -44
  203. package/internal-do-not-import-from-here/ux/spacingpicker/index.d.ts +0 -1
@@ -1,14 +1,19 @@
1
- import { ColorSchemaTypes, ColorTypes, Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
1
+ import { Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
7
- model: Guid;
8
- colorSchemaType: ColorSchemaTypes;
9
- colorType: ColorTypes;
10
- onUpdate: (theme: ThemeDefinitionV2) => void;
11
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $props: Partial<{
7
+ container?: any;
8
+ colorSchemaType?: any;
9
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ "v-model": import("vue").PropType<Guid>;
11
+ modelValue: import("vue").PropType<Guid>;
12
+ colorSchemaType?: any;
13
+ container?: any;
14
+ }>> & {
15
+ "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
16
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
12
17
  $attrs: {
13
18
  [x: string]: unknown;
14
19
  };
@@ -20,14 +25,21 @@ declare const _default: {
20
25
  }>;
21
26
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
22
27
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
23
- $emit: (event: string, ...args: any[]) => void;
28
+ $emit: (event: "update:modelValue", theme: ThemeDefinitionV2) => void;
24
29
  $el: any;
25
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
26
- model: Guid;
27
- colorSchemaType: ColorSchemaTypes;
28
- colorType: ColorTypes;
29
- onUpdate: (theme: ThemeDefinitionV2) => void;
30
- }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
30
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
31
+ "v-model": import("vue").PropType<Guid>;
32
+ modelValue: import("vue").PropType<Guid>;
33
+ colorSchemaType?: any;
34
+ container?: any;
35
+ }>> & {
36
+ "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
37
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
+ "update:modelValue": (theme: ThemeDefinitionV2) => true;
39
+ }, string, {
40
+ container?: any;
41
+ colorSchemaType?: any;
42
+ }, {}, string> & {
31
43
  beforeCreate?: (() => void) | (() => void)[];
32
44
  created?: (() => void) | (() => void)[];
33
45
  beforeMount?: (() => void) | (() => void)[];
@@ -47,26 +59,38 @@ declare const _default: {
47
59
  $forceUpdate: () => void;
48
60
  $nextTick: typeof import("vue").nextTick;
49
61
  $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;
50
- } & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
51
- model: Guid;
52
- colorSchemaType: ColorSchemaTypes;
53
- colorType: ColorTypes;
54
- onUpdate: (theme: ThemeDefinitionV2) => void;
55
- }>>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
62
+ } & Readonly<import("vue").ExtractPropTypes<{
63
+ "v-model": import("vue").PropType<Guid>;
64
+ modelValue: import("vue").PropType<Guid>;
65
+ colorSchemaType?: any;
66
+ container?: any;
67
+ }>> & {
68
+ "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
69
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
56
70
  __isFragment?: never;
57
71
  __isTeleport?: never;
58
72
  __isSuspense?: never;
59
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
60
- model: Guid;
61
- colorSchemaType: ColorSchemaTypes;
62
- colorType: ColorTypes;
63
- onUpdate: (theme: ThemeDefinitionV2) => void;
64
- }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
65
- propsDefinition: Readonly<{} & {
66
- colorSchemaType?: ColorSchemaTypes;
67
- colorType?: ColorTypes;
68
- model?: Guid;
69
- onUpdate?: (theme: ThemeDefinitionV2) => void;
70
- }>;
73
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
74
+ "v-model": import("vue").PropType<Guid>;
75
+ modelValue: import("vue").PropType<Guid>;
76
+ colorSchemaType?: any;
77
+ container?: any;
78
+ }>> & {
79
+ "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
80
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
81
+ "update:modelValue": (theme: ThemeDefinitionV2) => true;
82
+ }, string, {
83
+ container?: any;
84
+ colorSchemaType?: any;
85
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
86
+ propsDefinition: Readonly<{
87
+ container?: any;
88
+ colorSchemaType?: any;
89
+ } & {
90
+ "v-model"?: Guid;
91
+ modelValue?: Guid;
92
+ }> & {
93
+ "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
94
+ };
71
95
  };
72
96
  export default _default;
@@ -1,4 +1,10 @@
1
1
  import { ColorSchema } from "../../../shared/models";
2
+ export declare const ThemeEditorStyles: {
3
+ contentContainer: string;
4
+ leftCompontentContainer: string;
5
+ leftNavContainer: string;
6
+ panesWrapper: (splitterColor: any) => string;
7
+ };
2
8
  declare const _default: {
3
9
  container: {
4
10
  fontSize: number;
@@ -1,14 +1,22 @@
1
1
  import { ThemeStoreV2 } from "@omnia/fx/ux";
2
- import { nextTick } from "vue";
2
+ import { nextTick, VNodeChild } from "vue";
3
+ import { ThemeDefinitionV2 } from "../../velcron/core";
3
4
  export type RegisterThemeStore = (store: ThemeStoreV2) => void;
4
5
  declare const _default: {
5
6
  new (...args: any[]): {
6
7
  $: import("vue").ComponentInternalInstance;
7
8
  $data: {};
8
9
  $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
9
- themeStoreRegistrationHook: RegisterThemeStore;
10
- onCloseThemingEditor: () => void;
11
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
10
+ "v-slots": {
11
+ default?: () => VNodeChild;
12
+ } & {
13
+ activator?: () => VNodeChild;
14
+ };
15
+ "theme-store-registration-hook": void | RegisterThemeStore;
16
+ themeStoreRegistrationHook: void | RegisterThemeStore;
17
+ }>>> & {
18
+ "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
19
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
12
20
  $attrs: {
13
21
  [x: string]: unknown;
14
22
  };
@@ -20,12 +28,21 @@ declare const _default: {
20
28
  }>;
21
29
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
22
30
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
23
- $emit: (event: string, ...args: any[]) => void;
31
+ $emit: (event: "update:modelValue", themeDefinition: ThemeDefinitionV2) => void;
24
32
  $el: any;
25
33
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
26
- themeStoreRegistrationHook: RegisterThemeStore;
27
- onCloseThemingEditor: () => void;
28
- }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
34
+ "v-slots": {
35
+ default?: () => VNodeChild;
36
+ } & {
37
+ activator?: () => VNodeChild;
38
+ };
39
+ "theme-store-registration-hook": void | RegisterThemeStore;
40
+ themeStoreRegistrationHook: void | RegisterThemeStore;
41
+ }>>> & {
42
+ "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
43
+ }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
+ "update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
45
+ }, string, {}, {}, string> & {
29
46
  beforeCreate?: (() => void) | (() => void)[];
30
47
  created?: (() => void) | (() => void)[];
31
48
  beforeMount?: (() => void) | (() => void)[];
@@ -46,19 +63,42 @@ declare const _default: {
46
63
  $nextTick: typeof nextTick;
47
64
  $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;
48
65
  } & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
49
- themeStoreRegistrationHook: RegisterThemeStore;
50
- onCloseThemingEditor: () => void;
51
- }>>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
66
+ "v-slots": {
67
+ default?: () => VNodeChild;
68
+ } & {
69
+ activator?: () => VNodeChild;
70
+ };
71
+ "theme-store-registration-hook": void | RegisterThemeStore;
72
+ themeStoreRegistrationHook: void | RegisterThemeStore;
73
+ }>>> & {
74
+ "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
75
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
52
76
  __isFragment?: never;
53
77
  __isTeleport?: never;
54
78
  __isSuspense?: never;
55
79
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
56
- themeStoreRegistrationHook: RegisterThemeStore;
57
- onCloseThemingEditor: () => void;
58
- }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
80
+ "v-slots": {
81
+ default?: () => VNodeChild;
82
+ } & {
83
+ activator?: () => VNodeChild;
84
+ };
85
+ "theme-store-registration-hook": void | RegisterThemeStore;
86
+ themeStoreRegistrationHook: void | RegisterThemeStore;
87
+ }>>> & {
88
+ "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
89
+ }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
90
+ "update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
91
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
59
92
  propsDefinition: Readonly<{} & {
60
- themeStoreRegistrationHook?: RegisterThemeStore;
61
- onCloseThemingEditor?: () => void;
62
- }>;
93
+ "v-slots"?: {
94
+ default?: () => VNodeChild;
95
+ } & {
96
+ activator?: () => VNodeChild;
97
+ };
98
+ themeStoreRegistrationHook?: void | RegisterThemeStore;
99
+ "theme-store-registration-hook"?: void | RegisterThemeStore;
100
+ }> & {
101
+ "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
102
+ };
63
103
  };
64
104
  export default _default;
@@ -0,0 +1,6 @@
1
+ import { ColorSchema } from "@omnia/fx-models";
2
+ export declare const ColorSelectorStyles: {
3
+ titleColumn: string;
4
+ colorPreview: (color: string) => string;
5
+ itemContainer: (colorSchema: ColorSchema) => string;
6
+ };
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ 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)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $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;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Readonly<{} & {}>;
45
+ };
46
+ export default _default;
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ 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)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $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;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Readonly<{} & {}>;
45
+ };
46
+ export default _default;
@@ -1,4 +1,3 @@
1
1
  export declare const ThemeViewerStyles: {
2
2
  card: string;
3
- cardWrapper: string;
4
3
  };
@@ -1,12 +1,10 @@
1
1
  import { Store } from "@omnia/fx/stores";
2
- import { ThemeStoreV2 } from "@omnia/fx/ux";
3
2
  import { ThemeDefinitionV2 } from "@omnia/fx-models";
4
3
  import { CodeEditorState, codeEditorTabs, editorModes } from "../model";
5
4
  export declare class ThemeEditorStore extends Store {
6
5
  editorMode: import("@omnia/fx/stores").StoreState<editorModes>;
7
6
  codeEditor: import("@omnia/fx/stores").StoreState<CodeEditorState>;
8
7
  themeAsJson: import("@omnia/fx/stores").StoreState<string>;
9
- editingThemeStore: ThemeStoreV2;
10
8
  constructor();
11
9
  /**
12
10
  * Implementation of getters
@@ -1,3 +1,4 @@
1
+ import { ColorSchema } from "../../velcron/core";
1
2
  export declare const SystemColors: {
2
3
  Teal: string;
3
4
  Purple: string;
@@ -12,3 +13,7 @@ export declare const SystemColors: {
12
13
  Black: string;
13
14
  Grey: string;
14
15
  };
16
+ export declare const ColorSchemas: {
17
+ Background_Dark: ColorSchema;
18
+ Neutral_Dark: ColorSchema;
19
+ };
@@ -15,7 +15,7 @@ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
15
15
  dark: boolean;
16
16
  blueprint: BlueprintDefinition;
17
17
  name: string;
18
- constructor(primary: string, secondary: string, accent1: string, accent2: string, accent3: string, neutral: string, background: string, info: string, error: string, typography: TypographyDefinition, blueprint: BlueprintDefinition, name: string, dark: boolean, id: Guid);
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);
19
19
  }
20
20
  export declare const DarkKnightDefinition: () => ThemeDefinitionInstance;
21
21
  export declare const DarkEditorDefinition: () => ThemeDefinitionInstance;
@@ -1,13 +1,13 @@
1
- import { ColorTypes } from "@omnia/fx/models";
1
+ import { ColorDefinition, ColorTypes } from "@omnia/fx/models";
2
2
  import { ColorSchemaStore } from "../theming-v2";
3
3
  export declare const useComponentSetup: (props: object) => {
4
4
  colorSchemaStore: ColorSchemaStore;
5
- baseColor: import("@omnia/fx-models").ColorDefinition;
6
- onBaseColor: import("@omnia/fx-models").ColorDefinition;
7
- containerColor: import("@omnia/fx-models").ColorDefinition;
8
- onContainerColor: import("@omnia/fx-models").ColorDefinition;
9
- baseColorType: ColorTypes;
10
- onBaseColorType: ColorTypes;
11
- containerColorType: ColorTypes;
12
- onContainerColorType: ColorTypes;
5
+ readonly baseColor: ColorDefinition;
6
+ readonly onBaseColor: ColorDefinition;
7
+ readonly containerColor: ColorDefinition;
8
+ readonly onContainerColor: ColorDefinition;
9
+ readonly baseColorType: ColorTypes.base | ColorTypes.container;
10
+ readonly onBaseColorType: ColorTypes;
11
+ readonly containerColorType: ColorTypes;
12
+ readonly onContainerColorType: ColorTypes;
13
13
  };
@@ -1,2 +1,10 @@
1
- import { IIcon } from "@omnia/fx-models";
1
+ import { CustomIcon, FabricIcon, FlagIcon, FontAwesomeIcon, IIcon, MaterialIcon, SvgIcon } from "@omnia/fx-models";
2
2
  export declare const useIconClass: (icon: IIcon) => any;
3
+ export declare const useIcons: () => {
4
+ faIcon: (name: string) => FontAwesomeIcon;
5
+ mdIcon: (name: string) => MaterialIcon;
6
+ flagIcon: (name: string) => FlagIcon;
7
+ fbIcon: (name: string) => FabricIcon;
8
+ svgIcon: (name: string) => SvgIcon;
9
+ customIcon: (name: string) => CustomIcon;
10
+ };
@@ -64,10 +64,10 @@ declare const _default: {
64
64
  serviceContainerContext: ServiceContainerContext;
65
65
  }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
66
66
  propsDefinition: Readonly<{} & {
67
- userTypeId?: GuidValue;
68
- editMode?: boolean;
69
67
  serviceContainerContext?: ServiceContainerContext;
68
+ userTypeId?: GuidValue;
70
69
  getApi?: (api: LayoutRendererCanvasApi) => void;
70
+ editMode?: boolean;
71
71
  }>;
72
72
  };
73
73
  export default _default;
@@ -44,8 +44,8 @@ declare const _default: {
44
44
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<VelcronContainerRenderer>>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
45
45
  propsDefinition: Readonly<{} & {
46
46
  definition?: VelcronDefinition;
47
- renderContext?: VelcronRenderContext;
48
47
  component?: JSX.Element;
48
+ renderContext?: VelcronRenderContext;
49
49
  }>;
50
50
  };
51
51
  export default _default;
@@ -78,11 +78,11 @@ declare const _default: {
78
78
  }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
79
79
  propsDefinition: Readonly<{} & {
80
80
  appInstanceId?: GuidValue;
81
+ serviceContainerContext?: ServiceContainerContext;
81
82
  renderNavigationDrawer?: () => JSX.Element;
82
83
  closeEditor?: () => void;
83
84
  navigationDrawerTitle?: string;
84
85
  renderNavigationDrawerBottom?: () => JSX.Element;
85
- serviceContainerContext?: ServiceContainerContext;
86
86
  getApi?: (api: VersionedLayoutEditorApi) => void;
87
87
  }>;
88
88
  };
@@ -125,10 +125,10 @@ declare const _default: {
125
125
  }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
126
126
  propsDefinition: Readonly<{} & {
127
127
  appInstanceId?: GuidValue;
128
+ serviceContainerContext?: ServiceContainerContext;
128
129
  versionedLayoutId?: VersionedLayoutId;
129
130
  layoutThemeDefinition?: ThemeDefinition;
130
131
  blockThemeDefinition?: ThemeDefinition;
131
- serviceContainerContext?: ServiceContainerContext;
132
132
  getApi?: (api: LayoutRendererCanvasApi) => void;
133
133
  layoutProvider?: string;
134
134
  layoutBackgroundImageElementId?: string;
@@ -12,7 +12,7 @@ export declare function getVuePlugins(): {
12
12
  options: any[];
13
13
  }[];
14
14
  export declare function registerVueMixin(mixin: ComponentOptions): void;
15
- export declare function getVueMixins(): ComponentOptions<{}, any, any, any, any, any, any, any>[];
15
+ export declare function getVueMixins(): ComponentOptions[];
16
16
  export declare function registerVueOptionsHook(fn: () => void): void;
17
17
  export declare function getVueOptionsHooks(): ((classComponentConstructor?: any) => void)[];
18
18
  export declare function registerAsyncVueComponent(app: App, component: WebComponentBundleManifest): void;
@@ -1 +1 @@
1
- {"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties"],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-spacing-picker":["valueBind","onValueChanged"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
1
+ {"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties"],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}