@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
@@ -29,21 +29,24 @@ export class SimpleBezierEdgeComponent {
29
29
  return path;
30
30
  }, ...(ngDevMode ? [{ debugName: "edgePath" }] : /* istanbul ignore next */ []));
31
31
  }
32
- static { this.ɵfac = function SimpleBezierEdgeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SimpleBezierEdgeComponent)(); }; }
33
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SimpleBezierEdgeComponent, selectors: [["ng-flow-simple-bezier-edge"]], inputs: { id: [1, "id"], sourceX: [1, "sourceX"], sourceY: [1, "sourceY"], targetX: [1, "targetX"], targetY: [1, "targetY"], sourcePosition: [1, "sourcePosition"], targetPosition: [1, "targetPosition"], data: [1, "data"], selected: [1, "selected"], markerStart: [1, "markerStart"], markerEnd: [1, "markerEnd"], interactionWidth: [1, "interactionWidth"], label: [1, "label"] }, decls: 1, vars: 4, consts: [[3, "path", "markerStart", "markerEnd", "interactionWidth"]], template: function SimpleBezierEdgeComponent_Template(rf, ctx) { if (rf & 1) {
34
- i0.ɵɵelement(0, "ng-flow-base-edge", 0);
35
- } if (rf & 2) {
36
- i0.ɵɵproperty("path", ctx.edgePath())("markerStart", ctx.markerStart())("markerEnd", ctx.markerEnd())("interactionWidth", ctx.interactionWidth() ?? 20);
37
- } }, dependencies: [BaseEdgeComponent], encapsulation: 2, changeDetection: 0 }); }
32
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SimpleBezierEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: SimpleBezierEdgeComponent, isStandalone: true, selector: "ng-flow-simple-bezier-edge", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, sourceX: { classPropertyName: "sourceX", publicName: "sourceX", isSignal: true, isRequired: false, transformFunction: null }, sourceY: { classPropertyName: "sourceY", publicName: "sourceY", isSignal: true, isRequired: false, transformFunction: null }, targetX: { classPropertyName: "targetX", publicName: "targetX", isSignal: true, isRequired: false, transformFunction: null }, targetY: { classPropertyName: "targetY", publicName: "targetY", isSignal: true, isRequired: false, transformFunction: null }, sourcePosition: { classPropertyName: "sourcePosition", publicName: "sourcePosition", isSignal: true, isRequired: false, transformFunction: null }, targetPosition: { classPropertyName: "targetPosition", publicName: "targetPosition", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, markerStart: { classPropertyName: "markerStart", publicName: "markerStart", isSignal: true, isRequired: false, transformFunction: null }, markerEnd: { classPropertyName: "markerEnd", publicName: "markerEnd", isSignal: true, isRequired: false, transformFunction: null }, interactionWidth: { classPropertyName: "interactionWidth", publicName: "interactionWidth", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
34
+ <ng-flow-base-edge
35
+ [path]="edgePath()"
36
+ [markerStart]="markerStart()"
37
+ [markerEnd]="markerEnd()"
38
+ [interactionWidth]="interactionWidth() ?? 20"
39
+ />
40
+ `, isInline: true, dependencies: [{ kind: "component", type: BaseEdgeComponent, selector: "ng-flow-base-edge", inputs: ["path", "markerStart", "markerEnd", "style", "interactionWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
38
41
  }
39
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SimpleBezierEdgeComponent, [{
40
- type: Component,
41
- args: [{
42
- selector: 'ng-flow-simple-bezier-edge',
43
- standalone: true,
44
- imports: [BaseEdgeComponent],
45
- changeDetection: ChangeDetectionStrategy.OnPush,
46
- template: `
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SimpleBezierEdgeComponent, decorators: [{
43
+ type: Component,
44
+ args: [{
45
+ selector: 'ng-flow-simple-bezier-edge',
46
+ standalone: true,
47
+ imports: [BaseEdgeComponent],
48
+ changeDetection: ChangeDetectionStrategy.OnPush,
49
+ template: `
47
50
  <ng-flow-base-edge
48
51
  [path]="edgePath()"
49
52
  [markerStart]="markerStart()"
@@ -51,7 +54,6 @@ export class SimpleBezierEdgeComponent {
51
54
  [interactionWidth]="interactionWidth() ?? 20"
52
55
  />
53
56
  `,
54
- }]
55
- }], null, { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], sourceX: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceX", required: false }] }], sourceY: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceY", required: false }] }], targetX: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetX", required: false }] }], targetY: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetY", required: false }] }], sourcePosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourcePosition", required: false }] }], targetPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetPosition", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], markerStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerStart", required: false }] }], markerEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerEnd", required: false }] }], interactionWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactionWidth", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] }); })();
56
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimpleBezierEdgeComponent, { className: "SimpleBezierEdgeComponent", filePath: "lib/components/edges/simple-bezier-edge.component.ts", lineNumber: 19 }); })();
57
+ }]
58
+ }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], sourceX: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceX", required: false }] }], sourceY: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceY", required: false }] }], targetX: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetX", required: false }] }], targetY: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetY", required: false }] }], sourcePosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourcePosition", required: false }] }], targetPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetPosition", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], markerStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerStart", required: false }] }], markerEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerEnd", required: false }] }], interactionWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactionWidth", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] } });
57
59
  //# sourceMappingURL=simple-bezier-edge.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"simple-bezier-edge.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/simple-bezier-edge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAgB1D,MAAM,OAAO,yBAAyB;IAdtC;QAeW,OAAE,GAAG,KAAK,mFAAU,CAAC;QACrB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,MAAM,qFAAC,CAAC;QAClD,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,GAAG,qFAAC,CAAC;QAC/C,SAAI,GAAG,KAAK,qFAAO,CAAC;QACpB,aAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC,CAAC;QACxB,gBAAW,GAAG,KAAK,4FAAU,CAAC;QAC9B,cAAS,GAAG,KAAK,0FAAU,CAAC;QAC5B,qBAAgB,GAAG,KAAK,iGAAU,CAAC;QACnC,UAAK,GAAG,KAAK,sFAAU,CAAC;QAExB,aAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE;YAChC,MAAM,CAAC,IAAI,CAAC,GAAG,aAAa,CAAC;gBAC3B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;aACtC,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC,+EAAC,CAAC;KACJ;0HA1BY,yBAAyB;oEAAzB,yBAAyB;YARlC,uCAKE;;YADA,AADA,AADA,AADA,qCAAmB,kCACU,8BACJ,kDACoB;4BAPvC,iBAAiB;;iFAWhB,yBAAyB;cAdrC,SAAS;eAAC;gBACT,QAAQ,EAAE,4BAA4B;gBACtC,UAAU,EAAE,IAAI;gBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;gBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;gBAC/C,QAAQ,EAAE;;;;;;;GAOT;aACF;;kFACY,yBAAyB"}
