@syncfusion/ej2-angular-diagrams 30.1.41 → 30.1.42-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 (63) hide show
  1. package/@syncfusion/ej2-angular-diagrams.es5.js +1342 -0
  2. package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-diagrams.js +1261 -0
  4. package/@syncfusion/ej2-angular-diagrams.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-diagrams.umd.js +1787 -0
  7. package/dist/ej2-angular-diagrams.umd.js.map +1 -0
  8. package/dist/ej2-angular-diagrams.umd.min.js +11 -0
  9. package/dist/ej2-angular-diagrams.umd.min.js.map +1 -0
  10. package/ej2-angular-diagrams.d.ts +7 -0
  11. package/ej2-angular-diagrams.metadata.json +1 -0
  12. package/package.json +10 -23
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/diagram/connector-annotation.directive.d.ts +170 -175
  17. package/src/diagram/connector-fixeduserhandle.directive.d.ts +111 -116
  18. package/src/diagram/connectors.directive.d.ts +276 -281
  19. package/src/diagram/customcursor.directive.d.ts +31 -36
  20. package/src/diagram/diagram-all.module.d.ts +25 -31
  21. package/src/diagram/diagram.component.d.ts +103 -106
  22. package/src/diagram/diagram.module.d.ts +5 -20
  23. package/src/diagram/layers.directive.d.ts +55 -60
  24. package/src/diagram/node-annotation.directive.d.ts +151 -156
  25. package/src/diagram/node-fixeduserhandle.directive.d.ts +102 -107
  26. package/src/diagram/nodes.directive.d.ts +338 -343
  27. package/src/diagram/ports.directive.d.ts +142 -147
  28. package/src/index.d.ts +20 -20
  29. package/src/overview/overview-all.module.d.ts +5 -11
  30. package/src/overview/overview.component.d.ts +29 -32
  31. package/src/overview/overview.module.d.ts +5 -11
  32. package/src/symbol-palette/palettes.directive.d.ts +51 -56
  33. package/src/symbol-palette/symbolpalette-all.module.d.ts +5 -11
  34. package/src/symbol-palette/symbolpalette.component.d.ts +32 -35
  35. package/src/symbol-palette/symbolpalette.module.d.ts +5 -12
  36. package/CHANGELOG.md +0 -2052
  37. package/esm2020/public_api.mjs +0 -2
  38. package/esm2020/src/diagram/connector-annotation.directive.mjs +0 -59
  39. package/esm2020/src/diagram/connector-fixeduserhandle.directive.mjs +0 -59
  40. package/esm2020/src/diagram/connectors.directive.mjs +0 -60
  41. package/esm2020/src/diagram/customcursor.directive.mjs +0 -54
  42. package/esm2020/src/diagram/diagram-all.module.mjs +0 -83
  43. package/esm2020/src/diagram/diagram.component.mjs +0 -231
  44. package/esm2020/src/diagram/diagram.module.mjs +0 -106
  45. package/esm2020/src/diagram/layers.directive.mjs +0 -54
  46. package/esm2020/src/diagram/node-annotation.directive.mjs +0 -59
  47. package/esm2020/src/diagram/node-fixeduserhandle.directive.mjs +0 -59
  48. package/esm2020/src/diagram/nodes.directive.mjs +0 -62
  49. package/esm2020/src/diagram/ports.directive.mjs +0 -59
  50. package/esm2020/src/index.mjs +0 -21
  51. package/esm2020/src/overview/overview-all.module.mjs +0 -23
  52. package/esm2020/src/overview/overview.component.mjs +0 -60
  53. package/esm2020/src/overview/overview.module.mjs +0 -25
  54. package/esm2020/src/symbol-palette/palettes.directive.mjs +0 -52
  55. package/esm2020/src/symbol-palette/symbolpalette-all.module.mjs +0 -23
  56. package/esm2020/src/symbol-palette/symbolpalette.component.mjs +0 -71
  57. package/esm2020/src/symbol-palette/symbolpalette.module.mjs +0 -34
  58. package/esm2020/syncfusion-ej2-angular-diagrams.mjs +0 -5
  59. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs +0 -1153
  60. package/fesm2015/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  61. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs +0 -1153
  62. package/fesm2020/syncfusion-ej2-angular-diagrams.mjs.map +0 -1
  63. package/syncfusion-ej2-angular-diagrams.d.ts +0 -5
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-diagrams';
4
- exports.pkgVer = '^30.1.41';
4
+ exports.pkgVer = '^30.1.42';
5
5
  exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
