igniteui-angular-core 20.2.0-beta.0 → 20.2.1-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 (230) hide show
  1. package/bundles/igniteui-angular-core.umd.js +6890 -5217
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +276 -276
  4. package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
  5. package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
  6. package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  7. package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
  8. package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
  9. package/esm2015/lib/CanvasScalingHelpers.js +79 -0
  10. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  11. package/esm2015/lib/CategoryChartDescription.js +121 -121
  12. package/esm2015/lib/DashboardTileDescription.js +90 -82
  13. package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/DataChartDescription.js +103 -95
  15. package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
  16. package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
  17. package/esm2015/lib/DataPieChartDescription.js +32 -32
  18. package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
  19. package/esm2015/lib/DomainChartDescription.js +786 -778
  20. package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
  21. package/esm2015/lib/EventProxy.js +32 -31
  22. package/esm2015/lib/FeatureState.js +29 -0
  23. package/esm2015/lib/FinancialChartDescription.js +151 -151
  24. package/esm2015/lib/GeographicMapDescription.js +41 -41
  25. package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
  26. package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
  27. package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
  28. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  29. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
  30. package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
  31. package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
  32. package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
  33. package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
  34. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
  35. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
  36. package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
  37. package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
  38. package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
  39. package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  40. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  41. package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
  42. package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
  43. package/esm2015/lib/RadialBaseChartDescription.js +217 -217
  44. package/esm2015/lib/ScrollerView_combined.js +12 -12
  45. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
  46. package/esm2015/lib/SeriesViewerDescription.js +503 -487
  47. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  48. package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
  49. package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
  50. package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
  51. package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
  52. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  53. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
  54. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  55. package/esm2015/lib/WebColumnDescription.js +131 -115
  56. package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
  57. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  58. package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
  59. package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  60. package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  61. package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  62. package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
  63. package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
  64. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
  65. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  66. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
  67. package/esm2015/lib/WebGridDescription.js +52 -52
  68. package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
  69. package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
  70. package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
  71. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  72. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  73. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  74. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  75. package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
  76. package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  77. package/esm2015/lib/WebRowIslandDescription.js +356 -340
  78. package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
  79. package/esm2015/lib/WebTooltipDescription.js +43 -35
  80. package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
  81. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  82. package/esm2015/lib/XYChartDescription.js +217 -217
  83. package/esm2015/public_api.js +28 -2
  84. package/esm5/lib/AxisDescription.js +276 -276
  85. package/esm5/lib/AxisDescriptionMetadata.js +10 -5
  86. package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
  87. package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  88. package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
  89. package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
  90. package/esm5/lib/CanvasScalingHelpers.js +83 -0
  91. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  92. package/esm5/lib/CategoryChartDescription.js +121 -121
  93. package/esm5/lib/DashboardTileDescription.js +94 -82
  94. package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
  95. package/esm5/lib/DataChartDescription.js +107 -95
  96. package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
  97. package/esm5/lib/DataPieBaseChartDescription.js +117 -117
  98. package/esm5/lib/DataPieChartDescription.js +32 -32
  99. package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
  100. package/esm5/lib/DomainChartDescription.js +790 -778
  101. package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
  102. package/esm5/lib/EventProxy.js +32 -31
  103. package/esm5/lib/FeatureState.js +29 -0
  104. package/esm5/lib/FinancialChartDescription.js +151 -151
  105. package/esm5/lib/GeographicMapDescription.js +41 -41
  106. package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
  107. package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
  108. package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
  109. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  110. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
  111. package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
  112. package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
  113. package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
  114. package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
  115. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
  116. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
  117. package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
  118. package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
  119. package/esm5/lib/NumericAxisBaseDescription.js +84 -84
  120. package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  121. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  122. package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
  123. package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
  124. package/esm5/lib/RadialBaseChartDescription.js +217 -217
  125. package/esm5/lib/ScrollerView_combined.js +12 -12
  126. package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
  127. package/esm5/lib/SeriesViewerDescription.js +510 -486
  128. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  129. package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
  130. package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
  131. package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
  132. package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
  133. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  134. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
  135. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  136. package/esm5/lib/WebColumnDescription.js +139 -115
  137. package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
  138. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  139. package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
  140. package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  141. package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  142. package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  143. package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
  144. package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
  145. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
  146. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  147. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
  148. package/esm5/lib/WebGridDescription.js +52 -52
  149. package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
  150. package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
  151. package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
  152. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  153. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  154. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  155. package/esm5/lib/WebPivotGridDescription.js +42 -42
  156. package/esm5/lib/WebPositionSettingsDescription.js +22 -10
  157. package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  158. package/esm5/lib/WebRowIslandDescription.js +364 -340
  159. package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
  160. package/esm5/lib/WebTooltipDescription.js +47 -35
  161. package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
  162. package/esm5/lib/WebTreeGridDescription.js +28 -28
  163. package/esm5/lib/XYChartDescription.js +217 -217
  164. package/esm5/public_api.js +28 -2
  165. package/fesm2015/igniteui-angular-core.js +6610 -5175
  166. package/fesm5/igniteui-angular-core.js +6864 -5218
  167. package/lib/AxisDescription.d.ts +106 -106
  168. package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
  169. package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
  170. package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
  171. package/lib/CanvasScalingHelpers.d.ts +17 -0
  172. package/lib/CategoryChartDescription.d.ts +45 -45
  173. package/lib/DashboardTileDescription.d.ts +33 -30
  174. package/lib/DataChartDescription.d.ts +36 -33
  175. package/lib/DataPieBaseChartDescription.d.ts +43 -43
  176. package/lib/DataPieChartDescription.d.ts +12 -12
  177. package/lib/DataSourceLocalDataProvider.d.ts +36 -27
  178. package/lib/DomainChartDescription.d.ts +291 -288
  179. package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
  180. package/lib/EventProxy.d.ts +28 -27
  181. package/lib/FeatureState.d.ts +22 -0
  182. package/lib/FinancialChartDescription.d.ts +56 -56
  183. package/lib/GeographicMapDescription.d.ts +14 -14
  184. package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
  185. package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
  186. package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
  187. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
  188. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
  189. package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
  190. package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
  191. package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
  192. package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
  193. package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
  194. package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
  195. package/lib/MonthToDateExpressionDescription.d.ts +12 -0
  196. package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
  197. package/lib/NumericAxisBaseDescription.d.ts +32 -32
  198. package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
  199. package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
  200. package/lib/RadialBaseChartDescription.d.ts +80 -80
  201. package/lib/SeriesViewerDescription.d.ts +178 -172
  202. package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
  203. package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
  204. package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
  205. package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
  206. package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
  207. package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  208. package/lib/WebColumnDescription.d.ts +46 -40
  209. package/lib/WebColumnGroupDescription.d.ts +4 -4
  210. package/lib/WebCustomDateRangeDescription.d.ts +7 -0
  211. package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
  212. package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
  213. package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
  214. package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
  215. package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  216. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
  217. package/lib/WebGridDescription.d.ts +18 -18
  218. package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
  219. package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  220. package/lib/WebGridResourceStringsDescription.d.ts +197 -155
  221. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  222. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  223. package/lib/WebPivotGridDescription.d.ts +15 -15
  224. package/lib/WebPositionSettingsDescription.d.ts +7 -4
  225. package/lib/WebRowIslandDescription.d.ts +125 -118
  226. package/lib/WebTooltipDescription.d.ts +15 -12
  227. package/lib/WebTreeGridDescription.d.ts +10 -10
  228. package/lib/XYChartDescription.d.ts +80 -80
  229. package/package.json +1 -1
  230. package/public_api.d.ts +28 -2
