igniteui-angular-core 19.1.0 → 20.0.0-beta.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.
Files changed (71) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1402 -1246
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +171 -139
  4. package/esm2015/lib/AxisDescriptionMetadata.js +4 -0
  5. package/esm2015/lib/CategoryAngleAxisDescription.js +21 -21
  6. package/esm2015/lib/CategoryAxisBaseDescription.js +23 -23
  7. package/esm2015/lib/CategoryChartDescription.js +130 -130
  8. package/esm2015/lib/CategoryDateTimeXAxisDescription.js +24 -24
  9. package/esm2015/lib/CategoryXAxisDescription.js +32 -32
  10. package/esm2015/lib/CategoryYAxisDescription.js +32 -32
  11. package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
  12. package/esm2015/lib/DataPieChartDescription.js +35 -35
  13. package/esm2015/lib/FinancialChartDescription.js +176 -176
  14. package/esm2015/lib/NumericAngleAxisDescription.js +6 -6
  15. package/esm2015/lib/NumericAxisBaseDescription.js +83 -83
  16. package/esm2015/lib/NumericRadiusAxisDescription.js +6 -6
  17. package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
  18. package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
  19. package/esm2015/lib/RadialBaseChartDescription.js +215 -183
  20. package/esm2015/lib/RadialBaseChartDescriptionMetadata.js +4 -0
  21. package/esm2015/lib/StraightNumericAxisBaseDescription.js +3 -3
  22. package/esm2015/lib/TimeAxisBaseDescription.js +24 -24
  23. package/esm2015/lib/TimeXAxisDescription.js +12 -12
  24. package/esm2015/lib/XYChartDescription.js +215 -183
  25. package/esm2015/lib/XYChartDescriptionMetadata.js +4 -0
  26. package/esm5/lib/AxisDescription.js +187 -139
  27. package/esm5/lib/AxisDescriptionMetadata.js +4 -0
  28. package/esm5/lib/CategoryAngleAxisDescription.js +21 -21
  29. package/esm5/lib/CategoryAxisBaseDescription.js +23 -23
  30. package/esm5/lib/CategoryChartDescription.js +130 -130
  31. package/esm5/lib/CategoryDateTimeXAxisDescription.js +24 -24
  32. package/esm5/lib/CategoryXAxisDescription.js +32 -32
  33. package/esm5/lib/CategoryYAxisDescription.js +32 -32
  34. package/esm5/lib/DataPieBaseChartDescription.js +107 -107
  35. package/esm5/lib/DataPieChartDescription.js +35 -35
  36. package/esm5/lib/FinancialChartDescription.js +176 -176
  37. package/esm5/lib/NumericAngleAxisDescription.js +6 -6
  38. package/esm5/lib/NumericAxisBaseDescription.js +83 -83
  39. package/esm5/lib/NumericRadiusAxisDescription.js +6 -6
  40. package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
  41. package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
  42. package/esm5/lib/RadialBaseChartDescription.js +231 -183
  43. package/esm5/lib/RadialBaseChartDescriptionMetadata.js +4 -0
  44. package/esm5/lib/StraightNumericAxisBaseDescription.js +3 -3
  45. package/esm5/lib/TimeAxisBaseDescription.js +24 -24
  46. package/esm5/lib/TimeXAxisDescription.js +12 -12
  47. package/esm5/lib/XYChartDescription.js +231 -183
  48. package/esm5/lib/XYChartDescriptionMetadata.js +4 -0
  49. package/fesm2015/igniteui-angular-core.js +1354 -1246
  50. package/fesm5/igniteui-angular-core.js +1402 -1246
  51. package/lib/AxisDescription.d.ts +60 -48
  52. package/lib/CategoryAngleAxisDescription.d.ts +7 -7
  53. package/lib/CategoryAxisBaseDescription.d.ts +8 -8
  54. package/lib/CategoryChartDescription.d.ts +45 -45
  55. package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
  56. package/lib/CategoryXAxisDescription.d.ts +11 -11
  57. package/lib/CategoryYAxisDescription.d.ts +11 -11
  58. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  59. package/lib/DataPieChartDescription.d.ts +12 -12
  60. package/lib/FinancialChartDescription.d.ts +61 -61
  61. package/lib/NumericAngleAxisDescription.d.ts +2 -2
  62. package/lib/NumericAxisBaseDescription.d.ts +28 -28
  63. package/lib/NumericRadiusAxisDescription.d.ts +2 -2
  64. package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
  65. package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
  66. package/lib/RadialBaseChartDescription.d.ts +77 -65
  67. package/lib/StraightNumericAxisBaseDescription.d.ts +1 -1
  68. package/lib/TimeAxisBaseDescription.d.ts +8 -8
  69. package/lib/TimeXAxisDescription.d.ts +4 -4
  70. package/lib/XYChartDescription.d.ts +77 -65
  71. package/package.json +4 -4
