@omnia/fx 8.0.162-dev → 8.0.163-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) 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 +6 -6
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -0
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -0
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -0
  7. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
  8. package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
  9. package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
  12. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
  14. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  16. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -0
  18. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
  19. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -0
  22. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
  23. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
  25. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +9 -9
  27. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  28. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
  29. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
  30. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
  33. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
  35. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
  38. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
  40. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
  41. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
  42. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
  45. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
  53. package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
  54. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
  55. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
  56. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  59. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
  61. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
  63. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
  64. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
  66. package/internal-do-not-import-from-here/wctypings.d.ts +13 -13
  67. package/package.json +2 -2
  68. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
  69. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
  70. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  71. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
  72. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -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;
@@ -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 {