@@ -14,70 +14,70 @@ 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.aaa = null;
18
17
  _this.aac = null;
18
+ _this.aae = null;
19
+ _this.aab = null;
19
20
  _this.z9 = null;
20
- _this.z7 = null;
21
- _this.y2 = 0;
22
- _this.ym = false;
23
- _this.zz = 0;
24
- _this.y9 = 0;
21
+ _this.y4 = 0;
22
+ _this.yo = false;
23
+ _this.z1 = 0;
25
24
  _this.zb = 0;
26
- _this.za = 0;
25
+ _this.zd = 0;
27
26
  _this.zc = 0;
28
- _this.aab = null;
27
+ _this.ze = 0;
29
28
  _this.aad = null;
30
- _this.y4 = 0;
31
- _this.y7 = 0;
32
- _this.y5 = 0;
29
+ _this.aaf = null;
33
30
  _this.y6 = 0;
31
+ _this.y9 = 0;
32
+ _this.y7 = 0;
34
33
  _this.y8 = 0;
35
- _this.aae = null;
36
- _this.yh = false;
37
- _this.z8 = null;
38
- _this.yi = false;
39
- _this.xs = null;
40
- _this.xx = null;
41
- _this.yk = false;
34
+ _this.za = 0;
35
+ _this.aag = null;
42
36
  _this.yj = false;
