igniteui-angular-core 18.1.0 → 18.1.1

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 (76) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1669 -1419
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CategoryChartDescription.js +131 -131
  4. package/esm2015/lib/ChartMouseEventArgsDescription.js +16 -8
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  6. package/esm2015/lib/ComponentRenderer_combined.js +8 -0
  7. package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +19 -11
  8. package/esm2015/lib/DataPieBaseChartDescription.js +112 -104
  9. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  10. package/esm2015/lib/DataPieChartDescription.js +36 -36
  11. package/esm2015/lib/DomainChartDescription.js +129 -81
  12. package/esm2015/lib/DomainChartDescriptionMetadata.js +8 -0
  13. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescription.js +34 -0
  14. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +37 -0
  15. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +13 -5
  16. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  17. package/esm2015/lib/FinancialChartDescription.js +179 -179
  18. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  19. package/esm2015/lib/RadialBaseChartDescription.js +216 -216
  20. package/esm2015/lib/RadialPieSeriesDescription.js +8 -0
  21. package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  22. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  23. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +340 -340
  24. package/esm2015/lib/WebIconDescriptionMetadata.js +5 -0
  25. package/esm2015/lib/WebIconMetaDescription.js +8 -6
  26. package/esm2015/lib/WebIconMetaDescriptionMetadata.js +4 -0
  27. package/esm2015/lib/XYChartDescription.js +216 -216
  28. package/esm2015/public_api.js +2 -0
  29. package/esm5/lib/CategoryChartDescription.js +131 -131
  30. package/esm5/lib/ChartMouseEventArgsDescription.js +19 -7
  31. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  32. package/esm5/lib/ComponentRenderer_combined.js +8 -0
  33. package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +22 -10
  34. package/esm5/lib/DataPieBaseChartDescription.js +116 -104
  35. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  36. package/esm5/lib/DataPieChartDescription.js +36 -36
  37. package/esm5/lib/DomainChartDescription.js +153 -81
  38. package/esm5/lib/DomainChartDescriptionMetadata.js +8 -0
  39. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescription.js +44 -0
  40. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +41 -0
  41. package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -5
  42. package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  43. package/esm5/lib/FinancialChartDescription.js +179 -179
  44. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  45. package/esm5/lib/RadialBaseChartDescription.js +216 -216
  46. package/esm5/lib/RadialPieSeriesDescription.js +12 -0
  47. package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  48. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  49. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +339 -339
  50. package/esm5/lib/WebIconDescriptionMetadata.js +5 -0
  51. package/esm5/lib/WebIconMetaDescription.js +8 -6
  52. package/esm5/lib/WebIconMetaDescriptionMetadata.js +4 -0
  53. package/esm5/lib/XYChartDescription.js +216 -216
  54. package/esm5/public_api.js +2 -0
  55. package/fesm2015/igniteui-angular-core.js +1603 -1409
  56. package/fesm5/igniteui-angular-core.js +1668 -1420
  57. package/lib/CategoryChartDescription.d.ts +45 -45
  58. package/lib/ChartMouseEventArgsDescription.d.ts +7 -3
  59. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +1 -0
  60. package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -4
  61. package/lib/DataPieBaseChartDescription.d.ts +39 -36
  62. package/lib/DataPieChartDescription.d.ts +12 -12
  63. package/lib/DomainChartDescription.d.ts +46 -28
  64. package/lib/DomainChartPlotAreaPointerEventArgsDescription.d.ts +15 -0
  65. package/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d.ts +13 -0
  66. package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -2
  67. package/lib/FinancialChartDescription.d.ts +61 -61
  68. package/lib/ILegendContext.d.ts +1 -0
  69. package/lib/RadialBaseChartDescription.d.ts +76 -76
  70. package/lib/RadialPieSeriesDescription.d.ts +3 -0
  71. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +121 -121
  72. package/lib/WebIconDescriptionMetadata.d.ts +1 -0
  73. package/lib/WebIconMetaDescription.d.ts +4 -2
  74. package/lib/XYChartDescription.d.ts +76 -76
  75. package/package.json +1 -1
  76. package/public_api.d.ts +2 -0
@@ -14,42 +14,43 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
14
14
  __extends(DataPieBaseChartDescription, _super);
