igniteui-angular-core 19.1.0 → 20.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.
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,75 +14,75 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(FinancialChartDescription, _super);
15
15
  function FinancialChartDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.zn = null;
18
- _this.zp = null;
19
- _this.zm = null;
20
- _this.zk = null;
21
- _this.x9 = 0;
22
- _this.xl = false;
23
- _this.yd = 0;
17
+ _this.zv = null;
18
+ _this.zx = null;
19
+ _this.zu = null;
20
+ _this.zs = null;
21
+ _this.yh = 0;
24
22
  _this.xt = false;
25
- _this.zc = 0;
26
- _this.yk = 0;
27
- _this.ym = 0;
28
23
  _this.yl = 0;
24
+ _this.x1 = false;
25
+ _this.zk = 0;
26
+ _this.ys = 0;
27
+ _this.yu = 0;
28
+ _this.yt = 0;
29
+ _this.yv = 0;
30
+ _this.zw = null;
31
+ _this.zy = null;
29
32
  _this.yn = 0;
30
- _this.zo = null;
31
- _this.zq = null;
32
- _this.yf = 0;
33
- _this.yi = 0;
34
- _this.yg = 0;
35
- _this.yh = 0;
36
- _this.yj = 0;
37
- _this.zs = null;
38
- _this.xn = false;
39
- _this.zl = null;
40
- _this.zr = null;
41
- _this.xp = false;
42
- _this.wx = null;
43
- _this.w2 = null;
44
- _this.xr = false;
45
- _this.yc = 0;
46
- _this.xq = false;
47
- _this.xs = false;
33
+ _this.yq = 0;
34
+ _this.yo = 0;
35
+ _this.yp = 0;
36
+ _this.yr = 0;
37
+ _this.z0 = null;
38
+ _this.xv = false;
48
39
  _this.zt = null;
49
- _this.wy = null;
50
- _this.wz = null;
51
- _this.w0 = null;
52
- _this.w1 = null;
40
+ _this.zz = null;
41
+ _this.xx = false;
53
42
  _this.w5 = null;
43
+ _this.xa = null;
44
+ _this.xz = false;
45
+ _this.yk = 0;
46
+ _this.xy = false;
47
+ _this.x0 = false;
48
+ _this.z1 = null;
49
+ _this.w6 = null;
50
+ _this.w7 = null;
51
+ _this.w8 = null;
52
+ _this.w9 = null;
53
+ _this.xd = null;
54
+ _this.xc = null;
54
55
  _this.w4 = null;
55
- _this.ww = null;
56
- _this.wu = null;
57
- _this.ye = 0;
58
- _this.yb = 0;
59
- _this.ya = 0;
60
- _this.x8 = 0;
61
- _this.wv = null;
62
- _this.y8 = 0;
63
- _this.x7 = 0;
64
- _this.zb = 0;
65
- _this.y9 = 0;
66
- _this.y7 = 0;
67
- _this.za = 0;
56
+ _this.w2 = null;
57
+ _this.ym = 0;
58
+ _this.yj = 0;
59
+ _this.yi = 0;
60
+ _this.yg = 0;
68
61
  _this.w3 = null;
69
- _this.wt = null;
70
- _this.xo = false;
71
- _this.zu = null;
72
- _this.yo = 0;
73
- _this.xm = false;
74
- _this.x4 = new Date();
75
- _this.x3 = new Date();
76
- _this.w6 = null;
77
- _this.zj = null;
62
+ _this.zg = 0;
63
+ _this.yf = 0;
64
+ _this.zj = 0;
65
+ _this.zh = 0;
66
+ _this.zf = 0;
67
+ _this.zi = 0;
68
+ _this.xb = null;
69
+ _this.w1 = null;
70
+ _this.xw = false;
71
+ _this.z2 = null;
72
+ _this.yw = 0;
73
+ _this.xu = false;
74
+ _this.yc = new Date();
75
+ _this.yb = new Date();
76
+ _this.xe = null;
77
+ _this.zr = null;
78
78
  return _this;
79
79
  }