@@ -14,81 +14,85 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
14
14
  __extends(RadialBaseChartDescription, _super);
15
15
  function RadialBaseChartDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.ur = null;
18
- _this.u9 = null;
17
+ _this.uz = null;
18
+ _this.vh = null;
19
19
  _this.sw = 0;
20
20
  _this.sy = 0;
21
21
  _this.sx = 0;
22
22
  _this.sv = 0;
23
- _this.td = 0;
24
23
  _this.tf = 0;
24
+ _this.th = 0;
25
+ _this.tg = 0;
25
26
  _this.te = 0;
26
- _this.tc = 0;
27
- _this.uw = null;
28
- _this.ve = null;
29
- _this.up = null;
30
- _this.uq = null;
31
- _this.s7 = 0;
32
- _this.to = 0;
33
- _this.s6 = 0;
34
- _this.tn = 0;
27
+ _this.u4 = null;
28
+ _this.vm = null;
29
+ _this.ux = null;
30
+ _this.uy = null;
35
31
  _this.s9 = 0;
36
- _this.tq = 0;
32
+ _this.ts = 0;
37
33
  _this.s8 = 0;
38
- _this.tp = 0;
39
- _this.s5 = 0;
40
- _this.tm = 0;
41
- _this.u7 = null;
42
- _this.vp = null;
43
- _this.ux = null;
34
+ _this.tr = 0;
35
+ _this.tb = 0;
36
+ _this.tu = 0;
37
+ _this.ta = 0;
38
+ _this.tt = 0;
39
+ _this.s7 = 0;
40
+ _this.tq = 0;
44
41
  _this.vf = null;
42
+ _this.vx = null;
43
+ _this.u5 = null;
44
+ _this.vn = null;
45
+ _this.vg = null;
46
+ _this.vy = null;
47
+ _this.u3 = null;
48
+ _this.vl = null;
45
49
  _this.u8 = null;
46
50
  _this.vq = null;
47
- _this.uv = null;
48
- _this.vd = null;
49
- _this.u0 = null;
50
- _this.vi = null;
51
51
  _this.sz = 0;
52
- _this.tg = 0;
53
- _this.s0 = 0;
54
- _this.th = 0;
55
- _this.u2 = null;
56
- _this.vk = null;
57
- _this.u3 = null;
58
- _this.vl = null;
59
- _this.s1 = 0;
60
52
  _this.ti = 0;
61
53
  _this.s2 = 0;
62
- _this.tj = 0;
63
- _this.u4 = null;
64
- _this.vm = null;
54
+ _this.tl = 0;
55
+ _this.va = null;
56
+ _this.vs = null;
57
+ _this.vb = null;
58
+ _this.vt = null;
65
59
  _this.s3 = 0;
66
- _this.tk = 0;
67
- _this.u5 = null;
68
- _this.vn = null;
69
- _this.u1 = null;
70
- _this.vj = null;
60
+ _this.tm = 0;
61
+ _this.s4 = 0;
62
+ _this.tn = 0;
63
+ _this.vc = null;
64
+ _this.vu = null;
65
+ _this.s5 = 0;
66
+ _this.to = 0;
67
+ _this.vd = null;
68
+ _this.vv = null;
69
+ _this.u9 = null;
70
+ _this.vr = null;
71
71
  _this.su = 0;
72
- _this.tb = 0;
72
+ _this.td = 0;
73
73
  _this.st = 0;
74
- _this.ta = 0;
75
- _this.s4 = 0;
76
- _this.tl = 0;
74
+ _this.s0 = 0;
75
+ _this.s1 = 0;
76
+ _this.tc = 0;
77
+ _this.tj = 0;
78
+ _this.tk = 0;
79
+ _this.s6 = 0;
80
+ _this.tp = 0;
77
81
  _this.sp = false;
78
82
  _this.sq = false;
83
+ _this.ve = null;
84
+ _this.vw = null;
85
+ _this.u1 = null;
86
+ _this.vj = null;
79
87
  _this.u6 = null;
80
88
  _this.vo = null;
