@angflow/angular 0.0.19 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +108 -15
- package/dist/base.css +8 -0
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/lib/agent/agent-bridge.service.d.ts +3 -1
- package/dist/esm/lib/agent/agent-bridge.service.js +130 -23
- package/dist/esm/lib/agent/agent-bridge.service.js.map +1 -1
- package/dist/esm/lib/agent/chat/agent-chat.component.d.ts +0 -1
- package/dist/esm/lib/agent/chat/agent-chat.service.d.ts +0 -1
- package/dist/esm/lib/agent/chat/agent-chat.service.js +11 -2
- package/dist/esm/lib/agent/chat/agent-chat.service.js.map +1 -1
- package/dist/esm/lib/agent/chat/default-system-prompt.d.ts +1 -2
- package/dist/esm/lib/agent/chat/default-system-prompt.js +2 -1
- package/dist/esm/lib/agent/chat/default-system-prompt.js.map +1 -1
- package/dist/esm/lib/agent/chat/index.d.ts +0 -1
- package/dist/esm/lib/agent/chat/provide-agent-chat.d.ts +0 -1
- package/dist/esm/lib/agent/chat/types.d.ts +0 -1
- package/dist/esm/lib/agent/history.d.ts +0 -1
- package/dist/esm/lib/agent/index.d.ts +0 -1
- package/dist/esm/lib/agent/provide-agent-bridge.d.ts +0 -1
- package/dist/esm/lib/agent/tool-schemas.d.ts +0 -1
- package/dist/esm/lib/agent/tool-schemas.js +3 -1
- package/dist/esm/lib/agent/tool-schemas.js.map +1 -1
- package/dist/esm/lib/agent/transports/websocket.d.ts +8 -1
- package/dist/esm/lib/agent/transports/websocket.js +14 -2
- package/dist/esm/lib/agent/transports/websocket.js.map +1 -1
- package/dist/esm/lib/agent/transports/window.d.ts +0 -1
- package/dist/esm/lib/agent/transports/window.js +2 -1
- package/dist/esm/lib/agent/transports/window.js.map +1 -1
- package/dist/esm/lib/agent/types.d.ts +0 -1
- package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.d.ts +0 -1
- package/dist/esm/lib/components/attribution/attribution.component.d.ts +0 -1
- package/dist/esm/lib/components/background/background.component.d.ts +0 -1
- package/dist/esm/lib/components/connection-line/connection-line.component.d.ts +0 -1
- package/dist/esm/lib/components/controls/controls.component.d.ts +0 -1
- package/dist/esm/lib/components/controls/controls.component.js +2 -1
- package/dist/esm/lib/components/controls/controls.component.js.map +1 -1
- package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.d.ts +0 -1
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.d.ts +7 -2
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js +11 -4
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js.map +1 -1
- package/dist/esm/lib/components/edges/base-edge.component.d.ts +0 -1
- package/dist/esm/lib/components/edges/bezier-edge.component.d.ts +0 -1
- package/dist/esm/lib/components/edges/bezier-edge.component.js +2 -1
- package/dist/esm/lib/components/edges/bezier-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/edge-text.component.d.ts +0 -1
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.d.ts +0 -1
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.js +2 -1
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/smooth-step-edge.component.d.ts +0 -1
- package/dist/esm/lib/components/edges/smooth-step-edge.component.js +2 -1
- package/dist/esm/lib/components/edges/smooth-step-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/step-edge.component.d.ts +0 -1
- package/dist/esm/lib/components/edges/step-edge.component.js +2 -1
- package/dist/esm/lib/components/edges/step-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/straight-edge.component.d.ts +0 -1
- package/dist/esm/lib/components/edges/straight-edge.component.js +2 -1
- package/dist/esm/lib/components/edges/straight-edge.component.js.map +1 -1
- package/dist/esm/lib/components/handle/handle.component.d.ts +1 -1
- package/dist/esm/lib/components/handle/handle.component.js +13 -1
- package/dist/esm/lib/components/handle/handle.component.js.map +1 -1
- package/dist/esm/lib/components/handle-group/handle-group.component.d.ts +0 -1
- package/dist/esm/lib/components/handle-group/handle-row.component.d.ts +0 -1
- package/dist/esm/lib/components/minimap/minimap.component.d.ts +19 -17
- package/dist/esm/lib/components/minimap/minimap.component.js +143 -183
- package/dist/esm/lib/components/minimap/minimap.component.js.map +1 -1
- package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.d.ts +13 -5
- package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js +13 -4
- package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js.map +1 -1
- package/dist/esm/lib/components/node-resizer/node-resizer.component.d.ts +2 -1
- package/dist/esm/lib/components/node-resizer/node-resizer.component.js +43 -26
- package/dist/esm/lib/components/node-resizer/node-resizer.component.js.map +1 -1
- package/dist/esm/lib/components/node-toolbar/node-toolbar.component.d.ts +0 -1
- package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js +1 -1
- package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/default-node.component.d.ts +6 -15
- package/dist/esm/lib/components/nodes/default-node.component.js +13 -22
- package/dist/esm/lib/components/nodes/default-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/group-node.component.d.ts +5 -16
- package/dist/esm/lib/components/nodes/group-node.component.js +8 -16
- package/dist/esm/lib/components/nodes/group-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/input-node.component.d.ts +6 -15
- package/dist/esm/lib/components/nodes/input-node.component.js +11 -20
- package/dist/esm/lib/components/nodes/input-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/output-node.component.d.ts +6 -15
- package/dist/esm/lib/components/nodes/output-node.component.js +11 -20
- package/dist/esm/lib/components/nodes/output-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/template-node.component.d.ts +2 -14
- package/dist/esm/lib/components/nodes/template-node.component.js +16 -26
- package/dist/esm/lib/components/nodes/template-node.component.js.map +1 -1
- package/dist/esm/lib/components/panel/panel.component.d.ts +0 -1
- package/dist/esm/lib/components/selection-box/selection-box.component.d.ts +11 -1
- package/dist/esm/lib/components/selection-box/selection-box.component.js +108 -3
- package/dist/esm/lib/components/selection-box/selection-box.component.js.map +1 -1
- package/dist/esm/lib/components/viewport-portal/viewport-portal.component.d.ts +0 -1
- package/dist/esm/lib/container/edge-renderer/edge-renderer.component.d.ts +27 -3
- package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js +151 -61
- package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js.map +1 -1
- package/dist/esm/lib/container/ng-flow/ng-flow.component.d.ts +4 -8
- package/dist/esm/lib/container/ng-flow/ng-flow.component.js +151 -54
- package/dist/esm/lib/container/ng-flow/ng-flow.component.js.map +1 -1
- package/dist/esm/lib/container/node-renderer/node-renderer.component.d.ts +7 -1
- package/dist/esm/lib/container/node-renderer/node-renderer.component.js +70 -14
- package/dist/esm/lib/container/node-renderer/node-renderer.component.js.map +1 -1
- package/dist/esm/lib/container/pane/pane.component.d.ts +0 -1
- package/dist/esm/lib/container/pane/pane.component.js +23 -3
- package/dist/esm/lib/container/pane/pane.component.js.map +1 -1
- package/dist/esm/lib/container/viewport/viewport.component.d.ts +0 -1
- package/dist/esm/lib/directives/drag.directive.d.ts +1 -2
- package/dist/esm/lib/directives/drag.directive.js +1 -1
- package/dist/esm/lib/directives/drag.directive.js.map +1 -1
- package/dist/esm/lib/directives/drop-zone.directive.d.ts +0 -1
- package/dist/esm/lib/directives/key-handler.directive.d.ts +0 -1
- package/dist/esm/lib/directives/key-handler.directive.js +6 -2
- package/dist/esm/lib/directives/key-handler.directive.js.map +1 -1
- package/dist/esm/lib/directives/node-type.directive.d.ts +0 -1
- package/dist/esm/lib/graph/collapse.d.ts +35 -0
- package/dist/esm/lib/graph/collapse.js +102 -0
- package/dist/esm/lib/graph/collapse.js.map +1 -0
- package/dist/esm/lib/graph/group-bounds.d.ts +42 -0
- package/dist/esm/lib/graph/group-bounds.js +34 -0
- package/dist/esm/lib/graph/group-bounds.js.map +1 -0
- package/dist/esm/lib/layout/dagre-layout.d.ts +0 -1
- package/dist/esm/lib/layout/index.d.ts +1 -2
- package/dist/esm/lib/layout/index.js.map +1 -1
- package/dist/esm/lib/layout/layout-nodes.d.ts +39 -5
- package/dist/esm/lib/layout/layout-nodes.js +94 -7
- package/dist/esm/lib/layout/layout-nodes.js.map +1 -1
- package/dist/esm/lib/public-api.d.ts +4 -2
- package/dist/esm/lib/public-api.js +2 -1
- package/dist/esm/lib/public-api.js.map +1 -1
- package/dist/esm/lib/services/flow-store.service.d.ts +25 -2
- package/dist/esm/lib/services/flow-store.service.js +101 -14
- package/dist/esm/lib/services/flow-store.service.js.map +1 -1
- package/dist/esm/lib/services/ng-flow.service.d.ts +82 -7
- package/dist/esm/lib/services/ng-flow.service.js +210 -26
- package/dist/esm/lib/services/ng-flow.service.js.map +1 -1
- package/dist/esm/lib/services/tokens.d.ts +0 -1
- package/dist/esm/lib/types/edges.d.ts +0 -1
- package/dist/esm/lib/types/general.d.ts +0 -1
- package/dist/esm/lib/types/index.d.ts +0 -1
- package/dist/esm/lib/types/node-template.d.ts +2 -1
- package/dist/esm/lib/types/nodes.d.ts +4 -1
- package/dist/esm/lib/types/store.d.ts +0 -1
- package/dist/esm/lib/utils/changes.d.ts +28 -2
- package/dist/esm/lib/utils/changes.js +57 -1
- package/dist/esm/lib/utils/changes.js.map +1 -1
- package/dist/esm/lib/utils/index.d.ts +2 -2
- package/dist/esm/lib/utils/index.js +2 -1
- package/dist/esm/lib/utils/index.js.map +1 -1
- package/dist/esm/lib/utils/inject-flow-store.d.ts +16 -0
- package/dist/esm/lib/utils/inject-flow-store.js +23 -0
- package/dist/esm/lib/utils/inject-flow-store.js.map +1 -0
- package/dist/esm/lib/utils/inject-ng-flow-node.d.ts +0 -1
- package/dist/esm/lib/utils/position-tween.d.ts +0 -1
- package/dist/esm/lib/utils/template-interpolation.d.ts +0 -1
- package/dist/esm/lib/utils/type-guards.d.ts +0 -1
- package/dist/esm/lib/utils/type-guards.js +2 -0
- package/dist/esm/lib/utils/type-guards.js.map +1 -1
- package/dist/esm/test-setup.d.ts +0 -1
- package/dist/style.css +8 -0
- package/package.json +83 -78
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lib/agent/agent-bridge.service.d.ts.map +0 -1
- package/dist/esm/lib/agent/chat/agent-chat.component.d.ts.map +0 -1
- package/dist/esm/lib/agent/chat/agent-chat.service.d.ts.map +0 -1
- package/dist/esm/lib/agent/chat/default-system-prompt.d.ts.map +0 -1
- package/dist/esm/lib/agent/chat/index.d.ts.map +0 -1
- package/dist/esm/lib/agent/chat/provide-agent-chat.d.ts.map +0 -1
- package/dist/esm/lib/agent/chat/types.d.ts.map +0 -1
- package/dist/esm/lib/agent/history.d.ts.map +0 -1
- package/dist/esm/lib/agent/index.d.ts.map +0 -1
- package/dist/esm/lib/agent/provide-agent-bridge.d.ts.map +0 -1
- package/dist/esm/lib/agent/tool-schemas.d.ts.map +0 -1
- package/dist/esm/lib/agent/transports/websocket.d.ts.map +0 -1
- package/dist/esm/lib/agent/transports/window.d.ts.map +0 -1
- package/dist/esm/lib/agent/types.d.ts.map +0 -1
- package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.d.ts.map +0 -1
- package/dist/esm/lib/components/attribution/attribution.component.d.ts.map +0 -1
- package/dist/esm/lib/components/background/background.component.d.ts.map +0 -1
- package/dist/esm/lib/components/connection-line/connection-line.component.d.ts.map +0 -1
- package/dist/esm/lib/components/controls/controls.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edges/base-edge.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edges/bezier-edge.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edges/edge-text.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edges/smooth-step-edge.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edges/step-edge.component.d.ts.map +0 -1
- package/dist/esm/lib/components/edges/straight-edge.component.d.ts.map +0 -1
- package/dist/esm/lib/components/handle/handle.component.d.ts.map +0 -1
- package/dist/esm/lib/components/handle-group/handle-group.component.d.ts.map +0 -1
- package/dist/esm/lib/components/handle-group/handle-row.component.d.ts.map +0 -1
- package/dist/esm/lib/components/minimap/minimap.component.d.ts.map +0 -1
- package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.d.ts.map +0 -1
- package/dist/esm/lib/components/node-resizer/node-resizer.component.d.ts.map +0 -1
- package/dist/esm/lib/components/node-toolbar/node-toolbar.component.d.ts.map +0 -1
- package/dist/esm/lib/components/nodes/default-node.component.d.ts.map +0 -1
- package/dist/esm/lib/components/nodes/group-node.component.d.ts.map +0 -1
- package/dist/esm/lib/components/nodes/input-node.component.d.ts.map +0 -1
- package/dist/esm/lib/components/nodes/output-node.component.d.ts.map +0 -1
- package/dist/esm/lib/components/nodes/template-node.component.d.ts.map +0 -1
- package/dist/esm/lib/components/panel/panel.component.d.ts.map +0 -1
- package/dist/esm/lib/components/selection-box/selection-box.component.d.ts.map +0 -1
- package/dist/esm/lib/components/viewport-portal/viewport-portal.component.d.ts.map +0 -1
- package/dist/esm/lib/container/edge-renderer/edge-renderer.component.d.ts.map +0 -1
- package/dist/esm/lib/container/ng-flow/ng-flow.component.d.ts.map +0 -1
- package/dist/esm/lib/container/node-renderer/node-renderer.component.d.ts.map +0 -1
- package/dist/esm/lib/container/pane/pane.component.d.ts.map +0 -1
- package/dist/esm/lib/container/viewport/viewport.component.d.ts.map +0 -1
- package/dist/esm/lib/directives/drag.directive.d.ts.map +0 -1
- package/dist/esm/lib/directives/drop-zone.directive.d.ts.map +0 -1
- package/dist/esm/lib/directives/key-handler.directive.d.ts.map +0 -1
- package/dist/esm/lib/directives/node-type.directive.d.ts.map +0 -1
- package/dist/esm/lib/layout/dagre-layout.d.ts.map +0 -1
- package/dist/esm/lib/layout/index.d.ts.map +0 -1
- package/dist/esm/lib/layout/layout-nodes.d.ts.map +0 -1
- package/dist/esm/lib/public-api.d.ts.map +0 -1
- package/dist/esm/lib/services/flow-store.service.d.ts.map +0 -1
- package/dist/esm/lib/services/ng-flow.service.d.ts.map +0 -1
- package/dist/esm/lib/services/tokens.d.ts.map +0 -1
- package/dist/esm/lib/types/edges.d.ts.map +0 -1
- package/dist/esm/lib/types/general.d.ts.map +0 -1
- package/dist/esm/lib/types/index.d.ts.map +0 -1
- package/dist/esm/lib/types/node-template.d.ts.map +0 -1
- package/dist/esm/lib/types/nodes.d.ts.map +0 -1
- package/dist/esm/lib/types/store.d.ts.map +0 -1
- package/dist/esm/lib/utils/changes.d.ts.map +0 -1
- package/dist/esm/lib/utils/index.d.ts.map +0 -1
- package/dist/esm/lib/utils/inject-ng-flow-node.d.ts.map +0 -1
- package/dist/esm/lib/utils/position-tween.d.ts.map +0 -1
- package/dist/esm/lib/utils/template-interpolation.d.ts.map +0 -1
- package/dist/esm/lib/utils/type-guards.d.ts.map +0 -1
- package/dist/esm/test-setup.d.ts.map +0 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { Component, ChangeDetectionStrategy, input, output, effect, viewChild, contentChildren, inject, signal, computed, } from '@angular/core';
|
|
1
|
+
import { Component, ChangeDetectionStrategy, input, output, effect, untracked, viewChild, contentChildren, inject, DestroyRef, signal, computed, } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { ConnectionMode, ConnectionLineType, PanOnScrollMode, SelectionMode, infiniteExtent, XYPanZoom,
|
|
3
|
+
import { ConnectionMode, ConnectionLineType, PanOnScrollMode, SelectionMode, infiniteExtent, XYPanZoom, getDimensions, } from '@angflow/system';
|
|
4
4
|
import { FlowStore } from '../../services/flow-store.service';
|
|
5
5
|
import { NgFlowService } from '../../services/ng-flow.service';
|
|
6
|
+
import { injectFlowStore, injectNgFlowService } from '../../utils/inject-flow-store';
|
|
6
7
|
import { NodeRendererComponent } from '../node-renderer/node-renderer.component';
|
|
7
8
|
import { EdgeRendererComponent } from '../edge-renderer/edge-renderer.component';
|
|
8
9
|
import { ViewportComponent } from '../viewport/viewport.component';
|
|
@@ -14,6 +15,12 @@ import { AttributionComponent } from '../../components/attribution/attribution.c
|
|
|
14
15
|
import { KeyHandlerDirective } from '../../directives/key-handler.directive';
|
|
15
16
|
import { NgFlowNodeTypeDirective } from '../../directives/node-type.directive';
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
18
|
+
const VIEWPORT_EPSILON = 1e-4;
|
|
19
|
+
function viewportsEqual(a, b) {
|
|
20
|
+
return (Math.abs(a.x - b.x) < VIEWPORT_EPSILON &&
|
|
21
|
+
Math.abs(a.y - b.y) < VIEWPORT_EPSILON &&
|
|
22
|
+
Math.abs(a.zoom - b.zoom) < VIEWPORT_EPSILON);
|
|
23
|
+
}
|
|
17
24
|
/**
|
|
18
25
|
* Root component for an Angular Flow canvas. Renders nodes, edges, handles,
|
|
19
26
|
* and the pan/zoom viewport; dispatches pointer, keyboard, and drag events;
|
|
@@ -44,15 +51,16 @@ import * as i0 from "@angular/core";
|
|
|
44
51
|
*/
|
|
45
52
|
export class NgFlowComponent {
|
|
46
53
|
constructor() {
|
|
47
|
-
this.store =
|
|
48
|
-
this.service =
|
|
54
|
+
this.store = injectFlowStore();
|
|
55
|
+
this.service = injectNgFlowService();
|
|
49
56
|
this.containerRef = viewChild('container', ...(ngDevMode ? [{ debugName: "containerRef" }] : /* istanbul ignore next */ []));
|
|
50
57
|
this.paneRef = viewChild(PaneComponent, ...(ngDevMode ? [{ debugName: "paneRef" }] : /* istanbul ignore next */ []));
|
|
51
58
|
/** Content-projected node type templates */
|
|
52
59
|
this.nodeTypeDirectives = contentChildren(NgFlowNodeTypeDirective, ...(ngDevMode ? [{ debugName: "nodeTypeDirectives" }] : /* istanbul ignore next */ []));
|
|
53
60
|
/** Map of type name → TemplateRef built from content-projected templates */
|
|
54
61
|
this.nodeTemplateMap = computed(() => {
|
|
55
|
-
|
|
62
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
63
|
+
const map = new Map(); // heterogeneous node templates
|
|
56
64
|
for (const dir of this.nodeTypeDirectives()) {
|
|
57
65
|
map.set(dir.type, dir.template);
|
|
58
66
|
}
|
|
@@ -76,7 +84,7 @@ export class NgFlowComponent {
|
|
|
76
84
|
this.nodesModel = input([], { ...(ngDevMode ? { debugName: "nodesModel" } : /* istanbul ignore next */ {}), alias: 'nodes' });
|
|
77
85
|
/** Edges to render. Re-bind from `(edgesChange)` after running deltas through `applyEdgeChanges` to stay in sync. */
|
|
78
86
|
this.edgesModel = input([], { ...(ngDevMode ? { debugName: "edgesModel" } : /* istanbul ignore next */ {}), alias: 'edges' });
|
|
79
|
-
/**
|
|
87
|
+
/** Controlled viewport ({ x, y, zoom }). Re-bind from (viewportChange) to keep it in sync; equal values are not re-applied. */
|
|
80
88
|
this.viewportModel = input(undefined, { ...(ngDevMode ? { debugName: "viewportModel" } : /* istanbul ignore next */ {}), alias: 'viewport' });
|
|
81
89
|
// ── Data (input-only for uncontrolled mode) ───────────────────────────
|
|
82
90
|
/** Initial nodes for uncontrolled mode. Ignored when `[nodes]` is bound. */
|
|
@@ -185,6 +193,8 @@ export class NgFlowComponent {
|
|
|
185
193
|
this.autoPanOnConnect = input(true, ...(ngDevMode ? [{ debugName: "autoPanOnConnect" }] : /* istanbul ignore next */ []));
|
|
186
194
|
/** Pixels-per-frame speed for auto-pan. */
|
|
187
195
|
this.autoPanSpeed = input(15, ...(ngDevMode ? [{ debugName: "autoPanSpeed" }] : /* istanbul ignore next */ []));
|
|
196
|
+
/** Pan the viewport automatically when a node receives keyboard focus. */
|
|
197
|
+
this.autoPanOnNodeFocus = input(true, ...(ngDevMode ? [{ debugName: "autoPanOnNodeFocus" }] : /* istanbul ignore next */ []));
|
|
188
198
|
// ── Distances ─────────────────────────────────────────────────────────
|
|
189
199
|
/** Radius (in px) within which a handle is considered a valid connection target. */
|
|
190
200
|
this.connectionRadius = input(20, ...(ngDevMode ? [{ debugName: "connectionRadius" }] : /* istanbul ignore next */ []));
|
|
@@ -357,13 +367,6 @@ export class NgFlowComponent {
|
|
|
357
367
|
this.onBeforeDelete = input(undefined, ...(ngDevMode ? [{ debugName: "onBeforeDelete" }] : /* istanbul ignore next */ []));
|
|
358
368
|
/** Fires when the store reports an internal validation or consistency error. */
|
|
359
369
|
this.error = output({ alias: 'error' });
|
|
360
|
-
// Auto-pan events (declared for API completeness; not yet wired because
|
|
361
|
-
// auto-pan detection happens inside XYDrag's internal requestAnimationFrame
|
|
362
|
-
// loop, which does not currently expose start/end callbacks)
|
|
363
|
-
/** Reserved — fires when auto-pan begins. Not yet wired. */
|
|
364
|
-
this.autoPanStart = output({ alias: 'autoPanStart' });
|
|
365
|
-
/** Reserved — fires when auto-pan ends. Not yet wired. */
|
|
366
|
-
this.autoPanEnd = output({ alias: 'autoPanEnd' });
|
|
367
370
|
this.lastNodesRef = null;
|
|
368
371
|
this.lastEdgesRef = null;
|
|
369
372
|
this.panePointerDownPos = null;
|
|
@@ -385,6 +388,25 @@ export class NgFlowComponent {
|
|
|
385
388
|
this.store.setEdges(edges);
|
|
386
389
|
}
|
|
387
390
|
});
|
|
391
|
+
// Controlled viewport: apply [viewport] input changes to the store.
|
|
392
|
+
// `untracked` keys this effect to the input only — tracking the store read
|
|
393
|
+
// would re-run it on every user pan and fight the pointer. syncViewport
|
|
394
|
+
// updates d3's internal transform without dispatching a zoom event, so
|
|
395
|
+
// applying the input never re-emits (viewportChange); together with the
|
|
396
|
+
// epsilon guard this prevents controlled-mode feedback loops.
|
|
397
|
+
// NOTE: transform-only write — deliberately NO bumpVersion() (transform
|
|
398
|
+
// consumers read transform() directly; see the version signal's contract).
|
|
399
|
+
effect(() => {
|
|
400
|
+
const vp = this.viewportModel();
|
|
401
|
+
if (!vp)
|
|
402
|
+
return;
|
|
403
|
+
untracked(() => {
|
|
404
|
+
if (viewportsEqual(vp, this.store.viewport()))
|
|
405
|
+
return;
|
|
406
|
+
this.store.transform.set([vp.x, vp.y, vp.zoom]);
|
|
407
|
+
this.store.panZoom()?.syncViewport(vp);
|
|
408
|
+
});
|
|
409
|
+
});
|
|
388
410
|
// Sync configuration inputs → store
|
|
389
411
|
effect(() => {
|
|
390
412
|
this.store.nodesDraggable.set(this.nodesDraggable());
|
|
@@ -410,6 +432,7 @@ export class NgFlowComponent {
|
|
|
410
432
|
this.store.autoPanOnConnect.set(this.autoPanOnConnect());
|
|
411
433
|
this.store.autoPanOnNodeDrag.set(this.autoPanOnNodeDrag());
|
|
412
434
|
this.store.autoPanSpeed.set(this.autoPanSpeed());
|
|
435
|
+
this.store.autoPanOnNodeFocus.set(this.autoPanOnNodeFocus());
|
|
413
436
|
this.store.noDragClassName.set(this.noDragClassName());
|
|
414
437
|
this.store.noWheelClassName.set(this.noWheelClassName());
|
|
415
438
|
this.store.noPanClassName.set(this.noPanClassName());
|
|
@@ -467,6 +490,10 @@ export class NgFlowComponent {
|
|
|
467
490
|
this.noPanClassName();
|
|
468
491
|
this.noWheelClassName();
|
|
469
492
|
this.paneClickDistance();
|
|
493
|
+
// userSelectionActive is consumed inside updatePanZoomOptions(); read it
|
|
494
|
+
// here explicitly — the method body short-circuits while panZoomInstance
|
|
495
|
+
// is null on first run, so the inner read never registers a dependency.
|
|
496
|
+
this.store.userSelectionActive();
|
|
470
497
|
this.updatePanZoomOptions();
|
|
471
498
|
});
|
|
472
499
|
// Wire store change callbacks to outputs
|
|
@@ -526,7 +553,10 @@ export class NgFlowComponent {
|
|
|
526
553
|
previousOnError?.(id, message);
|
|
527
554
|
this.error.emit({ id, message });
|
|
528
555
|
});
|
|
529
|
-
// Queue fit view if requested
|
|
556
|
+
// Queue fit view if requested. The store consumes the flag once nodes are
|
|
557
|
+
// measured (setNodes / updateNodeInternals). With zero nodes it stays
|
|
558
|
+
// queued: the default viewport is kept, and the first non-empty measured
|
|
559
|
+
// setNodes still gets the initial fit.
|
|
530
560
|
if (this.fitView()) {
|
|
531
561
|
this.store.fitViewQueued.set(true);
|
|
532
562
|
this.store.fitViewOptions.set(this.fitViewOptions());
|
|
@@ -545,6 +575,16 @@ export class NgFlowComponent {
|
|
|
545
575
|
if (!containerEl)
|
|
546
576
|
return;
|
|
547
577
|
this.store.domNode.set(containerEl);
|
|
578
|
+
// Seed container dimensions synchronously BEFORE initPanZoom drains any
|
|
579
|
+
// queued init fitView. The ResizeObserver below only delivers dimensions
|
|
580
|
+
// asynchronously (next frame), so without this seed the first fitView runs
|
|
581
|
+
// against width/height 0 — getViewportForBounds then returns zoom 0, which
|
|
582
|
+
// clamps to minZoom and emits NaN transforms through the animated
|
|
583
|
+
// interpolateZoom. Mirrors React's useResizeHandler, including the non-zero
|
|
584
|
+
// fallback so a zero-sized container never yields a degenerate fit.
|
|
585
|
+
const initialSize = getDimensions(containerEl);
|
|
586
|
+
this.store.width.set(initialSize.width || 500);
|
|
587
|
+
this.store.height.set(initialSize.height || 500);
|
|
548
588
|
// Set up ResizeObserver for container dimensions
|
|
549
589
|
this.resizeObserver = new ResizeObserver((entries) => {
|
|
550
590
|
for (const entry of entries) {
|
|
@@ -558,44 +598,23 @@ export class NgFlowComponent {
|
|
|
558
598
|
this.initPanZoom(containerEl);
|
|
559
599
|
// Initialize box selection listener (must be after panZoom so capture fires first)
|
|
560
600
|
this.paneRef()?.initSelectionListener();
|
|
561
|
-
// Perform fitView after a short delay to allow dimensions to settle
|
|
562
|
-
if (this.fitView()) {
|
|
563
|
-
setTimeout(() => {
|
|
564
|
-
this.doFitView();
|
|
565
|
-
}, 50);
|
|
566
|
-
}
|
|
567
601
|
// Emit init event
|
|
568
602
|
this.init.emit(this.service);
|
|
569
603
|
}
|
|
570
604
|
ngOnDestroy() {
|
|
571
605
|
this.resizeObserver?.disconnect();
|
|
572
606
|
this.panZoomInstance?.destroy();
|
|
607
|
+
// panZoom is cleared for both branches (fresh-store and provider-reuse):
|
|
608
|
+
// the XYPanZoom instance is owned by this component and is destroyed above,
|
|
609
|
+
// so whatever store is in use must no longer reference it.
|
|
610
|
+
// Graph state (nodes/edges/etc.) is reset only when this component owns the
|
|
611
|
+
// store (fresh branch) — that is handled via the factory's DestroyRef
|
|
612
|
+
// callback above. An enclosing provider's store keeps its graph state across
|
|
613
|
+
// inner <ng-flow> unmounts, matching ReactFlow's provider semantics.
|
|
614
|
+
this.store.panZoom.set(null);
|
|
573
615
|
if (this.colorSchemeQuery && this.colorSchemeHandler) {
|
|
574
616
|
this.colorSchemeQuery.removeEventListener('change', this.colorSchemeHandler);
|
|
575
617
|
}
|
|
576
|
-
this.store.reset();
|
|
577
|
-
}
|
|
578
|
-
doFitView() {
|
|
579
|
-
const nodes = this.store.nodes();
|
|
580
|
-
if (nodes.length === 0)
|
|
581
|
-
return;
|
|
582
|
-
// Compute bounds from node positions (since nodes may not be measured yet)
|
|
583
|
-
let minX = Infinity, minY = Infinity, maxX = -Infinity, maxY = -Infinity;
|
|
584
|
-
for (const node of nodes) {
|
|
585
|
-
const x = node.position.x;
|
|
586
|
-
const y = node.position.y;
|
|
587
|
-
const w = node.width ?? 150;
|
|
588
|
-
const h = node.height ?? 40;
|
|
589
|
-
minX = Math.min(minX, x);
|
|
590
|
-
minY = Math.min(minY, y);
|
|
591
|
-
maxX = Math.max(maxX, x + w);
|
|
592
|
-
maxY = Math.max(maxY, y + h);
|
|
593
|
-
}
|
|
594
|
-
const bounds = { x: minX, y: minY, width: maxX - minX, height: maxY - minY };
|
|
595
|
-
const padding = this.fitViewOptions()?.padding ?? 0.1;
|
|
596
|
-
const vp = getViewportForBounds(bounds, this.store.width(), this.store.height(), this.minZoom(), this.maxZoom(), padding);
|
|
597
|
-
this.panZoomInstance?.setViewport(vp, { duration: 0 });
|
|
598
|
-
this.store.transform.set([vp.x, vp.y, vp.zoom]);
|
|
599
618
|
}
|
|
600
619
|
onPanePointerDown(event) {
|
|
601
620
|
this.panePointerDownPos = { x: event.clientX, y: event.clientY };
|
|
@@ -616,8 +635,13 @@ export class NgFlowComponent {
|
|
|
616
635
|
return;
|
|
617
636
|
}
|
|
618
637
|
// Don't deselect right after a selection drag ended (the click fires from mouseup).
|
|
619
|
-
//
|
|
620
|
-
//
|
|
638
|
+
// Consume the selectionInProgress flag so only THIS synthesised click is swallowed;
|
|
639
|
+
// the next genuine pane click will proceed normally.
|
|
640
|
+
// Ported from React's selectionInProgress ref (Pane/index.tsx).
|
|
641
|
+
if (this.store.selectionInProgress()) {
|
|
642
|
+
this.store.selectionInProgress.set(false);
|
|
643
|
+
return;
|
|
644
|
+
}
|
|
621
645
|
if (this.store.nodesSelectionActive()) {
|
|
622
646
|
this.store.nodesSelectionActive.set(false);
|
|
623
647
|
return;
|
|
@@ -633,11 +657,12 @@ export class NgFlowComponent {
|
|
|
633
657
|
const paneElement = domNode.querySelector('.xy-flow__pane');
|
|
634
658
|
if (!paneElement)
|
|
635
659
|
return;
|
|
660
|
+
const initialViewport = this.viewportModel() ?? this.defaultViewport();
|
|
636
661
|
const panZoom = XYPanZoom({
|
|
637
662
|
domNode: paneElement,
|
|
638
663
|
minZoom: this.minZoom(),
|
|
639
664
|
maxZoom: this.maxZoom(),
|
|
640
|
-
viewport:
|
|
665
|
+
viewport: initialViewport,
|
|
641
666
|
translateExtent: this.translateExtent(),
|
|
642
667
|
onDraggingChange: (dragging) => {
|
|
643
668
|
this.store.paneDragging.set(dragging);
|
|
@@ -647,8 +672,11 @@ export class NgFlowComponent {
|
|
|
647
672
|
},
|
|
648
673
|
onPanZoom: (event, viewport) => {
|
|
649
674
|
const transform = [viewport.x, viewport.y, viewport.zoom];
|
|
675
|
+
// Transform-only write: every transform consumer (viewport CSS
|
|
676
|
+
// transform, minimap mask, culling, connection line) reads
|
|
677
|
+
// this.transform() directly — bumping version here would dirty all
|
|
678
|
+
// node/edge templates O(N+E) per pan frame for nothing.
|
|
650
679
|
this.store.transform.set(transform);
|
|
651
|
-
this.store.bumpVersion();
|
|
652
680
|
this.move.emit({ event, viewport });
|
|
653
681
|
this.viewportChange.emit(viewport);
|
|
654
682
|
},
|
|
@@ -657,10 +685,9 @@ export class NgFlowComponent {
|
|
|
657
685
|
},
|
|
658
686
|
});
|
|
659
687
|
this.panZoomInstance = panZoom;
|
|
660
|
-
this.store.
|
|
661
|
-
// Set initial transform from
|
|
662
|
-
|
|
663
|
-
this.store.transform.set([dv.x, dv.y, dv.zoom]);
|
|
688
|
+
this.store.setPanZoom(panZoom);
|
|
689
|
+
// Set initial transform from the resolved initial viewport
|
|
690
|
+
this.store.transform.set([initialViewport.x, initialViewport.y, initialViewport.zoom]);
|
|
664
691
|
// Apply initial pan/zoom options
|
|
665
692
|
this.updatePanZoomOptions();
|
|
666
693
|
}
|
|
@@ -685,7 +712,42 @@ export class NgFlowComponent {
|
|
|
685
712
|
});
|
|
686
713
|
}
|
|
687
714
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: NgFlowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
688
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: NgFlowComponent, isStandalone: true, selector: "ng-flow", inputs: { nodesModel: { classPropertyName: "nodesModel", publicName: "nodes", isSignal: true, isRequired: false, transformFunction: null }, edgesModel: { classPropertyName: "edgesModel", publicName: "edges", isSignal: true, isRequired: false, transformFunction: null }, viewportModel: { classPropertyName: "viewportModel", publicName: "viewport", isSignal: true, isRequired: false, transformFunction: null }, defaultNodes: { classPropertyName: "defaultNodes", publicName: "defaultNodes", isSignal: true, isRequired: false, transformFunction: null }, defaultEdges: { classPropertyName: "defaultEdges", publicName: "defaultEdges", isSignal: true, isRequired: false, transformFunction: null }, defaultViewport: { classPropertyName: "defaultViewport", publicName: "defaultViewport", isSignal: true, isRequired: false, transformFunction: null }, nodeTypes: { classPropertyName: "nodeTypes", publicName: "nodeTypes", isSignal: true, isRequired: false, transformFunction: null }, edgeTypes: { classPropertyName: "edgeTypes", publicName: "edgeTypes", isSignal: true, isRequired: false, transformFunction: null }, defaultEdgeOptions: { classPropertyName: "defaultEdgeOptions", publicName: "defaultEdgeOptions", isSignal: true, isRequired: false, transformFunction: null }, connectionMode: { classPropertyName: "connectionMode", publicName: "connectionMode", isSignal: true, isRequired: false, transformFunction: null }, connectionLineType: { classPropertyName: "connectionLineType", publicName: "connectionLineType", isSignal: true, isRequired: false, transformFunction: null }, connectionLineComponent: { classPropertyName: "connectionLineComponent", publicName: "connectionLineComponent", isSignal: true, isRequired: false, transformFunction: null }, connectionLineStyle: { classPropertyName: "connectionLineStyle", publicName: "connectionLineStyle", isSignal: true, isRequired: false, transformFunction: null }, connectionLineContainerStyle: { classPropertyName: "connectionLineContainerStyle", publicName: "connectionLineContainerStyle", isSignal: true, isRequired: false, transformFunction: null }, widthInput: { classPropertyName: "widthInput", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, heightInput: { classPropertyName: "heightInput", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, nodesDraggable: { classPropertyName: "nodesDraggable", publicName: "nodesDraggable", isSignal: true, isRequired: false, transformFunction: null }, nodesConnectable: { classPropertyName: "nodesConnectable", publicName: "nodesConnectable", isSignal: true, isRequired: false, transformFunction: null }, nodesFocusable: { classPropertyName: "nodesFocusable", publicName: "nodesFocusable", isSignal: true, isRequired: false, transformFunction: null }, edgesFocusable: { classPropertyName: "edgesFocusable", publicName: "edgesFocusable", isSignal: true, isRequired: false, transformFunction: null }, edgesReconnectable: { classPropertyName: "edgesReconnectable", publicName: "edgesReconnectable", isSignal: true, isRequired: false, transformFunction: null }, elementsSelectable: { classPropertyName: "elementsSelectable", publicName: "elementsSelectable", isSignal: true, isRequired: false, transformFunction: null }, selectNodesOnDrag: { classPropertyName: "selectNodesOnDrag", publicName: "selectNodesOnDrag", isSignal: true, isRequired: false, transformFunction: null }, connectOnClick: { classPropertyName: "connectOnClick", publicName: "connectOnClick", isSignal: true, isRequired: false, transformFunction: null }, panOnDrag: { classPropertyName: "panOnDrag", publicName: "panOnDrag", isSignal: true, isRequired: false, transformFunction: null }, panOnScroll: { classPropertyName: "panOnScroll", publicName: "panOnScroll", isSignal: true, isRequired: false, transformFunction: null }, panOnScrollMode: { classPropertyName: "panOnScrollMode", publicName: "panOnScrollMode", isSignal: true, isRequired: false, transformFunction: null }, panOnScrollSpeed: { classPropertyName: "panOnScrollSpeed", publicName: "panOnScrollSpeed", isSignal: true, isRequired: false, transformFunction: null }, zoomOnScroll: { classPropertyName: "zoomOnScroll", publicName: "zoomOnScroll", isSignal: true, isRequired: false, transformFunction: null }, zoomOnPinch: { classPropertyName: "zoomOnPinch", publicName: "zoomOnPinch", isSignal: true, isRequired: false, transformFunction: null }, zoomOnDoubleClick: { classPropertyName: "zoomOnDoubleClick", publicName: "zoomOnDoubleClick", isSignal: true, isRequired: false, transformFunction: null }, preventScrolling: { classPropertyName: "preventScrolling", publicName: "preventScrolling", isSignal: true, isRequired: false, transformFunction: null }, selectionOnDrag: { classPropertyName: "selectionOnDrag", publicName: "selectionOnDrag", isSignal: true, isRequired: false, transformFunction: null }, selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null }, minZoom: { classPropertyName: "minZoom", publicName: "minZoom", isSignal: true, isRequired: false, transformFunction: null }, maxZoom: { classPropertyName: "maxZoom", publicName: "maxZoom", isSignal: true, isRequired: false, transformFunction: null }, translateExtent: { classPropertyName: "translateExtent", publicName: "translateExtent", isSignal: true, isRequired: false, transformFunction: null }, nodeExtent: { classPropertyName: "nodeExtent", publicName: "nodeExtent", isSignal: true, isRequired: false, transformFunction: null }, snapToGrid: { classPropertyName: "snapToGrid", publicName: "snapToGrid", isSignal: true, isRequired: false, transformFunction: null }, snapGrid: { classPropertyName: "snapGrid", publicName: "snapGrid", isSignal: true, isRequired: false, transformFunction: null }, fitView: { classPropertyName: "fitView", publicName: "fitView", isSignal: true, isRequired: false, transformFunction: null }, fitViewOptions: { classPropertyName: "fitViewOptions", publicName: "fitViewOptions", isSignal: true, isRequired: false, transformFunction: null }, deleteKeyCode: { classPropertyName: "deleteKeyCode", publicName: "deleteKeyCode", isSignal: true, isRequired: false, transformFunction: null }, selectionKeyCode: { classPropertyName: "selectionKeyCode", publicName: "selectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, panActivationKeyCode: { classPropertyName: "panActivationKeyCode", publicName: "panActivationKeyCode", isSignal: true, isRequired: false, transformFunction: null }, multiSelectionKeyCode: { classPropertyName: "multiSelectionKeyCode", publicName: "multiSelectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, zoomActivationKeyCode: { classPropertyName: "zoomActivationKeyCode", publicName: "zoomActivationKeyCode", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnNodeDrag: { classPropertyName: "autoPanOnNodeDrag", publicName: "autoPanOnNodeDrag", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnConnect: { classPropertyName: "autoPanOnConnect", publicName: "autoPanOnConnect", isSignal: true, isRequired: false, transformFunction: null }, autoPanSpeed: { classPropertyName: "autoPanSpeed", publicName: "autoPanSpeed", isSignal: true, isRequired: false, transformFunction: null }, connectionRadius: { classPropertyName: "connectionRadius", publicName: "connectionRadius", isSignal: true, isRequired: false, transformFunction: null }, reconnectRadius: { classPropertyName: "reconnectRadius", publicName: "reconnectRadius", isSignal: true, isRequired: false, transformFunction: null }, nodeDragThreshold: { classPropertyName: "nodeDragThreshold", publicName: "nodeDragThreshold", isSignal: true, isRequired: false, transformFunction: null }, connectionDragThreshold: { classPropertyName: "connectionDragThreshold", publicName: "connectionDragThreshold", isSignal: true, isRequired: false, transformFunction: null }, paneClickDistance: { classPropertyName: "paneClickDistance", publicName: "paneClickDistance", isSignal: true, isRequired: false, transformFunction: null }, nodeClickDistance: { classPropertyName: "nodeClickDistance", publicName: "nodeClickDistance", isSignal: true, isRequired: false, transformFunction: null }, colorMode: { classPropertyName: "colorMode", publicName: "colorMode", isSignal: true, isRequired: false, transformFunction: null }, elevateNodesOnSelect: { classPropertyName: "elevateNodesOnSelect", publicName: "elevateNodesOnSelect", isSignal: true, isRequired: false, transformFunction: null }, elevateEdgesOnSelect: { classPropertyName: "elevateEdgesOnSelect", publicName: "elevateEdgesOnSelect", isSignal: true, isRequired: false, transformFunction: null }, onlyRenderVisibleElements: { classPropertyName: "onlyRenderVisibleElements", publicName: "onlyRenderVisibleElements", isSignal: true, isRequired: false, transformFunction: null }, zIndexMode: { classPropertyName: "zIndexMode", publicName: "zIndexMode", isSignal: true, isRequired: false, transformFunction: null }, nodeOrigin: { classPropertyName: "nodeOrigin", publicName: "nodeOrigin", isSignal: true, isRequired: false, transformFunction: null }, defaultMarkerColor: { classPropertyName: "defaultMarkerColor", publicName: "defaultMarkerColor", isSignal: true, isRequired: false, transformFunction: null }, edgeMode: { classPropertyName: "edgeMode", publicName: "edgeMode", isSignal: true, isRequired: false, transformFunction: null }, animate: { classPropertyName: "animate", publicName: "animate", isSignal: true, isRequired: false, transformFunction: null }, noDragClassName: { classPropertyName: "noDragClassName", publicName: "noDragClassName", isSignal: true, isRequired: false, transformFunction: null }, noWheelClassName: { classPropertyName: "noWheelClassName", publicName: "noWheelClassName", isSignal: true, isRequired: false, transformFunction: null }, noPanClassName: { classPropertyName: "noPanClassName", publicName: "noPanClassName", isSignal: true, isRequired: false, transformFunction: null }, disableKeyboardA11y: { classPropertyName: "disableKeyboardA11y", publicName: "disableKeyboardA11y", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelConfig: { classPropertyName: "ariaLabelConfig", publicName: "ariaLabelConfig", isSignal: true, isRequired: false, transformFunction: null }, isValidConnection: { classPropertyName: "isValidConnection", publicName: "isValidConnection", isSignal: true, isRequired: false, transformFunction: null }, proOptions: { classPropertyName: "proOptions", publicName: "proOptions", isSignal: true, isRequired: false, transformFunction: null }, attributionPosition: { classPropertyName: "attributionPosition", publicName: "attributionPosition", isSignal: true, isRequired: false, transformFunction: null }, hideAttribution: { classPropertyName: "hideAttribution", publicName: "hideAttribution", isSignal: true, isRequired: false, transformFunction: null }, flowId: { classPropertyName: "flowId", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, onBeforeDelete: { classPropertyName: "onBeforeDelete", publicName: "onBeforeDelete", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { nodesChange: "nodesChange", edgesChange: "edgesChange", init: "init", nodeClick: "nodeClick", nodeDoubleClick: "nodeDoubleClick", nodeMouseEnter: "nodeMouseEnter", nodeMouseMove: "nodeMouseMove", nodeMouseLeave: "nodeMouseLeave", nodeContextMenu: "nodeContextMenu", nodeDragStart: "nodeDragStart", nodeDrag: "nodeDrag", nodeDragStop: "nodeDragStop", edgeClick: "edgeClick", edgeDoubleClick: "edgeDoubleClick", edgeContextMenu: "edgeContextMenu", edgeMouseEnter: "edgeMouseEnter", edgeMouseMove: "edgeMouseMove", edgeMouseLeave: "edgeMouseLeave", connect: "connect", connectStart: "connectStart", connectEnd: "connectEnd", clickConnectStart: "clickConnectStart", clickConnectEnd: "clickConnectEnd", reconnect: "reconnect", reconnectStart: "reconnectStart", reconnectEnd: "reconnectEnd", paneClick: "paneClick", paneContextMenu: "paneContextMenu", paneMouseEnter: "paneMouseEnter", paneMouseMove: "paneMouseMove", paneMouseLeave: "paneMouseLeave", paneScroll: "paneScroll", moveStart: "moveStart", move: "move", moveEnd: "moveEnd", viewportChange: "viewportChange", selectionChange: "selectionChange", selectionDragStart: "selectionDragStart", selectionDrag: "selectionDrag", selectionDragStop: "selectionDragStop", selectionStart: "selectionStart", selectionEnd: "selectionEnd", selectionContextMenu: "selectionContextMenu", nodesDelete: "nodesDelete", edgesDelete: "edgesDelete", deleteEvent: "delete", error: "error", autoPanStart: "autoPanStart", autoPanEnd: "autoPanEnd" }, host: { attributes: { "role": "application" }, properties: { "class.dark": "resolvedColorMode() === \"dark\"", "class.light": "resolvedColorMode() === \"light\"", "style.width.px": "widthInput()", "style.height.px": "heightInput()" }, styleAttribute: "display: block; position: relative; overflow: hidden; width: 100%; height: 100%; isolation: isolate;", classAttribute: "ng-flow xy-flow" }, providers: [FlowStore, NgFlowService], queries: [{ propertyName: "nodeTypeDirectives", predicate: NgFlowNodeTypeDirective, isSignal: true }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, isSignal: true }, { propertyName: "paneRef", first: true, predicate: PaneComponent, descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
715
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: NgFlowComponent, isStandalone: true, selector: "ng-flow", inputs: { nodesModel: { classPropertyName: "nodesModel", publicName: "nodes", isSignal: true, isRequired: false, transformFunction: null }, edgesModel: { classPropertyName: "edgesModel", publicName: "edges", isSignal: true, isRequired: false, transformFunction: null }, viewportModel: { classPropertyName: "viewportModel", publicName: "viewport", isSignal: true, isRequired: false, transformFunction: null }, defaultNodes: { classPropertyName: "defaultNodes", publicName: "defaultNodes", isSignal: true, isRequired: false, transformFunction: null }, defaultEdges: { classPropertyName: "defaultEdges", publicName: "defaultEdges", isSignal: true, isRequired: false, transformFunction: null }, defaultViewport: { classPropertyName: "defaultViewport", publicName: "defaultViewport", isSignal: true, isRequired: false, transformFunction: null }, nodeTypes: { classPropertyName: "nodeTypes", publicName: "nodeTypes", isSignal: true, isRequired: false, transformFunction: null }, edgeTypes: { classPropertyName: "edgeTypes", publicName: "edgeTypes", isSignal: true, isRequired: false, transformFunction: null }, defaultEdgeOptions: { classPropertyName: "defaultEdgeOptions", publicName: "defaultEdgeOptions", isSignal: true, isRequired: false, transformFunction: null }, connectionMode: { classPropertyName: "connectionMode", publicName: "connectionMode", isSignal: true, isRequired: false, transformFunction: null }, connectionLineType: { classPropertyName: "connectionLineType", publicName: "connectionLineType", isSignal: true, isRequired: false, transformFunction: null }, connectionLineComponent: { classPropertyName: "connectionLineComponent", publicName: "connectionLineComponent", isSignal: true, isRequired: false, transformFunction: null }, connectionLineStyle: { classPropertyName: "connectionLineStyle", publicName: "connectionLineStyle", isSignal: true, isRequired: false, transformFunction: null }, connectionLineContainerStyle: { classPropertyName: "connectionLineContainerStyle", publicName: "connectionLineContainerStyle", isSignal: true, isRequired: false, transformFunction: null }, widthInput: { classPropertyName: "widthInput", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, heightInput: { classPropertyName: "heightInput", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, nodesDraggable: { classPropertyName: "nodesDraggable", publicName: "nodesDraggable", isSignal: true, isRequired: false, transformFunction: null }, nodesConnectable: { classPropertyName: "nodesConnectable", publicName: "nodesConnectable", isSignal: true, isRequired: false, transformFunction: null }, nodesFocusable: { classPropertyName: "nodesFocusable", publicName: "nodesFocusable", isSignal: true, isRequired: false, transformFunction: null }, edgesFocusable: { classPropertyName: "edgesFocusable", publicName: "edgesFocusable", isSignal: true, isRequired: false, transformFunction: null }, edgesReconnectable: { classPropertyName: "edgesReconnectable", publicName: "edgesReconnectable", isSignal: true, isRequired: false, transformFunction: null }, elementsSelectable: { classPropertyName: "elementsSelectable", publicName: "elementsSelectable", isSignal: true, isRequired: false, transformFunction: null }, selectNodesOnDrag: { classPropertyName: "selectNodesOnDrag", publicName: "selectNodesOnDrag", isSignal: true, isRequired: false, transformFunction: null }, connectOnClick: { classPropertyName: "connectOnClick", publicName: "connectOnClick", isSignal: true, isRequired: false, transformFunction: null }, panOnDrag: { classPropertyName: "panOnDrag", publicName: "panOnDrag", isSignal: true, isRequired: false, transformFunction: null }, panOnScroll: { classPropertyName: "panOnScroll", publicName: "panOnScroll", isSignal: true, isRequired: false, transformFunction: null }, panOnScrollMode: { classPropertyName: "panOnScrollMode", publicName: "panOnScrollMode", isSignal: true, isRequired: false, transformFunction: null }, panOnScrollSpeed: { classPropertyName: "panOnScrollSpeed", publicName: "panOnScrollSpeed", isSignal: true, isRequired: false, transformFunction: null }, zoomOnScroll: { classPropertyName: "zoomOnScroll", publicName: "zoomOnScroll", isSignal: true, isRequired: false, transformFunction: null }, zoomOnPinch: { classPropertyName: "zoomOnPinch", publicName: "zoomOnPinch", isSignal: true, isRequired: false, transformFunction: null }, zoomOnDoubleClick: { classPropertyName: "zoomOnDoubleClick", publicName: "zoomOnDoubleClick", isSignal: true, isRequired: false, transformFunction: null }, preventScrolling: { classPropertyName: "preventScrolling", publicName: "preventScrolling", isSignal: true, isRequired: false, transformFunction: null }, selectionOnDrag: { classPropertyName: "selectionOnDrag", publicName: "selectionOnDrag", isSignal: true, isRequired: false, transformFunction: null }, selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null }, minZoom: { classPropertyName: "minZoom", publicName: "minZoom", isSignal: true, isRequired: false, transformFunction: null }, maxZoom: { classPropertyName: "maxZoom", publicName: "maxZoom", isSignal: true, isRequired: false, transformFunction: null }, translateExtent: { classPropertyName: "translateExtent", publicName: "translateExtent", isSignal: true, isRequired: false, transformFunction: null }, nodeExtent: { classPropertyName: "nodeExtent", publicName: "nodeExtent", isSignal: true, isRequired: false, transformFunction: null }, snapToGrid: { classPropertyName: "snapToGrid", publicName: "snapToGrid", isSignal: true, isRequired: false, transformFunction: null }, snapGrid: { classPropertyName: "snapGrid", publicName: "snapGrid", isSignal: true, isRequired: false, transformFunction: null }, fitView: { classPropertyName: "fitView", publicName: "fitView", isSignal: true, isRequired: false, transformFunction: null }, fitViewOptions: { classPropertyName: "fitViewOptions", publicName: "fitViewOptions", isSignal: true, isRequired: false, transformFunction: null }, deleteKeyCode: { classPropertyName: "deleteKeyCode", publicName: "deleteKeyCode", isSignal: true, isRequired: false, transformFunction: null }, selectionKeyCode: { classPropertyName: "selectionKeyCode", publicName: "selectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, panActivationKeyCode: { classPropertyName: "panActivationKeyCode", publicName: "panActivationKeyCode", isSignal: true, isRequired: false, transformFunction: null }, multiSelectionKeyCode: { classPropertyName: "multiSelectionKeyCode", publicName: "multiSelectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, zoomActivationKeyCode: { classPropertyName: "zoomActivationKeyCode", publicName: "zoomActivationKeyCode", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnNodeDrag: { classPropertyName: "autoPanOnNodeDrag", publicName: "autoPanOnNodeDrag", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnConnect: { classPropertyName: "autoPanOnConnect", publicName: "autoPanOnConnect", isSignal: true, isRequired: false, transformFunction: null }, autoPanSpeed: { classPropertyName: "autoPanSpeed", publicName: "autoPanSpeed", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnNodeFocus: { classPropertyName: "autoPanOnNodeFocus", publicName: "autoPanOnNodeFocus", isSignal: true, isRequired: false, transformFunction: null }, connectionRadius: { classPropertyName: "connectionRadius", publicName: "connectionRadius", isSignal: true, isRequired: false, transformFunction: null }, reconnectRadius: { classPropertyName: "reconnectRadius", publicName: "reconnectRadius", isSignal: true, isRequired: false, transformFunction: null }, nodeDragThreshold: { classPropertyName: "nodeDragThreshold", publicName: "nodeDragThreshold", isSignal: true, isRequired: false, transformFunction: null }, connectionDragThreshold: { classPropertyName: "connectionDragThreshold", publicName: "connectionDragThreshold", isSignal: true, isRequired: false, transformFunction: null }, paneClickDistance: { classPropertyName: "paneClickDistance", publicName: "paneClickDistance", isSignal: true, isRequired: false, transformFunction: null }, nodeClickDistance: { classPropertyName: "nodeClickDistance", publicName: "nodeClickDistance", isSignal: true, isRequired: false, transformFunction: null }, colorMode: { classPropertyName: "colorMode", publicName: "colorMode", isSignal: true, isRequired: false, transformFunction: null }, elevateNodesOnSelect: { classPropertyName: "elevateNodesOnSelect", publicName: "elevateNodesOnSelect", isSignal: true, isRequired: false, transformFunction: null }, elevateEdgesOnSelect: { classPropertyName: "elevateEdgesOnSelect", publicName: "elevateEdgesOnSelect", isSignal: true, isRequired: false, transformFunction: null }, onlyRenderVisibleElements: { classPropertyName: "onlyRenderVisibleElements", publicName: "onlyRenderVisibleElements", isSignal: true, isRequired: false, transformFunction: null }, zIndexMode: { classPropertyName: "zIndexMode", publicName: "zIndexMode", isSignal: true, isRequired: false, transformFunction: null }, nodeOrigin: { classPropertyName: "nodeOrigin", publicName: "nodeOrigin", isSignal: true, isRequired: false, transformFunction: null }, defaultMarkerColor: { classPropertyName: "defaultMarkerColor", publicName: "defaultMarkerColor", isSignal: true, isRequired: false, transformFunction: null }, edgeMode: { classPropertyName: "edgeMode", publicName: "edgeMode", isSignal: true, isRequired: false, transformFunction: null }, animate: { classPropertyName: "animate", publicName: "animate", isSignal: true, isRequired: false, transformFunction: null }, noDragClassName: { classPropertyName: "noDragClassName", publicName: "noDragClassName", isSignal: true, isRequired: false, transformFunction: null }, noWheelClassName: { classPropertyName: "noWheelClassName", publicName: "noWheelClassName", isSignal: true, isRequired: false, transformFunction: null }, noPanClassName: { classPropertyName: "noPanClassName", publicName: "noPanClassName", isSignal: true, isRequired: false, transformFunction: null }, disableKeyboardA11y: { classPropertyName: "disableKeyboardA11y", publicName: "disableKeyboardA11y", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelConfig: { classPropertyName: "ariaLabelConfig", publicName: "ariaLabelConfig", isSignal: true, isRequired: false, transformFunction: null }, isValidConnection: { classPropertyName: "isValidConnection", publicName: "isValidConnection", isSignal: true, isRequired: false, transformFunction: null }, proOptions: { classPropertyName: "proOptions", publicName: "proOptions", isSignal: true, isRequired: false, transformFunction: null }, attributionPosition: { classPropertyName: "attributionPosition", publicName: "attributionPosition", isSignal: true, isRequired: false, transformFunction: null }, hideAttribution: { classPropertyName: "hideAttribution", publicName: "hideAttribution", isSignal: true, isRequired: false, transformFunction: null }, flowId: { classPropertyName: "flowId", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, onBeforeDelete: { classPropertyName: "onBeforeDelete", publicName: "onBeforeDelete", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { nodesChange: "nodesChange", edgesChange: "edgesChange", init: "init", nodeClick: "nodeClick", nodeDoubleClick: "nodeDoubleClick", nodeMouseEnter: "nodeMouseEnter", nodeMouseMove: "nodeMouseMove", nodeMouseLeave: "nodeMouseLeave", nodeContextMenu: "nodeContextMenu", nodeDragStart: "nodeDragStart", nodeDrag: "nodeDrag", nodeDragStop: "nodeDragStop", edgeClick: "edgeClick", edgeDoubleClick: "edgeDoubleClick", edgeContextMenu: "edgeContextMenu", edgeMouseEnter: "edgeMouseEnter", edgeMouseMove: "edgeMouseMove", edgeMouseLeave: "edgeMouseLeave", connect: "connect", connectStart: "connectStart", connectEnd: "connectEnd", clickConnectStart: "clickConnectStart", clickConnectEnd: "clickConnectEnd", reconnect: "reconnect", reconnectStart: "reconnectStart", reconnectEnd: "reconnectEnd", paneClick: "paneClick", paneContextMenu: "paneContextMenu", paneMouseEnter: "paneMouseEnter", paneMouseMove: "paneMouseMove", paneMouseLeave: "paneMouseLeave", paneScroll: "paneScroll", moveStart: "moveStart", move: "move", moveEnd: "moveEnd", viewportChange: "viewportChange", selectionChange: "selectionChange", selectionDragStart: "selectionDragStart", selectionDrag: "selectionDrag", selectionDragStop: "selectionDragStop", selectionStart: "selectionStart", selectionEnd: "selectionEnd", selectionContextMenu: "selectionContextMenu", nodesDelete: "nodesDelete", edgesDelete: "edgesDelete", deleteEvent: "delete", error: "error" }, host: { attributes: { "role": "application" }, properties: { "class.dark": "resolvedColorMode() === \"dark\"", "class.light": "resolvedColorMode() === \"light\"", "style.width.px": "widthInput()", "style.height.px": "heightInput()" }, styleAttribute: "display: block; position: relative; overflow: hidden; width: 100%; height: 100%; isolation: isolate;", classAttribute: "ng-flow xy-flow" }, providers: [
|
|
716
|
+
// Reuse a FlowStore/NgFlowService provided by an enclosing provider;
|
|
717
|
+
// otherwise create our own. Reuse triggers for ANY ancestor that provides
|
|
718
|
+
// FlowStore: <ng-flow-provider> is the supported pattern, but a root-level
|
|
719
|
+
// FlowStore or a <ng-flow> rendered inside another flow's subtree would also
|
|
720
|
+
// be reused. Factories run in an injection context, so `new NgFlowService()`
|
|
721
|
+
// resolves its inject(FlowStore) against THIS injector — i.e. the
|
|
722
|
+
// shared-or-fresh store below.
|
|
723
|
+
{
|
|
724
|
+
provide: FlowStore,
|
|
725
|
+
useFactory: () => {
|
|
726
|
+
const parentStore = inject(FlowStore, { optional: true, skipSelf: true });
|
|
727
|
+
if (parentStore)
|
|
728
|
+
return parentStore;
|
|
729
|
+
const store = new FlowStore();
|
|
730
|
+
// Node-injector useFactory providers don't get ngOnDestroy called
|
|
731
|
+
// automatically — wire the tween/rAF cleanup and graph-state reset
|
|
732
|
+
// explicitly. Only registered for the fresh branch: unmounting an inner
|
|
733
|
+
// <ng-flow> in a provider context must NOT reset the shared store.
|
|
734
|
+
inject(DestroyRef).onDestroy(() => {
|
|
735
|
+
store.reset();
|
|
736
|
+
store.ngOnDestroy();
|
|
737
|
+
});
|
|
738
|
+
return store;
|
|
739
|
+
},
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
// NgFlowService has no ngOnDestroy; its only cleanup self-registers via
|
|
743
|
+
// the injected DestroyRef (keyPressed listeners). In the fresh branch that
|
|
744
|
+
// DestroyRef belongs to this component's injector; in the reuse branch it
|
|
745
|
+
// belongs to the provider's injector (which outlives this component).
|
|
746
|
+
// Either way the cleanup fires at the right time — no extra wiring needed.
|
|
747
|
+
provide: NgFlowService,
|
|
748
|
+
useFactory: () => inject(NgFlowService, { optional: true, skipSelf: true }) ?? new NgFlowService(),
|
|
749
|
+
},
|
|
750
|
+
], queries: [{ propertyName: "nodeTypeDirectives", predicate: NgFlowNodeTypeDirective, isSignal: true }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, isSignal: true }, { propertyName: "paneRef", first: true, predicate: PaneComponent, descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
689
751
|
<div
|
|
690
752
|
class="ng-flow__container xy-flow__container"
|
|
691
753
|
#container
|
|
@@ -769,7 +831,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
769
831
|
A11yDescriptionsComponent,
|
|
770
832
|
AttributionComponent,
|
|
771
833
|
],
|
|
772
|
-
providers: [
|
|
834
|
+
providers: [
|
|
835
|
+
// Reuse a FlowStore/NgFlowService provided by an enclosing provider;
|
|
836
|
+
// otherwise create our own. Reuse triggers for ANY ancestor that provides
|
|
837
|
+
// FlowStore: <ng-flow-provider> is the supported pattern, but a root-level
|
|
838
|
+
// FlowStore or a <ng-flow> rendered inside another flow's subtree would also
|
|
839
|
+
// be reused. Factories run in an injection context, so `new NgFlowService()`
|
|
840
|
+
// resolves its inject(FlowStore) against THIS injector — i.e. the
|
|
841
|
+
// shared-or-fresh store below.
|
|
842
|
+
{
|
|
843
|
+
provide: FlowStore,
|
|
844
|
+
useFactory: () => {
|
|
845
|
+
const parentStore = inject(FlowStore, { optional: true, skipSelf: true });
|
|
846
|
+
if (parentStore)
|
|
847
|
+
return parentStore;
|
|
848
|
+
const store = new FlowStore();
|
|
849
|
+
// Node-injector useFactory providers don't get ngOnDestroy called
|
|
850
|
+
// automatically — wire the tween/rAF cleanup and graph-state reset
|
|
851
|
+
// explicitly. Only registered for the fresh branch: unmounting an inner
|
|
852
|
+
// <ng-flow> in a provider context must NOT reset the shared store.
|
|
853
|
+
inject(DestroyRef).onDestroy(() => {
|
|
854
|
+
store.reset();
|
|
855
|
+
store.ngOnDestroy();
|
|
856
|
+
});
|
|
857
|
+
return store;
|
|
858
|
+
},
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
// NgFlowService has no ngOnDestroy; its only cleanup self-registers via
|
|
862
|
+
// the injected DestroyRef (keyPressed listeners). In the fresh branch that
|
|
863
|
+
// DestroyRef belongs to this component's injector; in the reuse branch it
|
|
864
|
+
// belongs to the provider's injector (which outlives this component).
|
|
865
|
+
// Either way the cleanup fires at the right time — no extra wiring needed.
|
|
866
|
+
provide: NgFlowService,
|
|
867
|
+
useFactory: () => inject(NgFlowService, { optional: true, skipSelf: true }) ?? new NgFlowService(),
|
|
868
|
+
},
|
|
869
|
+
],
|
|
773
870
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
774
871
|
host: {
|
|
775
872
|
'class': 'ng-flow xy-flow',
|
|
@@ -847,5 +944,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
847
944
|
</div>
|
|
848
945
|
`,
|
|
849
946
|
}]
|
|
850
|
-
}], ctorParameters: () => [], propDecorators: { containerRef: [{ type: i0.ViewChild, args: ['container', { isSignal: true }] }], paneRef: [{ type: i0.ViewChild, args: [i0.forwardRef(() => PaneComponent), { isSignal: true }] }], nodeTypeDirectives: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => NgFlowNodeTypeDirective), { isSignal: true }] }], nodesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodes", required: false }] }], edgesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "edges", required: false }] }], viewportModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewport", required: false }] }], defaultNodes: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultNodes", required: false }] }], defaultEdges: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultEdges", required: false }] }], defaultViewport: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultViewport", required: false }] }], nodeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeTypes", required: false }] }], edgeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgeTypes", required: false }] }], defaultEdgeOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultEdgeOptions", required: false }] }], connectionMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionMode", required: false }] }], connectionLineType: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineType", required: false }] }], connectionLineComponent: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineComponent", required: false }] }], connectionLineStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineStyle", required: false }] }], connectionLineContainerStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineContainerStyle", required: false }] }], widthInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "width", required: false }] }], heightInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "height", required: false }] }], nodesDraggable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesDraggable", required: false }] }], nodesConnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesConnectable", required: false }] }], nodesFocusable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesFocusable", required: false }] }], edgesFocusable: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgesFocusable", required: false }] }], edgesReconnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgesReconnectable", required: false }] }], elementsSelectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "elementsSelectable", required: false }] }], selectNodesOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectNodesOnDrag", required: false }] }], connectOnClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectOnClick", required: false }] }], panOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnDrag", required: false }] }], panOnScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScroll", required: false }] }], panOnScrollMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScrollMode", required: false }] }], panOnScrollSpeed: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScrollSpeed", required: false }] }], zoomOnScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnScroll", required: false }] }], zoomOnPinch: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnPinch", required: false }] }], zoomOnDoubleClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnDoubleClick", required: false }] }], preventScrolling: [{ type: i0.Input, args: [{ isSignal: true, alias: "preventScrolling", required: false }] }], selectionOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionOnDrag", required: false }] }], selectionMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionMode", required: false }] }], minZoom: [{ type: i0.Input, args: [{ isSignal: true, alias: "minZoom", required: false }] }], maxZoom: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxZoom", required: false }] }], translateExtent: [{ type: i0.Input, args: [{ isSignal: true, alias: "translateExtent", required: false }] }], nodeExtent: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeExtent", required: false }] }], snapToGrid: [{ type: i0.Input, args: [{ isSignal: true, alias: "snapToGrid", required: false }] }], snapGrid: [{ type: i0.Input, args: [{ isSignal: true, alias: "snapGrid", required: false }] }], fitView: [{ type: i0.Input, args: [{ isSignal: true, alias: "fitView", required: false }] }], fitViewOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "fitViewOptions", required: false }] }], deleteKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "deleteKeyCode", required: false }] }], selectionKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionKeyCode", required: false }] }], panActivationKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "panActivationKeyCode", required: false }] }], multiSelectionKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "multiSelectionKeyCode", required: false }] }], zoomActivationKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomActivationKeyCode", required: false }] }], autoPanOnNodeDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnNodeDrag", required: false }] }], autoPanOnConnect: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnConnect", required: false }] }], autoPanSpeed: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanSpeed", required: false }] }], connectionRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionRadius", required: false }] }], reconnectRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "reconnectRadius", required: false }] }], nodeDragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeDragThreshold", required: false }] }], connectionDragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionDragThreshold", required: false }] }], paneClickDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "paneClickDistance", required: false }] }], nodeClickDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeClickDistance", required: false }] }], colorMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "colorMode", required: false }] }], elevateNodesOnSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "elevateNodesOnSelect", required: false }] }], elevateEdgesOnSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "elevateEdgesOnSelect", required: false }] }], onlyRenderVisibleElements: [{ type: i0.Input, args: [{ isSignal: true, alias: "onlyRenderVisibleElements", required: false }] }], zIndexMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "zIndexMode", required: false }] }], nodeOrigin: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeOrigin", required: false }] }], defaultMarkerColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultMarkerColor", required: false }] }], edgeMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgeMode", required: false }] }], animate: [{ type: i0.Input, args: [{ isSignal: true, alias: "animate", required: false }] }], noDragClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noDragClassName", required: false }] }], noWheelClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noWheelClassName", required: false }] }], noPanClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noPanClassName", required: false }] }], disableKeyboardA11y: [{ type: i0.Input, args: [{ isSignal: true, alias: "disableKeyboardA11y", required: false }] }], ariaLabelConfig: [{ type: i0.Input, args: [{ isSignal: true, alias: "ariaLabelConfig", required: false }] }], isValidConnection: [{ type: i0.Input, args: [{ isSignal: true, alias: "isValidConnection", required: false }] }], proOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "proOptions", required: false }] }], attributionPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "attributionPosition", required: false }] }], hideAttribution: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideAttribution", required: false }] }], flowId: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], debug: [{ type: i0.Input, args: [{ isSignal: true, alias: "debug", required: false }] }], nodesChange: [{ type: i0.Output, args: ["nodesChange"] }], edgesChange: [{ type: i0.Output, args: ["edgesChange"] }], init: [{ type: i0.Output, args: ["init"] }], nodeClick: [{ type: i0.Output, args: ["nodeClick"] }], nodeDoubleClick: [{ type: i0.Output, args: ["nodeDoubleClick"] }], nodeMouseEnter: [{ type: i0.Output, args: ["nodeMouseEnter"] }], nodeMouseMove: [{ type: i0.Output, args: ["nodeMouseMove"] }], nodeMouseLeave: [{ type: i0.Output, args: ["nodeMouseLeave"] }], nodeContextMenu: [{ type: i0.Output, args: ["nodeContextMenu"] }], nodeDragStart: [{ type: i0.Output, args: ["nodeDragStart"] }], nodeDrag: [{ type: i0.Output, args: ["nodeDrag"] }], nodeDragStop: [{ type: i0.Output, args: ["nodeDragStop"] }], edgeClick: [{ type: i0.Output, args: ["edgeClick"] }], edgeDoubleClick: [{ type: i0.Output, args: ["edgeDoubleClick"] }], edgeContextMenu: [{ type: i0.Output, args: ["edgeContextMenu"] }], edgeMouseEnter: [{ type: i0.Output, args: ["edgeMouseEnter"] }], edgeMouseMove: [{ type: i0.Output, args: ["edgeMouseMove"] }], edgeMouseLeave: [{ type: i0.Output, args: ["edgeMouseLeave"] }], connect: [{ type: i0.Output, args: ["connect"] }], connectStart: [{ type: i0.Output, args: ["connectStart"] }], connectEnd: [{ type: i0.Output, args: ["connectEnd"] }], clickConnectStart: [{ type: i0.Output, args: ["clickConnectStart"] }], clickConnectEnd: [{ type: i0.Output, args: ["clickConnectEnd"] }], reconnect: [{ type: i0.Output, args: ["reconnect"] }], reconnectStart: [{ type: i0.Output, args: ["reconnectStart"] }], reconnectEnd: [{ type: i0.Output, args: ["reconnectEnd"] }], paneClick: [{ type: i0.Output, args: ["paneClick"] }], paneContextMenu: [{ type: i0.Output, args: ["paneContextMenu"] }], paneMouseEnter: [{ type: i0.Output, args: ["paneMouseEnter"] }], paneMouseMove: [{ type: i0.Output, args: ["paneMouseMove"] }], paneMouseLeave: [{ type: i0.Output, args: ["paneMouseLeave"] }], paneScroll: [{ type: i0.Output, args: ["paneScroll"] }], moveStart: [{ type: i0.Output, args: ["moveStart"] }], move: [{ type: i0.Output, args: ["move"] }], moveEnd: [{ type: i0.Output, args: ["moveEnd"] }], viewportChange: [{ type: i0.Output, args: ["viewportChange"] }], selectionChange: [{ type: i0.Output, args: ["selectionChange"] }], selectionDragStart: [{ type: i0.Output, args: ["selectionDragStart"] }], selectionDrag: [{ type: i0.Output, args: ["selectionDrag"] }], selectionDragStop: [{ type: i0.Output, args: ["selectionDragStop"] }], selectionStart: [{ type: i0.Output, args: ["selectionStart"] }], selectionEnd: [{ type: i0.Output, args: ["selectionEnd"] }], selectionContextMenu: [{ type: i0.Output, args: ["selectionContextMenu"] }], nodesDelete: [{ type: i0.Output, args: ["nodesDelete"] }], edgesDelete: [{ type: i0.Output, args: ["edgesDelete"] }], deleteEvent: [{ type: i0.Output, args: ["delete"] }], onBeforeDelete: [{ type: i0.Input, args: [{ isSignal: true, alias: "onBeforeDelete", required: false }] }], error: [{ type: i0.Output, args: ["error"] }], autoPanStart: [{ type: i0.Output, args: ["autoPanStart"] }], autoPanEnd: [{ type: i0.Output, args: ["autoPanEnd"] }] } });
|
|
947
|
+
}], ctorParameters: () => [], propDecorators: { containerRef: [{ type: i0.ViewChild, args: ['container', { isSignal: true }] }], paneRef: [{ type: i0.ViewChild, args: [i0.forwardRef(() => PaneComponent), { isSignal: true }] }], nodeTypeDirectives: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => NgFlowNodeTypeDirective), { isSignal: true }] }], nodesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodes", required: false }] }], edgesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "edges", required: false }] }], viewportModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewport", required: false }] }], defaultNodes: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultNodes", required: false }] }], defaultEdges: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultEdges", required: false }] }], defaultViewport: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultViewport", required: false }] }], nodeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeTypes", required: false }] }], edgeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgeTypes", required: false }] }], defaultEdgeOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultEdgeOptions", required: false }] }], connectionMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionMode", required: false }] }], connectionLineType: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineType", required: false }] }], connectionLineComponent: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineComponent", required: false }] }], connectionLineStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineStyle", required: false }] }], connectionLineContainerStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineContainerStyle", required: false }] }], widthInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "width", required: false }] }], heightInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "height", required: false }] }], nodesDraggable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesDraggable", required: false }] }], nodesConnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesConnectable", required: false }] }], nodesFocusable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesFocusable", required: false }] }], edgesFocusable: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgesFocusable", required: false }] }], edgesReconnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgesReconnectable", required: false }] }], elementsSelectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "elementsSelectable", required: false }] }], selectNodesOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectNodesOnDrag", required: false }] }], connectOnClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectOnClick", required: false }] }], panOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnDrag", required: false }] }], panOnScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScroll", required: false }] }], panOnScrollMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScrollMode", required: false }] }], panOnScrollSpeed: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScrollSpeed", required: false }] }], zoomOnScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnScroll", required: false }] }], zoomOnPinch: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnPinch", required: false }] }], zoomOnDoubleClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnDoubleClick", required: false }] }], preventScrolling: [{ type: i0.Input, args: [{ isSignal: true, alias: "preventScrolling", required: false }] }], selectionOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionOnDrag", required: false }] }], selectionMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionMode", required: false }] }], minZoom: [{ type: i0.Input, args: [{ isSignal: true, alias: "minZoom", required: false }] }], maxZoom: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxZoom", required: false }] }], translateExtent: [{ type: i0.Input, args: [{ isSignal: true, alias: "translateExtent", required: false }] }], nodeExtent: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeExtent", required: false }] }], snapToGrid: [{ type: i0.Input, args: [{ isSignal: true, alias: "snapToGrid", required: false }] }], snapGrid: [{ type: i0.Input, args: [{ isSignal: true, alias: "snapGrid", required: false }] }], fitView: [{ type: i0.Input, args: [{ isSignal: true, alias: "fitView", required: false }] }], fitViewOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "fitViewOptions", required: false }] }], deleteKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "deleteKeyCode", required: false }] }], selectionKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionKeyCode", required: false }] }], panActivationKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "panActivationKeyCode", required: false }] }], multiSelectionKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "multiSelectionKeyCode", required: false }] }], zoomActivationKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomActivationKeyCode", required: false }] }], autoPanOnNodeDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnNodeDrag", required: false }] }], autoPanOnConnect: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnConnect", required: false }] }], autoPanSpeed: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanSpeed", required: false }] }], autoPanOnNodeFocus: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnNodeFocus", required: false }] }], connectionRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionRadius", required: false }] }], reconnectRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "reconnectRadius", required: false }] }], nodeDragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeDragThreshold", required: false }] }], connectionDragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionDragThreshold", required: false }] }], paneClickDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "paneClickDistance", required: false }] }], nodeClickDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeClickDistance", required: false }] }], colorMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "colorMode", required: false }] }], elevateNodesOnSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "elevateNodesOnSelect", required: false }] }], elevateEdgesOnSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "elevateEdgesOnSelect", required: false }] }], onlyRenderVisibleElements: [{ type: i0.Input, args: [{ isSignal: true, alias: "onlyRenderVisibleElements", required: false }] }], zIndexMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "zIndexMode", required: false }] }], nodeOrigin: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeOrigin", required: false }] }], defaultMarkerColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultMarkerColor", required: false }] }], edgeMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgeMode", required: false }] }], animate: [{ type: i0.Input, args: [{ isSignal: true, alias: "animate", required: false }] }], noDragClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noDragClassName", required: false }] }], noWheelClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noWheelClassName", required: false }] }], noPanClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noPanClassName", required: false }] }], disableKeyboardA11y: [{ type: i0.Input, args: [{ isSignal: true, alias: "disableKeyboardA11y", required: false }] }], ariaLabelConfig: [{ type: i0.Input, args: [{ isSignal: true, alias: "ariaLabelConfig", required: false }] }], isValidConnection: [{ type: i0.Input, args: [{ isSignal: true, alias: "isValidConnection", required: false }] }], proOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "proOptions", required: false }] }], attributionPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "attributionPosition", required: false }] }], hideAttribution: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideAttribution", required: false }] }], flowId: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], debug: [{ type: i0.Input, args: [{ isSignal: true, alias: "debug", required: false }] }], nodesChange: [{ type: i0.Output, args: ["nodesChange"] }], edgesChange: [{ type: i0.Output, args: ["edgesChange"] }], init: [{ type: i0.Output, args: ["init"] }], nodeClick: [{ type: i0.Output, args: ["nodeClick"] }], nodeDoubleClick: [{ type: i0.Output, args: ["nodeDoubleClick"] }], nodeMouseEnter: [{ type: i0.Output, args: ["nodeMouseEnter"] }], nodeMouseMove: [{ type: i0.Output, args: ["nodeMouseMove"] }], nodeMouseLeave: [{ type: i0.Output, args: ["nodeMouseLeave"] }], nodeContextMenu: [{ type: i0.Output, args: ["nodeContextMenu"] }], nodeDragStart: [{ type: i0.Output, args: ["nodeDragStart"] }], nodeDrag: [{ type: i0.Output, args: ["nodeDrag"] }], nodeDragStop: [{ type: i0.Output, args: ["nodeDragStop"] }], edgeClick: [{ type: i0.Output, args: ["edgeClick"] }], edgeDoubleClick: [{ type: i0.Output, args: ["edgeDoubleClick"] }], edgeContextMenu: [{ type: i0.Output, args: ["edgeContextMenu"] }], edgeMouseEnter: [{ type: i0.Output, args: ["edgeMouseEnter"] }], edgeMouseMove: [{ type: i0.Output, args: ["edgeMouseMove"] }], edgeMouseLeave: [{ type: i0.Output, args: ["edgeMouseLeave"] }], connect: [{ type: i0.Output, args: ["connect"] }], connectStart: [{ type: i0.Output, args: ["connectStart"] }], connectEnd: [{ type: i0.Output, args: ["connectEnd"] }], clickConnectStart: [{ type: i0.Output, args: ["clickConnectStart"] }], clickConnectEnd: [{ type: i0.Output, args: ["clickConnectEnd"] }], reconnect: [{ type: i0.Output, args: ["reconnect"] }], reconnectStart: [{ type: i0.Output, args: ["reconnectStart"] }], reconnectEnd: [{ type: i0.Output, args: ["reconnectEnd"] }], paneClick: [{ type: i0.Output, args: ["paneClick"] }], paneContextMenu: [{ type: i0.Output, args: ["paneContextMenu"] }], paneMouseEnter: [{ type: i0.Output, args: ["paneMouseEnter"] }], paneMouseMove: [{ type: i0.Output, args: ["paneMouseMove"] }], paneMouseLeave: [{ type: i0.Output, args: ["paneMouseLeave"] }], paneScroll: [{ type: i0.Output, args: ["paneScroll"] }], moveStart: [{ type: i0.Output, args: ["moveStart"] }], move: [{ type: i0.Output, args: ["move"] }], moveEnd: [{ type: i0.Output, args: ["moveEnd"] }], viewportChange: [{ type: i0.Output, args: ["viewportChange"] }], selectionChange: [{ type: i0.Output, args: ["selectionChange"] }], selectionDragStart: [{ type: i0.Output, args: ["selectionDragStart"] }], selectionDrag: [{ type: i0.Output, args: ["selectionDrag"] }], selectionDragStop: [{ type: i0.Output, args: ["selectionDragStop"] }], selectionStart: [{ type: i0.Output, args: ["selectionStart"] }], selectionEnd: [{ type: i0.Output, args: ["selectionEnd"] }], selectionContextMenu: [{ type: i0.Output, args: ["selectionContextMenu"] }], nodesDelete: [{ type: i0.Output, args: ["nodesDelete"] }], edgesDelete: [{ type: i0.Output, args: ["edgesDelete"] }], deleteEvent: [{ type: i0.Output, args: ["delete"] }], onBeforeDelete: [{ type: i0.Input, args: [{ isSignal: true, alias: "onBeforeDelete", required: false }] }], error: [{ type: i0.Output, args: ["error"] }] } });
|
|
851
948
|
//# sourceMappingURL=ng-flow.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-flow.component.js","sourceRoot":"","sources":["../../../../../src/lib/container/ng-flow/ng-flow.component.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ng-flow.component.js","sourceRoot":"","sources":["../../../../../src/lib/container/ng-flow/ng-flow.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,13 @@ import { Type, Injector, AfterViewInit, OnDestroy, TemplateRef } from '@angular/
|
|
|
2
2
|
import { FlowStore } from '../../services/flow-store.service';
|
|
3
3
|
import type { Node, InternalNode, NodeTypes } from '../../types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Cache key for a node's NgComponentOutlet inputs object. Enumerates every
|
|
7
|
+
* field `getNodeInputs` feeds into the inputs object (data is compared by
|
|
8
|
+
* reference in the cache entry instead — object identity can't live in a
|
|
9
|
+
* string key). Exported for tests.
|
|
10
|
+
*/
|
|
11
|
+
export declare function computeNodeInputsKey(node: InternalNode, nodesConnectable: boolean, isTemplate: boolean): string;
|
|
5
12
|
export declare class NodeRendererComponent implements AfterViewInit, OnDestroy {
|
|
6
13
|
readonly store: FlowStore<Node, import("../../types").Edge>;
|
|
7
14
|
private parentInjector;
|
|
@@ -66,4 +73,3 @@ export declare class NodeRendererComponent implements AfterViewInit, OnDestroy {
|
|
|
66
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodeRendererComponent, never>;
|
|
67
74
|
static ɵcmp: i0.ɵɵComponentDeclaration<NodeRendererComponent, "ng-flow-node-renderer", never, { "customNodeTypes": { "alias": "customNodeTypes"; "required": false; "isSignal": true; }; "nodeTemplateMap": { "alias": "nodeTemplateMap"; "required": false; "isSignal": true; }; }, { "nodeClick": "nodeClick"; "nodeDoubleClick": "nodeDoubleClick"; "nodeContextMenu": "nodeContextMenu"; "nodeMouseEnter": "nodeMouseEnter"; "nodeMouseMove": "nodeMouseMove"; "nodeMouseLeave": "nodeMouseLeave"; }, never, never, true, never>;
|
|
68
75
|
}
|
|
69
|
-
//# sourceMappingURL=node-renderer.component.d.ts.map
|