43
- _this.yl = false;
44
- _this.aaf = null;
45
- _this.xt = null;
37
+ _this.aaa = null;
38
+ _this.yk = false;
46
39
  _this.xu = null;
40
+ _this.xz = null;
41
+ _this.ym = false;
42
+ _this.yl = false;
43
+ _this.yn = false;
44
+ _this.aah = null;
47
45
  _this.xv = null;
48
46
  _this.xw = null;
49
- _this.x0 = null;
50
- _this.xz = null;
47
+ _this.xx = null;
48
+ _this.xy = null;
49
+ _this.x2 = null;
50
+ _this.x1 = null;
51
+ _this.xt = null;
51
52
  _this.xr = null;
52
- _this.xp = null;
53
+ _this.y5 = 0;
53
54
  _this.y3 = 0;
55
+ _this.y2 = 0;
54
56
  _this.y1 = 0;
57
+ _this.xs = null;
58
+ _this.zx = 0;
55
59
  _this.y0 = 0;
56
- _this.yz = 0;
57
- _this.xq = null;
58
- _this.zv = 0;
59
- _this.yy = 0;
60
+ _this.z0 = 0;
60
61
  _this.zy = 0;
61
62
  _this.zw = 0;
62
- _this.zu = 0;
63
- _this.zx = 0;
64
- _this.xy = null;
65
- _this.xo = null;
66
- _this.aag = null;
67
- _this.zd = 0;
68
- _this.yg = false;
69
- _this.yv = new Date();
70
- _this.yu = new Date();
71
- _this.x1 = null;
72
- _this.z6 = null;
63
+ _this.zz = 0;
64
+ _this.x0 = null;
65
+ _this.xq = null;
66
+ _this.aai = null;
67
+ _this.zf = 0;
68
+ _this.yi = false;
69
+ _this.yx = new Date();
70
+ _this.yw = new Date();
71
+ _this.x3 = null;
72
+ _this.z8 = null;
73
73
  return _this;
74
74
  }
75
75
  Object.defineProperty(FinancialChartDescription.prototype, "tooltipTemplateRef", {
76
76
  get: function () {
77
- return this.aaa;
77
+ return this.aac;
78
78
  },
79
79
  set: function (a) {
80
- this.aaa = a;
80
+ this.aac = a;
81
81
  this.j("TooltipTemplateRef");
82
82
  },
83
83
  enumerable: false,
@@ -85,10 +85,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
85
85
  });
86
86
  Object.defineProperty(FinancialChartDescription.prototype, "width", {
87
87
  get: function () {
88
- return this.aac;
88
+ return this.aae;
89
89
  },
90
90
  set: function (a) {
91
- this.aac = a;
91
+ this.aae = a;
92
92
  this.j("Width");
93
93
  },
94
94
  enumerable: false,
@@ -96,10 +96,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
96
96
  });
97
97
  Object.defineProperty(FinancialChartDescription.prototype, "height", {
98
98
  get: function () {
99
- return this.z9;
99
+ return this.aab;
100
100
  },
101
101
  set: function (a) {
102
- this.z9 = a;
102
+ this.aab = a;
103
103
  this.j("Height");
104
104
  },
105
105
  enumerable: false,
@@ -107,10 +107,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
107
107
  });