1
+ {"version":3,"file":"simple-bezier-edge.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/simple-bezier-edge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAgB1D,MAAM,OAAO,yBAAyB;IAdtC;QAeW,OAAE,GAAG,KAAK,mFAAU,CAAC;QACrB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,MAAM,qFAAC,CAAC;QAClD,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,GAAG,qFAAC,CAAC;QAC/C,SAAI,GAAG,KAAK,qFAAO,CAAC;QACpB,aAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC,CAAC;QACxB,gBAAW,GAAG,KAAK,4FAAU,CAAC;QAC9B,cAAS,GAAG,KAAK,0FAAU,CAAC;QAC5B,qBAAgB,GAAG,KAAK,iGAAU,CAAC;QACnC,UAAK,GAAG,KAAK,sFAAU,CAAC;QAExB,aAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE;YAChC,MAAM,CAAC,IAAI,CAAC,GAAG,aAAa,CAAC;gBAC3B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;aACtC,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC,+EAAC,CAAC;KACJ;8GA1BY,yBAAyB;kGAAzB,yBAAyB,owDAT1B;;;;;;;GAOT,4DATS,iBAAiB;;2FAWhB,yBAAyB;kBAdrC,SAAS;mBAAC;oBACT,QAAQ,EAAE,4BAA4B;oBACtC,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE;;;;;;;GAOT;iBACF"}
@@ -31,21 +31,24 @@ export class SmoothStepEdgeComponent {
31
31
  return path;
32
32
  }, ...(ngDevMode ? [{ debugName: "edgePath" }] : /* istanbul ignore next */ []));
33
33
  }
