@angflow/angular 0.0.17 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/README.md +53 -0
  2. package/dist/base.css +18 -0
  3. package/dist/esm/lib/agent/agent-bridge.service.d.ts +6 -2
  4. package/dist/esm/lib/agent/agent-bridge.service.d.ts.map +1 -1
  5. package/dist/esm/lib/agent/agent-bridge.service.js +228 -5
  6. package/dist/esm/lib/agent/agent-bridge.service.js.map +1 -1
  7. package/dist/esm/lib/agent/chat/agent-chat.component.d.ts +20 -0
  8. package/dist/esm/lib/agent/chat/agent-chat.component.d.ts.map +1 -0
  9. package/dist/esm/lib/agent/chat/agent-chat.component.js +174 -0
  10. package/dist/esm/lib/agent/chat/agent-chat.component.js.map +1 -0
  11. package/dist/esm/lib/agent/chat/agent-chat.service.d.ts +43 -0
  12. package/dist/esm/lib/agent/chat/agent-chat.service.d.ts.map +1 -0
  13. package/dist/esm/lib/agent/chat/agent-chat.service.js +226 -0
  14. package/dist/esm/lib/agent/chat/agent-chat.service.js.map +1 -0
  15. package/dist/esm/lib/agent/chat/default-system-prompt.d.ts +6 -0
  16. package/dist/esm/lib/agent/chat/default-system-prompt.d.ts.map +1 -0
  17. package/dist/esm/lib/agent/chat/default-system-prompt.js +14 -0
  18. package/dist/esm/lib/agent/chat/default-system-prompt.js.map +1 -0
  19. package/dist/esm/lib/agent/chat/index.d.ts +7 -0
  20. package/dist/esm/lib/agent/chat/index.d.ts.map +1 -0
  21. package/dist/esm/lib/agent/chat/index.js +5 -0
  22. package/dist/esm/lib/agent/chat/index.js.map +1 -0
  23. package/dist/esm/lib/agent/chat/provide-agent-chat.d.ts +29 -0
  24. package/dist/esm/lib/agent/chat/provide-agent-chat.d.ts.map +1 -0
  25. package/dist/esm/lib/agent/chat/provide-agent-chat.js +40 -0
  26. package/dist/esm/lib/agent/chat/provide-agent-chat.js.map +1 -0
  27. package/dist/esm/lib/agent/chat/types.d.ts +77 -0
  28. package/dist/esm/lib/agent/chat/types.d.ts.map +1 -0
  29. package/dist/esm/lib/agent/chat/types.js +9 -0
  30. package/dist/esm/lib/agent/chat/types.js.map +1 -0
  31. package/dist/esm/lib/agent/index.d.ts +1 -0
  32. package/dist/esm/lib/agent/index.d.ts.map +1 -1
  33. package/dist/esm/lib/agent/index.js +1 -0
  34. package/dist/esm/lib/agent/index.js.map +1 -1
  35. package/dist/esm/lib/agent/provide-agent-bridge.d.ts +8 -0
  36. package/dist/esm/lib/agent/provide-agent-bridge.d.ts.map +1 -1
  37. package/dist/esm/lib/agent/provide-agent-bridge.js +2 -1
  38. package/dist/esm/lib/agent/provide-agent-bridge.js.map +1 -1
  39. package/dist/esm/lib/agent/tool-schemas.d.ts.map +1 -1
  40. package/dist/esm/lib/agent/tool-schemas.js +138 -0
  41. package/dist/esm/lib/agent/tool-schemas.js.map +1 -1
  42. package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js +3 -3
  43. package/dist/esm/lib/components/a11y-descriptions/a11y-descriptions.component.js.map +1 -1
  44. package/dist/esm/lib/components/attribution/attribution.component.js +3 -3
  45. package/dist/esm/lib/components/attribution/attribution.component.js.map +1 -1
  46. package/dist/esm/lib/components/background/background.component.js +3 -3
  47. package/dist/esm/lib/components/background/background.component.js.map +1 -1
  48. package/dist/esm/lib/components/connection-line/connection-line.component.js +3 -3
  49. package/dist/esm/lib/components/connection-line/connection-line.component.js.map +1 -1
  50. package/dist/esm/lib/components/controls/controls.component.js +3 -3
  51. package/dist/esm/lib/components/controls/controls.component.js.map +1 -1
  52. package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js +3 -3
  53. package/dist/esm/lib/components/edge-label-renderer/edge-label-renderer.component.js.map +1 -1
  54. package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.d.ts +2 -2
  55. package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js +3 -3
  56. package/dist/esm/lib/components/edge-toolbar/edge-toolbar.component.js.map +1 -1
  57. package/dist/esm/lib/components/edges/base-edge.component.js +3 -3
  58. package/dist/esm/lib/components/edges/base-edge.component.js.map +1 -1
  59. package/dist/esm/lib/components/edges/bezier-edge.component.js +3 -3
  60. package/dist/esm/lib/components/edges/bezier-edge.component.js.map +1 -1
  61. package/dist/esm/lib/components/edges/edge-text.component.js +3 -3
  62. package/dist/esm/lib/components/edges/edge-text.component.js.map +1 -1
  63. package/dist/esm/lib/components/edges/simple-bezier-edge.component.js +3 -3
  64. package/dist/esm/lib/components/edges/simple-bezier-edge.component.js.map +1 -1
  65. package/dist/esm/lib/components/edges/smooth-step-edge.component.js +3 -3
  66. package/dist/esm/lib/components/edges/smooth-step-edge.component.js.map +1 -1
  67. package/dist/esm/lib/components/edges/step-edge.component.js +3 -3
  68. package/dist/esm/lib/components/edges/step-edge.component.js.map +1 -1
  69. package/dist/esm/lib/components/edges/straight-edge.component.js +3 -3
  70. package/dist/esm/lib/components/edges/straight-edge.component.js.map +1 -1
  71. package/dist/esm/lib/components/handle/handle.component.js +3 -3
  72. package/dist/esm/lib/components/handle/handle.component.js.map +1 -1
  73. package/dist/esm/lib/components/handle-group/handle-group.component.d.ts +1 -1
  74. package/dist/esm/lib/components/handle-group/handle-group.component.js +3 -3
  75. package/dist/esm/lib/components/handle-group/handle-group.component.js.map +1 -1
  76. package/dist/esm/lib/components/handle-group/handle-row.component.js +3 -3
  77. package/dist/esm/lib/components/handle-group/handle-row.component.js.map +1 -1
  78. package/dist/esm/lib/components/minimap/minimap.component.d.ts +17 -8
  79. package/dist/esm/lib/components/minimap/minimap.component.d.ts.map +1 -1
  80. package/dist/esm/lib/components/minimap/minimap.component.js +63 -39
  81. package/dist/esm/lib/components/minimap/minimap.component.js.map +1 -1
  82. package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js +3 -3
  83. package/dist/esm/lib/components/ng-flow-provider/ng-flow-provider.component.js.map +1 -1
  84. package/dist/esm/lib/components/node-resizer/node-resizer.component.js +3 -3
  85. package/dist/esm/lib/components/node-resizer/node-resizer.component.js.map +1 -1
  86. package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js +3 -3
  87. package/dist/esm/lib/components/node-toolbar/node-toolbar.component.js.map +1 -1
  88. package/dist/esm/lib/components/nodes/default-node.component.js +3 -3
  89. package/dist/esm/lib/components/nodes/default-node.component.js.map +1 -1
  90. package/dist/esm/lib/components/nodes/group-node.component.js +3 -3
  91. package/dist/esm/lib/components/nodes/group-node.component.js.map +1 -1
  92. package/dist/esm/lib/components/nodes/input-node.component.js +3 -3
  93. package/dist/esm/lib/components/nodes/input-node.component.js.map +1 -1
  94. package/dist/esm/lib/components/nodes/output-node.component.js +3 -3
  95. package/dist/esm/lib/components/nodes/output-node.component.js.map +1 -1
  96. package/dist/esm/lib/components/nodes/template-node.component.d.ts +48 -0
  97. package/dist/esm/lib/components/nodes/template-node.component.d.ts.map +1 -0
  98. package/dist/esm/lib/components/nodes/template-node.component.js +209 -0
  99. package/dist/esm/lib/components/nodes/template-node.component.js.map +1 -0
  100. package/dist/esm/lib/components/panel/panel.component.js +3 -3
  101. package/dist/esm/lib/components/panel/panel.component.js.map +1 -1
  102. package/dist/esm/lib/components/selection-box/selection-box.component.js +3 -3
  103. package/dist/esm/lib/components/selection-box/selection-box.component.js.map +1 -1
  104. package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js +3 -3
  105. package/dist/esm/lib/components/viewport-portal/viewport-portal.component.js.map +1 -1
  106. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.d.ts.map +1 -1
  107. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js +9 -5
  108. package/dist/esm/lib/container/edge-renderer/edge-renderer.component.js.map +1 -1
  109. package/dist/esm/lib/container/ng-flow/ng-flow.component.d.ts +19 -1
  110. package/dist/esm/lib/container/ng-flow/ng-flow.component.d.ts.map +1 -1
  111. package/dist/esm/lib/container/ng-flow/ng-flow.component.js +28 -4
  112. package/dist/esm/lib/container/ng-flow/ng-flow.component.js.map +1 -1
  113. package/dist/esm/lib/container/node-renderer/node-renderer.component.d.ts +5 -0
  114. package/dist/esm/lib/container/node-renderer/node-renderer.component.d.ts.map +1 -1
  115. package/dist/esm/lib/container/node-renderer/node-renderer.component.js +71 -7
  116. package/dist/esm/lib/container/node-renderer/node-renderer.component.js.map +1 -1
  117. package/dist/esm/lib/container/pane/pane.component.js +3 -3
  118. package/dist/esm/lib/container/pane/pane.component.js.map +1 -1
  119. package/dist/esm/lib/container/viewport/viewport.component.js +3 -3
  120. package/dist/esm/lib/container/viewport/viewport.component.js.map +1 -1
  121. package/dist/esm/lib/directives/drag.directive.js +3 -3
  122. package/dist/esm/lib/directives/drag.directive.js.map +1 -1
  123. package/dist/esm/lib/directives/drop-zone.directive.js +3 -3
  124. package/dist/esm/lib/directives/drop-zone.directive.js.map +1 -1
  125. package/dist/esm/lib/directives/key-handler.directive.js +3 -3
  126. package/dist/esm/lib/directives/key-handler.directive.js.map +1 -1
  127. package/dist/esm/lib/directives/node-type.directive.js +3 -3
  128. package/dist/esm/lib/directives/node-type.directive.js.map +1 -1
  129. package/dist/esm/lib/layout/dagre-layout.d.ts +12 -0
  130. package/dist/esm/lib/layout/dagre-layout.d.ts.map +1 -0
  131. package/dist/esm/lib/layout/dagre-layout.js +13 -0
  132. package/dist/esm/lib/layout/dagre-layout.js.map +1 -0
  133. package/dist/esm/lib/layout/index.d.ts +4 -0
  134. package/dist/esm/lib/layout/index.d.ts.map +1 -0
  135. package/dist/esm/lib/layout/index.js +3 -0
  136. package/dist/esm/lib/layout/index.js.map +1 -0
  137. package/dist/esm/lib/layout/layout-nodes.d.ts +47 -0
  138. package/dist/esm/lib/layout/layout-nodes.d.ts.map +1 -0
  139. package/dist/esm/lib/layout/layout-nodes.js +49 -0
  140. package/dist/esm/lib/layout/layout-nodes.js.map +1 -0
  141. package/dist/esm/lib/public-api.d.ts +2 -1
  142. package/dist/esm/lib/public-api.d.ts.map +1 -1
  143. package/dist/esm/lib/public-api.js +4 -1
  144. package/dist/esm/lib/public-api.js.map +1 -1
  145. package/dist/esm/lib/services/flow-store.service.d.ts +52 -2
  146. package/dist/esm/lib/services/flow-store.service.d.ts.map +1 -1
  147. package/dist/esm/lib/services/flow-store.service.js +145 -3
  148. package/dist/esm/lib/services/flow-store.service.js.map +1 -1
  149. package/dist/esm/lib/services/ng-flow.service.d.ts +81 -0
  150. package/dist/esm/lib/services/ng-flow.service.d.ts.map +1 -1
  151. package/dist/esm/lib/services/ng-flow.service.js +127 -3
  152. package/dist/esm/lib/services/ng-flow.service.js.map +1 -1
  153. package/dist/esm/lib/types/index.d.ts +1 -0
  154. package/dist/esm/lib/types/index.d.ts.map +1 -1
  155. package/dist/esm/lib/types/index.js +1 -0
  156. package/dist/esm/lib/types/index.js.map +1 -1
  157. package/dist/esm/lib/types/node-template.d.ts +77 -0
  158. package/dist/esm/lib/types/node-template.d.ts.map +1 -0
  159. package/dist/esm/lib/types/node-template.js +10 -0
  160. package/dist/esm/lib/types/node-template.js.map +1 -0
  161. package/dist/esm/lib/utils/position-tween.d.ts +19 -0
  162. package/dist/esm/lib/utils/position-tween.d.ts.map +1 -0
  163. package/dist/esm/lib/utils/position-tween.js +25 -0
  164. package/dist/esm/lib/utils/position-tween.js.map +1 -0
  165. package/dist/esm/lib/utils/template-interpolation.d.ts +16 -0
  166. package/dist/esm/lib/utils/template-interpolation.d.ts.map +1 -0
  167. package/dist/esm/lib/utils/template-interpolation.js +51 -0
  168. package/dist/esm/lib/utils/template-interpolation.js.map +1 -0
  169. package/dist/style.css +18 -0
  170. package/package.json +78 -66
