@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
|
@@ -4,10 +4,37 @@ import { FlowStore } from '../../services/flow-store.service';
|
|
|
4
4
|
import { NgFlowService } from '../../services/ng-flow.service';
|
|
5
5
|
import type { Node, Edge, NodeTypes, EdgeTypes, DefaultEdgeOptions, FitViewOptions, IsValidConnection } from '../../types';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* Root component for an Angular Flow canvas. Renders nodes, edges, handles,
|
|
9
|
+
* and the pan/zoom viewport; dispatches pointer, keyboard, and drag events;
|
|
10
|
+
* and provides {@link FlowStore} and {@link NgFlowService} to descendant
|
|
11
|
+
* plugin components like `<ng-flow-background>`, `<ng-flow-controls>`, and
|
|
12
|
+
* `<ng-flow-minimap>`.
|
|
13
|
+
*
|
|
14
|
+
* `nodes`, `edges`, and `viewport` are two-way bindable (`model`) — you can
|
|
15
|
+
* either drive them by pushing new arrays back in response to `(nodesChange)`
|
|
16
|
+
* / `(edgesChange)` (controlled) or hand them off via `defaultNodes` /
|
|
17
|
+
* `defaultEdges` (uncontrolled).
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* ```html
|
|
21
|
+
* <ng-flow
|
|
22
|
+
* [nodes]="nodes"
|
|
23
|
+
* [edges]="edges"
|
|
24
|
+
* [fitView]="true"
|
|
25
|
+
* (nodesChange)="onNodesChange($event)"
|
|
26
|
+
* (edgesChange)="onEdgesChange($event)"
|
|
27
|
+
* (connect)="onConnect($event)"
|
|
28
|
+
* >
|
|
29
|
+
* <ng-flow-background variant="dots" />
|
|
30
|
+
* <ng-flow-controls />
|
|
31
|
+
* <ng-flow-minimap />
|
|
32
|
+
* </ng-flow>
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
7
35
|
export declare class NgFlowComponent<NodeType extends Node = Node, EdgeType extends Edge = Edge> implements OnInit, AfterViewInit, OnDestroy {
|
|
8
36
|
readonly store: FlowStore<NodeType, EdgeType>;
|
|
9
37
|
private readonly ngFlowService;
|
|
10
|
-
private readonly zone;
|
|
11
38
|
private readonly containerRef;
|
|
12
39
|
private readonly paneRef;
|
|
13
40
|
/** Content-projected node type templates */
|
|
@@ -21,73 +48,144 @@ export declare class NgFlowComponent<NodeType extends Node = Node, EdgeType exte
|
|
|
21
48
|
/** Resolves 'system' color mode to 'light' or 'dark' based on prefers-color-scheme. */
|
|
22
49
|
private readonly systemPrefersDark;
|
|
23
50
|
readonly resolvedColorMode: import("@angular/core").Signal<import("@angflow/system").ColorModeClass>;
|
|
51
|
+
/** Nodes to render. Two-way bindable; pair with `(nodesChange)` and `applyNodeChanges` to keep in sync. */
|
|
24
52
|
readonly nodesModel: import("@angular/core").ModelSignal<NodeType[]>;
|
|
53
|
+
/** Edges to render. Two-way bindable; pair with `(edgesChange)` and `applyEdgeChanges` to keep in sync. */
|
|
25
54
|
readonly edgesModel: import("@angular/core").ModelSignal<EdgeType[]>;
|
|
55
|
+
/** Current viewport (`{ x, y, zoom }`). Two-way bindable. Fires `(viewportChange)` on pan/zoom. */
|
|
26
56
|
readonly viewportModel: import("@angular/core").ModelSignal<Viewport | undefined>;
|
|
57
|
+
/** Initial nodes for uncontrolled mode. Ignored when `[nodes]` is bound. */
|
|
27
58
|
readonly defaultNodes: import("@angular/core").InputSignal<NodeType[] | undefined>;
|
|
59
|
+
/** Initial edges for uncontrolled mode. Ignored when `[edges]` is bound. */
|
|
28
60
|
readonly defaultEdges: import("@angular/core").InputSignal<EdgeType[] | undefined>;
|
|
61
|
+
/** Initial viewport for uncontrolled mode. Defaults to `{ x: 0, y: 0, zoom: 1 }`. */
|
|
29
62
|
readonly defaultViewport: import("@angular/core").InputSignal<Viewport>;
|
|
63
|
+
/** Map of node `type` → Angular component (or `<ng-template ngFlowNodeType>`) used to render custom nodes. */
|
|
30
64
|
readonly nodeTypes: import("@angular/core").InputSignal<NodeTypes>;
|
|
65
|
+
/** Map of edge `type` → Angular component used to render custom edges. */
|
|
31
66
|
readonly edgeTypes: import("@angular/core").InputSignal<EdgeTypes>;
|
|
67
|
+
/** Shared defaults merged into every edge (e.g. `type`, `animated`, `markerEnd`). */
|
|
32
68
|
readonly defaultEdgeOptions: import("@angular/core").InputSignal<DefaultEdgeOptions | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Whether connections require a matching source/target pair.
|
|
71
|
+
* `Strict` (default) enforces source→target; `Loose` allows any direction.
|
|
72
|
+
*/
|
|
33
73
|
readonly connectionMode: import("@angular/core").InputSignal<ConnectionMode>;
|
|
74
|
+
/** Path shape drawn while the user is dragging a connection. */
|
|
34
75
|
readonly connectionLineType: import("@angular/core").InputSignal<ConnectionLineType>;
|
|
76
|
+
/** Custom Angular component to render the in-progress connection line. */
|
|
35
77
|
readonly connectionLineComponent: import("@angular/core").InputSignal<Type<unknown> | null>;
|
|
78
|
+
/** Inline styles applied to the default connection-line SVG path. */
|
|
36
79
|
readonly connectionLineStyle: import("@angular/core").InputSignal<Partial<CSSStyleDeclaration> | undefined>;
|
|
80
|
+
/** Inline styles applied to the wrapper element around the connection line. */
|
|
37
81
|
readonly connectionLineContainerStyle: import("@angular/core").InputSignal<Partial<CSSStyleDeclaration> | undefined>;
|
|
82
|
+
/** Fixed pixel width for the canvas. If omitted, host stretches to its parent. */
|
|
38
83
|
readonly widthInput: import("@angular/core").InputSignal<number | undefined>;
|
|
84
|
+
/** Fixed pixel height for the canvas. If omitted, host stretches to its parent. */
|
|
39
85
|
readonly heightInput: import("@angular/core").InputSignal<number | undefined>;
|
|
86
|
+
/** Whether nodes can be dragged. */
|
|
40
87
|
readonly nodesDraggable: import("@angular/core").InputSignal<boolean>;
|
|
88
|
+
/** Whether handles accept new connections. */
|
|
41
89
|
readonly nodesConnectable: import("@angular/core").InputSignal<boolean>;
|
|
90
|
+
/** Whether nodes are focusable via keyboard. */
|
|
42
91
|
readonly nodesFocusable: import("@angular/core").InputSignal<boolean>;
|
|
92
|
+
/** Whether edges are focusable via keyboard. */
|
|
43
93
|
readonly edgesFocusable: import("@angular/core").InputSignal<boolean>;
|
|
94
|
+
/** Whether an existing edge's endpoint can be dragged to a different handle. */
|
|
44
95
|
readonly edgesReconnectable: import("@angular/core").InputSignal<boolean>;
|
|
96
|
+
/** Whether nodes and edges can be selected (clicked / box-selected). */
|
|
45
97
|
readonly elementsSelectable: import("@angular/core").InputSignal<boolean>;
|
|
98
|
+
/** Whether clicking a node during drag selects it. */
|
|
46
99
|
readonly selectNodesOnDrag: import("@angular/core").InputSignal<boolean>;
|
|
100
|
+
/** Whether click-to-connect is enabled as an alternative to drag-to-connect. */
|
|
47
101
|
readonly connectOnClick: import("@angular/core").InputSignal<boolean>;
|
|
102
|
+
/** Enable panning by dragging the pane. Pass `number[]` to restrict to specific mouse buttons. */
|
|
48
103
|
readonly panOnDrag: import("@angular/core").InputSignal<boolean | number[]>;
|
|
104
|
+
/** Pan the viewport with the scroll wheel instead of zooming. */
|
|
49
105
|
readonly panOnScroll: import("@angular/core").InputSignal<boolean>;
|
|
106
|
+
/** Axis constraints for `panOnScroll` (`Free`, `Horizontal`, `Vertical`). */
|
|
50
107
|
readonly panOnScrollMode: import("@angular/core").InputSignal<PanOnScrollMode>;
|
|
108
|
+
/** Multiplier for scroll-pan speed. */
|
|
51
109
|
readonly panOnScrollSpeed: import("@angular/core").InputSignal<number>;
|
|
110
|
+
/** Enable zooming with the scroll wheel. */
|
|
52
111
|
readonly zoomOnScroll: import("@angular/core").InputSignal<boolean>;
|
|
112
|
+
/** Enable pinch-to-zoom on touch devices. */
|
|
53
113
|
readonly zoomOnPinch: import("@angular/core").InputSignal<boolean>;
|
|
114
|
+
/** Enable double-click to zoom in. */
|
|
54
115
|
readonly zoomOnDoubleClick: import("@angular/core").InputSignal<boolean>;
|
|
116
|
+
/** Prevent the page from scrolling while the pointer is over the canvas. */
|
|
55
117
|
readonly preventScrolling: import("@angular/core").InputSignal<boolean>;
|
|
118
|
+
/** Start a box-selection on plain drag (without holding the selection key). */
|
|
56
119
|
readonly selectionOnDrag: import("@angular/core").InputSignal<boolean>;
|
|
120
|
+
/** Selection geometry: `Full` only selects fully contained nodes; `Partial` also selects those that overlap. */
|
|
57
121
|
readonly selectionMode: import("@angular/core").InputSignal<SelectionMode>;
|
|
122
|
+
/** Minimum allowed zoom level. */
|
|
58
123
|
readonly minZoom: import("@angular/core").InputSignal<number>;
|
|
124
|
+
/** Maximum allowed zoom level. */
|
|
59
125
|
readonly maxZoom: import("@angular/core").InputSignal<number>;
|
|
126
|
+
/** `[[x1, y1], [x2, y2]]` extent the viewport can be panned within. */
|
|
60
127
|
readonly translateExtent: import("@angular/core").InputSignal<CoordinateExtent>;
|
|
128
|
+
/** `[[x1, y1], [x2, y2]]` extent node positions are clamped to. */
|
|
61
129
|
readonly nodeExtent: import("@angular/core").InputSignal<CoordinateExtent>;
|
|
130
|
+
/** Snap dragged nodes to `snapGrid`. */
|
|
62
131
|
readonly snapToGrid: import("@angular/core").InputSignal<boolean>;
|
|
132
|
+
/** `[x, y]` grid size used when `snapToGrid` is `true`. */
|
|
63
133
|
readonly snapGrid: import("@angular/core").InputSignal<SnapGrid>;
|
|
134
|
+
/** Fit all nodes into view on initial render. */
|
|
64
135
|
readonly fitView: import("@angular/core").InputSignal<boolean>;
|
|
136
|
+
/** Options for the initial `fitView` call (padding, specific nodes, min/max zoom). */
|
|
65
137
|
readonly fitViewOptions: import("@angular/core").InputSignal<FitViewOptions<NodeType> | undefined>;
|
|
138
|
+
/** Key(s) that delete selected elements. `null` disables the shortcut. */
|
|
66
139
|
readonly deleteKeyCode: import("@angular/core").InputSignal<KeyCode | null>;
|
|
140
|
+
/** Key held to start a box-selection. `null` disables. */
|
|
67
141
|
readonly selectionKeyCode: import("@angular/core").InputSignal<KeyCode | null>;
|
|
142
|
+
/** Key held to temporarily enable panning. `null` disables. */
|
|
68
143
|
readonly panActivationKeyCode: import("@angular/core").InputSignal<KeyCode | null>;
|
|
144
|
+
/** Key held to add to an existing selection instead of replacing it. `null` disables. */
|
|
69
145
|
readonly multiSelectionKeyCode: import("@angular/core").InputSignal<KeyCode | null>;
|
|
146
|
+
/** Key held to enable zooming when it's otherwise disabled. `null` disables. */
|
|
70
147
|
readonly zoomActivationKeyCode: import("@angular/core").InputSignal<KeyCode | null>;
|
|
148
|
+
/** Pan the viewport automatically when dragging a node near the edge. */
|
|
71
149
|
readonly autoPanOnNodeDrag: import("@angular/core").InputSignal<boolean>;
|
|
150
|
+
/** Pan the viewport automatically when dragging a connection near the edge. */
|
|
72
151
|
readonly autoPanOnConnect: import("@angular/core").InputSignal<boolean>;
|
|
152
|
+
/** Pixels-per-frame speed for auto-pan. */
|
|
73
153
|
readonly autoPanSpeed: import("@angular/core").InputSignal<number>;
|
|
154
|
+
/** Radius (in px) within which a handle is considered a valid connection target. */
|
|
74
155
|
readonly connectionRadius: import("@angular/core").InputSignal<number>;
|
|
156
|
+
/** Radius (in px) within which an edge endpoint is considered a valid reconnection target. */
|
|
75
157
|
readonly reconnectRadius: import("@angular/core").InputSignal<number>;
|
|
158
|
+
/** Minimum pixels the pointer must travel before a node drag begins. */
|
|
76
159
|
readonly nodeDragThreshold: import("@angular/core").InputSignal<number>;
|
|
160
|
+
/** Minimum pixels the pointer must travel before a connection drag begins. */
|
|
77
161
|
readonly connectionDragThreshold: import("@angular/core").InputSignal<number>;
|
|
162
|
+
/** Maximum pixels between mousedown and mouseup that still count as a pane click. */
|
|
78
163
|
readonly paneClickDistance: import("@angular/core").InputSignal<number>;
|
|
164
|
+
/** Maximum pixels between mousedown and mouseup that still count as a node click. */
|
|
79
165
|
readonly nodeClickDistance: import("@angular/core").InputSignal<number>;
|
|
166
|
+
/** `'light'` | `'dark'` | `'system'`. When `'system'`, resolves via `prefers-color-scheme`. */
|
|
80
167
|
readonly colorMode: import("@angular/core").InputSignal<ColorMode>;
|
|
168
|
+
/** Raise a node's `z-index` when selected. */
|
|
81
169
|
readonly elevateNodesOnSelect: import("@angular/core").InputSignal<boolean>;
|
|
170
|
+
/** Raise an edge's `z-index` when selected. */
|
|
82
171
|
readonly elevateEdgesOnSelect: import("@angular/core").InputSignal<boolean>;
|
|
172
|
+
/** Skip rendering nodes/edges outside the viewport (expensive graphs benefit). */
|
|
83
173
|
readonly onlyRenderVisibleElements: import("@angular/core").InputSignal<boolean>;
|
|
174
|
+
/** `'basic'` flat layering or `'auto'` based on selection and connection state. */
|
|
84
175
|
readonly zIndexMode: import("@angular/core").InputSignal<ZIndexMode>;
|
|
176
|
+
/** `[x, y]` origin within a node that its `position` refers to (0 = top-left, 0.5 = center). */
|
|
85
177
|
readonly nodeOrigin: import("@angular/core").InputSignal<NodeOrigin>;
|
|
178
|
+
/** Default fill color for SVG edge markers. */
|
|
86
179
|
readonly defaultMarkerColor: import("@angular/core").InputSignal<string | null>;
|
|
180
|
+
/** Elements with this class prevent node dragging when interacted with. */
|
|
87
181
|
readonly noDragClassName: import("@angular/core").InputSignal<string>;
|
|
182
|
+
/** Elements with this class prevent wheel/pinch zooming when scrolled. */
|
|
88
183
|
readonly noWheelClassName: import("@angular/core").InputSignal<string>;
|
|
184
|
+
/** Elements with this class prevent pane panning when dragged. */
|
|
89
185
|
readonly noPanClassName: import("@angular/core").InputSignal<string>;
|
|
186
|
+
/** Disable all keyboard interaction (arrow-key move, delete, select-all). */
|
|
90
187
|
readonly disableKeyboardA11y: import("@angular/core").InputSignal<boolean>;
|
|
188
|
+
/** Overrides for ARIA labels and live-region announcements. */
|
|
91
189
|
readonly ariaLabelConfig: import("@angular/core").InputSignal<Partial<{
|
|
92
190
|
'node.a11yDescription.default': string;
|
|
93
191
|
'node.a11yDescription.keyboardDisabled': string;
|
|
@@ -105,147 +203,199 @@ export declare class NgFlowComponent<NodeType extends Node = Node, EdgeType exte
|
|
|
105
203
|
'minimap.ariaLabel': string;
|
|
106
204
|
'handle.ariaLabel': string;
|
|
107
205
|
}> | undefined>;
|
|
206
|
+
/** Callback that decides whether a proposed `Connection` is allowed. */
|
|
108
207
|
readonly isValidConnection: import("@angular/core").InputSignal<IsValidConnection<EdgeType> | undefined>;
|
|
208
|
+
/** Reserved options object (no-op in the open-source build). */
|
|
109
209
|
readonly proOptions: import("@angular/core").InputSignal<ProOptions | undefined>;
|
|
210
|
+
/** Where the library attribution badge is placed. */
|
|
110
211
|
readonly attributionPosition: import("@angular/core").InputSignal<PanelPosition>;
|
|
212
|
+
/** Hide the library attribution badge entirely. */
|
|
111
213
|
readonly hideAttribution: import("@angular/core").InputSignal<boolean>;
|
|
214
|
+
/** Unique id for this flow instance; used to namespace DOM ids when mounting multiple flows. */
|
|
112
215
|
readonly flowId: import("@angular/core").InputSignal<string | undefined>;
|
|
216
|
+
/** Log internal state transitions to the console. */
|
|
113
217
|
readonly debug: import("@angular/core").InputSignal<boolean>;
|
|
218
|
+
/** Fires with an array of `NodeChange` whenever the internal node state is about to change. Apply with `applyNodeChanges`. */
|
|
114
219
|
readonly nodesChange: import("@angular/core").OutputEmitterRef<NodeChange[]>;
|
|
220
|
+
/** Fires with an array of `EdgeChange` whenever the internal edge state is about to change. Apply with `applyEdgeChanges`. */
|
|
115
221
|
readonly edgesChange: import("@angular/core").OutputEmitterRef<EdgeChange[]>;
|
|
222
|
+
/** Fires once after the pan/zoom viewport is initialized. Payload is the `NgFlowService` for imperative calls. */
|
|
116
223
|
readonly init: import("@angular/core").OutputEmitterRef<NgFlowService<NodeType, EdgeType>>;
|
|
224
|
+
/** Single-click on a node. */
|
|
117
225
|
readonly nodeClick: import("@angular/core").OutputEmitterRef<{
|
|
118
226
|
event: MouseEvent;
|
|
119
227
|
node: Node;
|
|
120
228
|
}>;
|
|
229
|
+
/** Double-click on a node. */
|
|
121
230
|
readonly nodeDoubleClick: import("@angular/core").OutputEmitterRef<{
|
|
122
231
|
event: MouseEvent;
|
|
123
232
|
node: Node;
|
|
124
233
|
}>;
|
|
234
|
+
/** Pointer entered a node. */
|
|
125
235
|
readonly nodeMouseEnter: import("@angular/core").OutputEmitterRef<{
|
|
126
236
|
event: MouseEvent;
|
|
127
237
|
node: Node;
|
|
128
238
|
}>;
|
|
239
|
+
/** Pointer moved over a node. */
|
|
129
240
|
readonly nodeMouseMove: import("@angular/core").OutputEmitterRef<{
|
|
130
241
|
event: MouseEvent;
|
|
131
242
|
node: Node;
|
|
132
243
|
}>;
|
|
244
|
+
/** Pointer left a node. */
|
|
133
245
|
readonly nodeMouseLeave: import("@angular/core").OutputEmitterRef<{
|
|
134
246
|
event: MouseEvent;
|
|
135
247
|
node: Node;
|
|
136
248
|
}>;
|
|
249
|
+
/** Right-click on a node. */
|
|
137
250
|
readonly nodeContextMenu: import("@angular/core").OutputEmitterRef<{
|
|
138
251
|
event: MouseEvent;
|
|
139
252
|
node: Node;
|
|
140
253
|
}>;
|
|
254
|
+
/** A node drag started. `nodes` contains all nodes being dragged (for multi-select). */
|
|
141
255
|
readonly nodeDragStart: import("@angular/core").OutputEmitterRef<{
|
|
142
256
|
event: MouseEvent;
|
|
143
257
|
node: Node;
|
|
144
258
|
nodes: Node[];
|
|
145
259
|
}>;
|
|
260
|
+
/** A node drag is in progress (fires per pointer move). */
|
|
146
261
|
readonly nodeDrag: import("@angular/core").OutputEmitterRef<{
|
|
147
262
|
event: MouseEvent;
|
|
148
263
|
node: Node;
|
|
149
264
|
nodes: Node[];
|
|
150
265
|
}>;
|
|
266
|
+
/** A node drag ended. */
|
|
151
267
|
readonly nodeDragStop: import("@angular/core").OutputEmitterRef<{
|
|
152
268
|
event: MouseEvent;
|
|
153
269
|
node: Node;
|
|
154
270
|
nodes: Node[];
|
|
155
271
|
}>;
|
|
272
|
+
/** Single-click on an edge. */
|
|
156
273
|
readonly edgeClick: import("@angular/core").OutputEmitterRef<{
|
|
157
274
|
event: MouseEvent;
|
|
158
275
|
edge: Edge;
|
|
159
276
|
}>;
|
|
277
|
+
/** Double-click on an edge. */
|
|
160
278
|
readonly edgeDoubleClick: import("@angular/core").OutputEmitterRef<{
|
|
161
279
|
event: MouseEvent;
|
|
162
280
|
edge: Edge;
|
|
163
281
|
}>;
|
|
282
|
+
/** Right-click on an edge. */
|
|
164
283
|
readonly edgeContextMenu: import("@angular/core").OutputEmitterRef<{
|
|
165
284
|
event: MouseEvent;
|
|
166
285
|
edge: Edge;
|
|
167
286
|
}>;
|
|
287
|
+
/** Pointer entered an edge. */
|
|
168
288
|
readonly edgeMouseEnter: import("@angular/core").OutputEmitterRef<{
|
|
169
289
|
event: MouseEvent;
|
|
170
290
|
edge: Edge;
|
|
171
291
|
}>;
|
|
292
|
+
/** Pointer moved over an edge. */
|
|
172
293
|
readonly edgeMouseMove: import("@angular/core").OutputEmitterRef<{
|
|
173
294
|
event: MouseEvent;
|
|
174
295
|
edge: Edge;
|
|
175
296
|
}>;
|
|
297
|
+
/** Pointer left an edge. */
|
|
176
298
|
readonly edgeMouseLeave: import("@angular/core").OutputEmitterRef<{
|
|
177
299
|
event: MouseEvent;
|
|
178
300
|
edge: Edge;
|
|
179
301
|
}>;
|
|
302
|
+
/** A new connection was completed. Pair with `addEdge` to append it to `edges`. */
|
|
180
303
|
readonly connect: import("@angular/core").OutputEmitterRef<Connection>;
|
|
304
|
+
/** A drag-to-connect started on a handle. */
|
|
181
305
|
readonly connectStart: import("@angular/core").OutputEmitterRef<{
|
|
182
306
|
event: MouseEvent | TouchEvent;
|
|
183
307
|
params: OnConnectStartParams;
|
|
184
308
|
}>;
|
|
309
|
+
/** A drag-to-connect ended (regardless of whether it produced a valid connection). */
|
|
185
310
|
readonly connectEnd: import("@angular/core").OutputEmitterRef<MouseEvent | TouchEvent>;
|
|
311
|
+
/** The first click of a click-to-connect interaction landed on a handle. */
|
|
186
312
|
readonly clickConnectStart: import("@angular/core").OutputEmitterRef<{
|
|
187
313
|
event: MouseEvent;
|
|
188
314
|
params: OnConnectStartParams;
|
|
189
315
|
}>;
|
|
316
|
+
/** The second click of a click-to-connect interaction landed (on any handle or elsewhere). */
|
|
190
317
|
readonly clickConnectEnd: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
318
|
+
/** An existing edge was dragged to a new endpoint. Pair with `reconnectEdge` to update `edges`. */
|
|
191
319
|
readonly reconnect: import("@angular/core").OutputEmitterRef<{
|
|
192
320
|
edge: Edge;
|
|
193
321
|
connection: Connection;
|
|
194
322
|
}>;
|
|
323
|
+
/** A reconnection drag on an edge endpoint started. */
|
|
195
324
|
readonly reconnectStart: import("@angular/core").OutputEmitterRef<{
|
|
196
325
|
event: MouseEvent;
|
|
197
326
|
edge: Edge;
|
|
198
327
|
handleType: HandleType;
|
|
199
328
|
}>;
|
|
329
|
+
/** A reconnection drag ended; includes the final `connectionState`. */
|
|
200
330
|
readonly reconnectEnd: import("@angular/core").OutputEmitterRef<{
|
|
201
331
|
event: MouseEvent | TouchEvent;
|
|
202
332
|
edge: Edge;
|
|
203
333
|
handleType: HandleType;
|
|
204
334
|
connectionState: FinalConnectionState;
|
|
205
335
|
}>;
|
|
336
|
+
/** Click on the empty pane (not on a node, edge, or handle). */
|
|
206
337
|
readonly paneClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
338
|
+
/** Right-click on the empty pane. */
|
|
207
339
|
readonly paneContextMenu: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
340
|
+
/** Pointer entered the pane. */
|
|
208
341
|
readonly paneMouseEnter: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
342
|
+
/** Pointer moved over the pane. */
|
|
209
343
|
readonly paneMouseMove: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
344
|
+
/** Pointer left the pane. */
|
|
210
345
|
readonly paneMouseLeave: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
346
|
+
/** Scroll wheel on the pane (only fires when `panOnScroll` is enabled). */
|
|
211
347
|
readonly paneScroll: import("@angular/core").OutputEmitterRef<WheelEvent | undefined>;
|
|
348
|
+
/** A pan/zoom interaction started. */
|
|
212
349
|
readonly moveStart: import("@angular/core").OutputEmitterRef<{
|
|
213
350
|
event: MouseEvent | TouchEvent | null;
|
|
214
351
|
viewport: Viewport;
|
|
215
352
|
}>;
|
|
353
|
+
/** A pan/zoom interaction is in progress (fires per frame). */
|
|
216
354
|
readonly move: import("@angular/core").OutputEmitterRef<{
|
|
217
355
|
event: MouseEvent | TouchEvent | null;
|
|
218
356
|
viewport: Viewport;
|
|
219
357
|
}>;
|
|
358
|
+
/** A pan/zoom interaction ended. */
|
|
220
359
|
readonly moveEnd: import("@angular/core").OutputEmitterRef<{
|
|
221
360
|
event: MouseEvent | TouchEvent | null;
|
|
222
361
|
viewport: Viewport;
|
|
223
362
|
}>;
|
|
363
|
+
/** Fires with the new `Viewport` after any pan/zoom change. */
|
|
224
364
|
readonly viewportChange: import("@angular/core").OutputEmitterRef<Viewport>;
|
|
365
|
+
/** Fires whenever the set of selected nodes/edges changes. */
|
|
225
366
|
readonly selectionChange: import("@angular/core").OutputEmitterRef<{
|
|
226
367
|
nodes: Node[];
|
|
227
368
|
edges: Edge[];
|
|
228
369
|
}>;
|
|
370
|
+
/** A drag of the current multi-selection started. */
|
|
229
371
|
readonly selectionDragStart: import("@angular/core").OutputEmitterRef<{
|
|
230
372
|
event: MouseEvent;
|
|
231
373
|
nodes: Node[];
|
|
232
374
|
}>;
|
|
375
|
+
/** A drag of the current multi-selection is in progress. */
|
|
233
376
|
readonly selectionDrag: import("@angular/core").OutputEmitterRef<{
|
|
234
377
|
event: MouseEvent;
|
|
235
378
|
nodes: Node[];
|
|
236
379
|
}>;
|
|
380
|
+
/** A drag of the current multi-selection ended. */
|
|
237
381
|
readonly selectionDragStop: import("@angular/core").OutputEmitterRef<{
|
|
238
382
|
event: MouseEvent;
|
|
239
383
|
nodes: Node[];
|
|
240
384
|
}>;
|
|
385
|
+
/** A box-selection gesture started. */
|
|
241
386
|
readonly selectionStart: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
387
|
+
/** A box-selection gesture ended. */
|
|
242
388
|
readonly selectionEnd: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
389
|
+
/** Right-click on the current multi-selection. */
|
|
243
390
|
readonly selectionContextMenu: import("@angular/core").OutputEmitterRef<{
|
|
244
391
|
event: MouseEvent;
|
|
245
392
|
nodes: Node[];
|
|
246
393
|
}>;
|
|
394
|
+
/** Fires with the set of nodes about to be deleted (after `onBeforeDelete` approved). */
|
|
247
395
|
readonly nodesDelete: import("@angular/core").OutputEmitterRef<Node[]>;
|
|
396
|
+
/** Fires with the set of edges about to be deleted. */
|
|
248
397
|
readonly edgesDelete: import("@angular/core").OutputEmitterRef<Edge[]>;
|
|
398
|
+
/** Combined `(delete)` output firing once with both deleted `nodes` and `edges`. */
|
|
249
399
|
readonly deleteEvent: import("@angular/core").OutputEmitterRef<{
|
|
250
400
|
nodes: Node[];
|
|
251
401
|
edges: Edge[];
|
|
@@ -258,11 +408,14 @@ export declare class NgFlowComponent<NodeType extends Node = Node, EdgeType exte
|
|
|
258
408
|
nodes: NodeType[];
|
|
259
409
|
edges: EdgeType[];
|
|
260
410
|
}) => boolean | Promise<boolean>) | undefined>;
|
|
411
|
+
/** Fires when the store reports an internal validation or consistency error. */
|
|
261
412
|
readonly error: import("@angular/core").OutputEmitterRef<{
|
|
262
413
|
id: string;
|
|
263
414
|
message: string;
|
|
264
415
|
}>;
|
|
416
|
+
/** Reserved — fires when auto-pan begins. Not yet wired. */
|
|
265
417
|
readonly autoPanStart: import("@angular/core").OutputEmitterRef<void>;
|
|
418
|
+
/** Reserved — fires when auto-pan ends. Not yet wired. */
|
|
266
419
|
readonly autoPanEnd: import("@angular/core").OutputEmitterRef<void>;
|
|
267
420
|
private lastNodesRef;
|
|
268
421
|
private lastEdgesRef;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-flow.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/container/ng-flow/ng-flow.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAUL,MAAM,EACN,SAAS,EACT,aAAa,EACb,IAAI,
|
|
1
|
+
{"version":3,"file":"ng-flow.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/container/ng-flow/ng-flow.component.ts"],"names":[],"mappings":"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"}
|