@omnia/fx 8.0.268-dev → 8.0.269-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) 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/stores/floweditor/FlowRendererPluginStore.d.ts +43 -0
  3. package/internal-do-not-import-from-here/stores/floweditor/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +6 -6
  6. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +18 -18
  7. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +18 -18
  8. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/FlowEditor.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/commands/EditorCommands.d.ts +5 -5
  10. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/commands/helpers/EditorNodeHelper.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/commands/helpers/HtmlNodehelper.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/flow/editor/commands/helpers/index.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/flow/editor/commands/index.d.ts +2 -0
  14. package/internal-do-not-import-from-here/ux/flow/editor/index.d.ts +5 -0
  15. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/models/EditorModels.d.ts +0 -11
  16. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/models/EditorPlugin.d.ts +4 -5
  17. package/internal-do-not-import-from-here/ux/flow/editor/models/index.d.ts +3 -0
  18. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/parsers/HtmlParser.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/parsers/JSONParser.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/flow/editor/parsers/index.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/DefineEditorPlugin.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/flow/editor/plugins/bold/BoldPlugin.d.ts +3 -0
  23. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/colorstyle/ColorConverter.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/colorstyle/ColorStylePlugin.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/elements/ElementConverter.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/flow/editor/plugins/elements/ElementPlugin.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/eventhandlers/EditorEvents.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/eventhandlers/KeyboardEvents.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/eventhandlers/handlers/BackspaceHandler.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/eventhandlers/handlers/ClipboardHandler.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/eventhandlers/handlers/EnterHandler.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/flow/editor/plugins/eventhandlers/handlers/index.d.ts +3 -0
  33. package/internal-do-not-import-from-here/ux/flow/editor/plugins/italic/ItalicPlugin.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/flow/editor/plugins/sourceeditor/SourceEditorButton.d.ts +2 -0
  35. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/sourceeditor/SourceEditorPlugin.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/testdata/TestDataPlugin.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/text/TextConverter.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/flow/editor/plugins/text/TextPlugin.d.ts +3 -0
  39. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/typography/TypographyPlugin.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/velcron/VelcronPlugin.d.ts +2 -6
  42. package/internal-do-not-import-from-here/ux/flow/editor/rules/index.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/stores/FlowEditorStore.d.ts +24 -25
  44. package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/stores/FlowEditorToolbarStore.d.ts +125 -125
  45. package/internal-do-not-import-from-here/ux/flow/editor/stores/index.d.ts +2 -0
  46. package/internal-do-not-import-from-here/ux/flow/models/ColorFormatNode.d.ts +5 -0
  47. package/internal-do-not-import-from-here/ux/flow/models/ElementNode.d.ts +4 -0
  48. package/internal-do-not-import-from-here/ux/flow/models/FlowContent.d.ts +11 -0
  49. package/internal-do-not-import-from-here/ux/flow/models/TypographyNode.d.ts +5 -0
  50. package/internal-do-not-import-from-here/ux/flow/models/VelcronNode.d.ts +5 -0
  51. package/internal-do-not-import-from-here/ux/flow/models/index.d.ts +5 -0
  52. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.css.d.ts +6 -0
  53. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +11 -0
  54. package/internal-do-not-import-from-here/ux/flow/renderer/PluginRegistrationHandler.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/flow/renderer/index.d.ts +3 -0
  56. package/internal-do-not-import-from-here/ux/flow/renderer/models/Constants.d.ts +12 -0
  57. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +6 -0
  58. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContext.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPlugin.d.ts +3 -0
  60. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginContext.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererToHtmlContext.d.ts +8 -0
  62. package/internal-do-not-import-from-here/ux/flow/renderer/models/index.d.ts +6 -0
  63. package/internal-do-not-import-from-here/ux/flow/renderer/parsers/JSONParser.d.ts +8 -0
  64. package/internal-do-not-import-from-here/ux/flow/renderer/parsers/index.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/DefineRendererPlugin.d.ts +8 -0
  66. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/PluginRegistrations.d.ts +1 -0
  67. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/bold/BoldPlugin.d.ts +3 -0
  68. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/colorstyle/ColorStylePlugin.d.ts +3 -0
  69. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/elements/ElementPlugin.d.ts +3 -0
  70. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/italic/ItalicPlugin.d.ts +3 -0
  71. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/text/TextConverter.d.ts +5 -0
  72. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/text/TextPlugin.d.ts +3 -0
  73. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/typography/TypographyPlugin.d.ts +3 -0
  74. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/velcron/VelcronPlugin.d.ts +9 -0
  75. package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +109 -0
  76. package/internal-do-not-import-from-here/ux/flow/renderer/stores/index.d.ts +1 -0
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +9 -129
  78. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +2 -4
  80. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +1 -0
  81. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  82. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  84. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +9 -9
  85. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  86. package/internal-do-not-import-from-here/wctypings.d.ts +28 -22
  87. package/package.json +2 -2
  88. package/internal-do-not-import-from-here/ux/floweditor/plugins/bold/BoldPlugin.d.ts +0 -3
  89. package/internal-do-not-import-from-here/ux/floweditor/plugins/colorstyle/ColorButton.d.ts +0 -7
  90. package/internal-do-not-import-from-here/ux/floweditor/plugins/elements/ElementPlugin.d.ts +0 -7
  91. package/internal-do-not-import-from-here/ux/floweditor/plugins/italic/ItalicPlugin.d.ts +0 -3
  92. package/internal-do-not-import-from-here/ux/floweditor/plugins/text/TextPlugin.d.ts +0 -3
  93. package/internal-do-not-import-from-here/ux/floweditor/plugins/typography/TypographyButton.d.ts +0 -7
  94. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +0 -5
  95. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +0 -89
  96. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentRenderer.d.ts +0 -80
  97. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +0 -4
  98. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +0 -11
  99. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector copy.d.ts +0 -11
  100. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +0 -12
  101. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +0 -11
  102. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar copy.d.ts +0 -14
  103. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +0 -4
  104. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +0 -14
  105. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +0 -6
  106. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +0 -2
  107. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +0 -5
  108. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +0 -5
  109. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +0 -24
  110. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +0 -1
  111. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +0 -249
  112. /package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/FlowEditor.css.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/FlowEditorToolbar.css.d.ts +0 -0
  114. /package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/FlowEditorToolbar.d.ts +0 -0
  115. /package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/PluginRegistrationHandler.d.ts +0 -0
  116. /package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/commands/helpers/Editorhelper.d.ts +0 -0
  117. /package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/models/Constants.d.ts +0 -0
  118. /package/internal-do-not-import-from-here/ux/{floweditor/plugins/registrations → flow/editor/plugins}/PluginRegistrations.d.ts +0 -0
  119. /package/internal-do-not-import-from-here/ux/{floweditor/plugins/sourceeditor/SourceEditorButton.d.ts → flow/editor/plugins/colorstyle/ColorButton.d.ts} +0 -0
  120. /package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/plugins/eventhandlers/converters/WordConverter.d.ts +0 -0
  121. /package/internal-do-not-import-from-here/ux/{floweditor → flow/editor}/rules/EditorRules.d.ts +0 -0