80
80
  Object.defineProperty(FinancialChartDescription.prototype, "tooltipTemplateRef", {
81
81
  get: function () {
82
- return this.zn;
82
+ return this.zv;
83
83
  },
84
84
  set: function (a) {
85
- this.zn = a;
85
+ this.zv = a;
86
86
  this.g("TooltipTemplateRef");
87
87
  },
88
88
  enumerable: false,
@@ -90,10 +90,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
90
90
  });
91
91
  Object.defineProperty(FinancialChartDescription.prototype, "width", {
92
92
  get: function () {
93
- return this.zp;
93
+ return this.zx;
94
94
  },
95
95
  set: function (a) {
96
- this.zp = a;
96
+ this.zx = a;
97
97
  this.g("Width");
98
98
  },
99
99
  enumerable: false,
@@ -101,10 +101,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
101
101
  });
102
102
  Object.defineProperty(FinancialChartDescription.prototype, "height", {
103
103
  get: function () {
104
- return this.zm;
104
+ return this.zu;
105
105
  },
106
106
  set: function (a) {
107
- this.zm = a;
107
+ this.zu = a;
108
108
  this.g("Height");
109
109
  },
110
110
  enumerable: false,
@@ -112,10 +112,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
112
112
  });
113
113
  Object.defineProperty(FinancialChartDescription.prototype, "background", {
114
114
  get: function () {
115
- return this.zk;
115
+ return this.zs;
116
116
  },
117
117
  set: function (a) {
118
- this.zk = a;
118
+ this.zs = a;
119
119
  this.g("Background");
120
120
  },
121
121
  enumerable: false,
@@ -126,10 +126,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
126
126
  };
127
127
  Object.defineProperty(FinancialChartDescription.prototype, "leftMargin", {
128
128
  get: function () {
129
- return this.x9;
129
+ return this.yh;
130
130
  },
131
131
  set: function (a) {
132
- this.x9 = a;
132
+ this.yh = a;
133
133
  this.g("LeftMargin");
134
134
  },
135
135
  enumerable: false,
@@ -137,10 +137,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
137
137
  });
138
138
  Object.defineProperty(FinancialChartDescription.prototype, "isHorizontalZoomEnabled", {
139
139
  get: function () {
140
- return this.xl;
140
+ return this.xt;
141
141
  },
142
142
  set: function (a) {
143
- this.xl = a;
143
+ this.xt = a;
144
144
  this.g("IsHorizontalZoomEnabled");
145
145
  },
146
146
  enumerable: false,
@@ -148,10 +148,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
148
148
  });
149
149
  Object.defineProperty(FinancialChartDescription.prototype, "toolbarHeight", {
150
150
  get: function () {
151
- return this.yd;
151
+ return this.yl;
152
152
  },
153
153
  set: function (a) {
154
- this.yd = a;
154
+ this.yl = a;
155
155
  this.g("ToolbarHeight");
156
156
  },
157
157
  enumerable: false,
@@ -159,10 +159,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
159
159
  });
160
160
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisIsLogarithmic", {
161
161
  get: function () {
162
- return this.xt;
162
+ return this.x1;
163
163
  },
164
164
  set: function (a) {
165
- this.xt = a;
165
+ this.x1 = a;
166
166
  this.g("YAxisIsLogarithmic");
167
167
  },
168
168
  enumerable: false,
@@ -170,10 +170,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
170
170
  });
171
171
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisLogarithmBase", {
172
172
  get: function () {
173
- return this.zc;
173
+ return this.zk;
174
174
  },
175
175
  set: function (a) {
176
- this.zc = a;
176
+ this.zk = a;
177
177
  this.g("YAxisLogarithmBase");
178
178
  },
179
179
  enumerable: false,
@@ -181,10 +181,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
181
181
  });
182
182
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisInterval", {
183
183
  get: function () {
184
- return this.yk;
184
+ return this.ys;
185
185
  },
186
186
  set: function (a) {
187
- this.yk = a;
187
+ this.ys = a;
188
188
  this.g("YAxisInterval");
189
189
  },
190
190
  enumerable: false,
@@ -192,10 +192,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
192
192
  });
193
193
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisMinimumValue", {
194
194
  get: function () {
195
- return this.ym;
195
+ return this.yu;
196
196
  },
