@angflow/angular 0.0.15 → 0.0.18

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.
Files changed (184) hide show
  1. package/README.md +53 -0
  2. package/dist/base.css +18 -0
  3. package/dist/esm/lib/agent/agent-bridge.service.d.ts +30 -5
  4. package/dist/esm/lib/agent/agent-bridge.service.d.ts.map +1 -1
  5. package/dist/esm/lib/agent/agent-bridge.service.js +863 -36
  6. package/dist/esm/lib/agent/agent-bridge.service.js.map +1 -1
  7. package/dist/esm/lib/agent/chat/agent-chat.component.d.ts +20 -0
  8. package/dist/esm/lib/agent/chat/agent-chat.component.d.ts.map +1 -0
  9. package/dist/esm/lib/agent/chat/agent-chat.component.js +174 -0
  10. package/dist/esm/lib/agent/chat/agent-chat.component.js.map +1 -0
  11. package/dist/esm/lib/agent/chat/agent-chat.service.d.ts +43 -0
  12. package/dist/esm/lib/agent/chat/agent-chat.service.d.ts.map +1 -0
  13. package/dist/esm/lib/agent/chat/agent-chat.service.js +226 -0
  14. package/dist/esm/lib/agent/chat/agent-chat.service.js.map +1 -0
  15. package/dist/esm/lib/agent/chat/default-system-prompt.d.ts +6 -0
  16. package/dist/esm/lib/agent/chat/default-system-prompt.d.ts.map +1 -0
  17. package/dist/esm/lib/agent/chat/default-system-prompt.js +14 -0
  18. package/dist/esm/lib/agent/chat/default-system-prompt.js.map +1 -0
  19. package/dist/esm/lib/agent/chat/index.d.ts +7 -0
  20. package/dist/esm/lib/agent/chat/index.d.ts.map +1 -0
  21. package/dist/esm/lib/agent/chat/index.js +5 -0
  22. package/dist/esm/lib/agent/chat/index.js.map +1 -0
  23. package/dist/esm/lib/agent/chat/provide-agent-chat.d.ts +29 -0
  24. package/dist/esm/lib/agent/chat/provide-agent-chat.d.ts.map +1 -0
  25. package/dist/esm/lib/agent/chat/provide-agent-chat.js +40 -0
  26. package/dist/esm/lib/agent/chat/provide-agent-chat.js.map +1 -0
  27. package/dist/esm/lib/agent/chat/types.d.ts +77 -0
  28. package/dist/esm/lib/agent/chat/types.d.ts.map +1 -0
  29. package/dist/esm/lib/agent/chat/types.js +9 -0
  30. package/dist/esm/lib/agent/chat/types.js.map +1 -0
  31. package/dist/esm/lib/agent/history.d.ts +45 -0
  32. package/dist/esm/lib/agent/history.d.ts.map +1 -0
  33. package/dist/esm/lib/agent/history.js +89 -0
  34. package/dist/esm/lib/agent/history.js.map +1 -0
  35. package/dist/esm/lib/agent/index.d.ts +3 -1
  36. package/dist/esm/lib/agent/index.d.ts.map +1 -1
  37. package/dist/esm/lib/agent/index.js +1 -0
  38. package/dist/esm/lib/agent/index.js.map +1 -1
  39. package/dist/esm/lib/agent/provide-agent-bridge.d.ts +28 -0
  40. package/dist/esm/lib/agent/provide-agent-bridge.d.ts.map +1 -1
  41. package/dist/esm/lib/agent/provide-agent-bridge.js +7 -1
  42. package/dist/esm/lib/agent/provide-agent-bridge.js.map +1 -1
  43. package/dist/esm/lib/agent/tool-schemas.d.ts.map +1 -1
  44. package/dist/esm/lib/agent/tool-schemas.js +539 -0
  45. package/dist/esm/lib/agent/tool-schemas.js.map +1 -1
  46. package/dist/esm/lib/agent/transports/window.d.ts.map +1 -1
  47. package/dist/esm/lib/agent/transports/window.js +9 -1
  48. package/dist/esm/lib/agent/transports/window.js.map +1 -1
  49. package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js +3 -3
  50. package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js.map +1 -1
  51. package/dist/esm/lib/components/attribution/attribution.component.js +3 -3
  52. package/dist/esm/lib/components/attribution/attribution.component.js.map +1 -1
  53. package/dist/esm/lib/components/background/background.component.js +3 -3
  54. package/dist/esm/lib/components/background/background.component.js.map +1 -1
  55. package/dist/esm/lib/components/connection-line/connection-line.component.js +3 -3
  56. package/dist/esm/lib/components/connection-line/connection-line.component.js.map +1 -1
  57. package/dist/esm/lib/components/controls/controls.component.js +3 -3
  58. package/dist/esm/lib/components/controls/controls.component.js.map +1 -1
  59. package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js +3 -3
  60. package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js.map +1 -1
  61. package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.d.ts +2 -2
  62. package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js +3 -3
  63. package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js.map +1 -1
  64. package/dist/esm/lib/components/edges/base-edge.component.js +3 -3
  65. package/dist/esm/lib/components/edges/base-edge.component.js.map +1 -1
  66. package/dist/esm/lib/components/edges/bezier-edge.component.js +3 -3
  67. package/dist/esm/lib/components/edges/bezier-edge.component.js.map +1 -1
  68. package/dist/esm/lib/components/edges/edge-text.component.js +3 -3
  69. package/dist/esm/lib/components/edges/edge-text.component.js.map +1 -1
  70. package/dist/esm/lib/components/edges/simple-bezier-edge.component.js +3 -3
  71. package/dist/esm/lib/components/edges/simple-bezier-edge.component.js.map +1 -1
  72. package/dist/esm/lib/components/edges/smooth-step-edge.component.js +3 -3
  73. package/dist/esm/lib/components/edges/smooth-step-edge.component.js.map +1 -1
  74. package/dist/esm/lib/components/edges/step-edge.component.js +3 -3
  75. package/dist/esm/lib/components/edges/step-edge.component.js.map +1 -1
  76. package/dist/esm/lib/components/edges/straight-edge.component.js +3 -3
  77. package/dist/esm/lib/components/edges/straight-edge.component.js.map +1 -1
  78. package/dist/esm/lib/components/handle/handle.component.d.ts.map +1 -1
  79. package/dist/esm/lib/components/handle/handle.component.js +28 -14
  80. package/dist/esm/lib/components/handle/handle.component.js.map +1 -1
  81. package/dist/esm/lib/components/handle-group/handle-group.component.d.ts +1 -1
  82. package/dist/esm/lib/components/handle-group/handle-group.component.js +3 -3
  83. package/dist/esm/lib/components/handle-group/handle-group.component.js.map +1 -1
  84. package/dist/esm/lib/components/handle-group/handle-row.component.js +3 -3
  85. package/dist/esm/lib/components/handle-group/handle-row.component.js.map +1 -1
  86. package/dist/esm/lib/components/minimap/minimap.component.js +3 -3
  87. package/dist/esm/lib/components/minimap/minimap.component.js.map +1 -1
  88. package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js +3 -3
  89. package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js.map +1 -1
  90. package/dist/esm/lib/components/node-resizer/node-resizer.component.js +3 -3
  91. package/dist/esm/lib/components/node-resizer/node-resizer.component.js.map +1 -1
  92. package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js +3 -3
  93. package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js.map +1 -1
  94. package/dist/esm/lib/components/nodes/default-node.component.js +7 -7
  95. package/dist/esm/lib/components/nodes/default-node.component.js.map +1 -1
  96. package/dist/esm/lib/components/nodes/group-node.component.js +3 -3
  97. package/dist/esm/lib/components/nodes/group-node.component.js.map +1 -1
  98. package/dist/esm/lib/components/nodes/input-node.component.js +5 -5
  99. package/dist/esm/lib/components/nodes/input-node.component.js.map +1 -1
  100. package/dist/esm/lib/components/nodes/output-node.component.js +5 -5
  101. package/dist/esm/lib/components/nodes/output-node.component.js.map +1 -1
  102. package/dist/esm/lib/components/nodes/template-node.component.d.ts +48 -0
  103. package/dist/esm/lib/components/nodes/template-node.component.d.ts.map +1 -0
  104. package/dist/esm/lib/components/nodes/template-node.component.js +209 -0
  105. package/dist/esm/lib/components/nodes/template-node.component.js.map +1 -0
  106. package/dist/esm/lib/components/panel/panel.component.js +3 -3
  107. package/dist/esm/lib/components/panel/panel.component.js.map +1 -1
  108. package/dist/esm/lib/components/selection-box/selection-box.component.js +3 -3
  109. package/dist/esm/lib/components/selection-box/selection-box.component.js.map +1 -1
  110. package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js +3 -3
  111. package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js.map +1 -1
  112. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.d.ts +14 -0
  113. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.d.ts.map +1 -1
  114. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js +75 -24
  115. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js.map +1 -1
  116. package/dist/esm/lib/container/ng-flow/ng-flow.component.d.ts +20 -2
  117. package/dist/esm/lib/container/ng-flow/ng-flow.component.d.ts.map +1 -1
  118. package/dist/esm/lib/container/ng-flow/ng-flow.component.js +30 -6
  119. package/dist/esm/lib/container/ng-flow/ng-flow.component.js.map +1 -1
  120. package/dist/esm/lib/container/node-renderer/node-renderer.component.d.ts +7 -0
  121. package/dist/esm/lib/container/node-renderer/node-renderer.component.d.ts.map +1 -1
  122. package/dist/esm/lib/container/node-renderer/node-renderer.component.js +104 -15
  123. package/dist/esm/lib/container/node-renderer/node-renderer.component.js.map +1 -1
  124. package/dist/esm/lib/container/pane/pane.component.js +3 -3
  125. package/dist/esm/lib/container/pane/pane.component.js.map +1 -1
  126. package/dist/esm/lib/container/viewport/viewport.component.js +3 -3
  127. package/dist/esm/lib/container/viewport/viewport.component.js.map +1 -1
  128. package/dist/esm/lib/directives/drag.directive.d.ts.map +1 -1
  129. package/dist/esm/lib/directives/drag.directive.js +12 -4
  130. package/dist/esm/lib/directives/drag.directive.js.map +1 -1
  131. package/dist/esm/lib/directives/drop-zone.directive.js +3 -3
  132. package/dist/esm/lib/directives/drop-zone.directive.js.map +1 -1
  133. package/dist/esm/lib/directives/key-handler.directive.js +3 -3
  134. package/dist/esm/lib/directives/key-handler.directive.js.map +1 -1
  135. package/dist/esm/lib/directives/node-type.directive.js +3 -3
  136. package/dist/esm/lib/directives/node-type.directive.js.map +1 -1
  137. package/dist/esm/lib/layout/dagre-layout.d.ts +12 -0
  138. package/dist/esm/lib/layout/dagre-layout.d.ts.map +1 -0
  139. package/dist/esm/lib/layout/dagre-layout.js +13 -0
  140. package/dist/esm/lib/layout/dagre-layout.js.map +1 -0
  141. package/dist/esm/lib/layout/index.d.ts +4 -0
  142. package/dist/esm/lib/layout/index.d.ts.map +1 -0
  143. package/dist/esm/lib/layout/index.js +3 -0
  144. package/dist/esm/lib/layout/index.js.map +1 -0
  145. package/dist/esm/lib/layout/layout-nodes.d.ts +47 -0
  146. package/dist/esm/lib/layout/layout-nodes.d.ts.map +1 -0
  147. package/dist/esm/lib/layout/layout-nodes.js +49 -0
  148. package/dist/esm/lib/layout/layout-nodes.js.map +1 -0
  149. package/dist/esm/lib/public-api.d.ts +2 -1
  150. package/dist/esm/lib/public-api.d.ts.map +1 -1
  151. package/dist/esm/lib/public-api.js +4 -1
  152. package/dist/esm/lib/public-api.js.map +1 -1
  153. package/dist/esm/lib/services/flow-store.service.d.ts +52 -2
  154. package/dist/esm/lib/services/flow-store.service.d.ts.map +1 -1
  155. package/dist/esm/lib/services/flow-store.service.js +150 -3
  156. package/dist/esm/lib/services/flow-store.service.js.map +1 -1
  157. package/dist/esm/lib/services/ng-flow.service.d.ts +105 -0
  158. package/dist/esm/lib/services/ng-flow.service.d.ts.map +1 -1
  159. package/dist/esm/lib/services/ng-flow.service.js +166 -3
  160. package/dist/esm/lib/services/ng-flow.service.js.map +1 -1
  161. package/dist/esm/lib/types/edges.d.ts +14 -2
  162. package/dist/esm/lib/types/edges.d.ts.map +1 -1
  163. package/dist/esm/lib/types/general.d.ts +10 -0
  164. package/dist/esm/lib/types/general.d.ts.map +1 -1
  165. package/dist/esm/lib/types/index.d.ts +1 -0
  166. package/dist/esm/lib/types/index.d.ts.map +1 -1
  167. package/dist/esm/lib/types/index.js +1 -0
  168. package/dist/esm/lib/types/index.js.map +1 -1
  169. package/dist/esm/lib/types/node-template.d.ts +77 -0
  170. package/dist/esm/lib/types/node-template.d.ts.map +1 -0
  171. package/dist/esm/lib/types/node-template.js +10 -0
  172. package/dist/esm/lib/types/node-template.js.map +1 -0
  173. package/dist/esm/lib/types/nodes.d.ts +1 -9
  174. package/dist/esm/lib/types/nodes.d.ts.map +1 -1
  175. package/dist/esm/lib/utils/position-tween.d.ts +19 -0
  176. package/dist/esm/lib/utils/position-tween.d.ts.map +1 -0
  177. package/dist/esm/lib/utils/position-tween.js +25 -0
  178. package/dist/esm/lib/utils/position-tween.js.map +1 -0
  179. package/dist/esm/lib/utils/template-interpolation.d.ts +16 -0
  180. package/dist/esm/lib/utils/template-interpolation.d.ts.map +1 -0
  181. package/dist/esm/lib/utils/template-interpolation.js +51 -0
  182. package/dist/esm/lib/utils/template-interpolation.js.map +1 -0
  183. package/dist/style.css +18 -0
  184. package/package.json +78 -66