81
- _this.ut = null;
82
- _this.vb = null;
83
- _this.uy = null;
84
- _this.vg = null;
85
- _this.uz = null;
86
- _this.vh = null;
87
- _this.vc = null;
88
- _this.uu = null;
89
- _this.us = null;
89
+ _this.u7 = null;
90
+ _this.vp = null;
91
+ _this.vk = null;
92
+ _this.u2 = null;
93
+ _this.u0 = null;
90
94
  _this.sl = null;
91
- _this.va = null;
95
+ _this.vi = null;
92
96
  _this.sm = null;
93
97
  return _this;
94
98
  }
@@ -97,10 +101,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
97
101
  };
98
102
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisFormatLabelRef", {
99
103
  get: function () {
100
- return this.ur;
104
+ return this.uz;
101
105
  },
102
106
  set: function (a) {
103
- this.ur = a;
107
+ this.uz = a;
104
108
  this.g("AngleAxisFormatLabelRef");
105
109
  },
106
110
  enumerable: false,
@@ -108,10 +112,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
108
112
  });
109
113
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisFormatLabelRef", {
110
114
  get: function () {
111
- return this.u9;
115
+ return this.vh;
112
116
  },
113
117
  set: function (a) {
114
- this.u9 = a;
118
+ this.vh = a;
115
119
  this.g("ValueAxisFormatLabelRef");
116
120
  },
117
121
  enumerable: false,
@@ -163,10 +167,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
163
167
  });
164
168
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelLeftMargin", {
165
169
  get: function () {
166
- return this.td;
170
+ return this.tf;
167
171
  },
168
172
  set: function (a) {
169
- this.td = a;
173
+ this.tf = a;
170
174
  this.g("ValueAxisLabelLeftMargin");
171
175
  },
172
176
  enumerable: false,
@@ -174,10 +178,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
174
178
  });
175
179
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTopMargin", {
176
180
  get: function () {
177
- return this.tf;
181
+ return this.th;
178
182
  },
179
183
  set: function (a) {
180
- this.tf = a;
184
+ this.th = a;
181
185
  this.g("ValueAxisLabelTopMargin");
182
186
  },
183
187
  enumerable: false,
@@ -185,10 +189,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
185
189
  });
186
190
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelRightMargin", {
187
191
  get: function () {
188
- return this.te;
192
+ return this.tg;
189
193
  },
190
194
  set: function (a) {
191
- this.te = a;
195
+ this.tg = a;
192
196
  this.g("ValueAxisLabelRightMargin");
193
197
  },
194
198
  enumerable: false,
@@ -196,10 +200,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
196
200
  });
197
201
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelBottomMargin", {
198
202
  get: function () {
199
- return this.tc;
203
+ return this.te;
200
204
  },
201
205
  set: function (a) {
202
- this.tc = a;
206
+ this.te = a;
203
207
  this.g("ValueAxisLabelBottomMargin");
204
208
  },
205
209
  enumerable: false,
@@ -207,10 +211,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
207
211
  });
208
212
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelTextColor", {
209
213
  get: function () {
210
- return this.uw;
214
+ return this.u4;
211
215
  },
212
216
  set: function (a) {
213
- this.uw = a;
217
+ this.u4 = a;
214
218
  this.g("AngleAxisLabelTextColor");
215
219
  },
216
220
  enumerable: false,
@@ -218,10 +222,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
218
222
  });
219
223
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTextColor", {
220
224
  get: function () {
221
- return this.ve;
225
+ return this.vm;
222
226
  },
223
227
  set: function (a) {
224
- this.ve = a;
228
+ this.vm = a;
225
229
  this.g("ValueAxisLabelTextColor");
226
230
  },
227
231
  enumerable: false,
@@ -229,10 +233,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
229
233
  });
230
234
  Object.defineProperty(RadialBaseChartDescription.prototype, "actualAngleAxisLabelTextColor", {
231
235
  get: function () {
232
- return this.up;
236
+ return this.ux;
233
237
  },
234
238
  set: function (a) {
235
- this.up = a;
239
+ this.ux = a;
236
240
  this.g("ActualAngleAxisLabelTextColor");
237
241
  },
238
242
  enumerable: false,
@@ -240,10 +244,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
240
244
  });
241
245
  Object.defineProperty(RadialBaseChartDescription.prototype, "actualValueAxisLabelTextColor", {
242
246
  get: function () {
243
- return this.uq;
247
+ return this.uy;
244
248
  },
245
249
  set: function (a) {
246
- this.uq = a;
250
+ this.uy = a;
247
251
  this.g("ActualValueAxisLabelTextColor");
248
252
  },
249
253
  enumerable: false,
@@ -251,10 +255,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
251
255
  });
