@syncfusion/ej2-angular-diagrams 25.2.5 → 26.1.35-ngcc

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 (98) hide show
  1. package/@syncfusion/ej2-angular-diagrams.es5.js +1333 -0
  2. package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-diagrams.js +1252 -0
  4. package/@syncfusion/ej2-angular-diagrams.js.map +1 -0
  5. package/dist/ej2-angular-diagrams.umd.js +1755 -0
  6. package/dist/ej2-angular-diagrams.umd.js.map +1 -0
  7. package/dist/ej2-angular-diagrams.umd.min.js +11 -0
  8. package/dist/ej2-angular-diagrams.umd.min.js.map +1 -0
  9. package/ej2-angular-diagrams.d.ts +7 -0
  10. package/ej2-angular-diagrams.metadata.json +1 -0
  11. package/package.json +15 -29
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/diagram/connector-annotation.directive.d.ts +5 -5
  15. package/src/diagram/connector-fixeduserhandle.directive.d.ts +5 -5
  16. package/src/diagram/connectors.directive.d.ts +1 -6
  17. package/src/diagram/customcursor.directive.d.ts +0 -5
  18. package/src/diagram/diagram-all.module.d.ts +0 -6
  19. package/src/diagram/diagram.component.d.ts +5 -4
  20. package/src/diagram/diagram.module.d.ts +0 -15
  21. package/src/diagram/layers.directive.d.ts +0 -5
  22. package/src/diagram/node-annotation.directive.d.ts +5 -5
  23. package/src/diagram/node-fixeduserhandle.directive.d.ts +5 -5
  24. package/src/diagram/nodes.directive.d.ts +5 -10
  25. package/src/diagram/ports.directive.d.ts +10 -5
  26. package/src/overview/overview-all.module.d.ts +0 -6
  27. package/src/overview/overview.component.d.ts +0 -3
  28. package/src/overview/overview.module.d.ts +0 -6
  29. package/src/symbol-palette/palettes.directive.d.ts +0 -5
  30. package/src/symbol-palette/symbolpalette-all.module.d.ts +0 -6
  31. package/src/symbol-palette/symbolpalette.component.d.ts +0 -3
  32. package/src/symbol-palette/symbolpalette.module.d.ts +0 -7
  33. package/styles/bootstrap-dark.css +368 -1
  34. package/styles/bootstrap.css +368 -1
  35. package/styles/bootstrap4.css +368 -1
  36. package/styles/bootstrap5-dark.css +369 -1
  37. package/styles/bootstrap5.css +369 -1
  38. package/styles/diagram/bootstrap-dark.css +368 -1
  39. package/styles/diagram/bootstrap.css +368 -1
  40. package/styles/diagram/bootstrap4.css +368 -1
  41. package/styles/diagram/bootstrap5-dark.css +369 -1
  42. package/styles/diagram/bootstrap5.css +369 -1
  43. package/styles/diagram/fabric-dark.css +368 -1
  44. package/styles/diagram/fabric.css +368 -1
  45. package/styles/diagram/fluent-dark.css +369 -1
  46. package/styles/diagram/fluent.css +369 -1
  47. package/styles/diagram/fluent2.css +1402 -0
  48. package/styles/diagram/fluent2.scss +1 -0
  49. package/styles/diagram/highcontrast-light.css +367 -1
  50. package/styles/diagram/highcontrast.css +369 -1
  51. package/styles/diagram/material-dark.css +368 -1
  52. package/styles/diagram/material.css +368 -1
  53. package/styles/diagram/material3-dark.css +479 -1
  54. package/styles/diagram/material3.css +591 -1
  55. package/styles/diagram/tailwind-dark.css +369 -1
  56. package/styles/diagram/tailwind.css +369 -1
  57. package/styles/fabric-dark.css +368 -1
  58. package/styles/fabric.css +368 -1
  59. package/styles/fluent-dark.css +369 -1
  60. package/styles/fluent.css +369 -1
  61. package/styles/fluent2.css +1402 -0
  62. package/styles/fluent2.scss +1 -0
  63. package/styles/highcontrast-light.css +367 -1
  64. package/styles/highcontrast.css +369 -1
  65. package/styles/material-dark.css +368 -1
  66. package/styles/material.css +368 -1
  67. package/styles/material3-dark.css +479 -1
  68. package/styles/material3.css +591 -1
  69. package/styles/tailwind-dark.css +369 -1
  70. package/styles/tailwind.css +369 -1
  71. package/esm2020/public_api.mjs +0 -3
  72. package/esm2020/src/diagram/connector-annotation.directive.mjs +0 -59
  73. package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +0 -59
  74. package/esm2020/src/diagram/connectors.directive.mjs +0 -60
  75. package/esm2020/src/diagram/customcursor.directive.mjs +0 -54
  76. package/esm2020/src/diagram/diagram-all.module.mjs +0 -80
  77. package/esm2020/src/diagram/diagram.component.mjs +0 -224
  78. package/esm2020/src/diagram/diagram.module.mjs +0 -106
  79. package/esm2020/src/diagram/layers.directive.mjs +0 -54
  80. package/esm2020/src/diagram/node-annotation.directive.mjs +0 -59
  81. package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +0 -59
  82. package/esm2020/src/diagram/nodes.directive.mjs +0 -62
  83. package/esm2020/src/diagram/ports.directive.mjs +0 -59
  84. package/esm2020/src/index.mjs +0 -21
  85. package/esm2020/src/overview/overview-all.module.mjs +0 -23
  86. package/esm2020/src/overview/overview.component.mjs +0 -60
  87. package/esm2020/src/overview/overview.module.mjs +0 -25
  88. package/esm2020/src/symbol-palette/palettes.directive.mjs +0 -52
  89. package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +0 -23
  90. package/esm2020/src/symbol-palette/symbolpalette.component.mjs +0 -71
  91. package/esm2020/src/symbol-palette/symbolpalette.module.mjs +0 -34
  92. package/esm2020/syncfusion-ej2-angular-diagrams.mjs +0 -5
  93. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +0 -1145
  94. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  95. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +0 -1145
  96. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  97. package/postinstall/tagchange.js +0 -18
  98. package/syncfusion-ej2-angular-diagrams.d.ts +0 -5
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Connectors Directive
6
5
  * ```html
@@ -252,7 +251,7 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
252
251
  /**
253
252
  * Defines the UI of the connector
254
253
  * @default null
255
- * @deprecated
254
+
256
255
  */
257
256
  wrapper: any;
258
257
  /**
@@ -262,8 +261,6 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
262
261
  */
263
262
  zIndex: any;
264
263
  constructor(viewContainerRef: ViewContainerRef);
265
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorDirective, never>;
266
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorDirective, "e-connectors>e-connector", never, { "addInfo": "addInfo"; "allowNodeOverlap": "allowNodeOverlap"; "annotations": "annotations"; "bezierSettings": "bezierSettings"; "bridgeSpace": "bridgeSpace"; "connectionPadding": "connectionPadding"; "connectorSpacing": "connectorSpacing"; "constraints": "constraints"; "cornerRadius": "cornerRadius"; "dragSize": "dragSize"; "excludeFromLayout": "excludeFromLayout"; "fixedUserHandles": "fixedUserHandles"; "flip": "flip"; "flipMode": "flipMode"; "hitPadding": "hitPadding"; "id": "id"; "margin": "margin"; "maxSegmentThumb": "maxSegmentThumb"; "ports": "ports"; "previewSize": "previewSize"; "segmentThumbShape": "segmentThumbShape"; "segments": "segments"; "shape": "shape"; "sourceDecorator": "sourceDecorator"; "sourceID": "sourceID"; "sourcePadding": "sourcePadding"; "sourcePoint": "sourcePoint"; "sourcePortID": "sourcePortID"; "style": "style"; "symbolInfo": "symbolInfo"; "targetDecorator": "targetDecorator"; "targetID": "targetID"; "targetPadding": "targetPadding"; "targetPoint": "targetPoint"; "targetPortID": "targetPortID"; "tooltip": "tooltip"; "type": "type"; "visible": "visible"; "wrapper": "wrapper"; "zIndex": "zIndex"; }, {}, ["childFixedUserHandles", "childAnnotations"]>;
267
264
  }
268
265
  /**
269
266
  * Connector Array Directive
@@ -271,6 +268,4 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
271
268
  */
272
269
  export declare class ConnectorsDirective extends ArrayBase<ConnectorsDirective> {
273
270
  constructor();
274
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorsDirective, never>;
275
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorsDirective, "ej-diagram>e-connectors", never, {}, {}, ["children"]>;
276
271
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Cursor Maps Directive
6
5
  * ```html
