@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,24 +1,123 @@
1
- import { ColorSchemaStore } from "@omnia/fx/ux";
2
- import { LayoutItemRegistration } from "../../../../models";
3
- import { VueComponentBase } from "../../../VueComponentBase";
4
- export interface LayoutSectionProps {
5
- item: LayoutItemRegistration;
6
- }
7
- export interface LayoutSectionEvents {
8
- onSelected: () => void;
9
- }
10
- export declare class LayoutItemSelection extends VueComponentBase<LayoutSectionProps, LayoutSectionEvents> {
11
- item: LayoutItemRegistration;
12
- colorSchemaStore: ColorSchemaStore;
13
- mounted(): void;
14
- /**
15
- * Eventhandler for item clicked
16
- * */
17
- onItemSelected(): void;
18
- private renderCustomIconComponent;
19
- /**
20
- * Render
21
- * @param h
22
- */
23
- render(): JSX.Element;
24
- }
1
+ import { LayoutItemRegistration } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{
7
+ container?: any;
8
+ colorSchemaType?: any;
9
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ item: {
11
+ type: import("vue").PropType<LayoutItemRegistration>;
12
+ required: boolean;
13
+ default?: LayoutItemRegistration;
14
+ } & {
15
+ type: import("vue").PropType<LayoutItemRegistration>;
16
+ required: boolean;
17
+ default?: LayoutItemRegistration;
18
+ };
19
+ colorSchemaType?: any;
20
+ container?: any;
21
+ }>> & {
22
+ onClick?: () => any;
23
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
24
+ $attrs: {
25
+ [x: string]: unknown;
26
+ };
27
+ $refs: {
28
+ [x: string]: unknown;
29
+ };
30
+ $slots: Readonly<{
31
+ [name: string]: import("vue").Slot;
32
+ }>;
33
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
34
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
35
+ $emit: (event: "click") => void;
36
+ $el: any;
37
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
38
+ item: {
39
+ type: import("vue").PropType<LayoutItemRegistration>;
40
+ required: boolean;
41
+ default?: LayoutItemRegistration;
42
+ } & {
43
+ type: import("vue").PropType<LayoutItemRegistration>;
44
+ required: boolean;
45
+ default?: LayoutItemRegistration;
46
+ };
47
+ colorSchemaType?: any;
48
+ container?: any;
49
+ }>> & {
50
+ onClick?: () => any;
51
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
52
+ click: () => boolean;
53
+ }, string, {
54
+ container?: any;
55
+ colorSchemaType?: any;
56
+ }, {}, string> & {
57
+ beforeCreate?: (() => void) | (() => void)[];
58
+ created?: (() => void) | (() => void)[];
59
+ beforeMount?: (() => void) | (() => void)[];
60
+ mounted?: (() => void) | (() => void)[];
61
+ beforeUpdate?: (() => void) | (() => void)[];
62
+ updated?: (() => void) | (() => void)[];
63
+ activated?: (() => void) | (() => void)[];
64
+ deactivated?: (() => void) | (() => void)[];
65
+ beforeDestroy?: (() => void) | (() => void)[];
66
+ beforeUnmount?: (() => void) | (() => void)[];
67
+ destroyed?: (() => void) | (() => void)[];
68
+ unmounted?: (() => void) | (() => void)[];
69
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
70
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
71
+ 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)[];
72
+ };
73
+ $forceUpdate: () => void;
74
+ $nextTick: typeof import("vue").nextTick;
75
+ $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;
76
+ } & Readonly<import("vue").ExtractPropTypes<{
77
+ item: {
78
+ type: import("vue").PropType<LayoutItemRegistration>;
79
+ required: boolean;
80
+ default?: LayoutItemRegistration;
81
+ } & {
82
+ type: import("vue").PropType<LayoutItemRegistration>;
83
+ required: boolean;
84
+ default?: LayoutItemRegistration;
85
+ };
86
+ colorSchemaType?: any;
87
+ container?: any;
88
+ }>> & {
89
+ onClick?: () => any;
90
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
91
+ __isFragment?: never;
92
+ __isTeleport?: never;
93
+ __isSuspense?: never;
94
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
95
+ item: {
96
+ type: import("vue").PropType<LayoutItemRegistration>;
97
+ required: boolean;
98
+ default?: LayoutItemRegistration;
99
+ } & {
100
+ type: import("vue").PropType<LayoutItemRegistration>;
101
+ required: boolean;
102
+ default?: LayoutItemRegistration;
103
+ };
104
+ colorSchemaType?: any;
105
+ container?: any;
106
+ }>> & {
107
+ onClick?: () => any;
108
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
109
+ click: () => boolean;
110
+ }, string, {
111
+ container?: any;
112
+ colorSchemaType?: any;
113
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
114
+ propsDefinition: Readonly<{
115
+ container?: any;
116
+ colorSchemaType?: any;
117
+ } & {
118
+ item?: LayoutItemRegistration;
119
+ }> & {
120
+ onClick?: () => any;
121
+ };
122
+ };
123
+ export default _default;
@@ -1,42 +1,222 @@
1
- import { BlockCatalogStore, LayoutCanvasStore } from "../../";
2
- import { VueComponentBaseProps } from "../../..";
3
- import { LayoutItem, LayoutItemRegistration, ColorTypes, ColorSchemaTypes } from "../../../../models";
4
- import { VueComponentBase } from "../../..";
5
- import { FeatureStore } from "../../../../stores";
6
- export interface LayoutItemSelectorProps extends VueComponentBaseProps {
7
- container: LayoutItem;
8
- colorType?: ColorTypes;
9
- colorSchemaType?: ColorSchemaTypes;
10
- small: boolean;
11
- siblingId?: string;
12
- postInsert?: boolean;
13
- }
14
- export declare class LayoutItemSelector extends VueComponentBase<LayoutItemSelectorProps> {
15
- container: LayoutItem;
16
- siblingId?: string;
17
- postInsert?: boolean;
18
- small: boolean;
19
- colorType: ColorTypes;
20
- colorSchemaType: ColorSchemaTypes;
21
- layoutEditorStore: LayoutCanvasStore;
22
- layoutItemStore: BlockCatalogStore;
23
- featureStore: FeatureStore;
24
- private omniaUxLoc;
25
- private model;
26
- beforeDestroy(): void;
27
- private filterValidBlockRegistration;
28
- /**
29
- * Eventhandler for adding a layout item
30
- * @param item
31
- */
32
- onLayoutItemSelected(item: LayoutItemRegistration): void;
33
- private createItemMarkup;
34
- private createItemGroups;
35
- private onClose;
36
- private onDialogEscape;
37
- private renderDefaultBlocks;
38
- private renderSearchResult;
39
- private renderSuggestedBlocks;
40
- render(): JSX.Element;
41
- renderDialog(): JSX.Element;
42
- }
1
+ import { LayoutItem } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{
7
+ colorSchemaType?: any;
8
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9
+ small: {
10
+ type: import("vue").PropType<boolean>;
11
+ required: boolean;
12
+ default?: boolean;
13
+ } & {
14
+ type: import("vue").PropType<boolean>;
15
+ required: boolean;
16
+ default?: boolean;
17
+ };
18
+ "post-insert": {
19
+ type: import("vue").PropType<boolean>;
20
+ required: boolean;
21
+ default?: boolean;
22
+ };
23
+ postInsert: {
24
+ type: import("vue").PropType<boolean>;
25
+ required: boolean;
26
+ default?: boolean;
27
+ };
28
+ "sibling-id": {
29
+ type: import("vue").PropType<string>;
30
+ required: boolean;
31
+ default?: string;
32
+ };
33
+ siblingId: {
34
+ type: import("vue").PropType<string>;
35
+ required: boolean;
36
+ default?: string;
37
+ };
38
+ container: {
39
+ type: import("vue").PropType<LayoutItem>;
40
+ required: boolean;
41
+ default?: LayoutItem;
42
+ } & {
43
+ type: import("vue").PropType<LayoutItem>;
44
+ required: boolean;
45
+ default?: LayoutItem;
46
+ };
47
+ colorSchemaType?: any;
48
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "colorSchemaType">;
49
+ $attrs: {
50
+ [x: string]: unknown;
51
+ };
52
+ $refs: {
53
+ [x: string]: unknown;
54
+ };
55
+ $slots: Readonly<{
56
+ [name: string]: import("vue").Slot;
57
+ }>;
58
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
59
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
60
+ $emit: (event: string, ...args: any[]) => void;
61
+ $el: any;
62
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
63
+ small: {
64
+ type: import("vue").PropType<boolean>;
65
+ required: boolean;
66
+ default?: boolean;
67
+ } & {
68
+ type: import("vue").PropType<boolean>;
69
+ required: boolean;
70
+ default?: boolean;
71
+ };
72
+ "post-insert": {
73
+ type: import("vue").PropType<boolean>;
74
+ required: boolean;
75
+ default?: boolean;
76
+ };
77
+ postInsert: {
78
+ type: import("vue").PropType<boolean>;
79
+ required: boolean;
80
+ default?: boolean;
81
+ };
82
+ "sibling-id": {
83
+ type: import("vue").PropType<string>;
84
+ required: boolean;
85
+ default?: string;
86
+ };
87
+ siblingId: {
88
+ type: import("vue").PropType<string>;
89
+ required: boolean;
90
+ default?: string;
91
+ };
92
+ container: {
93
+ type: import("vue").PropType<LayoutItem>;
94
+ required: boolean;
95
+ default?: LayoutItem;
96
+ } & {
97
+ type: import("vue").PropType<LayoutItem>;
98
+ required: boolean;
99
+ default?: LayoutItem;
100
+ };
101
+ colorSchemaType?: any;
102
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
103
+ colorSchemaType?: any;
104
+ }, {}, string> & {
105
+ beforeCreate?: (() => void) | (() => void)[];
106
+ created?: (() => void) | (() => void)[];
107
+ beforeMount?: (() => void) | (() => void)[];
108
+ mounted?: (() => void) | (() => void)[];
109
+ beforeUpdate?: (() => void) | (() => void)[];
110
+ updated?: (() => void) | (() => void)[];
111
+ activated?: (() => void) | (() => void)[];
112
+ deactivated?: (() => void) | (() => void)[];
113
+ beforeDestroy?: (() => void) | (() => void)[];
114
+ beforeUnmount?: (() => void) | (() => void)[];
115
+ destroyed?: (() => void) | (() => void)[];
116
+ unmounted?: (() => void) | (() => void)[];
117
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
118
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
119
+ 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)[];
120
+ };
121
+ $forceUpdate: () => void;
122
+ $nextTick: typeof import("vue").nextTick;
123
+ $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;
124
+ } & Readonly<import("vue").ExtractPropTypes<{
125
+ small: {
126
+ type: import("vue").PropType<boolean>;
127
+ required: boolean;
128
+ default?: boolean;
129
+ } & {
130
+ type: import("vue").PropType<boolean>;
131
+ required: boolean;
132
+ default?: boolean;
133
+ };
134
+ "post-insert": {
135
+ type: import("vue").PropType<boolean>;
136
+ required: boolean;
137
+ default?: boolean;
138
+ };
139
+ postInsert: {
140
+ type: import("vue").PropType<boolean>;
141
+ required: boolean;
142
+ default?: boolean;
143
+ };
144
+ "sibling-id": {
145
+ type: import("vue").PropType<string>;
146
+ required: boolean;
147
+ default?: string;
148
+ };
149
+ siblingId: {
150
+ type: import("vue").PropType<string>;
151
+ required: boolean;
152
+ default?: string;
153
+ };
154
+ container: {
155
+ type: import("vue").PropType<LayoutItem>;
156
+ required: boolean;
157
+ default?: LayoutItem;
158
+ } & {
159
+ type: import("vue").PropType<LayoutItem>;
160
+ required: boolean;
161
+ default?: LayoutItem;
162
+ };
163
+ colorSchemaType?: any;
164
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
165
+ __isFragment?: never;
166
+ __isTeleport?: never;
167
+ __isSuspense?: never;
168
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
169
+ small: {
170
+ type: import("vue").PropType<boolean>;
171
+ required: boolean;
172
+ default?: boolean;
173
+ } & {
174
+ type: import("vue").PropType<boolean>;
175
+ required: boolean;
176
+ default?: boolean;
177
+ };
178
+ "post-insert": {
179
+ type: import("vue").PropType<boolean>;
180
+ required: boolean;
181
+ default?: boolean;
182
+ };
183
+ postInsert: {
184
+ type: import("vue").PropType<boolean>;
185
+ required: boolean;
186
+ default?: boolean;
187
+ };
188
+ "sibling-id": {
189
+ type: import("vue").PropType<string>;
190
+ required: boolean;
191
+ default?: string;
192
+ };
193
+ siblingId: {
194
+ type: import("vue").PropType<string>;
195
+ required: boolean;
196
+ default?: string;
197
+ };
198
+ container: {
199
+ type: import("vue").PropType<LayoutItem>;
200
+ required: boolean;
201
+ default?: LayoutItem;
202
+ } & {
203
+ type: import("vue").PropType<LayoutItem>;
204
+ required: boolean;
205
+ default?: LayoutItem;
206
+ };
207
+ colorSchemaType?: any;
208
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
209
+ colorSchemaType?: any;
210
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
211
+ propsDefinition: Readonly<{
212
+ colorSchemaType?: any;
213
+ } & {
214
+ small?: boolean;
215
+ container?: LayoutItem;
216
+ siblingId?: string;
217
+ postInsert?: boolean;
218
+ "sibling-id"?: string;
219
+ "post-insert"?: boolean;
220
+ }>;
221
+ };
222
+ export default _default;
@@ -34,7 +34,6 @@ export declare class BlockSettingsPanel extends VueComponentBase<BlockSettingsPr
34
34
  * Eventhandler for close events
