@angflow/angular 0.0.1 → 0.0.2

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 (75) hide show
  1. package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js +24 -35
  2. package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js.map +1 -1
  3. package/dist/esm/lib/components/attribution/attribution.component.js +21 -17
  4. package/dist/esm/lib/components/attribution/attribution.component.js.map +1 -1
  5. package/dist/esm/lib/components/background/background.component.js +85 -77
  6. package/dist/esm/lib/components/background/background.component.js.map +1 -1
  7. package/dist/esm/lib/components/connection-line/connection-line.component.js +34 -45
  8. package/dist/esm/lib/components/connection-line/connection-line.component.js.map +1 -1
  9. package/dist/esm/lib/components/controls/controls.component.js +60 -81
  10. package/dist/esm/lib/components/controls/controls.component.js.map +1 -1
  11. package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js +14 -19
  12. package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js.map +1 -1
  13. package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js +20 -27
  14. package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js.map +1 -1
  15. package/dist/esm/lib/components/edges/base-edge.component.js +30 -27
  16. package/dist/esm/lib/components/edges/base-edge.component.js.map +1 -1
  17. package/dist/esm/lib/components/edges/bezier-edge.component.js +20 -18
  18. package/dist/esm/lib/components/edges/bezier-edge.component.js.map +1 -1
  19. package/dist/esm/lib/components/edges/edge-text.component.js +24 -23
  20. package/dist/esm/lib/components/edges/edge-text.component.js.map +1 -1
  21. package/dist/esm/lib/components/edges/simple-bezier-edge.component.js +19 -17
  22. package/dist/esm/lib/components/edges/simple-bezier-edge.component.js.map +1 -1
  23. package/dist/esm/lib/components/edges/smooth-step-edge.component.js +19 -17
  24. package/dist/esm/lib/components/edges/smooth-step-edge.component.js.map +1 -1
  25. package/dist/esm/lib/components/edges/step-edge.component.js +19 -17
  26. package/dist/esm/lib/components/edges/step-edge.component.js.map +1 -1
  27. package/dist/esm/lib/components/edges/straight-edge.component.js +19 -17
  28. package/dist/esm/lib/components/edges/straight-edge.component.js.map +1 -1
  29. package/dist/esm/lib/components/handle/handle.component.js +36 -46
  30. package/dist/esm/lib/components/handle/handle.component.js.map +1 -1
  31. package/dist/esm/lib/components/minimap/minimap.component.js +90 -73
  32. package/dist/esm/lib/components/minimap/minimap.component.js.map +1 -1
  33. package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js +12 -17
  34. package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js.map +1 -1
  35. package/dist/esm/lib/components/node-resizer/node-resizer.component.js +83 -50
  36. package/dist/esm/lib/components/node-resizer/node-resizer.component.js.map +1 -1
  37. package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js +22 -29
  38. package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js.map +1 -1
  39. package/dist/esm/lib/components/nodes/default-node.component.js +16 -26
  40. package/dist/esm/lib/components/nodes/default-node.component.js.map +1 -1
  41. package/dist/esm/lib/components/nodes/group-node.component.js +14 -15
  42. package/dist/esm/lib/components/nodes/group-node.component.js.map +1 -1
  43. package/dist/esm/lib/components/nodes/input-node.component.js +15 -24
  44. package/dist/esm/lib/components/nodes/input-node.component.js.map +1 -1
  45. package/dist/esm/lib/components/nodes/output-node.component.js +15 -23
  46. package/dist/esm/lib/components/nodes/output-node.component.js.map +1 -1
  47. package/dist/esm/lib/components/panel/panel.component.js +19 -26
  48. package/dist/esm/lib/components/panel/panel.component.js.map +1 -1
  49. package/dist/esm/lib/components/selection-box/selection-box.component.js +26 -28
  50. package/dist/esm/lib/components/selection-box/selection-box.component.js.map +1 -1
  51. package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js +15 -22
  52. package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js.map +1 -1
  53. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js +125 -132
  54. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js.map +1 -1
  55. package/dist/esm/lib/container/ng-flow/ng-flow.component.js +98 -97
  56. package/dist/esm/lib/container/ng-flow/ng-flow.component.js.map +1 -1
  57. package/dist/esm/lib/container/node-renderer/node-renderer.component.js +57 -60
  58. package/dist/esm/lib/container/node-renderer/node-renderer.component.js.map +1 -1
  59. package/dist/esm/lib/container/pane/pane.component.js +19 -28
  60. package/dist/esm/lib/container/pane/pane.component.js.map +1 -1
  61. package/dist/esm/lib/container/viewport/viewport.component.js +16 -23
  62. package/dist/esm/lib/container/viewport/viewport.component.js.map +1 -1
  63. package/dist/esm/lib/directives/drag.directive.js +9 -9
  64. package/dist/esm/lib/directives/drag.directive.js.map +1 -1
  65. package/dist/esm/lib/directives/drop-zone.directive.js +9 -9
  66. package/dist/esm/lib/directives/drop-zone.directive.js.map +1 -1
  67. package/dist/esm/lib/directives/key-handler.directive.js +13 -15
  68. package/dist/esm/lib/directives/key-handler.directive.js.map +1 -1
  69. package/dist/esm/lib/directives/node-type.directive.js +12 -12
  70. package/dist/esm/lib/directives/node-type.directive.js.map +1 -1
  71. package/dist/esm/lib/services/flow-store.service.js +5 -5
  72. package/dist/esm/lib/services/flow-store.service.js.map +1 -1
  73. package/dist/esm/lib/services/ng-flow.service.js +5 -5
  74. package/dist/esm/lib/services/ng-flow.service.js.map +1 -1
  75. package/package.json +1 -1
@@ -14,11 +14,6 @@ import { AttributionComponent } from '../../components/attribution/attribution.c
14
14
  import { KeyHandlerDirective } from '../../directives/key-handler.directive';
15
15
  import { NgFlowNodeTypeDirective } from '../../directives/node-type.directive';
16
16
  import * as i0 from "@angular/core";
17
- const _c0 = ["container"];
18
- const _c1 = ["*"];
19
- function NgFlowComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
20
- i0.ɵɵelement(0, "ng-flow-attribution");
21
- } }
22
17
  export class NgFlowComponent {
23
18
  constructor() {
24
19
  this.store = inject(FlowStore);
@@ -483,96 +478,103 @@ export class NgFlowComponent {
483
478
  paneClickDistance: this.paneClickDistance(),
484
479
  });
485
480
  }
