@omnia/fx 8.0.547-dev → 8.0.548-dev

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 (220) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/RealtimeServiceProvider.d.ts +8 -0
  3. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/typography/store/TypographyEditorStore.d.ts +4 -4
  12. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +7 -7
  14. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +11 -11
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +3 -3
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +80 -80
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
  23. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +9 -9
  25. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +6 -6
  40. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  51. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/context/ContextSuggestion.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
  55. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_old.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeCompactRenderer.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeRegularRenderer.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/editorchrome/sizecontainer/SizeContainer.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +3 -3
  63. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +1 -2
  65. package/internal-do-not-import-from-here/ux/flow/editor/commands/EditorCommands.d.ts +2 -1
  66. package/internal-do-not-import-from-here/ux/flow/editor/parsers/HtmlParser.d.ts +2 -1
  67. package/internal-do-not-import-from-here/ux/flow/editor/parsers/JSONParser.d.ts +2 -1
  68. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +4 -4
  69. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextButton.d.ts +4 -4
  70. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextPlugin.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/flow/editor/plugins/elements/ElementConverter.d.ts +2 -1
  72. package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +4 -4
  73. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +4 -4
  74. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +4 -4
  75. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +8 -8
  77. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererToHtmlContext.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/flow/renderer/parsers/JSONParser.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  87. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  89. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
  90. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectBase.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
  96. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/targetselector/TargetSelector.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/editings/BlockEditingRenderer.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/TemplatePreview_old.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/LayoutRenditionManager.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
  115. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  116. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  117. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/models/flow/ColorFormatNode.d.ts +1 -2
  119. package/internal-do-not-import-from-here/ux/models/flow/ContextNode.d.ts +1 -2
  120. package/internal-do-not-import-from-here/ux/models/flow/EditorPlugin.d.ts +1 -2
  121. package/internal-do-not-import-from-here/ux/models/flow/ElementNode.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/models/flow/LinkNode.d.ts +1 -2
  123. package/internal-do-not-import-from-here/ux/models/flow/SpacingFormatNode.d.ts +1 -2
  124. package/internal-do-not-import-from-here/ux/models/flow/TextAlignNode.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +1 -2
  126. package/internal-do-not-import-from-here/ux/models/flow/VelcronNode.d.ts +1 -2
  127. package/internal-do-not-import-from-here/ux/models/flow/index.d.ts +0 -1
  128. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  129. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  132. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -1
  133. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +2 -2
  137. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  147. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +1 -1
  158. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
  160. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +4 -4
  163. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  164. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/oxide/qrcode/QRCode.d.ts +1 -1
  167. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  168. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
  169. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
  172. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  173. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  174. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitPaneContent.d.ts +1 -1
  175. package/internal-do-not-import-from-here/ux/oxide/splitpane/old/Splitpane.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  177. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  180. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  182. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  183. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  184. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +3 -3
  185. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
  186. package/internal-do-not-import-from-here/ux/oxide/virtualscroll/VirtualScroll.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/richtexteditor/store/RichTextEditorStore.d.ts +2 -2
  189. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  190. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  191. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  192. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -1
  193. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  194. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  196. package/internal-do-not-import-from-here/ux/use/UseOmniaDocumentation.d.ts +5 -0
  197. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  198. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  199. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  200. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +4 -4
  201. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +1 -1
  202. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -2
  203. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
  204. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +4 -4
  205. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +84 -84
  206. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -2
  207. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  210. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
  211. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  214. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
  215. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor_old.d.ts +1 -1
  216. package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts +3 -3
  217. package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts +3 -3
  218. package/package.json +2 -2
  219. package/internal-do-not-import-from-here/ux/models/flow/shared-mobile/FlowContent.d.ts +0 -11
  220. package/internal-do-not-import-from-here/ux/models/flow/shared-mobile/index.d.ts +0 -1
@@ -2,7 +2,7 @@ import { EditorLocation, VelcronEditor } from "../../core";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  previewColorSchemaType: {
5
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
5
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
6
6
  };