@@ -22,8 +21,6 @@ export declare class CustomCursorDirective extends ComplexBase<CustomCursorDirec
22
21
  */
23
22
  cursor: any;
24
23
  constructor(viewContainerRef: ViewContainerRef);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomCursorDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<CustomCursorDirective, "e-cursormaps>e-cursormap", never, { "action": "action"; "cursor": "cursor"; }, {}, never>;
27
24
  }
28
25
  /**
29
26
  * CustomCursor Array Directive
@@ -31,6 +28,4 @@ export declare class CustomCursorDirective extends ComplexBase<CustomCursorDirec
31
28
  */
32
29
  export declare class CustomCursorsDirective extends ArrayBase<CustomCursorsDirective> {
33
30
  constructor();
34
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomCursorsDirective, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<CustomCursorsDirective, "ej-diagram>e-cursormaps", never, {}, {}, ["children"]>;
36
31
  }
@@ -1,7 +1,4 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./diagram.module";
5
2
  export declare const HierarchicalTreeService: ValueProvider;
6
3
  export declare const MindMapService: ValueProvider;
7
4
  export declare const RadialTreeService: ValueProvider;
@@ -24,7 +21,4 @@ export declare const Ej1SerializationService: ValueProvider;
24
21
  * NgModule definition for the Diagram component with providers.
