@syncfusion/ej2-angular-diagrams 25.2.4-ngcc → 25.2.4

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 (59) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/diagram/connector-annotation.directive.mjs +59 -0
  3. package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +59 -0
  4. package/esm2020/src/diagram/connectors.directive.mjs +60 -0
  5. package/esm2020/src/diagram/customcursor.directive.mjs +54 -0
  6. package/esm2020/src/diagram/diagram-all.module.mjs +80 -0
  7. package/esm2020/src/diagram/diagram.component.mjs +224 -0
  8. package/esm2020/src/diagram/diagram.module.mjs +106 -0
  9. package/esm2020/src/diagram/layers.directive.mjs +54 -0
  10. package/esm2020/src/diagram/node-annotation.directive.mjs +59 -0
  11. package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +59 -0
  12. package/esm2020/src/diagram/nodes.directive.mjs +62 -0
  13. package/esm2020/src/diagram/ports.directive.mjs +59 -0
  14. package/esm2020/src/index.mjs +21 -0
  15. package/esm2020/src/overview/overview-all.module.mjs +23 -0
  16. package/esm2020/src/overview/overview.component.mjs +60 -0
  17. package/esm2020/src/overview/overview.module.mjs +25 -0
  18. package/esm2020/src/symbol-palette/palettes.directive.mjs +52 -0
  19. package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +23 -0
  20. package/esm2020/src/symbol-palette/symbolpalette.component.mjs +71 -0
  21. package/esm2020/src/symbol-palette/symbolpalette.module.mjs +34 -0
  22. package/esm2020/syncfusion-ej2-angular-diagrams.mjs +5 -0
  23. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +1145 -0
  24. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
  25. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +1145 -0
  26. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
  27. package/package.json +26 -12
  28. package/postinstall/tagchange.js +16 -16
  29. package/src/diagram/connector-annotation.directive.d.ts +5 -0
  30. package/src/diagram/connector-fixeduserhandle.directive.d.ts +5 -0
  31. package/src/diagram/connectors.directive.d.ts +6 -1
  32. package/src/diagram/customcursor.directive.d.ts +5 -0
  33. package/src/diagram/diagram-all.module.d.ts +6 -0
  34. package/src/diagram/diagram.component.d.ts +3 -0
  35. package/src/diagram/diagram.module.d.ts +15 -0
  36. package/src/diagram/layers.directive.d.ts +5 -0
  37. package/src/diagram/node-annotation.directive.d.ts +5 -0
  38. package/src/diagram/node-fixeduserhandle.directive.d.ts +5 -0
  39. package/src/diagram/nodes.directive.d.ts +10 -5
  40. package/src/diagram/ports.directive.d.ts +5 -0
  41. package/src/overview/overview-all.module.d.ts +6 -0
  42. package/src/overview/overview.component.d.ts +3 -0
  43. package/src/overview/overview.module.d.ts +6 -0
  44. package/src/symbol-palette/palettes.directive.d.ts +5 -0
  45. package/src/symbol-palette/symbolpalette-all.module.d.ts +6 -0
  46. package/src/symbol-palette/symbolpalette.component.d.ts +3 -0
  47. package/src/symbol-palette/symbolpalette.module.d.ts +7 -0
  48. package/syncfusion-ej2-angular-diagrams.d.ts +5 -0
  49. package/@syncfusion/ej2-angular-diagrams.es5.js +0 -1333
  50. package/@syncfusion/ej2-angular-diagrams.es5.js.map +0 -1
  51. package/@syncfusion/ej2-angular-diagrams.js +0 -1252
  52. package/@syncfusion/ej2-angular-diagrams.js.map +0 -1
  53. package/CHANGELOG.md +0 -2086
  54. package/dist/ej2-angular-diagrams.umd.js +0 -1498
  55. package/dist/ej2-angular-diagrams.umd.js.map +0 -1
  56. package/dist/ej2-angular-diagrams.umd.min.js +0 -11
  57. package/dist/ej2-angular-diagrams.umd.min.js.map +0 -1
  58. package/ej2-angular-diagrams.d.ts +0 -7
  59. package/ej2-angular-diagrams.metadata.json +0 -1
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Nodes Directive
5
6
  * ```html
@@ -131,6 +132,8 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
131
132
  */
132
133
  width: any;
133
134
  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>;
134
137
  }
135
138
  /**
136
139
  * NodeAnnotation Array Directive
@@ -138,4 +141,6 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
138
141
  */
139
142
  export declare class NodeAnnotationsDirective extends ArrayBase<NodeAnnotationsDirective> {
140
143
  constructor();
144
+ static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationsDirective, never>;
145
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationsDirective, "e-node>e-node-annotations", never, {}, {}, ["children"]>;
141
146
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Nodes Directive
5
6
  * ```html
@@ -87,6 +88,8 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
87
88
  */
88
89
  width: any;
89
90
  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>;
90
93
  }
91
94
  /**
92
95
  * NodeFixedUserHandle Array Directive
@@ -94,4 +97,6 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
94
97
  */