197
197
  set: function (a) {
198
- this.ym = a;
198
+ this.yu = a;
199
199
  this.g("YAxisMinimumValue");
200
200
  },
201
201
  enumerable: false,
@@ -203,10 +203,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
203
203
  });
204
204
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisMaximumValue", {
205
205
  get: function () {
206
- return this.yl;
206
+ return this.yt;
207
207
  },
208
208
  set: function (a) {
209
- this.yl = a;
209
+ this.yt = a;
210
210
  this.g("YAxisMaximumValue");
211
211
  },
212
212
  enumerable: false,
@@ -214,10 +214,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
214
214
  });
215
215
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisMinorInterval", {
216
216
  get: function () {
217
- return this.yn;
217
+ return this.yv;
218
218
  },
219
219
  set: function (a) {
220
- this.yn = a;
220
+ this.yv = a;
221
221
  this.g("YAxisMinorInterval");
222
222
  },
223
223
  enumerable: false,
@@ -225,10 +225,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
225
225
  });
226
226
  Object.defineProperty(FinancialChartDescription.prototype, "volumeType", {
227
227
  get: function () {
228
- return this.zo;
228
+ return this.zw;
229
229
  },
230
230
  set: function (a) {
231
- this.zo = a;
231
+ this.zw = a;
232
232
  this.g("VolumeType");
233
233
  },
234
234
  enumerable: false,
@@ -236,10 +236,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
236
236
  });
237
237
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisMode", {
238
238
  get: function () {
239
- return this.zq;
239
+ return this.zy;
240
240
  },
241
241
  set: function (a) {
242
- this.zq = a;
242
+ this.zy = a;
243
243
  this.g("XAxisMode");
244
244
  },
245
245
  enumerable: false,
@@ -247,10 +247,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
247
247
  });
248
248
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomMaximumCategoryRange", {
249
249
  get: function () {
250
- return this.yf;
250
+ return this.yn;
251
251
  },
252
252
  set: function (a) {
253
- this.yf = a;
253
+ this.yn = a;
254
254
  this.g("XAxisZoomMaximumCategoryRange");
255
255
  },
256
256
  enumerable: false,
@@ -258,10 +258,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
258
258
  });
259
259
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToCategoryStart", {
260
260
  get: function () {
261
- return this.yi;
261
+ return this.yq;
262
262
  },
263
263
  set: function (a) {
264
- this.yi = a;
264
+ this.yq = a;
265
265
  this.g("XAxisZoomToCategoryStart");
266
266
  },
267
267
  enumerable: false,
@@ -269,10 +269,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
269
269
  });
270
270
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomMaximumItemSpan", {
271
271
  get: function () {
272
- return this.yg;
272
+ return this.yo;
273
273
  },
274
274
  set: function (a) {
275
- this.yg = a;
275
+ this.yo = a;
276
276
  this.g("XAxisZoomMaximumItemSpan");
277
277
  },
278
278
  enumerable: false,
@@ -280,10 +280,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
280
280
  });
281
281
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToCategoryRange", {
282
282
  get: function () {
283
- return this.yh;
283
+ return this.yp;
284
284
  },
285
285
  set: function (a) {
286
- this.yh = a;
286
+ this.yp = a;
287
287
  this.g("XAxisZoomToCategoryRange");
288
288
  },
289
289
  enumerable: false,
@@ -291,10 +291,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
291
291
  });
292
292
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToItemSpan", {
293
293
  get: function () {
294
- return this.yj;
294
+ return this.yr;
295
295
  },
296
296
  set: function (a) {
297
- this.yj = a;
297
+ this.yr = a;
298
298
  this.g("XAxisZoomToItemSpan");
299
299
  },
300
300
  enumerable: false,
@@ -302,10 +302,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
302
302
  });
303
303
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisMode", {
304
304
  get: function () {
305
- return this.zs;
305
+ return this.z0;
306
306
  },
307
307
  set: function (a) {
308
- this.zs = a;
308
+ this.z0 = a;
309
309
  this.g("YAxisMode");
310
310
  },
311
311
  enumerable: false,