252
256
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleMargin", {
253
257
  get: function () {
254
- return this.s7;
258
+ return this.s9;
255
259
  },
256
260
  set: function (a) {
257
- this.s7 = a;
261
+ this.s9 = a;
258
262
  this.g("AngleAxisTitleMargin");
259
263
  },
260
264
  enumerable: false,
@@ -262,10 +266,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
262
266
  });
263
267
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleMargin", {
264
268
  get: function () {
265
- return this.to;
269
+ return this.ts;
266
270
  },
267
271
  set: function (a) {
268
- this.to = a;
272
+ this.ts = a;
269
273
  this.g("ValueAxisTitleMargin");
270
274
  },
271
275
  enumerable: false,
@@ -273,10 +277,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
273
277
  });
274
278
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleLeftMargin", {
275
279
  get: function () {
276
- return this.s6;
280
+ return this.s8;
277
281
  },
278
282
  set: function (a) {
279
- this.s6 = a;
283
+ this.s8 = a;
280
284
  this.g("AngleAxisTitleLeftMargin");
281
285
  },
282
286
  enumerable: false,
@@ -284,10 +288,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
284
288
  });
285
289
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleLeftMargin", {
286
290
  get: function () {
287
- return this.tn;
291
+ return this.tr;
288
292
  },
289
293
  set: function (a) {
290
- this.tn = a;
294
+ this.tr = a;
291
295
  this.g("ValueAxisTitleLeftMargin");
292
296
  },
293
297
  enumerable: false,
@@ -295,10 +299,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
295
299
  });
296
300
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTopMargin", {
297
301
  get: function () {
298
- return this.s9;
302
+ return this.tb;
299
303
  },
300
304
  set: function (a) {
301
- this.s9 = a;
305
+ this.tb = a;
302
306
  this.g("AngleAxisTitleTopMargin");
303
307
  },
304
308
  enumerable: false,
@@ -306,10 +310,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
306
310
  });
307
311
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTopMargin", {
308
312
  get: function () {
309
- return this.tq;
313
+ return this.tu;
310
314
  },
311
315
  set: function (a) {
312
- this.tq = a;
316
+ this.tu = a;
313
317
  this.g("ValueAxisTitleTopMargin");
314
318
  },
315
319
  enumerable: false,
@@ -317,10 +321,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
317
321
  });
318
322
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleRightMargin", {
319
323
  get: function () {
320
- return this.s8;
324
+ return this.ta;
321
325
  },
322
326
  set: function (a) {
323
- this.s8 = a;
327
+ this.ta = a;
324
328
  this.g("AngleAxisTitleRightMargin");
325
329
  },
326
330
  enumerable: false,
@@ -328,10 +332,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
328
332
  });
329
333
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleRightMargin", {
330
334
  get: function () {
331
- return this.tp;
335
+ return this.tt;
332
336
  },
333
337
  set: function (a) {
334
- this.tp = a;
338
+ this.tt = a;
335
339
  this.g("ValueAxisTitleRightMargin");
336
340
  },
337
341
  enumerable: false,
@@ -339,10 +343,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
339
343
  });
340
344
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleBottomMargin", {
341
345
  get: function () {
342
- return this.s5;
346
+ return this.s7;
343
347
  },
344
348
  set: function (a) {
345
- this.s5 = a;
349
+ this.s7 = a;
346
350
  this.g("AngleAxisTitleBottomMargin");
347
351
  },
348
352
  enumerable: false,
@@ -350,10 +354,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
350
354
  });
351
355
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleBottomMargin", {
352
356
  get: function () {
353
- return this.tm;
357
+ return this.tq;
354
358
  },
355
359
  set: function (a) {
356
- this.tm = a;
360
+ this.tq = a;
357
361
  this.g("ValueAxisTitleBottomMargin");
358
362
  },
359
363
  enumerable: false,
@@ -361,10 +365,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
361
365
  });
362
366
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTextColor", {
363
367
  get: function () {
364
- return this.u7;
368
+ return this.vf;
365
369
  },
366
370
  set: function (a) {
367
- this.u7 = a;
371
+ this.vf = a;
368
372
  this.g("AngleAxisTitleTextColor");
369
373
  },
370
374
  enumerable: false,
@@ -372,10 +376,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
372
376
  });
373
377
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTextColor", {
374
378
  get: function () {
375
- return this.vp;
379
+ return this.vx;
376
380
  },