15
15
  function DataPieBaseChartDescription() {
16
16
  var _this = _super.call(this) || this;
17
+ _this.xi = null;
18
+ _this.v6 = null;
19
+ _this.xa = null;
20
+ _this.v4 = null;
21
+ _this.xf = null;
22
+ _this.v5 = null;
23
+ _this.w8 = null;
24
+ _this.v3 = null;
25
+ _this.wl = 0;
26
+ _this.xk = null;
27
+ _this.xj = null;
28
+ _this.xb = null;
17
29
  _this.w5 = null;
18
- _this.vu = null;
19
- _this.wx = null;
20
- _this.vs = null;
21
- _this.w2 = null;
22
- _this.vt = null;
23
- _this.wv = null;
24
- _this.vr = null;
25
- _this.v9 = 0;
30
+ _this.xm = null;
26
31
  _this.w7 = null;
32
+ _this.xe = null;
33
+ _this.wm = 0;
34
+ _this.xd = null;
27
35
  _this.w6 = null;
28
- _this.wy = null;
29
- _this.wt = null;
30
- _this.w9 = null;
31
- _this.w1 = null;
32
- _this.wa = 0;
33
- _this.w0 = null;
34
- _this.wu = null;
35
- _this.v1 = false;
36
- _this.w8 = null;
37
- _this.v7 = 0;
38
- _this.v8 = 0;
39
- _this.wd = 0;
40
- _this.v2 = false;
36
+ _this.wd = false;
37
+ _this.xl = null;
38
+ _this.wj = 0;
39
+ _this.wk = 0;
40
+ _this.wp = 0;
41
+ _this.we = false;
42
+ _this.w3 = 0;
41
43
  _this.wr = 0;
42
- _this.wf = 0;
43
- _this.we = 0;
44
- _this.wg = 0;
45
- _this.wb = 0;
46
- _this.wc = 0;
47
- _this.w4 = null;
48
- _this.w3 = null;
49
- _this.ww = null;
50
- _this.vz = false;
51
- _this.v0 = false;
52
- _this.wz = null;
44
+ _this.wq = 0;
45
+ _this.ws = 0;
46
+ _this.wn = 0;
47
+ _this.wo = 0;
48
+ _this.xh = null;
49
+ _this.xg = null;
50
+ _this.w9 = null;
51
+ _this.wb = false;
52
+ _this.wc = false;
53
+ _this.xc = null;
53
54
  return _this;
54
55
  }
55
56
  DataPieBaseChartDescription.prototype.get_type = function () {
@@ -57,10 +58,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
57
58
  };
58
59
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormat", {
59
60
  get: function () {
60
- return this.w5;
61
+ return this.xi;
61
62
  },
62
63
  set: function (a) {
63
- this.w5 = a;
64
+ this.xi = a;
64
65
  this.g("SliceLabelFormat");
65
66
  },
66
67
  enumerable: false,
@@ -68,10 +69,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
68
69
  });
69
70
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormatSpecifiers", {
70
71
  get: function () {
71
- return this.vu;
72
+ return this.v6;
72
73
  },
73
74
  set: function (a) {
74
- this.vu = a;
75
+ this.v6 = a;
75
76
  this.g("SliceLabelFormatSpecifiers");
76
77
  },
77
78
  enumerable: false,
@@ -79,10 +80,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
79
80
  });
80
81
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormat", {
81
82
  get: function () {
82
- return this.wx;
83
+ return this.xa;
83
84
  },
84
85
  set: function (a) {
85
- this.wx = a;
86
+ this.xa = a;
86
87
  this.g("LegendSliceLabelFormat");
87
88
  },
88
89
  enumerable: false,
@@ -90,10 +91,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
90
91
  });
91
92
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormatSpecifiers", {
92
93
  get: function () {
93
- return this.vs;
94
+ return this.v4;
94
95
  },
95
96
  set: function (a) {
96
- this.vs = a;
97
+ this.v4 = a;
97
98
  this.g("LegendSliceLabelFormatSpecifiers");
98
99
  },
99
100
  enumerable: false,
@@ -101,10 +102,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
101
102
  });
102
103
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormat", {
103
104
  get: function () {
104
- return this.w2;
105
+ return this.xf;
105
106
  },
106
107
  set: function (a) {
107
- this.w2 = a;
108
+ this.xf = a;
108
109
  this.g("OthersSliceLabelFormat");
109
110
  },
110
111
  enumerable: false,
@@ -112,10 +113,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
112
113
  });
113
114
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormatSpecifiers", {
114
115
  get: function () {
115
- return this.vt;
116
+ return this.v5;
116
117
  },