@@ -12,8 +12,8 @@ export class EdgeTextComponent {
12
12
  this.width = input(40, ...(ngDevMode ? [{ debugName: "width" }] : /* istanbul ignore next */ []));
13
13
  this.height = input(20, ...(ngDevMode ? [{ debugName: "height" }] : /* istanbul ignore next */ []));
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: EdgeTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: EdgeTextComponent, isStandalone: true, selector: "ng-flow-edge-text", inputs: { x: { classPropertyName: "x", publicName: "x", isSignal: true, isRequired: false, transformFunction: null }, y: { classPropertyName: "y", publicName: "y", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: EdgeTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", type: EdgeTextComponent, isStandalone: true, selector: "ng-flow-edge-text", inputs: { x: { classPropertyName: "x", publicName: "x", isSignal: true, isRequired: false, transformFunction: null }, y: { classPropertyName: "y", publicName: "y", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
17
17
  <foreignObject
18
18
  [attr.width]="width()"
19
19
  [attr.height]="height()"
@@ -28,7 +28,7 @@ export class EdgeTextComponent {
28
28
  </foreignObject>
29
29
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: EdgeTextComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: EdgeTextComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{
34
34
  selector: 'ng-flow-edge-text',
@@ -1 +1 @@
1
- {"version":3,"file":"edge-text.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/edge-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;;AAE1E;;;GAGG;AAoBH,MAAM,OAAO,iBAAiB;IAnB9B;QAoBW,MAAC,GAAG,KAAK,CAAC,CAAC,wEAAC,CAAC;QACb,MAAC,GAAG,KAAK,CAAC,CAAC,wEAAC,CAAC;QACb,UAAK,GAAG,KAAK,sFAAU,CAAC;QACxB,UAAK,GAAG,KAAK,CAAC,EAAE,4EAAC,CAAC;QAClB,WAAM,GAAG,KAAK,CAAC,EAAE,6EAAC,CAAC;KAC7B;8GANY,iBAAiB;kGAAjB,iBAAiB,4pBAflB;;;;;;;;;;;;;GAaT;;2FAEU,iBAAiB;kBAnB7B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,UAAU,EAAE,IAAI;oBAChB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE;;;;;;;;;;;;;GAaT;iBACF"}
1
+ {"version":3,"file":"edge-text.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/edges/edge-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;;AAE1E;;;GAGG;AAoBH,MAAM,OAAO,iBAAiB;IAnB9B;QAoBW,MAAC,GAAG,KAAK,CAAC,CAAC,wEAAC,CAAC;QACb,MAAC,GAAG,KAAK,CAAC,CAAC,wEAAC,CAAC;QACb,UAAK,GAAG,KAAK,sFAAU,CAAC;QACxB,UAAK,GAAG,KAAK,CAAC,EAAE,4EAAC,CAAC;QAClB,WAAM,GAAG,KAAK,CAAC,EAAE,6EAAC,CAAC;KAC7B;+GANY,iBAAiB;mGAAjB,iBAAiB,4pBAflB;;;;;;;;;;;;;GAaT;;4FAEU,iBAAiB;kBAnB7B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,UAAU,EAAE,IAAI;oBAChB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE;;;;;;;;;;;;;GAaT;iBACF"}
@@ -35,8 +35,8 @@ export class SimpleBezierEdgeComponent {
35
35
  return path;
36
36
  }, ...(ngDevMode ? [{ debugName: "edgePath" }] : /* istanbul ignore next */ []));
37
37
  }
38
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SimpleBezierEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
39
- 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 }, sourceHandle: { classPropertyName: "sourceHandle", publicName: "sourceHandle", isSignal: true, isRequired: false, transformFunction: null }, targetHandle: { classPropertyName: "targetHandle", publicName: "targetHandle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
38
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: SimpleBezierEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
39
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", 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 }, sourceHandle: { classPropertyName: "sourceHandle", publicName: "sourceHandle", isSignal: true, isRequired: false, transformFunction: null }, targetHandle: { classPropertyName: "targetHandle", publicName: "targetHandle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
40
40
  <ng-flow-base-edge
41
41
  [path]="edgePath()"
42
42
  [markerStart]="markerStart()"
@@ -45,7 +45,7 @@ export class SimpleBezierEdgeComponent {
45
45
  />
46
46
  `, isInline: true, dependencies: [{ kind: "component", type: BaseEdgeComponent, selector: "ng-flow-base-edge", inputs: ["path", "markerStart", "markerEnd", "style", "interactionWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SimpleBezierEdgeComponent, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: SimpleBezierEdgeComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'ng-flow-simple-bezier-edge',
@@ -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;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D;;;GAGG;AAeH,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;QACxB,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAC1C,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAE1C,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;8GA5BY,yBAAyB;kGAAzB,yBAAyB,8hEAT1B;;;;;;;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"}
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;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D;;;GAGG;AAeH,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;QACxB,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAC1C,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAE1C,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;+GA5BY,yBAAyB;mGAAzB,yBAAyB,8hEAT1B;;;;;;;GAOT,4DATS,iBAAiB;;4FAWhB,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"}
@@ -34,8 +34,8 @@ export class SmoothStepEdgeComponent {
34
34
  return path;
35
35
  }, ...(ngDevMode ? [{ debugName: "edgePath" }] : /* istanbul ignore next */ []));
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SmoothStepEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
38
- 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 }, sourceHandle: { classPropertyName: "sourceHandle", publicName: "sourceHandle", isSignal: true, isRequired: false, transformFunction: null }, targetHandle: { classPropertyName: "targetHandle", publicName: "targetHandle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: SmoothStepEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
38
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", 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 }, sourceHandle: { classPropertyName: "sourceHandle", publicName: "sourceHandle", isSignal: true, isRequired: false, transformFunction: null }, targetHandle: { classPropertyName: "targetHandle", publicName: "targetHandle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
39
39
  <ng-flow-base-edge
40
40
  [path]="edgePath()"
41
41
  [markerStart]="markerStart()"
@@ -44,7 +44,7 @@ export class SmoothStepEdgeComponent {
44
44
  />
45
45
  `, isInline: true, dependencies: [{ kind: "component", type: BaseEdgeComponent, selector: "ng-flow-base-edge", inputs: ["path", "markerStart", "markerEnd", "style", "interactionWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SmoothStepEdgeComponent, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: SmoothStepEdgeComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{
50
50
  selector: 'ng-flow-smooth-step-edge',
@@ -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,EAA2C,MAAM,iBAAiB,CAAC;AACvG,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D,sEAAsE;AAetE,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;QACxB,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAC1C,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAE1C,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;8GA9BY,uBAAuB;kGAAvB,uBAAuB,sqEATxB;;;;;;;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"}
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,EAA2C,MAAM,iBAAiB,CAAC;AACvG,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D,sEAAsE;AAetE,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;QACxB,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAC1C,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAE1C,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;+GA9BY,uBAAuB;mGAAvB,uBAAuB,sqEATxB;;;;;;;GAOT,4DATS,iBAAiB;;4FAWhB,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"}
@@ -35,8 +35,8 @@ export class StepEdgeComponent {
35
35
  return path;
36
36
  }, ...(ngDevMode ? [{ debugName: "edgePath" }] : /* istanbul ignore next */ []));
37
37
  }
38
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StepEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
39
- 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 }, sourceHandle: { classPropertyName: "sourceHandle", publicName: "sourceHandle", isSignal: true, isRequired: false, transformFunction: null }, targetHandle: { classPropertyName: "targetHandle", publicName: "targetHandle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
38
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: StepEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
39
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", 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 }, sourceHandle: { classPropertyName: "sourceHandle", publicName: "sourceHandle", isSignal: true, isRequired: false, transformFunction: null }, targetHandle: { classPropertyName: "targetHandle", publicName: "targetHandle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
40
40
  <ng-flow-base-edge
41
41
  [path]="edgePath()"
42
42
  [markerStart]="markerStart()"
@@ -45,7 +45,7 @@ export class StepEdgeComponent {
45
45
  />
46
46
  `, isInline: true, dependencies: [{ kind: "component", type: BaseEdgeComponent, selector: "ng-flow-base-edge", inputs: ["path", "markerStart", "markerEnd", "style", "interactionWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StepEdgeComponent, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: StepEdgeComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'ng-flow-step-edge',
@@ -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,EAAqC,MAAM,iBAAiB,CAAC;AACjG,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D,oEAAoE;AAepE,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;QACxB,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAC1C,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAE1C,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;8GA/BY,iBAAiB;kGAAjB,iBAAiB,+pEATlB;;;;;;;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"}
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,EAAqC,MAAM,iBAAiB,CAAC;AACjG,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D,oEAAoE;AAepE,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;QACxB,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAC1C,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAE1C,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;+GA/BY,iBAAiB;mGAAjB,iBAAiB,+pEATlB;;;;;;;GAOT,4DATS,iBAAiB;;4FAWhB,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"}
@@ -28,8 +28,8 @@ export class StraightEdgeComponent {
28
28
  return path;
29
29
  }, ...(ngDevMode ? [{ debugName: "edgePath" }] : /* istanbul ignore next */ []));
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StraightEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
- 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 }, sourceHandle: { classPropertyName: "sourceHandle", publicName: "sourceHandle", isSignal: true, isRequired: false, transformFunction: null }, targetHandle: { classPropertyName: "targetHandle", publicName: "targetHandle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: StraightEdgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", 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 }, sourceHandle: { classPropertyName: "sourceHandle", publicName: "sourceHandle", isSignal: true, isRequired: false, transformFunction: null }, targetHandle: { classPropertyName: "targetHandle", publicName: "targetHandle", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
33
33
  <ng-flow-base-edge
34
34
  [path]="edgePath()"
35
35
  [markerStart]="markerStart()"
@@ -38,7 +38,7 @@ export class StraightEdgeComponent {
38
38
  />
39
39
  `, isInline: true, dependencies: [{ kind: "component", type: BaseEdgeComponent, selector: "ng-flow-base-edge", inputs: ["path", "markerStart", "markerEnd", "style", "interactionWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: StraightEdgeComponent, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: StraightEdgeComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{
44
44
  selector: 'ng-flow-straight-edge',
@@ -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,EAAyB,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D,kEAAkE;AAelE,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;QACxB,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAC1C,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAE1C,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;8GAxBY,qBAAqB;kGAArB,qBAAqB,mvDATtB;;;;;;;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"}
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,EAAyB,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D,kEAAkE;AAelE,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;QACxB,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAC1C,iBAAY,GAAG,KAAK,CAAgB,IAAI,mFAAC,CAAC;QAE1C,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;+GAxBY,qBAAqB;mGAArB,qBAAqB,mvDATtB;;;;;;;GAOT,4DATS,iBAAiB;;4FAWhB,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"}
@@ -162,10 +162,10 @@ export class HandleComponent {
162
162
  store.onConnectEnd?.(event);
163
163
  }
164
164
  }
165
- 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 }); }
166
- 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 }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, floating: { classPropertyName: "floating", publicName: "floating", 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-floating": "floating() ? \"\" : null", "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 }); }
165
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: HandleComponent, deps: [{ token: NODE_ID, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
166
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", 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 }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, floating: { classPropertyName: "floating", publicName: "floating", 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-floating": "floating() ? \"\" : null", "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 }); }
167
167
  }
168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: HandleComponent, decorators: [{
168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: HandleComponent, decorators: [{
169
169
  type: Component,
170
170
  args: [{
171
171
  selector: 'ng-flow-handle',
@@ -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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"}
@@ -19,7 +19,7 @@ import * as i0 from "@angular/core";
19
19
  * ```
20
20
  */
21
21
  export declare class AfHandleGroupComponent {
22
- readonly position: import("@angular/core").InputSignal<"left" | "right">;
22
+ readonly position: import("@angular/core").InputSignal<"right" | "left">;
23
23
  readonly gap: import("@angular/core").InputSignal<number>;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AfHandleGroupComponent, never>;
25
25
  static ɵcmp: i0.ɵɵComponentDeclaration<AfHandleGroupComponent, "af-handle-group", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
@@ -24,10 +24,10 @@ export class AfHandleGroupComponent {
24
24
  this.position = input('left', ...(ngDevMode ? [{ debugName: "position" }] : /* istanbul ignore next */ []));
25
25
  this.gap = input(8, ...(ngDevMode ? [{ debugName: "gap" }] : /* istanbul ignore next */ []));
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AfHandleGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.6", type: AfHandleGroupComponent, isStandalone: true, selector: "af-handle-group", inputs: { position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, gap: { classPropertyName: "gap", publicName: "gap", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.af-handle-group--left": "position() === \"left\"", "class.af-handle-group--right": "position() === \"right\"", "style.gap.px": "gap()" }, classAttribute: "af-handle-group" }, ngImport: i0, template: `<ng-content />`, isInline: true, styles: ["\n :host {\n display: flex;\n flex-direction: column;\n justify-content: center;\n position: absolute;\n top: 0;\n bottom: 0;\n pointer-events: none;\n }\n :host.af-handle-group--left { left: 0; align-items: flex-start; }\n :host.af-handle-group--right { right: 0; align-items: flex-end; }\n :host ::ng-deep > * { pointer-events: auto; }\n "], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: AfHandleGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", type: AfHandleGroupComponent, isStandalone: true, selector: "af-handle-group", inputs: { position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, gap: { classPropertyName: "gap", publicName: "gap", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.af-handle-group--left": "position() === \"left\"", "class.af-handle-group--right": "position() === \"right\"", "style.gap.px": "gap()" }, classAttribute: "af-handle-group" }, ngImport: i0, template: `<ng-content />`, isInline: true, styles: ["\n :host {\n display: flex;\n flex-direction: column;\n justify-content: center;\n position: absolute;\n top: 0;\n bottom: 0;\n pointer-events: none;\n }\n :host.af-handle-group--left { left: 0; align-items: flex-start; }\n :host.af-handle-group--right { right: 0; align-items: flex-end; }\n :host ::ng-deep > * { pointer-events: auto; }\n "], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AfHandleGroupComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: AfHandleGroupComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: 'af-handle-group', changeDetection: ChangeDetectionStrategy.OnPush, host: {
33
33
  class: 'af-handle-group',
@@ -1 +1 @@
1
- {"version":3,"file":"handle-group.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/handle-group/handle-group.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;;AAE1E;;;;;;;;;;;;;;;;;;GAkBG;AA0BH,MAAM,OAAO,sBAAsB;IAzBnC;QA0BW,aAAQ,GAAG,KAAK,CAAmB,MAAM,+EAAC,CAAC;QAC3C,QAAG,GAAG,KAAK,CAAS,CAAC,0EAAC,CAAC;KACjC;8GAHY,sBAAsB;kGAAtB,sBAAsB,shBAhBvB,gBAAgB;;2FAgBf,sBAAsB;kBAzBlC,SAAS;+BACE,iBAAiB,mBACV,uBAAuB,CAAC,MAAM,QACzC;wBACJ,KAAK,EAAE,iBAAiB;wBACxB,+BAA+B,EAAE,uBAAuB;wBACxD,gCAAgC,EAAE,wBAAwB;wBAC1D,gBAAgB,EAAE,OAAO;qBAC1B,YACS,gBAAgB"}
1
+ {"version":3,"file":"handle-group.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/handle-group/handle-group.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;;AAE1E;;;;;;;;;;;;;;;;;;GAkBG;AA0BH,MAAM,OAAO,sBAAsB;IAzBnC;QA0BW,aAAQ,GAAG,KAAK,CAAmB,MAAM,+EAAC,CAAC;QAC3C,QAAG,GAAG,KAAK,CAAS,CAAC,0EAAC,CAAC;KACjC;+GAHY,sBAAsB;mGAAtB,sBAAsB,shBAhBvB,gBAAgB;;4FAgBf,sBAAsB;kBAzBlC,SAAS;+BACE,iBAAiB,mBACV,uBAAuB,CAAC,MAAM,QACzC;wBACJ,KAAK,EAAE,iBAAiB;wBACxB,+BAA+B,EAAE,uBAAuB;wBACxD,gCAAgC,EAAE,wBAAwB;wBAC1D,gBAAgB,EAAE,OAAO;qBAC1B,YACS,gBAAgB"}
@@ -13,8 +13,8 @@ export class AfHandleRowComponent {
13
13
  constructor() {
14
14
  this.label = input('', ...(ngDevMode ? [{ debugName: "label" }] : /* istanbul ignore next */ []));
15
15
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AfHandleRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: AfHandleRowComponent, isStandalone: true, selector: "af-handle-row", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "af-handle-row" }, ngImport: i0, template: `
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: AfHandleRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: AfHandleRowComponent, isStandalone: true, selector: "af-handle-row", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "af-handle-row" }, ngImport: i0, template: `
18
18
  <ng-content select="ng-flow-handle" />
19
19
  @if (label()) {
20
20
  <span class="af-handle-row__label">{{ label() }}</span>
@@ -22,7 +22,7 @@ export class AfHandleRowComponent {
22
22
  <ng-content />
23
23
  `, isInline: true, styles: ["\n :host {\n display: flex;\n align-items: center;\n gap: 6px;\n padding: 2px 8px;\n position: relative;\n min-height: 16px;\n }\n .af-handle-row__label {\n font-size: 0.75rem;\n color: var(--text-secondary, #666);\n }\n "], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: AfHandleRowComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: AfHandleRowComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{ selector: 'af-handle-row', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'af-handle-row' }, template: `
28
28
  <ng-content select="ng-flow-handle" />
@@ -1 +1 @@
1
- {"version":3,"file":"handle-row.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/handle-group/handle-row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;;AAE1E;;;;;;;;GAQG;AA2BH,MAAM,OAAO,oBAAoB;IA1BjC;QA2BW,UAAK,GAAG,KAAK,CAAS,EAAE,4EAAC,CAAC;KACpC;8GAFY,oBAAoB;kGAApB,oBAAoB,wPAtBrB;;;;;;GAMT;;2FAgBU,oBAAoB;kBA1BhC,SAAS;+BACE,eAAe,mBACR,uBAAuB,CAAC,MAAM,QACzC,EAAE,KAAK,EAAE,eAAe,EAAE,YACtB;;;;;;GAMT"}
1
+ {"version":3,"file":"handle-row.component.js","sourceRoot":"","sources":["../../../../../src/lib/components/handle-group/handle-row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;;AAE1E;;;;;;;;GAQG;AA2BH,MAAM,OAAO,oBAAoB;IA1BjC;QA2BW,UAAK,GAAG,KAAK,CAAS,EAAE,4EAAC,CAAC;KACpC;+GAFY,oBAAoB;mGAApB,oBAAoB,wPAtBrB;;;;;;GAMT;;4FAgBU,oBAAoB;kBA1BhC,SAAS;+BACE,eAAe,mBACR,uBAAuB,CAAC,MAAM,QACzC,EAAE,KAAK,EAAE,eAAe,EAAE,YACtB;;;;;;GAMT"}
@@ -34,10 +34,16 @@ export declare class MiniMapComponent implements AfterViewInit, OnDestroy {
34
34
  readonly zoomStep: import("@angular/core").InputSignal<number>;
35
35
  /** Invert the pan direction when dragging on the minimap. */
36
36
  readonly inversePan: import("@angular/core").InputSignal<boolean>;
37
- /** Node fill color, or function mapping node → color. */
38
- readonly nodeColor: import("@angular/core").InputSignal<string | GetMiniMapNodeAttribute<Node>>;
39
- /** Node stroke color, or function mapping node → color. */
40
- readonly nodeStrokeColor: import("@angular/core").InputSignal<string | GetMiniMapNodeAttribute<Node>>;
37
+ /**
38
+ * Node fill color, or function mapping node → color. Unset → falls back to
39
+ * the `--xy-minimap-node-background-color` theme variable via the stylesheet.
40
+ */
41
+ readonly nodeColor: import("@angular/core").InputSignal<string | GetMiniMapNodeAttribute<Node> | undefined>;
42
+ /**
43
+ * Node stroke color, or function mapping node → color. Unset → falls back to
44
+ * the `--xy-minimap-node-stroke-color` theme variable via the stylesheet.
45
+ */
46
+ readonly nodeStrokeColor: import("@angular/core").InputSignal<string | GetMiniMapNodeAttribute<Node> | undefined>;
41
47
  /** Node CSS class, or function mapping node → class. */
42
48
  readonly nodeClassName: import("@angular/core").InputSignal<string | GetMiniMapNodeAttribute<Node>>;
43
49
  /** Corner radius (rx) for node rects. */
@@ -48,8 +54,11 @@ export declare class MiniMapComponent implements AfterViewInit, OnDestroy {
48
54
  readonly nodeComponent: import("@angular/core").InputSignal<Type<unknown> | null>;
49
55
  /** Background fill behind the nodes. Defaults to `#f0f0f0`. */
50
56
  readonly bgColor: import("@angular/core").InputSignal<string | undefined>;
51
- /** Overlay fill for the area outside the current viewport. */
52
- readonly maskColor: import("@angular/core").InputSignal<string>;
57
+ /**
58
+ * Overlay fill for the area outside the current viewport. Unset → falls back
59
+ * to the `--xy-minimap-mask-background-color` theme variable via the stylesheet.
60
+ */
61
+ readonly maskColor: import("@angular/core").InputSignal<string | undefined>;
53
62
  /** Stroke color of the viewport rectangle. */
54
63
  readonly maskStrokeColor: import("@angular/core").InputSignal<string | undefined>;
55
64
  /** Stroke width of the viewport rectangle (scaled by view scale). */
@@ -103,10 +112,10 @@ export declare class MiniMapComponent implements AfterViewInit, OnDestroy {
103
112
  readonly maskPath: import("@angular/core").Signal<string>;
104
113
  getNodeColor(node: {
105
114
  _userNode?: Node;
106
- }): string;
115
+ }): string | undefined;
107
116
  getNodeStrokeColor(node: {
108
117
  _userNode?: Node;
109
- }): string;
118
+ }): string | undefined;
110
119
  getNodeClassName(node: {
111
120
  _userNode?: Node;
112
121
  }): string;
@@ -1 +1 @@
1
- {"version":3,"file":"minimap.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/minimap/minimap.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"minimap.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/minimap/minimap.component.ts"],"names":[],"mappings":"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"}
@@ -30,10 +30,16 @@ export class MiniMapComponent {
30
30
  this.zoomStep = input(10, ...(ngDevMode ? [{ debugName: "zoomStep" }] : /* istanbul ignore next */ []));
31
31
  /** Invert the pan direction when dragging on the minimap. */
32
32
  this.inversePan = input(false, ...(ngDevMode ? [{ debugName: "inversePan" }] : /* istanbul ignore next */ []));
33
- /** Node fill color, or function mapping node → color. */
34
- this.nodeColor = input('#e2e2e2', ...(ngDevMode ? [{ debugName: "nodeColor" }] : /* istanbul ignore next */ []));
35
- /** Node stroke color, or function mapping node → color. */
36
- this.nodeStrokeColor = input('transparent', ...(ngDevMode ? [{ debugName: "nodeStrokeColor" }] : /* istanbul ignore next */ []));
33
+ /**
34
+ * Node fill color, or function mapping node color. Unset falls back to
35
+ * the `--xy-minimap-node-background-color` theme variable via the stylesheet.
36
+ */
37
+ this.nodeColor = input(...(ngDevMode ? [undefined, { debugName: "nodeColor" }] : /* istanbul ignore next */ []));
38
+ /**
39
+ * Node stroke color, or function mapping node → color. Unset → falls back to
40
+ * the `--xy-minimap-node-stroke-color` theme variable via the stylesheet.
41
+ */
42
+ this.nodeStrokeColor = input(...(ngDevMode ? [undefined, { debugName: "nodeStrokeColor" }] : /* istanbul ignore next */ []));
37
43
  /** Node CSS class, or function mapping node → class. */
38
44
  this.nodeClassName = input('', ...(ngDevMode ? [{ debugName: "nodeClassName" }] : /* istanbul ignore next */ []));
39
45
  /** Corner radius (rx) for node rects. */
@@ -44,8 +50,11 @@ export class MiniMapComponent {
44
50
  this.nodeComponent = input(null, ...(ngDevMode ? [{ debugName: "nodeComponent" }] : /* istanbul ignore next */ []));
45
51
  /** Background fill behind the nodes. Defaults to `#f0f0f0`. */
46
52
  this.bgColor = input(...(ngDevMode ? [undefined, { debugName: "bgColor" }] : /* istanbul ignore next */ []));
47
- /** Overlay fill for the area outside the current viewport. */
48
- this.maskColor = input('rgba(240, 240, 240, 0.6)', ...(ngDevMode ? [{ debugName: "maskColor" }] : /* istanbul ignore next */ []));
53
+ /**
54
+ * Overlay fill for the area outside the current viewport. Unset falls back
55
+ * to the `--xy-minimap-mask-background-color` theme variable via the stylesheet.
56
+ */
57
+ this.maskColor = input(...(ngDevMode ? [undefined, { debugName: "maskColor" }] : /* istanbul ignore next */ []));
49
58
  /** Stroke color of the viewport rectangle. */
50
59
  this.maskStrokeColor = input(...(ngDevMode ? [undefined, { debugName: "maskStrokeColor" }] : /* istanbul ignore next */ []));
51
60
  /** Stroke width of the viewport rectangle (scaled by view scale). */
@@ -152,19 +161,22 @@ export class MiniMapComponent {
152
161
  `M${m.x},${m.y}h${m.width}v${m.height}h${-m.width}z`);
153
162
  }, ...(ngDevMode ? [{ debugName: "maskPath" }] : /* istanbul ignore next */ []));
154
163
  }
164
+ // Returns the resolved fill for a node, or undefined when the input is unset
165
+ // so no inline style is emitted and the stylesheet's CSS-variable theming
166
+ // (incl. dark mode) applies.
155
167
  getNodeColor(node) {
156
168
  const color = this.nodeColor();
157
- if (typeof color === 'function' && node._userNode) {
158
- return color(node._userNode);
169
+ if (typeof color === 'function') {
170
+ return node._userNode ? color(node._userNode) : undefined;
159
171
  }
160
- return typeof color === 'string' ? color : '#e2e2e2';
172
+ return color;
161
173
  }
162
174
  getNodeStrokeColor(node) {
163
175
  const strokeColor = this.nodeStrokeColor();
164
- if (typeof strokeColor === 'function' && node._userNode) {
165
- return strokeColor(node._userNode);
176
+ if (typeof strokeColor === 'function') {
177
+ return node._userNode ? strokeColor(node._userNode) : undefined;
166
178
  }
167
- return typeof strokeColor === 'string' ? strokeColor : 'transparent';
179
+ return strokeColor;
168
180
  }
169
181
  getNodeClassName(node) {
170
182
  const className = this.nodeClassName();
@@ -314,8 +326,8 @@ export class MiniMapComponent {
314
326
  document.removeEventListener('mouseup', this.boundOnMouseUp);
315
327
  this.xyMinimap?.destroy();
316
328
  }
317
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: MiniMapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
318
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: MiniMapComponent, isStandalone: true, selector: "ng-flow-minimap", inputs: { position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, mmWidth: { classPropertyName: "mmWidth", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, mmHeight: { classPropertyName: "mmHeight", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, pannable: { classPropertyName: "pannable", publicName: "pannable", isSignal: true, isRequired: false, transformFunction: null }, zoomable: { classPropertyName: "zoomable", publicName: "zoomable", isSignal: true, isRequired: false, transformFunction: null }, zoomStep: { classPropertyName: "zoomStep", publicName: "zoomStep", isSignal: true, isRequired: false, transformFunction: null }, inversePan: { classPropertyName: "inversePan", publicName: "inversePan", isSignal: true, isRequired: false, transformFunction: null }, nodeColor: { classPropertyName: "nodeColor", publicName: "nodeColor", isSignal: true, isRequired: false, transformFunction: null }, nodeStrokeColor: { classPropertyName: "nodeStrokeColor", publicName: "nodeStrokeColor", isSignal: true, isRequired: false, transformFunction: null }, nodeClassName: { classPropertyName: "nodeClassName", publicName: "nodeClassName", isSignal: true, isRequired: false, transformFunction: null }, nodeBorderRadius: { classPropertyName: "nodeBorderRadius", publicName: "nodeBorderRadius", isSignal: true, isRequired: false, transformFunction: null }, nodeStrokeWidth: { classPropertyName: "nodeStrokeWidth", publicName: "nodeStrokeWidth", isSignal: true, isRequired: false, transformFunction: null }, nodeComponent: { classPropertyName: "nodeComponent", publicName: "nodeComponent", isSignal: true, isRequired: false, transformFunction: null }, bgColor: { classPropertyName: "bgColor", publicName: "bgColor", isSignal: true, isRequired: false, transformFunction: null }, maskColor: { classPropertyName: "maskColor", publicName: "maskColor", isSignal: true, isRequired: false, transformFunction: null }, maskStrokeColor: { classPropertyName: "maskStrokeColor", publicName: "maskStrokeColor", isSignal: true, isRequired: false, transformFunction: null }, maskStrokeWidth: { classPropertyName: "maskStrokeWidth", publicName: "maskStrokeWidth", isSignal: true, isRequired: false, transformFunction: null }, offsetScale: { classPropertyName: "offsetScale", publicName: "offsetScale", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { minimapClick: "minimapClick", minimapNodeClick: "minimapNodeClick" }, viewQueries: [{ propertyName: "minimapContainerRef", first: true, predicate: ["minimapContainer"], descendants: true, isSignal: true }], ngImport: i0, template: `
329
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: MiniMapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
330
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: MiniMapComponent, isStandalone: true, selector: "ng-flow-minimap", inputs: { position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, mmWidth: { classPropertyName: "mmWidth", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, mmHeight: { classPropertyName: "mmHeight", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, pannable: { classPropertyName: "pannable", publicName: "pannable", isSignal: true, isRequired: false, transformFunction: null }, zoomable: { classPropertyName: "zoomable", publicName: "zoomable", isSignal: true, isRequired: false, transformFunction: null }, zoomStep: { classPropertyName: "zoomStep", publicName: "zoomStep", isSignal: true, isRequired: false, transformFunction: null }, inversePan: { classPropertyName: "inversePan", publicName: "inversePan", isSignal: true, isRequired: false, transformFunction: null }, nodeColor: { classPropertyName: "nodeColor", publicName: "nodeColor", isSignal: true, isRequired: false, transformFunction: null }, nodeStrokeColor: { classPropertyName: "nodeStrokeColor", publicName: "nodeStrokeColor", isSignal: true, isRequired: false, transformFunction: null }, nodeClassName: { classPropertyName: "nodeClassName", publicName: "nodeClassName", isSignal: true, isRequired: false, transformFunction: null }, nodeBorderRadius: { classPropertyName: "nodeBorderRadius", publicName: "nodeBorderRadius", isSignal: true, isRequired: false, transformFunction: null }, nodeStrokeWidth: { classPropertyName: "nodeStrokeWidth", publicName: "nodeStrokeWidth", isSignal: true, isRequired: false, transformFunction: null }, nodeComponent: { classPropertyName: "nodeComponent", publicName: "nodeComponent", isSignal: true, isRequired: false, transformFunction: null }, bgColor: { classPropertyName: "bgColor", publicName: "bgColor", isSignal: true, isRequired: false, transformFunction: null }, maskColor: { classPropertyName: "maskColor", publicName: "maskColor", isSignal: true, isRequired: false, transformFunction: null }, maskStrokeColor: { classPropertyName: "maskStrokeColor", publicName: "maskStrokeColor", isSignal: true, isRequired: false, transformFunction: null }, maskStrokeWidth: { classPropertyName: "maskStrokeWidth", publicName: "maskStrokeWidth", isSignal: true, isRequired: false, transformFunction: null }, offsetScale: { classPropertyName: "offsetScale", publicName: "offsetScale", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { minimapClick: "minimapClick", minimapNodeClick: "minimapNodeClick" }, viewQueries: [{ propertyName: "minimapContainerRef", first: true, predicate: ["minimapContainer"], descendants: true, isSignal: true }], ngImport: i0, template: `
319
331
  <ng-flow-panel [position]="position()">
320
332
  <div
321
333
  class="ng-flow__minimap xy-flow__minimap"
@@ -337,6 +349,14 @@ export class MiniMapComponent {
337
349
  <!-- Background -->
338
350
  <rect x="-10000" y="-10000" width="20000" height="20000" [attr.fill]="bgColor() ?? '#f0f0f0'" />
339
351
  <!-- Nodes -->
352
+ <!--
353
+ Colors are bound as inline [style.*], NOT [attr.*]: the bundled
354
+ stylesheet sets a fill CSS property on .xy-flow__minimap-node, and a
355
+ CSS property always overrides an SVG fill presentation attribute.
356
+ Inline styles win over stylesheet rules, so the inputs actually take
357
+ effect. When an input is unset (undefined) we emit no inline value,
358
+ deferring to the stylesheet's CSS-variable theming (incl. dark mode).
359
+ -->
340
360
  @for (node of minimapNodes(); track node.id) {
341
361
  <rect
342
362
  class="xy-flow__minimap-node"
@@ -346,22 +366,20 @@ export class MiniMapComponent {
346
366
  [attr.width]="node.width"
347
367
  [attr.height]="node.height"
348
368
  [attr.rx]="nodeBorderRadius()"
349
- [attr.fill]="getNodeColor(node)"
350
- [attr.stroke]="getNodeStrokeColor(node)"
351
- [attr.stroke-width]="nodeStrokeWidth()"
369
+ [style.fill]="getNodeColor(node)"
370
+ [style.stroke]="getNodeStrokeColor(node)"
371
+ [style.stroke-width]="nodeStrokeWidth()"
352
372
  (click)="onMinimapNodeClick($event, node)"
353
373
  />
354
374
  }
355
375
  <!-- Mask overlay: dim area outside viewport via evenodd path -->
356
- @if (maskColor()) {
357
- <path
358
- class="xy-flow__minimap-mask"
359
- [attr.d]="maskPath()"
360
- [attr.fill]="maskColor()"
361
- fill-rule="evenodd"
362
- style="pointer-events: none;"
363
- />
364
- }
376
+ <path
377
+ class="xy-flow__minimap-mask"
378
+ [attr.d]="maskPath()"
379
+ [style.fill]="maskColor()"
380
+ fill-rule="evenodd"
381
+ style="pointer-events: none;"
382
+ />
365
383
  <!-- Viewport outline -->
366
384
  <rect
367
385
  [attr.x]="maskPosition().x"
@@ -378,7 +396,7 @@ export class MiniMapComponent {
378
396
  </ng-flow-panel>
379
397
  `, isInline: true, dependencies: [{ kind: "component", type: PanelComponent, selector: "ng-flow-panel", inputs: ["position"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
380
398
  }
381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: MiniMapComponent, decorators: [{
399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: MiniMapComponent, decorators: [{
382
400
  type: Component,
383
401
  args: [{
384
402
  selector: 'ng-flow-minimap',
@@ -407,6 +425,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
407
425
  <!-- Background -->
408
426
  <rect x="-10000" y="-10000" width="20000" height="20000" [attr.fill]="bgColor() ?? '#f0f0f0'" />
409
427
  <!-- Nodes -->
428
+ <!--
429
+ Colors are bound as inline [style.*], NOT [attr.*]: the bundled
430
+ stylesheet sets a fill CSS property on .xy-flow__minimap-node, and a
431
+ CSS property always overrides an SVG fill presentation attribute.
432
+ Inline styles win over stylesheet rules, so the inputs actually take
433
+ effect. When an input is unset (undefined) we emit no inline value,
434
+ deferring to the stylesheet's CSS-variable theming (incl. dark mode).
435
+ -->
410
436
  @for (node of minimapNodes(); track node.id) {
411
437
  <rect
412
438
  class="xy-flow__minimap-node"
@@ -416,22 +442,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
416
442
  [attr.width]="node.width"
417
443
  [attr.height]="node.height"
418
444
  [attr.rx]="nodeBorderRadius()"
419
- [attr.fill]="getNodeColor(node)"
420
- [attr.stroke]="getNodeStrokeColor(node)"
421
- [attr.stroke-width]="nodeStrokeWidth()"
445
+ [style.fill]="getNodeColor(node)"
446
+ [style.stroke]="getNodeStrokeColor(node)"
447
+ [style.stroke-width]="nodeStrokeWidth()"
422
448
  (click)="onMinimapNodeClick($event, node)"
423
449
  />
424
450
  }
425
451
  <!-- Mask overlay: dim area outside viewport via evenodd path -->
426
- @if (maskColor()) {
427
- <path
428
- class="xy-flow__minimap-mask"
429
- [attr.d]="maskPath()"
430
- [attr.fill]="maskColor()"
431
- fill-rule="evenodd"
432
- style="pointer-events: none;"
433
- />
434
- }
452
+ <path
453
+ class="xy-flow__minimap-mask"
454
+ [attr.d]="maskPath()"
455
+ [style.fill]="maskColor()"
456
+ fill-rule="evenodd"
457
+ style="pointer-events: none;"
458
+ />
435
459
  <!-- Viewport outline -->
436
460
  <rect
437
461
  [attr.x]="maskPosition().x"