377
381
  set: function (a) {
378
- this.vp = a;
382
+ this.vx = a;
379
383
  this.g("ValueAxisTitleTextColor");
380
384
  },
381
385
  enumerable: false,
@@ -383,10 +387,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
383
387
  });
384
388
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelTextStyle", {
385
389
  get: function () {
386
- return this.ux;
390
+ return this.u5;
387
391
  },
388
392
  set: function (a) {
389
- this.ux = a;
393
+ this.u5 = a;
390
394
  this.g("AngleAxisLabelTextStyle");
391
395
  },
392
396
  enumerable: false,
@@ -394,10 +398,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
394
398
  });
395
399
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTextStyle", {
396
400
  get: function () {
397
- return this.vf;
401
+ return this.vn;
398
402
  },
399
403
  set: function (a) {
400
- this.vf = a;
404
+ this.vn = a;
401
405
  this.g("ValueAxisLabelTextStyle");
402
406
  },
403
407
  enumerable: false,
@@ -405,10 +409,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
405
409
  });
406
410
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTextStyle", {
407
411
  get: function () {
408
- return this.u8;
412
+ return this.vg;
409
413
  },
410
414
  set: function (a) {
411
- this.u8 = a;
415
+ this.vg = a;
412
416
  this.g("AngleAxisTitleTextStyle");
413
417
  },
414
418
  enumerable: false,
@@ -416,10 +420,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
416
420
  });
417
421
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTextStyle", {
418
422
  get: function () {
419
- return this.vq;
423
+ return this.vy;
420
424
  },
421
425
  set: function (a) {
422
- this.vq = a;
426
+ this.vy = a;
423
427
  this.g("ValueAxisTitleTextStyle");
424
428
  },
425
429
  enumerable: false,
@@ -427,10 +431,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
427
431
  });
428
432
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelRef", {
429
433
  get: function () {
430
- return this.uv;
434
+ return this.u3;
431
435
  },
432
436
  set: function (a) {
433
- this.uv = a;
437
+ this.u3 = a;
434
438
  this.g("AngleAxisLabelRef");
435
439
  },
436
440
  enumerable: false,
@@ -438,10 +442,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
438
442
  });
439
443
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelRef", {
440
444
  get: function () {
441
- return this.vd;
445
+ return this.vl;
442
446
  },
443
447
  set: function (a) {
444
- this.vd = a;
448
+ this.vl = a;
445
449
  this.g("ValueAxisLabelRef");
446
450
  },
447
451
  enumerable: false,
@@ -449,10 +453,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
449
453
  });
450
454
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMajorStroke", {
451
455
  get: function () {
452
- return this.u0;
456
+ return this.u8;
453
457
  },
454
458
  set: function (a) {
455
- this.u0 = a;
459
+ this.u8 = a;
456
460
  this.g("AngleAxisMajorStroke");
457
461
  },
458
462
  enumerable: false,
@@ -460,10 +464,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
460
464
  });
461
465
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMajorStroke", {
462
466
  get: function () {
463
- return this.vi;
467
+ return this.vq;
464
468
  },
465
469
  set: function (a) {
466
- this.vi = a;
470
+ this.vq = a;
467
471
  this.g("ValueAxisMajorStroke");
468
472
  },
469
473
  enumerable: false,
@@ -482,10 +486,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
482
486
  });
483
487
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMajorStrokeThickness", {
484
488
  get: function () {
485
- return this.tg;
489
+ return this.ti;
486
490
  },
487
491
  set: function (a) {
488
- this.tg = a;
492
+ this.ti = a;
489
493
  this.g("ValueAxisMajorStrokeThickness");
490
494
  },
491
495
  enumerable: false,
@@ -493,10 +497,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
493
497
  });
494
498
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMinorStrokeThickness", {
495
499
  get: function () {
496
- return this.s0;
500
+ return this.s2;
497
501
  },
498
502
  set: function (a) {
499
- this.s0 = a;
503
+ this.s2 = a;
500
504
  this.g("AngleAxisMinorStrokeThickness");
501
505
  },
502
506
  enumerable: false,
@@ -504,10 +508,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
504
508
  });
505
509
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMinorStrokeThickness", {
506
510
  get: function () {
507
- return this.th;
511
+ return this.tl;
508
512
  },
509
513
  set: function (a) {
510
- this.th = a;
514
+ this.tl = a;
511
515
  this.g("ValueAxisMinorStrokeThickness");
512
516
  },
513
517
  enumerable: false,
@@ -515,10 +519,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
515
519
  });