486
- static { this.ɵfac = function NgFlowComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NgFlowComponent)(); }; }
487
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NgFlowComponent, selectors: [["ng-flow"]], contentQueries: function NgFlowComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
488
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.nodeTypeDirectives, NgFlowNodeTypeDirective, 4);
489
- } if (rf & 2) {
490
- i0.ɵɵqueryAdvance();
491
- } }, viewQuery: function NgFlowComponent_Query(rf, ctx) { if (rf & 1) {
492
- i0.ɵɵviewQuerySignal(ctx.containerRef, _c0, 5)(ctx.paneRef, PaneComponent, 5);
493
- } if (rf & 2) {
494
- i0.ɵɵqueryAdvance(2);
495
- } }, hostAttrs: ["role", "application", 1, "ng-flow", "xy-flow", 2, "display", "block", "position", "relative", "overflow", "hidden", "width", "100%", "height", "100%"], hostVars: 8, hostBindings: function NgFlowComponent_HostBindings(rf, ctx) { if (rf & 2) {
496
- i0.ɵɵstyleProp("width", ctx.widthInput(), "px")("height", ctx.heightInput(), "px");
497
- i0.ɵɵclassProp("dark", ctx.resolvedColorMode() === "dark")("light", ctx.resolvedColorMode() === "light");
498
- } }, inputs: { nodesModel: [1, "nodes", "nodesModel"], edgesModel: [1, "edges", "edgesModel"], viewportModel: [1, "viewport", "viewportModel"], defaultNodes: [1, "defaultNodes"], defaultEdges: [1, "defaultEdges"], defaultViewport: [1, "defaultViewport"], nodeTypes: [1, "nodeTypes"], edgeTypes: [1, "edgeTypes"], defaultEdgeOptions: [1, "defaultEdgeOptions"], connectionMode: [1, "connectionMode"], connectionLineType: [1, "connectionLineType"], connectionLineComponent: [1, "connectionLineComponent"], connectionLineStyle: [1, "connectionLineStyle"], connectionLineContainerStyle: [1, "connectionLineContainerStyle"], widthInput: [1, "width", "widthInput"], heightInput: [1, "height", "heightInput"], nodesDraggable: [1, "nodesDraggable"], nodesConnectable: [1, "nodesConnectable"], nodesFocusable: [1, "nodesFocusable"], edgesFocusable: [1, "edgesFocusable"], edgesReconnectable: [1, "edgesReconnectable"], elementsSelectable: [1, "elementsSelectable"], selectNodesOnDrag: [1, "selectNodesOnDrag"], connectOnClick: [1, "connectOnClick"], panOnDrag: [1, "panOnDrag"], panOnScroll: [1, "panOnScroll"], panOnScrollMode: [1, "panOnScrollMode"], panOnScrollSpeed: [1, "panOnScrollSpeed"], zoomOnScroll: [1, "zoomOnScroll"], zoomOnPinch: [1, "zoomOnPinch"], zoomOnDoubleClick: [1, "zoomOnDoubleClick"], preventScrolling: [1, "preventScrolling"], selectionOnDrag: [1, "selectionOnDrag"], selectionMode: [1, "selectionMode"], minZoom: [1, "minZoom"], maxZoom: [1, "maxZoom"], translateExtent: [1, "translateExtent"], nodeExtent: [1, "nodeExtent"], snapToGrid: [1, "snapToGrid"], snapGrid: [1, "snapGrid"], fitView: [1, "fitView"], fitViewOptions: [1, "fitViewOptions"], deleteKeyCode: [1, "deleteKeyCode"], selectionKeyCode: [1, "selectionKeyCode"], panActivationKeyCode: [1, "panActivationKeyCode"], multiSelectionKeyCode: [1, "multiSelectionKeyCode"], zoomActivationKeyCode: [1, "zoomActivationKeyCode"], autoPanOnNodeDrag: [1, "autoPanOnNodeDrag"], autoPanOnConnect: [1, "autoPanOnConnect"], autoPanSpeed: [1, "autoPanSpeed"], connectionRadius: [1, "connectionRadius"], reconnectRadius: [1, "reconnectRadius"], nodeDragThreshold: [1, "nodeDragThreshold"], connectionDragThreshold: [1, "connectionDragThreshold"], paneClickDistance: [1, "paneClickDistance"], nodeClickDistance: [1, "nodeClickDistance"], colorMode: [1, "colorMode"], elevateNodesOnSelect: [1, "elevateNodesOnSelect"], elevateEdgesOnSelect: [1, "elevateEdgesOnSelect"], onlyRenderVisibleElements: [1, "onlyRenderVisibleElements"], zIndexMode: [1, "zIndexMode"], nodeOrigin: [1, "nodeOrigin"], defaultMarkerColor: [1, "defaultMarkerColor"], noDragClassName: [1, "noDragClassName"], noWheelClassName: [1, "noWheelClassName"], noPanClassName: [1, "noPanClassName"], disableKeyboardA11y: [1, "disableKeyboardA11y"], ariaLabelConfig: [1, "ariaLabelConfig"], isValidConnection: [1, "isValidConnection"], proOptions: [1, "proOptions"], attributionPosition: [1, "attributionPosition"], hideAttribution: [1, "hideAttribution"], flowId: [1, "id", "flowId"], debug: [1, "debug"], onBeforeDelete: [1, "onBeforeDelete"] }, outputs: { nodesModel: "nodesChange", edgesModel: "edgesChange", viewportModel: "viewportChange", nodesChange: "nodesChange", edgesChange: "edgesChange", init: "init", nodeClick: "nodeClick", nodeDoubleClick: "nodeDoubleClick", nodeMouseEnter: "nodeMouseEnter", nodeMouseMove: "nodeMouseMove", nodeMouseLeave: "nodeMouseLeave", nodeContextMenu: "nodeContextMenu", nodeDragStart: "nodeDragStart", nodeDrag: "nodeDrag", nodeDragStop: "nodeDragStop", edgeClick: "edgeClick", edgeDoubleClick: "edgeDoubleClick", edgeContextMenu: "edgeContextMenu", edgeMouseEnter: "edgeMouseEnter", edgeMouseMove: "edgeMouseMove", edgeMouseLeave: "edgeMouseLeave", connect: "connect", connectStart: "connectStart", connectEnd: "connectEnd", clickConnectStart: "clickConnectStart", clickConnectEnd: "clickConnectEnd", reconnect: "reconnect", reconnectStart: "reconnectStart", reconnectEnd: "reconnectEnd", paneClick: "paneClick", paneContextMenu: "paneContextMenu", paneMouseEnter: "paneMouseEnter", paneMouseMove: "paneMouseMove", paneMouseLeave: "paneMouseLeave", paneScroll: "paneScroll", moveStart: "moveStart", move: "move", moveEnd: "moveEnd", viewportChange: "viewportChange", selectionChange: "selectionChange", selectionDragStart: "selectionDragStart", selectionDrag: "selectionDrag", selectionDragStop: "selectionDragStop", selectionStart: "selectionStart", selectionEnd: "selectionEnd", selectionContextMenu: "selectionContextMenu", nodesDelete: "nodesDelete", edgesDelete: "edgesDelete", deleteEvent: "delete", error: "error", autoPanStart: "autoPanStart", autoPanEnd: "autoPanEnd" }, features: [i0.ɵɵProvidersFeature([FlowStore, NgFlowService])], ngContentSelectors: _c1, decls: 13, vars: 16, consts: [["container", ""], ["ngFlowKeyHandler", "", 1, "ng-flow__container", "xy-flow__container", 3, "nodesDelete", "edgesDelete", "deleteElements", "deleteKeyCode", "selectionKeyCode", "multiSelectionKeyCode", "disableKeyboardA11y"], [3, "pointerdown", "click", "contextmenu", "mouseenter", "mousemove", "mouseleave", "selectionStart", "selectionEnd", "paneScroll", "panOnDrag", "selectionOnDrag", "selectionKeyCode", "selectionMode"], [3, "transform"], [3, "edgeClick", "edgeDoubleClick", "edgeContextMenu", "edgeMouseEnter", "edgeMouseMove", "edgeMouseLeave", "reconnect", "reconnectStart", "reconnectEnd", "customEdgeTypes"], [3, "customComponent", "connectionLineType"], [3, "nodeClick", "nodeDoubleClick", "nodeContextMenu", "nodeMouseEnter", "nodeMouseMove", "nodeMouseLeave", "customNodeTypes", "nodeTemplateMap"], [3, "contextMenu"], ["aria-live", "assertive", "aria-atomic", "true", 1, "xy-flow__a11y-descriptions", 2, "position", "absolute", "width", "1px", "height", "1px", "margin", "-1px", "padding", "0", "overflow", "hidden", "clip", "rect(0,0,0,0)", "border", "0"]], template: function NgFlowComponent_Template(rf, ctx) { if (rf & 1) {
499
- i0.ɵɵprojectionDef();
500
- i0.ɵɵelementStart(0, "div", 1, 0);
501
- i0.ɵɵlistener("nodesDelete", function NgFlowComponent_Template_div_nodesDelete_0_listener($event) { return ctx.nodesDelete.emit($event); })("edgesDelete", function NgFlowComponent_Template_div_edgesDelete_0_listener($event) { return ctx.edgesDelete.emit($event); })("deleteElements", function NgFlowComponent_Template_div_deleteElements_0_listener($event) { return ctx.deleteEvent.emit($event); });
502
- i0.ɵɵelementStart(2, "ng-flow-pane", 2);
503
- i0.ɵɵlistener("pointerdown", function NgFlowComponent_Template_ng_flow_pane_pointerdown_2_listener($event) { return ctx.onPanePointerDown($event); })("click", function NgFlowComponent_Template_ng_flow_pane_click_2_listener($event) { return ctx.onPaneClick($event); })("contextmenu", function NgFlowComponent_Template_ng_flow_pane_contextmenu_2_listener($event) { return ctx.onPaneContextMenu($event); })("mouseenter", function NgFlowComponent_Template_ng_flow_pane_mouseenter_2_listener($event) { return ctx.paneMouseEnter.emit($event); })("mousemove", function NgFlowComponent_Template_ng_flow_pane_mousemove_2_listener($event) { return ctx.paneMouseMove.emit($event); })("mouseleave", function NgFlowComponent_Template_ng_flow_pane_mouseleave_2_listener($event) { return ctx.paneMouseLeave.emit($event); })("selectionStart", function NgFlowComponent_Template_ng_flow_pane_selectionStart_2_listener($event) { return ctx.selectionStart.emit($event); })("selectionEnd", function NgFlowComponent_Template_ng_flow_pane_selectionEnd_2_listener($event) { return ctx.selectionEnd.emit($event); })("paneScroll", function NgFlowComponent_Template_ng_flow_pane_paneScroll_2_listener($event) { return ctx.paneScroll.emit($event); });
504
- i0.ɵɵelementStart(3, "ng-flow-viewport", 3)(4, "ng-flow-edge-renderer", 4);
505
- i0.ɵɵlistener("edgeClick", function NgFlowComponent_Template_ng_flow_edge_renderer_edgeClick_4_listener($event) { return ctx.edgeClick.emit($event); })("edgeDoubleClick", function NgFlowComponent_Template_ng_flow_edge_renderer_edgeDoubleClick_4_listener($event) { return ctx.edgeDoubleClick.emit($event); })("edgeContextMenu", function NgFlowComponent_Template_ng_flow_edge_renderer_edgeContextMenu_4_listener($event) { return ctx.edgeContextMenu.emit($event); })("edgeMouseEnter", function NgFlowComponent_Template_ng_flow_edge_renderer_edgeMouseEnter_4_listener($event) { return ctx.edgeMouseEnter.emit($event); })("edgeMouseMove", function NgFlowComponent_Template_ng_flow_edge_renderer_edgeMouseMove_4_listener($event) { return ctx.edgeMouseMove.emit($event); })("edgeMouseLeave", function NgFlowComponent_Template_ng_flow_edge_renderer_edgeMouseLeave_4_listener($event) { return ctx.edgeMouseLeave.emit($event); })("reconnect", function NgFlowComponent_Template_ng_flow_edge_renderer_reconnect_4_listener($event) { return ctx.reconnect.emit($event); })("reconnectStart", function NgFlowComponent_Template_ng_flow_edge_renderer_reconnectStart_4_listener($event) { return ctx.reconnectStart.emit($event); })("reconnectEnd", function NgFlowComponent_Template_ng_flow_edge_renderer_reconnectEnd_4_listener($event) { return ctx.reconnectEnd.emit($event); });
506
- i0.ɵɵelementEnd();
507
- i0.ɵɵelement(5, "ng-flow-connection-line", 5);
508
- i0.ɵɵelementStart(6, "ng-flow-node-renderer", 6);
509
- i0.ɵɵlistener("nodeClick", function NgFlowComponent_Template_ng_flow_node_renderer_nodeClick_6_listener($event) { return ctx.nodeClick.emit($event); })("nodeDoubleClick", function NgFlowComponent_Template_ng_flow_node_renderer_nodeDoubleClick_6_listener($event) { return ctx.nodeDoubleClick.emit($event); })("nodeContextMenu", function NgFlowComponent_Template_ng_flow_node_renderer_nodeContextMenu_6_listener($event) { return ctx.nodeContextMenu.emit($event); })("nodeMouseEnter", function NgFlowComponent_Template_ng_flow_node_renderer_nodeMouseEnter_6_listener($event) { return ctx.nodeMouseEnter.emit($event); })("nodeMouseMove", function NgFlowComponent_Template_ng_flow_node_renderer_nodeMouseMove_6_listener($event) { return ctx.nodeMouseMove.emit($event); })("nodeMouseLeave", function NgFlowComponent_Template_ng_flow_node_renderer_nodeMouseLeave_6_listener($event) { return ctx.nodeMouseLeave.emit($event); });
510
- i0.ɵɵelementEnd()();
511
- i0.ɵɵelementStart(7, "ng-flow-selection-box", 7);
512
- i0.ɵɵlistener("contextMenu", function NgFlowComponent_Template_ng_flow_selection_box_contextMenu_7_listener($event) { return ctx.selectionContextMenu.emit({ event: $event, nodes: ctx.store.selectedNodes() }); });
513
- i0.ɵɵelementEnd()();
514
- i0.ɵɵprojection(8);
515
- i0.ɵɵelement(9, "ng-flow-a11y-descriptions");
516
- i0.ɵɵconditionalCreate(10, NgFlowComponent_Conditional_10_Template, 1, 0, "ng-flow-attribution");
517
- i0.ɵɵelementStart(11, "div", 8);
518
- i0.ɵɵtext(12);
519
- i0.ɵɵelementEnd()();
520
- } if (rf & 2) {
521
- i0.ɵɵproperty("deleteKeyCode", ctx.deleteKeyCode())("selectionKeyCode", ctx.selectionKeyCode())("multiSelectionKeyCode", ctx.multiSelectionKeyCode())("disableKeyboardA11y", ctx.disableKeyboardA11y());
522
- i0.ɵɵadvance(2);
523
- i0.ɵɵproperty("panOnDrag", ctx.panOnDrag())("selectionOnDrag", ctx.selectionOnDrag())("selectionKeyCode", ctx.selectionKeyCode())("selectionMode", ctx.selectionMode());
524
- i0.ɵɵadvance();
525
- i0.ɵɵproperty("transform", ctx.store.transform());
526
- i0.ɵɵadvance();
527
- i0.ɵɵproperty("customEdgeTypes", ctx.edgeTypes());
528
- i0.ɵɵadvance();
529
- i0.ɵɵproperty("customComponent", ctx.connectionLineComponent())("connectionLineType", ctx.connectionLineType());
530
- i0.ɵɵadvance();
531
- i0.ɵɵproperty("customNodeTypes", ctx.nodeTypes())("nodeTemplateMap", ctx.nodeTemplateMap());
532
- i0.ɵɵadvance(4);
533
- i0.ɵɵconditional(!ctx.hideAttribution() ? 10 : -1);
534
- i0.ɵɵadvance(2);
535
- i0.ɵɵtextInterpolate1(" ", ctx.store.ariaLiveMessage(), " ");
536
- } }, dependencies: [CommonModule,
537
- NodeRendererComponent,
538
- EdgeRendererComponent,
539
- ViewportComponent,
540
- PaneComponent,
541
- ConnectionLineComponent,
542
- SelectionBoxComponent,
543
- KeyHandlerDirective,
544
- A11yDescriptionsComponent,
545
- AttributionComponent], encapsulation: 2, changeDetection: 0 }); }
481
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: NgFlowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
482
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: NgFlowComponent, isStandalone: true, selector: "ng-flow", inputs: { nodesModel: { classPropertyName: "nodesModel", publicName: "nodes", isSignal: true, isRequired: false, transformFunction: null }, edgesModel: { classPropertyName: "edgesModel", publicName: "edges", isSignal: true, isRequired: false, transformFunction: null }, viewportModel: { classPropertyName: "viewportModel", publicName: "viewport", isSignal: true, isRequired: false, transformFunction: null }, defaultNodes: { classPropertyName: "defaultNodes", publicName: "defaultNodes", isSignal: true, isRequired: false, transformFunction: null }, defaultEdges: { classPropertyName: "defaultEdges", publicName: "defaultEdges", isSignal: true, isRequired: false, transformFunction: null }, defaultViewport: { classPropertyName: "defaultViewport", publicName: "defaultViewport", isSignal: true, isRequired: false, transformFunction: null }, nodeTypes: { classPropertyName: "nodeTypes", publicName: "nodeTypes", isSignal: true, isRequired: false, transformFunction: null }, edgeTypes: { classPropertyName: "edgeTypes", publicName: "edgeTypes", isSignal: true, isRequired: false, transformFunction: null }, defaultEdgeOptions: { classPropertyName: "defaultEdgeOptions", publicName: "defaultEdgeOptions", isSignal: true, isRequired: false, transformFunction: null }, connectionMode: { classPropertyName: "connectionMode", publicName: "connectionMode", isSignal: true, isRequired: false, transformFunction: null }, connectionLineType: { classPropertyName: "connectionLineType", publicName: "connectionLineType", isSignal: true, isRequired: false, transformFunction: null }, connectionLineComponent: { classPropertyName: "connectionLineComponent", publicName: "connectionLineComponent", isSignal: true, isRequired: false, transformFunction: null }, connectionLineStyle: { classPropertyName: "connectionLineStyle", publicName: "connectionLineStyle", isSignal: true, isRequired: false, transformFunction: null }, connectionLineContainerStyle: { classPropertyName: "connectionLineContainerStyle", publicName: "connectionLineContainerStyle", isSignal: true, isRequired: false, transformFunction: null }, widthInput: { classPropertyName: "widthInput", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, heightInput: { classPropertyName: "heightInput", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, nodesDraggable: { classPropertyName: "nodesDraggable", publicName: "nodesDraggable", isSignal: true, isRequired: false, transformFunction: null }, nodesConnectable: { classPropertyName: "nodesConnectable", publicName: "nodesConnectable", isSignal: true, isRequired: false, transformFunction: null }, nodesFocusable: { classPropertyName: "nodesFocusable", publicName: "nodesFocusable", isSignal: true, isRequired: false, transformFunction: null }, edgesFocusable: { classPropertyName: "edgesFocusable", publicName: "edgesFocusable", isSignal: true, isRequired: false, transformFunction: null }, edgesReconnectable: { classPropertyName: "edgesReconnectable", publicName: "edgesReconnectable", isSignal: true, isRequired: false, transformFunction: null }, elementsSelectable: { classPropertyName: "elementsSelectable", publicName: "elementsSelectable", isSignal: true, isRequired: false, transformFunction: null }, selectNodesOnDrag: { classPropertyName: "selectNodesOnDrag", publicName: "selectNodesOnDrag", isSignal: true, isRequired: false, transformFunction: null }, connectOnClick: { classPropertyName: "connectOnClick", publicName: "connectOnClick", isSignal: true, isRequired: false, transformFunction: null }, panOnDrag: { classPropertyName: "panOnDrag", publicName: "panOnDrag", isSignal: true, isRequired: false, transformFunction: null }, panOnScroll: { classPropertyName: "panOnScroll", publicName: "panOnScroll", isSignal: true, isRequired: false, transformFunction: null }, panOnScrollMode: { classPropertyName: "panOnScrollMode", publicName: "panOnScrollMode", isSignal: true, isRequired: false, transformFunction: null }, panOnScrollSpeed: { classPropertyName: "panOnScrollSpeed", publicName: "panOnScrollSpeed", isSignal: true, isRequired: false, transformFunction: null }, zoomOnScroll: { classPropertyName: "zoomOnScroll", publicName: "zoomOnScroll", isSignal: true, isRequired: false, transformFunction: null }, zoomOnPinch: { classPropertyName: "zoomOnPinch", publicName: "zoomOnPinch", isSignal: true, isRequired: false, transformFunction: null }, zoomOnDoubleClick: { classPropertyName: "zoomOnDoubleClick", publicName: "zoomOnDoubleClick", isSignal: true, isRequired: false, transformFunction: null }, preventScrolling: { classPropertyName: "preventScrolling", publicName: "preventScrolling", isSignal: true, isRequired: false, transformFunction: null }, selectionOnDrag: { classPropertyName: "selectionOnDrag", publicName: "selectionOnDrag", isSignal: true, isRequired: false, transformFunction: null }, selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null }, minZoom: { classPropertyName: "minZoom", publicName: "minZoom", isSignal: true, isRequired: false, transformFunction: null }, maxZoom: { classPropertyName: "maxZoom", publicName: "maxZoom", isSignal: true, isRequired: false, transformFunction: null }, translateExtent: { classPropertyName: "translateExtent", publicName: "translateExtent", isSignal: true, isRequired: false, transformFunction: null }, nodeExtent: { classPropertyName: "nodeExtent", publicName: "nodeExtent", isSignal: true, isRequired: false, transformFunction: null }, snapToGrid: { classPropertyName: "snapToGrid", publicName: "snapToGrid", isSignal: true, isRequired: false, transformFunction: null }, snapGrid: { classPropertyName: "snapGrid", publicName: "snapGrid", isSignal: true, isRequired: false, transformFunction: null }, fitView: { classPropertyName: "fitView", publicName: "fitView", isSignal: true, isRequired: false, transformFunction: null }, fitViewOptions: { classPropertyName: "fitViewOptions", publicName: "fitViewOptions", isSignal: true, isRequired: false, transformFunction: null }, deleteKeyCode: { classPropertyName: "deleteKeyCode", publicName: "deleteKeyCode", isSignal: true, isRequired: false, transformFunction: null }, selectionKeyCode: { classPropertyName: "selectionKeyCode", publicName: "selectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, panActivationKeyCode: { classPropertyName: "panActivationKeyCode", publicName: "panActivationKeyCode", isSignal: true, isRequired: false, transformFunction: null }, multiSelectionKeyCode: { classPropertyName: "multiSelectionKeyCode", publicName: "multiSelectionKeyCode", isSignal: true, isRequired: false, transformFunction: null }, zoomActivationKeyCode: { classPropertyName: "zoomActivationKeyCode", publicName: "zoomActivationKeyCode", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnNodeDrag: { classPropertyName: "autoPanOnNodeDrag", publicName: "autoPanOnNodeDrag", isSignal: true, isRequired: false, transformFunction: null }, autoPanOnConnect: { classPropertyName: "autoPanOnConnect", publicName: "autoPanOnConnect", isSignal: true, isRequired: false, transformFunction: null }, autoPanSpeed: { classPropertyName: "autoPanSpeed", publicName: "autoPanSpeed", isSignal: true, isRequired: false, transformFunction: null }, connectionRadius: { classPropertyName: "connectionRadius", publicName: "connectionRadius", isSignal: true, isRequired: false, transformFunction: null }, reconnectRadius: { classPropertyName: "reconnectRadius", publicName: "reconnectRadius", isSignal: true, isRequired: false, transformFunction: null }, nodeDragThreshold: { classPropertyName: "nodeDragThreshold", publicName: "nodeDragThreshold", isSignal: true, isRequired: false, transformFunction: null }, connectionDragThreshold: { classPropertyName: "connectionDragThreshold", publicName: "connectionDragThreshold", isSignal: true, isRequired: false, transformFunction: null }, paneClickDistance: { classPropertyName: "paneClickDistance", publicName: "paneClickDistance", isSignal: true, isRequired: false, transformFunction: null }, nodeClickDistance: { classPropertyName: "nodeClickDistance", publicName: "nodeClickDistance", isSignal: true, isRequired: false, transformFunction: null }, colorMode: { classPropertyName: "colorMode", publicName: "colorMode", isSignal: true, isRequired: false, transformFunction: null }, elevateNodesOnSelect: { classPropertyName: "elevateNodesOnSelect", publicName: "elevateNodesOnSelect", isSignal: true, isRequired: false, transformFunction: null }, elevateEdgesOnSelect: { classPropertyName: "elevateEdgesOnSelect", publicName: "elevateEdgesOnSelect", isSignal: true, isRequired: false, transformFunction: null }, onlyRenderVisibleElements: { classPropertyName: "onlyRenderVisibleElements", publicName: "onlyRenderVisibleElements", isSignal: true, isRequired: false, transformFunction: null }, zIndexMode: { classPropertyName: "zIndexMode", publicName: "zIndexMode", isSignal: true, isRequired: false, transformFunction: null }, nodeOrigin: { classPropertyName: "nodeOrigin", publicName: "nodeOrigin", isSignal: true, isRequired: false, transformFunction: null }, defaultMarkerColor: { classPropertyName: "defaultMarkerColor", publicName: "defaultMarkerColor", isSignal: true, isRequired: false, transformFunction: null }, noDragClassName: { classPropertyName: "noDragClassName", publicName: "noDragClassName", isSignal: true, isRequired: false, transformFunction: null }, noWheelClassName: { classPropertyName: "noWheelClassName", publicName: "noWheelClassName", isSignal: true, isRequired: false, transformFunction: null }, noPanClassName: { classPropertyName: "noPanClassName", publicName: "noPanClassName", isSignal: true, isRequired: false, transformFunction: null }, disableKeyboardA11y: { classPropertyName: "disableKeyboardA11y", publicName: "disableKeyboardA11y", isSignal: true, isRequired: false, transformFunction: null }, ariaLabelConfig: { classPropertyName: "ariaLabelConfig", publicName: "ariaLabelConfig", isSignal: true, isRequired: false, transformFunction: null }, isValidConnection: { classPropertyName: "isValidConnection", publicName: "isValidConnection", isSignal: true, isRequired: false, transformFunction: null }, proOptions: { classPropertyName: "proOptions", publicName: "proOptions", isSignal: true, isRequired: false, transformFunction: null }, attributionPosition: { classPropertyName: "attributionPosition", publicName: "attributionPosition", isSignal: true, isRequired: false, transformFunction: null }, hideAttribution: { classPropertyName: "hideAttribution", publicName: "hideAttribution", isSignal: true, isRequired: false, transformFunction: null }, flowId: { classPropertyName: "flowId", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, onBeforeDelete: { classPropertyName: "onBeforeDelete", publicName: "onBeforeDelete", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { nodesModel: "nodesChange", edgesModel: "edgesChange", viewportModel: "viewportChange", nodesChange: "nodesChange", edgesChange: "edgesChange", init: "init", nodeClick: "nodeClick", nodeDoubleClick: "nodeDoubleClick", nodeMouseEnter: "nodeMouseEnter", nodeMouseMove: "nodeMouseMove", nodeMouseLeave: "nodeMouseLeave", nodeContextMenu: "nodeContextMenu", nodeDragStart: "nodeDragStart", nodeDrag: "nodeDrag", nodeDragStop: "nodeDragStop", edgeClick: "edgeClick", edgeDoubleClick: "edgeDoubleClick", edgeContextMenu: "edgeContextMenu", edgeMouseEnter: "edgeMouseEnter", edgeMouseMove: "edgeMouseMove", edgeMouseLeave: "edgeMouseLeave", connect: "connect", connectStart: "connectStart", connectEnd: "connectEnd", clickConnectStart: "clickConnectStart", clickConnectEnd: "clickConnectEnd", reconnect: "reconnect", reconnectStart: "reconnectStart", reconnectEnd: "reconnectEnd", paneClick: "paneClick", paneContextMenu: "paneContextMenu", paneMouseEnter: "paneMouseEnter", paneMouseMove: "paneMouseMove", paneMouseLeave: "paneMouseLeave", paneScroll: "paneScroll", moveStart: "moveStart", move: "move", moveEnd: "moveEnd", viewportChange: "viewportChange", selectionChange: "selectionChange", selectionDragStart: "selectionDragStart", selectionDrag: "selectionDrag", selectionDragStop: "selectionDragStop", selectionStart: "selectionStart", selectionEnd: "selectionEnd", selectionContextMenu: "selectionContextMenu", nodesDelete: "nodesDelete", edgesDelete: "edgesDelete", deleteEvent: "delete", error: "error", autoPanStart: "autoPanStart", autoPanEnd: "autoPanEnd" }, host: { attributes: { "role": "application" }, properties: { "class.dark": "resolvedColorMode() === \"dark\"", "class.light": "resolvedColorMode() === \"light\"", "style.width.px": "widthInput()", "style.height.px": "heightInput()" }, styleAttribute: "display: block; position: relative; overflow: hidden; width: 100%; height: 100%;", classAttribute: "ng-flow xy-flow" }, providers: [FlowStore, NgFlowService], queries: [{ propertyName: "nodeTypeDirectives", predicate: NgFlowNodeTypeDirective, isSignal: true }], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, isSignal: true }, { propertyName: "paneRef", first: true, predicate: PaneComponent, descendants: true, isSignal: true }], ngImport: i0, template: `
483
+ <div
484
+ class="ng-flow__container xy-flow__container"
485
+ #container
486
+ ngFlowKeyHandler
487
+ [deleteKeyCode]="deleteKeyCode()"
488
+ [selectionKeyCode]="selectionKeyCode()"
489
+ [multiSelectionKeyCode]="multiSelectionKeyCode()"
490
+ [disableKeyboardA11y]="disableKeyboardA11y()"
491
+ (nodesDelete)="nodesDelete.emit($event)"
492
+ (edgesDelete)="edgesDelete.emit($event)"
493
+ (deleteElements)="deleteEvent.emit($event)"
494
+ >
495
+ <ng-flow-pane
496
+ [panOnDrag]="panOnDrag()"
497
+ [selectionOnDrag]="selectionOnDrag()"
498
+ [selectionKeyCode]="selectionKeyCode()"
499
+ [selectionMode]="selectionMode()"
500
+ (pointerdown)="onPanePointerDown($event)"
501
+ (click)="onPaneClick($event)"
502
+ (contextmenu)="onPaneContextMenu($event)"
503
+ (mouseenter)="paneMouseEnter.emit($event)"
504
+ (mousemove)="paneMouseMove.emit($event)"
505
+ (mouseleave)="paneMouseLeave.emit($event)"
506
+ (selectionStart)="selectionStart.emit($event)"
507
+ (selectionEnd)="selectionEnd.emit($event)"
508
+ (paneScroll)="paneScroll.emit($event)"
509
+ >
510
+ <ng-flow-viewport [transform]="store.transform()">
511
+ <ng-flow-edge-renderer
512
+ [customEdgeTypes]="edgeTypes()"
513
+ (edgeClick)="edgeClick.emit($event)"
514
+ (edgeDoubleClick)="edgeDoubleClick.emit($event)"
515
+ (edgeContextMenu)="edgeContextMenu.emit($event)"
516
+ (edgeMouseEnter)="edgeMouseEnter.emit($event)"
517
+ (edgeMouseMove)="edgeMouseMove.emit($event)"
518
+ (edgeMouseLeave)="edgeMouseLeave.emit($event)"
519
+ (reconnect)="reconnect.emit($event)"
520
+ (reconnectStart)="reconnectStart.emit($event)"
521
+ (reconnectEnd)="reconnectEnd.emit($event)"
522
+ />
523
+ <ng-flow-connection-line [customComponent]="connectionLineComponent()" [connectionLineType]="connectionLineType()" />
524
+ <ng-flow-node-renderer
525
+ [customNodeTypes]="nodeTypes()"
526
+ [nodeTemplateMap]="nodeTemplateMap()"
527
+ (nodeClick)="nodeClick.emit($event)"
528
+ (nodeDoubleClick)="nodeDoubleClick.emit($event)"
529
+ (nodeContextMenu)="nodeContextMenu.emit($event)"
530
+ (nodeMouseEnter)="nodeMouseEnter.emit($event)"
531
+ (nodeMouseMove)="nodeMouseMove.emit($event)"
532
+ (nodeMouseLeave)="nodeMouseLeave.emit($event)"
533
+ />
534
+ </ng-flow-viewport>
535
+ <ng-flow-selection-box (contextMenu)="selectionContextMenu.emit({ event: $event, nodes: store.selectedNodes() })" />
536
+ </ng-flow-pane>
537
+ <ng-content />
538
+ <ng-flow-a11y-descriptions />
539
+ @if (!hideAttribution()) {
540
+ <ng-flow-attribution />
541
+ }
542
+ <div class="xy-flow__a11y-descriptions" aria-live="assertive" aria-atomic="true"
543
+ style="position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0;">
544
+ {{ store.ariaLiveMessage() }}
545
+ </div>
546
+ </div>
547
+ `, 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 }); }
546
548
  }
