@omnia/fx 8.0.161-dev → 8.0.163-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 (130) hide show
  1. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  4. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  6. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  7. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  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/borderpicker/BorderPicker.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  18. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  24. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
  27. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
  28. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  29. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
  30. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
  32. package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
  33. package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  38. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  42. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  43. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
  46. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  49. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  50. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
  51. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
  52. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
  53. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  57. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  58. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
  59. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  60. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  62. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  63. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
  65. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  68. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  69. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
  70. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
  72. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
  74. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  76. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
  77. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
  78. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
  79. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
  82. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
  83. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
  84. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
  85. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
  86. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
  87. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  89. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
  90. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
  91. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
  92. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
  94. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
  96. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
  100. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
  101. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
  104. package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
  105. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
  106. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
  107. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
  108. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  110. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
  112. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
  114. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
  116. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
  117. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  118. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
  119. package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
  120. package/package.json +2 -2
  121. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
  122. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
  123. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -43,6 +43,7 @@ export declare function useIcons(): {
43
43
  device: FontAwesomeIcon;
44
44
  drag: FontAwesomeIcon;
45
45
  edit: FontAwesomeIcon;
46
+ editStop: FontAwesomeIcon;
46
47
  expand: FontAwesomeIcon;
47
48
  expandMenu: FontAwesomeIcon;
48
49
  exclamation: FontAwesomeIcon;
@@ -1,4 +1,4 @@
1
1
  export declare const VelcronContentEditorStyles: {
2
2
  itemWrapper: string;
3
- socialToolbarwrapper: string;
3
+ backgroundOverlay: string;
4
4
  };
@@ -27,9 +27,12 @@ declare const _default: {
27
27
  state: {
28
28
  definitions: VelcronContentInstance[];
29
29
  activeDefinition: VelcronContentInstance;
30
+ definitionInFocus: boolean;
31
+ showEditorToolbar: boolean;
30
32
  selectedDefinition: VelcronContentInstance;
31
33
  toggleColorSchemaPreview: string;
32
34
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
35
+ showOverlay: boolean;
33
36
  allowColorSchemaPreview: boolean;
34
37
  onGoingDragging: boolean;
35
38
  socialMode: boolean;
@@ -44,9 +47,12 @@ declare const _default: {
44
47
  events: {
45
48
  onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
46
49
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
50
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
51
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
47
52
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
48
53
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
49
54
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
55
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
50
56
  onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
51
57
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
52
58
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -63,6 +69,9 @@ declare const _default: {
63
69
  showDefinitionSelector: {
64
70
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
65
71
  };
72
+ toggleEditorToolbar: {
73
+ subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
74
+ };
66
75
  addDefinition: {
67
76
  subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
68
77
  };
@@ -104,6 +113,9 @@ declare const _default: {
104
113
  showDefinitionSelector: {
105
114
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
106
115
  };
116
+ toggleEditorToolbar: {
117
+ subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
118
+ };
107
119
  addDefinition: {
108
120
  subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
109
121
  };
@@ -145,6 +157,9 @@ declare const _default: {
145
157
  showDefinitionSelector: {
146
158
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
147
159
  };
160
+ toggleEditorToolbar: {
161
+ subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
162
+ };
148
163
  addDefinition: {
149
164
  subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
150
165
  };
@@ -184,6 +199,7 @@ declare const _default: {
184
199
  };
185
200
  } & {
186
201
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
202
+ toggleEditorToolbar(forceHide?: boolean): void;
187
203
  addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
188
204
  setActiveDefinition(definition: VelcronContentInstance): void;
189
205
  deleteDefinition(definition: VelcronContentInstance): void;
@@ -223,9 +239,12 @@ declare const _default: {
223
239
  state: {
224
240
  definitions: VelcronContentInstance[];
225
241
  activeDefinition: VelcronContentInstance;
242
+ definitionInFocus: boolean;
243
+ showEditorToolbar: boolean;
226
244
  selectedDefinition: VelcronContentInstance;
227
245
  toggleColorSchemaPreview: string;
228
246
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
247
+ showOverlay: boolean;
229
248
  allowColorSchemaPreview: boolean;
230
249
  onGoingDragging: boolean;
231
250
  socialMode: boolean;
@@ -240,9 +259,12 @@ declare const _default: {
240
259
  events: {
241
260
  onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
242
261
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
262
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
263
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
243
264
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
244
265
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
245
266
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
267
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
246
268
  onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
247
269
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
248
270
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -259,6 +281,9 @@ declare const _default: {
259
281
  showDefinitionSelector: {
260
282
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
261
283
  };
284
+ toggleEditorToolbar: {
285
+ subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
286
+ };
262
287
  addDefinition: {
263
288
  subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
264
289
  };
@@ -300,6 +325,9 @@ declare const _default: {
300
325
  showDefinitionSelector: {
301
326
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
302
327
  };
328
+ toggleEditorToolbar: {
329
+ subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
330
+ };
303
331
  addDefinition: {
304
332
  subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
305
333
  };
@@ -341,6 +369,9 @@ declare const _default: {
341
369
  showDefinitionSelector: {
342
370
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
343
371
  };
372
+ toggleEditorToolbar: {
373
+ subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
374
+ };
344
375
  addDefinition: {
345
376
  subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
346
377
  };
@@ -380,6 +411,7 @@ declare const _default: {
380
411
  };
381
412
  } & {
382
413
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
414
+ toggleEditorToolbar(forceHide?: boolean): void;
383
415
  addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
384
416
  setActiveDefinition(definition: VelcronContentInstance): void;
385
417
  deleteDefinition(definition: VelcronContentInstance): void;
@@ -422,9 +454,12 @@ declare const _default: {
422
454
  state: {
423
455
  definitions: VelcronContentInstance[];
424
456
  activeDefinition: VelcronContentInstance;
457
+ definitionInFocus: boolean;
458
+ showEditorToolbar: boolean;
425
459
  selectedDefinition: VelcronContentInstance;
426
460
  toggleColorSchemaPreview: string;
427
461
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
462
+ showOverlay: boolean;
428
463
  allowColorSchemaPreview: boolean;
429
464
  onGoingDragging: boolean;
430
465
  socialMode: boolean;
@@ -439,9 +474,12 @@ declare const _default: {
439
474
  events: {
440
475
  onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
441
476
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
477
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
478
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
442
479
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
443
480
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
444
481
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
482
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
445
483
  onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
446
484
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
447
485
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -458,6 +496,9 @@ declare const _default: {
458
496
  showDefinitionSelector: {
459
497
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
460
498
  };
499
+ toggleEditorToolbar: {
500
+ subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
501
+ };
461
502
  addDefinition: {
462
503
  subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
463
504
  };
@@ -499,6 +540,9 @@ declare const _default: {
499
540
  showDefinitionSelector: {
500
541
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
501
542
  };
543
+ toggleEditorToolbar: {
544
+ subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
545
+ };
502
546
  addDefinition: {
503
547
  subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
504
548
  };
@@ -540,6 +584,9 @@ declare const _default: {
540
584
  showDefinitionSelector: {
541
585
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
542
586
  };
587
+ toggleEditorToolbar: {
588
+ subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
589
+ };
543
590
  addDefinition: {
544
591
  subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
545
592
  };
@@ -579,6 +626,7 @@ declare const _default: {
579
626
  };
580
627
  } & {
581
628
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
629
+ toggleEditorToolbar(forceHide?: boolean): void;
582
630
  addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
583
631
  setActiveDefinition(definition: VelcronContentInstance): void;
584
632
  deleteDefinition(definition: VelcronContentInstance): void;
@@ -618,9 +666,12 @@ declare const _default: {
618
666
  state: {
619
667
  definitions: VelcronContentInstance[];
620
668
  activeDefinition: VelcronContentInstance;
669
+ definitionInFocus: boolean;
670
+ showEditorToolbar: boolean;
621
671
  selectedDefinition: VelcronContentInstance;
622
672
  toggleColorSchemaPreview: string;
623
673
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
674
+ showOverlay: boolean;
624
675
  allowColorSchemaPreview: boolean;
625
676
  onGoingDragging: boolean;
626
677
  socialMode: boolean;
@@ -635,9 +686,12 @@ declare const _default: {
635
686
  events: {
636
687
  onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
637
688
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
689
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
690
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
638
691
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
639
692
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
640
693
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
694
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
641
695
  onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
642
696
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
643
697
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -654,6 +708,9 @@ declare const _default: {
654
708
  showDefinitionSelector: {
655
709
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
656
710
  };
711
+ toggleEditorToolbar: {
712
+ subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
713
+ };
657
714
  addDefinition: {
658
715
  subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
659
716
  };
@@ -695,6 +752,9 @@ declare const _default: {
695
752
  showDefinitionSelector: {
696
753
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
697
754
  };
755
+ toggleEditorToolbar: {
756
+ subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
757
+ };
698
758
  addDefinition: {
699
759
  subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
700
760
  };
@@ -736,6 +796,9 @@ declare const _default: {
736
796
  showDefinitionSelector: {
737
797
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
738
798
  };
799
+ toggleEditorToolbar: {
800
+ subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
801
+ };
739
802
  addDefinition: {
740
803
  subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
741
804
  };
@@ -775,6 +838,7 @@ declare const _default: {
775
838
  };
776
839
  } & {
777
840
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
841
+ toggleEditorToolbar(forceHide?: boolean): void;
778
842
  addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
779
843
  setActiveDefinition(definition: VelcronContentInstance): void;
780
844
  deleteDefinition(definition: VelcronContentInstance): void;
@@ -807,9 +871,12 @@ declare const _default: {
807
871
  state: {
808
872
  definitions: VelcronContentInstance[];
809
873
  activeDefinition: VelcronContentInstance;
874
+ definitionInFocus: boolean;
875
+ showEditorToolbar: boolean;
810
876
  selectedDefinition: VelcronContentInstance;
811
877
  toggleColorSchemaPreview: string;
812
878
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
879
+ showOverlay: boolean;
813
880
  allowColorSchemaPreview: boolean;
814
881
  onGoingDragging: boolean;
815
882
  socialMode: boolean;
@@ -824,9 +891,12 @@ declare const _default: {
824
891
  events: {
825
892
  onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
826
893
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
894
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
895
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
827
896
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
828
897
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
829
898
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
899
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
830
900
  onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
831
901
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
832
902
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -843,6 +913,9 @@ declare const _default: {
843
913
  showDefinitionSelector: {
844
914
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
845
915
  };
916
+ toggleEditorToolbar: {
917
+ subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
918
+ };
846
919
  addDefinition: {
847
920
  subscribe(fn: (definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
848
921
  };
@@ -884,6 +957,9 @@ declare const _default: {
884
957
  showDefinitionSelector: {
885
958
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
886
959
  };
960
+ toggleEditorToolbar: {
961
+ subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
962
+ };
887
963
  addDefinition: {
888
964
  subscribe(fn: (result: void, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
889
965
  };
@@ -925,6 +1001,9 @@ declare const _default: {
925
1001
  showDefinitionSelector: {
926
1002
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
927
1003
  };
1004
+ toggleEditorToolbar: {
1005
+ subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1006
+ };
928
1007
  addDefinition: {
929
1008
  subscribe(fn: (failureReason: any, definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
930
1009
  };
@@ -964,6 +1043,7 @@ declare const _default: {
964
1043
  };
965
1044
  } & {
966
1045
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
1046
+ toggleEditorToolbar(forceHide?: boolean): void;
967
1047
  addDefinition(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
968
1048
  setActiveDefinition(definition: VelcronContentInstance): void;
969
1049
  deleteDefinition(definition: VelcronContentInstance): void;
@@ -0,0 +1,3 @@
1
+ export declare const DefinitionToolbarStyles: {
2
+ overlay: string;
3
+ };
@@ -0,0 +1,60 @@
1
+ import { VelcronContentInstance } from "../models";
2
+ declare const _default: (props: {
3
+ "v-model"?: VelcronContentInstance;
4
+ "onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
5
+ modelValue?: VelcronContentInstance;
6
+ } & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
7
+ "v-slots"?: {
8
+ default?: import("vue").Slot;
9
+ } & {};
10
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
11
+ $: import("vue").ComponentInternalInstance;
12
+ $data: {};
13
+ $props: {};
14
+ $attrs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $refs: {
18
+ [x: string]: unknown;
19
+ };
20
+ $slots: Readonly<{
21
+ [name: string]: import("vue").Slot<any>;
22
+ }>;
23
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
25
+ $emit: (event: string, ...args: any[]) => void;
26
+ $el: any;
27
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
28
+ beforeCreate?: (() => void) | (() => void)[];
29
+ created?: (() => void) | (() => void)[];
30
+ beforeMount?: (() => void) | (() => void)[];
31
+ mounted?: (() => void) | (() => void)[];
32
+ beforeUpdate?: (() => void) | (() => void)[];
33
+ updated?: (() => void) | (() => void)[];
34
+ activated?: (() => void) | (() => void)[];
35
+ deactivated?: (() => void) | (() => void)[];
36
+ beforeDestroy?: (() => void) | (() => void)[];
37
+ beforeUnmount?: (() => void) | (() => void)[];
38
+ destroyed?: (() => void) | (() => void)[];
39
+ unmounted?: (() => void) | (() => void)[];
40
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
41
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
42
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
43
+ };
44
+ $forceUpdate: () => void;
45
+ $nextTick: typeof import("vue").nextTick;
46
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
47
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
48
+ propsDefinition: {
49
+ "v-model"?: VelcronContentInstance;
50
+ "onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
51
+ modelValue?: VelcronContentInstance;
52
+ } & {
53
+ "v-slots"?: {
54
+ default?: import("vue").Slot;
55
+ } & {};
56
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
57
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
+ [key: string]: any;
59
+ }>;
60
+ export default _default;
@@ -1,5 +1,6 @@
1
1
  export declare const ContentEditorHooksCss: {
2
- activeItem: string;
2
+ activeItem: (toolbar: boolean) => string;
3
3
  hover: string;
4
4
  definitionWrapper: string;
5
+ definitionToolbarWrapper: string;
5
6
  };
@@ -3,11 +3,12 @@ import { VelcronContentInstance } from "./ContentDefinitionRegistration";
3
3
  import { VelcronDefinition, VelcronRenderContext } from "@omnia/fx-models";
4
4
  export interface EditorRenderingHooks {
5
5
  styles?: {
6
- activeItem?: string;
7
- hover?: string;
6
+ activeItem?: (item: VelcronContentInstance) => string;
7
+ hover?: (item: VelcronContentInstance) => string;
8
8
  };
9
9
  renderBorderSelectors?: (item: VelcronContentInstance) => VNodeChild;
10
10
  renderActionMenu?: (item: VelcronContentInstance) => VNodeChild;
11
+ renderDefinitionToolbar?: (item: VelcronContentInstance) => VNodeChild;
11
12
  renderEmptyEditor?: () => VNodeChild;
12
13
  definition?: {
13
14
  wrapperStyleExtensions?: ((item: VelcronDefinition, renderContext: VelcronRenderContext) => string);
@@ -8,9 +8,12 @@ export declare const useVelcronContentEditorStore: () => {
8
8
  state: {
9
9
  definitions: VelcronContentInstance[];
10
10
  activeDefinition: VelcronContentInstance;
11
+ definitionInFocus: boolean;
12
+ showEditorToolbar: boolean;
11
13
  selectedDefinition: VelcronContentInstance;
12
14
  toggleColorSchemaPreview: string;
13
15
  toggleDefinitionPreview: VelcronDefinition;
16
+ showOverlay: boolean;
14
17
  allowColorSchemaPreview: boolean;
15
18
  onGoingDragging: boolean;
16
19
  socialMode: boolean;
@@ -25,9 +28,12 @@ export declare const useVelcronContentEditorStore: () => {
25
28
  events: {
26
29
  onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
27
30
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
31
+ onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
32
+ onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
28
33
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
29
34
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
30
35
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
36
+ onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
31
37
  onMutatedAllowColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
32
38
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
33
39
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -44,6 +50,9 @@ export declare const useVelcronContentEditorStore: () => {
44
50
  showDefinitionSelector: {
45
51
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
52
  };
53
+ toggleEditorToolbar: {
54
+ subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
55
+ };
47
56
  addDefinition: {
48
57
  subscribe(fn: (definition: VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
58
  };
@@ -85,6 +94,9 @@ export declare const useVelcronContentEditorStore: () => {
85
94
  showDefinitionSelector: {
86
95
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
96
  };
97
+ toggleEditorToolbar: {
98
+ subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
99
+ };
88
100
  addDefinition: {
89
101
  subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
102
  };
@@ -126,6 +138,9 @@ export declare const useVelcronContentEditorStore: () => {
126
138
  showDefinitionSelector: {
127
139
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
128
140
  };
141
+ toggleEditorToolbar: {
142
+ subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
143
+ };
129
144
  addDefinition: {
130
145
  subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
131
146
  };
@@ -165,6 +180,7 @@ export declare const useVelcronContentEditorStore: () => {
165
180
  };
166
181
  } & {
167
182
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
183
+ toggleEditorToolbar(forceHide?: boolean): void;
168
184
  addDefinition(definition: VelcronDefinitionRegistration, setAsActive?: boolean): void;
169
185
  setActiveDefinition(definition: VelcronContentInstance): void;
170
186
  deleteDefinition(definition: VelcronContentInstance): void;
@@ -539,7 +539,6 @@ declare const _default: {
539
539
  colorSchemaType?: any;
540
540
  colors?: any;
541
541
  } & {
542
- title?: string;
543
542
  name?: {
544
543
  [x: `onUpdate:${string}`]: {
545
544
  type: import("vue").PropType<(value: boolean) => any>;
@@ -602,6 +601,7 @@ declare const _default: {
602
601
  }>;
603
602
  };
604
603
  icon?: IIcon;
604
+ title?: string;
605
605
  filters?: string[];
606
606
  "v-model"?: boolean;
607
607
  "onUpdate:modelValue"?: (value: boolean) => any;
@@ -1,5 +1,5 @@
1
1
  import { VelcronAppDefinition } from "@omnia/fx-models";
2
- import { VelcronStateEditor } from "../../core";
2
+ import { VelcronEditor } from "../../core";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "hide-property-mapped": {
@@ -9,10 +9,10 @@ declare const _default: {
9
9
  type: import("vue").PropType<boolean>;
10
10
  };
11
11
  "property-editors": {
12
- type: import("vue").PropType<VelcronStateEditor<any>[]>;
12
+ type: import("vue").PropType<VelcronEditor<any>[]>;
13
13
  };
14
14
  propertyEditors: {
15
- type: import("vue").PropType<VelcronStateEditor<any>[]>;
15
+ type: import("vue").PropType<VelcronEditor<any>[]>;
16
16
  };
17
17
  "onUpdate:modelValue": {
18
18
  type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
@@ -92,10 +92,10 @@ declare const _default: {
92
92
  type: import("vue").PropType<boolean>;
93
93
  };
94
94
  "property-editors": {
95
- type: import("vue").PropType<VelcronStateEditor<any>[]>;
95
+ type: import("vue").PropType<VelcronEditor<any>[]>;
96
96
  };
97
97
  propertyEditors: {
98
- type: import("vue").PropType<VelcronStateEditor<any>[]>;
98
+ type: import("vue").PropType<VelcronEditor<any>[]>;
99
99
  };
100
100
  "onUpdate:modelValue": {
101
101
  type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
@@ -180,10 +180,10 @@ declare const _default: {
180
180
  type: import("vue").PropType<boolean>;
181
181
  };
182
182
  "property-editors": {
183
- type: import("vue").PropType<VelcronStateEditor<any>[]>;
183
+ type: import("vue").PropType<VelcronEditor<any>[]>;
184
184
  };
185
185
  propertyEditors: {
186
- type: import("vue").PropType<VelcronStateEditor<any>[]>;
186
+ type: import("vue").PropType<VelcronEditor<any>[]>;
187
187
  };
188
188
  "onUpdate:modelValue": {
189
189
  type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
@@ -265,10 +265,10 @@ declare const _default: {
265
265
  type: import("vue").PropType<boolean>;
266
266
  };
267
267
  "property-editors": {
268
- type: import("vue").PropType<VelcronStateEditor<any>[]>;
268
+ type: import("vue").PropType<VelcronEditor<any>[]>;
269
269
  };
270
270
  propertyEditors: {
271
- type: import("vue").PropType<VelcronStateEditor<any>[]>;
271
+ type: import("vue").PropType<VelcronEditor<any>[]>;
272
272
  };
273
273
  "onUpdate:modelValue": {
274
274
  type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
@@ -406,8 +406,8 @@ declare const _default: {
406
406
  "v-model"?: VelcronAppDefinition<object>;
407
407
  "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
408
408
  modelValue?: VelcronAppDefinition<object>;
409
- propertyEditors?: VelcronStateEditor<any>[];
410
- "property-editors"?: VelcronStateEditor<any>[];
409
+ propertyEditors?: VelcronEditor<any>[];
410
+ "property-editors"?: VelcronEditor<any>[];
411
411
  hidePropertyMapped?: boolean;
412
412
  "hide-property-mapped"?: boolean;
413
413
  }>, "onUpdate:modelValue"> & {
@@ -1,4 +1,4 @@
1
- import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, ContainerBlueprint, BackgroundDefinition, VelcronStateEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
1
+ import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, ContainerBlueprint, BackgroundDefinition, VelcronEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
3
3
  import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
4
4
  import { DynamicState, VelcronDefinition, useVelcronThemingStore } from "..";
@@ -295,9 +295,9 @@ export interface VelcronSlidePanelDefinition extends VelcronDefinition {
295
295
  style?: VelcronCardStyling;
296
296
  events?: VelcronOnPressEvent;
297
297
  }
298
- export interface VelcronEditorDefinition extends VelcronDefinition {
298
+ export interface VelcronEditorRendererDefinition extends VelcronDefinition {
299
299
  type: "editor";
300
- editor: VelcronStateEditor;
300
+ editor: VelcronEditor;
301
301
  value: VelcronBindableProp<string>;
302
302
  events?: VelcronOnUpdatedEvent;
303
303
  }
@@ -326,7 +326,7 @@ export interface VelcronSlotDefinition extends VelcronDefinition {
326
326
  }
327
327
  export interface VelcronReferenceDefinition extends VelcronDefinition {
328
328
  type: "reference";
329
- to: VelcronRendererResolverReference;
329
+ to: VelcronBindableProp<VelcronRendererResolverReference>;
330
330
  state: string;
331
331
  }
332
332
  export interface VelcronPropertyDefinition extends VelcronDefinitionWithEditMode {