117
118
  set: function (a) {
118
- this.vt = a;
119
+ this.v5 = a;
119
120
  this.g("OthersSliceLabelFormatSpecifiers");
120
121
  },
121
122
  enumerable: false,
@@ -123,10 +124,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
123
124
  });
124
125
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormat", {
125
126
  get: function () {
126
- return this.wv;
127
+ return this.w8;
127
128
  },
128
129
  set: function (a) {
129
- this.wv = a;
130
+ this.w8 = a;
130
131
  this.g("LegendOthersSliceLabelFormat");
131
132
  },
132
133
  enumerable: false,
@@ -134,10 +135,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
134
135
  });
135
136
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormatSpecifiers", {
136
137
  get: function () {
137
- return this.vr;
138
+ return this.v3;
138
139
  },
139
140
  set: function (a) {
140
- this.vr = a;
141
+ this.v3 = a;
141
142
  this.g("LegendOthersSliceLabelFormatSpecifiers");
142
143
  },
143
144
  enumerable: false,
@@ -145,10 +146,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
145
146
  });
146
147
  Object.defineProperty(DataPieBaseChartDescription.prototype, "innerExtent", {
147
148
  get: function () {
148
- return this.v9;
149
+ return this.wl;
149
150
  },
150
151
  set: function (a) {
151
- this.v9 = a;
152
+ this.wl = a;
152
153
  this.g("InnerExtent");
153
154
  },
154
155
  enumerable: false,
@@ -156,10 +157,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
156
157
  });
157
158
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sweepDirection", {
158
159
  get: function () {
159
- return this.w7;
160
+ return this.xk;
160
161
  },
161
162
  set: function (a) {
162
- this.w7 = a;
163
+ this.xk = a;
163
164
  this.g("SweepDirection");
164
165
  },
165
166
  enumerable: false,
@@ -167,10 +168,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
167
168
  });
168
169
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelPositionMode", {
169
170
  get: function () {
170
- return this.w6;
171
+ return this.xj;
171
172
  },
172
173
  set: function (a) {
173
- this.w6 = a;
174
+ this.xj = a;
174
175
  this.g("SliceLabelPositionMode");
175
176
  },
176
177
  enumerable: false,
@@ -178,10 +179,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
178
179
  });
179
180
  Object.defineProperty(DataPieBaseChartDescription.prototype, "lightSliceLabelColor", {
180
181
  get: function () {
181
- return this.wy;
182
+ return this.xb;
182
183
  },
183
184
  set: function (a) {
184
- this.wy = a;
185
+ this.xb = a;
185
186
  this.g("LightSliceLabelColor");
186
187
  },
187
188
  enumerable: false,
@@ -189,10 +190,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
189
190
  });
190
191
  Object.defineProperty(DataPieBaseChartDescription.prototype, "darkSliceLabelColor", {
191
192
  get: function () {
192
- return this.wt;
193
+ return this.w5;
193
194
  },
194
195
  set: function (a) {
195
- this.wt = a;
196
+ this.w5 = a;
196
197
  this.g("DarkSliceLabelColor");
197
198
  },
198
199
  enumerable: false,
@@ -200,21 +201,32 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
200
201
  });
201
202
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueMemberPath", {
202
203
  get: function () {
203
- return this.w9;
204
+ return this.xm;
204
205
  },
205
206
  set: function (a) {
206
- this.w9 = a;
207
+ this.xm = a;
207
208
  this.g("ValueMemberPath");
208
209
  },
209
210
  enumerable: false,
210
211
  configurable: true
211
212
  });
213
+ Object.defineProperty(DataPieBaseChartDescription.prototype, "legendLabelMemberPath", {
214
+ get: function () {
215
+ return this.w7;
216
+ },
217
+ set: function (a) {
218
+ this.w7 = a;
219
+ this.g("LegendLabelMemberPath");
220
+ },
221
+ enumerable: false,
222
+ configurable: true
223
+ });
212
224
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryType", {
213
225
  get: function () {
214
- return this.w1;
226
+ return this.xe;
215
227
  },
216
228
  set: function (a) {
217
- this.w1 = a;
229
+ this.xe = a;
218
230
  this.g("OthersCategoryType");
219
231
  },
220
232
  enumerable: false,
@@ -222,10 +234,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
222
234
  });