@@ -45,7 +45,7 @@ import * as i0 from "@angular/core";
45
45
  export class NgFlowComponent {
46
46
  constructor() {
47
47
  this.store = inject(FlowStore);
48
- this.ngFlowService = inject(NgFlowService);
48
+ this.service = inject(NgFlowService);
49
49
  this.containerRef = viewChild('container', ...(ngDevMode ? [{ debugName: "containerRef" }] : /* istanbul ignore next */ []));
50
50
  this.paneRef = viewChild(PaneComponent, ...(ngDevMode ? [{ debugName: "paneRef" }] : /* istanbul ignore next */ []));
51
51
  /** Content-projected node type templates */
@@ -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
  });
@@ -541,7 +565,7 @@ export class NgFlowComponent {
541
565
  }, 50);
542
566
  }
543
567
  // Emit init event
544
- this.init.emit(this.ngFlowService);
568
+ this.init.emit(this.service);
545
569
  }
546
570
  ngOnDestroy() {
547
571
  this.resizeObserver?.disconnect();
@@ -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.6", ngImport: i0, type: NgFlowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
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.6", ngImport: i0, type: NgFlowComponent, decorators: [{
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,9 +33,15 @@ 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;
44
+ private declaredInputsCache;
39
45
  private resizeObserver;
40
46
  private mutationObserver;
41
47
  private observedNodeIds;
@@ -55,6 +61,7 @@ export declare class NodeRendererComponent implements AfterViewInit, OnDestroy {
55
61
  getNodeTransform(node: InternalNode): string;
56
62
  getNodeAriaLabel(node: InternalNode): string;
57
63
  getNodeInputs(node: InternalNode): Record<string, unknown>;
64
+ private getDeclaredInputs;
58
65
  private buildNodeContext;
59
66
  static ɵfac: i0.ɵɵFactoryDeclaration<NodeRendererComponent, never>;
60
67
  static ɵcmp: i0.ɵɵComponentDeclaration<NodeRendererComponent, "ng-flow-node-renderer", never, { "customNodeTypes": { "alias": "customNodeTypes"; "required": false; "isSignal": true; }; "nodeTemplateMap": { "alias": "nodeTemplateMap"; "required": false; "isSignal": true; }; }, { "nodeClick": "nodeClick"; "nodeDoubleClick": "nodeDoubleClick"; "nodeContextMenu": "nodeContextMenu"; "nodeMouseEnter": "nodeMouseEnter"; "nodeMouseMove": "nodeMouseMove"; "nodeMouseLeave": "nodeMouseLeave"; }, never, never, true, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"node-renderer.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/container/node-renderer/node-renderer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,SAAS,EAET,WAAW,EACZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAO9D,OAAO,KAAK,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAqB,MAAM,aAAa,CAAC;;AASpF,qBA2Da,qBAAsB,YAAW,aAAa,EAAE,SAAS;IACpE,QAAQ,CAAC,KAAK,8CAAqB;IACnC,OAAO,CAAC,cAAc,CAAoB;IAC1C,OAAO,CAAC,EAAE,CAAmC;IAE7C,QAAQ,CAAC,eAAe,iDAAwB;IAChD,QAAQ,CAAC,eAAe,qEAAmD;IAG3E,QAAQ,CAAC,SAAS;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACjE,QAAQ,CAAC,eAAe;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACvE,QAAQ,CAAC,eAAe;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACvE,QAAQ,CAAC,cAAc;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACtE,QAAQ,CAAC,aAAa;eAAmB,UAAU;cAAQ,IAAI;OAAM;IACrE,QAAQ,CAAC,cAAc;eAAmB,UAAU;cAAQ,IAAI;OAAM;IAEtE,QAAQ,CAAC,YAAY,qFAA6C;IAElE,OAAO,CAAC,iBAAiB,CAA+B;IACxD,OAAO,CAAC,gBAAgB,CAAiD;IACzE,OAAO,CAAC,eAAe,CAA2E;IAClG,OAAO,CAAC,cAAc,CAA+B;IAErD,OAAO,CAAC,gBAAgB,CAAiC;IACzD,OAAO,CAAC,eAAe,CAAqB;IAE5C,eAAe,IAAI,IAAI;IA6BvB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,eAAe;IAcvB,OAAO,CAAC,mBAAmB;IAgB3B,WAAW,CAAC,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI;IAwCvE,aAAa,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI;IAYrD,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI;IAqDjD,eAAe,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI;IAKvD,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAanE,gBAAgB,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;IAK9C,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ;IAqBzC,cAAc,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM;IAK1C,QAAQ,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM;IAIpC,gBAAgB,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM;IAM5C,gBAAgB,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM;IAO5C,aAAa,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAyB1D,OAAO,CAAC,gBAAgB;yCA9Rb,qBAAqB;2CAArB,qBAAqB;CAyTjC"}
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, 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,12 +32,60 @@ 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();
41
+ this.declaredInputsCache = new WeakMap();
36
42
  this.resizeObserver = null;
37
43
  this.mutationObserver = null;
38
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
+ });
39
89
  }