25
22
  */
26
23
  export declare class DiagramAllModule {
27
- static ɵfac: i0.ɵɵFactoryDeclaration<DiagramAllModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<DiagramAllModule, never, [typeof i1.CommonModule, typeof i2.DiagramModule], [typeof i2.DiagramModule]>;
29
- static ɵinj: i0.ɵɵInjectorDeclaration<DiagramAllModule>;
30
24
  }
@@ -5,7 +5,6 @@ import { LayersDirective } from './layers.directive';
5
5
  import { CustomCursorsDirective } from './customcursor.directive';
6
6
  import { ConnectorsDirective } from './connectors.directive';
7
7
  import { NodesDirective } from './nodes.directive';
8
- import * as i0 from "@angular/core";
9
8
  export declare const inputs: string[];
10
9
  export declare const outputs: string[];
11
10
  export declare const twoWays: string[];
@@ -37,6 +36,7 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
37
36
  dragLeave: any;
38
37
  dragOver: any;
39
38
  drop: any;
39
+ elementDraw: any;
40
40
  expandStateChange: any;
41
41
  fixedUserHandleClick: any;
42
42
  historyChange: any;
@@ -48,6 +48,10 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
48
48
  mouseLeave: any;
49
49
  mouseOver: any;
50
50
  mouseWheel: any;
51
+ onFixedUserHandleMouseDown: any;
52
+ onFixedUserHandleMouseEnter: any;
53
+ onFixedUserHandleMouseLeave: any;
54
+ onFixedUserHandleMouseUp: any;
51
55
  onImageLoad: any;
52
56
  onUserHandleMouseDown: any;
53
57
  onUserHandleMouseEnter: any;
@@ -64,7 +68,6 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
64
68
  sourcePointChange: any;
65
69
  targetPointChange: any;
66
70
  textEdit: any;
67
- elementDraw: any;
68
71
  childLayers: QueryList<LayersDirective>;
69
72
  childCustomCursor: QueryList<CustomCursorsDirective>;
70
73
  childConnectors: QueryList<ConnectorsDirective>;
@@ -95,6 +98,4 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
95
98
  ngAfterContentChecked(): void;
