igniteui-angular-core 18.2.0 → 19.0.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 +1190 -972
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
- package/esm2015/lib/ComponentRendererReferenceResolverEventArgs.js +33 -0
- package/esm2015/lib/ComponentRenderer_combined.js +586 -556
- package/esm2015/lib/DescriptionTreeReconciler.js +48 -46
- package/esm2015/lib/FunnelChartDescription.js +130 -114
- package/esm2015/lib/FunnelChartDescriptionMetadata.js +4 -0
- package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescription.js +50 -0
- package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +39 -0
- package/esm2015/lib/IDataSeriesAdapterRule_combined.js +14 -6
- package/esm2015/lib/igx-component-renderer-container-component.js +5 -1
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
- package/esm5/lib/ComponentRendererReferenceResolverEventArgs.js +43 -0
- package/esm5/lib/ComponentRenderer_combined.js +585 -555
- package/esm5/lib/DescriptionTreeReconciler.js +48 -46
- package/esm5/lib/FunnelChartDescription.js +137 -113
- package/esm5/lib/FunnelChartDescriptionMetadata.js +4 -0
- package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescription.js +68 -0
- package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +43 -0
- package/esm5/lib/IDataSeriesAdapterRule_combined.js +14 -6
- package/esm5/lib/igx-component-renderer-container-component.js +5 -1
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-angular-core.js +1153 -972
- package/fesm5/igniteui-angular-core.js +1188 -973
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +26 -26
- package/lib/ComponentRendererReferenceResolverEventArgs.d.ts +13 -0
- package/lib/ComponentRenderer_combined.d.ts +115 -110
- package/lib/FunnelChartDescription.d.ts +46 -40
- package/lib/FunnelChartSelectedItemsChangedEventArgsDescription.d.ts +20 -0
- package/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.d.ts +13 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -14,49 +14,51 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(FunnelChartDescription, _super);
|
|
15
15
|
function FunnelChartDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.v = 0;
|
|
17
|
+
_this.as = null;
|
|
18
|
+
_this.bh = null;
|
|
19
|
+
_this.aw = null;
|
|
21
20
|
_this.x = 0;
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
21
|
+
_this.z = 0;
|
|
22
|
+
_this.ar = null;
|
|
23
|
+
_this.ax = null;
|
|
24
24
|
_this.h = null;
|
|
25
25
|
_this.i = null;
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.ax = null;
|
|
30
|
-
_this.a3 = null;
|
|
26
|
+
_this.y = 0;
|
|
27
|
+
_this.ay = null;
|
|
28
|
+
_this.a2 = null;
|
|
31
29
|
_this.az = null;
|
|
30
|
+
_this.a5 = null;
|
|
31
|
+
_this.a1 = null;
|
|
32
|
+
_this.av = null;
|
|
32
33
|
_this.at = null;
|
|
33
|
-
_this.
|
|
34
|
-
_this.
|
|
35
|
-
_this.
|
|
36
|
-
_this.m = false;
|
|
37
|
-
_this.n = false;
|
|
38
|
-
_this.l = false;
|
|
34
|
+
_this.au = null;
|
|
35
|
+
_this.ap = 0;
|
|
36
|
+
_this.o = false;
|
|
39
37
|
_this.p = false;
|
|
38
|
+
_this.n = false;
|
|
39
|
+
_this.r = false;
|
|
40
|
+
_this.a7 = null;
|
|
41
|
+
_this.a8 = null;
|
|
42
|
+
_this.ad = 0;
|
|
43
|
+
_this.ac = 0;
|
|
44
|
+
_this.bf = null;
|
|
45
|
+
_this.bg = null;
|
|
46
|
+
_this.af = 0;
|
|
47
|
+
_this.ae = 0;
|
|
48
|
+
_this.j = null;
|
|
49
|
+
_this.a0 = null;
|
|
50
|
+
_this.q = false;
|
|
51
|
+
_this.be = null;
|
|
40
52
|
_this.a4 = null;
|
|
41
|
-
_this.a5 = null;
|
|
42
|
-
_this.ab = 0;
|
|
43
53
|
_this.aa = 0;
|
|
44
|
-
_this.
|
|
54
|
+
_this.ab = 0;
|
|
55
|
+
_this.a3 = null;
|
|
45
56
|
_this.bd = null;
|
|
46
|
-
_this.ad = 0;
|
|
47
|
-
_this.ac = 0;
|
|
48
|
-
_this.ay = null;
|
|
49
|
-
_this.o = false;
|
|
50
|
-
_this.bb = null;
|
|
51
|
-
_this.a2 = null;
|
|
52
|
-
_this.y = 0;
|
|
53
|
-
_this.z = 0;
|
|
54
|
-
_this.a1 = null;
|
|
55
|
-
_this.ba = null;
|
|
56
57
|
_this.a6 = null;
|
|
57
|
-
_this.a7 = null;
|
|
58
58
|
_this.a9 = null;
|
|
59
|
-
_this.
|
|
59
|
+
_this.ba = null;
|
|
60
|
+
_this.bc = null;
|
|
61
|
+
_this.bb = null;
|
|
60
62
|
return _this;
|
|
61
63
|
}
|
|
62
64
|
FunnelChartDescription.prototype.get_type = function () {
|
|
@@ -71,10 +73,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71
73
|
});
|
|
72
74
|
Object.defineProperty(FunnelChartDescription.prototype, "dataSourceRef", {
|
|
73
75
|
get: function () {
|
|
74
|
-
return this.
|
|
76
|
+
return this.as;
|
|
75
77
|
},
|
|
76
78
|
set: function (a) {
|
|
77
|
-
this.
|
|
79
|
+
this.as = a;
|
|
78
80
|
this.g("DataSourceRef");
|
|
79
81
|
},
|
|
80
82
|
enumerable: false,
|
|
@@ -82,10 +84,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
84
|
});
|
|
83
85
|
Object.defineProperty(FunnelChartDescription.prototype, "valueMemberPath", {
|
|
84
86
|
get: function () {
|
|
85
|
-
return this.
|
|
87
|
+
return this.bh;
|
|
86
88
|
},
|
|
87
89
|
set: function (a) {
|
|
88
|
-
this.
|
|
90
|
+
this.bh = a;
|
|
89
91
|
this.g("ValueMemberPath");
|
|
90
92
|
},
|
|
91
93
|
enumerable: false,
|
|
@@ -93,10 +95,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
93
95
|
});
|
|
94
96
|
Object.defineProperty(FunnelChartDescription.prototype, "highlightedValueMemberPath", {
|
|
95
97
|
get: function () {
|
|
96
|
-
return this.
|
|
98
|
+
return this.aw;
|
|
97
99
|
},
|
|
98
100
|
set: function (a) {
|
|
99
|
-
this.
|
|
101
|
+
this.aw = a;
|
|
100
102
|
this.g("HighlightedValueMemberPath");
|
|
101
103
|
},
|
|
102
104
|
enumerable: false,
|
|
@@ -104,10 +106,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104
106
|
});
|
|
105
107
|
Object.defineProperty(FunnelChartDescription.prototype, "actualHighlightValueOpacity", {
|
|
106
108
|
get: function () {
|
|
107
|
-
return this.
|
|
109
|
+
return this.x;
|
|
108
110
|
},
|
|
109
111
|
set: function (a) {
|
|
110
|
-
this.
|
|
112
|
+
this.x = a;
|
|
111
113
|
this.g("ActualHighlightValueOpacity");
|
|
112
114
|
},
|
|
113
115
|
enumerable: false,
|
|
@@ -115,10 +117,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115
117
|
});
|
|
116
118
|
Object.defineProperty(FunnelChartDescription.prototype, "highlightValueOpacity", {
|
|
117
119
|
get: function () {
|
|
118
|
-
return this.
|
|
120
|
+
return this.z;
|
|
119
121
|
},
|
|
120
122
|
set: function (a) {
|
|
121
|
-
this.
|
|
123
|
+
this.z = a;
|
|
122
124
|
this.g("HighlightValueOpacity");
|
|
123
125
|
},
|
|
124
126
|
enumerable: false,
|
|
@@ -126,10 +128,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126
128
|
});
|
|
127
129
|
Object.defineProperty(FunnelChartDescription.prototype, "actualHighlightValueDisplayMode", {
|
|
128
130
|
get: function () {
|
|
129
|
-
return this.
|
|
131
|
+
return this.ar;
|
|
130
132
|
},
|
|
131
133
|
set: function (a) {
|
|
132
|
-
this.
|
|
134
|
+
this.ar = a;
|
|
133
135
|
this.g("ActualHighlightValueDisplayMode");
|
|
134
136
|
},
|
|
135
137
|
enumerable: false,
|
|
@@ -137,10 +139,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
139
|
});
|
|
138
140
|
Object.defineProperty(FunnelChartDescription.prototype, "highlightValueDisplayMode", {
|
|
139
141
|
get: function () {
|
|
140
|
-
return this.
|
|
142
|
+
return this.ax;
|
|
141
143
|
},
|
|
142
144
|
set: function (a) {
|
|
143
|
-
this.
|
|
145
|
+
this.ax = a;
|
|
144
146
|
this.g("HighlightValueDisplayMode");
|
|
145
147
|
},
|
|
146
148
|
enumerable: false,
|
|
@@ -170,10 +172,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
170
172
|
});
|
|
171
173
|
Object.defineProperty(FunnelChartDescription.prototype, "bottomEdgeWidth", {
|
|
172
174
|
get: function () {
|
|
173
|
-
return this.
|
|
175
|
+
return this.y;
|
|
174
176
|
},
|
|
175
177
|
set: function (a) {
|
|
176
|
-
this.
|
|
178
|
+
this.y = a;
|
|
177
179
|
this.g("BottomEdgeWidth");
|
|
178
180
|
},
|
|
179
181
|
enumerable: false,
|
|
@@ -181,10 +183,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
181
183
|
});
|
|
182
184
|
Object.defineProperty(FunnelChartDescription.prototype, "innerLabelMemberPath", {
|
|
183
185
|
get: function () {
|
|
184
|
-
return this.
|
|
186
|
+
return this.ay;
|
|
185
187
|
},
|
|
186
188
|
set: function (a) {
|
|
187
|
-
this.
|
|
189
|
+
this.ay = a;
|
|
188
190
|
this.g("InnerLabelMemberPath");
|
|
189
191
|
},
|
|
190
192
|
enumerable: false,
|
|
@@ -192,10 +194,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
192
194
|
});
|
|
193
195
|
Object.defineProperty(FunnelChartDescription.prototype, "outerLabelMemberPath", {
|
|
194
196
|
get: function () {
|
|
195
|
-
return this.
|
|
197
|
+
return this.a2;
|
|
196
198
|
},
|
|
197
199
|
set: function (a) {
|
|
198
|
-
this.
|
|
200
|
+
this.a2 = a;
|
|
199
201
|
this.g("OuterLabelMemberPath");
|
|
200
202
|
},
|
|
201
203
|
enumerable: false,
|
|
@@ -203,10 +205,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
205
|
});
|
|
204
206
|
Object.defineProperty(FunnelChartDescription.prototype, "innerLabelVisibility", {
|
|
205
207
|
get: function () {
|
|
206
|
-
return this.
|
|
208
|
+
return this.az;
|
|
207
209
|
},
|
|
208
210
|
set: function (a) {
|
|
209
|
-
this.
|
|
211
|
+
this.az = a;
|
|
210
212
|
this.g("InnerLabelVisibility");
|
|
211
213
|
},
|
|
212
214
|
enumerable: false,
|
|
@@ -214,10 +216,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
214
216
|
});
|
|
215
217
|
Object.defineProperty(FunnelChartDescription.prototype, "outerLabelVisibility", {
|
|
216
218
|
get: function () {
|
|
217
|
-
return this.
|
|
219
|
+
return this.a5;
|
|
218
220
|
},
|
|
219
221
|
set: function (a) {
|
|
220
|
-
this.
|
|
222
|
+
this.a5 = a;
|
|
221
223
|
this.g("OuterLabelVisibility");
|
|
222
224
|
},
|
|
223
225
|
enumerable: false,
|
|
@@ -225,10 +227,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
225
227
|
});
|
|
226
228
|
Object.defineProperty(FunnelChartDescription.prototype, "outerLabelAlignment", {
|
|
227
229
|
get: function () {
|
|
228
|
-
return this.
|
|
230
|
+
return this.a1;
|
|
229
231
|
},
|
|
230
232
|
set: function (a) {
|
|
231
|
-
this.
|
|
233
|
+
this.a1 = a;
|
|
232
234
|
this.g("OuterLabelAlignment");
|
|
233
235
|
},
|
|
234
236
|
enumerable: false,
|
|
@@ -236,10 +238,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
236
238
|
});
|
|
237
239
|
Object.defineProperty(FunnelChartDescription.prototype, "funnelSliceDisplay", {
|
|
238
240
|
get: function () {
|
|
239
|
-
return this.
|
|
241
|
+
return this.av;
|
|
240
242
|
},
|
|
241
243
|
set: function (a) {
|
|
242
|
-
this.
|
|
244
|
+
this.av = a;
|
|
243
245
|
this.g("FunnelSliceDisplay");
|
|
244
246
|
},
|
|
245
247
|
enumerable: false,
|
|
@@ -247,10 +249,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
247
249
|
});
|
|
248
250
|
Object.defineProperty(FunnelChartDescription.prototype, "formatInnerLabelRef", {
|
|
249
251
|
get: function () {
|
|
250
|
-
return this.
|
|
252
|
+
return this.at;
|
|
251
253
|
},
|
|
252
254
|
set: function (a) {
|
|
253
|
-
this.
|
|
255
|
+
this.at = a;
|
|
254
256
|
this.g("FormatInnerLabelRef");
|
|
255
257
|
},
|
|
256
258
|
enumerable: false,
|
|
@@ -258,10 +260,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
258
260
|
});
|
|
259
261
|
Object.defineProperty(FunnelChartDescription.prototype, "formatOuterLabelRef", {
|
|
260
262
|
get: function () {
|
|
261
|
-
return this.
|
|
263
|
+
return this.au;
|
|
262
264
|
},
|
|
263
265
|
set: function (a) {
|
|
264
|
-
this.
|
|
266
|
+
this.au = a;
|
|
265
267
|
this.g("FormatOuterLabelRef");
|
|
266
268
|
},
|
|
267
269
|
enumerable: false,
|
|
@@ -269,10 +271,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
269
271
|
});
|
|
270
272
|
Object.defineProperty(FunnelChartDescription.prototype, "transitionDuration", {
|
|
271
273
|
get: function () {
|
|
272
|
-
return this.
|
|
274
|
+
return this.ap;
|
|
273
275
|
},
|
|
274
276
|
set: function (a) {
|
|
275
|
-
this.
|
|
277
|
+
this.ap = a;
|
|
276
278
|
this.g("TransitionDuration");
|
|
277
279
|
},
|
|
278
280
|
enumerable: false,
|
|
@@ -280,10 +282,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
280
282
|
});
|
|
281
283
|
Object.defineProperty(FunnelChartDescription.prototype, "isInverted", {
|
|
282
284
|
get: function () {
|
|
283
|
-
return this.
|
|
285
|
+
return this.o;
|
|
284
286
|
},
|
|
285
287
|
set: function (a) {
|
|
286
|
-
this.
|
|
288
|
+
this.o = a;
|
|
287
289
|
this.g("IsInverted");
|
|
288
290
|
},
|
|
289
291
|
enumerable: false,
|
|
@@ -291,10 +293,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
291
293
|
});
|
|
292
294
|
Object.defineProperty(FunnelChartDescription.prototype, "useBezierCurve", {
|
|
293
295
|
get: function () {
|
|
294
|
-
return this.
|
|
296
|
+
return this.p;
|
|
295
297
|
},
|
|
296
298
|
set: function (a) {
|
|
297
|
-
this.
|
|
299
|
+
this.p = a;
|
|
298
300
|
this.g("UseBezierCurve");
|
|
299
301
|
},
|
|
300
302
|
enumerable: false,
|
|
@@ -302,10 +304,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
302
304
|
});
|
|
303
305
|
Object.defineProperty(FunnelChartDescription.prototype, "allowSliceSelection", {
|
|
304
306
|
get: function () {
|
|
305
|
-
return this.
|
|
307
|
+
return this.n;
|
|
306
308
|
},
|
|
307
309
|
set: function (a) {
|
|
308
|
-
this.
|
|
310
|
+
this.n = a;
|
|
309
311
|
this.g("AllowSliceSelection");
|
|
310
312
|
},
|
|
311
313
|
enumerable: false,
|
|
@@ -313,10 +315,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
315
|
});
|
|
314
316
|
Object.defineProperty(FunnelChartDescription.prototype, "useUnselectedStyle", {
|
|
315
317
|
get: function () {
|
|
316
|
-
return this.
|
|
318
|
+
return this.r;
|
|
317
319
|
},
|
|
318
320
|
set: function (a) {
|
|
319
|
-
this.
|
|
321
|
+
this.r = a;
|
|
320
322
|
this.g("UseUnselectedStyle");
|
|
321
323
|
},
|
|
322
324
|
enumerable: false,
|
|
@@ -324,10 +326,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
324
326
|
});
|
|
325
327
|
Object.defineProperty(FunnelChartDescription.prototype, "selectedSliceFill", {
|
|
326
328
|
get: function () {
|
|
327
|
-
return this.
|
|
329
|
+
return this.a7;
|
|
328
330
|
},
|
|
329
331
|
set: function (a) {
|
|
330
|
-
this.
|
|
332
|
+
this.a7 = a;
|
|
331
333
|
this.g("SelectedSliceFill");
|
|
332
334
|
},
|
|
333
335
|
enumerable: false,
|
|
@@ -335,10 +337,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
335
337
|
});
|
|
336
338
|
Object.defineProperty(FunnelChartDescription.prototype, "selectedSliceStroke", {
|
|
337
339
|
get: function () {
|
|
338
|
-
return this.
|
|
340
|
+
return this.a8;
|
|
339
341
|
},
|
|
340
342
|
set: function (a) {
|
|
341
|
-
this.
|
|
343
|
+
this.a8 = a;
|
|
342
344
|
this.g("SelectedSliceStroke");
|
|
343
345
|
},
|
|
344
346
|
enumerable: false,
|
|
@@ -346,10 +348,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
348
|
});
|
|
347
349
|
Object.defineProperty(FunnelChartDescription.prototype, "selectedSliceStrokeThickness", {
|
|
348
350
|
get: function () {
|
|
349
|
-
return this.
|
|
351
|
+
return this.ad;
|
|
350
352
|
},
|
|
351
353
|
set: function (a) {
|
|
352
|
-
this.
|
|
354
|
+
this.ad = a;
|
|
353
355
|
this.g("SelectedSliceStrokeThickness");
|
|
354
356
|
},
|
|
355
357
|
enumerable: false,
|
|
@@ -357,10 +359,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
359
|
});
|
|
358
360
|
Object.defineProperty(FunnelChartDescription.prototype, "selectedSliceOpacity", {
|
|
359
361
|
get: function () {
|
|
360
|
-
return this.
|
|
362
|
+
return this.ac;
|
|
361
363
|
},
|
|
362
364
|
set: function (a) {
|
|
363
|
-
this.
|
|
365
|
+
this.ac = a;
|
|
364
366
|
this.g("SelectedSliceOpacity");
|
|
365
367
|
},
|
|
366
368
|
enumerable: false,
|
|
@@ -368,10 +370,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
368
370
|
});
|
|
369
371
|
Object.defineProperty(FunnelChartDescription.prototype, "unselectedSliceFill", {
|
|
370
372
|
get: function () {
|
|
371
|
-
return this.
|
|
373
|
+
return this.bf;
|
|
372
374
|
},
|
|
373
375
|
set: function (a) {
|
|
374
|
-
this.
|
|
376
|
+
this.bf = a;
|
|
375
377
|
this.g("UnselectedSliceFill");
|
|
376
378
|
},
|
|
377
379
|
enumerable: false,
|
|
@@ -379,10 +381,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
379
381
|
});
|
|
380
382
|
Object.defineProperty(FunnelChartDescription.prototype, "unselectedSliceStroke", {
|
|
381
383
|
get: function () {
|
|
382
|
-
return this.
|
|
384
|
+
return this.bg;
|
|
383
385
|
},
|
|
384
386
|
set: function (a) {
|
|
385
|
-
this.
|
|
387
|
+
this.bg = a;
|
|
386
388
|
this.g("UnselectedSliceStroke");
|
|
387
389
|
},
|
|
388
390
|
enumerable: false,
|
|
@@ -390,10 +392,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
390
392
|
});
|
|
391
393
|
Object.defineProperty(FunnelChartDescription.prototype, "unselectedSliceStrokeThickness", {
|
|
392
394
|
get: function () {
|
|
393
|
-
return this.
|
|
395
|
+
return this.af;
|
|
394
396
|
},
|
|
395
397
|
set: function (a) {
|
|
396
|
-
this.
|
|
398
|
+
this.af = a;
|
|
397
399
|
this.g("UnselectedSliceStrokeThickness");
|
|
398
400
|
},
|
|
399
401
|
enumerable: false,
|
|
@@ -401,21 +403,32 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
403
|
});
|
|
402
404
|
Object.defineProperty(FunnelChartDescription.prototype, "unselectedSliceOpacity", {
|
|
403
405
|
get: function () {
|
|
404
|
-
return this.
|
|
406
|
+
return this.ae;
|
|
405
407
|
},
|
|
406
408
|
set: function (a) {
|
|
407
|
-
this.
|
|
409
|
+
this.ae = a;
|
|
408
410
|
this.g("UnselectedSliceOpacity");
|
|
409
411
|
},
|
|
410
412
|
enumerable: false,
|
|
411
413
|
configurable: true
|
|
412
414
|
});
|
|
415
|
+
Object.defineProperty(FunnelChartDescription.prototype, "selectedItems", {
|
|
416
|
+
get: function () {
|
|
417
|
+
return this.j;
|
|
418
|
+
},
|
|
419
|
+
set: function (a) {
|
|
420
|
+
this.j = a;
|
|
421
|
+
this.g("SelectedItems");
|
|
422
|
+
},
|
|
423
|
+
enumerable: false,
|
|
424
|
+
configurable: true
|
|
425
|
+
});
|
|
413
426
|
Object.defineProperty(FunnelChartDescription.prototype, "legendItemBadgeTemplateRef", {
|
|
414
427
|
get: function () {
|
|
415
|
-
return this.
|
|
428
|
+
return this.a0;
|
|
416
429
|
},
|
|
417
430
|
set: function (a) {
|
|
418
|
-
this.
|
|
431
|
+
this.a0 = a;
|
|
419
432
|
this.g("LegendItemBadgeTemplateRef");
|
|
420
433
|
},
|
|
421
434
|
enumerable: false,
|
|
@@ -423,10 +436,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
423
436
|
});
|
|
424
437
|
Object.defineProperty(FunnelChartDescription.prototype, "useOuterLabelsForLegend", {
|
|
425
438
|
get: function () {
|
|
426
|
-
return this.
|
|
439
|
+
return this.q;
|
|
427
440
|
},
|
|
428
441
|
set: function (a) {
|
|
429
|
-
this.
|
|
442
|
+
this.q = a;
|
|
430
443
|
this.g("UseOuterLabelsForLegend");
|
|
431
444
|
},
|
|
432
445
|
enumerable: false,
|
|
@@ -434,10 +447,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
434
447
|
});
|
|
435
448
|
Object.defineProperty(FunnelChartDescription.prototype, "textStyle", {
|
|
436
449
|
get: function () {
|
|
437
|
-
return this.
|
|
450
|
+
return this.be;
|
|
438
451
|
},
|
|
439
452
|
set: function (a) {
|
|
440
|
-
this.
|
|
453
|
+
this.be = a;
|
|
441
454
|
this.g("TextStyle");
|
|
442
455
|
},
|
|
443
456
|
enumerable: false,
|
|
@@ -445,10 +458,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
445
458
|
});
|
|
446
459
|
Object.defineProperty(FunnelChartDescription.prototype, "outerLabelTextStyle", {
|
|
447
460
|
get: function () {
|
|
448
|
-
return this.
|
|
461
|
+
return this.a4;
|
|
449
462
|
},
|
|
450
463
|
set: function (a) {
|
|
451
|
-
this.
|
|
464
|
+
this.a4 = a;
|
|
452
465
|
this.g("OuterLabelTextStyle");
|
|
453
466
|
},
|
|
454
467
|
enumerable: false,
|
|
@@ -456,10 +469,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
456
469
|
});
|
|
457
470
|
Object.defineProperty(FunnelChartDescription.prototype, "outlineThickness", {
|
|
458
471
|
get: function () {
|
|
459
|
-
return this.
|
|
472
|
+
return this.aa;
|
|
460
473
|
},
|
|
461
474
|
set: function (a) {
|
|
462
|
-
this.
|
|
475
|
+
this.aa = a;
|
|
463
476
|
this.g("OutlineThickness");
|
|
464
477
|
},
|
|
465
478
|
enumerable: false,
|
|
@@ -467,10 +480,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
467
480
|
});
|
|
468
481
|
Object.defineProperty(FunnelChartDescription.prototype, "pixelScalingRatio", {
|
|
469
482
|
get: function () {
|
|
470
|
-
return this.
|
|
483
|
+
return this.ab;
|
|
471
484
|
},
|
|
472
485
|
set: function (a) {
|
|
473
|
-
this.
|
|
486
|
+
this.ab = a;
|
|
474
487
|
this.g("PixelScalingRatio");
|
|
475
488
|
},
|
|
476
489
|
enumerable: false,
|
|
@@ -478,10 +491,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
478
491
|
});
|
|
479
492
|
Object.defineProperty(FunnelChartDescription.prototype, "outerLabelTextColor", {
|
|
480
493
|
get: function () {
|
|
481
|
-
return this.
|
|
494
|
+
return this.a3;
|
|
482
495
|
},
|
|
483
496
|
set: function (a) {
|
|
484
|
-
this.
|
|
497
|
+
this.a3 = a;
|
|
485
498
|
this.g("OuterLabelTextColor");
|
|
486
499
|
},
|
|
487
500
|
enumerable: false,
|
|
@@ -489,21 +502,32 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
502
|
});
|
|
490
503
|
Object.defineProperty(FunnelChartDescription.prototype, "textColor", {
|
|
491
504
|
get: function () {
|
|
492
|
-
return this.
|
|
505
|
+
return this.bd;
|
|
493
506
|
},
|
|
494
507
|
set: function (a) {
|
|
495
|
-
this.
|
|
508
|
+
this.bd = a;
|
|
496
509
|
this.g("TextColor");
|
|
497
510
|
},
|
|
498
511
|
enumerable: false,
|
|
499
512
|
configurable: true
|
|
500
513
|
});
|
|
501
|
-
Object.defineProperty(FunnelChartDescription.prototype, "
|
|
514
|
+
Object.defineProperty(FunnelChartDescription.prototype, "selectedItemsChangedRef", {
|
|
502
515
|
get: function () {
|
|
503
516
|
return this.a6;
|
|
504
517
|
},
|
|
505
518
|
set: function (a) {
|
|
506
519
|
this.a6 = a;
|
|
520
|
+
this.g("SelectedItemsChangedRef");
|
|
521
|
+
},
|
|
522
|
+
enumerable: false,
|
|
523
|
+
configurable: true
|
|
524
|
+
});
|
|
525
|
+
Object.defineProperty(FunnelChartDescription.prototype, "sliceClickedRef", {
|
|
526
|
+
get: function () {
|
|
527
|
+
return this.a9;
|
|
528
|
+
},
|
|
529
|
+
set: function (a) {
|
|
530
|
+
this.a9 = a;
|
|
507
531
|
this.g("SliceClickedRef");
|
|
508
532
|
},
|
|
509
533
|
enumerable: false,
|
|
@@ -511,10 +535,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
535
|
});
|
|
512
536
|
Object.defineProperty(FunnelChartDescription.prototype, "sliceEnterRef", {
|
|
513
537
|
get: function () {
|
|
514
|
-
return this.
|
|
538
|
+
return this.ba;
|
|
515
539
|
},
|
|
516
540
|
set: function (a) {
|
|
517
|
-
this.
|
|
541
|
+
this.ba = a;
|
|
518
542
|
this.g("SliceEnterRef");
|
|
519
543
|
},
|
|
520
544
|
enumerable: false,
|
|
@@ -522,10 +546,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
522
546
|
});
|
|
523
547
|
Object.defineProperty(FunnelChartDescription.prototype, "sliceLeaveRef", {
|
|
524
548
|
get: function () {
|
|
525
|
-
return this.
|
|
549
|
+
return this.bc;
|
|
526
550
|
},
|
|
527
551
|
set: function (a) {
|
|
528
|
-
this.
|
|
552
|
+
this.bc = a;
|
|
529
553
|
this.g("SliceLeaveRef");
|
|
530
554
|
},
|
|
531
555
|
enumerable: false,
|
|
@@ -533,10 +557,10 @@ var FunnelChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
533
557
|
});
|
|
534
558
|
Object.defineProperty(FunnelChartDescription.prototype, "sliceHoverRef", {
|
|
535
559
|
get: function () {
|
|
536
|
-
return this.
|
|
560
|
+
return this.bb;
|
|
537
561
|
},
|
|
538
562
|
set: function (a) {
|
|
539
|
-
this.
|
|
563
|
+
this.bb = a;
|
|
540
564
|
this.g("SliceHoverRef");
|
|
541
565
|
},
|
|
542
566
|
enumerable: false,
|
|
@@ -7,6 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, String_$type, markType } from "./type";
|
|
9
9
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata } from "./FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata";
|
|
10
11
|
import { FunnelSliceClickedEventArgsDescriptionMetadata } from "./FunnelSliceClickedEventArgsDescriptionMetadata";
|
|
11
12
|
import { FunnelSliceEventArgsDescriptionMetadata } from "./FunnelSliceEventArgsDescriptionMetadata";
|
|
12
13
|
import { FunnelChartDescription } from "./FunnelChartDescription";
|
|
@@ -27,6 +28,7 @@ var FunnelChartDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
27
28
|
return;
|
|
28
29
|
}
|
|
29
30
|
a.ac(FunnelChartDescriptionMetadata.a);
|
|
31
|
+
FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.d(a);
|
|
30
32
|
FunnelSliceClickedEventArgsDescriptionMetadata.d(a);
|
|
31
33
|
FunnelSliceEventArgsDescriptionMetadata.d(a);
|
|
32
34
|
};
|
|
@@ -68,6 +70,7 @@ var FunnelChartDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
68
70
|
a.item("UnselectedSliceStroke", "(w:UnselectedSliceStyle.Stroke,wf:UnselectedSliceStroke)String");
|
|
69
71
|
a.item("UnselectedSliceStrokeThickness", "(w:UnselectedSliceStyle.StrokeThickness,wf:UnselectedSliceStrokeThickness)Number:double");
|
|
70
72
|
a.item("UnselectedSliceOpacity", "(w:UnselectedSliceStyle.Opacity,wf:UnselectedSliceOpacity)Number:double");
|
|
73
|
+
a.item("SelectedItems", "Collection:object:FunnelChartSelectedItemsCollection:Object");
|
|
71
74
|
a.item("LegendItemBadgeTemplateRef", "(w:LegendItemBadgeTemplate,wf:LegendItemBadgeTemplate)DataRef::object");
|
|
72
75
|
a.item("UseOuterLabelsForLegend", "Boolean");
|
|
73
76
|
a.item("TextStyle", "String");
|
|
@@ -76,6 +79,7 @@ var FunnelChartDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
76
79
|
a.item("PixelScalingRatio", "Number:double");
|
|
77
80
|
a.item("OuterLabelTextColor", "Brush");
|
|
78
81
|
a.item("TextColor", "Brush");
|
|
82
|
+
a.item("SelectedItemsChangedRef", "EventRef::selectedItemsChanged");
|
|
79
83
|
a.item("SliceClickedRef", "EventRef::sliceClicked");
|
|
80
84
|
a.item("SliceEnterRef", "EventRef::sliceEnter");
|
|
81
85
|
a.item("SliceLeaveRef", "EventRef::sliceLeave");
|