40
90
  ngAfterViewInit() {
41
91
  // Set up ResizeObserver — fires when node dimensions change
@@ -208,7 +258,15 @@ export class NodeRendererComponent {
208
258
  }
209
259
  getNodeComponent(type) {
210
260
  const resolvedType = type || 'default';
211
- return this.customNodeTypes()[resolvedType] ?? builtInNodeTypes[resolvedType] ?? DefaultNodeComponent;
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;
212
270
  }
213
271
  getNodeInjector(nodeId) {
214
272
  let injector = this.nodeInjectorCache.get(nodeId);
@@ -250,27 +308,47 @@ export class NodeRendererComponent {
250
308
  }
251
309
  getNodeInputs(node) {
252
310
  const version = this.store.version();
311
+ const nodesConnectable = this.store.nodesConnectable();
312
+ const isTemplate = this.store.nodeTemplates().has(node.type ?? 'default') ? 1 : 0;
313
+ const key = `${version}:${nodesConnectable ? 1 : 0}:${node.type ?? 'default'}:${isTemplate}`;
253
314
  const cached = this.nodeInputsCache.get(node.id);
254
- if (cached && cached.version === version) {
315
+ if (cached && cached.key === key) {
255
316
  return cached.inputs;
256
317
  }
257
- const inputs = {
318
+ const allInputs = {
258
319
  id: node.id,
259
320
  data: node.data,
260
321
  type: node.type,
261
322
  selected: node.selected ?? false,
262
323
  dragging: node.dragging ?? false,
263
324
  zIndex: node.internals?.z ?? 0,
264
- isConnectable: true,
325
+ isConnectable: node.connectable ?? nodesConnectable,
265
326
  positionAbsoluteX: node.internals?.positionAbsolute?.x ?? node.position.x,
266
327
  positionAbsoluteY: node.internals?.positionAbsolute?.y ?? node.position.y,
267
328
  sourcePosition: node.sourcePosition,
268
329
  targetPosition: node.targetPosition,
269
330
  dragHandle: node.dragHandle,
270
331
  };
271
- this.nodeInputsCache.set(node.id, { version, inputs });
332
+ // Only push keys the target component actually declares as inputs.
333
+ // Components that use injectNgFlowNode() (the DI-based API) omit input()
334
+ // declarations entirely; pushing unknown keys via ngComponentOutlet would
335
+ // throw NG0303 on every render.
336
+ const declared = this.getDeclaredInputs(this.getNodeComponent(node.type));
337
+ const inputs = declared
338
+ ? Object.fromEntries(Object.entries(allInputs).filter(([k]) => declared.has(k)))
339
+ : allInputs;
340
+ this.nodeInputsCache.set(node.id, { key, inputs });
272
341
  return inputs;
273
342
  }
343
+ getDeclaredInputs(Component) {
344
+ if (this.declaredInputsCache.has(Component)) {
345
+ return this.declaredInputsCache.get(Component) ?? null;
346
+ }
347
+ const mirror = reflectComponentType(Component);
348
+ const set = mirror ? new Set(mirror.inputs.map((i) => i.templateName)) : null;
349
+ this.declaredInputsCache.set(Component, set);
350
+ return set;
351
+ }
274
352
  buildNodeContext(nodeId) {
275
353
  const store = this.store;
276
354
  const getNode = () => {
@@ -284,7 +362,10 @@ export class NodeRendererComponent {
284
362
  selected: computed(() => getNode()?.selected ?? false),
285
363
  dragging: computed(() => getNode()?.dragging ?? false),
286
364
  zIndex: computed(() => getNode()?.internals?.z ?? 0),
287
- isConnectable: computed(() => true),
365
+ isConnectable: computed(() => {
366
+ const n = getNode();
367
+ return n?.connectable ?? store.nodesConnectable();
368
+ }),
288
369
  position: computed(() => {
289
370
  const n = getNode();
290
371
  return {
@@ -297,8 +378,8 @@ export class NodeRendererComponent {
297
378
  dragHandle: computed(() => getNode()?.dragHandle),
298
379
  };
299
380
  }
300
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: NodeRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
301
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", 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: `
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: `
302
383
  @for (node of visibleNodes(); track node.id) {
303
384
  @if (!node.hidden) {
304
385
  <div
@@ -307,11 +388,12 @@ export class NodeRendererComponent {
307
388
  [class.selected]="node.selected"
308
389
  [class.draggable]="node.draggable !== false && store.nodesDraggable()"
309
390
  [class.dragging]="node.dragging"
310
- [class.selectable]="node.selectable !== false"
311
- [class.connectable]="true"
391
+ [class.selectable]="node.selectable !== false && store.elementsSelectable()"
392
+ [class.connectable]="(node.connectable ?? store.nodesConnectable())"
312
393
  [class.connection-target]="store.connectionTargetNodeId() === node.id"
313
394
  [ngFlowDrag]="node.id"
314
395
  [ngFlowDragDisabled]="node.draggable === false || !store.nodesDraggable()"
396
+ [ngFlowDragSelectable]="node.selectable !== false && store.elementsSelectable()"
315
397
  [ngFlowDragHandleSelector]="node.dragHandle"
316
398
  [ngFlowDragNoDragClass]="store.noDragClassName()"
317
399
  role="button"
@@ -322,6 +404,9 @@ export class NodeRendererComponent {
322
404
  [attr.tabindex]="store.nodesFocusable() ? 0 : -1"
323
405
  [style.z-index]="getNodeZ(node)"
324
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)"
325
410
  [style.width.px]="node.width ?? null"
326
411
  [style.height.px]="node.height ?? null"
327
412
  [ngStyle]="node.style"
@@ -348,7 +433,7 @@ export class NodeRendererComponent {
348
433
  }
349
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 }); }
350
435
  }
351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: NodeRendererComponent, decorators: [{
436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: NodeRendererComponent, decorators: [{
352
437
  type: Component,
353
438
  args: [{
354
439
  selector: 'ng-flow-node-renderer',
@@ -368,11 +453,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
368
453
  [class.selected]="node.selected"
369
454
  [class.draggable]="node.draggable !== false && store.nodesDraggable()"
370
455
  [class.dragging]="node.dragging"
371
- [class.selectable]="node.selectable !== false"
372
- [class.connectable]="true"
456
+ [class.selectable]="node.selectable !== false && store.elementsSelectable()"
457
+ [class.connectable]="(node.connectable ?? store.nodesConnectable())"
373
458
  [class.connection-target]="store.connectionTargetNodeId() === node.id"
374
459
  [ngFlowDrag]="node.id"
375
460
  [ngFlowDragDisabled]="node.draggable === false || !store.nodesDraggable()"
461
+ [ngFlowDragSelectable]="node.selectable !== false && store.elementsSelectable()"
376
462
  [ngFlowDragHandleSelector]="node.dragHandle"
377
463
  [ngFlowDragNoDragClass]="store.noDragClassName()"
378
464
  role="button"
@@ -383,6 +469,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
383
469
  [attr.tabindex]="store.nodesFocusable() ? 0 : -1"
384
470
  [style.z-index]="getNodeZ(node)"
385
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)"
386
475
  [style.width.px]="node.width ?? null"
387
476
  [style.height.px]="node.height ?? null"
388
477
  [ngStyle]="node.style"
@@ -409,5 +498,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
409
498
  }
410
499
  `,
411
500
  }]
412
- }], 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"] }] } });
413
502
  //# sourceMappingURL=node-renderer.component.js.map