34
- static { this.ɵfac = function SmoothStepEdgeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SmoothStepEdgeComponent)(); }; }
35
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SmoothStepEdgeComponent, selectors: [["ng-flow-smooth-step-edge"]], inputs: { id: [1, "id"], sourceX: [1, "sourceX"], sourceY: [1, "sourceY"], targetX: [1, "targetX"], targetY: [1, "targetY"], sourcePosition: [1, "sourcePosition"], targetPosition: [1, "targetPosition"], data: [1, "data"], selected: [1, "selected"], markerStart: [1, "markerStart"], markerEnd: [1, "markerEnd"], interactionWidth: [1, "interactionWidth"], pathOptions: [1, "pathOptions"], label: [1, "label"] }, decls: 1, vars: 4, consts: [[3, "path", "markerStart", "markerEnd", "interactionWidth"]], template: function SmoothStepEdgeComponent_Template(rf, ctx) { if (rf & 1) {
36
- i0.ɵɵelement(0, "ng-flow-base-edge", 0);
37
- } if (rf & 2) {
38
- i0.ɵɵproperty("path", ctx.edgePath())("markerStart", ctx.markerStart())("markerEnd", ctx.markerEnd())("interactionWidth", ctx.interactionWidth() ?? 20);
39
- } }, dependencies: [BaseEdgeComponent], encapsulation: 2, changeDetection: 0 }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SmoothStepEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: SmoothStepEdgeComponent, isStandalone: true, selector: "ng-flow-smooth-step-edge", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, sourceX: { classPropertyName: "sourceX", publicName: "sourceX", isSignal: true, isRequired: false, transformFunction: null }, sourceY: { classPropertyName: "sourceY", publicName: "sourceY", isSignal: true, isRequired: false, transformFunction: null }, targetX: { classPropertyName: "targetX", publicName: "targetX", isSignal: true, isRequired: false, transformFunction: null }, targetY: { classPropertyName: "targetY", publicName: "targetY", isSignal: true, isRequired: false, transformFunction: null }, sourcePosition: { classPropertyName: "sourcePosition", publicName: "sourcePosition", isSignal: true, isRequired: false, transformFunction: null }, targetPosition: { classPropertyName: "targetPosition", publicName: "targetPosition", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, markerStart: { classPropertyName: "markerStart", publicName: "markerStart", isSignal: true, isRequired: false, transformFunction: null }, markerEnd: { classPropertyName: "markerEnd", publicName: "markerEnd", isSignal: true, isRequired: false, transformFunction: null }, interactionWidth: { classPropertyName: "interactionWidth", publicName: "interactionWidth", isSignal: true, isRequired: false, transformFunction: null }, pathOptions: { classPropertyName: "pathOptions", publicName: "pathOptions", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
36
+ <ng-flow-base-edge
37
+ [path]="edgePath()"
38
+ [markerStart]="markerStart()"
39
+ [markerEnd]="markerEnd()"
40
+ [interactionWidth]="interactionWidth() ?? 20"
41
+ />
42
+ `, isInline: true, dependencies: [{ kind: "component", type: BaseEdgeComponent, selector: "ng-flow-base-edge", inputs: ["path", "markerStart", "markerEnd", "style", "interactionWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
40
43
  }
41
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmoothStepEdgeComponent, [{
42
- type: Component,
43
- args: [{
44
- selector: 'ng-flow-smooth-step-edge',
45
- standalone: true,
46
- imports: [BaseEdgeComponent],
47
- changeDetection: ChangeDetectionStrategy.OnPush,
48
- template: `
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SmoothStepEdgeComponent, decorators: [{
45
+ type: Component,
46
+ args: [{
47
+ selector: 'ng-flow-smooth-step-edge',
48
+ standalone: true,
49
+ imports: [BaseEdgeComponent],
50
+ changeDetection: ChangeDetectionStrategy.OnPush,
51
+ template: `
49
52
  <ng-flow-base-edge
50
53
  [path]="edgePath()"
51
54
  [markerStart]="markerStart()"
@@ -53,7 +56,6 @@ export class SmoothStepEdgeComponent {
53
56
  [interactionWidth]="interactionWidth() ?? 20"
54
57
  />
55
58
  `,
56
- }]
57
- }], null, { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], sourceX: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceX", required: false }] }], sourceY: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceY", required: false }] }], targetX: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetX", required: false }] }], targetY: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetY", required: false }] }], sourcePosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourcePosition", required: false }] }], targetPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetPosition", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], markerStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerStart", required: false }] }], markerEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerEnd", required: false }] }], interactionWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactionWidth", required: false }] }], pathOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "pathOptions", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] }); })();
58
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SmoothStepEdgeComponent, { className: "SmoothStepEdgeComponent", filePath: "lib/components/edges/smooth-step-edge.component.ts", lineNumber: 19 }); })();
59
+ }]
60
+ }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], sourceX: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceX", required: false }] }], sourceY: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceY", required: false }] }], targetX: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetX", required: false }] }], targetY: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetY", required: false }] }], sourcePosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourcePosition", required: false }] }], targetPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetPosition", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], markerStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerStart", required: false }] }], markerEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerEnd", required: false }] }], interactionWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactionWidth", required: false }] }], pathOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "pathOptions", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] } });
59
61
  //# sourceMappingURL=smooth-step-edge.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"smooth-step-edge.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/smooth-step-edge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAA8B,MAAM,iBAAiB,CAAC;AAC1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAgB1D,MAAM,OAAO,uBAAuB;IAdpC;QAeW,OAAE,GAAG,KAAK,mFAAU,CAAC;QACrB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,MAAM,qFAAC,CAAC;QAClD,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,GAAG,qFAAC,CAAC;QAC/C,SAAI,GAAG,KAAK,qFAAO,CAAC;QACpB,aAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC,CAAC;QACxB,gBAAW,GAAG,KAAK,4FAAU,CAAC;QAC9B,cAAS,GAAG,KAAK,0FAAU,CAAC;QAC5B,qBAAgB,GAAG,KAAK,iGAAU,CAAC;QACnC,gBAAW,GAAG,KAAK,4FAAyB,CAAC;QAC7C,UAAK,GAAG,KAAK,sFAAU,CAAC;QAExB,aAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE;YAChC,MAAM,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC;gBAC/B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,GAAG,IAAI,CAAC,WAAW,EAAE;aACtB,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC,+EAAC,CAAC;KACJ;wHA5BY,uBAAuB;oEAAvB,uBAAuB;YARhC,uCAKE;;YADA,AADA,AADA,AADA,qCAAmB,kCACU,8BACJ,kDACoB;4BAPvC,iBAAiB;;iFAWhB,uBAAuB;cAdnC,SAAS;eAAC;gBACT,QAAQ,EAAE,0BAA0B;gBACpC,UAAU,EAAE,IAAI;gBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;gBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;gBAC/C,QAAQ,EAAE;;;;;;;GAOT;aACF;;kFACY,uBAAuB"}
