@syncfusion/ej2-angular-diagrams 26.2.12 → 27.1.48-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 (114) 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 +1756 -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/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/collection.json +10 -9
  14. package/schematics/ng-add/index.d.ts +3 -0
  15. package/schematics/ng-add/index.js +9 -0
  16. package/schematics/ng-add/index.ts +10 -10
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -34
  20. package/schematics/ng-add/schema.ts +30 -30
  21. package/schematics/tsconfig.json +25 -25
  22. package/schematics/utils/lib-details.d.ts +4 -0
  23. package/schematics/utils/lib-details.js +6 -0
  24. package/schematics/utils/lib-details.ts +2 -2
  25. package/src/diagram/connector-annotation.directive.d.ts +5 -5
  26. package/src/diagram/connector-fixeduserhandle.directive.d.ts +0 -5
  27. package/src/diagram/connectors.directive.d.ts +6 -6
  28. package/src/diagram/customcursor.directive.d.ts +0 -5
  29. package/src/diagram/diagram-all.module.d.ts +1 -7
  30. package/src/diagram/diagram.component.d.ts +1 -3
  31. package/src/diagram/diagram.module.d.ts +0 -15
  32. package/src/diagram/layers.directive.d.ts +0 -5
  33. package/src/diagram/node-annotation.directive.d.ts +5 -5
  34. package/src/diagram/node-fixeduserhandle.directive.d.ts +0 -5
  35. package/src/diagram/nodes.directive.d.ts +5 -10
  36. package/src/diagram/ports.directive.d.ts +0 -5
  37. package/src/index.d.ts +1 -1
  38. package/src/overview/overview-all.module.d.ts +0 -6
  39. package/src/overview/overview.component.d.ts +0 -3
  40. package/src/overview/overview.module.d.ts +0 -6
  41. package/src/symbol-palette/palettes.directive.d.ts +0 -5
  42. package/src/symbol-palette/symbolpalette-all.module.d.ts +0 -6
  43. package/src/symbol-palette/symbolpalette.component.d.ts +0 -3
  44. package/src/symbol-palette/symbolpalette.module.d.ts +0 -7
  45. package/styles/bootstrap-dark-lite.css +1 -0
  46. package/styles/bootstrap-dark-lite.scss +1 -0
  47. package/styles/bootstrap-lite.css +1 -0
  48. package/styles/bootstrap-lite.scss +1 -0
  49. package/styles/bootstrap4-lite.css +1 -0
  50. package/styles/bootstrap4-lite.scss +1 -0
  51. package/styles/bootstrap5-dark-lite.css +1 -0
  52. package/styles/bootstrap5-dark-lite.scss +1 -0
  53. package/styles/bootstrap5-lite.css +1 -0
  54. package/styles/bootstrap5-lite.scss +1 -0
  55. package/styles/bootstrap5.3-lite.css +1 -0
  56. package/styles/bootstrap5.3-lite.scss +1 -0
  57. package/styles/bootstrap5.3.css +1 -0
  58. package/styles/bootstrap5.3.scss +1 -0
  59. package/styles/diagram/bootstrap5.3.css +1 -0
  60. package/styles/diagram/bootstrap5.3.scss +1 -0
  61. package/styles/fabric-dark-lite.css +1 -0
  62. package/styles/fabric-dark-lite.scss +1 -0
  63. package/styles/fabric-lite.css +1 -0
  64. package/styles/fabric-lite.scss +1 -0
  65. package/styles/fluent-dark-lite.css +1 -0
  66. package/styles/fluent-dark-lite.scss +1 -0
  67. package/styles/fluent-lite.css +1 -0
  68. package/styles/fluent-lite.scss +1 -0
  69. package/styles/fluent2-lite.css +1 -0
  70. package/styles/fluent2-lite.scss +1 -0
  71. package/styles/highcontrast-light-lite.css +1 -0
  72. package/styles/highcontrast-light-lite.scss +1 -0
  73. package/styles/highcontrast-lite.css +1 -0
  74. package/styles/highcontrast-lite.scss +1 -0
  75. package/styles/material-dark-lite.css +1 -0
  76. package/styles/material-dark-lite.scss +1 -0
  77. package/styles/material-lite.css +1 -0
  78. package/styles/material-lite.scss +1 -0
  79. package/styles/material3-dark-lite.css +1 -0
  80. package/styles/material3-dark-lite.scss +1 -0
  81. package/styles/material3-lite.css +1 -0
  82. package/styles/material3-lite.scss +1 -0
  83. package/styles/tailwind-dark-lite.css +1 -0
  84. package/styles/tailwind-dark-lite.scss +1 -0
  85. package/styles/tailwind-lite.css +1 -0
  86. package/styles/tailwind-lite.scss +1 -0
  87. package/CHANGELOG.md +0 -2098
  88. package/esm2020/public_api.mjs +0 -2
  89. package/esm2020/src/diagram/connector-annotation.directive.mjs +0 -59
  90. package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +0 -59
  91. package/esm2020/src/diagram/connectors.directive.mjs +0 -60
  92. package/esm2020/src/diagram/customcursor.directive.mjs +0 -54
  93. package/esm2020/src/diagram/diagram-all.module.mjs +0 -80
  94. package/esm2020/src/diagram/diagram.component.mjs +0 -224
  95. package/esm2020/src/diagram/diagram.module.mjs +0 -106
  96. package/esm2020/src/diagram/layers.directive.mjs +0 -54
  97. package/esm2020/src/diagram/node-annotation.directive.mjs +0 -59
  98. package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +0 -59
  99. package/esm2020/src/diagram/nodes.directive.mjs +0 -62
  100. package/esm2020/src/diagram/ports.directive.mjs +0 -59
  101. package/esm2020/src/index.mjs +0 -21
  102. package/esm2020/src/overview/overview-all.module.mjs +0 -23
  103. package/esm2020/src/overview/overview.component.mjs +0 -60
  104. package/esm2020/src/overview/overview.module.mjs +0 -25
  105. package/esm2020/src/symbol-palette/palettes.directive.mjs +0 -52
  106. package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +0 -23
  107. package/esm2020/src/symbol-palette/symbolpalette.component.mjs +0 -71
  108. package/esm2020/src/symbol-palette/symbolpalette.module.mjs +0 -34
  109. package/esm2020/syncfusion-ej2-angular-diagrams.mjs +0 -5
  110. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +0 -1143
  111. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  112. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +0 -1143
  113. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  114. package/syncfusion-ej2-angular-diagrams.d.ts +0 -5
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-diagrams@*",
3
- "_id": "@syncfusion/ej2-angular-diagrams@26.2.11",
3
+ "_id": "@syncfusion/ej2-angular-diagrams@19.18.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-AclsDDm8jrIVJvWQcJhIrVlrYfcTFZcrxtj2Iwe8hJOEHbkC7Gt2J5gyPs2bVKlBPz19UNqMssoyeralDN2X3Q==",
5
+ "_integrity": "sha512-Z4MDuD6NC8iZjJLWslXmcyEWEGEUn7OihmKmUW8bBd4GGulPg9lb6Ktf0z6zwPs/YRoLRBSJwh9MpT8JyLvMSA==",
6
6
  "_location": "/@syncfusion/ej2-angular-diagrams",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-diagrams/-/ej2-angular-diagrams-26.2.11.tgz",
