igniteui-angular-core 14.0.0 → 14.1.0
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/bundles/igniteui-angular-core.umd.js +960 -730
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +382 -314
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +14 -11
- package/esm2015/lib/CodeGeneratingRendererResult.js +56 -44
- package/esm2015/lib/CodeGenerationFolderTemplate.js +41 -37
- package/esm2015/lib/ComponentRendererAdapter.js +3 -0
- package/esm2015/lib/ComponentRenderer_combined.js +1 -1
- package/esm2015/lib/DescriptionSerializer.js +70 -56
- package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm2015/lib/StackedFragmentSeriesDescription.js +121 -121
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +3 -3
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +36 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +38 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +449 -363
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +18 -11
- package/esm5/lib/CodeGeneratingRendererResult.js +95 -66
- package/esm5/lib/CodeGenerationFolderTemplate.js +40 -36
- package/esm5/lib/ComponentRendererAdapter.js +3 -0
- package/esm5/lib/ComponentRenderer_combined.js +1 -1
- package/esm5/lib/DescriptionSerializer.js +70 -56
- package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm5/lib/StackedFragmentSeriesDescription.js +120 -120
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +2 -2
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +46 -0
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +42 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +837 -658
- package/fesm5/igniteui-angular-core.js +959 -731
- package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +3 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +120 -114
- package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +6 -5
- package/lib/CodeGeneratingRendererResult.d.ts +15 -12
- package/lib/DescriptionSerializer.d.ts +7 -6
- package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/StackedFragmentSeriesDescription.d.ts +46 -46
- package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +3 -3
- package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +17 -0
- package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +13 -0
- package/package.json +1 -1
- package/public_api.d.ts +2 -0
|
@@ -16,43 +16,45 @@ export let DotNetCodeGeneratingComponentRendererModuleEmitter = /*@__PURE__*/ ((
|
|
|
16
16
|
class DotNetCodeGeneratingComponentRendererModuleEmitter extends CodeGeneratingComponentRendererModuleEmitter {
|
|
17
17
|
constructor(a, b, c) {
|
|
18
18
|
super(b, c);
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
19
|
+
this.p = 0;
|
|
20
|
+
this.s = 0;
|
|
21
|
+
this.q = false;
|
|
22
|
+
this.r = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
23
|
+
this.p = a;
|
|
24
24
|
}
|
|
25
|
-
get
|
|
26
|
-
return this.
|
|
25
|
+
get t() {
|
|
26
|
+
return this.s;
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
super.
|
|
30
|
-
this.
|
|
28
|
+
o() {
|
|
29
|
+
super.o();
|
|
30
|
+
this.s = 0;
|
|
31
31
|
}
|
|
32
|
-
get
|
|
33
|
-
switch (this.
|
|
32
|
+
get u() {
|
|
33
|
+
switch (this.p) {
|
|
34
34
|
case 0: return "Xam";
|
|
35
35
|
case 4: return "Ultra";
|
|
36
36
|
case 5: return "Igb";
|
|
37
37
|
}
|
|
38
38
|
return "";
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
42
|
-
if (a == "withDescriptions" && this.
|
|
43
|
-
this.
|
|
40
|
+
l(a) {
|
|
41
|
+
super.l(a);
|
|
42
|
+
if (a == "withDescriptions" && this.p != 5) {
|
|
43
|
+
this.q = true;
|
|
44
44
|
return;
|
|
45
45
|
}
|
|
46
46
|
let b = "";
|
|
47
47
|
let c = a.split('/');
|
|
48
48
|
if (c.length == 1) {
|
|
49
49
|
b = c[0];
|
|
50
|
+
this.j.addPackageRef(b);
|
|
50
51
|
}
|
|
51
52
|
else {
|
|
53
|
+
this.j.addPackageRef(c[0]);
|
|
52
54
|
b = c[1];
|
|
53
55
|
}
|
|
54
|
-
if (this.
|
|
55
|
-
if (this.
|
|
56
|
+
if (this.q) {
|
|
57
|
+
if (this.s == 0) {
|
|
56
58
|
this.c.k("private ComponentRenderer _componentRenderer = null;");
|
|
57
59
|
this.c.k("public ComponentRenderer Renderer");
|
|
58
60
|
this.c.k("{");
|
|
@@ -73,11 +75,11 @@ export let DotNetCodeGeneratingComponentRendererModuleEmitter = /*@__PURE__*/ ((
|
|
|
73
75
|
}
|
|
74
76
|
this.c.k(d + ".Register(context);");
|
|
75
77
|
}
|
|
76
|
-
this.
|
|
78
|
+
this.s++;
|
|
77
79
|
}
|
|
78
|
-
|
|
79
|
-
super.
|
|
80
|
-
if (this.
|
|
80
|
+
n() {
|
|
81
|
+
super.n();
|
|
82
|
+
if (this.q) {
|
|
81
83
|
this.g.addUsing("using Infragistics.Controls.Description;");
|
|
82
84
|
this.c.f();
|
|
83
85
|
this.c.k("}");
|
|
@@ -13,50 +13,50 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class StackedFragmentSeriesDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
16
|
+
this.b6 = null;
|
|
17
|
+
this.b5 = null;
|
|
18
|
+
this.bn = null;
|
|
19
19
|
this.j = false;
|
|
20
20
|
this.f = false;
|
|
21
21
|
this.an = 0;
|
|
22
22
|
this.ac = 0;
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
23
|
+
this.cl = null;
|
|
24
|
+
this.bz = null;
|
|
25
25
|
this.m = false;
|
|
26
26
|
this.i = false;
|
|
27
27
|
this.ao = 0;
|
|
28
28
|
this.ad = 0;
|
|
29
29
|
this.ap = 0;
|
|
30
30
|
this.ae = 0;
|
|
31
|
-
this.b7 = null;
|
|
32
|
-
this.bo = null;
|
|
33
|
-
this.b8 = null;
|
|
34
|
-
this.bp = null;
|
|
35
31
|
this.b9 = null;
|
|
36
32
|
this.bq = null;
|
|
37
|
-
this.b6 = null;
|
|
38
|
-
this.b5 = null;
|
|
39
|
-
this.bn = null;
|
|
40
|
-
this.bm = null;
|
|
41
33
|
this.ca = null;
|
|
42
34
|
this.br = null;
|
|
43
35
|
this.cb = null;
|
|
44
36
|
this.bs = null;
|
|
37
|
+
this.b8 = null;
|
|
38
|
+
this.b7 = null;
|
|
39
|
+
this.bp = null;
|
|
40
|
+
this.bo = null;
|
|
45
41
|
this.cc = null;
|
|
46
42
|
this.bt = null;
|
|
47
43
|
this.cd = null;
|
|
48
44
|
this.bu = null;
|
|
49
45
|
this.ce = null;
|
|
46
|
+
this.bv = null;
|
|
47
|
+
this.cf = null;
|
|
48
|
+
this.bw = null;
|
|
49
|
+
this.cg = null;
|
|
50
50
|
this.ak = 0;
|
|
51
51
|
this.z = 0;
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
52
|
+
this.ch = null;
|
|
53
|
+
this.bx = null;
|
|
54
54
|
this.ag = 0;
|
|
55
55
|
this.v = 0;
|
|
56
56
|
this.ai = 0;
|
|
57
57
|
this.x = 0;
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
58
|
+
this.ci = null;
|
|
59
|
+
this.by = null;
|
|
60
60
|
this.ah = 0;
|
|
61
61
|
this.w = 0;
|
|
62
62
|
this.al = 0;
|
|
@@ -69,28 +69,28 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
69
69
|
this.af = 0;
|
|
70
70
|
this.aj = 0;
|
|
71
71
|
this.y = 0;
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
72
|
+
this.bl = null;
|
|
73
|
+
this.cm = null;
|
|
74
74
|
this.bf = 0;
|
|
75
75
|
this.bg = 0;
|
|
76
|
-
this.cm = null;
|
|
77
76
|
this.cn = null;
|
|
78
|
-
this.l = false;
|
|
79
77
|
this.co = null;
|
|
78
|
+
this.l = false;
|
|
79
|
+
this.cp = null;
|
|
80
80
|
this.h = false;
|
|
81
81
|
this.be = 0;
|
|
82
|
-
this.
|
|
82
|
+
this.b2 = null;
|
|
83
|
+
this.b3 = null;
|
|
83
84
|
this.b1 = null;
|
|
84
|
-
this.
|
|
85
|
-
this.by = null;
|
|
85
|
+
this.b0 = null;
|
|
86
86
|
this.bd = 0;
|
|
87
|
-
this.cr = null;
|
|
88
|
-
this.cp = null;
|
|
89
|
-
this.cq = null;
|
|
90
87
|
this.cs = null;
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
88
|
+
this.cq = null;
|
|
89
|
+
this.cr = null;
|
|
90
|
+
this.ct = null;
|
|
91
|
+
this.b4 = null;
|
|
92
|
+
this.cj = null;
|
|
93
|
+
this.ck = null;
|
|
94
94
|
}
|
|
95
95
|
get_type() {
|
|
96
96
|
return "StackedFragmentSeries";
|
|
@@ -99,24 +99,24 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
99
99
|
return this.get_type();
|
|
100
100
|
}
|
|
101
101
|
get dataSourceRef() {
|
|
102
|
-
return this.
|
|
102
|
+
return this.b6;
|
|
103
103
|
}
|
|
104
104
|
set dataSourceRef(a) {
|
|
105
|
-
this.
|
|
105
|
+
this.b6 = a;
|
|
106
106
|
this.e("DataSourceRef");
|
|
107
107
|
}
|
|
108
108
|
get brush() {
|
|
109
|
-
return this.
|
|
109
|
+
return this.b5;
|
|
110
110
|
}
|
|
111
111
|
set brush(a) {
|
|
112
|
-
this.
|
|
112
|
+
this.b5 = a;
|
|
113
113
|
this.e("Brush");
|
|
114
114
|
}
|
|
115
115
|
get actualBrush() {
|
|
116
|
-
return this.
|
|
116
|
+
return this.bn;
|
|
117
117
|
}
|
|
118
118
|
set actualBrush(a) {
|
|
119
|
-
this.
|
|
119
|
+
this.bn = a;
|
|
120
120
|
this.e("ActualBrush");
|
|
121
121
|
}
|
|
122
122
|
get isDropShadowEnabled() {
|
|
@@ -148,17 +148,17 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
148
148
|
this.e("ActualShadowBlur");
|
|
149
149
|
}
|
|
150
150
|
get shadowColor() {
|
|
151
|
-
return this.
|
|
151
|
+
return this.cl;
|
|
152
152
|
}
|
|
153
153
|
set shadowColor(a) {
|
|
154
|
-
this.
|
|
154
|
+
this.cl = a;
|
|
155
155
|
this.e("ShadowColor");
|
|
156
156
|
}
|
|
157
157
|
get actualShadowColor() {
|
|
158
|
-
return this.
|
|
158
|
+
return this.bz;
|
|
159
159
|
}
|
|
160
160
|
set actualShadowColor(a) {
|
|
161
|
-
this.
|
|
161
|
+
this.bz = a;
|
|
162
162
|
this.e("ActualShadowColor");
|
|
163
163
|
}
|
|
164
164
|
get useSingleShadow() {
|
|
@@ -204,136 +204,136 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
204
204
|
this.e("ActualShadowOffsetY");
|
|
205
205
|
}
|
|
206
206
|
get legendItemBadgeTemplateRef() {
|
|
207
|
-
return this.
|
|
207
|
+
return this.b9;
|
|
208
208
|
}
|
|
209
209
|
set legendItemBadgeTemplateRef(a) {
|
|
210
|
-
this.
|
|
210
|
+
this.b9 = a;
|
|
211
211
|
this.e("LegendItemBadgeTemplateRef");
|
|
212
212
|
}
|
|
213
213
|
get actualLegendItemBadgeTemplateRef() {
|
|
214
|
-
return this.
|
|
214
|
+
return this.bq;
|
|
215
215
|
}
|
|
216
216
|
set actualLegendItemBadgeTemplateRef(a) {
|
|
217
|
-
this.
|
|
217
|
+
this.bq = a;
|
|
218
218
|
this.e("ActualLegendItemBadgeTemplateRef");
|
|
219
219
|
}
|
|
220
220
|
get legendItemTemplateRef() {
|
|
221
|
-
return this.
|
|
221
|
+
return this.ca;
|
|
222
222
|
}
|
|
223
223
|
set legendItemTemplateRef(a) {
|
|
224
|
-
this.
|
|
224
|
+
this.ca = a;
|
|
225
225
|
this.e("LegendItemTemplateRef");
|
|
226
226
|
}
|
|
227
227
|
get actualLegendItemTemplateRef() {
|
|
228
|
-
return this.
|
|
228
|
+
return this.br;
|
|
229
229
|
}
|
|
230
230
|
set actualLegendItemTemplateRef(a) {
|
|
231
|
-
this.
|
|
231
|
+
this.br = a;
|
|
232
232
|
this.e("ActualLegendItemTemplateRef");
|
|
233
233
|
}
|
|
234
234
|
get legendItemVisibility() {
|
|
235
|
-
return this.
|
|
235
|
+
return this.cb;
|
|
236
236
|
}
|
|
237
237
|
set legendItemVisibility(a) {
|
|
238
|
-
this.
|
|
238
|
+
this.cb = a;
|
|
239
239
|
this.e("LegendItemVisibility");
|
|
240
240
|
}
|
|
241
241
|
get actualLegendItemVisibility() {
|
|
242
|
-
return this.
|
|
242
|
+
return this.bs;
|
|
243
243
|
}
|
|
244
244
|
set actualLegendItemVisibility(a) {
|
|
245
|
-
this.
|
|
245
|
+
this.bs = a;
|
|
246
246
|
this.e("ActualLegendItemVisibility");
|
|
247
247
|
}
|
|
248
248
|
get legendItemBadgeShape() {
|
|
249
|
-
return this.
|
|
249
|
+
return this.b8;
|
|
250
250
|
}
|
|
251
251
|
set legendItemBadgeShape(a) {
|
|
252
|
-
this.
|
|
252
|
+
this.b8 = a;
|
|
253
253
|
this.e("LegendItemBadgeShape");
|
|
254
254
|
}
|
|
255
255
|
get legendItemBadgeMode() {
|
|
256
|
-
return this.
|
|
256
|
+
return this.b7;
|
|
257
257
|
}
|
|
258
258
|
set legendItemBadgeMode(a) {
|
|
259
|
-
this.
|
|
259
|
+
this.b7 = a;
|
|
260
260
|
this.e("LegendItemBadgeMode");
|
|
261
261
|
}
|
|
262
262
|
get actualLegendItemBadgeShape() {
|
|
263
|
-
return this.
|
|
263
|
+
return this.bp;
|
|
264
264
|
}
|
|
265
265
|
set actualLegendItemBadgeShape(a) {
|
|
266
|
-
this.
|
|
266
|
+
this.bp = a;
|
|
267
267
|
this.e("ActualLegendItemBadgeShape");
|
|
268
268
|
}
|
|
269
269
|
get actualLegendItemBadgeMode() {
|
|
270
|
-
return this.
|
|
270
|
+
return this.bo;
|
|
271
271
|
}
|
|
272
272
|
set actualLegendItemBadgeMode(a) {
|
|
273
|
-
this.
|
|
273
|
+
this.bo = a;
|
|
274
274
|
this.e("ActualLegendItemBadgeMode");
|
|
275
275
|
}
|
|
276
276
|
get markerBrush() {
|
|
277
|
-
return this.
|
|
277
|
+
return this.cc;
|
|
278
278
|
}
|
|
279
279
|
set markerBrush(a) {
|
|
280
|
-
this.
|
|
280
|
+
this.cc = a;
|
|
281
281
|
this.e("MarkerBrush");
|
|
282
282
|
}
|
|
283
283
|
get actualMarkerBrush() {
|
|
284
|
-
return this.
|
|
284
|
+
return this.bt;
|
|
285
285
|
}
|
|
286
286
|
set actualMarkerBrush(a) {
|
|
287
|
-
this.
|
|
287
|
+
this.bt = a;
|
|
288
288
|
this.e("ActualMarkerBrush");
|
|
289
289
|
}
|
|
290
290
|
get markerOutline() {
|
|
291
|
-
return this.
|
|
291
|
+
return this.cd;
|
|
292
292
|
}
|
|
293
293
|
set markerOutline(a) {
|
|
294
|
-
this.
|
|
294
|
+
this.cd = a;
|
|
295
295
|
this.e("MarkerOutline");
|
|
296
296
|
}
|
|
297
297
|
get actualMarkerOutline() {
|
|
298
|
-
return this.
|
|
298
|
+
return this.bu;
|
|
299
299
|
}
|
|
300
300
|
set actualMarkerOutline(a) {
|
|
301
|
-
this.
|
|
301
|
+
this.bu = a;
|
|
302
302
|
this.e("ActualMarkerOutline");
|
|
303
303
|
}
|
|
304
304
|
get markerTemplateRef() {
|
|
305
|
-
return this.
|
|
305
|
+
return this.ce;
|
|
306
306
|
}
|
|
307
307
|
set markerTemplateRef(a) {
|
|
308
|
-
this.
|
|
308
|
+
this.ce = a;
|
|
309
309
|
this.e("MarkerTemplateRef");
|
|
310
310
|
}
|
|
311
311
|
get actualMarkerTemplateRef() {
|
|
312
|
-
return this.
|
|
312
|
+
return this.bv;
|
|
313
313
|
}
|
|
314
314
|
set actualMarkerTemplateRef(a) {
|
|
315
|
-
this.
|
|
315
|
+
this.bv = a;
|
|
316
316
|
this.e("ActualMarkerTemplateRef");
|
|
317
317
|
}
|
|
318
318
|
get markerType() {
|
|
319
|
-
return this.
|
|
319
|
+
return this.cf;
|
|
320
320
|
}
|
|
321
321
|
set markerType(a) {
|
|
322
|
-
this.
|
|
322
|
+
this.cf = a;
|
|
323
323
|
this.e("MarkerType");
|
|
324
324
|
}
|
|
325
325
|
get actualMarkerType() {
|
|
326
|
-
return this.
|
|
326
|
+
return this.bw;
|
|
327
327
|
}
|
|
328
328
|
set actualMarkerType(a) {
|
|
329
|
-
this.
|
|
329
|
+
this.bw = a;
|
|
330
330
|
this.e("ActualMarkerType");
|
|
331
331
|
}
|
|
332
332
|
get name() {
|
|
333
|
-
return this.
|
|
333
|
+
return this.cg;
|
|
334
334
|
}
|
|
335
335
|
set name(a) {
|
|
336
|
-
this.
|
|
336
|
+
this.cg = a;
|
|
337
337
|
this.e("Name");
|
|
338
338
|
}
|
|
339
339
|
get opacity() {
|
|
@@ -351,17 +351,17 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
351
351
|
this.e("ActualOpacity");
|
|
352
352
|
}
|
|
353
353
|
get outline() {
|
|
354
|
-
return this.
|
|
354
|
+
return this.ch;
|
|
355
355
|
}
|
|
356
356
|
set outline(a) {
|
|
357
|
-
this.
|
|
357
|
+
this.ch = a;
|
|
358
358
|
this.e("Outline");
|
|
359
359
|
}
|
|
360
360
|
get actualOutline() {
|
|
361
|
-
return this.
|
|
361
|
+
return this.bx;
|
|
362
362
|
}
|
|
363
363
|
set actualOutline(a) {
|
|
364
|
-
this.
|
|
364
|
+
this.bx = a;
|
|
365
365
|
this.e("ActualOutline");
|
|
366
366
|
}
|
|
367
367
|
get areaFillOpacity() {
|
|
@@ -393,17 +393,17 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
393
393
|
this.e("ActualMarkerFillOpacity");
|
|
394
394
|
}
|
|
395
395
|
get outlineMode() {
|
|
396
|
-
return this.
|
|
396
|
+
return this.ci;
|
|
397
397
|
}
|
|
398
398
|
set outlineMode(a) {
|
|
399
|
-
this.
|
|
399
|
+
this.ci = a;
|
|
400
400
|
this.e("OutlineMode");
|
|
401
401
|
}
|
|
402
402
|
get actualOutlineMode() {
|
|
403
|
-
return this.
|
|
403
|
+
return this.by;
|
|
404
404
|
}
|
|
405
405
|
set actualOutlineMode(a) {
|
|
406
|
-
this.
|
|
406
|
+
this.by = a;
|
|
407
407
|
this.e("ActualOutlineMode");
|
|
408
408
|
}
|
|
409
409
|
get highlightingFadeOpacity() {
|
|
@@ -490,18 +490,18 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
490
490
|
this.y = a;
|
|
491
491
|
this.e("ActualMarkerThickness");
|
|
492
492
|
}
|
|
493
|
-
get
|
|
494
|
-
return this.
|
|
493
|
+
get title() {
|
|
494
|
+
return this.bl;
|
|
495
495
|
}
|
|
496
|
-
set
|
|
497
|
-
this.
|
|
498
|
-
this.e("
|
|
496
|
+
set title(a) {
|
|
497
|
+
this.bl = a;
|
|
498
|
+
this.e("Title");
|
|
499
499
|
}
|
|
500
500
|
get transitionEasingFunctionRef() {
|
|
501
|
-
return this.
|
|
501
|
+
return this.cm;
|
|
502
502
|
}
|
|
503
503
|
set transitionEasingFunctionRef(a) {
|
|
504
|
-
this.
|
|
504
|
+
this.cm = a;
|
|
505
505
|
this.e("TransitionEasingFunctionRef");
|
|
506
506
|
}
|
|
507
507
|
get transitionDuration() {
|
|
@@ -519,17 +519,17 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
519
519
|
this.e("TransitionInDuration");
|
|
520
520
|
}
|
|
521
521
|
get transitionInEasingFunctionRef() {
|
|
522
|
-
return this.
|
|
522
|
+
return this.cn;
|
|
523
523
|
}
|
|
524
524
|
set transitionInEasingFunctionRef(a) {
|
|
525
|
-
this.
|
|
525
|
+
this.cn = a;
|
|
526
526
|
this.e("TransitionInEasingFunctionRef");
|
|
527
527
|
}
|
|
528
528
|
get transitionInMode() {
|
|
529
|
-
return this.
|
|
529
|
+
return this.co;
|
|
530
530
|
}
|
|
531
531
|
set transitionInMode(a) {
|
|
532
|
-
this.
|
|
532
|
+
this.co = a;
|
|
533
533
|
this.e("TransitionInMode");
|
|
534
534
|
}
|
|
535
535
|
get isTransitionInEnabled() {
|
|
@@ -540,10 +540,10 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
540
540
|
this.e("IsTransitionInEnabled");
|
|
541
541
|
}
|
|
542
542
|
get transitionInSpeedType() {
|
|
543
|
-
return this.
|
|
543
|
+
return this.cp;
|
|
544
544
|
}
|
|
545
545
|
set transitionInSpeedType(a) {
|
|
546
|
-
this.
|
|
546
|
+
this.cp = a;
|
|
547
547
|
this.e("TransitionInSpeedType");
|
|
548
548
|
}
|
|
549
549
|
get actualIsTransitionInEnabled() {
|
|
@@ -561,31 +561,31 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
561
561
|
this.e("ActualTransitionInDuration");
|
|
562
562
|
}
|
|
563
563
|
get actualTransitionInMode() {
|
|
564
|
-
return this.
|
|
564
|
+
return this.b2;
|
|
565
565
|
}
|
|
566
566
|
set actualTransitionInMode(a) {
|
|
567
|
-
this.
|
|
567
|
+
this.b2 = a;
|
|
568
568
|
this.e("ActualTransitionInMode");
|
|
569
569
|
}
|
|
570
570
|
get actualTransitionInSpeedType() {
|
|
571
|
-
return this.
|
|
571
|
+
return this.b3;
|
|
572
572
|
}
|
|
573
573
|
set actualTransitionInSpeedType(a) {
|
|
574
|
-
this.
|
|
574
|
+
this.b3 = a;
|
|
575
575
|
this.e("ActualTransitionInSpeedType");
|
|
576
576
|
}
|
|
577
577
|
get actualTransitionInEasingFunctionRef() {
|
|
578
|
-
return this.
|
|
578
|
+
return this.b1;
|
|
579
579
|
}
|
|
580
580
|
set actualTransitionInEasingFunctionRef(a) {
|
|
581
|
-
this.
|
|
581
|
+
this.b1 = a;
|
|
582
582
|
this.e("ActualTransitionInEasingFunctionRef");
|
|
583
583
|
}
|
|
584
584
|
get actualTransitionEasingFunctionRef() {
|
|
585
|
-
return this.
|
|
585
|
+
return this.b0;
|
|
586
586
|
}
|
|
587
587
|
set actualTransitionEasingFunctionRef(a) {
|
|
588
|
-
this.
|
|
588
|
+
this.b0 = a;
|
|
589
589
|
this.e("ActualTransitionEasingFunctionRef");
|
|
590
590
|
}
|
|
591
591
|
get actualTransitionDuration() {
|
|
@@ -596,52 +596,52 @@ export let StackedFragmentSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
596
596
|
this.e("ActualTransitionDuration");
|
|
597
597
|
}
|
|
598
598
|
get valueMemberPath() {
|
|
599
|
-
return this.
|
|
599
|
+
return this.cs;
|
|
600
600
|
}
|
|
601
601
|
set valueMemberPath(a) {
|
|
602
|
-
this.
|
|
602
|
+
this.cs = a;
|
|
603
603
|
this.e("ValueMemberPath");
|
|
604
604
|
}
|
|
605
605
|
get valueMemberAsLegendLabel() {
|
|
606
|
-
return this.
|
|
606
|
+
return this.cq;
|
|
607
607
|
}
|
|
608
608
|
set valueMemberAsLegendLabel(a) {
|
|
609
|
-
this.
|
|
609
|
+
this.cq = a;
|
|
610
610
|
this.e("ValueMemberAsLegendLabel");
|
|
611
611
|
}
|
|
612
612
|
get valueMemberAsLegendUnit() {
|
|
613
|
-
return this.
|
|
613
|
+
return this.cr;
|
|
614
614
|
}
|
|
615
615
|
set valueMemberAsLegendUnit(a) {
|
|
616
|
-
this.
|
|
616
|
+
this.cr = a;
|
|
617
617
|
this.e("ValueMemberAsLegendUnit");
|
|
618
618
|
}
|
|
619
619
|
get visibility() {
|
|
620
|
-
return this.
|
|
620
|
+
return this.ct;
|
|
621
621
|
}
|
|
622
622
|
set visibility(a) {
|
|
623
|
-
this.
|
|
623
|
+
this.ct = a;
|
|
624
624
|
this.e("Visibility");
|
|
625
625
|
}
|
|
626
626
|
get actualVisibility() {
|
|
627
|
-
return this.
|
|
627
|
+
return this.b4;
|
|
628
628
|
}
|
|
629
629
|
set actualVisibility(a) {
|
|
630
|
-
this.
|
|
630
|
+
this.b4 = a;
|
|
631
631
|
this.e("ActualVisibility");
|
|
632
632
|
}
|
|
633
633
|
get parentOrLocalBrush() {
|
|
634
|
-
return this.
|
|
634
|
+
return this.cj;
|
|
635
635
|
}
|
|
636
636
|
set parentOrLocalBrush(a) {
|
|
637
|
-
this.
|
|
637
|
+
this.cj = a;
|
|
638
638
|
this.e("ParentOrLocalBrush");
|
|
639
639
|
}
|
|
640
640
|
get propertyUpdatedRef() {
|
|
641
|
-
return this.
|
|
641
|
+
return this.ck;
|
|
642
642
|
}
|
|
643
643
|
set propertyUpdatedRef(a) {
|
|
644
|
-
this.
|
|
644
|
+
this.ck = a;
|
|
645
645
|
this.e("PropertyUpdatedRef");
|
|
646
646
|
}
|
|
647
647
|
}
|
|
@@ -91,7 +91,7 @@ export let StackedFragmentSeriesDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
91
91
|
a.item("ActualThickness", "Number:double");
|
|
92
92
|
a.item("MarkerThickness", "Number:double");
|
|
93
93
|
a.item("ActualMarkerThickness", "Number:double");
|
|
94
|
-
a.item("
|
|
94
|
+
a.item("Title", "Unknown");
|
|
95
95
|
a.item("TransitionEasingFunctionRef", "(w:TransitionEasingFunction,wf:TransitionEasingFunction)MethodRef");
|
|
96
96
|
a.item("TransitionDuration", "Number:int");
|
|
97
97
|
a.item("TransitionInDuration", "Number:int");
|