1
+ {"version":3,"file":"smooth-step-edge.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/smooth-step-edge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAA8B,MAAM,iBAAiB,CAAC;AAC1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAgB1D,MAAM,OAAO,uBAAuB;IAdpC;QAeW,OAAE,GAAG,KAAK,mFAAU,CAAC;QACrB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,MAAM,qFAAC,CAAC;QAClD,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,GAAG,qFAAC,CAAC;QAC/C,SAAI,GAAG,KAAK,qFAAO,CAAC;QACpB,aAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC,CAAC;QACxB,gBAAW,GAAG,KAAK,4FAAU,CAAC;QAC9B,cAAS,GAAG,KAAK,0FAAU,CAAC;QAC5B,qBAAgB,GAAG,KAAK,iGAAU,CAAC;QACnC,gBAAW,GAAG,KAAK,4FAAyB,CAAC;QAC7C,UAAK,GAAG,KAAK,sFAAU,CAAC;QAExB,aAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE;YAChC,MAAM,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC;gBAC/B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,GAAG,IAAI,CAAC,WAAW,EAAE;aACtB,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC,+EAAC,CAAC;KACJ;8GA5BY,uBAAuB;kGAAvB,uBAAuB,44DATxB;;;;;;;GAOT,4DATS,iBAAiB;;2FAWhB,uBAAuB;kBAdnC,SAAS;mBAAC;oBACT,QAAQ,EAAE,0BAA0B;oBACpC,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE;;;;;;;GAOT;iBACF"}
@@ -32,21 +32,24 @@ export class StepEdgeComponent {
32
32
  return path;
33
33
  }, ...(ngDevMode ? [{ debugName: "edgePath" }] : /* istanbul ignore next */ []));
34
34
  }
35
- static { this.ɵfac = function StepEdgeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StepEdgeComponent)(); }; }
36
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StepEdgeComponent, selectors: [["ng-flow-step-edge"]], inputs: { id: [1, "id"], sourceX: [1, "sourceX"], sourceY: [1, "sourceY"], targetX: [1, "targetX"], targetY: [1, "targetY"], sourcePosition: [1, "sourcePosition"], targetPosition: [1, "targetPosition"], data: [1, "data"], selected: [1, "selected"], markerStart: [1, "markerStart"], markerEnd: [1, "markerEnd"], interactionWidth: [1, "interactionWidth"], pathOptions: [1, "pathOptions"], label: [1, "label"] }, decls: 1, vars: 4, consts: [[3, "path", "markerStart", "markerEnd", "interactionWidth"]], template: function StepEdgeComponent_Template(rf, ctx) { if (rf & 1) {
37
- i0.ɵɵelement(0, "ng-flow-base-edge", 0);
38
- } if (rf & 2) {
39
- i0.ɵɵproperty("path", ctx.edgePath())("markerStart", ctx.markerStart())("markerEnd", ctx.markerEnd())("interactionWidth", ctx.interactionWidth() ?? 20);
40
- } }, dependencies: [BaseEdgeComponent], encapsulation: 2, changeDetection: 0 }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StepEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: StepEdgeComponent, isStandalone: true, selector: "ng-flow-step-edge", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, sourceX: { classPropertyName: "sourceX", publicName: "sourceX", isSignal: true, isRequired: false, transformFunction: null }, sourceY: { classPropertyName: "sourceY", publicName: "sourceY", isSignal: true, isRequired: false, transformFunction: null }, targetX: { classPropertyName: "targetX", publicName: "targetX", isSignal: true, isRequired: false, transformFunction: null }, targetY: { classPropertyName: "targetY", publicName: "targetY", isSignal: true, isRequired: false, transformFunction: null }, sourcePosition: { classPropertyName: "sourcePosition", publicName: "sourcePosition", isSignal: true, isRequired: false, transformFunction: null }, targetPosition: { classPropertyName: "targetPosition", publicName: "targetPosition", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, markerStart: { classPropertyName: "markerStart", publicName: "markerStart", isSignal: true, isRequired: false, transformFunction: null }, markerEnd: { classPropertyName: "markerEnd", publicName: "markerEnd", isSignal: true, isRequired: false, transformFunction: null }, interactionWidth: { classPropertyName: "interactionWidth", publicName: "interactionWidth", isSignal: true, isRequired: false, transformFunction: null }, pathOptions: { classPropertyName: "pathOptions", publicName: "pathOptions", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
37
+ <ng-flow-base-edge
38
+ [path]="edgePath()"
39
+ [markerStart]="markerStart()"
40
+ [markerEnd]="markerEnd()"
41
+ [interactionWidth]="interactionWidth() ?? 20"
42
+ />
43
+ `, isInline: true, dependencies: [{ kind: "component", type: BaseEdgeComponent, selector: "ng-flow-base-edge", inputs: ["path", "markerStart", "markerEnd", "style", "interactionWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
41
44
  }
42
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StepEdgeComponent, [{
43
- type: Component,
44
- args: [{
45
- selector: 'ng-flow-step-edge',
46
- standalone: true,
47
- imports: [BaseEdgeComponent],
48
- changeDetection: ChangeDetectionStrategy.OnPush,
49
- template: `
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StepEdgeComponent, decorators: [{
46
+ type: Component,
47
+ args: [{
48
+ selector: 'ng-flow-step-edge',
49
+ standalone: true,
50
+ imports: [BaseEdgeComponent],
51
+ changeDetection: ChangeDetectionStrategy.OnPush,
52
+ template: `
50
53
  <ng-flow-base-edge
51
54
  [path]="edgePath()"
52
55
  [markerStart]="markerStart()"
@@ -54,7 +57,6 @@ export class StepEdgeComponent {
54
57
  [interactionWidth]="interactionWidth() ?? 20"
55
58
  />
56
59
  `,
57
- }]
58
- }], null, { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], sourceX: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceX", required: false }] }], sourceY: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceY", required: false }] }], targetX: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetX", required: false }] }], targetY: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetY", required: false }] }], sourcePosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourcePosition", required: false }] }], targetPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetPosition", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], markerStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerStart", required: false }] }], markerEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerEnd", required: false }] }], interactionWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactionWidth", required: false }] }], pathOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "pathOptions", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] }); })();
59
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StepEdgeComponent, { className: "StepEdgeComponent", filePath: "lib/components/edges/step-edge.component.ts", lineNumber: 19 }); })();
60
+ }]
61
+ }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], sourceX: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceX", required: false }] }], sourceY: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceY", required: false }] }], targetX: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetX", required: false }] }], targetY: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetY", required: false }] }], sourcePosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourcePosition", required: false }] }], targetPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetPosition", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], markerStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerStart", required: false }] }], markerEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerEnd", required: false }] }], interactionWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactionWidth", required: false }] }], pathOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "pathOptions", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] } });
60
62
  //# sourceMappingURL=step-edge.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"step-edge.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/step-edge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAwB,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAgB1D,MAAM,OAAO,iBAAiB;IAd9B;QAeW,OAAE,GAAG,KAAK,mFAAU,CAAC;QACrB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,MAAM,qFAAC,CAAC;QAClD,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,GAAG,qFAAC,CAAC;QAC/C,SAAI,GAAG,KAAK,qFAAO,CAAC;QACpB,aAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC,CAAC;QACxB,gBAAW,GAAG,KAAK,4FAAU,CAAC;QAC9B,cAAS,GAAG,KAAK,0FAAU,CAAC;QAC5B,qBAAgB,GAAG,KAAK,iGAAU,CAAC;QACnC,gBAAW,GAAG,KAAK,4FAAmB,CAAC;QACvC,UAAK,GAAG,KAAK,sFAAU,CAAC;QAExB,aAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE;YAChC,MAAM,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC;gBAC/B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,YAAY,EAAE,CAAC;gBACf,GAAG,IAAI,CAAC,WAAW,EAAE;aACtB,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC,+EAAC,CAAC;KACJ;kHA7BY,iBAAiB;oEAAjB,iBAAiB;YAR1B,uCAKE;;YADA,AADA,AADA,AADA,qCAAmB,kCACU,8BACJ,kDACoB;4BAPvC,iBAAiB;;iFAWhB,iBAAiB;cAd7B,SAAS;eAAC;gBACT,QAAQ,EAAE,mBAAmB;gBAC7B,UAAU,EAAE,IAAI;gBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;gBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;gBAC/C,QAAQ,EAAE;;;;;;;GAOT;aACF;;kFACY,iBAAiB"}