@@ -313,10 +313,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
313
313
  });
314
314
  Object.defineProperty(FinancialChartDescription.prototype, "isToolbarVisible", {
315
315
  get: function () {
316
- return this.xn;
316
+ return this.xv;
317
317
  },
318
318
  set: function (a) {
319
- this.xn = a;
319
+ this.xv = a;
320
320
  this.g("IsToolbarVisible");
321
321
  },
322
322
  enumerable: false,
@@ -324,10 +324,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
324
324
  });
325
325
  Object.defineProperty(FinancialChartDescription.prototype, "chartType", {
326
326
  get: function () {
327
- return this.zl;
327
+ return this.zt;
328
328
  },
329
329
  set: function (a) {
330
- this.zl = a;
330
+ this.zt = a;
331
331
  this.g("ChartType");
332
332
  },
333
333
  enumerable: false,
@@ -335,10 +335,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
335
335
  });
336
336
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisLabelHorizontalAlignment", {
337
337
  get: function () {
338
- return this.zr;
338
+ return this.zz;
339
339
  },
340
340
  set: function (a) {
341
- this.zr = a;
341
+ this.zz = a;
342
342
  this.g("YAxisLabelHorizontalAlignment");
343
343
  },
344
344
  enumerable: false,
@@ -346,10 +346,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  });
347
347
  Object.defineProperty(FinancialChartDescription.prototype, "isWindowSyncedToVisibleRange", {
348
348
  get: function () {
349
- return this.xp;
349
+ return this.xx;
350
350
  },
351
351
  set: function (a) {
352
- this.xp = a;
352
+ this.xx = a;
353
353
  this.g("IsWindowSyncedToVisibleRange");
354
354
  },
355
355
  enumerable: false,
@@ -357,10 +357,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
357
357
  });
358
358
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorTypes", {
359
359
  get: function () {
360
- return this.wx;
360
+ return this.w5;
361
361
  },
362
362
  set: function (a) {
363
- this.wx = a;
363
+ this.w5 = a;
364
364
  this.g("IndicatorTypes");
365
365
  },
366
366
  enumerable: false,
@@ -368,10 +368,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
368
368
  });
369
369
  Object.defineProperty(FinancialChartDescription.prototype, "overlayTypes", {
370
370
  get: function () {
371
- return this.w2;
371
+ return this.xa;
372
372
  },
373
373
  set: function (a) {
374
- this.w2 = a;
374
+ this.xa = a;
375
375
  this.g("OverlayTypes");
376
376
  },
377
377
  enumerable: false,
@@ -379,10 +379,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
379
379
  });
380
380
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisAbbreviateLargeNumbers", {
381
381
  get: function () {
382
- return this.xr;
382
+ return this.xz;
383
383
  },
384
384
  set: function (a) {
385
- this.xr = a;
385
+ this.xz = a;
386
386
  this.g("YAxisAbbreviateLargeNumbers");
387
387
  },
388
388
  enumerable: false,
@@ -390,10 +390,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
390
390
  });
391
391
  Object.defineProperty(FinancialChartDescription.prototype, "resolution", {
392
392
  get: function () {
393
- return this.yc;
393
+ return this.yk;
394
394
  },
395
395
  set: function (a) {
396
- this.yc = a;
396
+ this.yk = a;
397
397
  this.g("Resolution");
398
398
  },
399
399
  enumerable: false,
@@ -401,10 +401,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
401
401
  });
402
402
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", {
403
403
  get: function () {
404
- return this.xq;
404
+ return this.xy;
405
405
  },
406
406
  set: function (a) {
407
- this.xq = a;
407
+ this.xy = a;
408
408
  this.g("XAxisEnhancedIntervalPreferMoreCategoryLabels");
409
409
  },
410
410
  enumerable: false,
@@ -412,10 +412,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
412
412
  });
413
413
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", {
414
414
  get: function () {
415
- return this.xs;
415
+ return this.x0;
416
416
  },
417
417
  set: function (a) {
418
- this.xs = a;
418
+ this.x0 = a;
419
419
  this.g("YAxisEnhancedIntervalPreferMoreCategoryLabels");
420
420
  },
