@syncfusion/ej2-angular-diagrams 29.1.37-ngcc → 29.1.37
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.
- package/CHANGELOG.md +2030 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/diagram/connector-annotation.directive.mjs +59 -0
- package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +59 -0
- package/esm2020/src/diagram/connectors.directive.mjs +60 -0
- package/esm2020/src/diagram/customcursor.directive.mjs +54 -0
- package/esm2020/src/diagram/diagram-all.module.mjs +83 -0
- package/esm2020/src/diagram/diagram.component.mjs +231 -0
- package/esm2020/src/diagram/diagram.module.mjs +106 -0
- package/esm2020/src/diagram/layers.directive.mjs +54 -0
- package/esm2020/src/diagram/node-annotation.directive.mjs +59 -0
- package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +59 -0
- package/esm2020/src/diagram/nodes.directive.mjs +62 -0
- package/esm2020/src/diagram/ports.directive.mjs +59 -0
- package/esm2020/src/index.mjs +21 -0
- package/esm2020/src/overview/overview-all.module.mjs +23 -0
- package/esm2020/src/overview/overview.component.mjs +60 -0
- package/esm2020/src/overview/overview.module.mjs +25 -0
- package/esm2020/src/symbol-palette/palettes.directive.mjs +52 -0
- package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +23 -0
- package/esm2020/src/symbol-palette/symbolpalette.component.mjs +71 -0
- package/esm2020/src/symbol-palette/symbolpalette.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-diagrams.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +1153 -0
- package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +1153 -0
- package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +1 -0
- package/package.json +24 -11
- package/src/diagram/connector-annotation.directive.d.ts +5 -0
- package/src/diagram/connector-fixeduserhandle.directive.d.ts +5 -0
- package/src/diagram/connectors.directive.d.ts +6 -1
- package/src/diagram/customcursor.directive.d.ts +5 -0
- package/src/diagram/diagram-all.module.d.ts +6 -0
- package/src/diagram/diagram.component.d.ts +3 -0
- package/src/diagram/diagram.module.d.ts +15 -0
- package/src/diagram/layers.directive.d.ts +5 -0
- package/src/diagram/node-annotation.directive.d.ts +5 -0
- package/src/diagram/node-fixeduserhandle.directive.d.ts +5 -0
- package/src/diagram/nodes.directive.d.ts +10 -5
- package/src/diagram/ports.directive.d.ts +5 -0
- package/src/overview/overview-all.module.d.ts +6 -0
- package/src/overview/overview.component.d.ts +3 -0
- package/src/overview/overview.module.d.ts +6 -0
- package/src/symbol-palette/palettes.directive.d.ts +5 -0
- package/src/symbol-palette/symbolpalette-all.module.d.ts +6 -0
- package/src/symbol-palette/symbolpalette.component.d.ts +3 -0
- package/src/symbol-palette/symbolpalette.module.d.ts +7 -0
- package/syncfusion-ej2-angular-diagrams.d.ts +5 -0
- package/@syncfusion/ej2-angular-diagrams.es5.js +0 -1342
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-diagrams.js +0 -1261
- package/@syncfusion/ej2-angular-diagrams.js.map +0 -1
- package/dist/ej2-angular-diagrams.umd.js +0 -1771
- package/dist/ej2-angular-diagrams.umd.js.map +0 -1
- package/dist/ej2-angular-diagrams.umd.min.js +0 -11
- package/dist/ej2-angular-diagrams.umd.min.js.map +0 -1
- package/ej2-angular-diagrams.d.ts +0 -7
- package/ej2-angular-diagrams.metadata.json +0 -1
- package/license +0 -10
@@ -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
|
@@ -92,6 +93,8 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
|
|
92
93
|
*/
|
93
94
|
width: any;
|
94
95
|
constructor(viewContainerRef: ViewContainerRef);
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandleDirective, never>;
|
97
|
+
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"; "tooltip": "tooltip"; "visibility": "visibility"; "width": "width"; }, {}, never>;
|
95
98
|
}
|
96
99
|
/**
|
97
100
|
* NodeFixedUserHandle Array Directive
|
@@ -99,4 +102,6 @@ export declare class NodeFixedUserHandleDirective extends ComplexBase<NodeFixedU
|
|
99
102
|
*/
|
100
103
|
export declare class NodeFixedUserHandlesDirective extends ArrayBase<NodeFixedUserHandlesDirective> {
|
101
104
|
constructor();
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NodeFixedUserHandlesDirective, never>;
|
106
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeFixedUserHandlesDirective, "e-node>e-node-fixeduserhandles", never, {}, {}, ["children"]>;
|
102
107
|
}
|
@@ -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
|
@@ -132,6 +133,8 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
|
|
132
133
|
*/
|
133
134
|
width: any;
|
134
135
|
constructor(viewContainerRef: ViewContainerRef);
|
136
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PortDirective, never>;
|
137
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PortDirective, "e-node>e-node-ports>e-node-port", never, { "addInfo": "addInfo"; "connectionDirection": "connectionDirection"; "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>;
|
135
138
|
}
|
136
139
|
/**
|
137
140
|
* Port Array Directive
|
@@ -139,4 +142,6 @@ export declare class PortDirective extends ComplexBase<PortDirective> {
|
|
139
142
|
*/
|
140
143
|
export declare class PortsDirective extends ArrayBase<PortsDirective> {
|
141
144
|
constructor();
|
145
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PortsDirective, never>;
|
146
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PortsDirective, "e-node>e-node-ports", never, {}, {}, ["children"]>;
|
142
147
|
}
|
@@ -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
|
}
|