108
108
  Object.defineProperty(FinancialChartDescription.prototype, "background", {
109
109
  get: function () {
110
- return this.z7;
110
+ return this.z9;
111
111
  },
112
112
  set: function (a) {
113
- this.z7 = a;
113
+ this.z9 = a;
114
114
  this.j("Background");
115
115
  },
116
116
  enumerable: false,
@@ -121,10 +121,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121
121
  };
122
122
  Object.defineProperty(FinancialChartDescription.prototype, "toolbarHeight", {
123
123
  get: function () {
124
- return this.y2;
124
+ return this.y4;
125
125
  },
126
126
  set: function (a) {
127
- this.y2 = a;
127
+ this.y4 = a;
128
128
  this.j("ToolbarHeight");
129
129
  },
130
130
  enumerable: false,
@@ -132,10 +132,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
132
132
  });
133
133
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisIsLogarithmic", {
134
134
  get: function () {
135
- return this.ym;
135
+ return this.yo;
136
136
  },
137
137
  set: function (a) {
138
- this.ym = a;
138
+ this.yo = a;
139
139
  this.j("YAxisIsLogarithmic");
140
140
  },
141
141
  enumerable: false,
@@ -143,10 +143,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
143
143
  });
144
144
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisLogarithmBase", {
145
145
  get: function () {
146
- return this.zz;
146
+ return this.z1;
147
147
  },
148
148
  set: function (a) {
149
- this.zz = a;
149
+ this.z1 = a;
150
150
  this.j("YAxisLogarithmBase");
151
151
  },
152
152
  enumerable: false,
@@ -154,10 +154,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
154
154
  });
155
155
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisInterval", {
156
156
  get: function () {
157
- return this.y9;
157
+ return this.zb;
158
158
  },
159
159
  set: function (a) {
160
- this.y9 = a;
160
+ this.zb = a;
161
161
  this.j("YAxisInterval");
162
162
  },
163
163
  enumerable: false,
@@ -165,10 +165,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
165
165
  });
166
166
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisMinimumValue", {
167
167
  get: function () {
168
- return this.zb;
168
+ return this.zd;
169
169
  },
170
170
  set: function (a) {
171
- this.zb = a;
171
+ this.zd = a;
172
172
  this.j("YAxisMinimumValue");
173
173
  },
174
174
  enumerable: false,
@@ -176,10 +176,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176
176
  });
177
177
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisMaximumValue", {
178
178
  get: function () {
179
- return this.za;
179
+ return this.zc;
180
180
  },
181
181
  set: function (a) {
182
- this.za = a;
182
+ this.zc = a;
183
183
  this.j("YAxisMaximumValue");
184
184
  },
185
185
  enumerable: false,
@@ -187,10 +187,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
187
187
  });
188
188
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisMinorInterval", {
189
189
  get: function () {
190
- return this.zc;
190
+ return this.ze;
191
191
  },
192
192
  set: function (a) {
193
- this.zc = a;
193
+ this.ze = a;
194
194
  this.j("YAxisMinorInterval");
195
195
  },
196
196
  enumerable: false,
@@ -198,10 +198,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
198
198
  });
199
199
  Object.defineProperty(FinancialChartDescription.prototype, "volumeType", {
200
200
  get: function () {
201
- return this.aab;
201
+ return this.aad;
202
202
  },
203
203
  set: function (a) {
204
- this.aab = a;
204
+ this.aad = a;
205
205
  this.j("VolumeType");
206
206
  },
207
207
  enumerable: false,
@@ -209,10 +209,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
209
209
  });
210
210
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisMode", {
211
211
  get: function () {
212
- return this.aad;
212
+ return this.aaf;
213
213
  },
214
214
  set: function (a) {
215
- this.aad = a;
215
+ this.aaf = a;
216
216
  this.j("XAxisMode");
217
217
  },
218
218
  enumerable: false,
@@ -220,10 +220,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
220
220
  });
221
221
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomMaximumCategoryRange", {
222
222
  get: function () {
223
- return this.y4;
223
+ return this.y6;
224
224
  },
225
225
  set: function (a) {
226
- this.y4 = a;
226
+ this.y6 = a;
227
227
  this.j("XAxisZoomMaximumCategoryRange");
228
228
  },
229
229
  enumerable: false,
@@ -231,10 +231,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
231
231
  });
232
232
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToCategoryStart", {
233
233
  get: function () {
234
- return this.y7;
234
+ return this.y9;
235
235
  },
236
236
  set: function (a) {
237
- this.y7 = a;
237
+ this.y9 = a;
238
238
  this.j("XAxisZoomToCategoryStart");
239
239
  },
240
240
  enumerable: false,