421
421
  enumerable: false,
@@ -423,10 +423,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
423
423
  });
424
424
  Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderType", {
425
425
  get: function () {
426
- return this.zt;
426
+ return this.z1;
427
427
  },
428
428
  set: function (a) {
429
- this.zt = a;
429
+ this.z1 = a;
430
430
  this.g("ZoomSliderType");
431
431
  },
432
432
  enumerable: false,
@@ -434,10 +434,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
434
434
  });
435
435
  Object.defineProperty(FinancialChartDescription.prototype, "negativeBrushes", {
436
436
  get: function () {
437
- return this.wy;
437
+ return this.w6;
438
438
  },
439
439
  set: function (a) {
440
- this.wy = a;
440
+ this.w6 = a;
441
441
  this.g("NegativeBrushes");
442
442
  },
443
443
  enumerable: false,
@@ -445,10 +445,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
445
445
  });
446
446
  Object.defineProperty(FinancialChartDescription.prototype, "negativeOutlines", {
447
447
  get: function () {
448
- return this.wz;
448
+ return this.w7;
449
449
  },
450
450
  set: function (a) {
451
- this.wz = a;
451
+ this.w7 = a;
452
452
  this.g("NegativeOutlines");
453
453
  },
454
454
  enumerable: false,
@@ -456,10 +456,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
456
456
  });
457
457
  Object.defineProperty(FinancialChartDescription.prototype, "overlayBrushes", {
458
458
  get: function () {
459
- return this.w0;
459
+ return this.w8;
460
460
  },
461
461
  set: function (a) {
462
- this.w0 = a;
462
+ this.w8 = a;
463
463
  this.g("OverlayBrushes");
464
464
  },
465
465
  enumerable: false,
@@ -467,10 +467,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
467
467
  });
468
468
  Object.defineProperty(FinancialChartDescription.prototype, "overlayOutlines", {
469
469
  get: function () {
470
- return this.w1;
470
+ return this.w9;
471
471
  },
472
472
  set: function (a) {
473
- this.w1 = a;
473
+ this.w9 = a;
474
474
  this.g("OverlayOutlines");
475
475
  },
476
476
  enumerable: false,
@@ -478,10 +478,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
478
478
  });
479
479
  Object.defineProperty(FinancialChartDescription.prototype, "volumeOutlines", {
480
480
  get: function () {
481
- return this.w5;
481
+ return this.xd;
482
482
  },
483
483
  set: function (a) {
484
- this.w5 = a;
484
+ this.xd = a;
485
485
  this.g("VolumeOutlines");
486
486
  },
487
487
  enumerable: false,
@@ -489,10 +489,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
489
489
  });
490
490
  Object.defineProperty(FinancialChartDescription.prototype, "volumeBrushes", {
491
491
  get: function () {
492
- return this.w4;
492
+ return this.xc;
493
493
  },
494
494
  set: function (a) {
495
- this.w4 = a;
495
+ this.xc = a;
496
496
  this.g("VolumeBrushes");
497
497
  },
498
498
  enumerable: false,
@@ -500,10 +500,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
500
500
  });
501
501
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorNegativeBrushes", {
502
502
  get: function () {
503
- return this.ww;
503
+ return this.w4;
504
504
  },
505
505
  set: function (a) {
506
- this.ww = a;
506
+ this.w4 = a;
507
507
  this.g("IndicatorNegativeBrushes");
508
508
  },
509
509
  enumerable: false,
@@ -511,10 +511,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
511
511
  });
512
512
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorBrushes", {
513
513
  get: function () {
514
- return this.wu;
514
+ return this.w2;
515
515
  },
516
516
  set: function (a) {
517
- this.wu = a;
517
+ this.w2 = a;
518
518
  this.g("IndicatorBrushes");
519
519
  },
520
520
  enumerable: false,
@@ -522,10 +522,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
522
522
  });
523
523
  Object.defineProperty(FinancialChartDescription.prototype, "volumeThickness", {
524
524
  get: function () {
525
- return this.ye;
525
+ return this.ym;
526
526
  },
527
527
  set: function (a) {
528
- this.ye = a;
528
+ this.ym = a;
529
529
  this.g("VolumeThickness");
530
530
  },
531
531
  enumerable: false,
@@ -533,10 +533,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
533
533
  });