@@ -4,17 +4,17 @@ export declare const useFlowEditorToolbarStore: () => {
4
4
  state: {
5
5
  activeEditorStore: {
6
6
  state: {
7
- editorContent: import("../models/EditorModels").FlowContent;
8
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
7
+ editorContent: import("../../models").FlowContent;
8
+ plugins: import("..").FlowEditorPlugin[];
9
9
  hideToolbar: boolean;
10
10
  editMode: boolean;
11
11
  maxNodeId: number;
12
12
  toolbarActions: FlowEditorActionRegistration[];
13
13
  editor: HTMLDivElement;
14
- nodeSelection: import("../models/EditorModels").NodeSelection;
14
+ nodeSelection: import("..").NodeSelection;
15
15
  telePorts: JSX.Element[];
16
16
  id: string;
17
- pluginContext: import("../models/EditorPlugin").FlowEditorPluginContext;
17
+ pluginContext: import("..").FlowEditorPluginContext;
18
18
  selectedRange: Range;
19
19
  showPlaceHolder: boolean;
20
20
  definitionSelector: {
@@ -24,17 +24,17 @@ export declare const useFlowEditorToolbarStore: () => {
24
24
  };
25
25
  };
26
26
  events: {
27
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").FlowContent>;
28
- onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPlugin[]>;
27
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
28
+ onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
29
29
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
30
30
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
31
31
  onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
32
32
  onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowEditorActionRegistration[]>;
33
33
  onMutatedEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<HTMLDivElement>;
34
- onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").NodeSelection>;
34
+ onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").NodeSelection>;
35
35
  onMutatedTelePorts: import("@omnia/fx").MessageBusExposeOnlySubscription<JSX.Element[]>;
36
36
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
37
- onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPluginContext>;
37
+ onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
38
38
  onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
39
39
  onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
40
40
  onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
@@ -73,15 +73,15 @@ export declare const useFlowEditorToolbarStore: () => {
73
73
  register: {
74
74
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
75
75
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
76
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
76
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
77
77
  };
78
78
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
79
  };
80
80
  content: {
81
81
  subscribe(fn: (result: {
82
- sync: () => import("../models/EditorModels").FlowContent;
82
+ sync: () => import("../../models").FlowContent;
83
83
  set: {
84
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
84
+ byObject: (content: import("../../models").FlowContent) => void;
85
85
  byString: (content: string) => void;
86
86
  };
87
87
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -130,7 +130,7 @@ export declare const useFlowEditorToolbarStore: () => {
130
130
  };
131
131
  selection: {
132
132
  get: {
133
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
133
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
134
134
  };
135
135
  };
136
136
  cursor: {
@@ -177,7 +177,7 @@ export declare const useFlowEditorToolbarStore: () => {
177
177
  };
178
178
  editorNode: {
179
179
  get: {
180
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
180
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
181
181
  };
182
182
  };
183
183
  htmlNode: {
@@ -190,11 +190,11 @@ export declare const useFlowEditorToolbarStore: () => {
190
190
  };
191
191
  get: {
192
192
  topContainerForContent: (element: HTMLElement) => HTMLElement;
193
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
193
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
194
194
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
195
195
  };
196
196
  remove: {
197
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
197
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
198
198
  };
199
199
  strip: {
200
200
  after: (element: HTMLElement, splitter: string) => void;
@@ -237,13 +237,13 @@ export declare const useFlowEditorToolbarStore: () => {
237
237
  register: {
238
238
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
239
239
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
240
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
240
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
241
241
  };
242
242
  };
243
243
  content: () => {
244
- sync: () => import("../models/EditorModels").FlowContent;
244
+ sync: () => import("../../models").FlowContent;
245
245
  set: {
246
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
246
+ byObject: (content: import("../../models").FlowContent) => void;
247
247
  byString: (content: string) => void;
248
248
  };
249
249
  };
@@ -282,7 +282,7 @@ export declare const useFlowEditorToolbarStore: () => {
282
282
  };
283
283
  selection: {
284
284
  get: {
285
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
285
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
286
286
  };
287
287
  };
288
288
  cursor: {
@@ -329,7 +329,7 @@ export declare const useFlowEditorToolbarStore: () => {
329
329
  };
330
330
  editorNode: {
331
331
  get: {
332
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
332
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
333
333
  };
334
334
  };
335
335
  htmlNode: {
@@ -342,11 +342,11 @@ export declare const useFlowEditorToolbarStore: () => {
342
342
  };
343
343
  get: {
344
344
  topContainerForContent: (element: HTMLElement) => HTMLElement;
345
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
345
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
346
346
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
347
347
  };
348
348
  remove: {
349
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
349
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
350
350
  };
351
351
  strip: {
352
352
  after: (element: HTMLElement, splitter: string) => void;
@@ -361,10 +361,10 @@ export declare const useFlowEditorToolbarStore: () => {
361
361
  };
362
362
  };
363
363
  get: {
364
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
364
+ plugins: import("..").FlowEditorPlugin[];
365
365
  content: {
366
366
  isEmpty: () => boolean;
367
- asObject: () => import("../models/EditorModels").FlowContent;
367
+ asObject: () => import("../../models").FlowContent;
368
368
  asString: () => string;
369
369
  };
370
370
  selection: {
@@ -372,7 +372,7 @@ export declare const useFlowEditorToolbarStore: () => {
372
372
  type: (pluginType: string) => boolean;
373
373
  };
374
374
  get: {
375
- byType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
375
+ byType: (pluginType: string) => import("..").FlowNodeReference[];
376
376
  };
377
377
  };
378
378
  };
@@ -386,17 +386,17 @@ export declare const useFlowEditorToolbarStore: () => {
386
386
  events: {
387
387
  onMutatedActiveEditorStore: import("@omnia/fx").MessageBusExposeOnlySubscription<{
388
388
  state: {
389
- editorContent: import("../models/EditorModels").FlowContent;
390
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
389
+ editorContent: import("../../models").FlowContent;
390
+ plugins: import("..").FlowEditorPlugin[];
391
391
  hideToolbar: boolean;
392
392
  editMode: boolean;
393
393
  maxNodeId: number;
394
394
  toolbarActions: FlowEditorActionRegistration[];
395
395
  editor: HTMLDivElement;
396
- nodeSelection: import("../models/EditorModels").NodeSelection;
396
+ nodeSelection: import("..").NodeSelection;
397
397
  telePorts: JSX.Element[];
398
398
  id: string;
399
- pluginContext: import("../models/EditorPlugin").FlowEditorPluginContext;
399
+ pluginContext: import("..").FlowEditorPluginContext;
400
400
  selectedRange: Range;
401
401
  showPlaceHolder: boolean;
402
402
  definitionSelector: {
@@ -406,17 +406,17 @@ export declare const useFlowEditorToolbarStore: () => {
406
406
  };
407
407
  };
408
408
  events: {
409
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").FlowContent>;
410
- onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPlugin[]>;
409
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
410
+ onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
411
411
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
412
412
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
413
413
  onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
414
414
  onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowEditorActionRegistration[]>;
415
415
  onMutatedEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<HTMLDivElement>;
416
- onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").NodeSelection>;
416
+ onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").NodeSelection>;
417
417
  onMutatedTelePorts: import("@omnia/fx").MessageBusExposeOnlySubscription<JSX.Element[]>;
418
418
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
419
- onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPluginContext>;
419
+ onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
420
420
  onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
421
421
  onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
422
422
  onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
@@ -455,15 +455,15 @@ export declare const useFlowEditorToolbarStore: () => {
455
455
  register: {
456
456
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
457
457
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
458
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
458
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
459
459
  };
460
460
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
461
461
  };
462
462
  content: {
463
463
  subscribe(fn: (result: {
464
- sync: () => import("../models/EditorModels").FlowContent;
464
+ sync: () => import("../../models").FlowContent;
465
465
  set: {
466
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
466
+ byObject: (content: import("../../models").FlowContent) => void;
467
467
  byString: (content: string) => void;
468
468
  };
469
469
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -512,7 +512,7 @@ export declare const useFlowEditorToolbarStore: () => {
512
512
  };
513
513
  selection: {
514
514
  get: {
515
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
515
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
516
516
  };
517
517
  };
518
518
  cursor: {
@@ -559,7 +559,7 @@ export declare const useFlowEditorToolbarStore: () => {
559
559
  };
560
560
  editorNode: {
561
561
  get: {
562
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
562
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
563
563
  };
564
564
  };
565
565
  htmlNode: {
@@ -572,11 +572,11 @@ export declare const useFlowEditorToolbarStore: () => {
572
572
  };
573
573
  get: {
574
574
  topContainerForContent: (element: HTMLElement) => HTMLElement;
575
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
575
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
576
576
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
577
577
  };
578
578
  remove: {
579
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
579
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
580
580
  };
581
581
  strip: {
582
582
  after: (element: HTMLElement, splitter: string) => void;
@@ -619,13 +619,13 @@ export declare const useFlowEditorToolbarStore: () => {
619
619
  register: {
620
620
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
621
621
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
622
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
622
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
623
623
  };
624
624
  };
625
625
  content: () => {
626
- sync: () => import("../models/EditorModels").FlowContent;
626
+ sync: () => import("../../models").FlowContent;
627
627
  set: {
628
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
628
+ byObject: (content: import("../../models").FlowContent) => void;
629
629
  byString: (content: string) => void;
630
630
  };
631
631
  };
@@ -664,7 +664,7 @@ export declare const useFlowEditorToolbarStore: () => {
664
664
  };
665
665
  selection: {
666
666
  get: {
667
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
667
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
668
668
  };
669
669
  };
670
670
  cursor: {
@@ -711,7 +711,7 @@ export declare const useFlowEditorToolbarStore: () => {
711
711
  };
712
712
  editorNode: {
713
713
  get: {
714
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
714
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
715
715
  };
716
716
  };
717
717
  htmlNode: {
@@ -724,11 +724,11 @@ export declare const useFlowEditorToolbarStore: () => {
724
724
  };
725
725
  get: {
726
726
  topContainerForContent: (element: HTMLElement) => HTMLElement;
727
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
727
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
728
728
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
729
729
  };
730
730
  remove: {
731
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
731
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
732
732
  };
733
733
  strip: {
734
734
  after: (element: HTMLElement, splitter: string) => void;
@@ -743,10 +743,10 @@ export declare const useFlowEditorToolbarStore: () => {
743
743
  };
744
744
  };
745
745
  get: {
746
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
746
+ plugins: import("..").FlowEditorPlugin[];
747
747
  content: {
748
748
  isEmpty: () => boolean;
749
- asObject: () => import("../models/EditorModels").FlowContent;
749
+ asObject: () => import("../../models").FlowContent;
750
750
  asString: () => string;
751
751
  };
752
752
  selection: {
@@ -754,7 +754,7 @@ export declare const useFlowEditorToolbarStore: () => {
754
754
  type: (pluginType: string) => boolean;
755
755
  };
756
756
  get: {
757
- byType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
757
+ byType: (pluginType: string) => import("..").FlowNodeReference[];
758
758
  };
759
759
  };
760
760
  };
@@ -776,17 +776,17 @@ export declare const useFlowEditorToolbarStore: () => {
776
776
  setActiveEditorStore: {
777
777
  subscribe(fn: (store: {
778
778
  state: {
779
- editorContent: import("../models/EditorModels").FlowContent;
780
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
779
+ editorContent: import("../../models").FlowContent;
780
+ plugins: import("..").FlowEditorPlugin[];
781
781
  hideToolbar: boolean;
782
782
  editMode: boolean;
783
783
  maxNodeId: number;
784
784
  toolbarActions: FlowEditorActionRegistration[];
785
785
  editor: HTMLDivElement;
786
- nodeSelection: import("../models/EditorModels").NodeSelection;
786
+ nodeSelection: import("..").NodeSelection;
787
787
  telePorts: JSX.Element[];
788
788
  id: string;
789
- pluginContext: import("../models/EditorPlugin").FlowEditorPluginContext;
789
+ pluginContext: import("..").FlowEditorPluginContext;
790
790
  selectedRange: Range;
791
791
  showPlaceHolder: boolean;
792
792
  definitionSelector: {
@@ -796,17 +796,17 @@ export declare const useFlowEditorToolbarStore: () => {
796
796
  };
797
797
  };
798
798
  events: {
799
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").FlowContent>;
800
- onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPlugin[]>;
799
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
800
+ onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
801
801
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
802
802
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
803
803
  onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
804
804
  onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowEditorActionRegistration[]>;
805
805
  onMutatedEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<HTMLDivElement>;
806
- onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").NodeSelection>;
806
+ onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").NodeSelection>;
807
807
  onMutatedTelePorts: import("@omnia/fx").MessageBusExposeOnlySubscription<JSX.Element[]>;
808
808
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
809
- onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPluginContext>;
809
+ onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
810
810
  onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
811
811
  onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
812
812
  onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
@@ -845,15 +845,15 @@ export declare const useFlowEditorToolbarStore: () => {
845
845
  register: {
846
846
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
847
847
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
848
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
848
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
849
849
  };
850
850
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
851
851
  };
852
852
  content: {
853
853
  subscribe(fn: (result: {
854
- sync: () => import("../models/EditorModels").FlowContent;
854
+ sync: () => import("../../models").FlowContent;
855
855
  set: {
856
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
856
+ byObject: (content: import("../../models").FlowContent) => void;
857
857
  byString: (content: string) => void;
858
858
  };
859
859
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -902,7 +902,7 @@ export declare const useFlowEditorToolbarStore: () => {
902
902
  };
903
903
  selection: {
904
904
  get: {
905
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
905
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
906
906
  };
907
907
  };
908
908
  cursor: {
@@ -949,7 +949,7 @@ export declare const useFlowEditorToolbarStore: () => {
949
949
  };
950
950
  editorNode: {
951
951
  get: {
952
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
952
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
953
953
  };
954
954
  };
955
955
  htmlNode: {
@@ -962,11 +962,11 @@ export declare const useFlowEditorToolbarStore: () => {
962
962
  };
963
963
  get: {
964
964
  topContainerForContent: (element: HTMLElement) => HTMLElement;
965
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
965
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
966
966
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
967
967
  };
968
968
  remove: {
969
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
969
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
970
970
  };
971
971
  strip: {
972
972
  after: (element: HTMLElement, splitter: string) => void;
@@ -1009,13 +1009,13 @@ export declare const useFlowEditorToolbarStore: () => {
1009
1009
  register: {
1010
1010
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
1011
1011
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
1012
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
1012
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
1013
1013
  };
1014
1014
  };
1015
1015
  content: () => {
1016
- sync: () => import("../models/EditorModels").FlowContent;
1016
+ sync: () => import("../../models").FlowContent;
1017
1017
  set: {
1018
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
1018
+ byObject: (content: import("../../models").FlowContent) => void;
1019
1019
  byString: (content: string) => void;
1020
1020
  };
1021
1021
  };
@@ -1054,7 +1054,7 @@ export declare const useFlowEditorToolbarStore: () => {
1054
1054
  };
1055
1055
  selection: {
1056
1056
  get: {
1057
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
1057
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
1058
1058
  };
1059
1059
  };
1060
1060
  cursor: {
@@ -1101,7 +1101,7 @@ export declare const useFlowEditorToolbarStore: () => {
1101
1101
  };
1102
1102
  editorNode: {
1103
1103
  get: {
1104
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
1104
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
1105
1105
  };
1106
1106
  };
1107
1107
  htmlNode: {
@@ -1114,11 +1114,11 @@ export declare const useFlowEditorToolbarStore: () => {
1114
1114
  };
1115
1115
  get: {
1116
1116
  topContainerForContent: (element: HTMLElement) => HTMLElement;
1117
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
1117
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
1118
1118
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
1119
1119
  };
1120
1120
  remove: {
1121
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
1121
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
1122
1122
  };
1123
1123
  strip: {
1124
1124
  after: (element: HTMLElement, splitter: string) => void;
@@ -1133,10 +1133,10 @@ export declare const useFlowEditorToolbarStore: () => {
1133
1133
  };
1134
1134
  };
1135
1135
  get: {
1136
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
1136
+ plugins: import("..").FlowEditorPlugin[];
1137
1137
  content: {
1138
1138
  isEmpty: () => boolean;
1139
- asObject: () => import("../models/EditorModels").FlowContent;
1139
+ asObject: () => import("../../models").FlowContent;
1140
1140
  asString: () => string;
1141
1141
  };
1142
1142
  selection: {
@@ -1144,7 +1144,7 @@ export declare const useFlowEditorToolbarStore: () => {
1144
1144
  type: (pluginType: string) => boolean;
1145
1145
  };
1146
1146
  get: {
1147
- byType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
1147
+ byType: (pluginType: string) => import("..").FlowNodeReference[];
1148
1148
  };
1149
1149
  };
1150
1150
  };
@@ -1166,17 +1166,17 @@ export declare const useFlowEditorToolbarStore: () => {
1166
1166
  setActiveEditorStore: {
1167
1167
  subscribe(fn: (result: void, store: {
1168
1168
  state: {
1169
- editorContent: import("../models/EditorModels").FlowContent;
1170
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
1169
+ editorContent: import("../../models").FlowContent;
1170
+ plugins: import("..").FlowEditorPlugin[];
1171
1171
  hideToolbar: boolean;
1172
1172
  editMode: boolean;
1173
1173
  maxNodeId: number;
1174
1174
  toolbarActions: FlowEditorActionRegistration[];
1175
1175
  editor: HTMLDivElement;
1176
- nodeSelection: import("../models/EditorModels").NodeSelection;
1176
+ nodeSelection: import("..").NodeSelection;
1177
1177
  telePorts: JSX.Element[];
1178
1178
  id: string;
1179
- pluginContext: import("../models/EditorPlugin").FlowEditorPluginContext;
1179
+ pluginContext: import("..").FlowEditorPluginContext;
1180
1180
  selectedRange: Range;
1181
1181
  showPlaceHolder: boolean;
1182
1182
  definitionSelector: {
@@ -1186,17 +1186,17 @@ export declare const useFlowEditorToolbarStore: () => {
1186
1186
  };
1187
1187
  };
1188
1188
  events: {
1189
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").FlowContent>;
1190
- onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPlugin[]>;
1189
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
1190
+ onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
1191
1191
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1192
1192
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1193
1193
  onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
1194
1194
  onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowEditorActionRegistration[]>;
1195
1195
  onMutatedEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<HTMLDivElement>;
1196
- onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").NodeSelection>;
1196
+ onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").NodeSelection>;
1197
1197
  onMutatedTelePorts: import("@omnia/fx").MessageBusExposeOnlySubscription<JSX.Element[]>;
1198
1198
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
1199
- onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPluginContext>;
1199
+ onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
1200
1200
  onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
1201
1201
  onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1202
1202
  onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
@@ -1235,15 +1235,15 @@ export declare const useFlowEditorToolbarStore: () => {
1235
1235
  register: {
1236
1236
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
1237
1237
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
1238
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
1238
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
1239
1239
  };
1240
1240
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1241
1241
  };
1242
1242
  content: {
1243
1243
  subscribe(fn: (result: {
1244
- sync: () => import("../models/EditorModels").FlowContent;
1244
+ sync: () => import("../../models").FlowContent;
1245
1245
  set: {
1246
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
1246
+ byObject: (content: import("../../models").FlowContent) => void;
1247
1247
  byString: (content: string) => void;
1248
1248
  };
1249
1249
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -1292,7 +1292,7 @@ export declare const useFlowEditorToolbarStore: () => {
1292
1292
  };
1293
1293
  selection: {
1294
1294
  get: {
1295
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
1295
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
1296
1296
  };
1297
1297
  };
1298
1298
  cursor: {
@@ -1339,7 +1339,7 @@ export declare const useFlowEditorToolbarStore: () => {
1339
1339
  };
1340
1340
  editorNode: {
1341
1341
  get: {
1342
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
1342
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
1343
1343
  };
1344
1344
  };
1345
1345
  htmlNode: {
@@ -1352,11 +1352,11 @@ export declare const useFlowEditorToolbarStore: () => {
1352
1352
  };
1353
1353
  get: {
1354
1354
  topContainerForContent: (element: HTMLElement) => HTMLElement;
1355
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
1355
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
1356
1356
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
1357
1357
  };
1358
1358
  remove: {
1359
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
1359
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
1360
1360
  };
1361
1361
  strip: {
1362
1362
  after: (element: HTMLElement, splitter: string) => void;
@@ -1399,13 +1399,13 @@ export declare const useFlowEditorToolbarStore: () => {
1399
1399
  register: {
1400
1400
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
1401
1401
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
1402
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
1402
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
1403
1403
  };
1404
1404
  };
1405
1405
  content: () => {
1406
- sync: () => import("../models/EditorModels").FlowContent;
1406
+ sync: () => import("../../models").FlowContent;
1407
1407
  set: {
1408
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
1408
+ byObject: (content: import("../../models").FlowContent) => void;
1409
1409
  byString: (content: string) => void;
1410
1410
  };
1411
1411
  };
@@ -1444,7 +1444,7 @@ export declare const useFlowEditorToolbarStore: () => {
1444
1444
  };
1445
1445
  selection: {
1446
1446
  get: {
1447
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
1447
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
1448
1448
  };
1449
1449
  };
1450
1450
  cursor: {
@@ -1491,7 +1491,7 @@ export declare const useFlowEditorToolbarStore: () => {
1491
1491
  };
1492
1492
  editorNode: {
1493
1493
  get: {
1494
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
1494
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
1495
1495
  };
1496
1496
  };
1497
1497
  htmlNode: {
@@ -1504,11 +1504,11 @@ export declare const useFlowEditorToolbarStore: () => {
1504
1504
  };
1505
1505
  get: {
1506
1506
  topContainerForContent: (element: HTMLElement) => HTMLElement;
1507
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
1507
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
1508
1508
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
1509
1509
  };
1510
1510
  remove: {
1511
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
1511
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
1512
1512
  };
1513
1513
  strip: {
1514
1514
  after: (element: HTMLElement, splitter: string) => void;
@@ -1523,10 +1523,10 @@ export declare const useFlowEditorToolbarStore: () => {
1523
1523
  };
1524
1524
  };
1525
1525
  get: {
1526
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
1526
+ plugins: import("..").FlowEditorPlugin[];
1527
1527
  content: {
1528
1528
  isEmpty: () => boolean;
1529
- asObject: () => import("../models/EditorModels").FlowContent;
1529
+ asObject: () => import("../../models").FlowContent;
1530
1530
  asString: () => string;
1531
1531
  };
1532
1532
  selection: {
@@ -1534,7 +1534,7 @@ export declare const useFlowEditorToolbarStore: () => {
1534
1534
  type: (pluginType: string) => boolean;
1535
1535
  };
1536
1536
  get: {
1537
- byType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
1537
+ byType: (pluginType: string) => import("..").FlowNodeReference[];
1538
1538
  };
1539
1539
  };
1540
1540
  };
@@ -1556,17 +1556,17 @@ export declare const useFlowEditorToolbarStore: () => {
1556
1556
  setActiveEditorStore: {
1557
1557
  subscribe(fn: (failureReason: any, store: {
1558
1558
  state: {
1559
- editorContent: import("../models/EditorModels").FlowContent;
1560
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
1559
+ editorContent: import("../../models").FlowContent;
1560
+ plugins: import("..").FlowEditorPlugin[];
1561
1561
  hideToolbar: boolean;
1562
1562
  editMode: boolean;
1563
1563
  maxNodeId: number;
1564
1564
  toolbarActions: FlowEditorActionRegistration[];
1565
1565
  editor: HTMLDivElement;
1566
- nodeSelection: import("../models/EditorModels").NodeSelection;
1566
+ nodeSelection: import("..").NodeSelection;
1567
1567
  telePorts: JSX.Element[];
1568
1568
  id: string;
1569
- pluginContext: import("../models/EditorPlugin").FlowEditorPluginContext;
1569
+ pluginContext: import("..").FlowEditorPluginContext;
1570
1570
  selectedRange: Range;
1571
1571
  showPlaceHolder: boolean;
1572
1572
  definitionSelector: {
@@ -1576,17 +1576,17 @@ export declare const useFlowEditorToolbarStore: () => {
1576
1576
  };
1577
1577
  };
1578
1578
  events: {
1579
- onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").FlowContent>;
1580
- onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPlugin[]>;
1579
+ onMutatedEditorContent: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../../models").FlowContent>;
1580
+ onMutatedPlugins: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPlugin[]>;
1581
1581
  onMutatedHideToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1582
1582
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1583
1583
  onMutatedMaxNodeId: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
1584
1584
  onMutatedToolbarActions: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowEditorActionRegistration[]>;
1585
1585
  onMutatedEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<HTMLDivElement>;
1586
- onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorModels").NodeSelection>;
1586
+ onMutatedNodeSelection: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").NodeSelection>;
1587
1587
  onMutatedTelePorts: import("@omnia/fx").MessageBusExposeOnlySubscription<JSX.Element[]>;
1588
1588
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
1589
- onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models/EditorPlugin").FlowEditorPluginContext>;
1589
+ onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
1590
1590
  onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
1591
1591
  onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1592
1592
  onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
@@ -1625,15 +1625,15 @@ export declare const useFlowEditorToolbarStore: () => {
1625
1625
  register: {
1626
1626
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
1627
1627
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
1628
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
1628
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
1629
1629
  };
1630
1630
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1631
1631
  };
1632
1632
  content: {
1633
1633
  subscribe(fn: (result: {
1634
- sync: () => import("../models/EditorModels").FlowContent;
1634
+ sync: () => import("../../models").FlowContent;
1635
1635
  set: {
1636
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
1636
+ byObject: (content: import("../../models").FlowContent) => void;
1637
1637
  byString: (content: string) => void;
1638
1638
  };
1639
1639
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -1682,7 +1682,7 @@ export declare const useFlowEditorToolbarStore: () => {
1682
1682
  };
1683
1683
  selection: {
1684
1684
  get: {
1685
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
1685
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
1686
1686
  };
1687
1687
  };
1688
1688
  cursor: {
@@ -1729,7 +1729,7 @@ export declare const useFlowEditorToolbarStore: () => {
1729
1729
  };
1730
1730
  editorNode: {
1731
1731
  get: {
1732
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
1732
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
1733
1733
  };
1734
1734
  };
1735
1735
  htmlNode: {
@@ -1742,11 +1742,11 @@ export declare const useFlowEditorToolbarStore: () => {
1742
1742
  };
1743
1743
  get: {
1744
1744
  topContainerForContent: (element: HTMLElement) => HTMLElement;
1745
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
1745
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
1746
1746
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
1747
1747
  };
1748
1748
  remove: {
1749
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
1749
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
1750
1750
  };
1751
1751
  strip: {
1752
1752
  after: (element: HTMLElement, splitter: string) => void;
@@ -1789,13 +1789,13 @@ export declare const useFlowEditorToolbarStore: () => {
1789
1789
  register: {
1790
1790
  plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
1791
1791
  plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
1792
- context: (ctx: import("../models/EditorPlugin").FlowEditorPluginContext) => void;
1792
+ context: (ctx: import("..").FlowEditorPluginContext) => void;
1793
1793
  };
1794
1794
  };
1795
1795
  content: () => {
1796
- sync: () => import("../models/EditorModels").FlowContent;
1796
+ sync: () => import("../../models").FlowContent;
1797
1797
  set: {
1798
- byObject: (content: import("../models/EditorModels").FlowContent) => void;
1798
+ byObject: (content: import("../../models").FlowContent) => void;
1799
1799
  byString: (content: string) => void;
1800
1800
  };
1801
1801
  };
@@ -1834,7 +1834,7 @@ export declare const useFlowEditorToolbarStore: () => {
1834
1834
  };
1835
1835
  selection: {
1836
1836
  get: {
1837
- byPluginType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
1837
+ byPluginType: (pluginType: string) => import("..").FlowNodeReference[];
1838
1838
  };
1839
1839
  };
1840
1840
  cursor: {
@@ -1881,7 +1881,7 @@ export declare const useFlowEditorToolbarStore: () => {
1881
1881
  };
1882
1882
  editorNode: {
1883
1883
  get: {
1884
- nodesInArrayByPluginType: (nodes: Array<import("../models/EditorModels").FlowNodeReference>, dataType: string) => Array<import("../models/EditorModels").FlowNodeReference>;
1884
+ nodesInArrayByPluginType: (nodes: Array<import("..").FlowNodeReference>, dataType: string) => Array<import("..").FlowNodeReference>;
1885
1885
  };
1886
1886
  };
1887
1887
  htmlNode: {
@@ -1894,11 +1894,11 @@ export declare const useFlowEditorToolbarStore: () => {
1894
1894
  };
1895
1895
  get: {
1896
1896
  topContainerForContent: (element: HTMLElement) => HTMLElement;
1897
- nodeSelectionForRange: (range: Range) => import("../models/EditorModels").NodeSelection;
1897
+ nodeSelectionForRange: (range: Range) => import("..").NodeSelection;
1898
1898
  htmlElementInStructureById: (id: number, currentElement: HTMLElement) => HTMLElement;
1899
1899
  };
1900
1900
  remove: {
1901
- nodes: (nodes2Remove: Array<import("../models/EditorModels").FlowNodeReference>, editor: HTMLElement) => void;
1901
+ nodes: (nodes2Remove: Array<import("..").FlowNodeReference>, editor: HTMLElement) => void;
1902
1902
  };
1903
1903
  strip: {
1904
1904
  after: (element: HTMLElement, splitter: string) => void;
@@ -1913,10 +1913,10 @@ export declare const useFlowEditorToolbarStore: () => {
1913
1913
  };
1914
1914
  };
1915
1915
  get: {
1916
- plugins: import("../models/EditorPlugin").FlowEditorPlugin[];
1916
+ plugins: import("..").FlowEditorPlugin[];
1917
1917
  content: {
1918
1918
  isEmpty: () => boolean;
1919
- asObject: () => import("../models/EditorModels").FlowContent;
1919
+ asObject: () => import("../../models").FlowContent;
1920
1920
  asString: () => string;
1921
1921
  };
1922
1922
  selection: {
@@ -1924,7 +1924,7 @@ export declare const useFlowEditorToolbarStore: () => {
1924
1924
  type: (pluginType: string) => boolean;
1925
1925
  };
1926
1926
  get: {
1927
- byType: (pluginType: string) => import("../models/EditorModels").FlowNodeReference[];
1927
+ byType: (pluginType: string) => import("..").FlowNodeReference[];
1928
1928
  };
1929
1929
  };
1930
1930
  };