@@ -242,10 +242,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
242
242
  });
243
243
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomMaximumItemSpan", {
244
244
  get: function () {
245
- return this.y5;
245
+ return this.y7;
246
246
  },
247
247
  set: function (a) {
248
- this.y5 = a;
248
+ this.y7 = a;
249
249
  this.j("XAxisZoomMaximumItemSpan");
250
250
  },
251
251
  enumerable: false,
@@ -253,10 +253,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
253
253
  });
254
254
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToCategoryRange", {
255
255
  get: function () {
256
- return this.y6;
256
+ return this.y8;
257
257
  },
258
258
  set: function (a) {
259
- this.y6 = a;
259
+ this.y8 = a;
260
260
  this.j("XAxisZoomToCategoryRange");
261
261
  },
262
262
  enumerable: false,
@@ -264,10 +264,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
264
264
  });
265
265
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToItemSpan", {
266
266
  get: function () {
267
- return this.y8;
267
+ return this.za;
268
268
  },
269
269
  set: function (a) {
270
- this.y8 = a;
270
+ this.za = a;
271
271
  this.j("XAxisZoomToItemSpan");
272
272
  },
273
273
  enumerable: false,
@@ -275,10 +275,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
275
275
  });
276
276
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisMode", {
277
277
  get: function () {
278
- return this.aae;
278
+ return this.aag;
279
279
  },
280
280
  set: function (a) {
281
- this.aae = a;
281
+ this.aag = a;
282
282
  this.j("YAxisMode");
283
283
  },
284
284
  enumerable: false,
@@ -286,10 +286,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
286
286
  });
287
287
  Object.defineProperty(FinancialChartDescription.prototype, "isToolbarVisible", {
288
288
  get: function () {
289
- return this.yh;
289
+ return this.yj;
290
290
  },
291
291
  set: function (a) {
292
- this.yh = a;
292
+ this.yj = a;
293
293
  this.j("IsToolbarVisible");
294
294
  },
295
295
  enumerable: false,
@@ -297,10 +297,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
297
297
  });
298
298
  Object.defineProperty(FinancialChartDescription.prototype, "chartType", {
299
299
  get: function () {
300
- return this.z8;
300
+ return this.aaa;
301
301
  },
302
302
  set: function (a) {
303
- this.z8 = a;
303
+ this.aaa = a;
304
304
  this.j("ChartType");
305
305
  },
306
306
  enumerable: false,
@@ -308,10 +308,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
308
308
  });
309
309
  Object.defineProperty(FinancialChartDescription.prototype, "isWindowSyncedToVisibleRange", {
310
310
  get: function () {
311
- return this.yi;
311
+ return this.yk;
312
312
  },
313
313
  set: function (a) {
314
- this.yi = a;
314
+ this.yk = a;
315
315
  this.j("IsWindowSyncedToVisibleRange");
316
316
  },
317
317
  enumerable: false,
@@ -319,10 +319,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
319
319
  });
320
320
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorTypes", {
321
321
  get: function () {
322
- return this.xs;
322
+ return this.xu;
323
323
  },
324
324
  set: function (a) {
325
- this.xs = a;
325
+ this.xu = a;
326
326
  this.j("IndicatorTypes");
327
327
  },
328
328
  enumerable: false,
@@ -330,10 +330,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
330
330
  });
331
331
  Object.defineProperty(FinancialChartDescription.prototype, "overlayTypes", {
332
332
  get: function () {
333
- return this.xx;
333
+ return this.xz;
334
334
  },
335
335
  set: function (a) {
336
- this.xx = a;
336
+ this.xz = a;
337
337
  this.j("OverlayTypes");
338
338
  },
339
339
  enumerable: false,
@@ -341,10 +341,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
341
341
  });
342
342
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisAbbreviateLargeNumbers", {
343
343
  get: function () {
344
- return this.yk;
344
+ return this.ym;
345
345
  },
346
346
  set: function (a) {
347
- this.yk = a;
347
+ this.ym = a;
348
348
  this.j("YAxisAbbreviateLargeNumbers");
349
349
  },
350
350
  enumerable: false,
@@ -352,10 +352,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
352
352
  });
353
353
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", {
354
354
  get: function () {
355
- return this.yj;
355
+ return this.yl;
356
356
  },