516
520
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStrip", {
517
521
  get: function () {
518
- return this.u2;
522
+ return this.va;
519
523
  },
520
524
  set: function (a) {
521
- this.u2 = a;
525
+ this.va = a;
522
526
  this.g("AngleAxisStrip");
523
527
  },
524
528
  enumerable: false,
@@ -526,10 +530,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
526
530
  });
527
531
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStrip", {
528
532
  get: function () {
529
- return this.vk;
533
+ return this.vs;
530
534
  },
531
535
  set: function (a) {
532
- this.vk = a;
536
+ this.vs = a;
533
537
  this.g("ValueAxisStrip");
534
538
  },
535
539
  enumerable: false,
@@ -537,10 +541,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
537
541
  });
538
542
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStroke", {
539
543
  get: function () {
540
- return this.u3;
544
+ return this.vb;
541
545
  },
542
546
  set: function (a) {
543
- this.u3 = a;
547
+ this.vb = a;
544
548
  this.g("AngleAxisStroke");
545
549
  },
546
550
  enumerable: false,
@@ -548,10 +552,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
548
552
  });
549
553
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStroke", {
550
554
  get: function () {
551
- return this.vl;
555
+ return this.vt;
552
556
  },
553
557
  set: function (a) {
554
- this.vl = a;
558
+ this.vt = a;
555
559
  this.g("ValueAxisStroke");
556
560
  },
557
561
  enumerable: false,
@@ -559,10 +563,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
559
563
  });
560
564
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStrokeThickness", {
561
565
  get: function () {
562
- return this.s1;
566
+ return this.s3;
563
567
  },
564
568
  set: function (a) {
565
- this.s1 = a;
569
+ this.s3 = a;
566
570
  this.g("AngleAxisStrokeThickness");
567
571
  },
568
572
  enumerable: false,
@@ -570,10 +574,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
570
574
  });
571
575
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStrokeThickness", {
572
576
  get: function () {
573
- return this.ti;
577
+ return this.tm;
574
578
  },
575
579
  set: function (a) {
576
- this.ti = a;
580
+ this.tm = a;
577
581
  this.g("ValueAxisStrokeThickness");
578
582
  },
579
583
  enumerable: false,
@@ -581,10 +585,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
581
585
  });
582
586
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickLength", {
583
587
  get: function () {
584
- return this.s2;
588
+ return this.s4;
585
589
  },
586
590
  set: function (a) {
587
- this.s2 = a;
591
+ this.s4 = a;
588
592
  this.g("AngleAxisTickLength");
589
593
  },
590
594
  enumerable: false,
@@ -592,10 +596,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
592
596
  });
593
597
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickLength", {
594
598
  get: function () {
595
- return this.tj;
599
+ return this.tn;
596
600
  },
597
601
  set: function (a) {
598
- this.tj = a;
602
+ this.tn = a;
599
603
  this.g("ValueAxisTickLength");
600
604
  },
601
605
  enumerable: false,
@@ -603,10 +607,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
603
607
  });
604
608
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickStroke", {
605
609
  get: function () {
606
- return this.u4;
610
+ return this.vc;
607
611
  },
608
612
  set: function (a) {
609
- this.u4 = a;
613
+ this.vc = a;
610
614
  this.g("AngleAxisTickStroke");
611
615
  },
612
616
  enumerable: false,
@@ -614,10 +618,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
614
618
  });
615
619
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickStroke", {
616
620
  get: function () {
617
- return this.vm;
621
+ return this.vu;
618
622
  },
619
623
  set: function (a) {
620
- this.vm = a;
624
+ this.vu = a;
621
625
  this.g("ValueAxisTickStroke");
622
626
  },
623
627
  enumerable: false,
@@ -625,10 +629,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
625
629
  });
626
630
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickStrokeThickness", {
627
631
  get: function () {
628
- return this.s3;
632
+ return this.s5;
629
633
  },
630
634
  set: function (a) {
631
- this.s3 = a;
635
+ this.s5 = a;
632
636
  this.g("AngleAxisTickStrokeThickness");
633
637
  },
634
638
  enumerable: false,
@@ -636,10 +640,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
636
640
  });
637
641
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickStrokeThickness", {
638
642
  get: function () {
639
- return this.tk;
643
+ return this.to;
640
644
  },
641
645
  set: function (a) {
642
- this.tk = a;
646
+ this.to = a;
643
647
  this.g("ValueAxisTickStrokeThickness");
644
648
  },
645
649
  enumerable: false,