35
35
  * */
36
36
  private onClose;
37
- private renderIcon;
38
37
  private createTabControl;
39
38
  render(): JSX.Element;
40
39
  }
@@ -1,33 +1,46 @@
1
- import { BlockTitleSettingsStore, MultilingualStore } from "@omnia/fx/stores";
2
- import { ColorSchemaStore, VueComponentBase, VueComponentBaseProps } from "@omnia/fx/ux";
3
- import { BlockCatalogStore, LayoutCanvasStore } from "../../";
4
- export interface SectionSettingsProps extends VueComponentBaseProps {
5
- }
6
- export interface BlockSettingsEvents {
7
- }
8
- export declare class LayoutStructure extends VueComponentBase<SectionSettingsProps, BlockSettingsEvents> {
9
- private section;
10
- colorSchemaStore: ColorSchemaStore;
11
- MultilingualStore: MultilingualStore;
12
- private subscriptionHandler;
13
- private omniaUxLoc;
14
- blockTitleSettingsStore: BlockTitleSettingsStore;
15
- blockCatalog: BlockCatalogStore;
16
- layoutEditorStore: LayoutCanvasStore;
17
- private themeStyleContent;
18
- private model;
19
- created(): void;
20
- mounted(): void;
21
- /**
22
- * Watch for section changes
23
- * */
24
- private onSectionChange;
25
- private onItemSelected;
26
- private getIcon;
27
- private getItemName;
28
- private getClickStyle;
29
- isLayoutSelected(): boolean;
30
- private shouldShowMenu;
31
- renderIcon(): JSX.Element;
32
- render(): JSX.Element;
33
- }
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,3 +1 @@
1
- export declare const SettingsPanelStyles: {
2
- iconWrapper: (color: string) => string;
3
- };
1
+ export declare const SettingsPanelStyles: {};
@@ -1,20 +1,70 @@
1
- import { LayoutTemplateRegistration } from "../../../../models";
2
- import { VueComponentBase, VueComponentBaseProps } from "@omnia/fx/ux";
3
- import { LayoutCanvasStore } from "../../";
4
- export interface TemplatePreviewProps extends VueComponentBaseProps {
5
- }
6
- export interface TemplatePreviewEvents {
7
- }
8
- export declare class TemplatePreview extends VueComponentBase<TemplatePreviewProps, TemplatePreviewEvents> {
9
- layoutCanvasStore: LayoutCanvasStore;
10
- private omniaUxLoc;
11
- private searchText;
12
- private revertableLayout;
13
- created(): void;
14
- mounted(): void;
15
- onCopyToClipBoard(): void;
16
- onTemplateSelected(template: LayoutTemplateRegistration): void;
17
- onRevertTemplatePreview(): void;
18
- renderSearchBox(): JSX.Element;
19
- render(): JSX.Element;
20
- }
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{
6
+ container?: any;
7
+ colorSchemaType?: any;
8
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9
+ colorSchemaType?: any;
10
+ container?: any;
11
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
12
+ $attrs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $refs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $slots: Readonly<{
19
+ [name: string]: import("vue").Slot;
20
+ }>;
21
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
22
+ $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;
24
+ $el: any;
25
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
26
+ colorSchemaType?: any;
27
+ container?: any;
28
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
29
+ container?: any;
30
+ colorSchemaType?: any;
31
+ }, {}, string> & {
32
+ beforeCreate?: (() => void) | (() => void)[];
33
+ created?: (() => void) | (() => void)[];
34
+ beforeMount?: (() => void) | (() => void)[];
35
+ mounted?: (() => void) | (() => void)[];
36
+ beforeUpdate?: (() => void) | (() => void)[];
37
+ updated?: (() => void) | (() => void)[];
38
+ activated?: (() => void) | (() => void)[];
39
+ deactivated?: (() => void) | (() => void)[];
40
+ beforeDestroy?: (() => void) | (() => void)[];
41
+ beforeUnmount?: (() => void) | (() => void)[];
42
+ destroyed?: (() => void) | (() => void)[];
43
+ unmounted?: (() => void) | (() => void)[];
44
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
45
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
46
+ 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)[];
47
+ };
48
+ $forceUpdate: () => void;
49
+ $nextTick: typeof import("vue").nextTick;
50
+ $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;
51
+ } & Readonly<import("vue").ExtractPropTypes<{
52
+ colorSchemaType?: any;
53
+ container?: any;
54
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
55
+ __isFragment?: never;
56
+ __isTeleport?: never;
57
+ __isSuspense?: never;
58
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
59
+ colorSchemaType?: any;
60
+ container?: any;
61
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
62
+ container?: any;
63
+ colorSchemaType?: any;
64
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
65
+ propsDefinition: Readonly<{
66
+ container?: any;
67
+ colorSchemaType?: any;
68
+ } & {}>;
69
+ };
70
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { OmniaUxLocalization, VueComponentBase } from "../../..";
2
- import { BackgroundSettings } from "../../../../../fx/models";
1
+ import { VueComponentBase, OmniaUxLocalization } from "@omnia/fx/ux";
3
2
  import { IBackgroundSettingsComponent } from "./IBackgroundSettings";