7
7
  location: {
8
8
  type: import("vue").PropType<EditorLocation>;
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  Defaults: {};
97
97
  }, Readonly<import("vue").ExtractPropTypes<{
98
98
  previewColorSchemaType: {
99
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
99
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
100
100
  };
101
101
  location: {
102
102
  type: import("vue").PropType<EditorLocation>;
@@ -183,7 +183,7 @@ declare const _default: {
183
183
  __isSuspense?: never;
184
184
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
185
185
  previewColorSchemaType: {
186
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
186
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
187
187
  };
188
188
  location: {
189
189
  type: import("vue").PropType<EditorLocation>;
@@ -270,6 +270,7 @@ declare const _default: {
270
270
  "value:leave": (value: any) => true;
271
271
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
272
272
  propsDefinition: Omit<Readonly<{} & {
273
+ label?: string;
273
274
  name?: {
274
275
  [x: `onUpdate:${string}`]: {
275
276
  type: import("vue").PropType<(value: any) => any | void>;
@@ -331,13 +332,12 @@ declare const _default: {
331
332
  };
332
333
  }>;
333
334
  };
334
- label?: string;
335
335
  "v-model"?: any;
336
336
  modelValue?: any;
337
337
  editor?: VelcronEditor<any>;
338
338
  location?: EditorLocation;
339
339
  "onUpdate:modelValue"?: (value: any) => any | void;
340
- previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
340
+ previewColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
341
341
  }>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
342
342
  "onUpdate:modelValue"?: (value: any) => any;
343
343
  "onValue:enter"?: (value: any) => any;
@@ -8,73 +8,73 @@ declare const _default: {
8
8
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
9
9
  };
10
10
  "onUpdate:modelValue": {
11
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
11
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
12
12
  };
13
13
  "v-model": {
14
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
14
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
15
15
  required: false;
16
16
  };
17
17
  modelValue: {
18
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
18
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
19
19
  required: false;
20
20
  };
21
21
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
22
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
22
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
23
23
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
24
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
24
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
25
25
  required: false;
26
26
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
27
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
27
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
28
28
  required: false;
29
29
  }; } & {
30
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
30
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
31
31
  "onUpdate:modelValue": {
32
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
32
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
33
33
  };
34
34
  } & {
35
35
  "v-model": {
36
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
36
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
37
37
  required: false;
38
38
  };
39
39
  } & {
40
40
  modelValue: {
41
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
41
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
42
42
  required: false;
43
43
  };
44
44
  }>;
45
- defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
45
+ defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
46
46
  "onUpdate:modelValue": {
47
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
47
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
48
48
  };
49
49
  } & {
50
50
  "v-model": {
51
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
51
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
52
52
  required: false;
53
53
  };
54
54
  } & {
55
55
  modelValue: {
56
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
56
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
57
57
  required: false;
58
58
  };
59
59
  }, false>;
60
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
60
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
61
61
  "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
62
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
63
63
  };
64
64
  } & {
65
65
  "v-model": {
66
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
66
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
67
67
  required: false;
68
68
  };
69
69
  } & {
70
70
  modelValue: {
71
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
71
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
72
72
  required: false;
73
73
  };
74
74
  }>;
75
75
  };
76
76
  }>> & {
77
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
77
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
78
78
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
79
79
  "update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
80
80
  }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -92,73 +92,73 @@ declare const _default: {
92
92
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
93
93
  };
94
94
  "onUpdate:modelValue": {
95
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
95
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
96
96
  };
97
97
  "v-model": {
98
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
98
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
99
99
  required: false;
100
100
  };
101
101
  modelValue: {
102
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
102
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
103
103
  required: false;
104
104
  };
105
105
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
106
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
106
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
107
107
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
108
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
108
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
109
109
  required: false;
110
110
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
111
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
111
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
112
112
  required: false;
113
113
  }; } & {
114
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
114
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
115
115
  "onUpdate:modelValue": {
116
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
116
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
117
117
  };
118
118
  } & {
119
119
  "v-model": {
120
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
120
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
121
121
  required: false;
122
122
  };
123
123
  } & {
124
124
  modelValue: {
125
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
125
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
126
126
  required: false;
127
127
  };
128
128
  }>;
129
- defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
129
+ defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
130
130
  "onUpdate:modelValue": {
131
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
131
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
132
132
  };
133
133
  } & {
134
134
  "v-model": {
135
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
135
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
136
136
  required: false;
137
137
  };
138
138
  } & {
139
139
  modelValue: {
140
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
140
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
141
141
  required: false;
142
142
  };
143
143
  }, false>;
144
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
144
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
145
145
  "onUpdate:modelValue": {
146
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
146
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
147
147
  };
148
148
  } & {
149
149
  "v-model": {
150
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
150
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
151
151
  required: false;
152
152
  };
153
153
  } & {
154
154
  modelValue: {
155
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
155
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
156
156
  required: false;
157
157
  };
158
158
  }>;
159
159
  };
160
160
  }>> & {
161
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
161
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
162
162
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
163
163
  __isFragment?: never;
164
164
  __isTeleport?: never;
@@ -171,145 +171,145 @@ declare const _default: {
171
171
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
172
172
  };
173
173
  "onUpdate:modelValue": {
174
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
174
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
175
175
  };
176
176
  "v-model": {
177
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
177
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
178
178
  required: false;
179
179
  };
180
180
  modelValue: {
181
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
181
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
182
182
  required: false;
183
183
  };
184
184
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
185
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
185
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
186
186
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
187
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
187
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
188
188
  required: false;
189
189
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
190
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
190
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
191
191
  required: false;
192
192
  }; } & {
193
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
193
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
194
194
  "onUpdate:modelValue": {
195
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
195
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
196
196
  };
197
197
  } & {
198
198
  "v-model": {
199
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
199
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
200
200
  required: false;
201
201
  };
202
202
  } & {
203
203
  modelValue: {
204
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
204
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
205
205
  required: false;
206
206
  };
207
207
  }>;