@@ -647,10 +651,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
647
651
  });
648
652
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitle", {
649
653
  get: function () {
650
- return this.u5;
654
+ return this.vd;
651
655
  },
652
656
  set: function (a) {
653
- this.u5 = a;
657
+ this.vd = a;
654
658
  this.g("AngleAxisTitle");
655
659
  },
656
660
  enumerable: false,
@@ -658,10 +662,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
658
662
  });
659
663
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitle", {
660
664
  get: function () {
661
- return this.vn;
665
+ return this.vv;
662
666
  },
663
667
  set: function (a) {
664
- this.vn = a;
668
+ this.vv = a;
665
669
  this.g("ValueAxisTitle");
666
670
  },
667
671
  enumerable: false,
@@ -669,10 +673,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
669
673
  });
670
674
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMinorStroke", {
671
675
  get: function () {
672
- return this.u1;
676
+ return this.u9;
673
677
  },
674
678
  set: function (a) {
675
- this.u1 = a;
679
+ this.u9 = a;
676
680
  this.g("AngleAxisMinorStroke");
677
681
  },
678
682
  enumerable: false,
@@ -680,10 +684,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
680
684
  });
681
685
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMinorStroke", {
682
686
  get: function () {
683
- return this.vj;
687
+ return this.vr;
684
688
  },
685
689
  set: function (a) {
686
- this.vj = a;
690
+ this.vr = a;
687
691
  this.g("ValueAxisMinorStroke");
688
692
  },
689
693
  enumerable: false,
@@ -702,10 +706,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
702
706
  });
703
707
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelAngle", {
704
708
  get: function () {
705
- return this.tb;
709
+ return this.td;
706
710
  },
707
711
  set: function (a) {
708
- this.tb = a;
712
+ this.td = a;
709
713
  this.g("ValueAxisLabelAngle");
710
714
  },
711
715
  enumerable: false,
@@ -722,23 +726,67 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
722
726
  enumerable: false,
723
727
  configurable: true
724
728
  });
729
+ Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMaximumExtent", {
730
+ get: function () {
731
+ return this.s0;
732
+ },
733
+ set: function (a) {
734
+ this.s0 = a;
735
+ this.g("AngleAxisMaximumExtent");
736
+ },
737
+ enumerable: false,
738
+ configurable: true
739
+ });
740
+ Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMaximumExtentPercentage", {
741
+ get: function () {
742
+ return this.s1;
743
+ },
744
+ set: function (a) {
745
+ this.s1 = a;
746
+ this.g("AngleAxisMaximumExtentPercentage");
747
+ },
748
+ enumerable: false,
749
+ configurable: true
750
+ });
725
751
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisExtent", {
726
752
  get: function () {
727
- return this.ta;
753
+ return this.tc;
728
754
  },
729
755
  set: function (a) {
730
- this.ta = a;
756
+ this.tc = a;
731
757
  this.g("ValueAxisExtent");
732
758
  },
733
759
  enumerable: false,
734
760
  configurable: true
735
761
  });
762
+ Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMaximumExtent", {
763
+ get: function () {
764
+ return this.tj;
765
+ },
766
+ set: function (a) {
767
+ this.tj = a;
768
+ this.g("ValueAxisMaximumExtent");
769
+ },
770
+ enumerable: false,
771
+ configurable: true
772
+ });
773
+ Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMaximumExtentPercentage", {
774
+ get: function () {
775
+ return this.tk;
776
+ },
777
+ set: function (a) {
778
+ this.tk = a;
779
+ this.g("ValueAxisMaximumExtentPercentage");
780
+ },
781
+ enumerable: false,
782
+ configurable: true
783
+ });
736
784
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleAngle", {
737
785
  get: function () {
738
- return this.s4;
786
+ return this.s6;
739
787
  },
740
788
  set: function (a) {
741
- this.s4 = a;
789
+ this.s6 = a;
742
790
  this.g("AngleAxisTitleAngle");
743
791
  },
744
792
  enumerable: false,
@@ -746,10 +794,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
746
794
  });
747
795
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleAngle", {
748
796
  get: function () {
749
- return this.tl;
797
+ return this.tp;
750
798
  },
751
799
  set: function (a) {
752
- this.tl = a;
800
+ this.tp = a;
753
801
  this.g("ValueAxisTitleAngle");
754
802
  },
755
803
  enumerable: false,
@@ -779,10 +827,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
779
827
  });
780
828
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleAlignment", {
781
829
  get: function () {
782
- return this.u6;
830
+ return this.ve;
783
831
  },