23
- "_shasum": "67fed624a35c525cdc8282645415e2547c4a5f80",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-diagrams/-/ej2-angular-diagrams-19.18.0.tgz",
23
+ "_shasum": "56eed93d9d8c39380263d5c59eb34c62b8ab9bd3",
24
24
  "_spec": "@syncfusion/ej2-angular-diagrams@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.2.10",
35
- "@syncfusion/ej2-base": "~26.2.10",
36
- "@syncfusion/ej2-diagrams": "26.2.12",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~27.1.48",
35
+ "@syncfusion/ej2-base": "~27.1.48",
36
+ "@syncfusion/ej2-diagrams": "27.1.48"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-diagrams.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-diagrams.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-diagrams.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-diagrams.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-diagrams.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-diagrams.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-diagrams.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-diagrams.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-diagrams.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-diagrams.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-diagrams.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
@@ -63,7 +47,9 @@
63
47
  "ej2-ng-diagrams"
64
48
  ],
65
49
  "license": "SEE LICENSE IN license",
66
- "module": "fesm2015/syncfusion-ej2-angular-diagrams.mjs",
50
+ "main": "dist/ej2-angular-diagrams.umd.js",
51
+ "metadata": "ej2-angular-diagrams.metadata.json",
52
+ "module": "@syncfusion/ej2-angular-diagrams.es5.js",
67
53
  "name": "@syncfusion/ej2-angular-diagrams",
68
54
  "repository": {
69
55
  "type": "git",
@@ -71,6 +57,6 @@
71
57
  },
72
58
  "schematics": "./schematics/collection.json",
73
59
  "sideEffects": false,
74
- "typings": "syncfusion-ej2-angular-diagrams.d.ts",
75
- "version": "26.2.12"
60
+ "typings": "ej2-angular-diagrams.d.ts",
61
+ "version": "27.1.48-ngcc"
76
62
  }