547
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NgFlowComponent, [{
548
- type: Component,
549
- args: [{
550
- selector: 'ng-flow',
551
- standalone: true,
552
- imports: [
553
- CommonModule,
554
- NodeRendererComponent,
555
- EdgeRendererComponent,
556
- ViewportComponent,
557
- PaneComponent,
558
- ConnectionLineComponent,
559
- SelectionBoxComponent,
560
- KeyHandlerDirective,
561
- A11yDescriptionsComponent,
562
- AttributionComponent,
563
- ],
564
- providers: [FlowStore, NgFlowService],
565
- changeDetection: ChangeDetectionStrategy.OnPush,
566
- host: {
567
- 'class': 'ng-flow xy-flow',
568
- 'role': 'application',
569
- '[class.dark]': 'resolvedColorMode() === "dark"',
570
- '[class.light]': 'resolvedColorMode() === "light"',
571
- '[style.width.px]': 'widthInput()',
572
- '[style.height.px]': 'heightInput()',
573
- 'style': 'display: block; position: relative; overflow: hidden; width: 100%; height: 100%;',
574
- },
575
- template: `
549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: NgFlowComponent, decorators: [{
550
+ type: Component,
551
+ args: [{
552
+ selector: 'ng-flow',
553
+ standalone: true,
554
+ imports: [
555
+ CommonModule,
556
+ NodeRendererComponent,
557
+ EdgeRendererComponent,
558
+ ViewportComponent,
559
+ PaneComponent,
560
+ ConnectionLineComponent,
561
+ SelectionBoxComponent,
562
+ KeyHandlerDirective,
563
+ A11yDescriptionsComponent,
564
+ AttributionComponent,
565
+ ],
566
+ providers: [FlowStore, NgFlowService],
567
+ changeDetection: ChangeDetectionStrategy.OnPush,
568
+ host: {
569
+ 'class': 'ng-flow xy-flow',
570
+ 'role': 'application',
571
+ '[class.dark]': 'resolvedColorMode() === "dark"',
572
+ '[class.light]': 'resolvedColorMode() === "light"',
573
+ '[style.width.px]': 'widthInput()',
574
+ '[style.height.px]': 'heightInput()',
575
+ 'style': 'display: block; position: relative; overflow: hidden; width: 100%; height: 100%;',
576
+ },
577
+ template: `
576
578
  <div
577
579
  class="ng-flow__container xy-flow__container"
578
580
  #container
@@ -638,7 +640,6 @@ export class NgFlowComponent {
638
640
  </div>
639
641
  </div>
640
642
  `,
641
- }]
642
- }], () => [], { 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 }] }, { type: i0.Output, args: ["nodesChange"] }], edgesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "edges", required: false }] }, { type: i0.Output, args: ["edgesChange"] }], viewportModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewport", required: false }] }, { type: i0.Output, args: ["viewportChange"] }], 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"] }] }); })();
643
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NgFlowComponent, { className: "NgFlowComponent", filePath: "lib/container/ng-flow/ng-flow.component.ts", lineNumber: 186 }); })();
643
+ }]
644
+ }], 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 }] }, { type: i0.Output, args: ["nodesChange"] }], edgesModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "edges", required: false }] }, { type: i0.Output, args: ["edgesChange"] }], viewportModel: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewport", required: false }] }, { type: i0.Output, args: ["viewportChange"] }], 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"] }] } });
644
645
  //# 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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"}
@@ -9,45 +9,6 @@ import { OutputNodeComponent } from '../../components/nodes/output-node.componen
9
9
  import { GroupNodeComponent } from '../../components/nodes/group-node.component';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@angular/common";
12
- const _forTrack0 = ($index, $item) => $item.id;
13
- function NodeRendererComponent_For_1_Conditional_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
14
- i0.ɵɵelementContainer(0);
15
- } }
16
- function NodeRendererComponent_For_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
17
- i0.ɵɵtemplate(0, NodeRendererComponent_For_1_Conditional_1_ng_container_0_Template, 1, 0, "ng-container", 2);
18
- } if (rf & 2) {
19
- const node_r2 = i0.ɵɵnextContext().$implicit;
20
- const ctx_r2 = i0.ɵɵnextContext();
21
- i0.ɵɵproperty("ngTemplateOutlet", ctx)("ngTemplateOutletContext", ctx_r2.getNodeTemplateContext(node_r2))("ngTemplateOutletInjector", ctx_r2.getNodeInjector(node_r2.id));
22
- } }
23
- function NodeRendererComponent_For_1_Conditional_2_ng_container_0_Template(rf, ctx) { if (rf & 1) {
24
- i0.ɵɵelementContainer(0);
25
- } }
26
- function NodeRendererComponent_For_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
27
- i0.ɵɵtemplate(0, NodeRendererComponent_For_1_Conditional_2_ng_container_0_Template, 1, 0, "ng-container", 3);
28
- } if (rf & 2) {
29
- const node_r2 = i0.ɵɵnextContext().$implicit;
30
- const ctx_r2 = i0.ɵɵnextContext();
31
- i0.ɵɵproperty("ngComponentOutlet", ctx_r2.getNodeComponent(node_r2.type))("ngComponentOutletInputs", ctx_r2.getNodeInputs(node_r2))("ngComponentOutletInjector", ctx_r2.getNodeInjector(node_r2.id));
32
- } }
33
- function NodeRendererComponent_For_1_Template(rf, ctx) { if (rf & 1) {
34
- const _r1 = i0.ɵɵgetCurrentView();
35
- i0.ɵɵelementStart(0, "div", 1);
36
- i0.ɵɵlistener("click", function NodeRendererComponent_For_1_Template_div_click_0_listener($event) { const node_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onNodeEvent($event, node_r2.id, "click")); })("dblclick", function NodeRendererComponent_For_1_Template_div_dblclick_0_listener($event) { const node_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onNodeEvent($event, node_r2.id, "dblclick")); })("contextmenu", function NodeRendererComponent_For_1_Template_div_contextmenu_0_listener($event) { const node_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onNodeEvent($event, node_r2.id, "contextmenu")); })("mouseenter", function NodeRendererComponent_For_1_Template_div_mouseenter_0_listener($event) { const node_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onNodeEvent($event, node_r2.id, "mouseenter")); })("mousemove", function NodeRendererComponent_For_1_Template_div_mousemove_0_listener($event) { const node_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onNodeEvent($event, node_r2.id, "mousemove")); })("mouseleave", function NodeRendererComponent_For_1_Template_div_mouseleave_0_listener($event) { const node_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onNodeEvent($event, node_r2.id, "mouseleave")); })("focus", function NodeRendererComponent_For_1_Template_div_focus_0_listener() { const node_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onNodeFocus(node_r2)); });
37
- i0.ɵɵconditionalCreate(1, NodeRendererComponent_For_1_Conditional_1_Template, 1, 3, "ng-container")(2, NodeRendererComponent_For_1_Conditional_2_Template, 1, 3, "ng-container");
38
- i0.ɵɵelementEnd();
39
- } if (rf & 2) {
40
- let tmp_27_0;
41
- const node_r2 = ctx.$implicit;
42
- const ctx_r2 = i0.ɵɵnextContext();
43
- i0.ɵɵclassMap("xy-flow__node-" + (node_r2.type || "default"));
44
- i0.ɵɵstyleProp("z-index", ctx_r2.getNodeZ(node_r2))("transform", ctx_r2.getNodeTransform(node_r2));
45
- i0.ɵɵclassProp("selected", node_r2.selected)("draggable", node_r2.draggable !== false && ctx_r2.store.nodesDraggable())("dragging", node_r2.dragging)("selectable", node_r2.selectable !== false)("connectable", true);
46
- i0.ɵɵproperty("ngFlowDrag", node_r2.id)("ngFlowDragDisabled", node_r2.draggable === false || !ctx_r2.store.nodesDraggable())("ngFlowDragHandleSelector", node_r2.dragHandle)("ngFlowDragNoDragClass", ctx_r2.store.noDragClassName());
47
- i0.ɵɵattribute("aria-label", ctx_r2.getNodeAriaLabel(node_r2))("aria-describedby", ctx_r2.store.rfId() + "-node-desc")("aria-selected", node_r2.selected ?? false)("data-id", node_r2.id)("tabindex", ctx_r2.store.nodesFocusable() ? 0 : -1);
48
- i0.ɵɵadvance();
49
- i0.ɵɵconditional((tmp_27_0 = ctx_r2.getNodeTemplate(node_r2.type)) ? 1 : 2, tmp_27_0);
50
- } }
51
12
  const builtInNodeTypes = {
52
13
  default: DefaultNodeComponent,
53
14
  input: InputNodeComponent,
@@ -246,25 +207,62 @@ export class NodeRendererComponent {
246
207
  dragHandle: node.dragHandle,
247
208
  };
248
209
  }
249
- static { this.ɵfac = function NodeRendererComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NodeRendererComponent)(); }; }
250
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NodeRendererComponent, selectors: [["ng-flow-node-renderer"]], hostAttrs: [1, "ng-flow__nodes", "xy-flow__nodes", 2, "display", "block", "pointer-events", "none", "transform-origin", "0 0", "width", "100%", "height", "100%"], inputs: { customNodeTypes: [1, "customNodeTypes"], nodeTemplateMap: [1, "nodeTemplateMap"] }, outputs: { nodeClick: "nodeClick", nodeDoubleClick: "nodeDoubleClick", nodeContextMenu: "nodeContextMenu", nodeMouseEnter: "nodeMouseEnter", nodeMouseMove: "nodeMouseMove", nodeMouseLeave: "nodeMouseLeave" }, decls: 2, vars: 0, consts: [["role", "button", 1, "ng-flow__node", "xy-flow__node", 3, "class", "selected", "draggable", "dragging", "selectable", "connectable", "ngFlowDrag", "ngFlowDragDisabled", "ngFlowDragHandleSelector", "ngFlowDragNoDragClass", "z-index", "transform"], ["role", "button", 1, "ng-flow__node", "xy-flow__node", 3, "click", "dblclick", "contextmenu", "mouseenter", "mousemove", "mouseleave", "focus", "ngFlowDrag", "ngFlowDragDisabled", "ngFlowDragHandleSelector", "ngFlowDragNoDragClass"], [4, "ngTemplateOutlet", "ngTemplateOutletContext", "ngTemplateOutletInjector"], [4, "ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector"]], template: function NodeRendererComponent_Template(rf, ctx) { if (rf & 1) {
251
- i0.ɵɵrepeaterCreate(0, NodeRendererComponent_For_1_Template, 3, 26, "div", 0, _forTrack0);
252
- } if (rf & 2) {
253
- i0.ɵɵrepeater(ctx.visibleNodes());
254
- } }, dependencies: [CommonModule, i1.NgComponentOutlet, i1.NgTemplateOutlet, DragDirective], encapsulation: 2, changeDetection: 0 }); }
210
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: NodeRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
211
+ 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: `
212
+ @for (node of visibleNodes(); track node.id) {
213
+ <div
214
+ class="ng-flow__node xy-flow__node"
215
+ [class]="'xy-flow__node-' + (node.type || 'default')"
216
+ [class.selected]="node.selected"
217
+ [class.draggable]="node.draggable !== false && store.nodesDraggable()"
218
+ [class.dragging]="node.dragging"
219
+ [class.selectable]="node.selectable !== false"
220
+ [class.connectable]="true"
221
+ [ngFlowDrag]="node.id"
222
+ [ngFlowDragDisabled]="node.draggable === false || !store.nodesDraggable()"
223
+ [ngFlowDragHandleSelector]="node.dragHandle"
224
+ [ngFlowDragNoDragClass]="store.noDragClassName()"
225
+ role="button"
226
+ [attr.aria-label]="getNodeAriaLabel(node)"
227
+ [attr.aria-describedby]="store.rfId() + '-node-desc'"
228
+ [attr.aria-selected]="node.selected ?? false"
229
+ [attr.data-id]="node.id"
230
+ [attr.tabindex]="store.nodesFocusable() ? 0 : -1"
231
+ [style.z-index]="getNodeZ(node)"
232
+ [style.transform]="getNodeTransform(node)"
233
+ (click)="onNodeEvent($event, node.id, 'click')"
234
+ (dblclick)="onNodeEvent($event, node.id, 'dblclick')"
235
+ (contextmenu)="onNodeEvent($event, node.id, 'contextmenu')"
236
+ (mouseenter)="onNodeEvent($event, node.id, 'mouseenter')"
237
+ (mousemove)="onNodeEvent($event, node.id, 'mousemove')"
238
+ (mouseleave)="onNodeEvent($event, node.id, 'mouseleave')"
239
+ (focus)="onNodeFocus(node)"
240
+ >
241
+ @if (getNodeTemplate(node.type); as tmpl) {
242
+ <ng-container
243
+ *ngTemplateOutlet="tmpl; context: getNodeTemplateContext(node); injector: getNodeInjector(node.id)"
244
+ />
245
+ } @else {
246
+ <ng-container
247
+ *ngComponentOutlet="getNodeComponent(node.type); inputs: getNodeInputs(node); injector: getNodeInjector(node.id)"
248
+ />
249
+ }
250
+ </div>
251
+ }
252
+ `, 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: DragDirective, selector: "[ngFlowDrag]", inputs: ["ngFlowDrag", "ngFlowDragDisabled", "ngFlowDragNoDragClass", "ngFlowDragHandleSelector", "ngFlowDragSelectable", "ngFlowDragClickDistance"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
255
253
  }
256
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodeRendererComponent, [{
257
- type: Component,
258
- args: [{
259
- selector: 'ng-flow-node-renderer',
260
- standalone: true,
261
- imports: [CommonModule, NgComponentOutlet, NgTemplateOutlet, DragDirective],
262
- changeDetection: ChangeDetectionStrategy.OnPush,
263
- host: {
264
- 'class': 'ng-flow__nodes xy-flow__nodes',
265
- 'style': 'display: block; pointer-events: none; transform-origin: 0 0; width: 100%; height: 100%;',
266
- },
267
- template: `
254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: NodeRendererComponent, decorators: [{
255
+ type: Component,
256
+ args: [{
257
+ selector: 'ng-flow-node-renderer',
258
+ standalone: true,
259
+ imports: [CommonModule, NgComponentOutlet, NgTemplateOutlet, DragDirective],
260
+ changeDetection: ChangeDetectionStrategy.OnPush,
261
+ host: {
262
+ 'class': 'ng-flow__nodes xy-flow__nodes',
263
+ 'style': 'display: block; pointer-events: none; transform-origin: 0 0; width: 100%; height: 100%;',
264
+ },
265
+ template: `
268
266
  @for (node of visibleNodes(); track node.id) {
269
267
  <div
270
268
  class="ng-flow__node xy-flow__node"
@@ -306,7 +304,6 @@ export class NodeRendererComponent {
306
304
  </div>
307
305
  }
308
306
  `,
309
- }]
310
- }], null, { 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"] }] }); })();
311
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NodeRendererComponent, { className: "NodeRendererComponent", filePath: "lib/container/node-renderer/node-renderer.component.ts", lineNumber: 84 }); })();
307
+ }]
308
+ }], 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"] }] } });
312
309
  //# sourceMappingURL=node-renderer.component.js.map