95
98
  export declare class NodeFixedUserHandlesDirective extends ArrayBase<NodeFixedUserHandlesDirective> {
96
99
  constructor();
100
+ static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandlesDirective, never>;
101
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandlesDirective, "e-node>e-node-fixeduserhandles", never, {}, {}, ["children"]>;
97
102
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Nodes Directive
5
6
  * ```html
@@ -34,13 +35,13 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
34
35
  backgroundColor: any;
35
36
  /**
36
37
  * Sets the border color of the node
37
-
38
+ * @deprecated
38
39
  * @default 'none'
39
40
  */
40
41
  borderColor: any;
41
42
  /**
42
43
  * Sets the border width of the node
43
-
44
+ * @deprecated
44
45
  * @default 0
45
46
  */
46
47
  borderWidth: any;
@@ -116,7 +117,7 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
116
117
  * Defines the type of the container
117
118
  * @aspdefaultvalueignore
118
119
  * @default null
119
-
120
+ * @deprecated
120
121
  */
121
122
  container: any;
122
123
  /**
@@ -266,7 +267,7 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
266
267
  /**
267
268
  * Used to define the rows for the grid container
268
269
  * @aspdefaultvalueignore
269
-
270
+ * @deprecated
270
271
  * @default undefined
271
272
  */
272
273
  rows: any;
@@ -318,7 +319,7 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
318
319
  /**
319
320
  * Sets or gets the UI of a node
320
321
  * @default null
321
-
322
+ * @deprecated
322
323
  */
323
324
  wrapper: any;
324
325
  /**
@@ -328,6 +329,8 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
328
329
  */
329
330
  zIndex: any;
330
331
  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"]>;
331
334
  }
332
335
  /**
333
336
  * Node Array Directive
@@ -335,4 +338,6 @@ export declare class NodeDirective extends ComplexBase<NodeDirective> {
335
338
  */
336
339
  export declare class NodesDirective extends ArrayBase<NodesDirective> {
337
340
  constructor();
341
+ static ɵfac: i0.ɵɵFactoryDeclaration<NodesDirective, never>;
342
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NodesDirective, "ej-diagram>e-nodes", never, {}, {}, ["children"]>;
338
343
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Nodes Directive
5
6
  * ```html
@@ -122,6 +123,8 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
122
123
  */
123
124
  width: any;
124
125
  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>;
125
128
  }
126
129
  /**
127
130
  * Port Array Directive
@@ -129,4 +132,6 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
129
132
  */
130
133
  export declare class PortsDirective extends ArrayBase<PortsDirective> {
131
134
  constructor();
135
+ static ɵfac: i0.ɵɵFactoryDeclaration<PortsDirective, never>;
136
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PortsDirective, "e-node>e-node-ports", never, {}, {}, ["children"]>;
132
137
  }
@@ -1,5 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./overview.module";
1
4
  /**
2
5
  * NgModule definition for the Overview component with providers.
3
6
  */
4
7
  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>;
5
11
  }
@@ -1,6 +1,7 @@
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";
4
5
  export declare const inputs: string[];
5
6
  export declare const outputs: string[];
6
7
  export declare const twoWays: string[];
@@ -26,4 +27,6 @@ export declare class OverviewComponent extends Overview implements IComponentBas
26
27
  ngAfterContentChecked(): void;
27
28
  registerEvents: (eventList: string[]) => void;
28
29
  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>;
29
32
  }
@@ -1,5 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./overview.component";
3
+ import * as i2 from "@angular/common";
1
4
  /**
2
5
  * NgModule definition for the Overview component.
3
6
  */
4
7
  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>;
5
11
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Palette Directive
5
6
  * ```html
@@ -41,6 +42,8 @@ export declare class PaletteDirective extends ComplexBase<PaletteDirective> {
41
42
  */
42
43
  title: any;
43
44
  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>;
44
47
  }
45
48
  /**
46
49
  * Palette Array Directive
@@ -48,4 +51,6 @@ export declare class PaletteDirective extends ComplexBase<PaletteDirective> {
48
51
  */
49
52
  export declare class PalettesDirective extends ArrayBase<PalettesDirective> {
50
53
  constructor();
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<PalettesDirective, never>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PalettesDirective, "ejs-symbolpalette>e-palettes", never, {}, {}, ["children"]>;
51
56
  }
@@ -1,5 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./symbolpalette.module";
1
4
  /**
2
5
  * NgModule definition for the SymbolPalette component with providers.
3
6
  */
4
7
  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>;
5
11
  }
@@ -2,6 +2,7 @@ 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";
5
6
  export declare const inputs: string[];
6
7
  export declare const outputs: string[];
7
8
  export declare const twoWays: string[];
@@ -29,4 +30,6 @@ export declare class SymbolPaletteComponent extends SymbolPalette implements ICo
29
30
  ngAfterContentChecked(): void;
30
31
  registerEvents: (eventList: string[]) => void;
31
32
  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>;
32
35
  }
@@ -1,5 +1,12 @@
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";
1
5
  /**
2
6
  * NgModule definition for the SymbolPalette component.
3
7
  */
4
8
  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>;
5
12
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-diagrams" />
5
+ export * from './public_api';