223
235
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryThreshold", {
224
236
  get: function () {
225
- return this.wa;
237
+ return this.wm;
226
238
  },
227
239
  set: function (a) {
228
- this.wa = a;
240
+ this.wm = a;
229
241
  this.g("OthersCategoryThreshold");
230
242
  },
231
243
  enumerable: false,
@@ -233,10 +245,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
233
245
  });
234
246
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryText", {
235
247
  get: function () {
236
- return this.w0;
248
+ return this.xd;
237
249
  },
238
250
  set: function (a) {
239
- this.w0 = a;
251
+ this.xd = a;
240
252
  this.g("OthersCategoryText");
241
253
  },
242
254
  enumerable: false,
@@ -244,10 +256,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
244
256
  });
245
257
  Object.defineProperty(DataPieBaseChartDescription.prototype, "labelMemberPath", {
246
258
  get: function () {
247
- return this.wu;
259
+ return this.w6;
248
260
  },
249
261
  set: function (a) {
250
- this.wu = a;
262
+ this.w6 = a;
251
263
  this.g("LabelMemberPath");
252
264
  },
253
265
  enumerable: false,
@@ -255,10 +267,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
255
267
  });
256
268
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisFavorLabellingScaleEnd", {
257
269
  get: function () {
258
- return this.v1;
270
+ return this.wd;
259
271
  },
260
272
  set: function (a) {
261
- this.v1 = a;
273
+ this.wd = a;
262
274
  this.g("ValueAxisFavorLabellingScaleEnd");
263
275
  },
264
276
  enumerable: false,
@@ -266,10 +278,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
266
278
  });
267
279
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAutoRangeBufferMode", {
268
280
  get: function () {
269
- return this.w8;
281
+ return this.xl;
270
282
  },
271
283
  set: function (a) {
272
- this.w8 = a;
284
+ this.xl = a;
273
285
  this.g("ValueAxisAutoRangeBufferMode");
274
286
  },
275
287
  enumerable: false,
@@ -277,10 +289,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
277
289
  });
278
290
  Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisInterval", {
279
291
  get: function () {
280
- return this.v7;
292
+ return this.wj;
281
293
  },
282
294
  set: function (a) {
283
- this.v7 = a;
295
+ this.wj = a;
284
296
  this.g("AngleAxisInterval");
285
297
  },
286
298
  enumerable: false,
@@ -288,10 +300,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
288
300
  });
289
301
  Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisMinorInterval", {
290
302
  get: function () {
291
- return this.v8;
303
+ return this.wk;
292
304
  },
293
305
  set: function (a) {
294
- this.v8 = a;
306
+ this.wk = a;
295
307
  this.g("AngleAxisMinorInterval");
296
308
  },
297
309
  enumerable: false,
@@ -299,10 +311,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
299
311
  });
300
312
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisInterval", {
301
313
  get: function () {
302
- return this.wd;
314
+ return this.wp;
303
315
  },
304
316
  set: function (a) {
305
- this.wd = a;
317
+ this.wp = a;
306
318
  this.g("ValueAxisInterval");
307
319
  },
308
320
  enumerable: false,
@@ -310,10 +322,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
310
322
  });
311
323
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisIsLogarithmic", {
312
324
  get: function () {
313
- return this.v2;
325
+ return this.we;
314
326
  },
315
327
  set: function (a) {
316
- this.v2 = a;
328
+ this.we = a;
317
329
  this.g("ValueAxisIsLogarithmic");
318
330
  },
319
331
  enumerable: false,
@@ -321,10 +333,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
321
333
  });
322
334
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisLogarithmBase", {
323
335
  get: function () {
324
- return this.wr;
336
+ return this.w3;
325
337
  },
326
338
  set: function (a) {
327
- this.wr = a;
339
+ this.w3 = a;
328
340
  this.g("ValueAxisLogarithmBase");
329
341
  },
330
342
  enumerable: false,
@@ -332,10 +344,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
332
344
  });
333
345
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinimumValue", {
334
346
  get: function () {
335
- return this.wf;
347
+ return this.wr;
336
348
  },
337
349
  set: function (a) {
338
- this.wf = a;
350
+ this.wr = a;
339
351
  this.g("ValueAxisMinimumValue");
340
352
  },
341
353
  enumerable: false,
@@ -343,10 +355,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
343
355
  });
344
356
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMaximumValue", {
345
357
  get: function () {
346
- return this.we;
358
+ return this.wq;
347
359
  },
