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
@@ -13,98 +13,102 @@ export let RadialBaseChartDescription = /*@__PURE__*/ (() => {
13
13
  class RadialBaseChartDescription extends DomainChartDescription {
14
14
  constructor() {
15
15
  super();
16
- this.ur = null;
17
- this.u9 = null;
16
+ this.uz = null;
17
+ this.vh = null;
18
18
  this.sw = 0;
19
19
  this.sy = 0;
20
20
  this.sx = 0;
21
21
  this.sv = 0;
22
- this.td = 0;
23
22
  this.tf = 0;
23
+ this.th = 0;
24
+ this.tg = 0;
24
25
  this.te = 0;
25
- this.tc = 0;
26
- this.uw = null;
27
- this.ve = null;
28
- this.up = null;
29
- this.uq = null;
30
- this.s7 = 0;
31
- this.to = 0;
32
- this.s6 = 0;
33
- this.tn = 0;
26
+ this.u4 = null;
27
+ this.vm = null;
28
+ this.ux = null;
29
+ this.uy = null;
34
30
  this.s9 = 0;
35
- this.tq = 0;
31
+ this.ts = 0;
36
32
  this.s8 = 0;
37
- this.tp = 0;
38
- this.s5 = 0;
39
- this.tm = 0;
40
- this.u7 = null;
41
- this.vp = null;
42
- this.ux = null;
33
+ this.tr = 0;
34
+ this.tb = 0;
35
+ this.tu = 0;
36
+ this.ta = 0;
37
+ this.tt = 0;
38
+ this.s7 = 0;
39
+ this.tq = 0;
43
40
  this.vf = null;
41
+ this.vx = null;
42
+ this.u5 = null;
43
+ this.vn = null;
44
+ this.vg = null;
45
+ this.vy = null;
46
+ this.u3 = null;
47
+ this.vl = null;
44
48
  this.u8 = null;
45
49
  this.vq = null;
46
- this.uv = null;
47
- this.vd = null;
48
- this.u0 = null;
49
- this.vi = null;
50
50
  this.sz = 0;
51
- this.tg = 0;
52
- this.s0 = 0;
53
- this.th = 0;
54
- this.u2 = null;
55
- this.vk = null;
56
- this.u3 = null;
57
- this.vl = null;
58
- this.s1 = 0;
59
51
  this.ti = 0;
60
52
  this.s2 = 0;
61
- this.tj = 0;
62
- this.u4 = null;
63
- this.vm = null;
53
+ this.tl = 0;
54
+ this.va = null;
55
+ this.vs = null;
56
+ this.vb = null;
57
+ this.vt = null;
64
58
  this.s3 = 0;
65
- this.tk = 0;
66
- this.u5 = null;
67
- this.vn = null;
68
- this.u1 = null;
69
- this.vj = null;
59
+ this.tm = 0;
60
+ this.s4 = 0;
61
+ this.tn = 0;
62
+ this.vc = null;
63
+ this.vu = null;
64
+ this.s5 = 0;
65
+ this.to = 0;
66
+ this.vd = null;
67
+ this.vv = null;
68
+ this.u9 = null;
69
+ this.vr = null;
70
70
  this.su = 0;
71
- this.tb = 0;
71
+ this.td = 0;
72
72
  this.st = 0;
73
- this.ta = 0;
74
- this.s4 = 0;
75
- this.tl = 0;
73
+ this.s0 = 0;
74
+ this.s1 = 0;
75
+ this.tc = 0;
76
+ this.tj = 0;
77
+ this.tk = 0;
78
+ this.s6 = 0;
79
+ this.tp = 0;
76
80
  this.sp = false;
77
81
  this.sq = false;
82
+ this.ve = null;
83
+ this.vw = null;
84
+ this.u1 = null;
85
+ this.vj = null;
78
86
  this.u6 = null;
79
87
  this.vo = null;
80
- this.ut = null;
81
- this.vb = null;
82
- this.uy = null;
83
- this.vg = null;
84
- this.uz = null;
85
- this.vh = null;
86
- this.vc = null;
87
- this.uu = null;
88
- this.us = null;
88
+ this.u7 = null;
89
+ this.vp = null;
90
+ this.vk = null;
91
+ this.u2 = null;
92
+ this.u0 = null;
89
93
  this.sl = null;
90
- this.va = null;
94
+ this.vi = null;
91
95
  this.sm = null;
92
96
  }
93
97
  get_type() {
94
98
  return "RadialBaseChart";
95
99
  }
96
100
  get angleAxisFormatLabelRef() {
97
- return this.ur;
101
+ return this.uz;
98
102
  }
99
103
  set angleAxisFormatLabelRef(a) {
100
- this.ur = a;
104
+ this.uz = a;
101
105
  this.g("AngleAxisFormatLabelRef");
102
106
  }
103
107
  get valueAxisFormatLabelRef() {
104
- return this.u9;
108
+ return this.vh;
105
109
  }
106
110
  set valueAxisFormatLabelRef(a) {
107
- this.u9 = a;
111
+ this.vh = a;
108
112
  this.g("ValueAxisFormatLabelRef");
109
113
  }
110
114
  get angleAxisLabelLeftMargin() {
@@ -136,199 +140,199 @@ export let RadialBaseChartDescription = /*@__PURE__*/ (() => {
136
140
  this.g("AngleAxisLabelBottomMargin");
137
141
  }
138
142
  get valueAxisLabelLeftMargin() {
139
- return this.td;
143
+ return this.tf;
140
144
  }
141
145
  set valueAxisLabelLeftMargin(a) {
142
- this.td = a;
146
+ this.tf = a;
143
147
  this.g("ValueAxisLabelLeftMargin");
144
148
  }
145
149
  get valueAxisLabelTopMargin() {
146
- return this.tf;
150
+ return this.th;
147
151
  }
148
152
  set valueAxisLabelTopMargin(a) {
149
- this.tf = a;
153
+ this.th = a;
150
154
  this.g("ValueAxisLabelTopMargin");
151
155
  }
152
156
  get valueAxisLabelRightMargin() {
153
- return this.te;
157
+ return this.tg;
154
158
  }
155
159
  set valueAxisLabelRightMargin(a) {
156
- this.te = a;
160
+ this.tg = a;
157
161
  this.g("ValueAxisLabelRightMargin");
158
162
  }
159
163
  get valueAxisLabelBottomMargin() {
160
- return this.tc;
164
+ return this.te;
161
165
  }
162
166
  set valueAxisLabelBottomMargin(a) {
163
- this.tc = a;
167
+ this.te = a;
164
168
  this.g("ValueAxisLabelBottomMargin");
165
169
  }
166
170
  get angleAxisLabelTextColor() {
167
- return this.uw;
171
+ return this.u4;
168
172
  }
169
173
  set angleAxisLabelTextColor(a) {
170
- this.uw = a;
174
+ this.u4 = a;
171
175
  this.g("AngleAxisLabelTextColor");
172
176
  }
173
177
  get valueAxisLabelTextColor() {
174
- return this.ve;
178
+ return this.vm;
175
179
  }
176
180
  set valueAxisLabelTextColor(a) {
177
- this.ve = a;
181
+ this.vm = a;
178
182
  this.g("ValueAxisLabelTextColor");
179
183
  }
180
184
  get actualAngleAxisLabelTextColor() {
181
- return this.up;
185
+ return this.ux;
182
186
  }
183
187
  set actualAngleAxisLabelTextColor(a) {
184
- this.up = a;
188
+ this.ux = a;
185
189
  this.g("ActualAngleAxisLabelTextColor");
186
190
  }
187
191
  get actualValueAxisLabelTextColor() {
188
- return this.uq;
192
+ return this.uy;
189
193
  }
190
194
  set actualValueAxisLabelTextColor(a) {
191
- this.uq = a;
195
+ this.uy = a;
192
196
  this.g("ActualValueAxisLabelTextColor");
193
197
  }
194
198
  get angleAxisTitleMargin() {
195
- return this.s7;
199
+ return this.s9;
196
200
  }
197
201
  set angleAxisTitleMargin(a) {
198
- this.s7 = a;
202
+ this.s9 = a;
199
203
  this.g("AngleAxisTitleMargin");
200
204
  }
201
205
  get valueAxisTitleMargin() {
202
- return this.to;
206
+ return this.ts;
203
207
  }
204
208
  set valueAxisTitleMargin(a) {
205
- this.to = a;
209
+ this.ts = a;
206
210
  this.g("ValueAxisTitleMargin");
207
211
  }
208
212
  get angleAxisTitleLeftMargin() {
209
- return this.s6;
213
+ return this.s8;
210
214
  }
211
215
  set angleAxisTitleLeftMargin(a) {
212
- this.s6 = a;
216
+ this.s8 = a;
213
217
  this.g("AngleAxisTitleLeftMargin");
214
218
  }
215
219
  get valueAxisTitleLeftMargin() {
216
- return this.tn;
220
+ return this.tr;
217
221
  }
218
222
  set valueAxisTitleLeftMargin(a) {
219
- this.tn = a;
223
+ this.tr = a;
220
224
  this.g("ValueAxisTitleLeftMargin");
221
225
  }
222
226
  get angleAxisTitleTopMargin() {
223
- return this.s9;
227
+ return this.tb;
224
228
  }
225
229
  set angleAxisTitleTopMargin(a) {
226
- this.s9 = a;
230
+ this.tb = a;
227
231
  this.g("AngleAxisTitleTopMargin");
228
232
  }
229
233
  get valueAxisTitleTopMargin() {
230
- return this.tq;
234
+ return this.tu;
231
235
  }
232
236
  set valueAxisTitleTopMargin(a) {
233
- this.tq = a;
237
+ this.tu = a;
234
238
  this.g("ValueAxisTitleTopMargin");
235
239
  }
236
240
  get angleAxisTitleRightMargin() {
237
- return this.s8;
241
+ return this.ta;
238
242
  }
239
243
  set angleAxisTitleRightMargin(a) {
240
- this.s8 = a;
244
+ this.ta = a;
241
245
  this.g("AngleAxisTitleRightMargin");
242
246
  }
243
247
  get valueAxisTitleRightMargin() {
244
- return this.tp;
248
+ return this.tt;
245
249
  }
246
250
  set valueAxisTitleRightMargin(a) {
247
- this.tp = a;
251
+ this.tt = a;
248
252
  this.g("ValueAxisTitleRightMargin");
249
253
  }
250
254
  get angleAxisTitleBottomMargin() {
251
- return this.s5;
255
+ return this.s7;
252
256
  }
253
257
  set angleAxisTitleBottomMargin(a) {
254
- this.s5 = a;
258
+ this.s7 = a;
255
259
  this.g("AngleAxisTitleBottomMargin");
256
260
  }
257
261
  get valueAxisTitleBottomMargin() {
258
- return this.tm;
262
+ return this.tq;
259
263
  }
260
264
  set valueAxisTitleBottomMargin(a) {
261
- this.tm = a;
265
+ this.tq = a;
262
266
  this.g("ValueAxisTitleBottomMargin");
263
267
  }
264
268
  get angleAxisTitleTextColor() {
265
- return this.u7;
269
+ return this.vf;
266
270
  }
267
271
  set angleAxisTitleTextColor(a) {
268
- this.u7 = a;
272
+ this.vf = a;
269
273
  this.g("AngleAxisTitleTextColor");
270
274
  }
271
275
  get valueAxisTitleTextColor() {
272
- return this.vp;
276
+ return this.vx;
273
277
  }
274
278
  set valueAxisTitleTextColor(a) {
275
- this.vp = a;
279
+ this.vx = a;
276
280
  this.g("ValueAxisTitleTextColor");
277
281
  }
278
282
  get angleAxisLabelTextStyle() {
279
- return this.ux;
283
+ return this.u5;
280
284
  }
281
285
  set angleAxisLabelTextStyle(a) {
282
- this.ux = a;
286
+ this.u5 = a;
283
287
  this.g("AngleAxisLabelTextStyle");
284
288
  }
285
289
  get valueAxisLabelTextStyle() {
286
- return this.vf;
290
+ return this.vn;
287
291
  }
288
292
  set valueAxisLabelTextStyle(a) {
289
- this.vf = a;
293
+ this.vn = a;
290
294
  this.g("ValueAxisLabelTextStyle");
291
295
  }
292
296
  get angleAxisTitleTextStyle() {
293
- return this.u8;
297
+ return this.vg;
294
298
  }
295
299
  set angleAxisTitleTextStyle(a) {
296
- this.u8 = a;
300
+ this.vg = a;
297
301
  this.g("AngleAxisTitleTextStyle");
298
302
  }
299
303
  get valueAxisTitleTextStyle() {
300
- return this.vq;
304
+ return this.vy;
301
305
  }
302
306
  set valueAxisTitleTextStyle(a) {
303
- this.vq = a;
307
+ this.vy = a;
304
308
  this.g("ValueAxisTitleTextStyle");
305
309
  }
306
310
  get angleAxisLabelRef() {
307
- return this.uv;
311
+ return this.u3;
308
312
  }
309
313
  set angleAxisLabelRef(a) {
310
- this.uv = a;
314
+ this.u3 = a;
311
315
  this.g("AngleAxisLabelRef");
312
316
  }
313
317
  get valueAxisLabelRef() {
314
- return this.vd;
318
+ return this.vl;
315
319
  }
316
320
  set valueAxisLabelRef(a) {
317
- this.vd = a;
321
+ this.vl = a;
318
322
  this.g("ValueAxisLabelRef");
319
323
  }
320
324
  get angleAxisMajorStroke() {
321
- return this.u0;
325
+ return this.u8;
322
326
  }
323
327
  set angleAxisMajorStroke(a) {
324
- this.u0 = a;
328
+ this.u8 = a;
325
329
  this.g("AngleAxisMajorStroke");
326
330
  }
327
331
  get valueAxisMajorStroke() {
328
- return this.vi;
332
+ return this.vq;
329
333
  }
330
334
  set valueAxisMajorStroke(a) {
331
- this.vi = a;
335
+ this.vq = a;
332
336
  this.g("ValueAxisMajorStroke");
333
337
  }
334
338
  get angleAxisMajorStrokeThickness() {
@@ -339,136 +343,136 @@ export let RadialBaseChartDescription = /*@__PURE__*/ (() => {
339
343
  this.g("AngleAxisMajorStrokeThickness");
340
344
  }
341
345
  get valueAxisMajorStrokeThickness() {
342
- return this.tg;
346
+ return this.ti;
343
347
  }
344
348
  set valueAxisMajorStrokeThickness(a) {
345
- this.tg = a;
349
+ this.ti = a;
346
350
  this.g("ValueAxisMajorStrokeThickness");
347
351
  }
348
352
  get angleAxisMinorStrokeThickness() {
349
- return this.s0;
353
+ return this.s2;
350
354
  }
351
355
  set angleAxisMinorStrokeThickness(a) {
352
- this.s0 = a;
356
+ this.s2 = a;
353
357
  this.g("AngleAxisMinorStrokeThickness");
354
358
  }
355
359
  get valueAxisMinorStrokeThickness() {
356
- return this.th;
360
+ return this.tl;
357
361
  }
358
362
  set valueAxisMinorStrokeThickness(a) {
359
- this.th = a;
363
+ this.tl = a;
360
364
  this.g("ValueAxisMinorStrokeThickness");
361
365
  }
362
366
  get angleAxisStrip() {
363
- return this.u2;
367
+ return this.va;
364
368
  }
365
369
  set angleAxisStrip(a) {
366
- this.u2 = a;
370
+ this.va = a;
367
371
  this.g("AngleAxisStrip");
368
372
  }
369
373
  get valueAxisStrip() {
370
- return this.vk;
374
+ return this.vs;
371
375
  }
372
376
  set valueAxisStrip(a) {
373
- this.vk = a;
377
+ this.vs = a;
374
378
  this.g("ValueAxisStrip");
375
379
  }
376
380
  get angleAxisStroke() {
377
- return this.u3;
381
+ return this.vb;
378
382
  }
379
383
  set angleAxisStroke(a) {
380
- this.u3 = a;
384
+ this.vb = a;
381
385
  this.g("AngleAxisStroke");
382
386
  }
383
387
  get valueAxisStroke() {
384
- return this.vl;
388
+ return this.vt;
385
389
  }
386
390
  set valueAxisStroke(a) {
387
- this.vl = a;
391
+ this.vt = a;
388
392
  this.g("ValueAxisStroke");
389
393
  }
390
394
  get angleAxisStrokeThickness() {
391
- return this.s1;
395
+ return this.s3;
392
396
  }
393
397
  set angleAxisStrokeThickness(a) {
394
- this.s1 = a;
398
+ this.s3 = a;
395
399
  this.g("AngleAxisStrokeThickness");
396
400
  }
397
401
  get valueAxisStrokeThickness() {
398
- return this.ti;
402
+ return this.tm;
399
403
  }
400
404
  set valueAxisStrokeThickness(a) {
401
- this.ti = a;
405
+ this.tm = a;
402
406
  this.g("ValueAxisStrokeThickness");
403
407
  }
404
408
  get angleAxisTickLength() {
405
- return this.s2;
409
+ return this.s4;
406
410
  }
407
411
  set angleAxisTickLength(a) {
408
- this.s2 = a;
412
+ this.s4 = a;
409
413
  this.g("AngleAxisTickLength");
410
414
  }
411
415
  get valueAxisTickLength() {
412
- return this.tj;
416
+ return this.tn;
413
417
  }
414
418
  set valueAxisTickLength(a) {
415
- this.tj = a;
419
+ this.tn = a;
416
420
  this.g("ValueAxisTickLength");
417
421
  }
418
422
  get angleAxisTickStroke() {
419
- return this.u4;
423
+ return this.vc;
420
424
  }
421
425
  set angleAxisTickStroke(a) {
422
- this.u4 = a;
426
+ this.vc = a;
423
427
  this.g("AngleAxisTickStroke");
424
428
  }
425
429
  get valueAxisTickStroke() {
426
- return this.vm;
430
+ return this.vu;
427
431
  }
428
432
  set valueAxisTickStroke(a) {
429
- this.vm = a;
433
+ this.vu = a;
430
434
  this.g("ValueAxisTickStroke");
431
435
  }
432
436
  get angleAxisTickStrokeThickness() {
433
- return this.s3;
437
+ return this.s5;
434
438
  }
435
439
  set angleAxisTickStrokeThickness(a) {
436
- this.s3 = a;
440
+ this.s5 = a;
437
441
  this.g("AngleAxisTickStrokeThickness");
438
442
  }
439
443
  get valueAxisTickStrokeThickness() {
440
- return this.tk;
444
+ return this.to;
441
445
  }
442
446
  set valueAxisTickStrokeThickness(a) {
443
- this.tk = a;
447
+ this.to = a;
444
448
  this.g("ValueAxisTickStrokeThickness");
445
449
  }
446
450
  get angleAxisTitle() {
447
- return this.u5;
451
+ return this.vd;
448
452
  }
449
453
  set angleAxisTitle(a) {
450
- this.u5 = a;
454
+ this.vd = a;
451
455
  this.g("AngleAxisTitle");
452
456
  }
453
457
  get valueAxisTitle() {
454
- return this.vn;
458
+ return this.vv;
455
459
  }
456
460
  set valueAxisTitle(a) {
457
- this.vn = a;
461
+ this.vv = a;
458
462
  this.g("ValueAxisTitle");
459
463
  }
460
464
  get angleAxisMinorStroke() {
461
- return this.u1;
465
+ return this.u9;
462
466
  }
463
467
  set angleAxisMinorStroke(a) {
464
- this.u1 = a;
468
+ this.u9 = a;
465
469
  this.g("AngleAxisMinorStroke");
466
470
  }
467
471
  get valueAxisMinorStroke() {
468
- return this.vj;
472
+ return this.vr;
469
473
  }
470
474
  set valueAxisMinorStroke(a) {
471
- this.vj = a;
475
+ this.vr = a;
472
476
  this.g("ValueAxisMinorStroke");
473
477
  }
474
478
  get angleAxisLabelAngle() {
@@ -479,10 +483,10 @@ export let RadialBaseChartDescription = /*@__PURE__*/ (() => {
479
483
  this.g("AngleAxisLabelAngle");
480
484
  }
481
485
  get valueAxisLabelAngle() {
482
- return this.tb;
486
+ return this.td;
483
487
  }
484
488
  set valueAxisLabelAngle(a) {
485
- this.tb = a;
489
+ this.td = a;
486
490
  this.g("ValueAxisLabelAngle");
487
491
  }
488
492
  get angleAxisExtent() {
@@ -492,25 +496,53 @@ export let RadialBaseChartDescription = /*@__PURE__*/ (() => {
492
496
  this.st = a;
493
497
  this.g("AngleAxisExtent");
494
498
  }
499
+ get angleAxisMaximumExtent() {
500
+ return this.s0;
501
+ }
502
+ set angleAxisMaximumExtent(a) {
503
+ this.s0 = a;
504
+ this.g("AngleAxisMaximumExtent");
505
+ }
506
+ get angleAxisMaximumExtentPercentage() {
507
+ return this.s1;
508
+ }
509
+ set angleAxisMaximumExtentPercentage(a) {
510
+ this.s1 = a;
511
+ this.g("AngleAxisMaximumExtentPercentage");
512
+ }
495
513
  get valueAxisExtent() {
496
- return this.ta;
514
+ return this.tc;
497
515
  }
498
516
  set valueAxisExtent(a) {
499
- this.ta = a;
517
+ this.tc = a;
500
518
  this.g("ValueAxisExtent");
501
519
  }
520
+ get valueAxisMaximumExtent() {
521
+ return this.tj;
522
+ }
523
+ set valueAxisMaximumExtent(a) {
524
+ this.tj = a;
525
+ this.g("ValueAxisMaximumExtent");
526
+ }
527
+ get valueAxisMaximumExtentPercentage() {
528
+ return this.tk;
529
+ }
530
+ set valueAxisMaximumExtentPercentage(a) {
531
+ this.tk = a;
532
+ this.g("ValueAxisMaximumExtentPercentage");
533
+ }
502
534
  get angleAxisTitleAngle() {
503
- return this.s4;
535
+ return this.s6;
504
536
  }
505
537
  set angleAxisTitleAngle(a) {
506
- this.s4 = a;
538
+ this.s6 = a;
507
539
  this.g("AngleAxisTitleAngle");
508
540
  }
509
541
  get valueAxisTitleAngle() {
510
- return this.tl;
542
+ return this.tp;
511
543
  }
512
544
  set valueAxisTitleAngle(a) {
513
- this.tl = a;
545
+ this.tp = a;
514
546
  this.g("ValueAxisTitleAngle");
515
547
  }
516
548
  get angleAxisInverted() {
@@ -528,80 +560,80 @@ export let RadialBaseChartDescription = /*@__PURE__*/ (() => {
528
560
  this.g("ValueAxisInverted");
529
561
  }
530
562
  get angleAxisTitleAlignment() {
531
- return this.u6;
563
+ return this.ve;
532
564
  }
533
565
  set angleAxisTitleAlignment(a) {
534
- this.u6 = a;
566
+ this.ve = a;
535
567
  this.g("AngleAxisTitleAlignment");
536
568
  }
537
569
  get valueAxisTitleAlignment() {
538
- return this.vo;
570
+ return this.vw;
539
571
  }
540
572
  set valueAxisTitleAlignment(a) {
541
- this.vo = a;
573
+ this.vw = a;
542
574
  this.g("ValueAxisTitleAlignment");
543
575
  }
544
576
  get angleAxisLabelHorizontalAlignment() {
545
- return this.ut;
577
+ return this.u1;
546
578
  }
547
579
  set angleAxisLabelHorizontalAlignment(a) {
548
- this.ut = a;
580
+ this.u1 = a;
549
581
  this.g("AngleAxisLabelHorizontalAlignment");
550
582
  }
551
583
  get valueAxisLabelHorizontalAlignment() {
552
- return this.vb;
584
+ return this.vj;
553
585
  }
554
586
  set valueAxisLabelHorizontalAlignment(a) {
555
- this.vb = a;
587
+ this.vj = a;
556
588
  this.g("ValueAxisLabelHorizontalAlignment");
557
589
  }
558
590
  get angleAxisLabelVerticalAlignment() {
559
- return this.uy;
591
+ return this.u6;
560
592
  }
561
593
  set angleAxisLabelVerticalAlignment(a) {
562
- this.uy = a;
594
+ this.u6 = a;
563
595
  this.g("AngleAxisLabelVerticalAlignment");
564
596
  }
565
597
  get valueAxisLabelVerticalAlignment() {
566
- return this.vg;
598
+ return this.vo;
567
599
  }
568
600
  set valueAxisLabelVerticalAlignment(a) {
569
- this.vg = a;
601
+ this.vo = a;
570
602
  this.g("ValueAxisLabelVerticalAlignment");
571
603
  }
572
604
  get angleAxisLabelVisibility() {
573
- return this.uz;
605
+ return this.u7;
574
606
  }
575
607
  set angleAxisLabelVisibility(a) {
576
- this.uz = a;
608
+ this.u7 = a;
577
609
  this.g("AngleAxisLabelVisibility");
578
610
  }
579
611
  get valueAxisLabelVisibility() {
580
- return this.vh;
612
+ return this.vp;
581
613
  }
582
614
  set valueAxisLabelVisibility(a) {
583
- this.vh = a;
615
+ this.vp = a;
584
616
  this.g("ValueAxisLabelVisibility");
585
617
  }
586
618
  get valueAxisLabelLocation() {
587
- return this.vc;
619
+ return this.vk;
588
620
  }
589
621
  set valueAxisLabelLocation(a) {
590
- this.vc = a;
622
+ this.vk = a;
591
623
  this.g("ValueAxisLabelLocation");
592
624
  }
593
625
  get angleAxisLabelLocation() {
594
- return this.uu;
626
+ return this.u2;
595
627
  }
596
628
  set angleAxisLabelLocation(a) {
597
- this.uu = a;
629
+ this.u2 = a;
598
630
  this.g("AngleAxisLabelLocation");
599
631
  }
600
632
  get angleAxisLabelFormat() {
601
- return this.us;
633
+ return this.u0;
602
634
  }
603
635
  set angleAxisLabelFormat(a) {
604
- this.us = a;
636
+ this.u0 = a;
605
637
  this.g("AngleAxisLabelFormat");
606
638
  }
607
639
  get angleAxisLabelFormatSpecifiers() {
@@ -612,10 +644,10 @@ export let RadialBaseChartDescription = /*@__PURE__*/ (() => {
612
644
  this.g("AngleAxisLabelFormatSpecifiers");
613
645
  }
614
646
  get valueAxisLabelFormat() {
615
- return this.va;
647
+ return this.vi;
616
648
  }
617
649
  set valueAxisLabelFormat(a) {
618
- this.va = a;
650
+ this.vi = a;
619
651
  this.g("ValueAxisLabelFormat");
620
652
  }
621
653
  get valueAxisLabelFormatSpecifiers() {