@angflow/angular 0.0.12 → 0.0.14
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 +14 -4
- package/dist/base.css +417 -411
- package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.d.ts +4 -0
- package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.d.ts.map +1 -1
- package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js +24 -20
- package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js.map +1 -1
- package/dist/esm/lib/components/attribution/attribution.component.d.ts +4 -0
- package/dist/esm/lib/components/attribution/attribution.component.d.ts.map +1 -1
- package/dist/esm/lib/components/attribution/attribution.component.js +22 -18
- package/dist/esm/lib/components/attribution/attribution.component.js.map +1 -1
- package/dist/esm/lib/components/background/background.component.d.ts +20 -0
- package/dist/esm/lib/components/background/background.component.d.ts.map +1 -1
- package/dist/esm/lib/components/background/background.component.js +159 -140
- package/dist/esm/lib/components/background/background.component.js.map +1 -1
- package/dist/esm/lib/components/connection-line/connection-line.component.d.ts +7 -0
- package/dist/esm/lib/components/connection-line/connection-line.component.d.ts.map +1 -1
- package/dist/esm/lib/components/connection-line/connection-line.component.js +7 -0
- package/dist/esm/lib/components/connection-line/connection-line.component.js.map +1 -1
- package/dist/esm/lib/components/controls/controls.component.d.ts +21 -0
- package/dist/esm/lib/components/controls/controls.component.d.ts.map +1 -1
- package/dist/esm/lib/components/controls/controls.component.js +21 -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 +4 -0
- package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js +4 -0
- package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js.map +1 -1
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.d.ts +12 -0
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js +12 -0
- 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 +23 -0
- package/dist/esm/lib/components/edges/base-edge.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edges/base-edge.component.js +63 -40
- package/dist/esm/lib/components/edges/base-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/bezier-edge.component.d.ts +4 -0
- package/dist/esm/lib/components/edges/bezier-edge.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edges/bezier-edge.component.js +4 -0
- package/dist/esm/lib/components/edges/bezier-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/edge-text.component.d.ts +4 -0
- package/dist/esm/lib/components/edges/edge-text.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edges/edge-text.component.js +30 -26
- package/dist/esm/lib/components/edges/edge-text.component.js.map +1 -1
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.d.ts +4 -0
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.js +4 -0
- 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 +1 -0
- package/dist/esm/lib/components/edges/smooth-step-edge.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edges/smooth-step-edge.component.js +1 -0
- 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 +1 -0
- package/dist/esm/lib/components/edges/step-edge.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edges/step-edge.component.js +1 -0
- package/dist/esm/lib/components/edges/step-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/straight-edge.component.d.ts +1 -0
- package/dist/esm/lib/components/edges/straight-edge.component.d.ts.map +1 -1
- package/dist/esm/lib/components/edges/straight-edge.component.js +1 -0
- package/dist/esm/lib/components/edges/straight-edge.component.js.map +1 -1
- package/dist/esm/lib/components/handle/handle.component.d.ts +20 -1
- package/dist/esm/lib/components/handle/handle.component.d.ts.map +1 -1
- package/dist/esm/lib/components/handle/handle.component.js +25 -2
- package/dist/esm/lib/components/handle/handle.component.js.map +1 -1
- package/dist/esm/lib/components/minimap/minimap.component.d.ts +34 -0
- package/dist/esm/lib/components/minimap/minimap.component.d.ts.map +1 -1
- package/dist/esm/lib/components/minimap/minimap.component.js +30 -4
- 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 +14 -0
- package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.d.ts.map +1 -1
- package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js +14 -0
- 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 +29 -0
- package/dist/esm/lib/components/node-resizer/node-resizer.component.d.ts.map +1 -1
- package/dist/esm/lib/components/node-resizer/node-resizer.component.js +153 -124
- 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 +21 -1
- package/dist/esm/lib/components/node-toolbar/node-toolbar.component.d.ts.map +1 -1
- package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js +21 -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 +4 -0
- package/dist/esm/lib/components/nodes/default-node.component.d.ts.map +1 -1
- package/dist/esm/lib/components/nodes/default-node.component.js +13 -9
- 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 -0
- package/dist/esm/lib/components/nodes/group-node.component.d.ts.map +1 -1
- package/dist/esm/lib/components/nodes/group-node.component.js +5 -0
- package/dist/esm/lib/components/nodes/group-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/input-node.component.d.ts +4 -0
- package/dist/esm/lib/components/nodes/input-node.component.d.ts.map +1 -1
- package/dist/esm/lib/components/nodes/input-node.component.js +11 -7
- package/dist/esm/lib/components/nodes/input-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/output-node.component.d.ts +4 -0
- package/dist/esm/lib/components/nodes/output-node.component.d.ts.map +1 -1
- package/dist/esm/lib/components/nodes/output-node.component.js +11 -7
- package/dist/esm/lib/components/nodes/output-node.component.js.map +1 -1
- package/dist/esm/lib/components/panel/panel.component.d.ts +12 -0
- package/dist/esm/lib/components/panel/panel.component.d.ts.map +1 -1
- package/dist/esm/lib/components/panel/panel.component.js +12 -0
- package/dist/esm/lib/components/panel/panel.component.js.map +1 -1
- package/dist/esm/lib/components/viewport-portal/viewport-portal.component.d.ts +5 -0
- package/dist/esm/lib/components/viewport-portal/viewport-portal.component.d.ts.map +1 -1
- package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js +5 -0
- package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js.map +1 -1
- package/dist/esm/lib/container/edge-renderer/edge-renderer.component.d.ts.map +1 -1
- package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js +35 -3
- 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 +154 -1
- package/dist/esm/lib/container/ng-flow/ng-flow.component.d.ts.map +1 -1
- package/dist/esm/lib/container/ng-flow/ng-flow.component.js +162 -23
- 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 +3 -1
- package/dist/esm/lib/container/node-renderer/node-renderer.component.d.ts.map +1 -1
- package/dist/esm/lib/container/node-renderer/node-renderer.component.js +50 -8
- 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.d.ts.map +1 -1
- package/dist/esm/lib/container/pane/pane.component.js +18 -25
- package/dist/esm/lib/container/pane/pane.component.js.map +1 -1
- package/dist/esm/lib/container/viewport/viewport.component.d.ts +4 -0
- package/dist/esm/lib/container/viewport/viewport.component.d.ts.map +1 -1
- package/dist/esm/lib/container/viewport/viewport.component.js +4 -0
- package/dist/esm/lib/container/viewport/viewport.component.js.map +1 -1
- package/dist/esm/lib/directives/drag.directive.d.ts +17 -0
- package/dist/esm/lib/directives/drag.directive.d.ts.map +1 -1
- package/dist/esm/lib/directives/drag.directive.js +17 -0
- package/dist/esm/lib/directives/drag.directive.js.map +1 -1
- package/dist/esm/lib/directives/key-handler.directive.d.ts +13 -0
- package/dist/esm/lib/directives/key-handler.directive.d.ts.map +1 -1
- package/dist/esm/lib/directives/key-handler.directive.js +13 -0
- package/dist/esm/lib/directives/key-handler.directive.js.map +1 -1
- package/dist/esm/lib/public-api.d.ts +1 -0
- package/dist/esm/lib/public-api.d.ts.map +1 -1
- package/dist/esm/lib/public-api.js +2 -0
- package/dist/esm/lib/public-api.js.map +1 -1
- package/dist/esm/lib/services/flow-store.service.d.ts +3 -0
- package/dist/esm/lib/services/flow-store.service.d.ts.map +1 -1
- package/dist/esm/lib/services/flow-store.service.js +3 -0
- package/dist/esm/lib/services/flow-store.service.js.map +1 -1
- package/dist/esm/lib/services/ng-flow.service.d.ts +82 -0
- package/dist/esm/lib/services/ng-flow.service.d.ts.map +1 -1
- package/dist/esm/lib/services/ng-flow.service.js +82 -0
- package/dist/esm/lib/services/ng-flow.service.js.map +1 -1
- package/dist/esm/lib/services/tokens.d.ts +23 -0
- package/dist/esm/lib/services/tokens.d.ts.map +1 -1
- package/dist/esm/lib/services/tokens.js +22 -0
- package/dist/esm/lib/services/tokens.js.map +1 -1
- package/dist/esm/lib/types/nodes.d.ts +36 -2
- package/dist/esm/lib/types/nodes.d.ts.map +1 -1
- package/dist/esm/lib/utils/changes.d.ts +20 -0
- package/dist/esm/lib/utils/changes.d.ts.map +1 -1
- package/dist/esm/lib/utils/changes.js +20 -0
- package/dist/esm/lib/utils/changes.js.map +1 -1
- package/dist/esm/lib/utils/index.d.ts +1 -0
- package/dist/esm/lib/utils/index.d.ts.map +1 -1
- package/dist/esm/lib/utils/index.js +1 -0
- package/dist/esm/lib/utils/index.js.map +1 -1
- package/dist/esm/lib/utils/inject-ng-flow-node.d.ts +20 -0
- package/dist/esm/lib/utils/inject-ng-flow-node.d.ts.map +1 -0
- package/dist/esm/lib/utils/inject-ng-flow-node.js +28 -0
- package/dist/esm/lib/utils/inject-ng-flow-node.js.map +1 -0
- package/dist/style.css +417 -411
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ChangeDetectionStrategy, input, output, model, effect, viewChild, contentChildren, inject,
|
|
1
|
+
import { Component, ChangeDetectionStrategy, input, output, model, effect, viewChild, contentChildren, inject, signal, computed, } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { ConnectionMode, ConnectionLineType, PanOnScrollMode, SelectionMode, infiniteExtent, XYPanZoom, getViewportForBounds, } from '@angflow/system';
|
|
4
4
|
import { FlowStore } from '../../services/flow-store.service';
|
|
@@ -14,11 +14,38 @@ import { AttributionComponent } from '../../components/attribution/attribution.c
|
|
|
14
14
|
import { KeyHandlerDirective } from '../../directives/key-handler.directive';
|
|
15
15
|
import { NgFlowNodeTypeDirective } from '../../directives/node-type.directive';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
|
+
/**
|
|
18
|
+
* Root component for an Angular Flow canvas. Renders nodes, edges, handles,
|
|
19
|
+
* and the pan/zoom viewport; dispatches pointer, keyboard, and drag events;
|
|
20
|
+
* and provides {@link FlowStore} and {@link NgFlowService} to descendant
|
|
21
|
+
* plugin components like `<ng-flow-background>`, `<ng-flow-controls>`, and
|
|
22
|
+
* `<ng-flow-minimap>`.
|
|
23
|
+
*
|
|
24
|
+
* `nodes`, `edges`, and `viewport` are two-way bindable (`model`) — you can
|
|
25
|
+
* either drive them by pushing new arrays back in response to `(nodesChange)`
|
|
26
|
+
* / `(edgesChange)` (controlled) or hand them off via `defaultNodes` /
|
|
27
|
+
* `defaultEdges` (uncontrolled).
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* ```html
|
|
31
|
+
* <ng-flow
|
|
32
|
+
* [nodes]="nodes"
|
|
33
|
+
* [edges]="edges"
|
|
34
|
+
* [fitView]="true"
|
|
35
|
+
* (nodesChange)="onNodesChange($event)"
|
|
36
|
+
* (edgesChange)="onEdgesChange($event)"
|
|
37
|
+
* (connect)="onConnect($event)"
|
|
38
|
+
* >
|
|
39
|
+
* <ng-flow-background variant="dots" />
|
|
40
|
+
* <ng-flow-controls />
|
|
41
|
+
* <ng-flow-minimap />
|
|
42
|
+
* </ng-flow>
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
17
45
|
export class NgFlowComponent {
|
|
18
46
|
constructor() {
|
|
19
47
|
this.store = inject(FlowStore);
|
|
20
48
|
this.ngFlowService = inject(NgFlowService);
|
|
21
|
-
this.zone = inject(NgZone);
|
|
22
49
|
this.containerRef = viewChild('container', ...(ngDevMode ? [{ debugName: "containerRef" }] : /* istanbul ignore next */ []));
|
|
23
50
|
this.paneRef = viewChild(PaneComponent, ...(ngDevMode ? [{ debugName: "paneRef" }] : /* istanbul ignore next */ []));
|
|
24
51
|
/** Content-projected node type templates */
|
|
@@ -45,167 +72,281 @@ export class NgFlowComponent {
|
|
|
45
72
|
return mode;
|
|
46
73
|
}, ...(ngDevMode ? [{ debugName: "resolvedColorMode" }] : /* istanbul ignore next */ []));
|
|
47
74
|
// ── Data (model = two-way binding) ────────────────────────────────────
|
|
75
|
+
/** Nodes to render. Two-way bindable; pair with `(nodesChange)` and `applyNodeChanges` to keep in sync. */
|
|
48
76
|
this.nodesModel = model([], { ...(ngDevMode ? { debugName: "nodesModel" } : /* istanbul ignore next */ {}), alias: 'nodes' });
|
|
77
|
+
/** Edges to render. Two-way bindable; pair with `(edgesChange)` and `applyEdgeChanges` to keep in sync. */
|
|
49
78
|
this.edgesModel = model([], { ...(ngDevMode ? { debugName: "edgesModel" } : /* istanbul ignore next */ {}), alias: 'edges' });
|
|
79
|
+
/** Current viewport (`{ x, y, zoom }`). Two-way bindable. Fires `(viewportChange)` on pan/zoom. */
|
|
50
80
|
this.viewportModel = model(undefined, { ...(ngDevMode ? { debugName: "viewportModel" } : /* istanbul ignore next */ {}), alias: 'viewport' });
|
|
51
81
|
// ── Data (input-only for uncontrolled mode) ───────────────────────────
|
|
82
|
+
/** Initial nodes for uncontrolled mode. Ignored when `[nodes]` is bound. */
|
|
52
83
|
this.defaultNodes = input(...(ngDevMode ? [undefined, { debugName: "defaultNodes" }] : /* istanbul ignore next */ []));
|
|
84
|
+
/** Initial edges for uncontrolled mode. Ignored when `[edges]` is bound. */
|
|
53
85
|
this.defaultEdges = input(...(ngDevMode ? [undefined, { debugName: "defaultEdges" }] : /* istanbul ignore next */ []));
|
|
86
|
+
/** Initial viewport for uncontrolled mode. Defaults to `{ x: 0, y: 0, zoom: 1 }`. */
|
|
54
87
|
this.defaultViewport = input({ x: 0, y: 0, zoom: 1 }, ...(ngDevMode ? [{ debugName: "defaultViewport" }] : /* istanbul ignore next */ []));
|
|
55
88
|
// ── Configuration inputs ──────────────────────────────────────────────
|
|
89
|
+
/** Map of node `type` → Angular component (or `<ng-template ngFlowNodeType>`) used to render custom nodes. */
|
|
56
90
|
this.nodeTypes = input({}, ...(ngDevMode ? [{ debugName: "nodeTypes" }] : /* istanbul ignore next */ []));
|
|
91
|
+
/** Map of edge `type` → Angular component used to render custom edges. */
|
|
57
92
|
this.edgeTypes = input({}, ...(ngDevMode ? [{ debugName: "edgeTypes" }] : /* istanbul ignore next */ []));
|
|
93
|
+
/** Shared defaults merged into every edge (e.g. `type`, `animated`, `markerEnd`). */
|
|
58
94
|
this.defaultEdgeOptions = input(...(ngDevMode ? [undefined, { debugName: "defaultEdgeOptions" }] : /* istanbul ignore next */ []));
|
|
95
|
+
/**
|
|
96
|
+
* Whether connections require a matching source/target pair.
|
|
97
|
+
* `Strict` (default) enforces source→target; `Loose` allows any direction.
|
|
98
|
+
*/
|
|
59
99
|
this.connectionMode = input(ConnectionMode.Strict, ...(ngDevMode ? [{ debugName: "connectionMode" }] : /* istanbul ignore next */ []));
|
|
100
|
+
/** Path shape drawn while the user is dragging a connection. */
|
|
60
101
|
this.connectionLineType = input(ConnectionLineType.Bezier, ...(ngDevMode ? [{ debugName: "connectionLineType" }] : /* istanbul ignore next */ []));
|
|
102
|
+
/** Custom Angular component to render the in-progress connection line. */
|
|
61
103
|
this.connectionLineComponent = input(null, ...(ngDevMode ? [{ debugName: "connectionLineComponent" }] : /* istanbul ignore next */ []));
|
|
104
|
+
/** Inline styles applied to the default connection-line SVG path. */
|
|
62
105
|
this.connectionLineStyle = input(...(ngDevMode ? [undefined, { debugName: "connectionLineStyle" }] : /* istanbul ignore next */ []));
|
|
106
|
+
/** Inline styles applied to the wrapper element around the connection line. */
|
|
63
107
|
this.connectionLineContainerStyle = input(...(ngDevMode ? [undefined, { debugName: "connectionLineContainerStyle" }] : /* istanbul ignore next */ []));
|
|
108
|
+
/** Fixed pixel width for the canvas. If omitted, host stretches to its parent. */
|
|
64
109
|
this.widthInput = input(undefined, { ...(ngDevMode ? { debugName: "widthInput" } : /* istanbul ignore next */ {}), alias: 'width' });
|
|
110
|
+
/** Fixed pixel height for the canvas. If omitted, host stretches to its parent. */
|
|
65
111
|
this.heightInput = input(undefined, { ...(ngDevMode ? { debugName: "heightInput" } : /* istanbul ignore next */ {}), alias: 'height' });
|
|
66
112
|
// ── Interaction flags ─────────────────────────────────────────────────
|
|
113
|
+
/** Whether nodes can be dragged. */
|
|
67
114
|
this.nodesDraggable = input(true, ...(ngDevMode ? [{ debugName: "nodesDraggable" }] : /* istanbul ignore next */ []));
|
|
115
|
+
/** Whether handles accept new connections. */
|
|
68
116
|
this.nodesConnectable = input(true, ...(ngDevMode ? [{ debugName: "nodesConnectable" }] : /* istanbul ignore next */ []));
|
|
117
|
+
/** Whether nodes are focusable via keyboard. */
|
|
69
118
|
this.nodesFocusable = input(true, ...(ngDevMode ? [{ debugName: "nodesFocusable" }] : /* istanbul ignore next */ []));
|
|
119
|
+
/** Whether edges are focusable via keyboard. */
|
|
70
120
|
this.edgesFocusable = input(true, ...(ngDevMode ? [{ debugName: "edgesFocusable" }] : /* istanbul ignore next */ []));
|
|
121
|
+
/** Whether an existing edge's endpoint can be dragged to a different handle. */
|
|
71
122
|
this.edgesReconnectable = input(true, ...(ngDevMode ? [{ debugName: "edgesReconnectable" }] : /* istanbul ignore next */ []));
|
|
123
|
+
/** Whether nodes and edges can be selected (clicked / box-selected). */
|
|
72
124
|
this.elementsSelectable = input(true, ...(ngDevMode ? [{ debugName: "elementsSelectable" }] : /* istanbul ignore next */ []));
|
|
125
|
+
/** Whether clicking a node during drag selects it. */
|
|
73
126
|
this.selectNodesOnDrag = input(true, ...(ngDevMode ? [{ debugName: "selectNodesOnDrag" }] : /* istanbul ignore next */ []));
|
|
127
|
+
/** Whether click-to-connect is enabled as an alternative to drag-to-connect. */
|
|
74
128
|
this.connectOnClick = input(true, ...(ngDevMode ? [{ debugName: "connectOnClick" }] : /* istanbul ignore next */ []));
|
|
75
129
|
// ── Pan/Zoom flags ────────────────────────────────────────────────────
|
|
130
|
+
/** Enable panning by dragging the pane. Pass `number[]` to restrict to specific mouse buttons. */
|
|
76
131
|
this.panOnDrag = input(true, ...(ngDevMode ? [{ debugName: "panOnDrag" }] : /* istanbul ignore next */ []));
|
|
132
|
+
/** Pan the viewport with the scroll wheel instead of zooming. */
|
|
77
133
|
this.panOnScroll = input(false, ...(ngDevMode ? [{ debugName: "panOnScroll" }] : /* istanbul ignore next */ []));
|
|
134
|
+
/** Axis constraints for `panOnScroll` (`Free`, `Horizontal`, `Vertical`). */
|
|
78
135
|
this.panOnScrollMode = input(PanOnScrollMode.Free, ...(ngDevMode ? [{ debugName: "panOnScrollMode" }] : /* istanbul ignore next */ []));
|
|
136
|
+
/** Multiplier for scroll-pan speed. */
|
|
79
137
|
this.panOnScrollSpeed = input(0.5, ...(ngDevMode ? [{ debugName: "panOnScrollSpeed" }] : /* istanbul ignore next */ []));
|
|
138
|
+
/** Enable zooming with the scroll wheel. */
|
|
80
139
|
this.zoomOnScroll = input(true, ...(ngDevMode ? [{ debugName: "zoomOnScroll" }] : /* istanbul ignore next */ []));
|
|
140
|
+
/** Enable pinch-to-zoom on touch devices. */
|
|
81
141
|
this.zoomOnPinch = input(true, ...(ngDevMode ? [{ debugName: "zoomOnPinch" }] : /* istanbul ignore next */ []));
|
|
142
|
+
/** Enable double-click to zoom in. */
|
|
82
143
|
this.zoomOnDoubleClick = input(true, ...(ngDevMode ? [{ debugName: "zoomOnDoubleClick" }] : /* istanbul ignore next */ []));
|
|
144
|
+
/** Prevent the page from scrolling while the pointer is over the canvas. */
|
|
83
145
|
this.preventScrolling = input(true, ...(ngDevMode ? [{ debugName: "preventScrolling" }] : /* istanbul ignore next */ []));
|
|
84
146
|
// ── Selection ─────────────────────────────────────────────────────────
|
|
147
|
+
/** Start a box-selection on plain drag (without holding the selection key). */
|
|
85
148
|
this.selectionOnDrag = input(false, ...(ngDevMode ? [{ debugName: "selectionOnDrag" }] : /* istanbul ignore next */ []));
|
|
149
|
+
/** Selection geometry: `Full` only selects fully contained nodes; `Partial` also selects those that overlap. */
|
|
86
150
|
this.selectionMode = input(SelectionMode.Full, ...(ngDevMode ? [{ debugName: "selectionMode" }] : /* istanbul ignore next */ []));
|
|
87
151
|
// ── Viewport constraints ──────────────────────────────────────────────
|
|
152
|
+
/** Minimum allowed zoom level. */
|
|
88
153
|
this.minZoom = input(0.5, ...(ngDevMode ? [{ debugName: "minZoom" }] : /* istanbul ignore next */ []));
|
|
154
|
+
/** Maximum allowed zoom level. */
|
|
89
155
|
this.maxZoom = input(2, ...(ngDevMode ? [{ debugName: "maxZoom" }] : /* istanbul ignore next */ []));
|
|
156
|
+
/** `[[x1, y1], [x2, y2]]` extent the viewport can be panned within. */
|
|
90
157
|
this.translateExtent = input(infiniteExtent, ...(ngDevMode ? [{ debugName: "translateExtent" }] : /* istanbul ignore next */ []));
|
|
158
|
+
/** `[[x1, y1], [x2, y2]]` extent node positions are clamped to. */
|
|
91
159
|
this.nodeExtent = input(infiniteExtent, ...(ngDevMode ? [{ debugName: "nodeExtent" }] : /* istanbul ignore next */ []));
|
|
92
160
|
// ── Grid/Snap ─────────────────────────────────────────────────────────
|
|
161
|
+
/** Snap dragged nodes to `snapGrid`. */
|
|
93
162
|
this.snapToGrid = input(false, ...(ngDevMode ? [{ debugName: "snapToGrid" }] : /* istanbul ignore next */ []));
|
|
163
|
+
/** `[x, y]` grid size used when `snapToGrid` is `true`. */
|
|
94
164
|
this.snapGrid = input([15, 15], ...(ngDevMode ? [{ debugName: "snapGrid" }] : /* istanbul ignore next */ []));
|
|
95
165
|
// ── Fit view ──────────────────────────────────────────────────────────
|
|
166
|
+
/** Fit all nodes into view on initial render. */
|
|
96
167
|
this.fitView = input(false, ...(ngDevMode ? [{ debugName: "fitView" }] : /* istanbul ignore next */ []));
|
|
168
|
+
/** Options for the initial `fitView` call (padding, specific nodes, min/max zoom). */
|
|
97
169
|
this.fitViewOptions = input(...(ngDevMode ? [undefined, { debugName: "fitViewOptions" }] : /* istanbul ignore next */ []));
|
|
98
170
|
// ── Keyboard keys ─────────────────────────────────────────────────────
|
|
171
|
+
/** Key(s) that delete selected elements. `null` disables the shortcut. */
|
|
99
172
|
this.deleteKeyCode = input(['Backspace', 'Delete'], ...(ngDevMode ? [{ debugName: "deleteKeyCode" }] : /* istanbul ignore next */ []));
|
|
173
|
+
/** Key held to start a box-selection. `null` disables. */
|
|
100
174
|
this.selectionKeyCode = input('Shift', ...(ngDevMode ? [{ debugName: "selectionKeyCode" }] : /* istanbul ignore next */ []));
|
|
175
|
+
/** Key held to temporarily enable panning. `null` disables. */
|
|
101
176
|
this.panActivationKeyCode = input(' ', ...(ngDevMode ? [{ debugName: "panActivationKeyCode" }] : /* istanbul ignore next */ []));
|
|
177
|
+
/** Key held to add to an existing selection instead of replacing it. `null` disables. */
|
|
102
178
|
this.multiSelectionKeyCode = input(['Meta', 'Control'], ...(ngDevMode ? [{ debugName: "multiSelectionKeyCode" }] : /* istanbul ignore next */ []));
|
|
179
|
+
/** Key held to enable zooming when it's otherwise disabled. `null` disables. */
|
|
103
180
|
this.zoomActivationKeyCode = input('Meta', ...(ngDevMode ? [{ debugName: "zoomActivationKeyCode" }] : /* istanbul ignore next */ []));
|
|
104
181
|
// ── Auto-pan ──────────────────────────────────────────────────────────
|
|
182
|
+
/** Pan the viewport automatically when dragging a node near the edge. */
|
|
105
183
|
this.autoPanOnNodeDrag = input(true, ...(ngDevMode ? [{ debugName: "autoPanOnNodeDrag" }] : /* istanbul ignore next */ []));
|
|
184
|
+
/** Pan the viewport automatically when dragging a connection near the edge. */
|
|
106
185
|
this.autoPanOnConnect = input(true, ...(ngDevMode ? [{ debugName: "autoPanOnConnect" }] : /* istanbul ignore next */ []));
|
|
186
|
+
/** Pixels-per-frame speed for auto-pan. */
|
|
107
187
|
this.autoPanSpeed = input(15, ...(ngDevMode ? [{ debugName: "autoPanSpeed" }] : /* istanbul ignore next */ []));
|
|
108
188
|
// ── Distances ─────────────────────────────────────────────────────────
|
|
189
|
+
/** Radius (in px) within which a handle is considered a valid connection target. */
|
|
109
190
|
this.connectionRadius = input(20, ...(ngDevMode ? [{ debugName: "connectionRadius" }] : /* istanbul ignore next */ []));
|
|
191
|
+
/** Radius (in px) within which an edge endpoint is considered a valid reconnection target. */
|
|
110
192
|
this.reconnectRadius = input(10, ...(ngDevMode ? [{ debugName: "reconnectRadius" }] : /* istanbul ignore next */ []));
|
|
193
|
+
/** Minimum pixels the pointer must travel before a node drag begins. */
|
|
111
194
|
this.nodeDragThreshold = input(1, ...(ngDevMode ? [{ debugName: "nodeDragThreshold" }] : /* istanbul ignore next */ []));
|
|
195
|
+
/** Minimum pixels the pointer must travel before a connection drag begins. */
|
|
112
196
|
this.connectionDragThreshold = input(1, ...(ngDevMode ? [{ debugName: "connectionDragThreshold" }] : /* istanbul ignore next */ []));
|
|
197
|
+
/** Maximum pixels between mousedown and mouseup that still count as a pane click. */
|
|
113
198
|
this.paneClickDistance = input(0, ...(ngDevMode ? [{ debugName: "paneClickDistance" }] : /* istanbul ignore next */ []));
|
|
199
|
+
/** Maximum pixels between mousedown and mouseup that still count as a node click. */
|
|
114
200
|
this.nodeClickDistance = input(0, ...(ngDevMode ? [{ debugName: "nodeClickDistance" }] : /* istanbul ignore next */ []));
|
|
115
201
|
// ── Appearance ────────────────────────────────────────────────────────
|
|
202
|
+
/** `'light'` | `'dark'` | `'system'`. When `'system'`, resolves via `prefers-color-scheme`. */
|
|
116
203
|
this.colorMode = input('light', ...(ngDevMode ? [{ debugName: "colorMode" }] : /* istanbul ignore next */ []));
|
|
204
|
+
/** Raise a node's `z-index` when selected. */
|
|
117
205
|
this.elevateNodesOnSelect = input(true, ...(ngDevMode ? [{ debugName: "elevateNodesOnSelect" }] : /* istanbul ignore next */ []));
|
|
206
|
+
/** Raise an edge's `z-index` when selected. */
|
|
118
207
|
this.elevateEdgesOnSelect = input(false, ...(ngDevMode ? [{ debugName: "elevateEdgesOnSelect" }] : /* istanbul ignore next */ []));
|
|
208
|
+
/** Skip rendering nodes/edges outside the viewport (expensive graphs benefit). */
|
|
119
209
|
this.onlyRenderVisibleElements = input(false, ...(ngDevMode ? [{ debugName: "onlyRenderVisibleElements" }] : /* istanbul ignore next */ []));
|
|
210
|
+
/** `'basic'` flat layering or `'auto'` based on selection and connection state. */
|
|
120
211
|
this.zIndexMode = input('basic', ...(ngDevMode ? [{ debugName: "zIndexMode" }] : /* istanbul ignore next */ []));
|
|
212
|
+
/** `[x, y]` origin within a node that its `position` refers to (0 = top-left, 0.5 = center). */
|
|
121
213
|
this.nodeOrigin = input([0, 0], ...(ngDevMode ? [{ debugName: "nodeOrigin" }] : /* istanbul ignore next */ []));
|
|
214
|
+
/** Default fill color for SVG edge markers. */
|
|
122
215
|
this.defaultMarkerColor = input('#b1b1b7', ...(ngDevMode ? [{ debugName: "defaultMarkerColor" }] : /* istanbul ignore next */ []));
|
|
123
216
|
// ── CSS class names ───────────────────────────────────────────────────
|
|
217
|
+
/** Elements with this class prevent node dragging when interacted with. */
|
|
124
218
|
this.noDragClassName = input('nodrag', ...(ngDevMode ? [{ debugName: "noDragClassName" }] : /* istanbul ignore next */ []));
|
|
219
|
+
/** Elements with this class prevent wheel/pinch zooming when scrolled. */
|
|
125
220
|
this.noWheelClassName = input('nowheel', ...(ngDevMode ? [{ debugName: "noWheelClassName" }] : /* istanbul ignore next */ []));
|
|
221
|
+
/** Elements with this class prevent pane panning when dragged. */
|
|
126
222
|
this.noPanClassName = input('nopan', ...(ngDevMode ? [{ debugName: "noPanClassName" }] : /* istanbul ignore next */ []));
|
|
127
223
|
// ── Accessibility ─────────────────────────────────────────────────────
|
|
224
|
+
/** Disable all keyboard interaction (arrow-key move, delete, select-all). */
|
|
128
225
|
this.disableKeyboardA11y = input(false, ...(ngDevMode ? [{ debugName: "disableKeyboardA11y" }] : /* istanbul ignore next */ []));
|
|
226
|
+
/** Overrides for ARIA labels and live-region announcements. */
|
|
129
227
|
this.ariaLabelConfig = input(...(ngDevMode ? [undefined, { debugName: "ariaLabelConfig" }] : /* istanbul ignore next */ []));
|
|
130
228
|
// ── Validation ────────────────────────────────────────────────────────
|
|
229
|
+
/** Callback that decides whether a proposed `Connection` is allowed. */
|
|
131
230
|
this.isValidConnection = input(...(ngDevMode ? [undefined, { debugName: "isValidConnection" }] : /* istanbul ignore next */ []));
|
|
132
231
|
// ── Pro ────────────────────────────────────────────────────────────────
|
|
232
|
+
/** Reserved options object (no-op in the open-source build). */
|
|
133
233
|
this.proOptions = input(...(ngDevMode ? [undefined, { debugName: "proOptions" }] : /* istanbul ignore next */ []));
|
|
234
|
+
/** Where the library attribution badge is placed. */
|
|
134
235
|
this.attributionPosition = input('bottom-right', ...(ngDevMode ? [{ debugName: "attributionPosition" }] : /* istanbul ignore next */ []));
|
|
236
|
+
/** Hide the library attribution badge entirely. */
|
|
135
237
|
this.hideAttribution = input(false, ...(ngDevMode ? [{ debugName: "hideAttribution" }] : /* istanbul ignore next */ []));
|
|
136
238
|
// ── ID ────────────────────────────────────────────────────────────────
|
|
239
|
+
/** Unique id for this flow instance; used to namespace DOM ids when mounting multiple flows. */
|
|
137
240
|
this.flowId = input(undefined, { ...(ngDevMode ? { debugName: "flowId" } : /* istanbul ignore next */ {}), alias: 'id' });
|
|
138
241
|
// ── Debug ─────────────────────────────────────────────────────────────
|
|
242
|
+
/** Log internal state transitions to the console. */
|
|
139
243
|
this.debug = input(false, ...(ngDevMode ? [{ debugName: "debug" }] : /* istanbul ignore next */ []));
|
|
140
244
|
// ── Event outputs ─────────────────────────────────────────────────────
|
|
141
|
-
|
|
245
|
+
/** Fires with an array of `NodeChange` whenever the internal node state is about to change. Apply with `applyNodeChanges`. */
|
|
142
246
|
this.nodesChange = output({ alias: 'nodesChange' });
|
|
247
|
+
/** Fires with an array of `EdgeChange` whenever the internal edge state is about to change. Apply with `applyEdgeChanges`. */
|
|
143
248
|
this.edgesChange = output({ alias: 'edgesChange' });
|
|
144
|
-
|
|
249
|
+
/** Fires once after the pan/zoom viewport is initialized. Payload is the `NgFlowService` for imperative calls. */
|
|
145
250
|
this.init = output({ alias: 'init' });
|
|
146
|
-
|
|
251
|
+
/** Single-click on a node. */
|
|
147
252
|
this.nodeClick = output({ alias: 'nodeClick' });
|
|
253
|
+
/** Double-click on a node. */
|
|
148
254
|
this.nodeDoubleClick = output({ alias: 'nodeDoubleClick' });
|
|
255
|
+
/** Pointer entered a node. */
|
|
149
256
|
this.nodeMouseEnter = output({ alias: 'nodeMouseEnter' });
|
|
257
|
+
/** Pointer moved over a node. */
|
|
150
258
|
this.nodeMouseMove = output({ alias: 'nodeMouseMove' });
|
|
259
|
+
/** Pointer left a node. */
|
|
151
260
|
this.nodeMouseLeave = output({ alias: 'nodeMouseLeave' });
|
|
261
|
+
/** Right-click on a node. */
|
|
152
262
|
this.nodeContextMenu = output({ alias: 'nodeContextMenu' });
|
|
263
|
+
/** A node drag started. `nodes` contains all nodes being dragged (for multi-select). */
|
|
153
264
|
this.nodeDragStart = output({ alias: 'nodeDragStart' });
|
|
265
|
+
/** A node drag is in progress (fires per pointer move). */
|
|
154
266
|
this.nodeDrag = output({ alias: 'nodeDrag' });
|
|
267
|
+
/** A node drag ended. */
|
|
155
268
|
this.nodeDragStop = output({ alias: 'nodeDragStop' });
|
|
156
|
-
|
|
269
|
+
/** Single-click on an edge. */
|
|
157
270
|
this.edgeClick = output({ alias: 'edgeClick' });
|
|
271
|
+
/** Double-click on an edge. */
|
|
158
272
|
this.edgeDoubleClick = output({ alias: 'edgeDoubleClick' });
|
|
273
|
+
/** Right-click on an edge. */
|
|
159
274
|
this.edgeContextMenu = output({ alias: 'edgeContextMenu' });
|
|
275
|
+
/** Pointer entered an edge. */
|
|
160
276
|
this.edgeMouseEnter = output({ alias: 'edgeMouseEnter' });
|
|
277
|
+
/** Pointer moved over an edge. */
|
|
161
278
|
this.edgeMouseMove = output({ alias: 'edgeMouseMove' });
|
|
279
|
+
/** Pointer left an edge. */
|
|
162
280
|
this.edgeMouseLeave = output({ alias: 'edgeMouseLeave' });
|
|
163
|
-
|
|
281
|
+
/** A new connection was completed. Pair with `addEdge` to append it to `edges`. */
|
|
164
282
|
this.connect = output({ alias: 'connect' });
|
|
283
|
+
/** A drag-to-connect started on a handle. */
|
|
165
284
|
this.connectStart = output({ alias: 'connectStart' });
|
|
285
|
+
/** A drag-to-connect ended (regardless of whether it produced a valid connection). */
|
|
166
286
|
this.connectEnd = output({ alias: 'connectEnd' });
|
|
167
|
-
|
|
287
|
+
/** The first click of a click-to-connect interaction landed on a handle. */
|
|
168
288
|
this.clickConnectStart = output({ alias: 'clickConnectStart' });
|
|
289
|
+
/** The second click of a click-to-connect interaction landed (on any handle or elsewhere). */
|
|
169
290
|
this.clickConnectEnd = output({ alias: 'clickConnectEnd' });
|
|
170
|
-
|
|
291
|
+
/** An existing edge was dragged to a new endpoint. Pair with `reconnectEdge` to update `edges`. */
|
|
171
292
|
this.reconnect = output({ alias: 'reconnect' });
|
|
293
|
+
/** A reconnection drag on an edge endpoint started. */
|
|
172
294
|
this.reconnectStart = output({ alias: 'reconnectStart' });
|
|
295
|
+
/** A reconnection drag ended; includes the final `connectionState`. */
|
|
173
296
|
this.reconnectEnd = output({ alias: 'reconnectEnd' });
|
|
174
|
-
|
|
297
|
+
/** Click on the empty pane (not on a node, edge, or handle). */
|
|
175
298
|
this.paneClick = output({ alias: 'paneClick' });
|
|
299
|
+
/** Right-click on the empty pane. */
|
|
176
300
|
this.paneContextMenu = output({ alias: 'paneContextMenu' });
|
|
301
|
+
/** Pointer entered the pane. */
|
|
177
302
|
this.paneMouseEnter = output({ alias: 'paneMouseEnter' });
|
|
303
|
+
/** Pointer moved over the pane. */
|
|
178
304
|
this.paneMouseMove = output({ alias: 'paneMouseMove' });
|
|
305
|
+
/** Pointer left the pane. */
|
|
179
306
|
this.paneMouseLeave = output({ alias: 'paneMouseLeave' });
|
|
307
|
+
/** Scroll wheel on the pane (only fires when `panOnScroll` is enabled). */
|
|
180
308
|
this.paneScroll = output({ alias: 'paneScroll' });
|
|
181
|
-
|
|
309
|
+
/** A pan/zoom interaction started. */
|
|
182
310
|
this.moveStart = output({ alias: 'moveStart' });
|
|
311
|
+
/** A pan/zoom interaction is in progress (fires per frame). */
|
|
183
312
|
this.move = output({ alias: 'move' });
|
|
313
|
+
/** A pan/zoom interaction ended. */
|
|
184
314
|
this.moveEnd = output({ alias: 'moveEnd' });
|
|
315
|
+
/** Fires with the new `Viewport` after any pan/zoom change. */
|
|
185
316
|
this.viewportChange = output({ alias: 'viewportChange' });
|
|
186
|
-
|
|
317
|
+
/** Fires whenever the set of selected nodes/edges changes. */
|
|
187
318
|
this.selectionChange = output({ alias: 'selectionChange' });
|
|
319
|
+
/** A drag of the current multi-selection started. */
|
|
188
320
|
this.selectionDragStart = output({ alias: 'selectionDragStart' });
|
|
321
|
+
/** A drag of the current multi-selection is in progress. */
|
|
189
322
|
this.selectionDrag = output({ alias: 'selectionDrag' });
|
|
323
|
+
/** A drag of the current multi-selection ended. */
|
|
190
324
|
this.selectionDragStop = output({ alias: 'selectionDragStop' });
|
|
325
|
+
/** A box-selection gesture started. */
|
|
191
326
|
this.selectionStart = output({ alias: 'selectionStart' });
|
|
327
|
+
/** A box-selection gesture ended. */
|
|
192
328
|
this.selectionEnd = output({ alias: 'selectionEnd' });
|
|
329
|
+
/** Right-click on the current multi-selection. */
|
|
193
330
|
this.selectionContextMenu = output({ alias: 'selectionContextMenu' });
|
|
194
|
-
|
|
331
|
+
/** Fires with the set of nodes about to be deleted (after `onBeforeDelete` approved). */
|
|
195
332
|
this.nodesDelete = output({ alias: 'nodesDelete' });
|
|
333
|
+
/** Fires with the set of edges about to be deleted. */
|
|
196
334
|
this.edgesDelete = output({ alias: 'edgesDelete' });
|
|
335
|
+
/** Combined `(delete)` output firing once with both deleted `nodes` and `edges`. */
|
|
197
336
|
this.deleteEvent = output({ alias: 'delete' });
|
|
198
337
|
/**
|
|
199
338
|
* Callback invoked before elements are deleted.
|
|
200
339
|
* Return `false` (or a Promise resolving to `false`) to cancel the deletion.
|
|
201
340
|
*/
|
|
202
341
|
this.onBeforeDelete = input(undefined, ...(ngDevMode ? [{ debugName: "onBeforeDelete" }] : /* istanbul ignore next */ []));
|
|
203
|
-
|
|
342
|
+
/** Fires when the store reports an internal validation or consistency error. */
|
|
204
343
|
this.error = output({ alias: 'error' });
|
|
205
344
|
// Auto-pan events (declared for API completeness; not yet wired because
|
|
206
345
|
// auto-pan detection happens inside XYDrag's internal requestAnimationFrame
|
|
207
346
|
// loop, which does not currently expose start/end callbacks)
|
|
347
|
+
/** Reserved — fires when auto-pan begins. Not yet wired. */
|
|
208
348
|
this.autoPanStart = output({ alias: 'autoPanStart' });
|
|
349
|
+
/** Reserved — fires when auto-pan ends. Not yet wired. */
|
|
209
350
|
this.autoPanEnd = output({ alias: 'autoPanEnd' });
|
|
210
351
|
this.lastNodesRef = null;
|
|
211
352
|
this.lastEdgesRef = null;
|
|
@@ -481,13 +622,11 @@ export class NgFlowComponent {
|
|
|
481
622
|
this.moveStart.emit({ event, viewport });
|
|
482
623
|
},
|
|
483
624
|
onPanZoom: (event, viewport) => {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
this.viewportChange.emit(viewport);
|
|
490
|
-
});
|
|
625
|
+
const transform = [viewport.x, viewport.y, viewport.zoom];
|
|
626
|
+
this.store.transform.set(transform);
|
|
627
|
+
this.store.bumpVersion();
|
|
628
|
+
this.move.emit({ event, viewport });
|
|
629
|
+
this.viewportChange.emit(viewport);
|
|
491
630
|
},
|
|
492
631
|
onPanZoomEnd: (event, viewport) => {
|
|
493
632
|
this.moveEnd.emit({ event, viewport });
|
|
@@ -522,7 +661,7 @@ export class NgFlowComponent {
|
|
|
522
661
|
});
|
|
523
662
|
}
|
|
524
663
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: NgFlowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
525
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", 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 }, 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: { nodesModel: "nodesChange", edgesModel: "edgesChange", viewportModel: "viewportChange", 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%;", 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: `
|
|
664
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", 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 }, 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: { nodesModel: "nodesChange", edgesModel: "edgesChange", viewportModel: "viewportChange", 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: `
|
|
526
665
|
<div
|
|
527
666
|
class="ng-flow__container xy-flow__container"
|
|
528
667
|
#container
|
|
@@ -615,7 +754,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
615
754
|
'[class.light]': 'resolvedColorMode() === "light"',
|
|
616
755
|
'[style.width.px]': 'widthInput()',
|
|
617
756
|
'[style.height.px]': 'heightInput()',
|
|
618
|
-
'style': 'display: block; position: relative; overflow: hidden; width: 100%; height: 100%;',
|
|
757
|
+
'style': 'display: block; position: relative; overflow: hidden; width: 100%; height: 100%; isolation: isolate;',
|
|
619
758
|
},
|
|
620
759
|
template: `
|
|
621
760
|
<div
|
|
@@ -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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"}
|
|
@@ -34,6 +34,7 @@ export declare class NodeRendererComponent implements AfterViewInit, OnDestroy {
|
|
|
34
34
|
}>;
|
|
35
35
|
readonly visibleNodes: import("@angular/core").Signal<import("@angflow/system").InternalNodeBase<Node>[]>;
|
|
36
36
|
private nodeInjectorCache;
|
|
37
|
+
private nodeContextCache;
|
|
37
38
|
private nodeInputsCache;
|
|
38
39
|
private resizeObserver;
|
|
39
40
|
private mutationObserver;
|
|
@@ -44,7 +45,7 @@ export declare class NodeRendererComponent implements AfterViewInit, OnDestroy {
|
|
|
44
45
|
private cleanupRemovedNodes;
|
|
45
46
|
onNodeEvent(event: MouseEvent, nodeId: string, eventType: string): void;
|
|
46
47
|
onNodeKeyDown(event: KeyboardEvent, node: Node): void;
|
|
47
|
-
onNodeFocus(node: Node): void;
|
|
48
|
+
onNodeFocus(node: Node, event?: FocusEvent): void;
|
|
48
49
|
getNodeTemplate(type?: string): TemplateRef<any> | null;
|
|
49
50
|
getNodeTemplateContext(node: InternalNode): Record<string, unknown>;
|
|
50
51
|
getNodeComponent(type?: string): Type<unknown>;
|
|
@@ -54,6 +55,7 @@ export declare class NodeRendererComponent implements AfterViewInit, OnDestroy {
|
|
|
54
55
|
getNodeTransform(node: InternalNode): string;
|
|
55
56
|
getNodeAriaLabel(node: InternalNode): string;
|
|
56
57
|
getNodeInputs(node: InternalNode): Record<string, unknown>;
|
|
58
|
+
private buildNodeContext;
|
|
57
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodeRendererComponent, never>;
|
|
58
60
|
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>;
|
|
59
61
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-renderer.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/container/node-renderer/node-renderer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,SAAS,EAET,WAAW,EACZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAO9D,OAAO,KAAK,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"node-renderer.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/container/node-renderer/node-renderer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,SAAS,EAET,WAAW,EACZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAO9D,OAAO,KAAK,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAqB,MAAM,aAAa,CAAC;;AASpF,qBA2Da,qBAAsB,YAAW,aAAa,EAAE,SAAS;IACpE,QAAQ,CAAC,KAAK,8CAAqB;IACnC,OAAO,CAAC,cAAc,CAAoB;IAC1C,OAAO,CAAC,EAAE,CAAmC;IAE7C,QAAQ,CAAC,eAAe,iDAAwB;IAChD,QAAQ,CAAC,eAAe,qEAAmD;IAG3E,QAAQ,CAAC,SAAS;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACjE,QAAQ,CAAC,eAAe;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACvE,QAAQ,CAAC,eAAe;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACvE,QAAQ,CAAC,cAAc;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACtE,QAAQ,CAAC,aAAa;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACrE,QAAQ,CAAC,cAAc;eAAmB,UAAU;cAAQ,IAAI;OAAM;IAEtE,QAAQ,CAAC,YAAY,qFAA6C;IAElE,OAAO,CAAC,iBAAiB,CAA+B;IACxD,OAAO,CAAC,gBAAgB,CAAiD;IACzE,OAAO,CAAC,eAAe,CAA2E;IAClG,OAAO,CAAC,cAAc,CAA+B;IAErD,OAAO,CAAC,gBAAgB,CAAiC;IACzD,OAAO,CAAC,eAAe,CAAqB;IAE5C,eAAe,IAAI,IAAI;IA6BvB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,eAAe;IAcvB,OAAO,CAAC,mBAAmB;IAgB3B,WAAW,CAAC,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI;IAwCvE,aAAa,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI;IAYrD,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI;IAqDjD,eAAe,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI;IAKvD,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAanE,gBAAgB,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;IAK9C,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ;IAqBzC,cAAc,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM;IAK1C,QAAQ,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM;IAIpC,gBAAgB,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM;IAM5C,gBAAgB,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM;IAO5C,aAAa,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAyB1D,OAAO,CAAC,gBAAgB;yCA9Rb,qBAAqB;2CAArB,qBAAqB;CAyTjC"}
|