534
534
  Object.defineProperty(FinancialChartDescription.prototype, "overlayThickness", {
535
535
  get: function () {
536
- return this.yb;
536
+ return this.yj;
537
537
  },
538
538
  set: function (a) {
539
- this.yb = a;
539
+ this.yj = a;
540
540
  this.g("OverlayThickness");
541
541
  },
542
542
  enumerable: false,
@@ -544,10 +544,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
544
544
  });
545
545
  Object.defineProperty(FinancialChartDescription.prototype, "overlayMultiplier", {
546
546
  get: function () {
547
- return this.ya;
547
+ return this.yi;
548
548
  },
549
549
  set: function (a) {
550
- this.ya = a;
550
+ this.yi = a;
551
551
  this.g("OverlayMultiplier");
552
552
  },
553
553
  enumerable: false,
@@ -555,10 +555,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
555
555
  });
556
556
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorThickness", {
557
557
  get: function () {
558
- return this.x8;
558
+ return this.yg;
559
559
  },
560
560
  set: function (a) {
561
- this.x8 = a;
561
+ this.yg = a;
562
562
  this.g("IndicatorThickness");
563
563
  },
564
564
  enumerable: false,
@@ -566,10 +566,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
566
566
  });
567
567
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorDisplayTypes", {
568
568
  get: function () {
569
- return this.wv;
569
+ return this.w3;
570
570
  },
571
571
  set: function (a) {
572
- this.wv = a;
572
+ this.w3 = a;
573
573
  this.g("IndicatorDisplayTypes");
574
574
  },
575
575
  enumerable: false,
@@ -577,10 +577,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
577
577
  });
578
578
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorPeriod", {
579
579
  get: function () {
580
- return this.y8;
580
+ return this.zg;
581
581
  },
582
582
  set: function (a) {
583
- this.y8 = a;
583
+ this.zg = a;
584
584
  this.g("IndicatorPeriod");
585
585
  },
586
586
  enumerable: false,
@@ -588,10 +588,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
588
588
  });
589
589
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorMultiplier", {
590
590
  get: function () {
591
- return this.x7;
591
+ return this.yf;
592
592
  },
593
593
  set: function (a) {
594
- this.x7 = a;
594
+ this.yf = a;
595
595
  this.g("IndicatorMultiplier");
596
596
  },
597
597
  enumerable: false,
@@ -599,10 +599,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
599
599
  });
600
600
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorSmoothingPeriod", {
601
601
  get: function () {
602
- return this.zb;
602
+ return this.zj;
603
603
  },
604
604
  set: function (a) {
605
- this.zb = a;
605
+ this.zj = a;
606
606
  this.g("IndicatorSmoothingPeriod");
607
607
  },
608
608
  enumerable: false,
@@ -610,10 +610,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
610
610
  });
611
611
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorShortPeriod", {
612
612
  get: function () {
613
- return this.y9;
613
+ return this.zh;
614
614
  },
615
615
  set: function (a) {
616
- this.y9 = a;
616
+ this.zh = a;
617
617
  this.g("IndicatorShortPeriod");
618
618
  },
619
619
  enumerable: false,
@@ -621,10 +621,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
621
621
  });
622
622
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorLongPeriod", {
623
623
  get: function () {
624
- return this.y7;
624
+ return this.zf;
625
625
  },
626
626
  set: function (a) {
627
- this.y7 = a;
627
+ this.zf = a;
628
628
  this.g("IndicatorLongPeriod");
629
629
  },
630
630
  enumerable: false,
@@ -632,10 +632,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
632
632
  });
633
633
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorSignalPeriod", {
634
634
  get: function () {
635
- return this.za;
635
+ return this.zi;
636
636
  },
637
637
  set: function (a) {
638
- this.za = a;
638
+ this.zi = a;
639
639
  this.g("IndicatorSignalPeriod");
640
640
  },
641
641
  enumerable: false,
@@ -643,10 +643,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
643
643
  });