1
+ {"version":3,"file":"step-edge.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/step-edge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAwB,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAgB1D,MAAM,OAAO,iBAAiB;IAd9B;QAeW,OAAE,GAAG,KAAK,mFAAU,CAAC;QACrB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,MAAM,qFAAC,CAAC;QAClD,mBAAc,GAAG,KAAK,CAAW,QAAQ,CAAC,GAAG,qFAAC,CAAC;QAC/C,SAAI,GAAG,KAAK,qFAAO,CAAC;QACpB,aAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC,CAAC;QACxB,gBAAW,GAAG,KAAK,4FAAU,CAAC;QAC9B,cAAS,GAAG,KAAK,0FAAU,CAAC;QAC5B,qBAAgB,GAAG,KAAK,iGAAU,CAAC;QACnC,gBAAW,GAAG,KAAK,4FAAmB,CAAC;QACvC,UAAK,GAAG,KAAK,sFAAU,CAAC;QAExB,aAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE;YAChC,MAAM,CAAC,IAAI,CAAC,GAAG,iBAAiB,CAAC;gBAC/B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;gBACrC,YAAY,EAAE,CAAC;gBACf,GAAG,IAAI,CAAC,WAAW,EAAE;aACtB,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC,+EAAC,CAAC;KACJ;8GA7BY,iBAAiB;kGAAjB,iBAAiB,q4DATlB;;;;;;;GAOT,4DATS,iBAAiB;;2FAWhB,iBAAiB;kBAd7B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE;;;;;;;GAOT;iBACF"}
@@ -25,21 +25,24 @@ export class StraightEdgeComponent {
25
25
  return path;
26
26
  }, ...(ngDevMode ? [{ debugName: "edgePath" }] : /* istanbul ignore next */ []));
27
27
  }