6
- exports.themeVer = '~30.1.41';
6
+ exports.themeVer = '~30.1.42';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-diagrams';
2
- export const pkgVer = '^30.1.41';
2
+ export const pkgVer = '^30.1.42';
3
3
  export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4
- export const themeVer = '~30.1.41';
4
+ export const themeVer = '~30.1.42';
@@ -1,175 +1,170 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Connectors Directive
6
- * ```html
7
- * <e-connectors>
8
- * <e-connector>
9
- * <e-connector-annotations>
10
- * <e-connector-annotation>
11
- * </e-connector-annotation>
12
- * </e-connector-annotations>
13
- * </e-connector>
14
- * </e-connectors>
15
- * ```
16
- */
17
- export declare class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotationDirective> {
18
- private viewContainerRef;
19
- directivePropList: any;
20
- /**
21
- * Sets the type of the annotation
22
- * * Shape - Sets the annotation type as Shape
23
- * * Path - Sets the annotation type as Path
24
- * @default 'Shape'
25
- */
26
- type: any;
27
- /**
28
- * Allows the user to save custom information/data about an annotation
29
- *
30
- * @aspdefaultvalueignore
31
- * @default undefined
32
- */
33
- addInfo: any;
34
- /**
35
- * Sets the segment alignment of annotation
36
- * * Center - Aligns the annotation at the center of a connector segment
37
- * * Before - Aligns the annotation before a connector segment
38
- * * After - Aligns the annotation after a connector segment
39
- * @default Center
40
- */
41
- alignment: any;
42
- /**
43
- * Defines the type of annotation template
44
- * String - Defines annotation template to be in string
45
- * Template - Defines annotation template to be in html content
46
- * @default 'String'
47
- */
48
- annotationType: any;
49
- /**
50
- * Enables or disables the default behaviors of the label.
51
- * * ReadOnly - Enables/Disables the ReadOnly Constraints
52
- * * InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
53
- * @default 'InheritReadOnly'
54
- * @aspnumberenum
55
- */
56
- constraints: any;
57
- /**
58
- * Sets the textual description of the node/connector
59
- * @default ''
60
- */
61
- content: any;
62
- /**
63
- * Sets the displacement of an annotation from its actual position
64
- * @aspdefaultvalueignore
65
- * @blazordefaultvalueignore
66
- * @default undefined
67
- */
68
- displacement: any;
69
- /**
70
- * Sets the space to be left between an annotation and its parent node/connector
71
- * @default new Margin(20,20,20,20)
72
- */
73
- dragLimit: any;
74
- /**
75
- * Sets the height of the text
76
- * @aspdefaultvalueignore
77
- * @default undefined
78
- */
79
- height: any;
80
- /**
81
- * Sets the horizontal alignment of the text with respect to the parent node/connector
82
- * * Stretch - Stretches the diagram element throughout its immediate parent
83
- * * Left - Aligns the diagram element at the left of its immediate parent
84
- * * Right - Aligns the diagram element at the right of its immediate parent
85
- * * Center - Aligns the diagram element at the center of its immediate parent
86
- * * Auto - Aligns the diagram element based on the characteristics of its immediate parent
87
- * @default 'Center'
88
- */
89
- horizontalAlignment: any;
90
- /**
91
- * Sets the hyperlink of the label
92
- *
93
- * @aspdefaultvalueignore
94
- * @default undefined
95
- */
96
- hyperlink: any;
97
- /**
98
- * Defines the unique id of the annotation
99
- * @default ''
100
- */
101
- id: any;
102
- /**
103
- * Sets the space to be left between an annotation and its parent node/connector
104
- * @default new Margin(0,0,0,0)
105
- */
106
- margin: any;
107
- /**
108
- * Sets the segment offset of annotation
109
- * @default 0.5
110
- */
111
- offset: any;
112
- /**
113
- * Sets the rotate angle of the text
114
- * @default 0
115
- */
116
- rotateAngle: any;
117
- /**
118
- * Gets or sets the reference mode for annotation rotation.
119
- * @default 'Parent'
120
- */
121
- rotationReference: any;
122
- /**
123
- * Enable/Disable the angle based on the connector segment
124
- * @default false
125
- */
126
- segmentAngle: any;
127
- /**
128
- * Defines the appearance of the text
129
- * @default new TextStyle()
130
- */
131
- style: any;
132
- /**
133
- * Sets the textual description of the node/connector
134
- * @default 'undefined'
135
- */
136
- template: any;
137
- /**
138
- * This property is used to show tooltip for annotation on mouse over.
139
- * @default new DiagramToolTip();
140
- */
141
- tooltip: any;
142
- /**
143
- * Sets the vertical alignment of the text with respect to the parent node/connector
144
- * * Stretch - Stretches the diagram element throughout its immediate parent
145
- * * Top - Aligns the diagram element at the top of its immediate parent
146
- * * Bottom - Aligns the diagram element at the bottom of its immediate parent
147
- * * Center - Aligns the diagram element at the center of its immediate parent
148
- * * Auto - Aligns the diagram element based on the characteristics of its immediate parent
149
- * @default 'Center'
150
- */
151
- verticalAlignment: any;
152
- /**
153
- * Defines the visibility of the label
154
- * @default true
155
- */
156
- visibility: any;
157
- /**
158
- * Sets the width of the text
159
- * @aspdefaultvalueignore
160
- * @default undefined
161
- */
162
- width: any;
163
- constructor(viewContainerRef: ViewContainerRef);
164
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationDirective, never>;
165
- 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"; "tooltip": "tooltip"; "type": "type"; "verticalAlignment": "verticalAlignment"; "visibility": "visibility"; "width": "width"; }, {}, never>;
166
- }
167
- /**
168
- * ConnectorAnnotation Array Directive
169
- * @private
170
- */
171
- export declare class ConnectorAnnotationsDirective extends ArrayBase<ConnectorAnnotationsDirective> {
172
- constructor();
173
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorAnnotationsDirective, never>;
174
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorAnnotationsDirective, "e-connector>e-connector-annotations", never, {}, {}, ["children"]>;
175
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Connectors Directive
5
+ * ```html
6
+ * <e-connectors>
7
+ * <e-connector>
8
+ * <e-connector-annotations>
9
+ * <e-connector-annotation>
10
+ * </e-connector-annotation>
11
+ * </e-connector-annotations>
12
+ * </e-connector>
13
+ * </e-connectors>
14
+ * ```
15
+ */
16
+ export declare class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotationDirective> {
17
+ private viewContainerRef;
18
+ directivePropList: any;
19
+ /**
20
+ * Sets the type of the annotation
21
+ * * Shape - Sets the annotation type as Shape
22
+ * * Path - Sets the annotation type as Path
23
+ * @default 'Shape'
24
+ */
25
+ type: any;
26
+ /**
27
+ * Allows the user to save custom information/data about an annotation
28
+ *
29
+ * @aspdefaultvalueignore
30
+ * @default undefined
31
+ */
32
+ addInfo: any;
33
+ /**
34
+ * Sets the segment alignment of annotation
35
+ * * Center - Aligns the annotation at the center of a connector segment
36
+ * * Before - Aligns the annotation before a connector segment
37
+ * * After - Aligns the annotation after a connector segment
38
+ * @default Center
39
+ */
40
+ alignment: any;
41
+ /**
42
+ * Defines the type of annotation template
43
+ * String - Defines annotation template to be in string
44
+ * Template - Defines annotation template to be in html content
45
+ * @default 'String'
46
+ */
47
+ annotationType: any;
48
+ /**
49
+ * Enables or disables the default behaviors of the label.
50
+ * * ReadOnly - Enables/Disables the ReadOnly Constraints
51
+ * * InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
52
+ * @default 'InheritReadOnly'
53
+ * @aspnumberenum
54
+ */
55
+ constraints: any;
56
+ /**
57
+ * Sets the textual description of the node/connector
58
+ * @default ''
59
+ */
60
+ content: any;
61
+ /**
62
+ * Sets the displacement of an annotation from its actual position
63
+ * @aspdefaultvalueignore
64
+ * @blazordefaultvalueignore
65
+ * @default undefined
66
+ */
67
+ displacement: any;
68
+ /**
69
+ * Sets the space to be left between an annotation and its parent node/connector
70
+ * @default new Margin(20,20,20,20)
71
+ */
72
+ dragLimit: any;
73
+ /**
74
+ * Sets the height of the text
75
+ * @aspdefaultvalueignore
76
+ * @default undefined
77
+ */
78
+ height: any;
79
+ /**
80
+ * Sets the horizontal alignment of the text with respect to the parent node/connector
81
+ * * Stretch - Stretches the diagram element throughout its immediate parent
82
+ * * Left - Aligns the diagram element at the left of its immediate parent
83
+ * * Right - Aligns the diagram element at the right of its immediate parent
84
+ * * Center - Aligns the diagram element at the center of its immediate parent
85
+ * * Auto - Aligns the diagram element based on the characteristics of its immediate parent
86
+ * @default 'Center'
87
+ */
88
+ horizontalAlignment: any;
89
+ /**
90
+ * Sets the hyperlink of the label
91
+ *
92
+ * @aspdefaultvalueignore
93
+ * @default undefined
94
+ */
95
+ hyperlink: any;
96
+ /**
97
+ * Defines the unique id of the annotation
98
+ * @default ''
99
+ */
100
+ id: any;
101
+ /**
102
+ * Sets the space to be left between an annotation and its parent node/connector
103
+ * @default new Margin(0,0,0,0)
104
+ */
105
+ margin: any;
106
+ /**
107
+ * Sets the segment offset of annotation
108
+ * @default 0.5
109
+ */
110
+ offset: any;
111
+ /**
112
+ * Sets the rotate angle of the text
113
+ * @default 0
114
+ */
115
+ rotateAngle: any;
116
+ /**
117
+ * Gets or sets the reference mode for annotation rotation.
118
+ * @default 'Parent'
119
+ */
120
+ rotationReference: any;
121
+ /**
122
+ * Enable/Disable the angle based on the connector segment
123
+ * @default false
124
+ */
125
+ segmentAngle: any;
126
+ /**
127
+ * Defines the appearance of the text
128
+ * @default new TextStyle()
129
+ */
130
+ style: any;
131
+ /**
132
+ * Sets the textual description of the node/connector
133
+ * @default 'undefined'
134
+ */
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;
141
+ /**
142
+ * Sets the vertical alignment of the text with respect to the parent node/connector
143
+ * * Stretch - Stretches the diagram element throughout its immediate parent
144
+ * * Top - Aligns the diagram element at the top of its immediate parent
145
+ * * Bottom - Aligns the diagram element at the bottom of its immediate parent
146
+ * * Center - Aligns the diagram element at the center of its immediate parent
147
+ * * Auto - Aligns the diagram element based on the characteristics of its immediate parent
148
+ * @default 'Center'
149
+ */
150
+ verticalAlignment: any;
151
+ /**
152
+ * Defines the visibility of the label
153
+ * @default true
154
+ */
155
+ visibility: any;
156
+ /**
157
+ * Sets the width of the text
158
+ * @aspdefaultvalueignore
159
+ * @default undefined
160
+ */
161
+ width: any;
162
+ constructor(viewContainerRef: ViewContainerRef);
163
+ }
164
+ /**
165
+ * ConnectorAnnotation Array Directive
166
+ * @private
167
+ */
168
+ export declare class ConnectorAnnotationsDirective extends ArrayBase<ConnectorAnnotationsDirective> {
169
+ constructor();
170
+ }
@@ -1,116 +1,111 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Connectors Directive
6
- * ```html
7
- * <e-connectors>
8
- * <e-connector>
9
- * <e-connector-fixeduserhandles>
10
- * <e-connector-fixeduserhandle>
11
- * </e-connector-fixeduserhandle>
12
- * </e-connector-fixeduserhandles>
13
- * </e-connector>
14
- * </e-connectors>
15
- * ```
16
- */
17
- export declare class ConnectorFixedUserHandleDirective extends ComplexBase<ConnectorFixedUserHandleDirective> {
18
- private viewContainerRef;
19
- directivePropList: any;
20
- /**
21
- * Specifies the segment alignment of the fixed user handle
22
- * * Center - Aligns the annotation at the center of a connector segment
23
- * * Before - Aligns the annotation before a connector segment
24
- * * After - Aligns the annotation after a connector segment
25
- * @default Center
26
- */
27
- alignment: any;
28
- /**
29
- * Specifies the cornerRadius for fixed user handle container
30
- * @default 0
31
- */
32
- cornerRadius: any;
33
- /**
34
- * Specifies the displacement of an fixed user handle from its actual position
35
- * @aspdefaultvalueignore
36
- * @default undefined
37
- */
38
- displacement: any;
39
- /**
40
- * Specifies the fill color of the fixed user handle
41
- * @default 'transparent'
42
- */
43
- fill: any;
44
- /**
45
- * Specifies the stroke color of the fixed user handle container
46
- * @default ''
47
- */
48
- handleStrokeColor: any;
49
- /**
50
- * Specifies the stroke width of the fixed user handle container
51
- * @default 1
52
- */
53
- handleStrokeWidth: any;
54
- /**
55
- * Specifies the height of the fixed user handle
56
- * @default 10
57
- */
58
- height: any;
59
- /**
60
- * Specifies the stroke color of the fixed user handle
61
- * @default 'transparent'
62
- */
63
- iconStrokeColor: any;
64
- /**
65
- * Specifies the stroke width of the fixed user handle
66
- * @default 0
67
- */
68
- iconStrokeWidth: any;
69
- /**
70
- * Specifies the unique id of the fixed user handle
71
- * @default ''
72
- */
73
- id: any;
74
- /**
75
- * Specifies the position of the connector fixed user handle
76
- * @default 0.5
77
- */
78
- offset: any;
79
- /**
80
- * Specifies the space between the fixed user handle and container
81
- * @default new Margin(0,0,0,0)
82
- */
83
- padding: any;
84
- /**
85
- * Specifies the shape information for fixed user handle
86
- * @default ''
87
- */
88
- pathData: any;
89
- /**
90
- * Used to show tooltip for fixed user handle on mouse over.
91
- * @default {}
92
- */
93
- tooltip: any;
94
- /**
95
- * Specifies the visibility of the fixed user handle
96
- * @default true
97
- */
98
- visibility: any;
99
- /**
100
- * Specifies the width of the fixed user handle
101
- * @default 10
102
- */
103
- width: any;
104
- 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
- }
108
- /**
109
- * ConnectorFixedUserHandle Array Directive
110
- * @private
111
- */
112
- export declare class ConnectorFixedUserHandlesDirective extends ArrayBase<ConnectorFixedUserHandlesDirective> {
113
- constructor();
114
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorFixedUserHandlesDirective, never>;
115
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConnectorFixedUserHandlesDirective, "e-connector>e-connector-fixeduserhandles", never, {}, {}, ["children"]>;
116
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Connectors Directive
5
+ * ```html
6
+ * <e-connectors>
7
+ * <e-connector>
8
+ * <e-connector-fixeduserhandles>
9
+ * <e-connector-fixeduserhandle>
10
+ * </e-connector-fixeduserhandle>
11
+ * </e-connector-fixeduserhandles>
12
+ * </e-connector>
13
+ * </e-connectors>
14
+ * ```
15
+ */
16
+ export declare class ConnectorFixedUserHandleDirective extends ComplexBase<ConnectorFixedUserHandleDirective> {
17
+ private viewContainerRef;
18
+ directivePropList: any;
19
+ /**
20
+ * Specifies the segment alignment of the fixed user handle
21
+ * * Center - Aligns the annotation at the center of a connector segment
22
+ * * Before - Aligns the annotation before a connector segment
23
+ * * After - Aligns the annotation after a connector segment
24
+ * @default Center
25
+ */
26
+ alignment: any;
27
+ /**
28
+ * Specifies the cornerRadius for fixed user handle container
29
+ * @default 0
30
+ */
31
+ cornerRadius: any;
32
+ /**
33
+ * Specifies the displacement of an fixed user handle from its actual position
34
+ * @aspdefaultvalueignore
35
+ * @default undefined
36
+ */
37
+ displacement: any;
38
+ /**
39
+ * Specifies the fill color of the fixed user handle
40
+ * @default 'transparent'
41
+ */
42
+ fill: any;
43
+ /**
44
+ * Specifies the stroke color of the fixed user handle container
45
+ * @default ''
46
+ */
47
+ handleStrokeColor: any;
48
+ /**
49
+ * Specifies the stroke width of the fixed user handle container
50
+ * @default 1
51
+ */
52
+ handleStrokeWidth: any;
53
+ /**
54
+ * Specifies the height of the fixed user handle
55
+ * @default 10
56
+ */
57
+ height: any;
58
+ /**
59
+ * Specifies the stroke color of the fixed user handle
60
+ * @default 'transparent'
61
+ */
62
+ iconStrokeColor: any;
63
+ /**
64
+ * Specifies the stroke width of the fixed user handle
65
+ * @default 0
66
+ */
67
+ iconStrokeWidth: any;
68
+ /**
69
+ * Specifies the unique id of the fixed user handle
70
+ * @default ''
71
+ */
72
+ id: any;
73
+ /**
74
+ * Specifies the position of the connector fixed user handle
75
+ * @default 0.5
76
+ */
77
+ offset: any;
78
+ /**
79
+ * Specifies the space between the fixed user handle and container
80
+ * @default new Margin(0,0,0,0)
81
+ */
82
+ padding: any;
83
+ /**
84
+ * Specifies the shape information for fixed user handle
85
+ * @default ''
86
+ */
87
+ pathData: any;
88
+ /**
89
+ * Used to show tooltip for fixed user handle on mouse over.
90
+ * @default {}
91
+ */
92
+ tooltip: any;
93
+ /**
94
+ * Specifies the visibility of the fixed user handle
95
+ * @default true
96
+ */
97
+ visibility: any;
98
+ /**
99
+ * Specifies the width of the fixed user handle
100
+ * @default 10
101
+ */
102
+ width: any;
103
+ constructor(viewContainerRef: ViewContainerRef);
104
+ }
105
+ /**
106
+ * ConnectorFixedUserHandle Array Directive
107
+ * @private
108
+ */
109
+ export declare class ConnectorFixedUserHandlesDirective extends ArrayBase<ConnectorFixedUserHandlesDirective> {
110
+ constructor();
111
+ }