@@ -1,10 +1,11 @@
1
1
  {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- }
9
- }
10
- }
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ }
9
+ }
10
+ }
11
+
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lib_details_1 = require("./../utils/lib-details");
4
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
+ function default_1(options) {
6
+ const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
+ return schematics_1.install(options, libOptions);
8
+ }
9
+ exports.default = default_1;
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-diagrams";
2
+ export declare const pkgVer = "^19.18.0";
3
+ export declare const moduleName = "DiagramModule, SymbolPaletteModule, OverviewModule";
4
+ export declare const themeVer = "~19.18.0";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-diagrams';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-diagrams';
2
- export const pkgVer = '^26.2.11';
2
+ export const pkgVer = '^27.1.48';
3
3
  export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4
- export const themeVer = '~26.2.11';
4
+ export const themeVer = '~27.1.48';
@@ -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
@@ -134,6 +133,11 @@ export declare class ConnectorAnnotationDirective extends ComplexBase<ConnectorA
134
133
  * @default 'undefined'
135
134
  */
136
135
  template: any;
136
+ /**
137
+ * This property is used to show tooltip for annotation on mouse over.
138
+ * @default new DiagramToolTip();
139
+ */
140
+ tooltip: any;
137
141
  /**
138
142
  * Sets the vertical alignment of the text with respect to the parent node/connector
139
143
  * * Stretch - Stretches the diagram element throughout its immediate parent
@@ -156,8 +160,6 @@ export declare class ConnectorAnnotationDirective extends ComplexBase<ConnectorA
156
160
  */
157
161
  width: any;
158
162
  constructor(viewContainerRef: ViewContainerRef);
159
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationDirective, never>;
160
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationDirective, "e-connector>e-connector-annotations>e-connector-annotation", never, { "addInfo": "addInfo"; "alignment": "alignment"; "annotationType": "annotationType"; "constraints": "constraints"; "content": "content"; "displacement": "displacement"; "dragLimit": "dragLimit"; "height": "height"; "horizontalAlignment": "horizontalAlignment"; "hyperlink": "hyperlink"; "id": "id"; "margin": "margin"; "offset": "offset"; "rotateAngle": "rotateAngle"; "rotationReference": "rotationReference"; "segmentAngle": "segmentAngle"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
161
163
  }
162
164
  /**
163
165
  * ConnectorAnnotation Array Directive
@@ -165,6 +167,4 @@ export declare class ConnectorAnnotationDirective extends ComplexBase<ConnectorA
165
167
  */
166
168
  export declare class ConnectorAnnotationsDirective extends ArrayBase<ConnectorAnnotationsDirective> {
167
169
  constructor();
168
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationsDirective, never>;
169
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationsDirective, "e-connector>e-connector-annotations", never, {}, {}, ["children"]>;
170
170
  }
@@ -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
@@ -102,8 +101,6 @@ export declare class ConnectorFixedUserHandleDirective extends ComplexBase<Conne
102
101
  */
103
102
  width: any;
104
103
  constructor(viewContainerRef: ViewContainerRef);
105
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandleDirective, never>;
106
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandleDirective, "e-connector>e-connector-fixeduserhandles>e-connector-fixeduserhandle", never, { "alignment": "alignment"; "cornerRadius": "cornerRadius"; "displacement": "displacement"; "fill": "fill"; "handleStrokeColor": "handleStrokeColor"; "handleStrokeWidth": "handleStrokeWidth"; "height": "height"; "iconStrokeColor": "iconStrokeColor"; "iconStrokeWidth": "iconStrokeWidth"; "id": "id"; "offset": "offset"; "padding": "padding"; "pathData": "pathData"; "tooltip": "tooltip"; "visibility": "visibility"; "width": "width"; }, {}, never>;
107
104
  }
108
105
  /**
109
106
  * ConnectorFixedUserHandle Array Directive
@@ -111,6 +108,4 @@ export declare class ConnectorFixedUserHandleDirective extends ComplexBase<Conne
111
108
  */
112
109
  export declare class ConnectorFixedUserHandlesDirective extends ArrayBase<ConnectorFixedUserHandlesDirective> {
113
110
  constructor();
114
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandlesDirective, never>;
115
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandlesDirective, "e-connector>e-connector-fixeduserhandles", never, {}, {}, ["children"]>;
116
111
  }
@@ -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
@@ -165,6 +164,11 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
165
164
  * @default 'Circle'
166
165
  */
167
166
  segmentThumbShape: any;