28
- static { this.ɵfac = function StraightEdgeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StraightEdgeComponent)(); }; }
29
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StraightEdgeComponent, selectors: [["ng-flow-straight-edge"]], inputs: { id: [1, "id"], sourceX: [1, "sourceX"], sourceY: [1, "sourceY"], targetX: [1, "targetX"], targetY: [1, "targetY"], data: [1, "data"], selected: [1, "selected"], markerStart: [1, "markerStart"], markerEnd: [1, "markerEnd"], interactionWidth: [1, "interactionWidth"], label: [1, "label"] }, decls: 1, vars: 4, consts: [[3, "path", "markerStart", "markerEnd", "interactionWidth"]], template: function StraightEdgeComponent_Template(rf, ctx) { if (rf & 1) {
30
- i0.ɵɵelement(0, "ng-flow-base-edge", 0);
31
- } if (rf & 2) {
32
- i0.ɵɵproperty("path", ctx.edgePath())("markerStart", ctx.markerStart())("markerEnd", ctx.markerEnd())("interactionWidth", ctx.interactionWidth() ?? 20);
33
- } }, dependencies: [BaseEdgeComponent], encapsulation: 2, changeDetection: 0 }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StraightEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
29
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: StraightEdgeComponent, isStandalone: true, selector: "ng-flow-straight-edge", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, sourceX: { classPropertyName: "sourceX", publicName: "sourceX", isSignal: true, isRequired: false, transformFunction: null }, sourceY: { classPropertyName: "sourceY", publicName: "sourceY", isSignal: true, isRequired: false, transformFunction: null }, targetX: { classPropertyName: "targetX", publicName: "targetX", isSignal: true, isRequired: false, transformFunction: null }, targetY: { classPropertyName: "targetY", publicName: "targetY", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, markerStart: { classPropertyName: "markerStart", publicName: "markerStart", isSignal: true, isRequired: false, transformFunction: null }, markerEnd: { classPropertyName: "markerEnd", publicName: "markerEnd", isSignal: true, isRequired: false, transformFunction: null }, interactionWidth: { classPropertyName: "interactionWidth", publicName: "interactionWidth", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
30
+ <ng-flow-base-edge
31
+ [path]="edgePath()"
32
+ [markerStart]="markerStart()"
33
+ [markerEnd]="markerEnd()"
34
+ [interactionWidth]="interactionWidth() ?? 20"
35
+ />
36
+ `, isInline: true, dependencies: [{ kind: "component", type: BaseEdgeComponent, selector: "ng-flow-base-edge", inputs: ["path", "markerStart", "markerEnd", "style", "interactionWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
34
37
  }
35
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StraightEdgeComponent, [{
36
- type: Component,
37
- args: [{
38
- selector: 'ng-flow-straight-edge',
39
- standalone: true,
40
- imports: [BaseEdgeComponent],
41
- changeDetection: ChangeDetectionStrategy.OnPush,
42
- template: `
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StraightEdgeComponent, decorators: [{
39
+ type: Component,
40
+ args: [{
41
+ selector: 'ng-flow-straight-edge',
42
+ standalone: true,
43
+ imports: [BaseEdgeComponent],
44
+ changeDetection: ChangeDetectionStrategy.OnPush,
45
+ template: `
43
46
  <ng-flow-base-edge
44
47
  [path]="edgePath()"
45
48
  [markerStart]="markerStart()"
@@ -47,7 +50,6 @@ export class StraightEdgeComponent {
47
50
  [interactionWidth]="interactionWidth() ?? 20"
48
51
  />
49
52
  `,
50
- }]
51
- }], null, { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], sourceX: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceX", required: false }] }], sourceY: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceY", required: false }] }], targetX: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetX", required: false }] }], targetY: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetY", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], markerStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerStart", required: false }] }], markerEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerEnd", required: false }] }], interactionWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactionWidth", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] }); })();
52
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StraightEdgeComponent, { className: "StraightEdgeComponent", filePath: "lib/components/edges/straight-edge.component.ts", lineNumber: 19 }); })();
53
+ }]
54
+ }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], sourceX: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceX", required: false }] }], sourceY: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceY", required: false }] }], targetX: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetX", required: false }] }], targetY: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetY", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "selected", required: false }] }], markerStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerStart", required: false }] }], markerEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "markerEnd", required: false }] }], interactionWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "interactionWidth", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] } });
53
55
  //# sourceMappingURL=straight-edge.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"straight-edge.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/straight-edge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,eAAe,EAAY,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAgB1D,MAAM,OAAO,qBAAqB;IAdlC;QAeW,OAAE,GAAG,KAAK,mFAAU,CAAC;QACrB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,SAAI,GAAG,KAAK,qFAAO,CAAC;QACpB,aAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC,CAAC;QACxB,gBAAW,GAAG,KAAK,4FAAU,CAAC;QAC9B,cAAS,GAAG,KAAK,0FAAU,CAAC;QAC5B,qBAAgB,GAAG,KAAK,iGAAU,CAAC;QACnC,UAAK,GAAG,KAAK,sFAAU,CAAC;QAExB,aAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE;YAChC,MAAM,CAAC,IAAI,CAAC,GAAG,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;aACxB,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC,+EAAC,CAAC;KACJ;sHAtBY,qBAAqB;oEAArB,qBAAqB;YAR9B,uCAKE;;YADA,AADA,AADA,AADA,qCAAmB,kCACU,8BACJ,kDACoB;4BAPvC,iBAAiB;;iFAWhB,qBAAqB;cAdjC,SAAS;eAAC;gBACT,QAAQ,EAAE,uBAAuB;gBACjC,UAAU,EAAE,IAAI;gBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;gBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;gBAC/C,QAAQ,EAAE;;;;;;;GAOT;aACF;;kFACY,qBAAqB"}
