@omnia/fx 8.0.270-dev → 8.0.272-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/stores/floweditor/index.d.ts +0 -1
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +3 -0
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeAuthentication.d.ts +13 -0
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeGeneral.d.ts +11 -0
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeProperties.d.ts +11 -0
  9. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +2 -0
  10. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/flow/editor/commands/EditorCommands.d.ts +2 -1
  13. package/internal-do-not-import-from-here/ux/flow/editor/models/EditorModels.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/flow/editor/models/EditorPlugin.d.ts +4 -5
  15. package/internal-do-not-import-from-here/ux/flow/editor/parsers/HtmlParser.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/flow/editor/parsers/JSONParser.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/flow/editor/plugins/elements/ElementConverter.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/flow/editor/plugins/eventhandlers/converters/WordConverter.d.ts +5 -0
  19. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingPlugin.d.ts +3 -0
  21. package/internal-do-not-import-from-here/ux/flow/editor/plugins/textalign/TextAlignPlugin.d.ts +3 -0
  22. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +7 -3
  23. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +65 -45
  24. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.css.d.ts +0 -1
  25. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +1 -4
  26. package/internal-do-not-import-from-here/ux/flow/renderer/models/Constants.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererToHtmlContext.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/flow/renderer/parsers/JSONParser.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/spacing/SpacingPlugin.d.ts +3 -0
  31. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/textalign/TextAlignPlugin.d.ts +3 -0
  32. package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +6 -8
  33. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer.d.ts +5 -0
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings.d.ts +11 -0
  37. package/internal-do-not-import-from-here/ux/linkpicker/LinkPicker.d.ts +51 -0
  38. package/internal-do-not-import-from-here/ux/linkpicker/LinkRenderer.css.d.ts +9 -0
  39. package/internal-do-not-import-from-here/ux/linkpicker/LinkRenderer.d.ts +5 -0
  40. package/internal-do-not-import-from-here/ux/linkpicker/apis/InternalLinkHandlerRegistrationApi.d.ts +7 -0
  41. package/internal-do-not-import-from-here/ux/linkpicker/apis/InternalLinkProviderRegistrationApi.d.ts +5 -0
  42. package/internal-do-not-import-from-here/ux/linkpicker/apis/Registration.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/linkpicker/factory/LinkItemFactory.d.ts +9 -0
  44. package/internal-do-not-import-from-here/ux/linkpicker/store/LinkPickerStore.d.ts +34 -0
  45. package/internal-do-not-import-from-here/ux/models/flow/FlowEditorStore.d.ts +2 -0
  46. package/internal-do-not-import-from-here/ux/models/flow/FlowEditorToolbarStore.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/models/flow/SpacingFormatNode.d.ts +5 -0
  48. package/internal-do-not-import-from-here/ux/models/flow/TextAlignNode.d.ts +5 -0
  49. package/internal-do-not-import-from-here/ux/{flow/models → models/flow}/index.d.ts +4 -0
  50. package/internal-do-not-import-from-here/ux/models/index.d.ts +3 -1
  51. package/internal-do-not-import-from-here/ux/models/linkpicker/CustomLinkPropertyData.d.ts +5 -0
  52. package/internal-do-not-import-from-here/ux/models/linkpicker/ILinkPickerProvider.d.ts +8 -0
  53. package/internal-do-not-import-from-here/ux/models/linkpicker/ILinkRenderer.d.ts +3 -0
  54. package/internal-do-not-import-from-here/ux/models/linkpicker/LinkItem.d.ts +8 -0
  55. package/internal-do-not-import-from-here/ux/models/linkpicker/LinkItemHandler.d.ts +7 -0
  56. package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerClient.d.ts +4 -0
  57. package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerProviderContext.d.ts +19 -0
  58. package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerRegistration.d.ts +16 -0
  59. package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerStyle.d.ts +15 -0
  60. package/internal-do-not-import-from-here/ux/models/linkpicker/index.d.ts +9 -0
  61. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +2 -0
  64. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +18 -0
  65. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +17 -0
  66. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +5 -4
  67. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +3 -1
  69. package/internal-do-not-import-from-here/wctypings.d.ts +36 -16
  70. package/package.json +4 -4
  71. package/internal-do-not-import-from-here/stores/floweditor/FlowRendererPluginStore.d.ts +0 -44
  72. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDeletedDetailBlade.d.ts +0 -8
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/actionhandler/LayoutEditorAction.d.ts +0 -48
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/actionhandler/LayoutEditorActionSettings.d.ts +0 -7
  75. /package/internal-do-not-import-from-here/ux/{layoutcanvas/actionhandler/LayoutEditorClickHandler.d.ts → linkpicker/LinkPicker.css.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/{flow/models → models/flow}/ColorFormatNode.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/{flow/models → models/flow}/ElementNode.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/{flow/models → models/flow}/FlowContent.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/{flow/models → models/flow}/TypographyNode.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/{flow/models → models/flow}/VelcronNode.d.ts +0 -0
@@ -4,7 +4,7 @@ export declare const useFlowEditorToolbarStore: () => {
4
4
  state: {
5
5
  activeEditorStore: {
6
6
  state: {
7
- editorContent: import("../../models").FlowContent;
7
+ editorContent: import("../../..").FlowContent;
8
8
  plugins: import("..").FlowEditorPlugin[];
9
9
  hideToolbar: boolean;
10
10
  editMode: boolean;
@@ -24,7 +24,7 @@ export declare const useFlowEditorToolbarStore: () => {
24
24
  };
25
25
  };
26
26
  events: {
27
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
27
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../..").FlowContent>;
28
28
  onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
29
29
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
30
30
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -79,9 +79,9 @@ export declare const useFlowEditorToolbarStore: () => {
79
79
  };
80
80
  content: {
81
81
  subscribe(fn: (result: {
82
- sync: () => import("../../models").FlowContent;
82
+ sync: () => import("../../..").FlowContent;
83
83
  set: {
84
- byObject: (content: import("../../models").FlowContent) => void;
84
+ byObject: (content: import("../../..").FlowContent) => void;
85
85
  byString: (content: string) => void;
86
86
  };
87
87
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -101,6 +101,7 @@ export declare const useFlowEditorToolbarStore: () => {
101
101
  };
102
102
  formatting: {
103
103
  subscribe(fn: (result: {
104
+ wrapLine: (element: HTMLElement) => void;
104
105
  add: (element: HTMLElement) => void;
105
106
  toggle: (element: HTMLElement) => void;
106
107
  remove: (dataType: string) => void;
@@ -117,7 +118,7 @@ export declare const useFlowEditorToolbarStore: () => {
117
118
  };
118
119
  commands: {
119
120
  subscribe(fn: (result: {
120
- exec: (command: string, data: object) => void;
121
+ exec: (command: string, data: object | string) => void;
121
122
  builtIn: {
122
123
  content: {
123
124
  convert: (element: HTMLElement) => void;
@@ -142,6 +143,7 @@ export declare const useFlowEditorToolbarStore: () => {
142
143
  };
143
144
  formatting: {
144
145
  add: (element: HTMLElement) => void;
146
+ wrapLine: (element: HTMLElement) => void;
145
147
  remove: (dataType: string | HTMLElement) => void;
146
148
  has: (dataType: string | HTMLElement) => boolean;
147
149
  };
@@ -241,9 +243,9 @@ export declare const useFlowEditorToolbarStore: () => {
241
243
  };
242
244
  };
243
245
  content: () => {
244
- sync: () => import("../../models").FlowContent;
246
+ sync: () => import("../../..").FlowContent;
245
247
  set: {
246
- byObject: (content: import("../../models").FlowContent) => void;
248
+ byObject: (content: import("../../..").FlowContent) => void;
247
249
  byString: (content: string) => void;
248
250
  };
249
251
  };
@@ -257,6 +259,7 @@ export declare const useFlowEditorToolbarStore: () => {
257
259
  add: (action: FlowEditorActionRegistration | FlowEditorActionRegistration[]) => void;
258
260
  };
259
261
  formatting: () => {
262
+ wrapLine: (element: HTMLElement) => void;
260
263
  add: (element: HTMLElement) => void;
261
264
  toggle: (element: HTMLElement) => void;
262
265
  remove: (dataType: string) => void;
@@ -269,7 +272,7 @@ export declare const useFlowEditorToolbarStore: () => {
269
272
  add: (element: HTMLElement) => void;
270
273
  };
271
274
  commands: () => {
272
- exec: (command: string, data: object) => void;
275
+ exec: (command: string, data: object | string) => void;
273
276
  builtIn: {
274
277
  content: {
275
278
  convert: (element: HTMLElement) => void;
@@ -294,6 +297,7 @@ export declare const useFlowEditorToolbarStore: () => {
294
297
  };
295
298
  formatting: {
296
299
  add: (element: HTMLElement) => void;
300
+ wrapLine: (element: HTMLElement) => void;
297
301
  remove: (dataType: string | HTMLElement) => void;
298
302
  has: (dataType: string | HTMLElement) => boolean;
299
303
  };
@@ -364,7 +368,7 @@ export declare const useFlowEditorToolbarStore: () => {
364
368
  plugins: import("..").FlowEditorPlugin[];
365
369
  content: {
366
370
  isEmpty: () => boolean;
367
- asObject: () => import("../../models").FlowContent;
371
+ asObject: () => import("../../..").FlowContent;
368
372
  asString: () => string;
369
373
  };
370
374
  selection: {
@@ -386,7 +390,7 @@ export declare const useFlowEditorToolbarStore: () => {
386
390
  events: {
387
391
  onMutatedActiveEditorStore: import("@omnia/fx").MessageBusExposeOnlySubscription<{
388
392
  state: {
389
- editorContent: import("../../models").FlowContent;
393
+ editorContent: import("../../..").FlowContent;
390
394
  plugins: import("..").FlowEditorPlugin[];
391
395
  hideToolbar: boolean;
392
396
  editMode: boolean;
@@ -406,7 +410,7 @@ export declare const useFlowEditorToolbarStore: () => {
406
410
  };
407
411
  };
408
412
  events: {
409
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
413
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../..").FlowContent>;
410
414
  onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
411
415
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
412
416
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -461,9 +465,9 @@ export declare const useFlowEditorToolbarStore: () => {
461
465
  };
462
466
  content: {
463
467
  subscribe(fn: (result: {
464
- sync: () => import("../../models").FlowContent;
468
+ sync: () => import("../../..").FlowContent;
465
469
  set: {
466
- byObject: (content: import("../../models").FlowContent) => void;
470
+ byObject: (content: import("../../..").FlowContent) => void;
467
471
  byString: (content: string) => void;
468
472
  };
469
473
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -483,6 +487,7 @@ export declare const useFlowEditorToolbarStore: () => {
483
487
  };
484
488
  formatting: {
485
489
  subscribe(fn: (result: {
490
+ wrapLine: (element: HTMLElement) => void;
486
491
  add: (element: HTMLElement) => void;
487
492
  toggle: (element: HTMLElement) => void;
488
493
  remove: (dataType: string) => void;
@@ -499,7 +504,7 @@ export declare const useFlowEditorToolbarStore: () => {
499
504
  };
500
505
  commands: {
501
506
  subscribe(fn: (result: {
502
- exec: (command: string, data: object) => void;
507
+ exec: (command: string, data: object | string) => void;
503
508
  builtIn: {
504
509
  content: {
505
510
  convert: (element: HTMLElement) => void;
@@ -524,6 +529,7 @@ export declare const useFlowEditorToolbarStore: () => {
524
529
  };
525
530
  formatting: {
526
531
  add: (element: HTMLElement) => void;
532
+ wrapLine: (element: HTMLElement) => void;
527
533
  remove: (dataType: string | HTMLElement) => void;
528
534
  has: (dataType: string | HTMLElement) => boolean;
529
535
  };
@@ -623,9 +629,9 @@ export declare const useFlowEditorToolbarStore: () => {
623
629
  };
624
630
  };
625
631
  content: () => {
626
- sync: () => import("../../models").FlowContent;
632
+ sync: () => import("../../..").FlowContent;
627
633
  set: {
628
- byObject: (content: import("../../models").FlowContent) => void;
634
+ byObject: (content: import("../../..").FlowContent) => void;
629
635
  byString: (content: string) => void;
630
636
  };
631
637
  };
@@ -639,6 +645,7 @@ export declare const useFlowEditorToolbarStore: () => {
639
645
  add: (action: FlowEditorActionRegistration | FlowEditorActionRegistration[]) => void;
640
646
  };
641
647
  formatting: () => {
648
+ wrapLine: (element: HTMLElement) => void;
642
649
  add: (element: HTMLElement) => void;
643
650
  toggle: (element: HTMLElement) => void;
644
651
  remove: (dataType: string) => void;
@@ -651,7 +658,7 @@ export declare const useFlowEditorToolbarStore: () => {
651
658
  add: (element: HTMLElement) => void;
652
659
  };
653
660
  commands: () => {
654
- exec: (command: string, data: object) => void;
661
+ exec: (command: string, data: object | string) => void;
655
662
  builtIn: {
656
663
  content: {
657
664
  convert: (element: HTMLElement) => void;
@@ -676,6 +683,7 @@ export declare const useFlowEditorToolbarStore: () => {
676
683
  };
677
684
  formatting: {
678
685
  add: (element: HTMLElement) => void;
686
+ wrapLine: (element: HTMLElement) => void;
679
687
  remove: (dataType: string | HTMLElement) => void;
680
688
  has: (dataType: string | HTMLElement) => boolean;
681
689
  };
@@ -746,7 +754,7 @@ export declare const useFlowEditorToolbarStore: () => {
746
754
  plugins: import("..").FlowEditorPlugin[];
747
755
  content: {
748
756
  isEmpty: () => boolean;
749
- asObject: () => import("../../models").FlowContent;
757
+ asObject: () => import("../../..").FlowContent;
750
758
  asString: () => string;
751
759
  };
752
760
  selection: {
@@ -776,7 +784,7 @@ export declare const useFlowEditorToolbarStore: () => {
776
784
  setActiveEditorStore: {
777
785
  subscribe(fn: (store: {
778
786
  state: {
779
- editorContent: import("../../models").FlowContent;
787
+ editorContent: import("../../..").FlowContent;
780
788
  plugins: import("..").FlowEditorPlugin[];
781
789
  hideToolbar: boolean;
782
790
  editMode: boolean;
@@ -796,7 +804,7 @@ export declare const useFlowEditorToolbarStore: () => {
796
804
  };
797
805
  };
798
806
  events: {
799
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
807
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../..").FlowContent>;
800
808
  onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
801
809
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
802
810
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -851,9 +859,9 @@ export declare const useFlowEditorToolbarStore: () => {
851
859
  };
852
860
  content: {
853
861
  subscribe(fn: (result: {
854
- sync: () => import("../../models").FlowContent;
862
+ sync: () => import("../../..").FlowContent;
855
863
  set: {
856
- byObject: (content: import("../../models").FlowContent) => void;
864
+ byObject: (content: import("../../..").FlowContent) => void;
857
865
  byString: (content: string) => void;
858
866
  };
859
867
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -873,6 +881,7 @@ export declare const useFlowEditorToolbarStore: () => {
873
881
  };
874
882
  formatting: {
875
883
  subscribe(fn: (result: {
884
+ wrapLine: (element: HTMLElement) => void;
876
885
  add: (element: HTMLElement) => void;
877
886
  toggle: (element: HTMLElement) => void;
878
887
  remove: (dataType: string) => void;
@@ -889,7 +898,7 @@ export declare const useFlowEditorToolbarStore: () => {
889
898
  };
890
899
  commands: {
891
900
  subscribe(fn: (result: {
892
- exec: (command: string, data: object) => void;
901
+ exec: (command: string, data: object | string) => void;
893
902
  builtIn: {
894
903
  content: {
895
904
  convert: (element: HTMLElement) => void;
@@ -914,6 +923,7 @@ export declare const useFlowEditorToolbarStore: () => {
914
923
  };
915
924
  formatting: {
916
925
  add: (element: HTMLElement) => void;
926
+ wrapLine: (element: HTMLElement) => void;
917
927
  remove: (dataType: string | HTMLElement) => void;
918
928
  has: (dataType: string | HTMLElement) => boolean;
919
929
  };
@@ -1013,9 +1023,9 @@ export declare const useFlowEditorToolbarStore: () => {
1013
1023
  };
1014
1024
  };
1015
1025
  content: () => {
1016
- sync: () => import("../../models").FlowContent;
1026
+ sync: () => import("../../..").FlowContent;
1017
1027
  set: {
1018
- byObject: (content: import("../../models").FlowContent) => void;
1028
+ byObject: (content: import("../../..").FlowContent) => void;
1019
1029
  byString: (content: string) => void;
1020
1030
  };
1021
1031
  };
@@ -1029,6 +1039,7 @@ export declare const useFlowEditorToolbarStore: () => {
1029
1039
  add: (action: FlowEditorActionRegistration | FlowEditorActionRegistration[]) => void;
1030
1040
  };
1031
1041
  formatting: () => {
1042
+ wrapLine: (element: HTMLElement) => void;
1032
1043
  add: (element: HTMLElement) => void;
1033
1044
  toggle: (element: HTMLElement) => void;
1034
1045
  remove: (dataType: string) => void;
@@ -1041,7 +1052,7 @@ export declare const useFlowEditorToolbarStore: () => {
1041
1052
  add: (element: HTMLElement) => void;
1042
1053
  };
1043
1054
  commands: () => {
1044
- exec: (command: string, data: object) => void;
1055
+ exec: (command: string, data: object | string) => void;
1045
1056
  builtIn: {
1046
1057
  content: {
1047
1058
  convert: (element: HTMLElement) => void;
@@ -1066,6 +1077,7 @@ export declare const useFlowEditorToolbarStore: () => {
1066
1077
  };
1067
1078
  formatting: {
1068
1079
  add: (element: HTMLElement) => void;
1080
+ wrapLine: (element: HTMLElement) => void;
1069
1081
  remove: (dataType: string | HTMLElement) => void;
1070
1082
  has: (dataType: string | HTMLElement) => boolean;
1071
1083
  };
@@ -1136,7 +1148,7 @@ export declare const useFlowEditorToolbarStore: () => {
1136
1148
  plugins: import("..").FlowEditorPlugin[];
1137
1149
  content: {
1138
1150
  isEmpty: () => boolean;
1139
- asObject: () => import("../../models").FlowContent;
1151
+ asObject: () => import("../../..").FlowContent;
1140
1152
  asString: () => string;
1141
1153
  };
1142
1154
  selection: {
@@ -1166,7 +1178,7 @@ export declare const useFlowEditorToolbarStore: () => {
1166
1178
  setActiveEditorStore: {
1167
1179
  subscribe(fn: (result: void, store: {
1168
1180
  state: {
1169
- editorContent: import("../../models").FlowContent;
1181
+ editorContent: import("../../..").FlowContent;
1170
1182
  plugins: import("..").FlowEditorPlugin[];
1171
1183
  hideToolbar: boolean;
1172
1184
  editMode: boolean;
@@ -1186,7 +1198,7 @@ export declare const useFlowEditorToolbarStore: () => {
1186
1198
  };
1187
1199
  };
1188
1200
  events: {
1189
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
1201
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../..").FlowContent>;
1190
1202
  onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
1191
1203
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1192
1204
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -1241,9 +1253,9 @@ export declare const useFlowEditorToolbarStore: () => {
1241
1253
  };
1242
1254
  content: {
1243
1255
  subscribe(fn: (result: {
1244
- sync: () => import("../../models").FlowContent;
1256
+ sync: () => import("../../..").FlowContent;
1245
1257
  set: {
1246
- byObject: (content: import("../../models").FlowContent) => void;
1258
+ byObject: (content: import("../../..").FlowContent) => void;
1247
1259
  byString: (content: string) => void;
1248
1260
  };
1249
1261
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -1263,6 +1275,7 @@ export declare const useFlowEditorToolbarStore: () => {
1263
1275
  };
1264
1276
  formatting: {
1265
1277
  subscribe(fn: (result: {
1278
+ wrapLine: (element: HTMLElement) => void;
1266
1279
  add: (element: HTMLElement) => void;
1267
1280
  toggle: (element: HTMLElement) => void;
1268
1281
  remove: (dataType: string) => void;
@@ -1279,7 +1292,7 @@ export declare const useFlowEditorToolbarStore: () => {
1279
1292
  };
1280
1293
  commands: {
1281
1294
  subscribe(fn: (result: {
1282
- exec: (command: string, data: object) => void;
1295
+ exec: (command: string, data: object | string) => void;
1283
1296
  builtIn: {
1284
1297
  content: {
1285
1298
  convert: (element: HTMLElement) => void;
@@ -1304,6 +1317,7 @@ export declare const useFlowEditorToolbarStore: () => {
1304
1317
  };
1305
1318
  formatting: {
1306
1319
  add: (element: HTMLElement) => void;
1320
+ wrapLine: (element: HTMLElement) => void;
1307
1321
  remove: (dataType: string | HTMLElement) => void;
1308
1322
  has: (dataType: string | HTMLElement) => boolean;
1309
1323
  };
@@ -1403,9 +1417,9 @@ export declare const useFlowEditorToolbarStore: () => {
1403
1417
  };
1404
1418
  };
1405
1419
  content: () => {
1406
- sync: () => import("../../models").FlowContent;
1420
+ sync: () => import("../../..").FlowContent;
1407
1421
  set: {
1408
- byObject: (content: import("../../models").FlowContent) => void;
1422
+ byObject: (content: import("../../..").FlowContent) => void;
1409
1423
  byString: (content: string) => void;
1410
1424
  };
1411
1425
  };
@@ -1419,6 +1433,7 @@ export declare const useFlowEditorToolbarStore: () => {
1419
1433
  add: (action: FlowEditorActionRegistration | FlowEditorActionRegistration[]) => void;
1420
1434
  };
1421
1435
  formatting: () => {
1436
+ wrapLine: (element: HTMLElement) => void;
1422
1437
  add: (element: HTMLElement) => void;
1423
1438
  toggle: (element: HTMLElement) => void;
1424
1439
  remove: (dataType: string) => void;
@@ -1431,7 +1446,7 @@ export declare const useFlowEditorToolbarStore: () => {
1431
1446
  add: (element: HTMLElement) => void;
1432
1447
  };
1433
1448
  commands: () => {
1434
- exec: (command: string, data: object) => void;
1449
+ exec: (command: string, data: object | string) => void;
1435
1450
  builtIn: {
1436
1451
  content: {
1437
1452
  convert: (element: HTMLElement) => void;
@@ -1456,6 +1471,7 @@ export declare const useFlowEditorToolbarStore: () => {
1456
1471
  };
1457
1472
  formatting: {
1458
1473
  add: (element: HTMLElement) => void;
1474
+ wrapLine: (element: HTMLElement) => void;
1459
1475
  remove: (dataType: string | HTMLElement) => void;
1460
1476
  has: (dataType: string | HTMLElement) => boolean;
1461
1477
  };
@@ -1526,7 +1542,7 @@ export declare const useFlowEditorToolbarStore: () => {
1526
1542
  plugins: import("..").FlowEditorPlugin[];
1527
1543
  content: {
1528
1544
  isEmpty: () => boolean;
1529
- asObject: () => import("../../models").FlowContent;
1545
+ asObject: () => import("../../..").FlowContent;
1530
1546
  asString: () => string;
1531
1547
  };
1532
1548
  selection: {
@@ -1556,7 +1572,7 @@ export declare const useFlowEditorToolbarStore: () => {
1556
1572
  setActiveEditorStore: {
1557
1573
  subscribe(fn: (failureReason: any, store: {
1558
1574
  state: {
1559
- editorContent: import("../../models").FlowContent;
1575
+ editorContent: import("../../..").FlowContent;
1560
1576
  plugins: import("..").FlowEditorPlugin[];
1561
1577
  hideToolbar: boolean;
1562
1578
  editMode: boolean;
@@ -1576,7 +1592,7 @@ export declare const useFlowEditorToolbarStore: () => {
1576
1592
  };
1577
1593
  };
1578
1594
  events: {
1579
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
1595
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../..").FlowContent>;
1580
1596
  onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
1581
1597
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1582
1598
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -1631,9 +1647,9 @@ export declare const useFlowEditorToolbarStore: () => {
1631
1647
  };
1632
1648
  content: {
1633
1649
  subscribe(fn: (result: {
1634
- sync: () => import("../../models").FlowContent;
1650
+ sync: () => import("../../..").FlowContent;
1635
1651
  set: {
1636
- byObject: (content: import("../../models").FlowContent) => void;
1652
+ byObject: (content: import("../../..").FlowContent) => void;
1637
1653
  byString: (content: string) => void;
1638
1654
  };
1639
1655
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -1653,6 +1669,7 @@ export declare const useFlowEditorToolbarStore: () => {
1653
1669
  };
1654
1670
  formatting: {
1655
1671
  subscribe(fn: (result: {
1672
+ wrapLine: (element: HTMLElement) => void;
1656
1673
  add: (element: HTMLElement) => void;
1657
1674
  toggle: (element: HTMLElement) => void;
1658
1675
  remove: (dataType: string) => void;
@@ -1669,7 +1686,7 @@ export declare const useFlowEditorToolbarStore: () => {
1669
1686
  };
1670
1687
  commands: {
1671
1688
  subscribe(fn: (result: {
1672
- exec: (command: string, data: object) => void;
1689
+ exec: (command: string, data: object | string) => void;
1673
1690
  builtIn: {
1674
1691
  content: {
1675
1692
  convert: (element: HTMLElement) => void;
@@ -1694,6 +1711,7 @@ export declare const useFlowEditorToolbarStore: () => {
1694
1711
  };
1695
1712
  formatting: {
1696
1713
  add: (element: HTMLElement) => void;
1714
+ wrapLine: (element: HTMLElement) => void;
1697
1715
  remove: (dataType: string | HTMLElement) => void;
1698
1716
  has: (dataType: string | HTMLElement) => boolean;
1699
1717
  };
@@ -1793,9 +1811,9 @@ export declare const useFlowEditorToolbarStore: () => {
1793
1811
  };
1794
1812
  };
1795
1813
  content: () => {
1796
- sync: () => import("../../models").FlowContent;
1814
+ sync: () => import("../../..").FlowContent;
1797
1815
  set: {
1798
- byObject: (content: import("../../models").FlowContent) => void;
1816
+ byObject: (content: import("../../..").FlowContent) => void;
1799
1817
  byString: (content: string) => void;
1800
1818
  };
1801
1819
  };
@@ -1809,6 +1827,7 @@ export declare const useFlowEditorToolbarStore: () => {
1809
1827
  add: (action: FlowEditorActionRegistration | FlowEditorActionRegistration[]) => void;
1810
1828
  };
1811
1829
  formatting: () => {
1830
+ wrapLine: (element: HTMLElement) => void;
1812
1831
  add: (element: HTMLElement) => void;
1813
1832
  toggle: (element: HTMLElement) => void;
1814
1833
  remove: (dataType: string) => void;
@@ -1821,7 +1840,7 @@ export declare const useFlowEditorToolbarStore: () => {
1821
1840
  add: (element: HTMLElement) => void;
1822
1841
  };
1823
1842
  commands: () => {
1824
- exec: (command: string, data: object) => void;
1843
+ exec: (command: string, data: object | string) => void;
1825
1844
  builtIn: {
1826
1845
  content: {
1827
1846
  convert: (element: HTMLElement) => void;
@@ -1846,6 +1865,7 @@ export declare const useFlowEditorToolbarStore: () => {
1846
1865
  };
1847
1866
  formatting: {
1848
1867
  add: (element: HTMLElement) => void;
1868
+ wrapLine: (element: HTMLElement) => void;
1849
1869
  remove: (dataType: string | HTMLElement) => void;
1850
1870
  has: (dataType: string | HTMLElement) => boolean;
1851
1871
  };
@@ -1916,7 +1936,7 @@ export declare const useFlowEditorToolbarStore: () => {
1916
1936
  plugins: import("..").FlowEditorPlugin[];
1917
1937
  content: {
1918
1938
  isEmpty: () => boolean;
1919
- asObject: () => import("../../models").FlowContent;
1939
+ asObject: () => import("../../..").FlowContent;
1920
1940
  asString: () => string;
1921
1941
  };
1922
1942
  selection: {
@@ -1,6 +1,5 @@
1
1
  import { ColorDefinition, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const flowRendererStyles: {
4
- placeholder: string;
5
4
  container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => string;
6
5
  };
@@ -1,10 +1,7 @@
1
- import { FlowRendererPluginSettings } from "@omnia/fx-models";
2
1
  import { useFlowRendererStore } from "./stores";
3
- import { FlowContent } from "../models";
2
+ import { FlowContent } from "@omnia/fx/ux";
4
3
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
5
4
  content?: FlowContent;
6
- } & {
7
- plugins?: FlowRendererPluginSettings[];
8
5
  } & {
9
6
  getApi?: (store: ReturnType<typeof useFlowRendererStore>) => void;
10
7
  }>) => any;
@@ -6,7 +6,7 @@ export declare const FlowRendererConstants: {
6
6
  isComponent: string;
7
7
  };
8
8
  };
9
- editor: {
9
+ renderer: {
10
10
  container: string;
11
11
  };
12
12
  };
@@ -1,4 +1,4 @@
1
- import { FlowNode } from "../../models";
1
+ import { FlowNode } from "@omnia/fx/ux";
2
2
  import { FlowRendererPlugin } from "./FlowRendererPlugin";
3
3
  import { FlowRendererToHtmlContext } from "./FlowRendererToHtmlContext";
4
4
  export interface FlowRendererContentPlugin extends FlowRendererPlugin {
@@ -1,4 +1,4 @@
1
- import { FlowNode } from "../../models";
1
+ import { FlowNode } from "@omnia/fx/ux";
2
2
  import { FlowRendererContext } from "./FlowRendererContext";
3
3
  import { FlowRendererPluginContext } from "./FlowRendererPluginContext";
4
4
  export interface FlowRendererToHtmlContext<TNodeType extends FlowNode = FlowNode> {
@@ -1,7 +1,7 @@
1
- import { FlowContent } from "../../models";
1
+ import { FlowContent } from "@omnia/fx/ux";
2
2
  import { FlowRendererPlugin, FlowRendererPluginContext } from "../models";
3
3
  export declare function useJSONParser(state: {
4
- editor: HTMLDivElement;
4
+ renderEl: HTMLDivElement;
5
5
  plugins: Array<FlowRendererPlugin>;
6
6
  }, pluginContext: FlowRendererPluginContext): {
7
7
  loadJSONToEditor: (editorContent: FlowContent) => any;
@@ -0,0 +1,3 @@
1
+ export declare const spacingPlugin: () => import("../../models").FlowRendererPlugin & {
2
+ dispose?: () => void;
3
+ };
@@ -0,0 +1,3 @@
1
+ export declare const textAlignPlugin: () => import("../../models").FlowRendererPlugin & {
2
+ dispose?: () => void;
3
+ };
@@ -1,22 +1,24 @@
1
- import { FlowEditorPluginSettings } from "@omnia/fx-models";
1
+ import { Future } from "@omnia/fx-models";
2
2
  import { FlowRendererPlugin, FlowRendererPluginContext } from "../models";
3
- import { FlowContent } from "../../models";
3
+ import { FlowContent } from "@omnia/fx/ux";
4
4
  export declare const useFlowRendererStore: () => {
5
5
  state: {
6
6
  editorContent: FlowContent;
7
7
  plugins: FlowRendererPlugin[];
8
- editor: HTMLDivElement;
8
+ renderEl: HTMLDivElement;
9
9
  telePorts: JSX.Element[];
10
10
  id: string;
11
11
  pluginContext: FlowRendererPluginContext;
12
+ pluginsLoadedPromise: Future<void>;
12
13
  };
13
14
  events: {
14
15
  onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowContent>;
15
16
  onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowRendererPlugin[]>;
16
- onMutatedEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<HTMLDivElement>;
17
+ onMutatedRenderEl: import("@omnia/fx").MessageBusExposeOnlySubscription<HTMLDivElement>;
17
18
  onMutatedTelePorts: import("@omnia/fx").MessageBusExposeOnlySubscription<JSX.Element[]>;
18
19
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
19
20
  onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowRendererPluginContext>;
21
+ onMutatedPluginsLoadedPromise: import("@omnia/fx").MessageBusExposeOnlySubscription<Future<void>>;
20
22
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
21
23
  actions: {
22
24
  onDispatching: {
@@ -37,8 +39,6 @@ export declare const useFlowRendererStore: () => {
37
39
  plugin: {
38
40
  subscribe(fn: (result: {
39
41
  register: {
40
- plugin: (pluginSettings: FlowEditorPluginSettings) => void;
41
- plugins: (pluginSettings: FlowEditorPluginSettings | FlowEditorPluginSettings[]) => Promise<void>;
42
42
  context: (ctx: FlowRendererPluginContext) => void;
43
43
  };
44
44
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -81,8 +81,6 @@ export declare const useFlowRendererStore: () => {
81
81
  } & {
82
82
  plugin: () => {
83
83
  register: {
84
- plugin: (pluginSettings: FlowEditorPluginSettings) => void;
85
- plugins: (pluginSettings: FlowEditorPluginSettings | FlowEditorPluginSettings[]) => Promise<void>;
86
84
  context: (ctx: FlowRendererPluginContext) => void;
87
85
  };
88
86
  };
@@ -365,8 +365,8 @@ declare const _default: {
365
365
  };
366
366
  }>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
367
367
  propsDefinition: Omit<Readonly<{} & {
368
- size?: "small" | "default" | "x-large" | "x-small" | "large";
369
368
  inline?: boolean;
369
+ size?: "small" | "default" | "x-large" | "x-small" | "large";
370
370
  styles?: {
371
371
  container: {
372
372
  $nest: {
@@ -1,3 +1,4 @@
1
1
  export declare const BlockTitleSettingsStyles: {
2
2
  blockTitlePositioner: string;
3
+ selector: (dark: boolean) => string;
3
4
  };
@@ -0,0 +1,5 @@
1
+ import { TitleRendererValue } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ renderer?: TitleRendererValue;
4
+ }>) => any;
5
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { TitleRendererValue } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ "emit:update:modelValue": (value: TitleRendererValue) => void;
4
+ } & {
5
+ "v-model"?: TitleRendererValue;
6
+ } & {
7
+ "onUpdate:modelValue"?: (value: TitleRendererValue) => void;
8
+ } & {
9
+ modelValue?: TitleRendererValue;
10
+ }>) => any;
11
+ export default _default;