96
99
  registerEvents: (eventList: string[]) => void;
97
100
  addTwoWay: (propList: string[]) => void;
98
- static ɵfac: i0.ɵɵFactoryDeclaration<DiagramComponent, never>;
99
- static ɵcmp: i0.ɵɵComponentDeclaration<DiagramComponent, "ejs-diagram", never, { "addInfo": "addInfo"; "annotationTemplate": "annotationTemplate"; "backgroundColor": "backgroundColor"; "bridgeDirection": "bridgeDirection"; "commandManager": "commandManager"; "connectorDefaults": "connectorDefaults"; "connectors": "connectors"; "constraints": "constraints"; "contextMenuSettings": "contextMenuSettings"; "customCursor": "customCursor"; "dataSourceSettings": "dataSourceSettings"; "diagramSettings": "diagramSettings"; "drawingObject": "drawingObject"; "enableConnectorSplit": "enableConnectorSplit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "getConnectorDefaults": "getConnectorDefaults"; "getCustomCursor": "getCustomCursor"; "getCustomProperty": "getCustomProperty"; "getCustomTool": "getCustomTool"; "getDescription": "getDescription"; "getNodeDefaults": "getNodeDefaults"; "height": "height"; "historyManager": "historyManager"; "layers": "layers"; "layout": "layout"; "locale": "locale"; "mode": "mode"; "nodeDefaults": "nodeDefaults"; "nodeTemplate": "nodeTemplate"; "nodes": "nodes"; "pageSettings": "pageSettings"; "rulerSettings": "rulerSettings"; "scrollSettings": "scrollSettings"; "segmentThumbShape": "segmentThumbShape"; "selectedItems": "selectedItems"; "serializationSettings": "serializationSettings"; "setNodeTemplate": "setNodeTemplate"; "snapSettings": "snapSettings"; "tool": "tool"; "tooltip": "tooltip"; "updateSelection": "updateSelection"; "userHandleTemplate": "userHandleTemplate"; "width": "width"; }, { "animationComplete": "animationComplete"; "click": "click"; "collectionChange": "collectionChange"; "commandExecute": "commandExecute"; "connectionChange": "connectionChange"; "contextMenuBeforeItemRender": "contextMenuBeforeItemRender"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataLoaded": "dataLoaded"; "doubleClick": "doubleClick"; "dragEnter": "dragEnter"; "dragLeave": "dragLeave"; "dragOver": "dragOver"; "drop": "drop"; "expandStateChange": "expandStateChange"; "fixedUserHandleClick": "fixedUserHandleClick"; "historyChange": "historyChange"; "historyStateChange": "historyStateChange"; "keyDown": "keyDown"; "keyUp": "keyUp"; "load": "load"; "mouseEnter": "mouseEnter"; "mouseLeave": "mouseLeave"; "mouseOver": "mouseOver"; "mouseWheel": "mouseWheel"; "onImageLoad": "onImageLoad"; "onUserHandleMouseDown": "onUserHandleMouseDown"; "onUserHandleMouseEnter": "onUserHandleMouseEnter"; "onUserHandleMouseLeave": "onUserHandleMouseLeave"; "onUserHandleMouseUp": "onUserHandleMouseUp"; "positionChange": "positionChange"; "propertyChange": "propertyChange"; "rotateChange": "rotateChange"; "scrollChange": "scrollChange"; "segmentChange": "segmentChange"; "segmentCollectionChange": "segmentCollectionChange"; "selectionChange": "selectionChange"; "sizeChange": "sizeChange"; "sourcePointChange": "sourcePointChange"; "targetPointChange": "targetPointChange"; "textEdit": "textEdit"; "elementDraw": "elementDraw"; }, ["annotationTemplate", "nodeTemplate", "userHandleTemplate", "childLayers", "childCustomCursor", "childConnectors", "childNodes"], never>;
100
101
  }