357
357
  set: function (a) {
358
- this.yj = a;
358
+ this.yl = a;
359
359
  this.j("XAxisEnhancedIntervalPreferMoreCategoryLabels");
360
360
  },
361
361
  enumerable: false,
@@ -363,10 +363,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
363
363
  });
364
364
  Object.defineProperty(FinancialChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", {
365
365
  get: function () {
366
- return this.yl;
366
+ return this.yn;
367
367
  },
368
368
  set: function (a) {
369
- this.yl = a;
369
+ this.yn = a;
370
370
  this.j("YAxisEnhancedIntervalPreferMoreCategoryLabels");
371
371
  },
372
372
  enumerable: false,
@@ -374,10 +374,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
374
374
  });
375
375
  Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderType", {
376
376
  get: function () {
377
- return this.aaf;
377
+ return this.aah;
378
378
  },
379
379
  set: function (a) {
380
- this.aaf = a;
380
+ this.aah = a;
381
381
  this.j("ZoomSliderType");
382
382
  },
383
383
  enumerable: false,
@@ -385,10 +385,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
385
385
  });
386
386
  Object.defineProperty(FinancialChartDescription.prototype, "negativeBrushes", {
387
387
  get: function () {
388
- return this.xt;
388
+ return this.xv;
389
389
  },
390
390
  set: function (a) {
391
- this.xt = a;
391
+ this.xv = a;
392
392
  this.j("NegativeBrushes");
393
393
  },
394
394
  enumerable: false,
@@ -396,10 +396,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
396
396
  });
397
397
  Object.defineProperty(FinancialChartDescription.prototype, "negativeOutlines", {
398
398
  get: function () {
399
- return this.xu;
399
+ return this.xw;
400
400
  },
401
401
  set: function (a) {
402
- this.xu = a;
402
+ this.xw = a;
403
403
  this.j("NegativeOutlines");
404
404
  },
405
405
  enumerable: false,
@@ -407,10 +407,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
407
407
  });
408
408
  Object.defineProperty(FinancialChartDescription.prototype, "overlayBrushes", {
409
409
  get: function () {
410
- return this.xv;
410
+ return this.xx;
411
411
  },
412
412
  set: function (a) {
413
- this.xv = a;
413
+ this.xx = a;
414
414
  this.j("OverlayBrushes");
415
415
  },
416
416
  enumerable: false,
@@ -418,10 +418,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
418
418
  });
419
419
  Object.defineProperty(FinancialChartDescription.prototype, "overlayOutlines", {
420
420
  get: function () {
421
- return this.xw;
421
+ return this.xy;
422
422
  },
423
423
  set: function (a) {
424
- this.xw = a;
424
+ this.xy = a;
425
425
  this.j("OverlayOutlines");
426
426
  },
427
427
  enumerable: false,
@@ -429,10 +429,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
429
429
  });
430
430
  Object.defineProperty(FinancialChartDescription.prototype, "volumeOutlines", {
431
431
  get: function () {
432
- return this.x0;
432
+ return this.x2;
433
433
  },
434
434
  set: function (a) {
435
- this.x0 = a;
435
+ this.x2 = a;
436
436
  this.j("VolumeOutlines");
437
437
  },
438
438
  enumerable: false,
@@ -440,10 +440,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
440
440
  });
441
441
  Object.defineProperty(FinancialChartDescription.prototype, "volumeBrushes", {
442
442
  get: function () {
443
- return this.xz;
443
+ return this.x1;
444
444
  },
445
445
  set: function (a) {
446
- this.xz = a;
446
+ this.x1 = a;
447
447
  this.j("VolumeBrushes");
448
448
  },
449
449
  enumerable: false,
@@ -451,10 +451,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
451
451
  });
452
452
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorNegativeBrushes", {
453
453
  get: function () {
454
- return this.xr;
454
+ return this.xt;
455
455
  },
456
456
  set: function (a) {
457
- this.xr = a;
457
+ this.xt = a;
458
458
  this.j("IndicatorNegativeBrushes");
459
459
  },
460
460
  enumerable: false,
@@ -462,10 +462,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
462
462
  });
463
463
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorBrushes", {
464
464
  get: function () {
465
- return this.xp;
465
+ return this.xr;
466
466
  },