208
- defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
208
+ defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
209
209
  "onUpdate:modelValue": {
210
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
210
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
211
211
  };
212
212
  } & {
213
213
  "v-model": {
214
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
214
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
215
215
  required: false;
216
216
  };
217
217
  } & {
218
218
  modelValue: {
219
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
219
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
220
220
  required: false;
221
221
  };
222
222
  }, false>;
223
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
223
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
224
224
  "onUpdate:modelValue": {
225
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
225
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
226
226
  };
227
227
  } & {
228
228
  "v-model": {
229
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
229
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
230
230
  required: false;
231
231
  };
232
232
  } & {
233
233
  modelValue: {
234
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
234
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
235
235
  required: false;
236
236
  };
237
237
  }>;
238
238
  };
239
239
  }>> & {
240
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
240
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
241
241
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
242
242
  "update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
243
243
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
244
244
  propsDefinition: Omit<Readonly<{} & {
245
245
  name?: {
246
246
  [x: `onUpdate:${string}`]: {
247
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
247
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
248
248
  };
249
249
  } & {
250
250
  [x: `v-model:${string}`]: {
251
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
251
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
252
252
  required: false;
253
253
  };
254
254
  } & {
255
255
  [x: string]: {
256
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
256
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
257
257
  required: false;
258
258
  };
259
259
  } & {
260
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | SpacingValue | VelcronPosition, {
260
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, SpacingValue | VelcronSpacing | VelcronPosition, {
261
261
  "onUpdate:modelValue": {
262
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
262
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
263
263
  };
264
264
  } & {
265
265
  "v-model": {
266
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
266
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
267
267
  required: false;
268
268
  };
269
269
  } & {
270
270
  modelValue: {
271
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
271
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
272
272
  required: false;
273
273
  };
274
274
  }>;
275
- defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | SpacingValue | VelcronPosition, {
275
+ defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, SpacingValue | VelcronSpacing | VelcronPosition, {
276
276
  "onUpdate:modelValue": {
277
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
277
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
278
278
  };
279
279
  } & {
280
280
  "v-model": {
281
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
281
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
282
282
  required: false;
283
283
  };
284
284
  } & {
285
285
  modelValue: {
286
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
286
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
287
287
  required: false;
288
288
  };
289
289
  }, false>;
290
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | SpacingValue | VelcronPosition, {
290
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, SpacingValue | VelcronSpacing | VelcronPosition, {
291
291
  "onUpdate:modelValue": {
292
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
292
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
293
293
  };
294
294
  } & {
295
295
  "v-model": {
296
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
296
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
297
297
  required: false;
298
298
  };
299
299
  } & {
300
300
  modelValue: {
301
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
301
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
302
302
  required: false;
303
303
  };
304
304
  }>;
305
305
  };
306
306
  settings?: VelcronSpacingEditorSettings;
307
- "v-model"?: VelcronSpacing | SpacingValue | VelcronPosition;
308
- modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
307
+ "v-model"?: SpacingValue | VelcronSpacing | VelcronPosition;
308
+ modelValue?: SpacingValue | VelcronSpacing | VelcronPosition;
309
309
  location?: EditorLocation;
310
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void;
310
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void;
311
311
  }>, "onUpdate:modelValue"> & {
312
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
312
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
313
313
  };
314
314
  };
315
315
  export default _default;
@@ -242,6 +242,7 @@ declare const _default: {
242
242
  "update:modelValue": (value: boolean) => true;
243
243
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
244
244
  propsDefinition: Omit<Readonly<{} & {
245
+ label?: string;
245
246
  name?: {
246
247
  [x: `onUpdate:${string}`]: {
247
248
  type: import("vue").PropType<(value: boolean) => any | void>;
@@ -303,7 +304,6 @@ declare const _default: {
303
304
  };
304
305
  }>;
305
306
  };
306
- label?: string;
307
307
  "v-model"?: boolean;
308
308
  modelValue?: boolean;
309
309
  location?: EditorLocation;
@@ -251,6 +251,7 @@ declare const _default: {
251
251
  "update:modelValue": (value: string) => true;
252
252
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
253
253
  propsDefinition: Omit<Readonly<{} & {
254
+ label?: string;
254
255
  name?: {
255
256
  [x: `onUpdate:${string}`]: {
256
257
  type: import("vue").PropType<(value: string) => any | void>;
@@ -312,7 +313,6 @@ declare const _default: {
312
313
  };
313
314
  }>;
314
315
  };
315
- label?: string;
316
316
  settings?: VelcronTextEditorSettings;
317
317
  "v-model"?: string;
318
318
  modelValue?: string;
@@ -35,5 +35,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
35
35
  default?: import("vue").Slot;
36
36
  $stable?: boolean;
37
37
  }, "navigation" | "bottomNavigationDrawer" | "prependNavigation" | "rightPanel">;
38
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "sort" | "icon" | "title" | "settings" | "provider" | "v-model" | "modelValue" | "emit:update:modelValue" | "subTitle" | "slot:navigation" | "emit:close" | "selectedLayout" | "hideNavigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation" | "slot:rightPanel"> & import("@omnia/fx/ux").VNodeEvents) => any;
38
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "sort" | "title" | "icon" | "settings" | "provider" | "v-model" | "modelValue" | "emit:update:modelValue" | "subTitle" | "slot:navigation" | "emit:close" | "selectedLayout" | "hideNavigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation" | "slot:rightPanel"> & import("@omnia/fx/ux").VNodeEvents) => any;
39
39
  export default _default;
@@ -33,5 +33,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
33
33
  default?: import("vue").Slot;
34
34
  $stable?: boolean;
35
35
  }, "navigation">;
36
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "settings" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "slot:navigation" | "getApi" | "emit:close" | "layoutProvider" | "showLayoutNavigation" | "layoutFileContext" | "layoutMediaContext"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "settings" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "slot:navigation" | "getApi" | "emit:close" | "layoutProvider" | "showLayoutNavigation" | "layoutFileContext" | "layoutMediaContext"> & import("@omnia/fx/ux").VNodeEvents) => any;
37
37
  export default _default;
@@ -23,5 +23,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
23
23
  default?: import("vue").Slot;
24
24
  $stable?: boolean;
25
25
  }, "navigationDrawerLeft" | "navigationDrawerBottom">;
26
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
27
  export default _default;
@@ -171,8 +171,8 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
171
171
  coordinates: {
172
172
  readonly left: number;
173
173
  readonly right: number;
174
- readonly bottom: number;
175
174
  readonly top: number;
175
+ readonly bottom: number;
176
176
  };
177
177
  };
