@angflow/angular 0.0.17 → 0.0.19
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 +53 -0
- package/dist/base.css +18 -0
- package/dist/esm/lib/agent/agent-bridge.service.d.ts +6 -2
- package/dist/esm/lib/agent/agent-bridge.service.d.ts.map +1 -1
- package/dist/esm/lib/agent/agent-bridge.service.js +228 -5
- package/dist/esm/lib/agent/agent-bridge.service.js.map +1 -1
- package/dist/esm/lib/agent/chat/agent-chat.component.d.ts +20 -0
- package/dist/esm/lib/agent/chat/agent-chat.component.d.ts.map +1 -0
- package/dist/esm/lib/agent/chat/agent-chat.component.js +174 -0
- package/dist/esm/lib/agent/chat/agent-chat.component.js.map +1 -0
- package/dist/esm/lib/agent/chat/agent-chat.service.d.ts +43 -0
- package/dist/esm/lib/agent/chat/agent-chat.service.d.ts.map +1 -0
- package/dist/esm/lib/agent/chat/agent-chat.service.js +226 -0
- package/dist/esm/lib/agent/chat/agent-chat.service.js.map +1 -0
- package/dist/esm/lib/agent/chat/default-system-prompt.d.ts +6 -0
- package/dist/esm/lib/agent/chat/default-system-prompt.d.ts.map +1 -0
- package/dist/esm/lib/agent/chat/default-system-prompt.js +14 -0
- package/dist/esm/lib/agent/chat/default-system-prompt.js.map +1 -0
- package/dist/esm/lib/agent/chat/index.d.ts +7 -0
- package/dist/esm/lib/agent/chat/index.d.ts.map +1 -0
- package/dist/esm/lib/agent/chat/index.js +5 -0
- package/dist/esm/lib/agent/chat/index.js.map +1 -0
- package/dist/esm/lib/agent/chat/provide-agent-chat.d.ts +29 -0
- package/dist/esm/lib/agent/chat/provide-agent-chat.d.ts.map +1 -0
- package/dist/esm/lib/agent/chat/provide-agent-chat.js +40 -0
- package/dist/esm/lib/agent/chat/provide-agent-chat.js.map +1 -0
- package/dist/esm/lib/agent/chat/types.d.ts +77 -0
- package/dist/esm/lib/agent/chat/types.d.ts.map +1 -0
- package/dist/esm/lib/agent/chat/types.js +9 -0
- package/dist/esm/lib/agent/chat/types.js.map +1 -0
- package/dist/esm/lib/agent/index.d.ts +1 -0
- package/dist/esm/lib/agent/index.d.ts.map +1 -1
- package/dist/esm/lib/agent/index.js +1 -0
- package/dist/esm/lib/agent/index.js.map +1 -1
- package/dist/esm/lib/agent/provide-agent-bridge.d.ts +8 -0
- package/dist/esm/lib/agent/provide-agent-bridge.d.ts.map +1 -1
- package/dist/esm/lib/agent/provide-agent-bridge.js +2 -1
- package/dist/esm/lib/agent/provide-agent-bridge.js.map +1 -1
- package/dist/esm/lib/agent/tool-schemas.d.ts.map +1 -1
- package/dist/esm/lib/agent/tool-schemas.js +138 -0
- package/dist/esm/lib/agent/tool-schemas.js.map +1 -1
- package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js +3 -3
- package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js.map +1 -1
- package/dist/esm/lib/components/attribution/attribution.component.js +3 -3
- package/dist/esm/lib/components/attribution/attribution.component.js.map +1 -1
- package/dist/esm/lib/components/background/background.component.js +3 -3
- package/dist/esm/lib/components/background/background.component.js.map +1 -1
- package/dist/esm/lib/components/connection-line/connection-line.component.js +3 -3
- package/dist/esm/lib/components/connection-line/connection-line.component.js.map +1 -1
- package/dist/esm/lib/components/controls/controls.component.js +3 -3
- package/dist/esm/lib/components/controls/controls.component.js.map +1 -1
- package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js +3 -3
- 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 +2 -2
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js +3 -3
- package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js.map +1 -1
- package/dist/esm/lib/components/edges/base-edge.component.js +3 -3
- package/dist/esm/lib/components/edges/base-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/bezier-edge.component.js +3 -3
- package/dist/esm/lib/components/edges/bezier-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/edge-text.component.js +3 -3
- package/dist/esm/lib/components/edges/edge-text.component.js.map +1 -1
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.js +3 -3
- package/dist/esm/lib/components/edges/simple-bezier-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/smooth-step-edge.component.js +3 -3
- package/dist/esm/lib/components/edges/smooth-step-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/step-edge.component.js +3 -3
- package/dist/esm/lib/components/edges/step-edge.component.js.map +1 -1
- package/dist/esm/lib/components/edges/straight-edge.component.js +3 -3
- package/dist/esm/lib/components/edges/straight-edge.component.js.map +1 -1
- package/dist/esm/lib/components/handle/handle.component.js +3 -3
- package/dist/esm/lib/components/handle/handle.component.js.map +1 -1
- package/dist/esm/lib/components/handle-group/handle-group.component.d.ts +1 -1
- package/dist/esm/lib/components/handle-group/handle-group.component.js +3 -3
- package/dist/esm/lib/components/handle-group/handle-group.component.js.map +1 -1
- package/dist/esm/lib/components/handle-group/handle-row.component.js +3 -3
- package/dist/esm/lib/components/handle-group/handle-row.component.js.map +1 -1
- package/dist/esm/lib/components/minimap/minimap.component.d.ts +17 -8
- package/dist/esm/lib/components/minimap/minimap.component.d.ts.map +1 -1
- package/dist/esm/lib/components/minimap/minimap.component.js +63 -39
- package/dist/esm/lib/components/minimap/minimap.component.js.map +1 -1
- package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js +3 -3
- 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.js +3 -3
- package/dist/esm/lib/components/node-resizer/node-resizer.component.js.map +1 -1
- package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js +3 -3
- package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/default-node.component.js +3 -3
- package/dist/esm/lib/components/nodes/default-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/group-node.component.js +3 -3
- package/dist/esm/lib/components/nodes/group-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/input-node.component.js +3 -3
- package/dist/esm/lib/components/nodes/input-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/output-node.component.js +3 -3
- package/dist/esm/lib/components/nodes/output-node.component.js.map +1 -1
- package/dist/esm/lib/components/nodes/template-node.component.d.ts +48 -0
- package/dist/esm/lib/components/nodes/template-node.component.d.ts.map +1 -0
- package/dist/esm/lib/components/nodes/template-node.component.js +209 -0
- package/dist/esm/lib/components/nodes/template-node.component.js.map +1 -0
- package/dist/esm/lib/components/panel/panel.component.js +3 -3
- package/dist/esm/lib/components/panel/panel.component.js.map +1 -1
- package/dist/esm/lib/components/selection-box/selection-box.component.js +3 -3
- package/dist/esm/lib/components/selection-box/selection-box.component.js.map +1 -1
- package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js +3 -3
- 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 +9 -5
- 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 +19 -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 +28 -4
- 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 +5 -0
- 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 +71 -7
- package/dist/esm/lib/container/node-renderer/node-renderer.component.js.map +1 -1
- package/dist/esm/lib/container/pane/pane.component.js +3 -3
- package/dist/esm/lib/container/pane/pane.component.js.map +1 -1
- package/dist/esm/lib/container/viewport/viewport.component.js +3 -3
- package/dist/esm/lib/container/viewport/viewport.component.js.map +1 -1
- package/dist/esm/lib/directives/drag.directive.js +3 -3
- package/dist/esm/lib/directives/drag.directive.js.map +1 -1
- package/dist/esm/lib/directives/drop-zone.directive.js +3 -3
- package/dist/esm/lib/directives/drop-zone.directive.js.map +1 -1
- package/dist/esm/lib/directives/key-handler.directive.js +3 -3
- package/dist/esm/lib/directives/key-handler.directive.js.map +1 -1
- package/dist/esm/lib/directives/node-type.directive.js +3 -3
- package/dist/esm/lib/directives/node-type.directive.js.map +1 -1
- package/dist/esm/lib/layout/dagre-layout.d.ts +12 -0
- package/dist/esm/lib/layout/dagre-layout.d.ts.map +1 -0
- package/dist/esm/lib/layout/dagre-layout.js +13 -0
- package/dist/esm/lib/layout/dagre-layout.js.map +1 -0
- package/dist/esm/lib/layout/index.d.ts +4 -0
- package/dist/esm/lib/layout/index.d.ts.map +1 -0
- package/dist/esm/lib/layout/index.js +3 -0
- package/dist/esm/lib/layout/index.js.map +1 -0
- package/dist/esm/lib/layout/layout-nodes.d.ts +47 -0
- package/dist/esm/lib/layout/layout-nodes.d.ts.map +1 -0
- package/dist/esm/lib/layout/layout-nodes.js +49 -0
- package/dist/esm/lib/layout/layout-nodes.js.map +1 -0
- package/dist/esm/lib/public-api.d.ts +2 -1
- package/dist/esm/lib/public-api.d.ts.map +1 -1
- package/dist/esm/lib/public-api.js +4 -1
- package/dist/esm/lib/public-api.js.map +1 -1
- package/dist/esm/lib/services/flow-store.service.d.ts +52 -2
- package/dist/esm/lib/services/flow-store.service.d.ts.map +1 -1
- package/dist/esm/lib/services/flow-store.service.js +145 -3
- package/dist/esm/lib/services/flow-store.service.js.map +1 -1
- package/dist/esm/lib/services/ng-flow.service.d.ts +81 -0
- package/dist/esm/lib/services/ng-flow.service.d.ts.map +1 -1
- package/dist/esm/lib/services/ng-flow.service.js +127 -3
- package/dist/esm/lib/services/ng-flow.service.js.map +1 -1
- package/dist/esm/lib/types/index.d.ts +1 -0
- package/dist/esm/lib/types/index.d.ts.map +1 -1
- package/dist/esm/lib/types/index.js +1 -0
- package/dist/esm/lib/types/index.js.map +1 -1
- package/dist/esm/lib/types/node-template.d.ts +77 -0
- package/dist/esm/lib/types/node-template.d.ts.map +1 -0
- package/dist/esm/lib/types/node-template.js +10 -0
- package/dist/esm/lib/types/node-template.js.map +1 -0
- package/dist/esm/lib/utils/position-tween.d.ts +19 -0
- package/dist/esm/lib/utils/position-tween.d.ts.map +1 -0
- package/dist/esm/lib/utils/position-tween.js +25 -0
- package/dist/esm/lib/utils/position-tween.js.map +1 -0
- package/dist/esm/lib/utils/template-interpolation.d.ts +16 -0
- package/dist/esm/lib/utils/template-interpolation.d.ts.map +1 -0
- package/dist/esm/lib/utils/template-interpolation.js +51 -0
- package/dist/esm/lib/utils/template-interpolation.js.map +1 -0
- package/dist/style.css +18 -0
- package/package.json +78 -66
|
@@ -213,6 +213,22 @@ export class NgFlowComponent {
|
|
|
213
213
|
this.nodeOrigin = input([0, 0], ...(ngDevMode ? [{ debugName: "nodeOrigin" }] : /* istanbul ignore next */ []));
|
|
214
214
|
/** Default fill color for SVG edge markers. */
|
|
215
215
|
this.defaultMarkerColor = input('#b1b1b7', ...(ngDevMode ? [{ debugName: "defaultMarkerColor" }] : /* istanbul ignore next */ []));
|
|
216
|
+
/**
|
|
217
|
+
* 'handles' (default): edges attach at declared handles. 'floating': edges
|
|
218
|
+
* ignore handles and attach where the line to the peer node's center crosses
|
|
219
|
+
* the node border — no handle boilerplate needed. Nodes without handles
|
|
220
|
+
* cannot originate interactive drag-connections; declared handles still work
|
|
221
|
+
* for starting connections in floating mode.
|
|
222
|
+
*/
|
|
223
|
+
this.edgeMode = input('handles', ...(ngDevMode ? [{ debugName: "edgeMode" }] : /* istanbul ignore next */ []));
|
|
224
|
+
/**
|
|
225
|
+
* Enable node animations: entry fade/scale for newly added nodes and smooth
|
|
226
|
+
* position tweening for programmatic moves (`setNodePositions`,
|
|
227
|
+
* `applyLayout`, the agent bridge's `layout_nodes`). Pass `{ duration }` to
|
|
228
|
+
* change the default 300ms. Disabled automatically under
|
|
229
|
+
* `prefers-reduced-motion`. Dragging is never animated.
|
|
230
|
+
*/
|
|
231
|
+
this.animate = input(false, ...(ngDevMode ? [{ debugName: "animate" }] : /* istanbul ignore next */ []));
|
|
216
232
|
// ── CSS class names ───────────────────────────────────────────────────
|
|
217
233
|
/** Elements with this class prevent node dragging when interacted with. */
|
|
218
234
|
this.noDragClassName = input('nodrag', ...(ngDevMode ? [{ debugName: "noDragClassName" }] : /* istanbul ignore next */ []));
|
|
@@ -400,6 +416,8 @@ export class NgFlowComponent {
|
|
|
400
416
|
this.store.debug.set(this.debug());
|
|
401
417
|
this.store.zIndexMode.set(this.zIndexMode());
|
|
402
418
|
this.store.onlyRenderVisibleElements.set(this.onlyRenderVisibleElements());
|
|
419
|
+
this.store.edgeMode.set(this.edgeMode());
|
|
420
|
+
this.store.animate.set(this.animate());
|
|
403
421
|
});
|
|
404
422
|
effect(() => {
|
|
405
423
|
const id = this.flowId();
|
|
@@ -420,6 +438,12 @@ export class NgFlowComponent {
|
|
|
420
438
|
effect(() => {
|
|
421
439
|
this.store.onBeforeDelete = this.onBeforeDelete() ?? null;
|
|
422
440
|
});
|
|
441
|
+
// Sync registered type names → store for agent-bridge discovery.
|
|
442
|
+
effect(() => {
|
|
443
|
+
this.store.hostNodeTypeNames.set(Object.keys(this.nodeTypes()));
|
|
444
|
+
this.store.hostEdgeTypeNames.set(Object.keys(this.edgeTypes()));
|
|
445
|
+
this.store.contentNodeTemplateNames.set(Array.from(this.nodeTemplateMap().keys()));
|
|
446
|
+
});
|
|
423
447
|
effect(() => {
|
|
424
448
|
this.store.setMinZoom(this.minZoom());
|
|
425
449
|
});
|
|
@@ -660,8 +684,8 @@ export class NgFlowComponent {
|
|
|
660
684
|
paneClickDistance: this.paneClickDistance(),
|
|
661
685
|
});
|
|
662
686
|
}
|
|
663
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
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: { 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: `
|
|
687
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: NgFlowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
688
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: NgFlowComponent, isStandalone: true, selector: "ng-flow", inputs: { nodesModel: { classPropertyName: "nodesModel", publicName: "nodes", isSignal: true, isRequired: false, transformFunction: null }, edgesModel: { classPropertyName: "edgesModel", publicName: "edges", isSignal: true, isRequired: false, transformFunction: null }, viewportModel: { classPropertyName: "viewportModel", publicName: "viewport", isSignal: true, isRequired: false, transformFunction: null }, defaultNodes: { classPropertyName: "defaultNodes", publicName: "defaultNodes", isSignal: true, isRequired: false, transformFunction: null }, defaultEdges: { classPropertyName: "defaultEdges", publicName: "defaultEdges", isSignal: true, isRequired: false, transformFunction: null }, defaultViewport: { classPropertyName: "defaultViewport", publicName: "defaultViewport", isSignal: true, isRequired: false, transformFunction: null }, nodeTypes: { classPropertyName: "nodeTypes", publicName: "nodeTypes", isSignal: true, isRequired: false, transformFunction: null }, edgeTypes: { classPropertyName: "edgeTypes", publicName: "edgeTypes", isSignal: true, isRequired: false, transformFunction: null }, defaultEdgeOptions: { classPropertyName: "defaultEdgeOptions", publicName: "defaultEdgeOptions", isSignal: true, isRequired: false, transformFunction: null }, connectionMode: { classPropertyName: "connectionMode", publicName: "connectionMode", isSignal: true, isRequired: false, transformFunction: null }, connectionLineType: { classPropertyName: "connectionLineType", publicName: "connectionLineType", isSignal: true, isRequired: false, transformFunction: null }, connectionLineComponent: { classPropertyName: "connectionLineComponent", publicName: "connectionLineComponent", isSignal: true, isRequired: false, transformFunction: null }, connectionLineStyle: { classPropertyName: "connectionLineStyle", publicName: "connectionLineStyle", isSignal: true, isRequired: false, transformFunction: null }, connectionLineContainerStyle: { classPropertyName: "connectionLineContainerStyle", publicName: "connectionLineContainerStyle", isSignal: true, isRequired: false, transformFunction: null }, widthInput: { classPropertyName: "widthInput", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, heightInput: { classPropertyName: "heightInput", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, nodesDraggable: { classPropertyName: "nodesDraggable", publicName: "nodesDraggable", isSignal: true, isRequired: false, transformFunction: null }, nodesConnectable: { classPropertyName: "nodesConnectable", publicName: "nodesConnectable", isSignal: true, isRequired: false, transformFunction: null }, nodesFocusable: { classPropertyName: "nodesFocusable", publicName: "nodesFocusable", isSignal: true, isRequired: false, transformFunction: null }, edgesFocusable: { classPropertyName: "edgesFocusable", publicName: "edgesFocusable", isSignal: true, isRequired: false, transformFunction: null }, edgesReconnectable: { classPropertyName: "edgesReconnectable", publicName: "edgesReconnectable", isSignal: true, isRequired: false, transformFunction: null }, elementsSelectable: { classPropertyName: "elementsSelectable", publicName: "elementsSelectable", isSignal: true, isRequired: false, transformFunction: null }, selectNodesOnDrag: { classPropertyName: "selectNodesOnDrag", publicName: "selectNodesOnDrag", isSignal: true, isRequired: false, transformFunction: null }, connectOnClick: { classPropertyName: "connectOnClick", publicName: "connectOnClick", isSignal: true, isRequired: false, transformFunction: null }, panOnDrag: { classPropertyName: "panOnDrag", publicName: "panOnDrag", isSignal: true, isRequired: false, transformFunction: null }, panOnScroll: { classPropertyName: "panOnScroll", publicName: "panOnScroll", isSignal: true, isRequired: false, transformFunction: null }, panOnScrollMode: { classPropertyName: "panOnScrollMode", publicName: "panOnScrollMode", isSignal: true, isRequired: false, transformFunction: null }, panOnScrollSpeed: { classPropertyName: "panOnScrollSpeed", publicName: "panOnScrollSpeed", isSignal: true, isRequired: false, transformFunction: null }, zoomOnScroll: { classPropertyName: "zoomOnScroll", publicName: "zoomOnScroll", isSignal: true, isRequired: false, transformFunction: null }, zoomOnPinch: { classPropertyName: "zoomOnPinch", publicName: "zoomOnPinch", isSignal: true, isRequired: false, transformFunction: null }, zoomOnDoubleClick: { classPropertyName: "zoomOnDoubleClick", publicName: "zoomOnDoubleClick", isSignal: true, isRequired: false, transformFunction: null }, preventScrolling: { classPropertyName: "preventScrolling", publicName: "preventScrolling", isSignal: true, isRequired: false, transformFunction: null }, selectionOnDrag: { classPropertyName: "selectionOnDrag", publicName: "selectionOnDrag", isSignal: true, isRequired: false, transformFunction: null }, selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null }, minZoom: { classPropertyName: "minZoom", publicName: "minZoom", isSignal: true, isRequired: false, transformFunction: null }, maxZoom: { classPropertyName: "maxZoom", publicName: "maxZoom", isSignal: true, isRequired: false, transformFunction: null }, translateExtent: { classPropertyName: "translateExtent", publicName: "translateExtent", isSignal: true, isRequired: false, transformFunction: null }, nodeExtent: { classPropertyName: "nodeExtent", publicName: "nodeExtent", isSignal: true, isRequired: false, transformFunction: null }, snapToGrid: { classPropertyName: "snapToGrid", publicName: "snapToGrid", isSignal: true, isRequired: false, transformFunction: null }, snapGrid: { classPropertyName: "snapGrid", publicName: "snapGrid", isSignal: true, isRequired: false, transformFunction: null }, fitView: { classPropertyName: "fitView", publicName: "fitView", isSignal: true, isRequired: false, transformFunction: null }, fitViewOptions: { classPropertyName: "fitViewOptions", publicName: "fitViewOptions", isSignal: true, isRequired: false, transformFunction: null }, deleteKeyCode: { classPropertyName: "deleteKeyCode", publicName: "deleteKeyCode", isSignal: true, isRequired: false, transformFunction: null }, selectionKeyCode: { classPropertyName: "selectionKeyCode", publicName: "selectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, panActivationKeyCode: { classPropertyName: "panActivationKeyCode", publicName: "panActivationKeyCode", isSignal: true, isRequired: false, transformFunction: null }, multiSelectionKeyCode: { classPropertyName: "multiSelectionKeyCode", publicName: "multiSelectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, zoomActivationKeyCode: { classPropertyName: "zoomActivationKeyCode", publicName: "zoomActivationKeyCode", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnNodeDrag: { classPropertyName: "autoPanOnNodeDrag", publicName: "autoPanOnNodeDrag", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnConnect: { classPropertyName: "autoPanOnConnect", publicName: "autoPanOnConnect", isSignal: true, isRequired: false, transformFunction: null }, autoPanSpeed: { classPropertyName: "autoPanSpeed", publicName: "autoPanSpeed", isSignal: true, isRequired: false, transformFunction: null }, connectionRadius: { classPropertyName: "connectionRadius", publicName: "connectionRadius", isSignal: true, isRequired: false, transformFunction: null }, reconnectRadius: { classPropertyName: "reconnectRadius", publicName: "reconnectRadius", isSignal: true, isRequired: false, transformFunction: null }, nodeDragThreshold: { classPropertyName: "nodeDragThreshold", publicName: "nodeDragThreshold", isSignal: true, isRequired: false, transformFunction: null }, connectionDragThreshold: { classPropertyName: "connectionDragThreshold", publicName: "connectionDragThreshold", isSignal: true, isRequired: false, transformFunction: null }, paneClickDistance: { classPropertyName: "paneClickDistance", publicName: "paneClickDistance", isSignal: true, isRequired: false, transformFunction: null }, nodeClickDistance: { classPropertyName: "nodeClickDistance", publicName: "nodeClickDistance", isSignal: true, isRequired: false, transformFunction: null }, colorMode: { classPropertyName: "colorMode", publicName: "colorMode", isSignal: true, isRequired: false, transformFunction: null }, elevateNodesOnSelect: { classPropertyName: "elevateNodesOnSelect", publicName: "elevateNodesOnSelect", isSignal: true, isRequired: false, transformFunction: null }, elevateEdgesOnSelect: { classPropertyName: "elevateEdgesOnSelect", publicName: "elevateEdgesOnSelect", isSignal: true, isRequired: false, transformFunction: null }, onlyRenderVisibleElements: { classPropertyName: "onlyRenderVisibleElements", publicName: "onlyRenderVisibleElements", isSignal: true, isRequired: false, transformFunction: null }, zIndexMode: { classPropertyName: "zIndexMode", publicName: "zIndexMode", isSignal: true, isRequired: false, transformFunction: null }, nodeOrigin: { classPropertyName: "nodeOrigin", publicName: "nodeOrigin", isSignal: true, isRequired: false, transformFunction: null }, defaultMarkerColor: { classPropertyName: "defaultMarkerColor", publicName: "defaultMarkerColor", isSignal: true, isRequired: false, transformFunction: null }, edgeMode: { classPropertyName: "edgeMode", publicName: "edgeMode", isSignal: true, isRequired: false, transformFunction: null }, animate: { classPropertyName: "animate", publicName: "animate", isSignal: true, isRequired: false, transformFunction: null }, noDragClassName: { classPropertyName: "noDragClassName", publicName: "noDragClassName", isSignal: true, isRequired: false, transformFunction: null }, noWheelClassName: { classPropertyName: "noWheelClassName", publicName: "noWheelClassName", isSignal: true, isRequired: false, transformFunction: null }, noPanClassName: { classPropertyName: "noPanClassName", publicName: "noPanClassName", isSignal: true, isRequired: false, transformFunction: null }, disableKeyboardA11y: { classPropertyName: "disableKeyboardA11y", publicName: "disableKeyboardA11y", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelConfig: { classPropertyName: "ariaLabelConfig", publicName: "ariaLabelConfig", isSignal: true, isRequired: false, transformFunction: null }, isValidConnection: { classPropertyName: "isValidConnection", publicName: "isValidConnection", isSignal: true, isRequired: false, transformFunction: null }, proOptions: { classPropertyName: "proOptions", publicName: "proOptions", isSignal: true, isRequired: false, transformFunction: null }, attributionPosition: { classPropertyName: "attributionPosition", publicName: "attributionPosition", isSignal: true, isRequired: false, transformFunction: null }, hideAttribution: { classPropertyName: "hideAttribution", publicName: "hideAttribution", isSignal: true, isRequired: false, transformFunction: null }, flowId: { classPropertyName: "flowId", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, onBeforeDelete: { classPropertyName: "onBeforeDelete", publicName: "onBeforeDelete", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { nodesChange: "nodesChange", edgesChange: "edgesChange", init: "init", nodeClick: "nodeClick", nodeDoubleClick: "nodeDoubleClick", nodeMouseEnter: "nodeMouseEnter", nodeMouseMove: "nodeMouseMove", nodeMouseLeave: "nodeMouseLeave", nodeContextMenu: "nodeContextMenu", nodeDragStart: "nodeDragStart", nodeDrag: "nodeDrag", nodeDragStop: "nodeDragStop", edgeClick: "edgeClick", edgeDoubleClick: "edgeDoubleClick", edgeContextMenu: "edgeContextMenu", edgeMouseEnter: "edgeMouseEnter", edgeMouseMove: "edgeMouseMove", edgeMouseLeave: "edgeMouseLeave", connect: "connect", connectStart: "connectStart", connectEnd: "connectEnd", clickConnectStart: "clickConnectStart", clickConnectEnd: "clickConnectEnd", reconnect: "reconnect", reconnectStart: "reconnectStart", reconnectEnd: "reconnectEnd", paneClick: "paneClick", paneContextMenu: "paneContextMenu", paneMouseEnter: "paneMouseEnter", paneMouseMove: "paneMouseMove", paneMouseLeave: "paneMouseLeave", paneScroll: "paneScroll", moveStart: "moveStart", move: "move", moveEnd: "moveEnd", viewportChange: "viewportChange", selectionChange: "selectionChange", selectionDragStart: "selectionDragStart", selectionDrag: "selectionDrag", selectionDragStop: "selectionDragStop", selectionStart: "selectionStart", selectionEnd: "selectionEnd", selectionContextMenu: "selectionContextMenu", nodesDelete: "nodesDelete", edgesDelete: "edgesDelete", deleteEvent: "delete", error: "error", autoPanStart: "autoPanStart", autoPanEnd: "autoPanEnd" }, host: { attributes: { "role": "application" }, properties: { "class.dark": "resolvedColorMode() === \"dark\"", "class.light": "resolvedColorMode() === \"light\"", "style.width.px": "widthInput()", "style.height.px": "heightInput()" }, styleAttribute: "display: block; position: relative; overflow: hidden; width: 100%; height: 100%; isolation: isolate;", classAttribute: "ng-flow xy-flow" }, providers: [FlowStore, NgFlowService], queries: [{ propertyName: "nodeTypeDirectives", predicate: NgFlowNodeTypeDirective, isSignal: true }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, isSignal: true }, { propertyName: "paneRef", first: true, predicate: PaneComponent, descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
665
689
|
<div
|
|
666
690
|
class="ng-flow__container xy-flow__container"
|
|
667
691
|
#container
|
|
@@ -728,7 +752,7 @@ export class NgFlowComponent {
|
|
|
728
752
|
</div>
|
|
729
753
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: NodeRendererComponent, selector: "ng-flow-node-renderer", inputs: ["customNodeTypes", "nodeTemplateMap"], outputs: ["nodeClick", "nodeDoubleClick", "nodeContextMenu", "nodeMouseEnter", "nodeMouseMove", "nodeMouseLeave"] }, { kind: "component", type: EdgeRendererComponent, selector: "ng-flow-edge-renderer", inputs: ["reconnectRadius", "customEdgeTypes"], outputs: ["edgeClick", "edgeDoubleClick", "edgeContextMenu", "edgeMouseEnter", "edgeMouseMove", "edgeMouseLeave", "reconnect", "reconnectStart", "reconnectEnd"] }, { kind: "component", type: ViewportComponent, selector: "ng-flow-viewport", inputs: ["transform"] }, { kind: "component", type: PaneComponent, selector: "ng-flow-pane", inputs: ["panOnDrag", "selectionOnDrag", "selectionKeyCode", "selectionMode"], outputs: ["selectionStart", "selectionEnd", "paneScroll"] }, { kind: "component", type: ConnectionLineComponent, selector: "ng-flow-connection-line", inputs: ["customComponent", "connectionLineType"] }, { kind: "component", type: SelectionBoxComponent, selector: "ng-flow-selection-box", outputs: ["contextMenu"] }, { kind: "directive", type: KeyHandlerDirective, selector: "[ngFlowKeyHandler]", inputs: ["deleteKeyCode", "selectionKeyCode", "multiSelectionKeyCode", "disableKeyboardA11y"], outputs: ["nodesDelete", "edgesDelete", "deleteElements"] }, { kind: "component", type: A11yDescriptionsComponent, selector: "ng-flow-a11y-descriptions" }, { kind: "component", type: AttributionComponent, selector: "ng-flow-attribution" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
730
754
|
}
|
|
731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: NgFlowComponent, decorators: [{
|
|
732
756
|
type: Component,
|
|
733
757
|
args: [{
|
|
734
758
|
selector: 'ng-flow',
|
|
@@ -823,5 +847,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
823
847
|
</div>
|
|
824
848
|
`,
|
|
825
849
|
}]
|
|
826
|
-
}], ctorParameters: () => [], propDecorators: { containerRef: [{ type: i0.ViewChild, args: ['container', { isSignal: true }] }], paneRef: [{ type: i0.ViewChild, args: [i0.forwardRef(() => PaneComponent), { isSignal: true }] }], nodeTypeDirectives: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => NgFlowNodeTypeDirective), { isSignal: true }] }], nodesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodes", required: false }] }], edgesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "edges", required: false }] }], viewportModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewport", required: false }] }], defaultNodes: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultNodes", required: false }] }], defaultEdges: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultEdges", required: false }] }], defaultViewport: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultViewport", required: false }] }], nodeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeTypes", required: false }] }], edgeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgeTypes", required: false }] }], defaultEdgeOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultEdgeOptions", required: false }] }], connectionMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionMode", required: false }] }], connectionLineType: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineType", required: false }] }], connectionLineComponent: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineComponent", required: false }] }], connectionLineStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineStyle", required: false }] }], connectionLineContainerStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineContainerStyle", required: false }] }], widthInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "width", required: false }] }], heightInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "height", required: false }] }], nodesDraggable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesDraggable", required: false }] }], nodesConnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesConnectable", required: false }] }], nodesFocusable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesFocusable", required: false }] }], edgesFocusable: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgesFocusable", required: false }] }], edgesReconnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgesReconnectable", required: false }] }], elementsSelectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "elementsSelectable", required: false }] }], selectNodesOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectNodesOnDrag", required: false }] }], connectOnClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectOnClick", required: false }] }], panOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnDrag", required: false }] }], panOnScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScroll", required: false }] }], panOnScrollMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScrollMode", required: false }] }], panOnScrollSpeed: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScrollSpeed", required: false }] }], zoomOnScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnScroll", required: false }] }], zoomOnPinch: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnPinch", required: false }] }], zoomOnDoubleClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnDoubleClick", required: false }] }], preventScrolling: [{ type: i0.Input, args: [{ isSignal: true, alias: "preventScrolling", required: false }] }], selectionOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionOnDrag", required: false }] }], selectionMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionMode", required: false }] }], minZoom: [{ type: i0.Input, args: [{ isSignal: true, alias: "minZoom", required: false }] }], maxZoom: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxZoom", required: false }] }], translateExtent: [{ type: i0.Input, args: [{ isSignal: true, alias: "translateExtent", required: false }] }], nodeExtent: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeExtent", required: false }] }], snapToGrid: [{ type: i0.Input, args: [{ isSignal: true, alias: "snapToGrid", required: false }] }], snapGrid: [{ type: i0.Input, args: [{ isSignal: true, alias: "snapGrid", required: false }] }], fitView: [{ type: i0.Input, args: [{ isSignal: true, alias: "fitView", required: false }] }], fitViewOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "fitViewOptions", required: false }] }], deleteKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "deleteKeyCode", required: false }] }], selectionKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionKeyCode", required: false }] }], panActivationKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "panActivationKeyCode", required: false }] }], multiSelectionKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "multiSelectionKeyCode", required: false }] }], zoomActivationKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomActivationKeyCode", required: false }] }], autoPanOnNodeDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnNodeDrag", required: false }] }], autoPanOnConnect: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnConnect", required: false }] }], autoPanSpeed: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanSpeed", required: false }] }], connectionRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionRadius", required: false }] }], reconnectRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "reconnectRadius", required: false }] }], nodeDragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeDragThreshold", required: false }] }], connectionDragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionDragThreshold", required: false }] }], paneClickDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "paneClickDistance", required: false }] }], nodeClickDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeClickDistance", required: false }] }], colorMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "colorMode", required: false }] }], elevateNodesOnSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "elevateNodesOnSelect", required: false }] }], elevateEdgesOnSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "elevateEdgesOnSelect", required: false }] }], onlyRenderVisibleElements: [{ type: i0.Input, args: [{ isSignal: true, alias: "onlyRenderVisibleElements", required: false }] }], zIndexMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "zIndexMode", required: false }] }], nodeOrigin: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeOrigin", required: false }] }], defaultMarkerColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultMarkerColor", required: false }] }], noDragClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noDragClassName", required: false }] }], noWheelClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noWheelClassName", required: false }] }], noPanClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noPanClassName", required: false }] }], disableKeyboardA11y: [{ type: i0.Input, args: [{ isSignal: true, alias: "disableKeyboardA11y", required: false }] }], ariaLabelConfig: [{ type: i0.Input, args: [{ isSignal: true, alias: "ariaLabelConfig", required: false }] }], isValidConnection: [{ type: i0.Input, args: [{ isSignal: true, alias: "isValidConnection", required: false }] }], proOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "proOptions", required: false }] }], attributionPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "attributionPosition", required: false }] }], hideAttribution: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideAttribution", required: false }] }], flowId: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], debug: [{ type: i0.Input, args: [{ isSignal: true, alias: "debug", required: false }] }], nodesChange: [{ type: i0.Output, args: ["nodesChange"] }], edgesChange: [{ type: i0.Output, args: ["edgesChange"] }], init: [{ type: i0.Output, args: ["init"] }], nodeClick: [{ type: i0.Output, args: ["nodeClick"] }], nodeDoubleClick: [{ type: i0.Output, args: ["nodeDoubleClick"] }], nodeMouseEnter: [{ type: i0.Output, args: ["nodeMouseEnter"] }], nodeMouseMove: [{ type: i0.Output, args: ["nodeMouseMove"] }], nodeMouseLeave: [{ type: i0.Output, args: ["nodeMouseLeave"] }], nodeContextMenu: [{ type: i0.Output, args: ["nodeContextMenu"] }], nodeDragStart: [{ type: i0.Output, args: ["nodeDragStart"] }], nodeDrag: [{ type: i0.Output, args: ["nodeDrag"] }], nodeDragStop: [{ type: i0.Output, args: ["nodeDragStop"] }], edgeClick: [{ type: i0.Output, args: ["edgeClick"] }], edgeDoubleClick: [{ type: i0.Output, args: ["edgeDoubleClick"] }], edgeContextMenu: [{ type: i0.Output, args: ["edgeContextMenu"] }], edgeMouseEnter: [{ type: i0.Output, args: ["edgeMouseEnter"] }], edgeMouseMove: [{ type: i0.Output, args: ["edgeMouseMove"] }], edgeMouseLeave: [{ type: i0.Output, args: ["edgeMouseLeave"] }], connect: [{ type: i0.Output, args: ["connect"] }], connectStart: [{ type: i0.Output, args: ["connectStart"] }], connectEnd: [{ type: i0.Output, args: ["connectEnd"] }], clickConnectStart: [{ type: i0.Output, args: ["clickConnectStart"] }], clickConnectEnd: [{ type: i0.Output, args: ["clickConnectEnd"] }], reconnect: [{ type: i0.Output, args: ["reconnect"] }], reconnectStart: [{ type: i0.Output, args: ["reconnectStart"] }], reconnectEnd: [{ type: i0.Output, args: ["reconnectEnd"] }], paneClick: [{ type: i0.Output, args: ["paneClick"] }], paneContextMenu: [{ type: i0.Output, args: ["paneContextMenu"] }], paneMouseEnter: [{ type: i0.Output, args: ["paneMouseEnter"] }], paneMouseMove: [{ type: i0.Output, args: ["paneMouseMove"] }], paneMouseLeave: [{ type: i0.Output, args: ["paneMouseLeave"] }], paneScroll: [{ type: i0.Output, args: ["paneScroll"] }], moveStart: [{ type: i0.Output, args: ["moveStart"] }], move: [{ type: i0.Output, args: ["move"] }], moveEnd: [{ type: i0.Output, args: ["moveEnd"] }], viewportChange: [{ type: i0.Output, args: ["viewportChange"] }], selectionChange: [{ type: i0.Output, args: ["selectionChange"] }], selectionDragStart: [{ type: i0.Output, args: ["selectionDragStart"] }], selectionDrag: [{ type: i0.Output, args: ["selectionDrag"] }], selectionDragStop: [{ type: i0.Output, args: ["selectionDragStop"] }], selectionStart: [{ type: i0.Output, args: ["selectionStart"] }], selectionEnd: [{ type: i0.Output, args: ["selectionEnd"] }], selectionContextMenu: [{ type: i0.Output, args: ["selectionContextMenu"] }], nodesDelete: [{ type: i0.Output, args: ["nodesDelete"] }], edgesDelete: [{ type: i0.Output, args: ["edgesDelete"] }], deleteEvent: [{ type: i0.Output, args: ["delete"] }], onBeforeDelete: [{ type: i0.Input, args: [{ isSignal: true, alias: "onBeforeDelete", required: false }] }], error: [{ type: i0.Output, args: ["error"] }], autoPanStart: [{ type: i0.Output, args: ["autoPanStart"] }], autoPanEnd: [{ type: i0.Output, args: ["autoPanEnd"] }] } });
|
|
850
|
+
}], ctorParameters: () => [], propDecorators: { containerRef: [{ type: i0.ViewChild, args: ['container', { isSignal: true }] }], paneRef: [{ type: i0.ViewChild, args: [i0.forwardRef(() => PaneComponent), { isSignal: true }] }], nodeTypeDirectives: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => NgFlowNodeTypeDirective), { isSignal: true }] }], nodesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodes", required: false }] }], edgesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "edges", required: false }] }], viewportModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewport", required: false }] }], defaultNodes: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultNodes", required: false }] }], defaultEdges: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultEdges", required: false }] }], defaultViewport: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultViewport", required: false }] }], nodeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeTypes", required: false }] }], edgeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgeTypes", required: false }] }], defaultEdgeOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultEdgeOptions", required: false }] }], connectionMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionMode", required: false }] }], connectionLineType: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineType", required: false }] }], connectionLineComponent: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineComponent", required: false }] }], connectionLineStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineStyle", required: false }] }], connectionLineContainerStyle: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionLineContainerStyle", required: false }] }], widthInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "width", required: false }] }], heightInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "height", required: false }] }], nodesDraggable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesDraggable", required: false }] }], nodesConnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesConnectable", required: false }] }], nodesFocusable: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodesFocusable", required: false }] }], edgesFocusable: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgesFocusable", required: false }] }], edgesReconnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgesReconnectable", required: false }] }], elementsSelectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "elementsSelectable", required: false }] }], selectNodesOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectNodesOnDrag", required: false }] }], connectOnClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectOnClick", required: false }] }], panOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnDrag", required: false }] }], panOnScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScroll", required: false }] }], panOnScrollMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScrollMode", required: false }] }], panOnScrollSpeed: [{ type: i0.Input, args: [{ isSignal: true, alias: "panOnScrollSpeed", required: false }] }], zoomOnScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnScroll", required: false }] }], zoomOnPinch: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnPinch", required: false }] }], zoomOnDoubleClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomOnDoubleClick", required: false }] }], preventScrolling: [{ type: i0.Input, args: [{ isSignal: true, alias: "preventScrolling", required: false }] }], selectionOnDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionOnDrag", required: false }] }], selectionMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionMode", required: false }] }], minZoom: [{ type: i0.Input, args: [{ isSignal: true, alias: "minZoom", required: false }] }], maxZoom: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxZoom", required: false }] }], translateExtent: [{ type: i0.Input, args: [{ isSignal: true, alias: "translateExtent", required: false }] }], nodeExtent: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeExtent", required: false }] }], snapToGrid: [{ type: i0.Input, args: [{ isSignal: true, alias: "snapToGrid", required: false }] }], snapGrid: [{ type: i0.Input, args: [{ isSignal: true, alias: "snapGrid", required: false }] }], fitView: [{ type: i0.Input, args: [{ isSignal: true, alias: "fitView", required: false }] }], fitViewOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "fitViewOptions", required: false }] }], deleteKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "deleteKeyCode", required: false }] }], selectionKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectionKeyCode", required: false }] }], panActivationKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "panActivationKeyCode", required: false }] }], multiSelectionKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "multiSelectionKeyCode", required: false }] }], zoomActivationKeyCode: [{ type: i0.Input, args: [{ isSignal: true, alias: "zoomActivationKeyCode", required: false }] }], autoPanOnNodeDrag: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnNodeDrag", required: false }] }], autoPanOnConnect: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanOnConnect", required: false }] }], autoPanSpeed: [{ type: i0.Input, args: [{ isSignal: true, alias: "autoPanSpeed", required: false }] }], connectionRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionRadius", required: false }] }], reconnectRadius: [{ type: i0.Input, args: [{ isSignal: true, alias: "reconnectRadius", required: false }] }], nodeDragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeDragThreshold", required: false }] }], connectionDragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "connectionDragThreshold", required: false }] }], paneClickDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "paneClickDistance", required: false }] }], nodeClickDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeClickDistance", required: false }] }], colorMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "colorMode", required: false }] }], elevateNodesOnSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "elevateNodesOnSelect", required: false }] }], elevateEdgesOnSelect: [{ type: i0.Input, args: [{ isSignal: true, alias: "elevateEdgesOnSelect", required: false }] }], onlyRenderVisibleElements: [{ type: i0.Input, args: [{ isSignal: true, alias: "onlyRenderVisibleElements", required: false }] }], zIndexMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "zIndexMode", required: false }] }], nodeOrigin: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeOrigin", required: false }] }], defaultMarkerColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultMarkerColor", required: false }] }], edgeMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "edgeMode", required: false }] }], animate: [{ type: i0.Input, args: [{ isSignal: true, alias: "animate", required: false }] }], noDragClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noDragClassName", required: false }] }], noWheelClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noWheelClassName", required: false }] }], noPanClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "noPanClassName", required: false }] }], disableKeyboardA11y: [{ type: i0.Input, args: [{ isSignal: true, alias: "disableKeyboardA11y", required: false }] }], ariaLabelConfig: [{ type: i0.Input, args: [{ isSignal: true, alias: "ariaLabelConfig", required: false }] }], isValidConnection: [{ type: i0.Input, args: [{ isSignal: true, alias: "isValidConnection", required: false }] }], proOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "proOptions", required: false }] }], attributionPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "attributionPosition", required: false }] }], hideAttribution: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideAttribution", required: false }] }], flowId: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], debug: [{ type: i0.Input, args: [{ isSignal: true, alias: "debug", required: false }] }], nodesChange: [{ type: i0.Output, args: ["nodesChange"] }], edgesChange: [{ type: i0.Output, args: ["edgesChange"] }], init: [{ type: i0.Output, args: ["init"] }], nodeClick: [{ type: i0.Output, args: ["nodeClick"] }], nodeDoubleClick: [{ type: i0.Output, args: ["nodeDoubleClick"] }], nodeMouseEnter: [{ type: i0.Output, args: ["nodeMouseEnter"] }], nodeMouseMove: [{ type: i0.Output, args: ["nodeMouseMove"] }], nodeMouseLeave: [{ type: i0.Output, args: ["nodeMouseLeave"] }], nodeContextMenu: [{ type: i0.Output, args: ["nodeContextMenu"] }], nodeDragStart: [{ type: i0.Output, args: ["nodeDragStart"] }], nodeDrag: [{ type: i0.Output, args: ["nodeDrag"] }], nodeDragStop: [{ type: i0.Output, args: ["nodeDragStop"] }], edgeClick: [{ type: i0.Output, args: ["edgeClick"] }], edgeDoubleClick: [{ type: i0.Output, args: ["edgeDoubleClick"] }], edgeContextMenu: [{ type: i0.Output, args: ["edgeContextMenu"] }], edgeMouseEnter: [{ type: i0.Output, args: ["edgeMouseEnter"] }], edgeMouseMove: [{ type: i0.Output, args: ["edgeMouseMove"] }], edgeMouseLeave: [{ type: i0.Output, args: ["edgeMouseLeave"] }], connect: [{ type: i0.Output, args: ["connect"] }], connectStart: [{ type: i0.Output, args: ["connectStart"] }], connectEnd: [{ type: i0.Output, args: ["connectEnd"] }], clickConnectStart: [{ type: i0.Output, args: ["clickConnectStart"] }], clickConnectEnd: [{ type: i0.Output, args: ["clickConnectEnd"] }], reconnect: [{ type: i0.Output, args: ["reconnect"] }], reconnectStart: [{ type: i0.Output, args: ["reconnectStart"] }], reconnectEnd: [{ type: i0.Output, args: ["reconnectEnd"] }], paneClick: [{ type: i0.Output, args: ["paneClick"] }], paneContextMenu: [{ type: i0.Output, args: ["paneContextMenu"] }], paneMouseEnter: [{ type: i0.Output, args: ["paneMouseEnter"] }], paneMouseMove: [{ type: i0.Output, args: ["paneMouseMove"] }], paneMouseLeave: [{ type: i0.Output, args: ["paneMouseLeave"] }], paneScroll: [{ type: i0.Output, args: ["paneScroll"] }], moveStart: [{ type: i0.Output, args: ["moveStart"] }], move: [{ type: i0.Output, args: ["move"] }], moveEnd: [{ type: i0.Output, args: ["moveEnd"] }], viewportChange: [{ type: i0.Output, args: ["viewportChange"] }], selectionChange: [{ type: i0.Output, args: ["selectionChange"] }], selectionDragStart: [{ type: i0.Output, args: ["selectionDragStart"] }], selectionDrag: [{ type: i0.Output, args: ["selectionDrag"] }], selectionDragStop: [{ type: i0.Output, args: ["selectionDragStop"] }], selectionStart: [{ type: i0.Output, args: ["selectionStart"] }], selectionEnd: [{ type: i0.Output, args: ["selectionEnd"] }], selectionContextMenu: [{ type: i0.Output, args: ["selectionContextMenu"] }], nodesDelete: [{ type: i0.Output, args: ["nodesDelete"] }], edgesDelete: [{ type: i0.Output, args: ["edgesDelete"] }], deleteEvent: [{ type: i0.Output, args: ["delete"] }], onBeforeDelete: [{ type: i0.Input, args: [{ isSignal: true, alias: "onBeforeDelete", required: false }] }], error: [{ type: i0.Output, args: ["error"] }], autoPanStart: [{ type: i0.Output, args: ["autoPanStart"] }], autoPanEnd: [{ type: i0.Output, args: ["autoPanEnd"] }] } });
|
|
827
851
|
//# sourceMappingURL=ng-flow.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-flow.component.js","sourceRoot":"","sources":["../../../../../src/lib/container/ng-flow/ng-flow.component.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ng-flow.component.js","sourceRoot":"","sources":["../../../../../src/lib/container/ng-flow/ng-flow.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -33,6 +33,11 @@ export declare class NodeRendererComponent implements AfterViewInit, OnDestroy {
|
|
|
33
33
|
node: Node;
|
|
34
34
|
}>;
|
|
35
35
|
readonly visibleNodes: import("@angular/core").Signal<import("@angflow/system").InternalNodeBase<Node>[]>;
|
|
36
|
+
/** Ids of nodes currently playing their entry animation. */
|
|
37
|
+
readonly enteringNodeIds: import("@angular/core").WritableSignal<ReadonlySet<string>>;
|
|
38
|
+
private previousNodeIds;
|
|
39
|
+
constructor();
|
|
40
|
+
onNodeAnimationEnd(event: AnimationEvent, id: string): void;
|
|
36
41
|
private nodeInjectorCache;
|
|
37
42
|
private nodeContextCache;
|
|
38
43
|
private nodeInputsCache;
|
|
@@ -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,EAQL,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,SAAS,EAET,WAAW,
|
|
1
|
+
{"version":3,"file":"node-renderer.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/container/node-renderer/node-renderer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,SAAS,EAET,WAAW,EAGZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAQ9D,OAAO,KAAK,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAqB,MAAM,aAAa,CAAC;;AAUpF,qBA+Da,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,4DAA4D;IAC5D,QAAQ,CAAC,eAAe,8DAA0C;IAClE,OAAO,CAAC,eAAe,CAA4B;;IAgCnD,kBAAkB,CAAC,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI;IAY3D,OAAO,CAAC,iBAAiB,CAA+B;IACxD,OAAO,CAAC,gBAAgB,CAAiD;IACzE,OAAO,CAAC,eAAe,CAAuE;IAC9F,OAAO,CAAC,mBAAmB,CAAoD;IAC/E,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;IAW9C,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;IAsC1D,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,gBAAgB;yCA1Wb,qBAAqB;2CAArB,qBAAqB;CAwYjC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ChangeDetectionStrategy, inject, computed, input, output, reflectComponentType, Injector, ElementRef, } from '@angular/core';
|
|
1
|
+
import { Component, ChangeDetectionStrategy, inject, computed, input, output, reflectComponentType, Injector, ElementRef, signal, effect, } from '@angular/core';
|
|
2
2
|
import { CommonModule, NgComponentOutlet, NgTemplateOutlet, NgStyle } from '@angular/common';
|
|
3
3
|
import { FlowStore } from '../../services/flow-store.service';
|
|
4
4
|
import { NODE_ID, NG_FLOW_NODE_CONTEXT } from '../../services/tokens';
|
|
@@ -7,8 +7,10 @@ import { DefaultNodeComponent } from '../../components/nodes/default-node.compon
|
|
|
7
7
|
import { InputNodeComponent } from '../../components/nodes/input-node.component';
|
|
8
8
|
import { OutputNodeComponent } from '../../components/nodes/output-node.component';
|
|
9
9
|
import { GroupNodeComponent } from '../../components/nodes/group-node.component';
|
|
10
|
+
import { TemplateNodeComponent } from '../../components/nodes/template-node.component';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
import * as i1 from "@angular/common";
|
|
13
|
+
// Keep the key set in sync with BUILT_IN_NODE_TYPE_NAMES in services/ng-flow.service.ts.
|
|
12
14
|
const builtInNodeTypes = {
|
|
13
15
|
default: DefaultNodeComponent,
|
|
14
16
|
input: InputNodeComponent,
|
|
@@ -30,6 +32,9 @@ export class NodeRendererComponent {
|
|
|
30
32
|
this.nodeMouseMove = output();
|
|
31
33
|
this.nodeMouseLeave = output();
|
|
32
34
|
this.visibleNodes = computed(() => this.store.visibleNodes(), ...(ngDevMode ? [{ debugName: "visibleNodes" }] : /* istanbul ignore next */ []));
|
|
35
|
+
/** Ids of nodes currently playing their entry animation. */
|
|
36
|
+
this.enteringNodeIds = signal(new Set(), ...(ngDevMode ? [{ debugName: "enteringNodeIds" }] : /* istanbul ignore next */ []));
|
|
37
|
+
this.previousNodeIds = null;
|
|
33
38
|
this.nodeInjectorCache = new Map();
|
|
34
39
|
this.nodeContextCache = new Map();
|
|
35
40
|
this.nodeInputsCache = new Map();
|
|
@@ -37,6 +42,50 @@ export class NodeRendererComponent {
|
|
|
37
42
|
this.resizeObserver = null;
|
|
38
43
|
this.mutationObserver = null;
|
|
39
44
|
this.observedNodeIds = new Set();
|
|
45
|
+
// Entry-animation bookkeeping: diff node ids per render. The first
|
|
46
|
+
// emission is the initial mount — never animated (no full-graph flash).
|
|
47
|
+
effect(() => {
|
|
48
|
+
// Cost note: this rebuilds the id set on every nodes() emission — including
|
|
49
|
+
// every frame of a position tween (the store re-emits per rAF frame). The
|
|
50
|
+
// early returns below keep re-runs write-free, so the per-frame cost is one
|
|
51
|
+
// O(N) Set build; revisit with a dedicated add/remove-only signal if large
|
|
52
|
+
// graphs make this measurable.
|
|
53
|
+
const ids = new Set(this.store.nodes().map((n) => n.id));
|
|
54
|
+
const prev = this.previousNodeIds;
|
|
55
|
+
this.previousNodeIds = ids;
|
|
56
|
+
if (prev === null || !this.store.animationEnabled()) {
|
|
57
|
+
if (this.enteringNodeIds().size > 0)
|
|
58
|
+
this.enteringNodeIds.set(new Set());
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
const fresh = [];
|
|
62
|
+
for (const id of ids) {
|
|
63
|
+
if (!prev.has(id))
|
|
64
|
+
fresh.push(id);
|
|
65
|
+
}
|
|
66
|
+
// Prune entries for removed nodes; add the newcomers.
|
|
67
|
+
const current = this.enteringNodeIds();
|
|
68
|
+
const stale = [...current].filter((id) => !ids.has(id));
|
|
69
|
+
if (fresh.length === 0 && stale.length === 0)
|
|
70
|
+
return;
|
|
71
|
+
const next = new Set([...current].filter((id) => ids.has(id)));
|
|
72
|
+
for (const id of fresh)
|
|
73
|
+
next.add(id);
|
|
74
|
+
this.enteringNodeIds.set(next);
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
onNodeAnimationEnd(event, id) {
|
|
78
|
+
// Only the library's enter keyframe — user animations on node content
|
|
79
|
+
// bubble the same event.
|
|
80
|
+
if (event.animationName !== 'xy-flow-node-enter')
|
|
81
|
+
return;
|
|
82
|
+
if (!this.enteringNodeIds().has(id))
|
|
83
|
+
return;
|
|
84
|
+
this.enteringNodeIds.update((s) => {
|
|
85
|
+
const next = new Set(s);
|
|
86
|
+
next.delete(id);
|
|
87
|
+
return next;
|
|
88
|
+
});
|
|
40
89
|
}
|
|
41
90
|
ngAfterViewInit() {
|
|
42
91
|
// Set up ResizeObserver — fires when node dimensions change
|
|
@@ -209,7 +258,15 @@ export class NodeRendererComponent {
|
|
|
209
258
|
}
|
|
210
259
|
getNodeComponent(type) {
|
|
211
260
|
const resolvedType = type || 'default';
|
|
212
|
-
|
|
261
|
+
const hostOrBuiltIn = this.customNodeTypes()[resolvedType] ?? builtInNodeTypes[resolvedType];
|
|
262
|
+
if (hostOrBuiltIn)
|
|
263
|
+
return hostOrBuiltIn;
|
|
264
|
+
// Agent-registered data-driven templates: reading the registry signal here
|
|
265
|
+
// makes the template binding reactive — registering/unregistering a
|
|
266
|
+
// template re-renders affected nodes with no host involvement.
|
|
267
|
+
if (this.store.nodeTemplates().has(resolvedType))
|
|
268
|
+
return TemplateNodeComponent;
|
|
269
|
+
return DefaultNodeComponent;
|
|
213
270
|
}
|
|
214
271
|
getNodeInjector(nodeId) {
|
|
215
272
|
let injector = this.nodeInjectorCache.get(nodeId);
|
|
@@ -252,7 +309,8 @@ export class NodeRendererComponent {
|
|
|
252
309
|
getNodeInputs(node) {
|
|
253
310
|
const version = this.store.version();
|
|
254
311
|
const nodesConnectable = this.store.nodesConnectable();
|
|
255
|
-
const
|
|
312
|
+
const isTemplate = this.store.nodeTemplates().has(node.type ?? 'default') ? 1 : 0;
|
|
313
|
+
const key = `${version}:${nodesConnectable ? 1 : 0}:${node.type ?? 'default'}:${isTemplate}`;
|
|
256
314
|
const cached = this.nodeInputsCache.get(node.id);
|
|
257
315
|
if (cached && cached.key === key) {
|
|
258
316
|
return cached.inputs;
|
|
@@ -320,8 +378,8 @@ export class NodeRendererComponent {
|
|
|
320
378
|
dragHandle: computed(() => getNode()?.dragHandle),
|
|
321
379
|
};
|
|
322
380
|
}
|
|
323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
324
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
381
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: NodeRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
382
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: NodeRendererComponent, isStandalone: true, selector: "ng-flow-node-renderer", inputs: { customNodeTypes: { classPropertyName: "customNodeTypes", publicName: "customNodeTypes", isSignal: true, isRequired: false, transformFunction: null }, nodeTemplateMap: { classPropertyName: "nodeTemplateMap", publicName: "nodeTemplateMap", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { nodeClick: "nodeClick", nodeDoubleClick: "nodeDoubleClick", nodeContextMenu: "nodeContextMenu", nodeMouseEnter: "nodeMouseEnter", nodeMouseMove: "nodeMouseMove", nodeMouseLeave: "nodeMouseLeave" }, host: { styleAttribute: "display: block; pointer-events: none; transform-origin: 0 0; width: 100%; height: 100%;", classAttribute: "ng-flow__nodes xy-flow__nodes" }, ngImport: i0, template: `
|
|
325
383
|
@for (node of visibleNodes(); track node.id) {
|
|
326
384
|
@if (!node.hidden) {
|
|
327
385
|
<div
|
|
@@ -346,6 +404,9 @@ export class NodeRendererComponent {
|
|
|
346
404
|
[attr.tabindex]="store.nodesFocusable() ? 0 : -1"
|
|
347
405
|
[style.z-index]="getNodeZ(node)"
|
|
348
406
|
[style.transform]="getNodeTransform(node)"
|
|
407
|
+
[class.xy-flow__node-enter]="enteringNodeIds().has(node.id)"
|
|
408
|
+
[style.animation-duration]="enteringNodeIds().has(node.id) ? store.animationDuration() + 'ms' : null"
|
|
409
|
+
(animationend)="onNodeAnimationEnd($event, node.id)"
|
|
349
410
|
[style.width.px]="node.width ?? null"
|
|
350
411
|
[style.height.px]="node.height ?? null"
|
|
351
412
|
[ngStyle]="node.style"
|
|
@@ -372,7 +433,7 @@ export class NodeRendererComponent {
|
|
|
372
433
|
}
|
|
373
434
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletEnvironmentInjector", "ngComponentOutletContent", "ngComponentOutletNgModule"], exportAs: ["ngComponentOutlet"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: DragDirective, selector: "[ngFlowDrag]", inputs: ["ngFlowDrag", "ngFlowDragDisabled", "ngFlowDragNoDragClass", "ngFlowDragHandleSelector", "ngFlowDragSelectable", "ngFlowDragClickDistance"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
374
435
|
}
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: NodeRendererComponent, decorators: [{
|
|
376
437
|
type: Component,
|
|
377
438
|
args: [{
|
|
378
439
|
selector: 'ng-flow-node-renderer',
|
|
@@ -408,6 +469,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
408
469
|
[attr.tabindex]="store.nodesFocusable() ? 0 : -1"
|
|
409
470
|
[style.z-index]="getNodeZ(node)"
|
|
410
471
|
[style.transform]="getNodeTransform(node)"
|
|
472
|
+
[class.xy-flow__node-enter]="enteringNodeIds().has(node.id)"
|
|
473
|
+
[style.animation-duration]="enteringNodeIds().has(node.id) ? store.animationDuration() + 'ms' : null"
|
|
474
|
+
(animationend)="onNodeAnimationEnd($event, node.id)"
|
|
411
475
|
[style.width.px]="node.width ?? null"
|
|
412
476
|
[style.height.px]="node.height ?? null"
|
|
413
477
|
[ngStyle]="node.style"
|
|
@@ -434,5 +498,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
434
498
|
}
|
|
435
499
|
`,
|
|
436
500
|
}]
|
|
437
|
-
}], propDecorators: { customNodeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "customNodeTypes", required: false }] }], nodeTemplateMap: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeTemplateMap", required: false }] }], nodeClick: [{ type: i0.Output, args: ["nodeClick"] }], nodeDoubleClick: [{ type: i0.Output, args: ["nodeDoubleClick"] }], nodeContextMenu: [{ type: i0.Output, args: ["nodeContextMenu"] }], nodeMouseEnter: [{ type: i0.Output, args: ["nodeMouseEnter"] }], nodeMouseMove: [{ type: i0.Output, args: ["nodeMouseMove"] }], nodeMouseLeave: [{ type: i0.Output, args: ["nodeMouseLeave"] }] } });
|
|
501
|
+
}], ctorParameters: () => [], propDecorators: { customNodeTypes: [{ type: i0.Input, args: [{ isSignal: true, alias: "customNodeTypes", required: false }] }], nodeTemplateMap: [{ type: i0.Input, args: [{ isSignal: true, alias: "nodeTemplateMap", required: false }] }], nodeClick: [{ type: i0.Output, args: ["nodeClick"] }], nodeDoubleClick: [{ type: i0.Output, args: ["nodeDoubleClick"] }], nodeContextMenu: [{ type: i0.Output, args: ["nodeContextMenu"] }], nodeMouseEnter: [{ type: i0.Output, args: ["nodeMouseEnter"] }], nodeMouseMove: [{ type: i0.Output, args: ["nodeMouseMove"] }], nodeMouseLeave: [{ type: i0.Output, args: ["nodeMouseLeave"] }] } });
|
|
438
502
|
//# sourceMappingURL=node-renderer.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-renderer.component.js","sourceRoot":"","sources":["../../../../../src/lib/container/node-renderer/node-renderer.component.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"node-renderer.component.js","sourceRoot":"","sources":["../../../../../src/lib/container/node-renderer/node-renderer.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -126,10 +126,10 @@ export class PaneComponent {
|
|
|
126
126
|
document.removeEventListener('mouseup', this.boundOnMouseUp);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
130
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.
|
|
129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: PaneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
130
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", type: PaneComponent, isStandalone: true, selector: "ng-flow-pane", inputs: { panOnDrag: { classPropertyName: "panOnDrag", publicName: "panOnDrag", isSignal: true, isRequired: false, transformFunction: null }, selectionOnDrag: { classPropertyName: "selectionOnDrag", publicName: "selectionOnDrag", isSignal: true, isRequired: false, transformFunction: null }, selectionKeyCode: { classPropertyName: "selectionKeyCode", publicName: "selectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectionStart: "selectionStart", selectionEnd: "selectionEnd", paneScroll: "paneScroll" }, host: { listeners: { "wheel": "onWheel($event)" }, properties: { "class.draggable": "panOnDrag()", "class.dragging": "store.paneDragging()", "class.selection": "store.userSelectionActive()" }, styleAttribute: "display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1;", classAttribute: "ng-flow__pane xy-flow__pane xy-flow__container" }, ngImport: i0, template: `<ng-content />`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
131
131
|
}
|
|
132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: PaneComponent, decorators: [{
|
|
133
133
|
type: Component,
|
|
134
134
|
args: [{
|
|
135
135
|
selector: 'ng-flow-pane',
|