3
+ import { BackgroundSettings } from "@omnia/fx-models";
4
4
  export declare class BackgroundSettingsComponent extends VueComponentBase implements IBackgroundSettingsComponent {
5
5
  settings: BackgroundSettings;
6
6
  allowOverflow?: boolean;
@@ -13,6 +13,7 @@ export declare class BackgroundSettingsComponent extends VueComponentBase implem
13
13
  private vm;
14
14
  private advancedModeState;
15
15
  private isAdvancedModeExpanded;
16
+ private icons;
16
17
  created(): void;
17
18
  mounted(): void;
18
19
  /**Watch for fixed width changes */
@@ -1,5 +1,5 @@
1
- import { TsxAllowUnknowProperties } from "../../..";
2
- import { BackgroundSettings } from "../../../../models";
1
+ import { BackgroundSettings } from "@omnia/fx-models";
2
+ import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
3
3
  export interface IBackgroundSettingsComponent {
4
4
  settings: BackgroundSettings;
5
5
  forceDark?: boolean;
@@ -8,6 +8,7 @@ export default class SpacingItem extends VueComponentBase {
8
8
  private omniaUxLoc;
9
9
  private item;
10
10
  private settings;
11
+ private spacingSetting;
11
12
  private model;
12
13
  mounted(): void;
13
14
  created(): void;