@@ -1,20 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./diagram.component";
3
- import * as i2 from "./layers.directive";
4
- import * as i3 from "./customcursor.directive";
5
- import * as i4 from "./connector-fixeduserhandle.directive";
6
- import * as i5 from "./connector-annotation.directive";
7
- import * as i6 from "./connectors.directive";
8
- import * as i7 from "./node-fixeduserhandle.directive";
9
- import * as i8 from "./node-annotation.directive";
10
- import * as i9 from "./ports.directive";
11
- import * as i10 from "./nodes.directive";
12
- import * as i11 from "@angular/common";
13
1
  /**
14
2
  * NgModule definition for the Diagram component.
15
3
  */
16
4
  export declare class DiagramModule {
17
- static ɵfac: i0.ɵɵFactoryDeclaration<DiagramModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<DiagramModule, [typeof i1.DiagramComponent, typeof i2.LayerDirective, typeof i2.LayersDirective, typeof i3.CustomCursorDirective, typeof i3.CustomCursorsDirective, typeof i4.ConnectorFixedUserHandleDirective, typeof i4.ConnectorFixedUserHandlesDirective, typeof i5.ConnectorAnnotationDirective, typeof i5.ConnectorAnnotationsDirective, typeof i6.ConnectorDirective, typeof i6.ConnectorsDirective, typeof i7.NodeFixedUserHandleDirective, typeof i7.NodeFixedUserHandlesDirective, typeof i8.NodeAnnotationDirective, typeof i8.NodeAnnotationsDirective, typeof i9.PortDirective, typeof i9.PortsDirective, typeof i10.NodeDirective, typeof i10.NodesDirective], [typeof i11.CommonModule], [typeof i1.DiagramComponent, typeof i2.LayerDirective, typeof i2.LayersDirective, typeof i3.CustomCursorDirective, typeof i3.CustomCursorsDirective, typeof i4.ConnectorFixedUserHandleDirective, typeof i4.ConnectorFixedUserHandlesDirective, typeof i5.ConnectorAnnotationDirective, typeof i5.ConnectorAnnotationsDirective, typeof i6.ConnectorDirective, typeof i6.ConnectorsDirective, typeof i7.NodeFixedUserHandleDirective, typeof i7.NodeFixedUserHandlesDirective, typeof i8.NodeAnnotationDirective, typeof i8.NodeAnnotationsDirective, typeof i9.PortDirective, typeof i9.PortsDirective, typeof i10.NodeDirective, typeof i10.NodesDirective]>;
19
- static ɵinj: i0.ɵɵInjectorDeclaration<DiagramModule>;
20
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Layers Directive
6
5
  * ```html
@@ -46,8 +45,6 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
46
45
  */
47
46
  zIndex: any;
48
47
  constructor(viewContainerRef: ViewContainerRef);
49
- static ɵfac: i0.ɵɵFactoryDeclaration<LayerDirective, never>;
50
- static ɵdir: i0.ɵɵDirectiveDeclaration<LayerDirective, "e-layers>e-layer", never, { "addInfo": "addInfo"; "id": "id"; "lock": "lock"; "objects": "objects"; "visible": "visible"; "zIndex": "zIndex"; }, {}, never>;
51
48
  }
52
49
  /**
53
50
  * Layer Array Directive
@@ -55,6 +52,4 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
55
52
  */
56
53
  export declare class LayersDirective extends ArrayBase<LayersDirective> {
57
54
  constructor();
58
- static ɵfac: i0.ɵɵFactoryDeclaration<LayersDirective, never>;
59
- static ɵdir: i0.ɵɵDirectiveDeclaration<LayersDirective, "ej-diagram>e-layers", never, {}, {}, ["children"]>;
60
55
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Nodes Directive
6
5
  * ```html
@@ -100,6 +99,11 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
100
99
  * @default 0
101
100
  */
102
101
  rotateAngle: any;
102
+ /**
103
+ * Gets or sets the reference mode for annotation rotation.
104
+ * @default 'Parent'
105
+ */
106
+ rotationReference: any;
103
107
  /**
104
108
  * Defines the appearance of the text
105
109
  * @default new TextStyle()
@@ -132,8 +136,6 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
132
136
  */
133
137
  width: any;
134
138
  constructor(viewContainerRef: ViewContainerRef);
135
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationDirective, never>;
136
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationDirective, "e-node>e-node-annotations>e-node-annotation", never, { "addInfo": "addInfo"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
137
139
  }
138
140
  /**
139
141
  * NodeAnnotation Array Directive
@@ -141,6 +143,4 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
141
143
  */
142
144
  export declare class NodeAnnotationsDirective extends ArrayBase<NodeAnnotationsDirective> {
143
145
  constructor();
144
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationsDirective, never>;
145
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationsDirective, "e-node>e-node-annotations", never, {}, {}, ["children"]>;
146
146
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Nodes Directive
6
5
  * ```html
@@ -77,6 +76,11 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
77
76
  * @default ''
78
77
  */
79
78
  pathData: any;
79
+ /**
80
+ * Used to show tooltip for fixed user handle on mouse over.
81
+ * @default {}
82
+ */
83
+ tooltip: any;
80
84
  /**
81
85
  * Specifies the visibility of the fixed user handle
82
86
  * @default true
@@ -88,8 +92,6 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
88
92
  */
89
93
  width: any;
90
94
  constructor(viewContainerRef: ViewContainerRef);
91
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandleDirective, never>;
92
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandleDirective, "e-node>e-node-fixeduserhandles>e-node-fixeduserhandle", never, { "cornerRadius": "cornerRadius"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "margin": "margin"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "visibility": "visibility"; "width": "width"; }, {}, never>;
93
95
  }
94
96
  /**
95
97
  * NodeFixedUserHandle Array Directive
@@ -97,6 +99,4 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
97
99
  */
98
100
  export declare class NodeFixedUserHandlesDirective extends ArrayBase<NodeFixedUserHandlesDirective> {
99
101
  constructor();
100
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandlesDirective, never>;
101
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandlesDirective, "e-node>e-node-fixeduserhandles", never, {}, {}, ["children"]>;
102
102
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Nodes Directive
6
5
  * ```html
@@ -35,13 +34,13 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
35
34
  backgroundColor: any;
36
35
  /**
37
36
  * Sets the border color of the node
38
- * @deprecated
37
+
39
38
  * @default 'none'
40
39
  */
41
40
  borderColor: any;
42
41
  /**
43
42
  * Sets the border width of the node
44
- * @deprecated
43
+
45
44
  * @default 0
46
45
  */
47
46
  borderWidth: any;
@@ -117,7 +116,7 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
117
116
  * Defines the type of the container
118
117
  * @aspdefaultvalueignore
119
118
  * @default null
120
- * @deprecated
119
+
121
120
  */
122
121
  container: any;
123
122
  /**
@@ -267,7 +266,7 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
267
266
  /**
268
267
  * Used to define the rows for the grid container
269
268
  * @aspdefaultvalueignore
270
- * @deprecated
269
+
271
270
  * @default undefined
272
271
  */
273
272
  rows: any;
@@ -319,7 +318,7 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
319
318
  /**
320
319
  * Sets or gets the UI of a node
321
320
  * @default null
322
- * @deprecated
321
+
323
322
  */
324
323
  wrapper: any;
325
324
  /**
@@ -329,8 +328,6 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
329
328
  */
330
329
  zIndex: any;
331
330
  constructor(viewContainerRef: ViewContainerRef);
332
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeDirective, never>;
333
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodeDirective, "e-nodes>e-node", never, { "addInfo": "addInfo"; "annotations": "annotations"; "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "borderWidth": "borderWidth"; "branch": "branch"; "children": "children"; "collapseIcon": "collapseIcon"; "columnIndex": "columnIndex"; "columnSpan": "columnSpan"; "columns": "columns"; "constraints": "constraints"; "container": "container"; "data": "data"; "dragSize": "dragSize"; "excludeFromLayout": "excludeFromLayout"; "expandIcon": "expandIcon"; "fixedUserHandles": "fixedUserHandles"; "flip": "flip"; "flipMode": "flipMode"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "id": "id"; "isExpanded": "isExpanded"; "layoutInfo": "layoutInfo"; "margin": "margin"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "offsetX": "offsetX"; "offsetY": "offsetY"; "padding": "padding"; "pivot": "pivot"; "ports": "ports"; "previewSize": "previewSize"; "rotateAngle": "rotateAngle"; "rowIndex": "rowIndex"; "rowSpan": "rowSpan"; "rows": "rows"; "shadow": "shadow"; "shape": "shape"; "style": "style"; "symbolInfo": "symbolInfo"; "tooltip": "tooltip"; "verticalAlignment": "verticalAlignment"; "visible": "visible"; "width": "width"; "wrapper": "wrapper"; "zIndex": "zIndex"; }, {}, ["childFixedUserHandles", "childAnnotations", "childPorts"]>;
334
331
  }
335
332
  /**
336
333
  * Node Array Directive
@@ -338,6 +335,4 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
338
335
  */
339
336
  export declare class NodesDirective extends ArrayBase<NodesDirective> {
340
337
  constructor();
341
- static ɵfac: i0.ɵɵFactoryDeclaration<NodesDirective, never>;
342
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodesDirective, "ej-diagram>e-nodes", never, {}, {}, ["children"]>;
343
338
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Nodes Directive
6
5
  * ```html
@@ -23,6 +22,16 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
23
22
  * @default undefined
24
23
  */
25
24
  addInfo: any;
25
+ /**
26
+ * Defines the allowed direction for connections to the port
27
+ * * Auto - Maintains the default behavior of automatic direction calculation.
28
+ * * Left - Restricts connections to only connect to the left side of the port.
29
+ * * Top - Restricts connections to only connect to the top side of the port.
30
+ * * Right - Restricts connections to only connect to the right side of the port.
31
+ * * Bottom - Restricts connections to only connect to the bottom side of the port.
32
+ * @default 'Auto'
33
+ */
34
+ connectionDirection: any;
26
35
  /**
27
36
  * Defines the constraints of port
28
37
  * @default 'Default'
@@ -123,8 +132,6 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
123
132
  */
124
133
  width: any;
125
134
  constructor(viewContainerRef: ViewContainerRef);
126
- static ɵfac: i0.ɵɵFactoryDeclaration<PortDirective, never>;
127
- static ɵdir: i0.ɵɵDirectiveDeclaration<PortDirective, "e-node>e-node-ports>e-node-port", never, { "addInfo": "addInfo"; "constraints": "constraints"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "id": "id"; "inEdges": "inEdges"; "margin": "margin"; "offset": "offset"; "outEdges": "outEdges"; "pathData": "pathData"; "shape": "shape"; "style": "style"; "tooltip": "tooltip"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
128
135
  }
129
136
  /**
130
137
  * Port Array Directive
@@ -132,6 +139,4 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
132
139
  */
133
140
  export declare class PortsDirective extends ArrayBase<PortsDirective> {
134
141
  constructor();
135
- static ɵfac: i0.ɵɵFactoryDeclaration<PortsDirective, never>;
136
- static ɵdir: i0.ɵɵDirectiveDeclaration<PortsDirective, "e-node>e-node-ports", never, {}, {}, ["children"]>;
137
142
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./overview.module";
4
1
  /**
5
2
  * NgModule definition for the Overview component with providers.
6
3
  */
7
4
  export declare class OverviewAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<OverviewAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OverviewAllModule, never, [typeof i1.CommonModule, typeof i2.OverviewModule], [typeof i2.OverviewModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<OverviewAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Overview } from '@syncfusion/ej2-diagrams';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -27,6 +26,4 @@ export declare class OverviewComponent extends Overview implements IComponentBas
27
26
  ngAfterContentChecked(): void;
28
27
  registerEvents: (eventList: string[]) => void;
29
28
  addTwoWay: (propList: string[]) => void;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<OverviewComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<OverviewComponent, "ejs-overview", never, { "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "locale": "locale"; "sourceID": "sourceID"; "width": "width"; }, { "created": "created"; }, never, never>;
32
29
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./overview.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the Overview component.
6
3
  */
7
4
  export declare class OverviewModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<OverviewModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OverviewModule, [typeof i1.OverviewComponent], [typeof i2.CommonModule], [typeof i1.OverviewComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<OverviewModule>;
11
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Palette Directive
6
5
  * ```html
@@ -42,8 +41,6 @@ export declare class PaletteDirective extends ComplexBase<PaletteDirective> {
42
41
  */
43
42
  title: any;
44
43
  constructor(viewContainerRef: ViewContainerRef);
45
- static ɵfac: i0.ɵɵFactoryDeclaration<PaletteDirective, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<PaletteDirective, "e-palettes>e-palette", never, { "expanded": "expanded"; "height": "height"; "iconCss": "iconCss"; "id": "id"; "symbols": "symbols"; "title": "title"; }, {}, never>;
47
44
  }
48
45
  /**
49
46
  * Palette Array Directive
@@ -51,6 +48,4 @@ export declare class PaletteDirective extends ComplexBase<PaletteDirective> {
51
48
  */
52
49
  export declare class PalettesDirective extends ArrayBase<PalettesDirective> {
53
50
  constructor();
54
- static ɵfac: i0.ɵɵFactoryDeclaration<PalettesDirective, never>;
55
- static ɵdir: i0.ɵɵDirectiveDeclaration<PalettesDirective, "ejs-symbolpalette>e-palettes", never, {}, {}, ["children"]>;
56
51
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./symbolpalette.module";
4
1
  /**
5
2
  * NgModule definition for the SymbolPalette component with providers.
6
3
  */
7
4
  export declare class SymbolPaletteAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SymbolPaletteAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SymbolPaletteAllModule, never, [typeof i1.CommonModule, typeof i2.SymbolPaletteModule], [typeof i2.SymbolPaletteModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SymbolPaletteAllModule>;
11
5
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { SymbolPalette } from '@syncfusion/ej2-diagrams';
4
4
  import { PalettesDirective } from './palettes.directive';
5
- import * as i0 from "@angular/core";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -30,6 +29,4 @@ export declare class SymbolPaletteComponent extends SymbolPalette implements ICo
30
29
  ngAfterContentChecked(): void;
31
30
  registerEvents: (eventList: string[]) => void;
32
31
  addTwoWay: (propList: string[]) => void;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<SymbolPaletteComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<SymbolPaletteComponent, "ejs-symbolpalette", never, { "accessKey": "accessKey"; "allowDrag": "allowDrag"; "connectorDefaults": "connectorDefaults"; "enableAnimation": "enableAnimation"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSearch": "enableSearch"; "expandMode": "expandMode"; "filterSymbols": "filterSymbols"; "getConnectorDefaults": "getConnectorDefaults"; "getNodeDefaults": "getNodeDefaults"; "getSymbolInfo": "getSymbolInfo"; "getSymbolTemplate": "getSymbolTemplate"; "height": "height"; "ignoreSymbolsOnSearch": "ignoreSymbolsOnSearch"; "locale": "locale"; "nodeDefaults": "nodeDefaults"; "palettes": "palettes"; "symbolDragSize": "symbolDragSize"; "symbolHeight": "symbolHeight"; "symbolInfo": "symbolInfo"; "symbolMargin": "symbolMargin"; "symbolPreview": "symbolPreview"; "symbolWidth": "symbolWidth"; "width": "width"; }, { "paletteExpanding": "paletteExpanding"; "paletteSelectionChange": "paletteSelectionChange"; }, ["childPalettes"], never>;
35
32
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./symbolpalette.component";
3
- import * as i2 from "./palettes.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the SymbolPalette component.
7
3
  */
8
4
  export declare class SymbolPaletteModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SymbolPaletteModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SymbolPaletteModule, [typeof i1.SymbolPaletteComponent, typeof i2.PaletteDirective, typeof i2.PalettesDirective], [typeof i3.CommonModule], [typeof i1.SymbolPaletteComponent, typeof i2.PaletteDirective, typeof i2.PalettesDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SymbolPaletteModule>;
12
5
  }