167
+ /**
168
+ * Specifies the size of the segment thumb for individual connector. When not set, it defaults to matching the underlying path data
169
+ * @default 10
170
+ */
171
+ segmentThumbSize: any;
168
172
  /**
169
173
  * Defines the segments
170
174
  * @default []
@@ -252,7 +256,7 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
252
256
  /**
253
257
  * Defines the UI of the connector
254
258
  * @default null
255
- * @deprecated
259
+
256
260
  */
257
261
  wrapper: any;
258
262
  /**
@@ -262,8 +266,6 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
262
266
  */
263
267
  zIndex: any;
264
268
  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
269
  }
268
270
  /**
269
271
  * Connector Array Directive
@@ -271,6 +273,4 @@ export declare class ConnectorDirective extends ComplexBase<ConnectorDirective>
271
273
  */
272
274
  export declare class ConnectorsDirective extends ArrayBase<ConnectorsDirective> {
273
275
  constructor();
274
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorsDirective, never>;
275
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorsDirective, "ej-diagram>e-connectors", never, {}, {}, ["children"]>;
276
276
  }
@@ -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;
@@ -17,14 +14,11 @@ export declare const LayoutAnimationService: ValueProvider;
17
14
  export declare const DiagramContextMenuService: ValueProvider;
18
15
  export declare const LineRoutingService: ValueProvider;
19
16
  export declare const ConnectorEditingService: ValueProvider;
20
- export declare const BlazorTooltipService: ValueProvider;
21
17
  export declare const LineDistributionService: ValueProvider;
22
18
  export declare const Ej1SerializationService: ValueProvider;
19
+ export declare const FlowchartLayoutService: ValueProvider;
23
20
  /**
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[];
@@ -45,6 +44,7 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
45
44
  keyDown: any;
46
45
  keyUp: any;
47
46
  load: any;
47
+ loaded: any;
48
48
  mouseEnter: any;
49
49
  mouseLeave: any;
50
50
  mouseOver: any;
@@ -99,6 +99,4 @@ export declare class DiagramComponent extends Diagram implements IComponentBase
99
99
  ngAfterContentChecked(): void;
100
100
  registerEvents: (eventList: string[]) => void;
101
101
  addTwoWay: (propList: string[]) => void;
102
- static ɵfac: i0.ɵɵFactoryDeclaration<DiagramComponent, never>;
103
- 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"; "elementDraw": "elementDraw"; "expandStateChange": "expandStateChange"; "fixedUserHandleClick": "fixedUserHandleClick"; "historyChange": "historyChange"; "historyStateChange": "historyStateChange"; "keyDown": "keyDown"; "keyUp": "keyUp"; "load": "load"; "mouseEnter": "mouseEnter"; "mouseLeave": "mouseLeave"; "mouseOver": "mouseOver"; "mouseWheel": "mouseWheel"; "onFixedUserHandleMouseDown": "onFixedUserHandleMouseDown"; "onFixedUserHandleMouseEnter": "onFixedUserHandleMouseEnter"; "onFixedUserHandleMouseLeave": "onFixedUserHandleMouseLeave"; "onFixedUserHandleMouseUp": "onFixedUserHandleMouseUp"; "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"; }, ["annotationTemplate", "nodeTemplate", "userHandleTemplate", "childLayers", "childCustomCursor", "childConnectors", "childNodes"], never>;
104
102
  }
@@ -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
@@ -115,6 +114,11 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
115
114
  * @default 'undefined'
116
115
  */
117
116
  template: any;
117
+ /**
118
+ * This property is used to show tooltip for annotation on mouse over.
119
+ * @default new DiagramToolTip();
120
+ */
121
+ tooltip: any;
118
122
  /**
119
123
  * Sets the vertical alignment of the text with respect to the parent node/connector
120
124
  * * Stretch - Stretches the diagram element throughout its immediate parent
@@ -137,8 +141,6 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
137
141
  */
138
142
  width: any;
139
143
  constructor(viewContainerRef: ViewContainerRef);
140
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationDirective, never>;
141
- 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"; "rotationReference": "rotationReference"; "style": "style"; "template": "template"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
142
144
  }
143
145
  /**
144
146
  * NodeAnnotation Array Directive
@@ -146,6 +148,4 @@ export declare class NodeAnnotationDirective extends ComplexBase<NodeAnnotationD
146
148
  */
147
149
  export declare class NodeAnnotationsDirective extends ArrayBase<NodeAnnotationsDirective> {
148
150
  constructor();
149
- static ɵfac: i0.ɵɵFactoryDeclaration<NodeAnnotationsDirective, never>;
150
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodeAnnotationsDirective, "e-node>e-node-annotations", never, {}, {}, ["children"]>;
151
151
  }