1
+ {"version":3,"file":"straight-edge.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/straight-edge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,eAAe,EAAY,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAgB1D,MAAM,OAAO,qBAAqB;IAdlC;QAeW,OAAE,GAAG,KAAK,mFAAU,CAAC;QACrB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,YAAO,GAAG,KAAK,CAAC,CAAC,8EAAC,CAAC;QACnB,SAAI,GAAG,KAAK,qFAAO,CAAC;QACpB,aAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC,CAAC;QACxB,gBAAW,GAAG,KAAK,4FAAU,CAAC;QAC9B,cAAS,GAAG,KAAK,0FAAU,CAAC;QAC5B,qBAAgB,GAAG,KAAK,iGAAU,CAAC;QACnC,UAAK,GAAG,KAAK,sFAAU,CAAC;QAExB,aAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE;YAChC,MAAM,CAAC,IAAI,CAAC,GAAG,eAAe,CAAC;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;aACxB,CAAC,CAAC;YACH,OAAO,IAAI,CAAC;QACd,CAAC,+EAAC,CAAC;KACJ;8GAtBY,qBAAqB;kGAArB,qBAAqB,y9CATtB;;;;;;;GAOT,4DATS,iBAAiB;;2FAWhB,qBAAqB;kBAdjC,SAAS;mBAAC;oBACT,QAAQ,EAAE,uBAAuB;oBACjC,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE;;;;;;;GAOT;iBACF"}
@@ -3,7 +3,6 @@ import { Position, XYHandle } from '@angflow/system';
3
3
  import { FlowStore } from '../../services/flow-store.service';
4
4
  import { NODE_ID } from '../../services/tokens';
5
5
  import * as i0 from "@angular/core";
