@omnia/fx 8.0.222-dev → 8.0.223-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) 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/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
  6. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +96 -450
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
  14. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
  31. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
  36. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  37. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  39. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
  41. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  42. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
  43. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
  45. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +3 -1
  46. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
  47. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
  62. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
  63. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
  64. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
  65. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
  66. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
  68. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  69. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  70. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
  71. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  74. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
  75. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  78. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
  79. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
  80. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
  81. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
  82. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
  84. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
  87. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
  89. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
  90. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  92. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -6
  93. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
  94. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
  95. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  96. package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
  97. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
  99. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  101. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
  102. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
  104. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
  105. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
  106. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
  107. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  108. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  109. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
  110. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +1 -6
  111. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
  114. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
  115. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
  119. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
  120. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
  121. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
  122. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
  123. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
  124. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  127. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  128. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
  129. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
  130. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
  131. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
  132. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
  133. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
  134. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
  135. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
  136. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
  137. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
  138. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
  139. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
  140. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
  141. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
  142. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
  143. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
  144. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
  145. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
  146. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
  147. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
  148. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
  149. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
  150. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
  151. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
  152. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
  153. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
  154. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
  155. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  156. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
  157. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
  158. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  160. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
  161. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
  164. package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
  165. package/package.json +2 -2
  166. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
  167. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
  168. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  169. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