467
467
  set: function (a) {
468
- this.xp = a;
468
+ this.xr = a;
469
469
  this.j("IndicatorBrushes");
470
470
  },
471
471
  enumerable: false,
@@ -473,10 +473,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
473
473
  });
474
474
  Object.defineProperty(FinancialChartDescription.prototype, "volumeThickness", {
475
475
  get: function () {
476
- return this.y3;
476
+ return this.y5;
477
477
  },
478
478
  set: function (a) {
479
- this.y3 = a;
479
+ this.y5 = a;
480
480
  this.j("VolumeThickness");
481
481
  },
482
482
  enumerable: false,
@@ -484,10 +484,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
484
484
  });
485
485
  Object.defineProperty(FinancialChartDescription.prototype, "overlayThickness", {
486
486
  get: function () {
487
- return this.y1;
487
+ return this.y3;
488
488
  },
489
489
  set: function (a) {
490
- this.y1 = a;
490
+ this.y3 = a;
491
491
  this.j("OverlayThickness");
492
492
  },
493
493
  enumerable: false,
@@ -495,10 +495,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
495
495
  });
496
496
  Object.defineProperty(FinancialChartDescription.prototype, "overlayMultiplier", {
497
497
  get: function () {
498
- return this.y0;
498
+ return this.y2;
499
499
  },
500
500
  set: function (a) {
501
- this.y0 = a;
501
+ this.y2 = a;
502
502
  this.j("OverlayMultiplier");
503
503
  },
504
504
  enumerable: false,
@@ -506,10 +506,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
506
506
  });
507
507
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorThickness", {
508
508
  get: function () {
509
- return this.yz;
509
+ return this.y1;
510
510
  },
511
511
  set: function (a) {
512
- this.yz = a;
512
+ this.y1 = a;
513
513
  this.j("IndicatorThickness");
514
514
  },
515
515
  enumerable: false,
@@ -517,10 +517,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
517
517
  });
518
518
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorDisplayTypes", {
519
519
  get: function () {
520
- return this.xq;
520
+ return this.xs;
521
521
  },
522
522
  set: function (a) {
523
- this.xq = a;
523
+ this.xs = a;
524
524
  this.j("IndicatorDisplayTypes");
525
525
  },
526
526
  enumerable: false,
@@ -528,10 +528,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
528
528
  });
529
529
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorPeriod", {
530
530
  get: function () {
531
- return this.zv;
531
+ return this.zx;
532
532
  },
533
533
  set: function (a) {
534
- this.zv = a;
534
+ this.zx = a;
535
535
  this.j("IndicatorPeriod");
536
536
  },
537
537
  enumerable: false,
@@ -539,10 +539,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
539
539
  });
540
540
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorMultiplier", {
541
541
  get: function () {
542
- return this.yy;
542
+ return this.y0;
543
543
  },
544
544
  set: function (a) {
545
- this.yy = a;
545
+ this.y0 = a;
546
546
  this.j("IndicatorMultiplier");
547
547
  },
548
548
  enumerable: false,
@@ -550,10 +550,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
550
550
  });
551
551
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorSmoothingPeriod", {
552
552
  get: function () {
553
- return this.zy;
553
+ return this.z0;
554
554
  },
555
555
  set: function (a) {
556
- this.zy = a;
556
+ this.z0 = a;
557
557
  this.j("IndicatorSmoothingPeriod");
558
558
  },
559
559
  enumerable: false,
@@ -561,10 +561,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
561
561
  });
562
562
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorShortPeriod", {
563
563
  get: function () {
564
- return this.zw;
564
+ return this.zy;
565
565
  },
566
566
  set: function (a) {
567
- this.zw = a;
567
+ this.zy = a;
568
568
  this.j("IndicatorShortPeriod");
569
569
  },
570
570
  enumerable: false,
@@ -572,10 +572,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
572
572
  });
573
573
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorLongPeriod", {
574
574
  get: function () {
575
- return this.zu;
575
+ return this.zw;
576
576
  },
577
577
  set: function (a) {
578
- this.zu = a;
578
+ this.zw = a;
579
579
  this.j("IndicatorLongPeriod");
580
580
  },
581
581
  enumerable: false,
@@ -583,10 +583,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
583
583
  });