178
178
  events: import("../../../mobile").StoreEvents<{
@@ -185,8 +185,8 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
185
185
  coordinates: {
186
186
  readonly left: number;
187
187
  readonly right: number;
188
- readonly bottom: number;
189
188
  readonly top: number;
189
+ readonly bottom: number;
190
190
  };
191
191
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
192
192
  actions: import("../../../mobile").StoreReturnDefineAction<{
@@ -209,8 +209,8 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
209
209
  readonly coordinates: {
210
210
  readonly left: number;
211
211
  readonly right: number;
212
- readonly bottom: number;
213
212
  readonly top: number;
213
+ readonly bottom: number;
214
214
  };
215
215
  readonly scrollPosition: number;
216
216
  };
@@ -178,8 +178,8 @@ export declare const useVersionedLayoutEditorStore: () => {
178
178
  coordinates: {
179
179
  readonly left: number;
180
180
  readonly right: number;
181
- readonly bottom: number;
182
181
  readonly top: number;
182
+ readonly bottom: number;
183
183
  };
184
184
  };
185
185
  events: import("@omnia/fx/stores").StoreEvents<{
@@ -192,8 +192,8 @@ export declare const useVersionedLayoutEditorStore: () => {
192
192
  coordinates: {
193
193
  readonly left: number;
194
194
  readonly right: number;
195
- readonly bottom: number;
196
195
  readonly top: number;
196
+ readonly bottom: number;
197
197
  };
198
198
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
199
199
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
@@ -216,8 +216,8 @@ export declare const useVersionedLayoutEditorStore: () => {
216
216
  readonly coordinates: {
217
217
  readonly left: number;
218
218
  readonly right: number;
219
- readonly bottom: number;
220
219
  readonly top: number;
220
+ readonly bottom: number;
221
221
  };
222
222
  readonly scrollPosition: number;
223
223
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.547-dev",
4
+ "version": "8.0.548-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.547-dev",
23
+ "@omnia/fx-models": "8.0.548-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,11 +0,0 @@
1
- export interface FlowContent {
2
- version: string;
3
- nodes: FlowNode[];
4
- }
5
- export interface FlowNode {
6
- type: string;
7
- children?: FlowNode[];
8
- }
9
- export interface FlowTextNode extends FlowNode {
10
- value?: string;
11
- }
@@ -1 +0,0 @@
1
- export * from "./FlowContent";