6
- const _c0 = ["*"];
7
6
  export class HandleComponent {
8
7
  constructor(nodeId) {
9
8
  this.Position = Position;
@@ -113,50 +112,41 @@ export class HandleComponent {
113
112
  store.onConnectEnd?.(event);
114
113
  }
115
114
  }
116
- static { this.ɵfac = function HandleComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HandleComponent)(i0.ɵɵdirectiveInject(NODE_ID, 8)); }; }
117
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HandleComponent, selectors: [["ng-flow-handle"]], hostAttrs: [1, "ng-flow__handle", "xy-flow__handle"], hostVars: 25, hostBindings: function HandleComponent_HostBindings(rf, ctx) { if (rf & 1) {
118
- i0.ɵɵlistener("mousedown", function HandleComponent_mousedown_HostBindingHandler($event) { return ctx.onPointerDown($event); })("click", function HandleComponent_click_HostBindingHandler($event) { return ctx.onClick($event); });
119
- } if (rf & 2) {
120
- i0.ɵɵattribute("data-handleid", ctx.handleId())("data-nodeid", ctx.nodeId)("data-handlepos", ctx.position())("data-id", ctx.dataId())("aria-describedby", ctx.store.rfId() + "-handle-desc");
121
- i0.ɵɵclassProp("xy-flow__handle-top", ctx.position() === ctx.Position.Top)("xy-flow__handle-bottom", ctx.position() === ctx.Position.Bottom)("xy-flow__handle-left", ctx.position() === ctx.Position.Left)("xy-flow__handle-right", ctx.position() === ctx.Position.Right)("source", ctx.type() === "source")("target", ctx.type() === "target")("connectionindicator", true)("connectable", ctx.isConnectable())("connectablestart", ctx.isConnectableStart())("connectableend", ctx.isConnectableEnd());
122
- } }, inputs: { type: [1, "type"], position: [1, "position"], handleId: [1, "id", "handleId"], isConnectable: [1, "isConnectable"], isConnectableStart: [1, "isConnectableStart"], isConnectableEnd: [1, "isConnectableEnd"], isValidConnection: [1, "isValidConnection"] }, outputs: { handleConnect: "onConnect" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function HandleComponent_Template(rf, ctx) { if (rf & 1) {
123
- i0.ɵɵprojectionDef();
124
- i0.ɵɵprojection(0);
125
- } }, encapsulation: 2, changeDetection: 0 }); }
115
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: HandleComponent, deps: [{ token: NODE_ID, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
116
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: HandleComponent, isStandalone: true, selector: "ng-flow-handle", inputs: { type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: true, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, handleId: { classPropertyName: "handleId", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, isConnectable: { classPropertyName: "isConnectable", publicName: "isConnectable", isSignal: true, isRequired: false, transformFunction: null }, isConnectableStart: { classPropertyName: "isConnectableStart", publicName: "isConnectableStart", isSignal: true, isRequired: false, transformFunction: null }, isConnectableEnd: { classPropertyName: "isConnectableEnd", publicName: "isConnectableEnd", isSignal: true, isRequired: false, transformFunction: null }, isValidConnection: { classPropertyName: "isValidConnection", publicName: "isValidConnection", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { handleConnect: "onConnect" }, host: { listeners: { "mousedown": "onPointerDown($event)", "click": "onClick($event)" }, properties: { "class.xy-flow__handle-top": "position() === Position.Top", "class.xy-flow__handle-bottom": "position() === Position.Bottom", "class.xy-flow__handle-left": "position() === Position.Left", "class.xy-flow__handle-right": "position() === Position.Right", "class.source": "type() === \"source\"", "class.target": "type() === \"target\"", "class.connectionindicator": "true", "class.connectable": "isConnectable()", "class.connectablestart": "isConnectableStart()", "class.connectableend": "isConnectableEnd()", "attr.data-handleid": "handleId()", "attr.data-nodeid": "nodeId", "attr.data-handlepos": "position()", "attr.data-id": "dataId()", "attr.aria-describedby": "store.rfId() + \"-handle-desc\"" }, classAttribute: "ng-flow__handle xy-flow__handle" }, ngImport: i0, template: `<ng-content />`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
126
117
  }
127
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HandleComponent, [{
128
- type: Component,
129
- args: [{
130
- selector: 'ng-flow-handle',
131
- standalone: true,
132
- changeDetection: ChangeDetectionStrategy.OnPush,
133
- host: {
134
- 'class': 'ng-flow__handle xy-flow__handle',
135
- '[class.xy-flow__handle-top]': 'position() === Position.Top',
136
- '[class.xy-flow__handle-bottom]': 'position() === Position.Bottom',
137
- '[class.xy-flow__handle-left]': 'position() === Position.Left',
138
- '[class.xy-flow__handle-right]': 'position() === Position.Right',
139
- '[class.source]': 'type() === "source"',
140
- '[class.target]': 'type() === "target"',
141
- '[class.connectionindicator]': 'true',
142
- '[class.connectable]': 'isConnectable()',
143
- '[class.connectablestart]': 'isConnectableStart()',
144
- '[class.connectableend]': 'isConnectableEnd()',
145
- '[attr.data-handleid]': 'handleId()',
146
- '[attr.data-nodeid]': 'nodeId',
147
- '[attr.data-handlepos]': 'position()',
148
- '[attr.data-id]': 'dataId()',
149
- '[attr.aria-describedby]': 'store.rfId() + "-handle-desc"',
150
- '(mousedown)': 'onPointerDown($event)',
151
- '(click)': 'onClick($event)',
152
- },
153
- template: `<ng-content />`,
154
- }]
155
- }], () => [{ type: undefined, decorators: [{
156
- type: Optional
157
- }, {
158
- type: Inject,
159
- args: [NODE_ID]
160
- }] }], { type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: true }] }], position: [{ type: i0.Input, args: [{ isSignal: true, alias: "position", required: false }] }], handleId: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], isConnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectable", required: false }] }], isConnectableStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectableStart", required: false }] }], isConnectableEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectableEnd", required: false }] }], isValidConnection: [{ type: i0.Input, args: [{ isSignal: true, alias: "isValidConnection", required: false }] }], handleConnect: [{ type: i0.Output, args: ["onConnect"] }] }); })();
161
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HandleComponent, { className: "HandleComponent", filePath: "lib/components/handle/handle.component.ts", lineNumber: 44 }); })();
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: HandleComponent, decorators: [{
119
+ type: Component,
120
+ args: [{
121
+ selector: 'ng-flow-handle',
122
+ standalone: true,
123
+ changeDetection: ChangeDetectionStrategy.OnPush,
124
+ host: {
125
+ 'class': 'ng-flow__handle xy-flow__handle',
126
+ '[class.xy-flow__handle-top]': 'position() === Position.Top',
127
+ '[class.xy-flow__handle-bottom]': 'position() === Position.Bottom',
128
+ '[class.xy-flow__handle-left]': 'position() === Position.Left',
129
+ '[class.xy-flow__handle-right]': 'position() === Position.Right',
130
+ '[class.source]': 'type() === "source"',
131
+ '[class.target]': 'type() === "target"',
132
+ '[class.connectionindicator]': 'true',
133
+ '[class.connectable]': 'isConnectable()',
134
+ '[class.connectablestart]': 'isConnectableStart()',
135
+ '[class.connectableend]': 'isConnectableEnd()',
136
+ '[attr.data-handleid]': 'handleId()',
137
+ '[attr.data-nodeid]': 'nodeId',
138
+ '[attr.data-handlepos]': 'position()',
139
+ '[attr.data-id]': 'dataId()',
140
+ '[attr.aria-describedby]': 'store.rfId() + "-handle-desc"',
141
+ '(mousedown)': 'onPointerDown($event)',
142
+ '(click)': 'onClick($event)',
143
+ },
144
+ template: `<ng-content />`,
145
+ }]
146
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
147
+ type: Optional
148
+ }, {
149
+ type: Inject,
150
+ args: [NODE_ID]
151
+ }] }], propDecorators: { type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: true }] }], position: [{ type: i0.Input, args: [{ isSignal: true, alias: "position", required: false }] }], handleId: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], isConnectable: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectable", required: false }] }], isConnectableStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectableStart", required: false }] }], isConnectableEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectableEnd", required: false }] }], isValidConnection: [{ type: i0.Input, args: [{ isSignal: true, alias: "isValidConnection", required: false }] }], handleConnect: [{ type: i0.Output, args: ["onConnect"] }] } });
162
152
  //# sourceMappingURL=handle.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"handle.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/handle/handle.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"handle.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/handle/handle.component.ts"],"names":[],"mappings":"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"}