348
360
  set: function (a) {
349
- this.we = a;
361
+ this.wq = a;
350
362
  this.g("ValueAxisMaximumValue");
351
363
  },
352
364
  enumerable: false,
@@ -354,10 +366,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
354
366
  });
355
367
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinorInterval", {
356
368
  get: function () {
357
- return this.wg;
369
+ return this.ws;
358
370
  },
359
371
  set: function (a) {
360
- this.wg = a;
372
+ this.ws = a;
361
373
  this.g("ValueAxisMinorInterval");
362
374
  },
363
375
  enumerable: false,
@@ -365,10 +377,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
365
377
  });
366
378
  Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusExtent", {
367
379
  get: function () {
368
- return this.wb;
380
+ return this.wn;
369
381
  },
370
382
  set: function (a) {
371
- this.wb = a;
383
+ this.wn = a;
372
384
  this.g("RadiusExtent");
373
385
  },
374
386
  enumerable: false,
@@ -376,10 +388,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
376
388
  });
377
389
  Object.defineProperty(DataPieBaseChartDescription.prototype, "startAngle", {
378
390
  get: function () {
379
- return this.wc;
391
+ return this.wo;
380
392
  },
381
393
  set: function (a) {
382
- this.wc = a;
394
+ this.wo = a;
383
395
  this.g("StartAngle");
384
396
  },
385
397
  enumerable: false,
@@ -387,10 +399,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
387
399
  });
388
400
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentSeparator", {
389
401
  get: function () {
390
- return this.w4;
402
+ return this.xh;
391
403
  },
392
404
  set: function (a) {
393
- this.w4 = a;
405
+ this.xh = a;
394
406
  this.g("SliceLabelContentSeparator");
395
407
  },
396
408
  enumerable: false,
@@ -398,10 +410,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
398
410
  });
399
411
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentMode", {
400
412
  get: function () {
401
- return this.w3;
413
+ return this.xg;
402
414
  },
403
415
  set: function (a) {
404
- this.w3 = a;
416
+ this.xg = a;
405
417
  this.g("SliceLabelContentMode");
406
418
  },
407
419
  enumerable: false,
@@ -409,10 +421,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
409
421
  });
410
422
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelContentMode", {
411
423
  get: function () {
412
- return this.ww;
424
+ return this.w9;
413
425
  },
414
426
  set: function (a) {
415
- this.ww = a;
427
+ this.w9 = a;
416
428
  this.g("LegendSliceLabelContentMode");
417
429
  },
418
430
  enumerable: false,
@@ -420,10 +432,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
420
432
  });
421
433
  Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisFavorLabellingScaleEnd", {
422
434
  get: function () {
423
- return this.vz;
435
+ return this.wb;
424
436
  },
425
437
  set: function (a) {
426
- this.vz = a;
438
+ this.wb = a;
427
439
  this.g("AngleAxisFavorLabellingScaleEnd");
428
440
  },
429
441
  enumerable: false,
@@ -431,10 +443,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
431
443
  });
432
444
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAbbreviateLargeNumbers", {
433
445
  get: function () {
434
- return this.v0;
446
+ return this.wc;
435
447
  },
436
448
  set: function (a) {
437
- this.v0 = a;
449
+ this.wc = a;
438
450
  this.g("ValueAxisAbbreviateLargeNumbers");
439
451
  },
440
452
  enumerable: false,
@@ -442,10 +454,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
442
454
  });
443
455
  Object.defineProperty(DataPieBaseChartDescription.prototype, "markerCollision", {
444
456
  get: function () {
445
- return this.wz;
457
+ return this.xc;
446
458
  },
447
459
  set: function (a) {
448
- this.wz = a;
460
+ this.xc = a;
449
461
  this.g("MarkerCollision");
450
462
  },
451
463
  enumerable: false,
@@ -48,6 +48,7 @@ var DataPieBaseChartDescriptionMetadata = /** @class */ /*@__PURE__*/ (function
48
48
  a.item("LightSliceLabelColor", "Brush");
49
49
  a.item("DarkSliceLabelColor", "Brush");
50
50
  a.item("ValueMemberPath", "String");
51
+ a.item("LegendLabelMemberPath", "String");
51
52
  a.item("OthersCategoryType", "ExportedType:string:OthersCategoryType");
52
53
  a.item("OthersCategoryType@names", "Number;Percent");
53
54
  a.item("OthersCategoryThreshold", "Number:double");