584
584
  Object.defineProperty(FinancialChartDescription.prototype, "indicatorSignalPeriod", {
585
585
  get: function () {
586
- return this.zx;
586
+ return this.zz;
587
587
  },
588
588
  set: function (a) {
589
- this.zx = a;
589
+ this.zz = a;
590
590
  this.j("IndicatorSignalPeriod");
591
591
  },
592
592
  enumerable: false,
@@ -594,10 +594,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
594
594
  });
595
595
  Object.defineProperty(FinancialChartDescription.prototype, "rangeSelectorOptions", {
596
596
  get: function () {
597
- return this.xy;
597
+ return this.x0;
598
598
  },
599
599
  set: function (a) {
600
- this.xy = a;
600
+ this.x0 = a;
601
601
  this.j("RangeSelectorOptions");
602
602
  },
603
603
  enumerable: false,
@@ -605,10 +605,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
605
605
  });
606
606
  Object.defineProperty(FinancialChartDescription.prototype, "customIndicatorNames", {
607
607
  get: function () {
608
- return this.xo;
608
+ return this.xq;
609
609
  },
610
610
  set: function (a) {
611
- this.xo = a;
611
+ this.xq = a;
612
612
  this.j("CustomIndicatorNames");
613
613
  },
614
614
  enumerable: false,
@@ -616,10 +616,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
616
616
  });
617
617
  Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderXAxisMajorStroke", {
618
618
  get: function () {
619
- return this.aag;
619
+ return this.aai;
620
620
  },
621
621
  set: function (a) {
622
- this.aag = a;
622
+ this.aai = a;
623
623
  this.j("ZoomSliderXAxisMajorStroke");
624
624
  },
625
625
  enumerable: false,
@@ -627,10 +627,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
627
627
  });
628
628
  Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderXAxisMajorStrokeThickness", {
629
629
  get: function () {
630
- return this.zd;
630
+ return this.zf;
631
631
  },
632
632
  set: function (a) {
633
- this.zd = a;
633
+ this.zf = a;
634
634
  this.j("ZoomSliderXAxisMajorStrokeThickness");
635
635
  },
636
636
  enumerable: false,
@@ -638,10 +638,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
638
638
  });
639
639
  Object.defineProperty(FinancialChartDescription.prototype, "isLegendVisible", {
640
640
  get: function () {
641
- return this.yg;
641
+ return this.yi;
642
642
  },
643
643
  set: function (a) {
644
- this.yg = a;
644
+ this.yi = a;
645
645
  this.j("IsLegendVisible");
646
646
  },
647
647
  enumerable: false,
@@ -649,10 +649,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
649
649
  });
650
650
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisMinimumValue", {
651
651
  get: function () {
652
- return this.yv;
652
+ return this.yx;
653
653
  },
654
654
  set: function (a) {
655
- this.yv = a;
655
+ this.yx = a;
656
656
  this.j("XAxisMinimumValue");
657
657
  },
658
658
  enumerable: false,
@@ -660,10 +660,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
660
660
  });
661
661
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisMaximumValue", {
662
662
  get: function () {
663
- return this.yu;
663
+ return this.yw;
664
664
  },
665
665
  set: function (a) {
666
- this.yu = a;
666
+ this.yw = a;
667
667
  this.j("XAxisMaximumValue");
668
668
  },
669
669
  enumerable: false,
@@ -671,10 +671,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
671
671
  });
672
672
  Object.defineProperty(FinancialChartDescription.prototype, "xAxisBreaks", {
673
673
  get: function () {
674
- return this.x1;
674
+ return this.x3;
675
675
  },
676
676
  set: function (a) {
677
- this.x1 = a;
677
+ this.x3 = a;
678
678
  this.j("XAxisBreaks");
679
679
  },
680
680
  enumerable: false,
@@ -682,10 +682,10 @@ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
682
682
  });
683
683
  Object.defineProperty(FinancialChartDescription.prototype, "applyCustomIndicatorsRef", {
684
684
  get: function () {
685
- return this.z6;
685
+ return this.z8;
686
686
  },
687
687
  set: function (a) {
688
- this.z6 = a;
688
+ this.z8 = a;
689
689
  this.j("ApplyCustomIndicatorsRef");
690
690
  },
691
691
  enumerable: false,