@@ -0,0 +1,1123 @@
1
+ import { useVelcronContentEditorStore } from "./stores/ContentEditorStore";
2
+ import { DynamicState, VelcronAppDefinition } from "@omnia/fx-models";
3
+ type ContentEditorVariants = "default" | "social" | "social-comments";
4
+ export interface ContentEditorVelcronState extends DynamicState {
5
+ content: {
6
+ [id: string]: unknown;
7
+ };
8
+ }
9
+ declare const _default: {
10
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
11
+ placeholder: {
12
+ type: import("vue").PropType<string>;
13
+ };
14
+ variant: {
15
+ type: import("vue").PropType<ContentEditorVariants>;
16
+ };
17
+ }>> & {
18
+ onPost?: (content: VelcronAppDefinition<object>[]) => any;
19
+ onEditorStore?: (store: {
20
+ get: {
21
+ contentAsVelcron: () => VelcronAppDefinition<object>[];
22
+ contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
23
+ };
24
+ state: {
25
+ definitions: import("@omnia/fx-models").VelcronSectionInstance[];
26
+ activeDefinition: import("@omnia/fx-models").VelcronSectionInstance;
27
+ definitionInFocus: boolean;
28
+ fixedContentWidth: string;
29
+ categoryFilters: import("@omnia/fx-models").guid[];
30
+ rendererTypeFilters: import("@omnia/fx-models").guid[];
31
+ showEditorToolbar: boolean;
32
+ selectedDefinition: import("@omnia/fx-models").VelcronSectionInstance;
33
+ toggleColorSchemaPreview: string;
34
+ toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
35
+ toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
36
+ scrollToElementTrigger: {
37
+ elementId: import("@omnia/fx-models").guid;
38
+ scrollToEnd: boolean;
39
+ };
40
+ showOverlay: boolean;
41
+ borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
42
+ allowPreviewToggle: boolean;
43
+ onGoingDragging: boolean;
44
+ socialMode: boolean;
45
+ showLoading: boolean;
46
+ definitionSelector: {
47
+ show: boolean;
48
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
49
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
50
+ };
51
+ };
52
+ events: {
53
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance[]>;
54
+ onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
55
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
56
+ onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
57
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
58
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
59
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
60
+ onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
61
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
62
+ onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
63
+ onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
64
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
65
+ elementId: import("@omnia/fx-models").guid;
66
+ scrollToEnd: boolean;
67
+ }>;
68
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
69
+ onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
70
+ onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
71
+ onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
72
+ onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
73
+ onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
74
+ onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
75
+ show: boolean;
76
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
77
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
78
+ }>;
79
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
80
+ actions: {
81
+ onDispatching: {
82
+ selectorActions: {
83
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
84
+ };
85
+ filters: {
86
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
+ };
88
+ settings: {
89
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
+ };
91
+ editor: {
92
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
93
+ };
94
+ section: {
95
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
96
+ };
97
+ definition: {
98
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
99
+ };
100
+ preview: {
101
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
102
+ };
103
+ };
104
+ onDispatched: {
105
+ selectorActions: {
106
+ subscribe(fn: (result: {
107
+ hideDefaultSelector: () => void;
108
+ showCopySelector(): void;
109
+ remove: (id: import("@omnia/fx-models").guid) => void;
110
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
111
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
112
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
113
+ };
114
+ filters: {
115
+ subscribe(fn: (result: {
116
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
117
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
118
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
119
+ };
120
+ settings: {
121
+ subscribe(fn: (result: {
122
+ setFixedContentWidth: (width: string) => void;
123
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
124
+ };
125
+ editor: {
126
+ subscribe(fn: (result: {
127
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
128
+ toggleEditorToolbar: (forceHide?: boolean) => void;
129
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
130
+ removeActiveDefinition: () => void;
131
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
132
+ removeSelectedDefinition: () => void;
133
+ setDragDropState: (onGoingDragging: boolean) => void;
134
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
135
+ };
136
+ section: {
137
+ subscribe(fn: (result: {
138
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
139
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
140
+ };
141
+ definition: {
142
+ subscribe(fn: (result: {
143
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
144
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
145
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
146
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
147
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
148
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
149
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
150
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
151
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
152
+ };
153
+ preview: {
154
+ subscribe(fn: (result: {
155
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
156
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
157
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
158
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
159
+ };
160
+ };
161
+ onFailure: {
162
+ selectorActions: {
163
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
164
+ };
165
+ filters: {
166
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
167
+ };
168
+ settings: {
169
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
170
+ };
171
+ editor: {
172
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
173
+ };
174
+ section: {
175
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
176
+ };
177
+ definition: {
178
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
179
+ };
180
+ preview: {
181
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
182
+ };
183
+ };
184
+ } & {
185
+ selectorActions: () => {
186
+ hideDefaultSelector: () => void;
187
+ showCopySelector(): void;
188
+ remove: (id: import("@omnia/fx-models").guid) => void;
189
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
190
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
191
+ };
192
+ filters: () => {
193
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
194
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
195
+ };
196
+ settings: () => {
197
+ setFixedContentWidth: (width: string) => void;
198
+ };
199
+ editor: () => {
200
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
201
+ toggleEditorToolbar: (forceHide?: boolean) => void;
202
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
203
+ removeActiveDefinition: () => void;
204
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
205
+ removeSelectedDefinition: () => void;
206
+ setDragDropState: (onGoingDragging: boolean) => void;
207
+ };
208
+ section: () => {
209
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
210
+ };
211
+ definition: () => {
212
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
213
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
214
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
215
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
216
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
217
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
218
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
219
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
220
+ };
221
+ preview: () => {
222
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
223
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
224
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
225
+ };
226
+ };
227
+ }) => any;
228
+ onFilesAdded?: (files: File[]) => any;
229
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
230
+ post: (content: VelcronAppDefinition[]) => true;
231
+ editorStore: (store: ReturnType<typeof useVelcronContentEditorStore>) => any;
232
+ filesAdded: (files: Array<File>) => any;
233
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
234
+ placeholder: {
235
+ type: import("vue").PropType<string>;
236
+ };
237
+ variant: {
238
+ type: import("vue").PropType<ContentEditorVariants>;
239
+ };
240
+ }>> & {
241
+ onPost?: (content: VelcronAppDefinition<object>[]) => any;
242
+ onEditorStore?: (store: {
243
+ get: {
244
+ contentAsVelcron: () => VelcronAppDefinition<object>[];
245
+ contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
246
+ };
247
+ state: {
248
+ definitions: import("@omnia/fx-models").VelcronSectionInstance[];
249
+ activeDefinition: import("@omnia/fx-models").VelcronSectionInstance;
250
+ definitionInFocus: boolean;
251
+ fixedContentWidth: string;
252
+ categoryFilters: import("@omnia/fx-models").guid[];
253
+ rendererTypeFilters: import("@omnia/fx-models").guid[];
254
+ showEditorToolbar: boolean;
255
+ selectedDefinition: import("@omnia/fx-models").VelcronSectionInstance;
256
+ toggleColorSchemaPreview: string;
257
+ toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
258
+ toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
259
+ scrollToElementTrigger: {
260
+ elementId: import("@omnia/fx-models").guid;
261
+ scrollToEnd: boolean;
262
+ };
263
+ showOverlay: boolean;
264
+ borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
265
+ allowPreviewToggle: boolean;
266
+ onGoingDragging: boolean;
267
+ socialMode: boolean;
268
+ showLoading: boolean;
269
+ definitionSelector: {
270
+ show: boolean;
271
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
272
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
273
+ };
274
+ };
275
+ events: {
276
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance[]>;
277
+ onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
278
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
279
+ onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
280
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
281
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
282
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
283
+ onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
284
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
285
+ onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
286
+ onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
287
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
288
+ elementId: import("@omnia/fx-models").guid;
289
+ scrollToEnd: boolean;
290
+ }>;
291
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
292
+ onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
293
+ onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
294
+ onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
295
+ onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
296
+ onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
297
+ onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
298
+ show: boolean;
299
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
300
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
301
+ }>;
302
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
303
+ actions: {
304
+ onDispatching: {
305
+ selectorActions: {
306
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
307
+ };
308
+ filters: {
309
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
310
+ };
311
+ settings: {
312
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
313
+ };
314
+ editor: {
315
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
316
+ };
317
+ section: {
318
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
319
+ };
320
+ definition: {
321
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
322
+ };
323
+ preview: {
324
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
325
+ };
326
+ };
327
+ onDispatched: {
328
+ selectorActions: {
329
+ subscribe(fn: (result: {
330
+ hideDefaultSelector: () => void;
331
+ showCopySelector(): void;
332
+ remove: (id: import("@omnia/fx-models").guid) => void;
333
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
334
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
335
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
336
+ };
337
+ filters: {
338
+ subscribe(fn: (result: {
339
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
340
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
341
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
342
+ };
343
+ settings: {
344
+ subscribe(fn: (result: {
345
+ setFixedContentWidth: (width: string) => void;
346
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
347
+ };
348
+ editor: {
349
+ subscribe(fn: (result: {
350
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
351
+ toggleEditorToolbar: (forceHide?: boolean) => void;
352
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
353
+ removeActiveDefinition: () => void;
354
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
355
+ removeSelectedDefinition: () => void;
356
+ setDragDropState: (onGoingDragging: boolean) => void;
357
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
358
+ };
359
+ section: {
360
+ subscribe(fn: (result: {
361
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
362
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
363
+ };
364
+ definition: {
365
+ subscribe(fn: (result: {
366
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
367
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
368
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
369
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
370
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
371
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
372
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
373
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
374
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
375
+ };
376
+ preview: {
377
+ subscribe(fn: (result: {
378
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
379
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
380
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
381
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
382
+ };
383
+ };
384
+ onFailure: {
385
+ selectorActions: {
386
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
387
+ };
388
+ filters: {
389
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
390
+ };
391
+ settings: {
392
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
393
+ };
394
+ editor: {
395
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
396
+ };
397
+ section: {
398
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
399
+ };
400
+ definition: {
401
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
402
+ };
403
+ preview: {
404
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
405
+ };
406
+ };
407
+ } & {
408
+ selectorActions: () => {
409
+ hideDefaultSelector: () => void;
410
+ showCopySelector(): void;
411
+ remove: (id: import("@omnia/fx-models").guid) => void;
412
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
413
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
414
+ };
415
+ filters: () => {
416
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
417
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
418
+ };
419
+ settings: () => {
420
+ setFixedContentWidth: (width: string) => void;
421
+ };
422
+ editor: () => {
423
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
424
+ toggleEditorToolbar: (forceHide?: boolean) => void;
425
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
426
+ removeActiveDefinition: () => void;
427
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
428
+ removeSelectedDefinition: () => void;
429
+ setDragDropState: (onGoingDragging: boolean) => void;
430
+ };
431
+ section: () => {
432
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
433
+ };
434
+ definition: () => {
435
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
436
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
437
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
438
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
439
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
440
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
441
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
442
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
443
+ };
444
+ preview: () => {
445
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
446
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
447
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
448
+ };
449
+ };
450
+ }) => any;
451
+ onFilesAdded?: (files: File[]) => any;
452
+ }, {}, true, {}, {}, {
453
+ P: {};
454
+ B: {};
455
+ D: {};
456
+ C: {};
457
+ M: {};
458
+ Defaults: {};
459
+ }, Readonly<import("vue").ExtractPropTypes<{
460
+ placeholder: {
461
+ type: import("vue").PropType<string>;
462
+ };
463
+ variant: {
464
+ type: import("vue").PropType<ContentEditorVariants>;
465
+ };
466
+ }>> & {
467
+ onPost?: (content: VelcronAppDefinition<object>[]) => any;
468
+ onEditorStore?: (store: {
469
+ get: {
470
+ contentAsVelcron: () => VelcronAppDefinition<object>[];
471
+ contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
472
+ };
473
+ state: {
474
+ definitions: import("@omnia/fx-models").VelcronSectionInstance[];
475
+ activeDefinition: import("@omnia/fx-models").VelcronSectionInstance;
476
+ definitionInFocus: boolean;
477
+ fixedContentWidth: string;
478
+ categoryFilters: import("@omnia/fx-models").guid[];
479
+ rendererTypeFilters: import("@omnia/fx-models").guid[];
480
+ showEditorToolbar: boolean;
481
+ selectedDefinition: import("@omnia/fx-models").VelcronSectionInstance;
482
+ toggleColorSchemaPreview: string;
483
+ toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
484
+ toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
485
+ scrollToElementTrigger: {
486
+ elementId: import("@omnia/fx-models").guid;
487
+ scrollToEnd: boolean;
488
+ };
489
+ showOverlay: boolean;
490
+ borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
491
+ allowPreviewToggle: boolean;
492
+ onGoingDragging: boolean;
493
+ socialMode: boolean;
494
+ showLoading: boolean;
495
+ definitionSelector: {
496
+ show: boolean;
497
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
498
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
499
+ };
500
+ };
501
+ events: {
502
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance[]>;
503
+ onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
504
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
505
+ onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
506
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
507
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
508
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
509
+ onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
510
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
511
+ onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
512
+ onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
513
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
514
+ elementId: import("@omnia/fx-models").guid;
515
+ scrollToEnd: boolean;
516
+ }>;
517
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
518
+ onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
519
+ onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
520
+ onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
521
+ onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
522
+ onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
523
+ onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
524
+ show: boolean;
525
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
526
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
527
+ }>;
528
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
529
+ actions: {
530
+ onDispatching: {
531
+ selectorActions: {
532
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
533
+ };
534
+ filters: {
535
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
536
+ };
537
+ settings: {
538
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
539
+ };
540
+ editor: {
541
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
542
+ };
543
+ section: {
544
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
545
+ };
546
+ definition: {
547
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
548
+ };
549
+ preview: {
550
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
551
+ };
552
+ };
553
+ onDispatched: {
554
+ selectorActions: {
555
+ subscribe(fn: (result: {
556
+ hideDefaultSelector: () => void;
557
+ showCopySelector(): void;
558
+ remove: (id: import("@omnia/fx-models").guid) => void;
559
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
560
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
561
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
562
+ };
563
+ filters: {
564
+ subscribe(fn: (result: {
565
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
566
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
567
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
568
+ };
569
+ settings: {
570
+ subscribe(fn: (result: {
571
+ setFixedContentWidth: (width: string) => void;
572
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
573
+ };
574
+ editor: {
575
+ subscribe(fn: (result: {
576
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
577
+ toggleEditorToolbar: (forceHide?: boolean) => void;
578
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
579
+ removeActiveDefinition: () => void;
580
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
581
+ removeSelectedDefinition: () => void;
582
+ setDragDropState: (onGoingDragging: boolean) => void;
583
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
584
+ };
585
+ section: {
586
+ subscribe(fn: (result: {
587
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
588
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
589
+ };
590
+ definition: {
591
+ subscribe(fn: (result: {
592
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
593
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
594
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
595
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
596
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
597
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
598
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
599
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
600
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
601
+ };
602
+ preview: {
603
+ subscribe(fn: (result: {
604
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
605
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
606
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
607
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
608
+ };
609
+ };
610
+ onFailure: {
611
+ selectorActions: {
612
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
613
+ };
614
+ filters: {
615
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
616
+ };
617
+ settings: {
618
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
619
+ };
620
+ editor: {
621
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
622
+ };
623
+ section: {
624
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
625
+ };
626
+ definition: {
627
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
628
+ };
629
+ preview: {
630
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
631
+ };
632
+ };
633
+ } & {
634
+ selectorActions: () => {
635
+ hideDefaultSelector: () => void;
636
+ showCopySelector(): void;
637
+ remove: (id: import("@omnia/fx-models").guid) => void;
638
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
639
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
640
+ };
641
+ filters: () => {
642
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
643
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
644
+ };
645
+ settings: () => {
646
+ setFixedContentWidth: (width: string) => void;
647
+ };
648
+ editor: () => {
649
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
650
+ toggleEditorToolbar: (forceHide?: boolean) => void;
651
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
652
+ removeActiveDefinition: () => void;
653
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
654
+ removeSelectedDefinition: () => void;
655
+ setDragDropState: (onGoingDragging: boolean) => void;
656
+ };
657
+ section: () => {
658
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
659
+ };
660
+ definition: () => {
661
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
662
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
663
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
664
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
665
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
666
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
667
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
668
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
669
+ };
670
+ preview: () => {
671
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
672
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
673
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
674
+ };
675
+ };
676
+ }) => any;
677
+ onFilesAdded?: (files: File[]) => any;
678
+ }, () => JSX.Element, {}, {}, {}, {}>;
679
+ __isFragment?: never;
680
+ __isTeleport?: never;
681
+ __isSuspense?: never;
682
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
683
+ placeholder: {
684
+ type: import("vue").PropType<string>;
685
+ };
686
+ variant: {
687
+ type: import("vue").PropType<ContentEditorVariants>;
688
+ };
689
+ }>> & {
690
+ onPost?: (content: VelcronAppDefinition<object>[]) => any;
691
+ onEditorStore?: (store: {
692
+ get: {
693
+ contentAsVelcron: () => VelcronAppDefinition<object>[];
694
+ contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
695
+ };
696
+ state: {
697
+ definitions: import("@omnia/fx-models").VelcronSectionInstance[];
698
+ activeDefinition: import("@omnia/fx-models").VelcronSectionInstance;
699
+ definitionInFocus: boolean;
700
+ fixedContentWidth: string;
701
+ categoryFilters: import("@omnia/fx-models").guid[];
702
+ rendererTypeFilters: import("@omnia/fx-models").guid[];
703
+ showEditorToolbar: boolean;
704
+ selectedDefinition: import("@omnia/fx-models").VelcronSectionInstance;
705
+ toggleColorSchemaPreview: string;
706
+ toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
707
+ toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
708
+ scrollToElementTrigger: {
709
+ elementId: import("@omnia/fx-models").guid;
710
+ scrollToEnd: boolean;
711
+ };
712
+ showOverlay: boolean;
713
+ borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
714
+ allowPreviewToggle: boolean;
715
+ onGoingDragging: boolean;
716
+ socialMode: boolean;
717
+ showLoading: boolean;
718
+ definitionSelector: {
719
+ show: boolean;
720
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
721
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
722
+ };
723
+ };
724
+ events: {
725
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance[]>;
726
+ onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
727
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
728
+ onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
729
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
730
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
731
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
732
+ onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
733
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
734
+ onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
735
+ onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
736
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
737
+ elementId: import("@omnia/fx-models").guid;
738
+ scrollToEnd: boolean;
739
+ }>;
740
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
741
+ onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
742
+ onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
743
+ onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
744
+ onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
745
+ onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
746
+ onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
747
+ show: boolean;
748
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
749
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
750
+ }>;
751
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
752
+ actions: {
753
+ onDispatching: {
754
+ selectorActions: {
755
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
756
+ };
757
+ filters: {
758
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
759
+ };
760
+ settings: {
761
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
762
+ };
763
+ editor: {
764
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
765
+ };
766
+ section: {
767
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
768
+ };
769
+ definition: {
770
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
771
+ };
772
+ preview: {
773
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
774
+ };
775
+ };
776
+ onDispatched: {
777
+ selectorActions: {
778
+ subscribe(fn: (result: {
779
+ hideDefaultSelector: () => void;
780
+ showCopySelector(): void;
781
+ remove: (id: import("@omnia/fx-models").guid) => void;
782
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
783
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
784
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
785
+ };
786
+ filters: {
787
+ subscribe(fn: (result: {
788
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
789
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
790
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
791
+ };
792
+ settings: {
793
+ subscribe(fn: (result: {
794
+ setFixedContentWidth: (width: string) => void;
795
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
796
+ };
797
+ editor: {
798
+ subscribe(fn: (result: {
799
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
800
+ toggleEditorToolbar: (forceHide?: boolean) => void;
801
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
802
+ removeActiveDefinition: () => void;
803
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
804
+ removeSelectedDefinition: () => void;
805
+ setDragDropState: (onGoingDragging: boolean) => void;
806
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
807
+ };
808
+ section: {
809
+ subscribe(fn: (result: {
810
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
811
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
812
+ };
813
+ definition: {
814
+ subscribe(fn: (result: {
815
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
816
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
817
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
818
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
819
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
820
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
821
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
822
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
823
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
824
+ };
825
+ preview: {
826
+ subscribe(fn: (result: {
827
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
828
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
829
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
830
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
831
+ };
832
+ };
833
+ onFailure: {
834
+ selectorActions: {
835
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
836
+ };
837
+ filters: {
838
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
839
+ };
840
+ settings: {
841
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
842
+ };
843
+ editor: {
844
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
845
+ };
846
+ section: {
847
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
848
+ };
849
+ definition: {
850
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
851
+ };
852
+ preview: {
853
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
854
+ };
855
+ };
856
+ } & {
857
+ selectorActions: () => {
858
+ hideDefaultSelector: () => void;
859
+ showCopySelector(): void;
860
+ remove: (id: import("@omnia/fx-models").guid) => void;
861
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
862
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
863
+ };
864
+ filters: () => {
865
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
866
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
867
+ };
868
+ settings: () => {
869
+ setFixedContentWidth: (width: string) => void;
870
+ };
871
+ editor: () => {
872
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
873
+ toggleEditorToolbar: (forceHide?: boolean) => void;
874
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
875
+ removeActiveDefinition: () => void;
876
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
877
+ removeSelectedDefinition: () => void;
878
+ setDragDropState: (onGoingDragging: boolean) => void;
879
+ };
880
+ section: () => {
881
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
882
+ };
883
+ definition: () => {
884
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
885
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
886
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
887
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
888
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
889
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
890
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
891
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
892
+ };
893
+ preview: () => {
894
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
895
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
896
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
897
+ };
898
+ };
899
+ }) => any;
900
+ onFilesAdded?: (files: File[]) => any;
901
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
902
+ post: (content: VelcronAppDefinition[]) => true;
903
+ editorStore: (store: ReturnType<typeof useVelcronContentEditorStore>) => any;
904
+ filesAdded: (files: Array<File>) => any;
905
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
906
+ propsDefinition: Omit<Readonly<{} & {
907
+ placeholder?: string;
908
+ variant?: ContentEditorVariants;
909
+ }>, "onPost" | "onEditorStore" | "onFilesAdded"> & {
910
+ onPost?: (content: VelcronAppDefinition<object>[]) => any;
911
+ onEditorStore?: (store: {
912
+ get: {
913
+ contentAsVelcron: () => VelcronAppDefinition<object>[];
914
+ contentAsSections: () => import("@omnia/fx-models").VelcronSectionInstance[];
915
+ };
916
+ state: {
917
+ definitions: import("@omnia/fx-models").VelcronSectionInstance[];
918
+ activeDefinition: import("@omnia/fx-models").VelcronSectionInstance;
919
+ definitionInFocus: boolean;
920
+ fixedContentWidth: string;
921
+ categoryFilters: import("@omnia/fx-models").guid[];
922
+ rendererTypeFilters: import("@omnia/fx-models").guid[];
923
+ showEditorToolbar: boolean;
924
+ selectedDefinition: import("@omnia/fx-models").VelcronSectionInstance;
925
+ toggleColorSchemaPreview: string;
926
+ toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
927
+ toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
928
+ scrollToElementTrigger: {
929
+ elementId: import("@omnia/fx-models").guid;
930
+ scrollToEnd: boolean;
931
+ };
932
+ showOverlay: boolean;
933
+ borderSelectorActions: import("@omnia/fx-models").BorderSelectorActionRegistration[];
934
+ allowPreviewToggle: boolean;
935
+ onGoingDragging: boolean;
936
+ socialMode: boolean;
937
+ showLoading: boolean;
938
+ definitionSelector: {
939
+ show: boolean;
940
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
941
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
942
+ };
943
+ };
944
+ events: {
945
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance[]>;
946
+ onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
947
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
948
+ onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
949
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
950
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").guid[]>;
951
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
952
+ onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronSectionInstance>;
953
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
954
+ onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
955
+ onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
956
+ onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
957
+ elementId: import("@omnia/fx-models").guid;
958
+ scrollToEnd: boolean;
959
+ }>;
960
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
961
+ onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BorderSelectorActionRegistration[]>;
962
+ onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
963
+ onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
964
+ onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
965
+ onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
966
+ onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
967
+ show: boolean;
968
+ options: import("./stores/ContentEditorStore").DefinitionSelecttionOptions;
969
+ insertOptions: import("./stores/ContentEditorStore").InsertOptions;
970
+ }>;
971
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
972
+ actions: {
973
+ onDispatching: {
974
+ selectorActions: {
975
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
976
+ };
977
+ filters: {
978
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
979
+ };
980
+ settings: {
981
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
982
+ };
983
+ editor: {
984
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
985
+ };
986
+ section: {
987
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
988
+ };
989
+ definition: {
990
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
991
+ };
992
+ preview: {
993
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
994
+ };
995
+ };
996
+ onDispatched: {
997
+ selectorActions: {
998
+ subscribe(fn: (result: {
999
+ hideDefaultSelector: () => void;
1000
+ showCopySelector(): void;
1001
+ remove: (id: import("@omnia/fx-models").guid) => void;
1002
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
1003
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
1004
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1005
+ };
1006
+ filters: {
1007
+ subscribe(fn: (result: {
1008
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
1009
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
1010
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1011
+ };
1012
+ settings: {
1013
+ subscribe(fn: (result: {
1014
+ setFixedContentWidth: (width: string) => void;
1015
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1016
+ };
1017
+ editor: {
1018
+ subscribe(fn: (result: {
1019
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
1020
+ toggleEditorToolbar: (forceHide?: boolean) => void;
1021
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
1022
+ removeActiveDefinition: () => void;
1023
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
1024
+ removeSelectedDefinition: () => void;
1025
+ setDragDropState: (onGoingDragging: boolean) => void;
1026
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1027
+ };
1028
+ section: {
1029
+ subscribe(fn: (result: {
1030
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
1031
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1032
+ };
1033
+ definition: {
1034
+ subscribe(fn: (result: {
1035
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
1036
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
1037
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
1038
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
1039
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
1040
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
1041
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
1042
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
1043
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1044
+ };
1045
+ preview: {
1046
+ subscribe(fn: (result: {
1047
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
1048
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
1049
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
1050
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1051
+ };
1052
+ };
1053
+ onFailure: {
1054
+ selectorActions: {
1055
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1056
+ };
1057
+ filters: {
1058
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1059
+ };
1060
+ settings: {
1061
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1062
+ };
1063
+ editor: {
1064
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1065
+ };
1066
+ section: {
1067
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1068
+ };
1069
+ definition: {
1070
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1071
+ };
1072
+ preview: {
1073
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1074
+ };
1075
+ };
1076
+ } & {
1077
+ selectorActions: () => {
1078
+ hideDefaultSelector: () => void;
1079
+ showCopySelector(): void;
1080
+ remove: (id: import("@omnia/fx-models").guid) => void;
1081
+ add: (action: import("@omnia/fx-models").BorderSelectorActionRegistration | import("@omnia/fx-models").BorderSelectorActionRegistration[]) => void;
1082
+ run: (action: import("@omnia/fx-models").BorderSelectorActionRegistration, options: import("./stores/ContentEditorStore").InsertOptions) => void;
1083
+ };
1084
+ filters: () => {
1085
+ setRendererTypeFilters: (filters: import("@omnia/fx-models").guid[]) => void;
1086
+ setCategoryFilters: (filters: import("@omnia/fx-models").guid[]) => void;
1087
+ };
1088
+ settings: () => {
1089
+ setFixedContentWidth: (width: string) => void;
1090
+ };
1091
+ editor: () => {
1092
+ showDefinitionSelector: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, selectionOptions?: import("./stores/ContentEditorStore").DefinitionSelecttionOptions) => void;
1093
+ toggleEditorToolbar: (forceHide?: boolean) => void;
1094
+ setActiveDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
1095
+ removeActiveDefinition: () => void;
1096
+ setSelectedDefinition: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
1097
+ removeSelectedDefinition: () => void;
1098
+ setDragDropState: (onGoingDragging: boolean) => void;
1099
+ };
1100
+ section: () => {
1101
+ update: (section: import("@omnia/fx-models").VelcronSectionInstance) => void;
1102
+ };
1103
+ definition: () => {
1104
+ updateColorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string) => void;
1105
+ addByRegistration: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
1106
+ addBySection: (definitions: import("@omnia/fx-models").VelcronSectionInstance[]) => void;
1107
+ delete: (definition: import("@omnia/fx-models").VelcronSectionInstance) => void;
1108
+ deleteReference: (definition: import("@omnia/fx-models").VelcronSectionInstance) => any;
1109
+ change: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, toggle?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
1110
+ update: (definition: import("@omnia/fx-models").VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void;
1111
+ copy: (insertOptions: import("./stores/ContentEditorStore").InsertOptions, setAsActive?: boolean) => import("@omnia/fx-models").VelcronSectionInstance;
1112
+ };
1113
+ preview: () => {
1114
+ containerBlueprint: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
1115
+ colorSchema: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
1116
+ definition: (definitionRegistration: import("@omnia/fx-models").VelcronSectionInstance, newDefinitionId: import("@omnia/fx-models").guid, cancelPreview: boolean) => void;
1117
+ };
1118
+ };
1119
+ }) => any;
1120
+ onFilesAdded?: (files: File[]) => any;
1121
+ };
1122
+ };
1123
+ export default _default;