644
644
  Object.defineProperty(FinancialChartDescription.prototype, "rangeSelectorOptions", {
645
645
  get: function () {
646
- return this.w3;
646
+ return this.xb;
647
647
  },
648
648
  set: function (a) {
649
- this.w3 = a;
649
+ this.xb = a;
650
650
  this.g("RangeSelectorOptions");
651
651
  },
652
652
  enumerable: false,
@@ -654,10 +654,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
654
654
  });
655
655
  Object.defineProperty(FinancialChartDescription.prototype, "customIndicatorNames", {
656
656
  get: function () {
657
- return this.wt;
657
+ return this.w1;
658
658
  },
659
659
  set: function (a) {
660
- this.wt = a;
660
+ this.w1 = a;
661
661
  this.g("CustomIndicatorNames");
662
662
  },
663
663
  enumerable: false,
@@ -665,10 +665,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
665
665
  });
666
666
  Object.defineProperty(FinancialChartDescription.prototype, "isVerticalZoomEnabled", {
667
667
  get: function () {
668
- return this.xo;
668
+ return this.xw;
669
669
  },
670
670
  set: function (a) {
671
- this.xo = a;
671
+ this.xw = a;
672
672
  this.g("IsVerticalZoomEnabled");
673
673
  },
674
674
  enumerable: false,
@@ -676,10 +676,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
676
676
  });
677
677
  Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderXAxisMajorStroke", {
678
678
  get: function () {
679
- return this.zu;
679
+ return this.z2;
680
680
  },
681
681
  set: function (a) {
682
- this.zu = a;
682
+ this.z2 = a;
683
683
  this.g("ZoomSliderXAxisMajorStroke");
684
684
  },
685
685
  enumerable: false,
@@ -687,10 +687,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
687
687
  });
688
688
  Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderXAxisMajorStrokeThickness", {
689
689
  get: function () {
690
- return this.yo;
690
+ return this.yw;
691
691
  },
692
692
  set: function (a) {
693
- this.yo = a;
693
+ this.yw = a;
694
694
  this.g("ZoomSliderXAxisMajorStrokeThickness");
695
695
  },
696
696
  enumerable: false,
@@ -698,10 +698,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
698
698
  });
699
699
  Object.defineProperty(FinancialChartDescription.prototype, "isLegendVisible", {
700
700
  get: function () {
701
- return this.xm;
701
+ return this.xu;
702
702
  },
703
703
  set: function (a) {
704
- this.xm = a;
704
+ this.xu = a;
705
705
  this.g("IsLegendVisible");
706
706
  },
707
707
  enumerable: false,
@@ -709,10 +709,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
709
709
  });
710
710
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisMinimumValue", {
711
711
  get: function () {
712
- return this.x4;
712
+ return this.yc;
713
713
  },
714
714
  set: function (a) {
715
- this.x4 = a;
715
+ this.yc = a;
716
716
  this.g("XAxisMinimumValue");
717
717
  },
718
718
  enumerable: false,
@@ -720,10 +720,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
720
720
  });
721
721
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisMaximumValue", {
722
722
  get: function () {
723
- return this.x3;
723
+ return this.yb;
724
724
  },
725
725
  set: function (a) {
726
- this.x3 = a;
726
+ this.yb = a;
727
727
  this.g("XAxisMaximumValue");
728
728
  },
729
729
  enumerable: false,
@@ -731,10 +731,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
731
731
  });
732
732
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisBreaks", {
733
733
  get: function () {
734
- return this.w6;
734
+ return this.xe;
735
735
  },
736
736
  set: function (a) {
737
- this.w6 = a;
737
+ this.xe = a;
738
738
  this.g("XAxisBreaks");
739
739
  },
740
740
  enumerable: false,
@@ -742,10 +742,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
742
742
  });
743
743
  Object.defineProperty(FinancialChartDescription.prototype, "applyCustomIndicatorsRef", {
744
744
  get: function () {
745
- return this.zj;
745
+ return this.zr;
746
746
  },
747
747
  set: function (a) {
748
- this.zj = a;
748
+ this.zr = a;
749
749
  this.g("ApplyCustomIndicatorsRef");
750
750
  },
751
751
  enumerable: false,