784
832
  set: function (a) {
785
- this.u6 = a;
833
+ this.ve = a;
786
834
  this.g("AngleAxisTitleAlignment");
787
835
  },
788
836
  enumerable: false,
@@ -790,10 +838,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
790
838
  });
791
839
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleAlignment", {
792
840
  get: function () {
793
- return this.vo;
841
+ return this.vw;
794
842
  },
795
843
  set: function (a) {
796
- this.vo = a;
844
+ this.vw = a;
797
845
  this.g("ValueAxisTitleAlignment");
798
846
  },
799
847
  enumerable: false,
@@ -801,10 +849,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
801
849
  });
802
850
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelHorizontalAlignment", {
803
851
  get: function () {
804
- return this.ut;
852
+ return this.u1;
805
853
  },
806
854
  set: function (a) {
807
- this.ut = a;
855
+ this.u1 = a;
808
856
  this.g("AngleAxisLabelHorizontalAlignment");
809
857
  },
810
858
  enumerable: false,
@@ -812,10 +860,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
812
860
  });
813
861
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelHorizontalAlignment", {
814
862
  get: function () {
815
- return this.vb;
863
+ return this.vj;
816
864
  },
817
865
  set: function (a) {
818
- this.vb = a;
866
+ this.vj = a;
819
867
  this.g("ValueAxisLabelHorizontalAlignment");
820
868
  },
821
869
  enumerable: false,
@@ -823,10 +871,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
823
871
  });
824
872
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelVerticalAlignment", {
825
873
  get: function () {
826
- return this.uy;
874
+ return this.u6;
827
875
  },
828
876
  set: function (a) {
829
- this.uy = a;
877
+ this.u6 = a;
830
878
  this.g("AngleAxisLabelVerticalAlignment");
831
879
  },
832
880
  enumerable: false,
@@ -834,10 +882,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
834
882
  });
835
883
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelVerticalAlignment", {
836
884
  get: function () {
837
- return this.vg;
885
+ return this.vo;
838
886
  },
839
887
  set: function (a) {
840
- this.vg = a;
888
+ this.vo = a;
841
889
  this.g("ValueAxisLabelVerticalAlignment");
842
890
  },
843
891
  enumerable: false,
@@ -845,10 +893,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
845
893
  });
846
894
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelVisibility", {
847
895
  get: function () {
848
- return this.uz;
896
+ return this.u7;
849
897
  },
850
898
  set: function (a) {
851
- this.uz = a;
899
+ this.u7 = a;
852
900
  this.g("AngleAxisLabelVisibility");
853
901
  },
854
902
  enumerable: false,
@@ -856,10 +904,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
856
904
  });
857
905
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelVisibility", {
858
906
  get: function () {
859
- return this.vh;
907
+ return this.vp;
860
908
  },
861
909
  set: function (a) {
862
- this.vh = a;
910
+ this.vp = a;
863
911
  this.g("ValueAxisLabelVisibility");
864
912
  },
865
913
  enumerable: false,
@@ -867,10 +915,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
867
915
  });
868
916
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelLocation", {
869
917
  get: function () {
870
- return this.vc;
918
+ return this.vk;
871
919
  },
872
920
  set: function (a) {
873
- this.vc = a;
921
+ this.vk = a;
874
922
  this.g("ValueAxisLabelLocation");
875
923
  },
876
924
  enumerable: false,
@@ -878,10 +926,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
878
926
  });
879
927
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelLocation", {
880
928
  get: function () {
881
- return this.uu;
929
+ return this.u2;
882
930
  },
883
931
  set: function (a) {
884
- this.uu = a;
932
+ this.u2 = a;
885
933
  this.g("AngleAxisLabelLocation");
886
934
  },
887
935
  enumerable: false,
@@ -889,10 +937,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
889
937
  });
890
938
  Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelFormat", {
891
939
  get: function () {
892
- return this.us;
940
+ return this.u0;
893
941
  },
894
942
  set: function (a) {
895
- this.us = a;
943
+ this.u0 = a;
896
944
  this.g("AngleAxisLabelFormat");
897
945
  },
898
946
  enumerable: false,
@@ -911,10 +959,10 @@ var RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
911
959
  });
912
960
  Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelFormat", {
913
961
  get: function () {
914
- return this.va;
962
+ return this.vi;
915
963
  },
916
964
  set: function (a) {
917
- this.va = a;
965
+ this.vi = a;
918
966
  this.g("ValueAxisLabelFormat");
919
967
  },
920
968
  enumerable: false,