igniteui-angular-core 20.2.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,180 +14,182 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(SeriesViewerDescription, _super);
15
15
  function SeriesViewerDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.q = null;
18
- _this.k = null;
19
- _this.o = null;
17
+ _this.r = null;
20
18
  _this.m = null;
19
+ _this.k = null;
20
+ _this.p = null;
21
21
  _this.n = null;
22
- _this.fh = null;
23
- _this.y = null;
24
- _this.fg = null;
25
- _this.ai = false;
26
- _this.aq = false;
27
- _this.ao = false;
22
+ _this.o = null;
23
+ _this.fl = null;
24
+ _this.aa = null;
25
+ _this.fk = null;
26
+ _this.ak = false;
28
27
  _this.at = false;
29
- _this.e5 = null;
30
- _this.bl = 0;
31
- _this.fy = null;
32
- _this.fw = null;
33
- _this.e1 = null;
34
- _this.e8 = null;
35
- _this.gr = null;
36
- _this.fa = null;
37
- _this.gt = null;
38
- _this.e7 = null;
28
+ _this.aq = false;
29
+ _this.ar = false;
30
+ _this.aw = false;
39
31
  _this.e9 = null;
40
- _this.bq = 0;
41
32
  _this.bp = 0;
42
- _this.bm = 0;
43
- _this.bn = 0;
44
- _this.bo = 0;
45
- _this.bs = 0;
33
+ _this.f2 = null;
34
+ _this.f0 = null;
35
+ _this.e5 = null;
36
+ _this.fc = null;
37
+ _this.gv = null;
38
+ _this.fe = null;
39
+ _this.gx = null;
40
+ _this.fb = null;
41
+ _this.fd = null;
42
+ _this.bu = 0;
43
+ _this.bt = 0;
44
+ _this.bq = 0;
46
45
  _this.br = 0;
47
- _this.ak = false;
48
- _this.gq = null;
49
- _this.gs = null;
50
- _this.cc = 0;
51
- _this.cb = 0;
52
- _this.b9 = 0;
46
+ _this.bs = 0;
47
+ _this.bw = 0;
48
+ _this.bv = 0;
49
+ _this.am = false;
50
+ _this.gu = null;
51
+ _this.gw = null;
52
+ _this.cg = 0;
53
53
  _this.cf = 0;
54
- _this.ca = 0;
55
- _this.ce = 0;
56
54
  _this.cd = 0;
57
- _this.aw = false;
58
- _this.e4 = null;
59
- _this.fd = null;
60
- _this.ff = null;
61
- _this.fe = null;
62
- _this.aj = false;
63
- _this.ab = null;
55
+ _this.cj = 0;
56
+ _this.ce = 0;
57
+ _this.ci = 0;
58
+ _this.ch = 0;
59
+ _this.az = false;
60
+ _this.e8 = null;
61
+ _this.fh = null;
62
+ _this.fj = null;
63
+ _this.fi = null;
64
+ _this.al = false;
64
65
  _this.ad = null;
65
- _this.av = false;
66
- _this.ap = false;
67
- _this.d5 = 0;
68
- _this.d0 = 0;
69
- _this.d1 = 0;
66
+ _this.af = null;
67
+ _this.ay = false;
68
+ _this.as = false;
69
+ _this.d9 = 0;
70
70
  _this.d4 = 0;
71
+ _this.d5 = 0;
72
+ _this.d8 = 0;
73
+ _this.d7 = 0;
71
74
  _this.d3 = 0;
72
- _this.dz = 0;
73
- _this.dx = 0;
74
- _this.dy = 0;
75
+ _this.d1 = 0;
75
76
  _this.d2 = 0;
76
- _this.am = false;
77
- _this.ev = null;
78
- _this.ef = null;
79
- _this.an = false;
80
- _this.gx = null;
81
- _this.cj = 0;
82
- _this.ci = 0;
83
- _this.bh = 0;
84
- _this.bg = 0;
85
- _this.cl = 0;
77
+ _this.d6 = 0;
78
+ _this.ao = false;
79
+ _this.ez = null;
80
+ _this.ej = null;
81
+ _this.ap = false;
82
+ _this.g1 = null;
83
+ _this.cn = 0;
84
+ _this.cm = 0;
85
+ _this.bl = 0;
86
+ _this.bk = 0;
87
+ _this.cp = 0;
88
+ _this.co = 0;
89
+ _this.gj = null;
90
+ _this.e0 = null;
91
+ _this.fa = null;
92
+ _this.gt = null;
93
+ _this.g2 = null;
94
+ _this.fn = null;
95
+ _this.au = false;
96
+ _this.e1 = null;
97
+ _this.fg = null;
98
+ _this.fy = null;
99
+ _this.e2 = null;
100
+ _this.fm = null;
101
+ _this.f3 = null;
102
+ _this.ae = null;
103
+ _this.e7 = null;
104
+ _this.q = null;
105
+ _this.l = null;
86
106
  _this.ck = 0;
87
- _this.gf = null;
88
- _this.ew = null;
89
- _this.e6 = null;
90
- _this.gp = null;
91
- _this.gy = null;
92
- _this.fj = null;
93
- _this.ar = false;
94
- _this.ex = null;
95
- _this.fc = null;
96
- _this.fu = null;
97
- _this.ey = null;
98
- _this.fi = null;
99
- _this.fz = null;
100
- _this.ac = null;
107
+ _this.cl = 0;
108
+ _this.f1 = null;
101
109
  _this.e3 = null;
102
- _this.p = null;
103
- _this.l = null;
104
- _this.cg = 0;
105
- _this.ch = 0;
106
- _this.fx = null;
107
- _this.ez = null;
108
- _this.eu = null;
109
- _this.gk = null;
110
- _this.gc = null;
111
- _this.gm = null;
112
- _this.ge = null;
113
- _this.gl = null;
114
- _this.gd = null;
110
+ _this.ey = null;
111
+ _this.go = null;
112
+ _this.gg = null;
113
+ _this.gq = null;
114
+ _this.gi = null;
115
+ _this.gp = null;
116
+ _this.gh = null;
117
+ _this.cb = 0;
118
+ _this.b9 = 0;
119
+ _this.ca = 0;
115
120
  _this.b7 = 0;
116
- _this.b5 = 0;
117
121
  _this.b6 = 0;
118
- _this.b3 = 0;
122
+ _this.b4 = 0;
123
+ _this.b5 = 0;
119
124
  _this.b2 = 0;
120
- _this.b0 = 0;
121
- _this.b1 = 0;
125
+ _this.gc = null;
126
+ _this.cc = 0;
122
127
  _this.by = 0;
123
- _this.f8 = null;
124
- _this.b8 = 0;
125
- _this.bu = 0;
128
+ _this.b1 = 0;
129
+ _this.bo = 0;
130
+ _this.bn = 0;
131
+ _this.bm = 0;
132
+ _this.an = false;
133
+ _this.bz = 0;
126
134
  _this.bx = 0;
127
- _this.bk = 0;
128
- _this.bj = 0;
135
+ _this.bh = 0;
136
+ _this.bg = 0;
137
+ _this.av = false;
138
+ _this.ac = null;
129
139
  _this.bi = 0;
130
- _this.al = false;
131
- _this.bv = 0;
132
- _this.bt = 0;
133
- _this.bd = 0;
134
- _this.bc = 0;
135
- _this.as = false;
136
- _this.aa = null;
137
- _this.be = 0;
138
- _this.bf = 0;
140
+ _this.bj = 0;
141
+ _this.fv = null;
142
+ _this.fu = null;
143
+ _this.b0 = 0;
144
+ _this.gr = null;
145
+ _this.gs = null;
139
146
  _this.fr = null;
140
- _this.fq = null;
141
- _this.bw = 0;
142
- _this.gn = null;
143
- _this.go = null;
144
- _this.fn = null;
147
+ _this.fs = null;
145
148
  _this.fo = null;
146
- _this.fk = null;
147
- _this.fl = null;
148
- _this.fm = null;
149
149
  _this.fp = null;
150
- _this.ei = null;
150
+ _this.fq = null;
151
+ _this.ft = null;
151
152
  _this.em = null;
152
- _this.ej = null;
153
- _this.ek = null;
154
- _this.el = null;
155
- _this.eh = null;
153
+ _this.eq = null;
154
+ _this.en = null;
156
155
  _this.eo = null;
157
- _this.es = null;
158
156
  _this.ep = null;
159
- _this.eq = null;
157
+ _this.el = null;
158
+ _this.es = null;
159
+ _this.ew = null;
160
+ _this.et = null;
161
+ _this.eu = null;
162
+ _this.ev = null;
160
163
  _this.er = null;
161
- _this.en = null;
162
- _this.f1 = null;
163
- _this.f4 = null;
164
164
  _this.f5 = null;
165
- _this.f0 = null;
165
+ _this.f8 = null;
166
+ _this.f9 = null;
167
+ _this.f4 = null;
168
+ _this.ga = null;
166
169
  _this.f6 = null;
167
- _this.f2 = null;
168
- _this.f3 = null;
169
- _this.ft = null;
170
- _this.gv = null;
171
- _this.gu = null;
172
- _this.gw = null;
173
170
  _this.f7 = null;
174
- _this.eg = null;
175
- _this.e2 = null;
176
- _this.fv = null;
177
- _this.e0 = null;
178
- _this.fs = null;
179
- _this.fb = null;
180
- _this.et = null;
181
- _this.gh = null;
182
- _this.b4 = 0;
183
- _this.gj = null;
184
- _this.gi = null;
185
- _this.f9 = null;
186
- _this.bz = 0;
171
+ _this.fx = null;
172
+ _this.gz = null;
173
+ _this.gy = null;
174
+ _this.g0 = null;
187
175
  _this.gb = null;
188
- _this.ga = null;
189
- _this.au = false;
190
- _this.gg = null;
176
+ _this.ek = null;
177
+ _this.e6 = null;
178
+ _this.fz = null;
179
+ _this.e4 = null;
180
+ _this.fw = null;
181
+ _this.ff = null;
182
+ _this.ex = null;
183
+ _this.gl = null;
184
+ _this.b8 = 0;
185
+ _this.gn = null;
186
+ _this.gm = null;
187
+ _this.gd = null;
188
+ _this.b3 = 0;
189
+ _this.gf = null;
190
+ _this.ge = null;
191
+ _this.ax = false;
192
+ _this.gk = null;
191
193
  return _this;
192
194
  }
193
195
  SeriesViewerDescription.prototype.get_type = function () {
@@ -202,15 +204,26 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
202
204
  });
203
205
  Object.defineProperty(SeriesViewerDescription.prototype, "series", {
204
206
  get: function () {
205
- return this.q;
207
+ return this.r;
206
208
  },
207
209
  set: function (a) {
208
- this.q = a;
210
+ this.r = a;
209
211
  this.j("Series");
210
212
  },
211
213
  enumerable: false,
212
214
  configurable: true
213
215
  });
216
+ Object.defineProperty(SeriesViewerDescription.prototype, "fullSeries", {
217
+ get: function () {
218
+ return this.m;
219
+ },
220
+ set: function (a) {
221
+ this.m = a;
222
+ this.j("FullSeries");
223
+ },
224
+ enumerable: false,
225
+ configurable: true
226
+ });
214
227
  Object.defineProperty(SeriesViewerDescription.prototype, "brushes", {
215
228
  get: function () {
216
229
  return this.k;
@@ -224,10 +237,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
224
237
  });
225
238
  Object.defineProperty(SeriesViewerDescription.prototype, "outlines", {
226
239
  get: function () {
227
- return this.o;
240
+ return this.p;
228
241
  },
229
242
  set: function (a) {
230
- this.o = a;
243
+ this.p = a;
231
244
  this.j("Outlines");
232
245
  },
233
246
  enumerable: false,
@@ -235,10 +248,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
235
248
  });
236
249
  Object.defineProperty(SeriesViewerDescription.prototype, "markerBrushes", {
237
250
  get: function () {
238
- return this.m;
251
+ return this.n;
239
252
  },
240
253
  set: function (a) {
241
- this.m = a;
254
+ this.n = a;
242
255
  this.j("MarkerBrushes");
243
256
  },
244
257
  enumerable: false,
@@ -246,10 +259,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
246
259
  });
247
260
  Object.defineProperty(SeriesViewerDescription.prototype, "markerOutlines", {
248
261
  get: function () {
249
- return this.n;
262
+ return this.o;
250
263
  },
251
264
  set: function (a) {
252
- this.n = a;
265
+ this.o = a;
253
266
  this.j("MarkerOutlines");
254
267
  },
255
268
  enumerable: false,
@@ -257,10 +270,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
257
270
  });
258
271
  Object.defineProperty(SeriesViewerDescription.prototype, "markerAutomaticBehavior", {
259
272
  get: function () {
260
- return this.fh;
273
+ return this.fl;
261
274
  },
262
275
  set: function (a) {
263
- this.fh = a;
276
+ this.fl = a;
264
277
  this.j("MarkerAutomaticBehavior");
265
278
  },
266
279
  enumerable: false,
@@ -268,10 +281,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
268
281
  });
269
282
  Object.defineProperty(SeriesViewerDescription.prototype, "crosshairPoint", {
270
283
  get: function () {
271
- return this.y;
284
+ return this.aa;
272
285
  },
273
286
  set: function (a) {
274
- this.y = a;
287
+ this.aa = a;
275
288
  this.j("CrosshairPoint");
276
289
  },
277
290
  enumerable: false,
@@ -279,10 +292,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
279
292
  });
280
293
  Object.defineProperty(SeriesViewerDescription.prototype, "legendRef", {
281
294
  get: function () {
282
- return this.fg;
295
+ return this.fk;
283
296
  },
284
297
  set: function (a) {
285
- this.fg = a;
298
+ this.fk = a;
286
299
  this.j("LegendRef");
287
300
  },
288
301
  enumerable: false,
@@ -290,32 +303,43 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
290
303
  });
291
304
  Object.defineProperty(SeriesViewerDescription.prototype, "animateSeriesWhenAxisRangeChanges", {
292
305
  get: function () {
293
- return this.ai;
306
+ return this.ak;
294
307
  },
295
308
  set: function (a) {
296
- this.ai = a;
309
+ this.ak = a;
297
310
  this.j("AnimateSeriesWhenAxisRangeChanges");
298
311
  },
299
312
  enumerable: false,
300
313
  configurable: true
301
314
  });
302
315
  Object.defineProperty(SeriesViewerDescription.prototype, "seriesValueLayerUseLegend", {
316
+ get: function () {
317
+ return this.at;
318
+ },
319
+ set: function (a) {
320
+ this.at = a;
321
+ this.j("SeriesValueLayerUseLegend");
322
+ },
323
+ enumerable: false,
324
+ configurable: true
325
+ });
326
+ Object.defineProperty(SeriesViewerDescription.prototype, "isUserAnnotationsEnabled", {
303
327
  get: function () {
304
328
  return this.aq;
305
329
  },
306
330
  set: function (a) {
307
331
  this.aq = a;
308
- this.j("SeriesValueLayerUseLegend");
332
+ this.j("IsUserAnnotationsEnabled");
309
333
  },
310
334
  enumerable: false,
311
335
  configurable: true
312
336
  });
313
337
  Object.defineProperty(SeriesViewerDescription.prototype, "isWindowSyncedToVisibleRange", {
314
338
  get: function () {
315
- return this.ao;
339
+ return this.ar;
316
340
  },
317
341
  set: function (a) {
318
- this.ao = a;
342
+ this.ar = a;
319
343
  this.j("IsWindowSyncedToVisibleRange");
320
344
  },
321
345
  enumerable: false,
@@ -323,10 +347,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
323
347
  });
324
348
  Object.defineProperty(SeriesViewerDescription.prototype, "shouldSimulateHoverMoveCrosshairPoint", {
325
349
  get: function () {
326
- return this.at;
350
+ return this.aw;
327
351
  },
328
352
  set: function (a) {
329
- this.at = a;
353
+ this.aw = a;
330
354
  this.j("ShouldSimulateHoverMoveCrosshairPoint");
331
355
  },
332
356
  enumerable: false,
@@ -334,10 +358,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
334
358
  });
335
359
  Object.defineProperty(SeriesViewerDescription.prototype, "highlightingMode", {
336
360
  get: function () {
337
- return this.e5;
361
+ return this.e9;
338
362
  },
339
363
  set: function (a) {
340
- this.e5 = a;
364
+ this.e9 = a;
341
365
  this.j("HighlightingMode");
342
366
  },
343
367
  enumerable: false,
@@ -345,10 +369,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
345
369
  });
346
370
  Object.defineProperty(SeriesViewerDescription.prototype, "highlightingFadeOpacity", {
347
371
  get: function () {
348
- return this.bl;
372
+ return this.bp;
349
373
  },
350
374
  set: function (a) {
351
- this.bl = a;
375
+ this.bp = a;
352
376
  this.j("HighlightingFadeOpacity");
353
377
  },
354
378
  enumerable: false,
@@ -356,10 +380,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
356
380
  });
357
381
  Object.defineProperty(SeriesViewerDescription.prototype, "selectionMode", {
358
382
  get: function () {
359
- return this.fy;
383
+ return this.f2;
360
384
  },
361
385
  set: function (a) {
362
- this.fy = a;
386
+ this.f2 = a;
363
387
  this.j("SelectionMode");
364
388
  },
365
389
  enumerable: false,
@@ -367,10 +391,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
367
391
  });
368
392
  Object.defineProperty(SeriesViewerDescription.prototype, "selectionBehavior", {
369
393
  get: function () {
370
- return this.fw;
394
+ return this.f0;
371
395
  },
372
396
  set: function (a) {
373
- this.fw = a;
397
+ this.f0 = a;
374
398
  this.j("SelectionBehavior");
375
399
  },
376
400
  enumerable: false,
@@ -378,10 +402,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
378
402
  });
379
403
  Object.defineProperty(SeriesViewerDescription.prototype, "focusMode", {
380
404
  get: function () {
381
- return this.e1;
405
+ return this.e5;
382
406
  },
383
407
  set: function (a) {
384
- this.e1 = a;
408
+ this.e5 = a;
385
409
  this.j("FocusMode");
386
410
  },
387
411
  enumerable: false,
@@ -389,10 +413,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
389
413
  });
390
414
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarMode", {
391
415
  get: function () {
392
- return this.e8;
416
+ return this.fc;
393
417
  },
394
418
  set: function (a) {
395
- this.e8 = a;
419
+ this.fc = a;
396
420
  this.j("HorizontalViewScrollbarMode");
397
421
  },
398
422
  enumerable: false,
@@ -400,10 +424,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
400
424
  });
401
425
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarMode", {
402
426
  get: function () {
403
- return this.gr;
427
+ return this.gv;
404
428
  },
405
429
  set: function (a) {
406
- this.gr = a;
430
+ this.gv = a;
407
431
  this.j("VerticalViewScrollbarMode");
408
432
  },
409
433
  enumerable: false,
@@ -411,10 +435,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
411
435
  });
412
436
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarPosition", {
413
437
  get: function () {
414
- return this.fa;
438
+ return this.fe;
415
439
  },
416
440
  set: function (a) {
417
- this.fa = a;
441
+ this.fe = a;
418
442
  this.j("HorizontalViewScrollbarPosition");
419
443
  },
420
444
  enumerable: false,
@@ -422,10 +446,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
422
446
  });
423
447
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarPosition", {
424
448
  get: function () {
425
- return this.gt;
449
+ return this.gx;
426
450
  },
427
451
  set: function (a) {
428
- this.gt = a;
452
+ this.gx = a;
429
453
  this.j("VerticalViewScrollbarPosition");
430
454
  },
431
455
  enumerable: false,
@@ -433,10 +457,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
433
457
  });
434
458
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarFill", {
435
459
  get: function () {
436
- return this.e7;
460
+ return this.fb;
437
461
  },
438
462
  set: function (a) {
439
- this.e7 = a;
463
+ this.fb = a;
440
464
  this.j("HorizontalViewScrollbarFill");
441
465
  },
442
466
  enumerable: false,
@@ -444,10 +468,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
444
468
  });
445
469
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarOutline", {
446
470
  get: function () {
447
- return this.e9;
471
+ return this.fd;
448
472
  },
449
473
  set: function (a) {
450
- this.e9 = a;
474
+ this.fd = a;
451
475
  this.j("HorizontalViewScrollbarOutline");
452
476
  },
453
477
  enumerable: false,
@@ -455,10 +479,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
455
479
  });
456
480
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarStrokeThickness", {
457
481
  get: function () {
458
- return this.bq;
482
+ return this.bu;
459
483
  },
460
484
  set: function (a) {
461
- this.bq = a;
485
+ this.bu = a;
462
486
  this.j("HorizontalViewScrollbarStrokeThickness");
463
487
  },
464
488
  enumerable: false,
@@ -466,10 +490,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
466
490
  });
467
491
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarMaxOpacity", {
468
492
  get: function () {
469
- return this.bp;
493
+ return this.bt;
470
494
  },
471
495
  set: function (a) {
472
- this.bp = a;
496
+ this.bt = a;
473
497
  this.j("HorizontalViewScrollbarMaxOpacity");
474
498
  },
475
499
  enumerable: false,
@@ -477,10 +501,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
477
501
  });
478
502
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarCornerRadius", {
479
503
  get: function () {
480
- return this.bm;
504
+ return this.bq;
481
505
  },
482
506
  set: function (a) {
483
- this.bm = a;
507
+ this.bq = a;
484
508
  this.j("HorizontalViewScrollbarCornerRadius");
485
509
  },
486
510
  enumerable: false,
@@ -488,10 +512,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
488
512
  });
489
513
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarHeight", {
490
514
  get: function () {
491
- return this.bn;
515
+ return this.br;
492
516
  },
493
517
  set: function (a) {
494
- this.bn = a;
518
+ this.br = a;
495
519
  this.j("HorizontalViewScrollbarHeight");
496
520
  },
497
521
  enumerable: false,
@@ -499,10 +523,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
499
523
  });
500
524
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarInset", {
501
525
  get: function () {
502
- return this.bo;
526
+ return this.bs;
503
527
  },
504
528
  set: function (a) {
505
- this.bo = a;
529
+ this.bs = a;
506
530
  this.j("HorizontalViewScrollbarInset");
507
531
  },
508
532
  enumerable: false,
@@ -510,10 +534,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
510
534
  });
511
535
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarTrackStartInset", {
512
536
  get: function () {
513
- return this.bs;
537
+ return this.bw;
514
538
  },
515
539
  set: function (a) {
516
- this.bs = a;
540
+ this.bw = a;
517
541
  this.j("HorizontalViewScrollbarTrackStartInset");
518
542
  },
519
543
  enumerable: false,
@@ -521,10 +545,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
521
545
  });
522
546
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarTrackEndInset", {
523
547
  get: function () {
524
- return this.br;
548
+ return this.bv;
525
549
  },
526
550
  set: function (a) {
527
- this.br = a;
551
+ this.bv = a;
528
552
  this.j("HorizontalViewScrollbarTrackEndInset");
529
553
  },
530
554
  enumerable: false,
@@ -532,10 +556,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
532
556
  });
533
557
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarShouldAddAutoTrackInsets", {
534
558
  get: function () {
535
- return this.ak;
559
+ return this.am;
536
560
  },
537
561
  set: function (a) {
538
- this.ak = a;
562
+ this.am = a;
539
563
  this.j("HorizontalViewScrollbarShouldAddAutoTrackInsets");
540
564
  },
541
565
  enumerable: false,
@@ -543,10 +567,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
543
567
  });
544
568
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarFill", {
545
569
  get: function () {
546
- return this.gq;
570
+ return this.gu;
547
571
  },
548
572
  set: function (a) {
549
- this.gq = a;
573
+ this.gu = a;
550
574
  this.j("VerticalViewScrollbarFill");
551
575
  },
552
576
  enumerable: false,
@@ -554,10 +578,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
554
578
  });
555
579
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarOutline", {
556
580
  get: function () {
557
- return this.gs;
581
+ return this.gw;
558
582
  },
559
583
  set: function (a) {
560
- this.gs = a;
584
+ this.gw = a;
561
585
  this.j("VerticalViewScrollbarOutline");
562
586
  },
563
587
  enumerable: false,
@@ -565,10 +589,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
565
589
  });
566
590
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarStrokeThickness", {
567
591
  get: function () {
568
- return this.cc;
592
+ return this.cg;
569
593
  },
570
594
  set: function (a) {
571
- this.cc = a;
595
+ this.cg = a;
572
596
  this.j("VerticalViewScrollbarStrokeThickness");
573
597
  },
574
598
  enumerable: false,
@@ -576,10 +600,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
576
600
  });
577
601
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarMaxOpacity", {
578
602
  get: function () {
579
- return this.cb;
603
+ return this.cf;
580
604
  },
581
605
  set: function (a) {
582
- this.cb = a;
606
+ this.cf = a;
583
607
  this.j("VerticalViewScrollbarMaxOpacity");
584
608
  },
585
609
  enumerable: false,
@@ -587,10 +611,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
587
611
  });
588
612
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarCornerRadius", {
589
613
  get: function () {
590
- return this.b9;
614
+ return this.cd;
591
615
  },
592
616
  set: function (a) {
593
- this.b9 = a;
617
+ this.cd = a;
594
618
  this.j("VerticalViewScrollbarCornerRadius");
595
619
  },
596
620
  enumerable: false,
@@ -598,10 +622,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
598
622
  });
599
623
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarWidth", {
600
624
  get: function () {
601
- return this.cf;
625
+ return this.cj;
602
626
  },
603
627
  set: function (a) {
604
- this.cf = a;
628
+ this.cj = a;
605
629
  this.j("VerticalViewScrollbarWidth");
606
630
  },
607
631
  enumerable: false,
@@ -609,10 +633,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
609
633
  });
610
634
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarInset", {
611
635
  get: function () {
612
- return this.ca;
636
+ return this.ce;
613
637
  },
614
638
  set: function (a) {
615
- this.ca = a;
639
+ this.ce = a;
616
640
  this.j("VerticalViewScrollbarInset");
617
641
  },
618
642
  enumerable: false,
@@ -620,10 +644,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
620
644
  });
621
645
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarTrackStartInset", {
622
646
  get: function () {
623
- return this.ce;
647
+ return this.ci;
624
648
  },
625
649
  set: function (a) {
626
- this.ce = a;
650
+ this.ci = a;
627
651
  this.j("VerticalViewScrollbarTrackStartInset");
628
652
  },
629
653
  enumerable: false,
@@ -631,10 +655,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
631
655
  });
632
656
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarTrackEndInset", {
633
657
  get: function () {
634
- return this.cd;
658
+ return this.ch;
635
659
  },
636
660
  set: function (a) {
637
- this.cd = a;
661
+ this.ch = a;
638
662
  this.j("VerticalViewScrollbarTrackEndInset");
639
663
  },
640
664
  enumerable: false,
@@ -642,10 +666,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
642
666
  });
643
667
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarShouldAddAutoTrackInsets", {
644
668
  get: function () {
645
- return this.aw;
669
+ return this.az;
646
670
  },
647
671
  set: function (a) {
648
- this.aw = a;
672
+ this.az = a;
649
673
  this.j("VerticalViewScrollbarShouldAddAutoTrackInsets");
650
674
  },
651
675
  enumerable: false,
@@ -653,10 +677,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
653
677
  });
654
678
  Object.defineProperty(SeriesViewerDescription.prototype, "highlightingBehavior", {
655
679
  get: function () {
656
- return this.e4;
680
+ return this.e8;
657
681
  },
658
682
  set: function (a) {
659
- this.e4 = a;
683
+ this.e8 = a;
660
684
  this.j("HighlightingBehavior");
661
685
  },
662
686
  enumerable: false,
@@ -664,10 +688,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
664
688
  });
665
689
  Object.defineProperty(SeriesViewerDescription.prototype, "legendHighlightingMode", {
666
690
  get: function () {
667
- return this.fd;
691
+ return this.fh;
668
692
  },
669
693
  set: function (a) {
670
- this.fd = a;
694
+ this.fh = a;
671
695
  this.j("LegendHighlightingMode");
672
696
  },
673
697
  enumerable: false,
@@ -675,10 +699,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
675
699
  });
676
700
  Object.defineProperty(SeriesViewerDescription.prototype, "legendItemBadgeShape", {
677
701
  get: function () {
678
- return this.ff;
702
+ return this.fj;
679
703
  },
680
704
  set: function (a) {
681
- this.ff = a;
705
+ this.fj = a;
682
706
  this.j("LegendItemBadgeShape");
683
707
  },
684
708
  enumerable: false,
@@ -686,10 +710,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
686
710
  });
687
711
  Object.defineProperty(SeriesViewerDescription.prototype, "legendItemBadgeMode", {
688
712
  get: function () {
689
- return this.fe;
713
+ return this.fi;
690
714
  },
691
715
  set: function (a) {
692
- this.fe = a;
716
+ this.fi = a;
693
717
  this.j("LegendItemBadgeMode");
694
718
  },
695
719
  enumerable: false,
@@ -697,10 +721,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
697
721
  });
698
722
  Object.defineProperty(SeriesViewerDescription.prototype, "fireMouseLeaveOnManipulationStart", {
699
723
  get: function () {
700
- return this.aj;
724
+ return this.al;
701
725
  },
702
726
  set: function (a) {
703
- this.aj = a;
727
+ this.al = a;
704
728
  this.j("FireMouseLeaveOnManipulationStart");
705
729
  },
706
730
  enumerable: false,
@@ -708,10 +732,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
708
732
  });
709
733
  Object.defineProperty(SeriesViewerDescription.prototype, "effectiveViewport", {
710
734
  get: function () {
711
- return this.ab;
735
+ return this.ad;
712
736
  },
713
737
  set: function (a) {
714
- this.ab = a;
738
+ this.ad = a;
715
739
  this.j("EffectiveViewport");
716
740
  },
717
741
  enumerable: false,
@@ -719,10 +743,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
719
743
  });
720
744
  Object.defineProperty(SeriesViewerDescription.prototype, "windowRect", {
721
745
  get: function () {
722
- return this.ad;
746
+ return this.af;
723
747
  },
724
748
  set: function (a) {
725
- this.ad = a;
749
+ this.af = a;
726
750
  this.j("WindowRect");
727
751
  },
728
752
  enumerable: false,
@@ -730,10 +754,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
730
754
  });
731
755
  Object.defineProperty(SeriesViewerDescription.prototype, "useTiledZooming", {
732
756
  get: function () {
733
- return this.av;
757
+ return this.ay;
734
758
  },
735
759
  set: function (a) {
736
- this.av = a;
760
+ this.ay = a;
737
761
  this.j("UseTiledZooming");
738
762
  },
739
763
  enumerable: false,
@@ -741,10 +765,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
741
765
  });
742
766
  Object.defineProperty(SeriesViewerDescription.prototype, "preferHigherResolutionTiles", {
743
767
  get: function () {
744
- return this.ap;
768
+ return this.as;
745
769
  },
746
770
  set: function (a) {
747
- this.ap = a;
771
+ this.as = a;
748
772
  this.j("PreferHigherResolutionTiles");
749
773
  },
750
774
  enumerable: false,
@@ -752,10 +776,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
752
776
  });
753
777
  Object.defineProperty(SeriesViewerDescription.prototype, "zoomTileCacheSize", {
754
778
  get: function () {
755
- return this.d5;
779
+ return this.d9;
756
780
  },
757
781
  set: function (a) {
758
- this.d5 = a;
782
+ this.d9 = a;
759
783
  this.j("ZoomTileCacheSize");
760
784
  },
761
785
  enumerable: false,
@@ -763,10 +787,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
763
787
  });
764
788
  Object.defineProperty(SeriesViewerDescription.prototype, "highlightingTransitionDuration", {
765
789
  get: function () {
766
- return this.d0;
790
+ return this.d4;
767
791
  },
768
792
  set: function (a) {
769
- this.d0 = a;
793
+ this.d4 = a;
770
794
  this.j("HighlightingTransitionDuration");
771
795
  },
772
796
  enumerable: false,
@@ -774,10 +798,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
774
798
  });
775
799
  Object.defineProperty(SeriesViewerDescription.prototype, "resizeIdleMilliseconds", {
776
800
  get: function () {
777
- return this.d1;
801
+ return this.d5;
778
802
  },
779
803
  set: function (a) {
780
- this.d1 = a;
804
+ this.d5 = a;
781
805
  this.j("ResizeIdleMilliseconds");
782
806
  },
783
807
  enumerable: false,
@@ -785,10 +809,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
785
809
  });
786
810
  Object.defineProperty(SeriesViewerDescription.prototype, "selectionTransitionDuration", {
787
811
  get: function () {
788
- return this.d4;
812
+ return this.d8;
789
813
  },
790
814
  set: function (a) {
791
- this.d4 = a;
815
+ this.d8 = a;
792
816
  this.j("SelectionTransitionDuration");
793
817
  },
794
818
  enumerable: false,
@@ -796,10 +820,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
796
820
  });
797
821
  Object.defineProperty(SeriesViewerDescription.prototype, "selectionDismissDelayMilliseconds", {
798
822
  get: function () {
799
- return this.d3;
823
+ return this.d7;
800
824
  },
801
825
  set: function (a) {
802
- this.d3 = a;
826
+ this.d7 = a;
803
827
  this.j("SelectionDismissDelayMilliseconds");
804
828
  },
805
829
  enumerable: false,
@@ -807,10 +831,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
807
831
  });
808
832
  Object.defineProperty(SeriesViewerDescription.prototype, "highlightingDismissDelayMilliseconds", {
809
833
  get: function () {
810
- return this.dz;
834
+ return this.d3;
811
835
  },
812
836
  set: function (a) {
813
- this.dz = a;
837
+ this.d3 = a;
814
838
  this.j("HighlightingDismissDelayMilliseconds");
815
839
  },
816
840
  enumerable: false,
@@ -818,10 +842,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
818
842
  });
819
843
  Object.defineProperty(SeriesViewerDescription.prototype, "focusDismissDelayMilliseconds", {
820
844
  get: function () {
821
- return this.dx;
845
+ return this.d1;
822
846
  },
823
847
  set: function (a) {
824
- this.dx = a;
848
+ this.d1 = a;
825
849
  this.j("FocusDismissDelayMilliseconds");
826
850
  },
827
851
  enumerable: false,
@@ -829,10 +853,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
829
853
  });
830
854
  Object.defineProperty(SeriesViewerDescription.prototype, "focusTransitionDuration", {
831
855
  get: function () {
832
- return this.dy;
856
+ return this.d2;
833
857
  },
834
858
  set: function (a) {
835
- this.dy = a;
859
+ this.d2 = a;
836
860
  this.j("FocusTransitionDuration");
837
861
  },
838
862
  enumerable: false,
@@ -840,10 +864,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
840
864
  });
841
865
  Object.defineProperty(SeriesViewerDescription.prototype, "scrollbarsAnimationDuration", {
842
866
  get: function () {
843
- return this.d2;
867
+ return this.d6;
844
868
  },
845
869
  set: function (a) {
846
- this.d2 = a;
870
+ this.d6 = a;
847
871
  this.j("ScrollbarsAnimationDuration");
848
872
  },
849
873
  enumerable: false,
@@ -851,10 +875,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
851
875
  });
852
876
  Object.defineProperty(SeriesViewerDescription.prototype, "isPagePanningAllowed", {
853
877
  get: function () {
854
- return this.am;
878
+ return this.ao;
855
879
  },
856
880
  set: function (a) {
857
- this.am = a;
881
+ this.ao = a;
858
882
  this.j("IsPagePanningAllowed");
859
883
  },
860
884
  enumerable: false,
@@ -862,10 +886,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
862
886
  });
863
887
  Object.defineProperty(SeriesViewerDescription.prototype, "contentHitTestMode", {
864
888
  get: function () {
865
- return this.ev;
889
+ return this.ez;
866
890
  },
867
891
  set: function (a) {
868
- this.ev = a;
892
+ this.ez = a;
869
893
  this.j("ContentHitTestMode");
870
894
  },
871
895
  enumerable: false,
@@ -873,10 +897,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
873
897
  });
874
898
  Object.defineProperty(SeriesViewerDescription.prototype, "actualContentHitTestMode", {
875
899
  get: function () {
876
- return this.ef;
900
+ return this.ej;
877
901
  },
878
902
  set: function (a) {
879
- this.ef = a;
903
+ this.ej = a;
880
904
  this.j("ActualContentHitTestMode");
881
905
  },
882
906
  enumerable: false,
@@ -884,10 +908,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
884
908
  });
885
909
  Object.defineProperty(SeriesViewerDescription.prototype, "isSurfaceInteractionDisabled", {
886
910
  get: function () {
887
- return this.an;
911
+ return this.ap;
888
912
  },
889
913
  set: function (a) {
890
- this.an = a;
914
+ this.ap = a;
891
915
  this.j("IsSurfaceInteractionDisabled");
892
916
  },
893
917
  enumerable: false,
@@ -895,10 +919,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
895
919
  });
896
920
  Object.defineProperty(SeriesViewerDescription.prototype, "windowResponse", {
897
921
  get: function () {
898
- return this.gx;
922
+ return this.g1;
899
923
  },
900
924
  set: function (a) {
901
- this.gx = a;
925
+ this.g1 = a;
902
926
  this.j("WindowResponse");
903
927
  },
904
928
  enumerable: false,
@@ -906,10 +930,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
906
930
  });
907
931
  Object.defineProperty(SeriesViewerDescription.prototype, "windowRectMinWidth", {
908
932
  get: function () {
909
- return this.cj;
933
+ return this.cn;
910
934
  },
911
935
  set: function (a) {
912
- this.cj = a;
936
+ this.cn = a;
913
937
  this.j("WindowRectMinWidth");
914
938
  },
915
939
  enumerable: false,
@@ -917,10 +941,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
917
941
  });
918
942
  Object.defineProperty(SeriesViewerDescription.prototype, "windowRectMinHeight", {
919
943
  get: function () {
920
- return this.ci;
944
+ return this.cm;
921
945
  },
922
946
  set: function (a) {
923
- this.ci = a;
947
+ this.cm = a;
924
948
  this.j("WindowRectMinHeight");
925
949
  },
926
950
  enumerable: false,
@@ -928,10 +952,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
928
952
  });
929
953
  Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRectMinWidth", {
930
954
  get: function () {
931
- return this.bh;
955
+ return this.bl;
932
956
  },
933
957
  set: function (a) {
934
- this.bh = a;
958
+ this.bl = a;
935
959
  this.j("ActualWindowRectMinWidth");
936
960
  },
937
961
  enumerable: false,
@@ -939,10 +963,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
939
963
  });
940
964
  Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRectMinHeight", {
941
965
  get: function () {
942
- return this.bg;
966
+ return this.bk;
943
967
  },
944
968
  set: function (a) {
945
- this.bg = a;
969
+ this.bk = a;
946
970
  this.j("ActualWindowRectMinHeight");
947
971
  },
948
972
  enumerable: false,
@@ -950,10 +974,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
950
974
  });
951
975
  Object.defineProperty(SeriesViewerDescription.prototype, "windowSizeMinWidth", {
952
976
  get: function () {
953
- return this.cl;
977
+ return this.cp;
954
978
  },
955
979
  set: function (a) {
956
- this.cl = a;
980
+ this.cp = a;
957
981
  this.j("WindowSizeMinWidth");
958
982
  },
959
983
  enumerable: false,
@@ -961,10 +985,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
961
985
  });
962
986
  Object.defineProperty(SeriesViewerDescription.prototype, "windowSizeMinHeight", {
963
987
  get: function () {
964
- return this.ck;
988
+ return this.co;
965
989
  },
966
990
  set: function (a) {
967
- this.ck = a;
991
+ this.co = a;
968
992
  this.j("WindowSizeMinHeight");
969
993
  },
970
994
  enumerable: false,
@@ -972,10 +996,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
972
996
  });
973
997
  Object.defineProperty(SeriesViewerDescription.prototype, "syncChannel", {
974
998
  get: function () {
975
- return this.gf;
999
+ return this.gj;
976
1000
  },
977
1001
  set: function (a) {
978
- this.gf = a;
1002
+ this.gj = a;
979
1003
  this.j("SyncChannel");
980
1004
  },
981
1005
  enumerable: false,
@@ -983,10 +1007,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
983
1007
  });
984
1008
  Object.defineProperty(SeriesViewerDescription.prototype, "crosshairVisibility", {
985
1009
  get: function () {
986
- return this.ew;
1010
+ return this.e0;
987
1011
  },
988
1012
  set: function (a) {
989
- this.ew = a;
1013
+ this.e0 = a;
990
1014
  this.j("CrosshairVisibility");
991
1015
  },
992
1016
  enumerable: false,
@@ -994,10 +1018,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
994
1018
  });
995
1019
  Object.defineProperty(SeriesViewerDescription.prototype, "horizontalCrosshairBrush", {
996
1020
  get: function () {
997
- return this.e6;
1021
+ return this.fa;
998
1022
  },
999
1023
  set: function (a) {
1000
- this.e6 = a;
1024
+ this.fa = a;
1001
1025
  this.j("HorizontalCrosshairBrush");
1002
1026
  },
1003
1027
  enumerable: false,
@@ -1005,10 +1029,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1005
1029
  });
1006
1030
  Object.defineProperty(SeriesViewerDescription.prototype, "verticalCrosshairBrush", {
1007
1031
  get: function () {
1008
- return this.gp;
1032
+ return this.gt;
1009
1033
  },
1010
1034
  set: function (a) {
1011
- this.gp = a;
1035
+ this.gt = a;
1012
1036
  this.j("VerticalCrosshairBrush");
1013
1037
  },
1014
1038
  enumerable: false,
@@ -1016,10 +1040,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1016
1040
  });
1017
1041
  Object.defineProperty(SeriesViewerDescription.prototype, "zoomCoercionMode", {
1018
1042
  get: function () {
1019
- return this.gy;
1043
+ return this.g2;
1020
1044
  },
1021
1045
  set: function (a) {
1022
- this.gy = a;
1046
+ this.g2 = a;
1023
1047
  this.j("ZoomCoercionMode");
1024
1048
  },
1025
1049
  enumerable: false,
@@ -1027,10 +1051,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1027
1051
  });
1028
1052
  Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaBackground", {
1029
1053
  get: function () {
1030
- return this.fj;
1054
+ return this.fn;
1031
1055
  },
1032
1056
  set: function (a) {
1033
- this.fj = a;
1057
+ this.fn = a;
1034
1058
  this.j("PlotAreaBackground");
1035
1059
  },
1036
1060
  enumerable: false,
@@ -1038,10 +1062,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1038
1062
  });
1039
1063
  Object.defineProperty(SeriesViewerDescription.prototype, "shouldMatchZOrderToSeriesOrder", {
1040
1064
  get: function () {
1041
- return this.ar;
1065
+ return this.au;
1042
1066
  },
1043
1067
  set: function (a) {
1044
- this.ar = a;
1068
+ this.au = a;
1045
1069
  this.j("ShouldMatchZOrderToSeriesOrder");
1046
1070
  },
1047
1071
  enumerable: false,
@@ -1049,10 +1073,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1049
1073
  });
1050
1074
  Object.defineProperty(SeriesViewerDescription.prototype, "defaultInteraction", {
1051
1075
  get: function () {
1052
- return this.ex;
1076
+ return this.e1;
1053
1077
  },
1054
1078
  set: function (a) {
1055
- this.ex = a;
1079
+ this.e1 = a;
1056
1080
  this.j("DefaultInteraction");
1057
1081
  },
1058
1082
  enumerable: false,
@@ -1060,10 +1084,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1060
1084
  });
1061
1085
  Object.defineProperty(SeriesViewerDescription.prototype, "interactionOverride", {
1062
1086
  get: function () {
1063
- return this.fc;
1087
+ return this.fg;
1064
1088
  },
1065
1089
  set: function (a) {
1066
- this.fc = a;
1090
+ this.fg = a;
1067
1091
  this.j("InteractionOverride");
1068
1092
  },
1069
1093
  enumerable: false,
@@ -1071,10 +1095,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1071
1095
  });
1072
1096
  Object.defineProperty(SeriesViewerDescription.prototype, "rightButtonDefaultInteraction", {
1073
1097
  get: function () {
1074
- return this.fu;
1098
+ return this.fy;
1075
1099
  },
1076
1100
  set: function (a) {
1077
- this.fu = a;
1101
+ this.fy = a;
1078
1102
  this.j("RightButtonDefaultInteraction");
1079
1103
  },
1080
1104
  enumerable: false,
@@ -1082,10 +1106,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1082
1106
  });
1083
1107
  Object.defineProperty(SeriesViewerDescription.prototype, "dragModifier", {
1084
1108
  get: function () {
1085
- return this.ey;
1109
+ return this.e2;
1086
1110
  },
1087
1111
  set: function (a) {
1088
- this.ey = a;
1112
+ this.e2 = a;
1089
1113
  this.j("DragModifier");
1090
1114
  },
1091
1115
  enumerable: false,
@@ -1093,10 +1117,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1093
1117
  });
1094
1118
  Object.defineProperty(SeriesViewerDescription.prototype, "panModifier", {
1095
1119
  get: function () {
1096
- return this.fi;
1120
+ return this.fm;
1097
1121
  },
1098
1122
  set: function (a) {
1099
- this.fi = a;
1123
+ this.fm = a;
1100
1124
  this.j("PanModifier");
1101
1125
  },
1102
1126
  enumerable: false,
@@ -1104,10 +1128,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1104
1128
  });
1105
1129
  Object.defineProperty(SeriesViewerDescription.prototype, "selectionModifier", {
1106
1130
  get: function () {
1107
- return this.fz;
1131
+ return this.f3;
1108
1132
  },
1109
1133
  set: function (a) {
1110
- this.fz = a;
1134
+ this.f3 = a;
1111
1135
  this.j("SelectionModifier");
1112
1136
  },
1113
1137
  enumerable: false,
@@ -1115,10 +1139,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1115
1139
  });
1116
1140
  Object.defineProperty(SeriesViewerDescription.prototype, "previewRect", {
1117
1141
  get: function () {
1118
- return this.ac;
1142
+ return this.ae;
1119
1143
  },
1120
1144
  set: function (a) {
1121
- this.ac = a;
1145
+ this.ae = a;
1122
1146
  this.j("PreviewRect");
1123
1147
  },
1124
1148
  enumerable: false,
@@ -1126,10 +1150,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1126
1150
  });
1127
1151
  Object.defineProperty(SeriesViewerDescription.prototype, "highlightedValuesDisplayMode", {
1128
1152
  get: function () {
1129
- return this.e3;
1153
+ return this.e7;
1130
1154
  },
1131
1155
  set: function (a) {
1132
- this.e3 = a;
1156
+ this.e7 = a;
1133
1157
  this.j("HighlightedValuesDisplayMode");
1134
1158
  },
1135
1159
  enumerable: false,
@@ -1137,10 +1161,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1137
1161
  });
1138
1162
  Object.defineProperty(SeriesViewerDescription.prototype, "selectedSeriesItems", {
1139
1163
  get: function () {
1140
- return this.p;
1164
+ return this.q;
1141
1165
  },
1142
1166
  set: function (a) {
1143
- this.p = a;
1167
+ this.q = a;
1144
1168
  this.j("SelectedSeriesItems");
1145
1169
  },
1146
1170
  enumerable: false,
@@ -1159,10 +1183,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1159
1183
  });
1160
1184
  Object.defineProperty(SeriesViewerDescription.prototype, "windowPositionHorizontal", {
1161
1185
  get: function () {
1162
- return this.cg;
1186
+ return this.ck;
1163
1187
  },
1164
1188
  set: function (a) {
1165
- this.cg = a;
1189
+ this.ck = a;
1166
1190
  this.j("WindowPositionHorizontal");
1167
1191
  },
1168
1192
  enumerable: false,
@@ -1170,10 +1194,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1170
1194
  });
1171
1195
  Object.defineProperty(SeriesViewerDescription.prototype, "windowPositionVertical", {
1172
1196
  get: function () {
1173
- return this.ch;
1197
+ return this.cl;
1174
1198
  },
1175
1199
  set: function (a) {
1176
- this.ch = a;
1200
+ this.cl = a;
1177
1201
  this.j("WindowPositionVertical");
1178
1202
  },
1179
1203
  enumerable: false,
@@ -1181,10 +1205,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1181
1205
  });
1182
1206
  Object.defineProperty(SeriesViewerDescription.prototype, "selectionBrush", {
1183
1207
  get: function () {
1184
- return this.fx;
1208
+ return this.f1;
1185
1209
  },
1186
1210
  set: function (a) {
1187
- this.fx = a;
1211
+ this.f1 = a;
1188
1212
  this.j("SelectionBrush");
1189
1213
  },
1190
1214
  enumerable: false,
@@ -1192,10 +1216,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1192
1216
  });
1193
1217
  Object.defineProperty(SeriesViewerDescription.prototype, "focusBrush", {
1194
1218
  get: function () {
1195
- return this.ez;
1219
+ return this.e3;
1196
1220
  },
1197
1221
  set: function (a) {
1198
- this.ez = a;
1222
+ this.e3 = a;
1199
1223
  this.j("FocusBrush");
1200
1224
  },
1201
1225
  enumerable: false,
@@ -1203,10 +1227,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1203
1227
  });
1204
1228
  Object.defineProperty(SeriesViewerDescription.prototype, "chartTitle", {
1205
1229
  get: function () {
1206
- return this.eu;
1230
+ return this.ey;
1207
1231
  },
1208
1232
  set: function (a) {
1209
- this.eu = a;
1233
+ this.ey = a;
1210
1234
  this.j("ChartTitle");
1211
1235
  },
1212
1236
  enumerable: false,
@@ -1214,10 +1238,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1214
1238
  });
1215
1239
  Object.defineProperty(SeriesViewerDescription.prototype, "titleHorizontalAlignment", {
1216
1240
  get: function () {
1217
- return this.gk;
1241
+ return this.go;
1218
1242
  },
1219
1243
  set: function (a) {
1220
- this.gk = a;
1244
+ this.go = a;
1221
1245
  this.j("TitleHorizontalAlignment");
1222
1246
  },
1223
1247
  enumerable: false,
@@ -1225,10 +1249,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1225
1249
  });
1226
1250
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleHorizontalAlignment", {
1227
1251
  get: function () {
1228
- return this.gc;
1252
+ return this.gg;
1229
1253
  },
1230
1254
  set: function (a) {
1231
- this.gc = a;
1255
+ this.gg = a;
1232
1256
  this.j("SubtitleHorizontalAlignment");
1233
1257
  },
1234
1258
  enumerable: false,
@@ -1236,10 +1260,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1236
1260
  });
1237
1261
  Object.defineProperty(SeriesViewerDescription.prototype, "titleTextStyle", {
1238
1262
  get: function () {
1239
- return this.gm;
1263
+ return this.gq;
1240
1264
  },
1241
1265
  set: function (a) {
1242
- this.gm = a;
1266
+ this.gq = a;
1243
1267
  this.j("TitleTextStyle");
1244
1268
  },
1245
1269
  enumerable: false,
@@ -1247,10 +1271,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1247
1271
  });
1248
1272
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTextStyle", {
1249
1273
  get: function () {
1250
- return this.ge;
1274
+ return this.gi;
1251
1275
  },
1252
1276
  set: function (a) {
1253
- this.ge = a;
1277
+ this.gi = a;
1254
1278
  this.j("SubtitleTextStyle");
1255
1279
  },
1256
1280
  enumerable: false,
@@ -1258,10 +1282,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1258
1282
  });
1259
1283
  Object.defineProperty(SeriesViewerDescription.prototype, "titleTextColor", {
1260
1284
  get: function () {
1261
- return this.gl;
1285
+ return this.gp;
1262
1286
  },
1263
1287
  set: function (a) {
1264
- this.gl = a;
1288
+ this.gp = a;
1265
1289
  this.j("TitleTextColor");
1266
1290
  },
1267
1291
  enumerable: false,
@@ -1269,10 +1293,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1269
1293
  });
1270
1294
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTextColor", {
1271
1295
  get: function () {
1272
- return this.gd;
1296
+ return this.gh;
1273
1297
  },
1274
1298
  set: function (a) {
1275
- this.gd = a;
1299
+ this.gh = a;
1276
1300
  this.j("SubtitleTextColor");
1277
1301
  },
1278
1302
  enumerable: false,
@@ -1280,10 +1304,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1280
1304
  });
1281
1305
  Object.defineProperty(SeriesViewerDescription.prototype, "titleTopMargin", {
1282
1306
  get: function () {
1283
- return this.b7;
1307
+ return this.cb;
1284
1308
  },
1285
1309
  set: function (a) {
1286
- this.b7 = a;
1310
+ this.cb = a;
1287
1311
  this.j("TitleTopMargin");
1288
1312
  },
1289
1313
  enumerable: false,
@@ -1291,10 +1315,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1291
1315
  });
1292
1316
  Object.defineProperty(SeriesViewerDescription.prototype, "titleLeftMargin", {
1293
1317
  get: function () {
1294
- return this.b5;
1318
+ return this.b9;
1295
1319
  },
1296
1320
  set: function (a) {
1297
- this.b5 = a;
1321
+ this.b9 = a;
1298
1322
  this.j("TitleLeftMargin");
1299
1323
  },
1300
1324
  enumerable: false,
@@ -1302,10 +1326,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1302
1326
  });
1303
1327
  Object.defineProperty(SeriesViewerDescription.prototype, "titleRightMargin", {
1304
1328
  get: function () {
1305
- return this.b6;
1329
+ return this.ca;
1306
1330
  },
1307
1331
  set: function (a) {
1308
- this.b6 = a;
1332
+ this.ca = a;
1309
1333
  this.j("TitleRightMargin");
1310
1334
  },
1311
1335
  enumerable: false,
@@ -1313,10 +1337,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1313
1337
  });
1314
1338
  Object.defineProperty(SeriesViewerDescription.prototype, "titleBottomMargin", {
1315
1339
  get: function () {
1316
- return this.b3;
1340
+ return this.b7;
1317
1341
  },
1318
1342
  set: function (a) {
1319
- this.b3 = a;
1343
+ this.b7 = a;
1320
1344
  this.j("TitleBottomMargin");
1321
1345
  },
1322
1346
  enumerable: false,
@@ -1324,10 +1348,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1324
1348
  });
1325
1349
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTopMargin", {
1326
1350
  get: function () {
1327
- return this.b2;
1351
+ return this.b6;
1328
1352
  },
1329
1353
  set: function (a) {
1330
- this.b2 = a;
1354
+ this.b6 = a;
1331
1355
  this.j("SubtitleTopMargin");
1332
1356
  },
1333
1357
  enumerable: false,
@@ -1335,10 +1359,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1335
1359
  });
1336
1360
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleLeftMargin", {
1337
1361
  get: function () {
1338
- return this.b0;
1362
+ return this.b4;
1339
1363
  },
1340
1364
  set: function (a) {
1341
- this.b0 = a;
1365
+ this.b4 = a;
1342
1366
  this.j("SubtitleLeftMargin");
1343
1367
  },
1344
1368
  enumerable: false,
@@ -1346,10 +1370,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1346
1370
  });
1347
1371
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleRightMargin", {
1348
1372
  get: function () {
1349
- return this.b1;
1373
+ return this.b5;
1350
1374
  },
1351
1375
  set: function (a) {
1352
- this.b1 = a;
1376
+ this.b5 = a;
1353
1377
  this.j("SubtitleRightMargin");
1354
1378
  },
1355
1379
  enumerable: false,
@@ -1357,10 +1381,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1357
1381
  });
1358
1382
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleBottomMargin", {
1359
1383
  get: function () {
1360
- return this.by;
1384
+ return this.b2;
1361
1385
  },
1362
1386
  set: function (a) {
1363
- this.by = a;
1387
+ this.b2 = a;
1364
1388
  this.j("SubtitleBottomMargin");
1365
1389
  },
1366
1390
  enumerable: false,
@@ -1368,10 +1392,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1368
1392
  });
1369
1393
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitle", {
1370
1394
  get: function () {
1371
- return this.f8;
1395
+ return this.gc;
1372
1396
  },
1373
1397
  set: function (a) {
1374
- this.f8 = a;
1398
+ this.gc = a;
1375
1399
  this.j("Subtitle");
1376
1400
  },
1377
1401
  enumerable: false,
@@ -1379,10 +1403,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1379
1403
  });
1380
1404
  Object.defineProperty(SeriesViewerDescription.prototype, "topMargin", {
1381
1405
  get: function () {
1382
- return this.b8;
1406
+ return this.cc;
1383
1407
  },
1384
1408
  set: function (a) {
1385
- this.b8 = a;
1409
+ this.cc = a;
1386
1410
  this.j("TopMargin");
1387
1411
  },
1388
1412
  enumerable: false,
@@ -1390,10 +1414,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1390
1414
  });
1391
1415
  Object.defineProperty(SeriesViewerDescription.prototype, "leftMargin", {
1392
1416
  get: function () {
1393
- return this.bu;
1417
+ return this.by;
1394
1418
  },
1395
1419
  set: function (a) {
1396
- this.bu = a;
1420
+ this.by = a;
1397
1421
  this.j("LeftMargin");
1398
1422
  },
1399
1423
  enumerable: false,
@@ -1401,10 +1425,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1401
1425
  });
1402
1426
  Object.defineProperty(SeriesViewerDescription.prototype, "rightMargin", {
1403
1427
  get: function () {
1404
- return this.bx;
1428
+ return this.b1;
1405
1429
  },
1406
1430
  set: function (a) {
1407
- this.bx = a;
1431
+ this.b1 = a;
1408
1432
  this.j("RightMargin");
1409
1433
  },
1410
1434
  enumerable: false,
@@ -1412,10 +1436,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1412
1436
  });
1413
1437
  Object.defineProperty(SeriesViewerDescription.prototype, "bottomMargin", {
1414
1438
  get: function () {
1415
- return this.bk;
1439
+ return this.bo;
1416
1440
  },
1417
1441
  set: function (a) {
1418
- this.bk = a;
1442
+ this.bo = a;
1419
1443
  this.j("BottomMargin");
1420
1444
  },
1421
1445
  enumerable: false,
@@ -1423,10 +1447,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1423
1447
  });
1424
1448
  Object.defineProperty(SeriesViewerDescription.prototype, "autoMarginWidth", {
1425
1449
  get: function () {
1426
- return this.bj;
1450
+ return this.bn;
1427
1451
  },
1428
1452
  set: function (a) {
1429
- this.bj = a;
1453
+ this.bn = a;
1430
1454
  this.j("AutoMarginWidth");
1431
1455
  },
1432
1456
  enumerable: false,
@@ -1434,10 +1458,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1434
1458
  });
1435
1459
  Object.defineProperty(SeriesViewerDescription.prototype, "autoMarginHeight", {
1436
1460
  get: function () {
1437
- return this.bi;
1461
+ return this.bm;
1438
1462
  },
1439
1463
  set: function (a) {
1440
- this.bi = a;
1464
+ this.bm = a;
1441
1465
  this.j("AutoMarginHeight");
1442
1466
  },
1443
1467
  enumerable: false,
@@ -1445,10 +1469,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1445
1469
  });
1446
1470
  Object.defineProperty(SeriesViewerDescription.prototype, "isAntiAliasingEnabledDuringInteraction", {
1447
1471
  get: function () {
1448
- return this.al;
1472
+ return this.an;
1449
1473
  },
1450
1474
  set: function (a) {
1451
- this.al = a;
1475
+ this.an = a;
1452
1476
  this.j("IsAntiAliasingEnabledDuringInteraction");
1453
1477
  },
1454
1478
  enumerable: false,
@@ -1456,10 +1480,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1456
1480
  });
1457
1481
  Object.defineProperty(SeriesViewerDescription.prototype, "pixelScalingRatio", {
1458
1482
  get: function () {
1459
- return this.bv;
1483
+ return this.bz;
1460
1484
  },
1461
1485
  set: function (a) {
1462
- this.bv = a;
1486
+ this.bz = a;
1463
1487
  this.j("PixelScalingRatio");
1464
1488
  },
1465
1489
  enumerable: false,
@@ -1467,10 +1491,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1467
1491
  });
1468
1492
  Object.defineProperty(SeriesViewerDescription.prototype, "interactionPixelScalingRatio", {
1469
1493
  get: function () {
1470
- return this.bt;
1494
+ return this.bx;
1471
1495
  },
1472
1496
  set: function (a) {
1473
- this.bt = a;
1497
+ this.bx = a;
1474
1498
  this.j("InteractionPixelScalingRatio");
1475
1499
  },
1476
1500
  enumerable: false,
@@ -1478,10 +1502,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1478
1502
  });
1479
1503
  Object.defineProperty(SeriesViewerDescription.prototype, "actualPixelScalingRatio", {
1480
1504
  get: function () {
1481
- return this.bd;
1505
+ return this.bh;
1482
1506
  },
1483
1507
  set: function (a) {
1484
- this.bd = a;
1508
+ this.bh = a;
1485
1509
  this.j("ActualPixelScalingRatio");
1486
1510
  },
1487
1511
  enumerable: false,
@@ -1489,10 +1513,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1489
1513
  });
1490
1514
  Object.defineProperty(SeriesViewerDescription.prototype, "actualInteractionPixelScalingRatio", {
1491
1515
  get: function () {
1492
- return this.bc;
1516
+ return this.bg;
1493
1517
  },
1494
1518
  set: function (a) {
1495
- this.bc = a;
1519
+ this.bg = a;
1496
1520
  this.j("ActualInteractionPixelScalingRatio");
1497
1521
  },
1498
1522
  enumerable: false,
@@ -1500,10 +1524,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1500
1524
  });
1501
1525
  Object.defineProperty(SeriesViewerDescription.prototype, "shouldPanOnMaximumZoom", {
1502
1526
  get: function () {
1503
- return this.as;
1527
+ return this.av;
1504
1528
  },
1505
1529
  set: function (a) {
1506
- this.as = a;
1530
+ this.av = a;
1507
1531
  this.j("ShouldPanOnMaximumZoom");
1508
1532
  },
1509
1533
  enumerable: false,
@@ -1511,10 +1535,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1511
1535
  });
1512
1536
  Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRect", {
1513
1537
  get: function () {
1514
- return this.aa;
1538
+ return this.ac;
1515
1539
  },
1516
1540
  set: function (a) {
1517
- this.aa = a;
1541
+ this.ac = a;
1518
1542
  this.j("ActualWindowRect");
1519
1543
  },
1520
1544
  enumerable: false,
@@ -1522,10 +1546,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1522
1546
  });
1523
1547
  Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowPositionHorizontal", {
1524
1548
  get: function () {
1525
- return this.be;
1549
+ return this.bi;
1526
1550
  },
1527
1551
  set: function (a) {
1528
- this.be = a;
1552
+ this.bi = a;
1529
1553
  this.j("ActualWindowPositionHorizontal");
1530
1554
  },
1531
1555
  enumerable: false,
@@ -1533,10 +1557,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1533
1557
  });
1534
1558
  Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowPositionVertical", {
1535
1559
  get: function () {
1536
- return this.bf;
1560
+ return this.bj;
1537
1561
  },
1538
1562
  set: function (a) {
1539
- this.bf = a;
1563
+ this.bj = a;
1540
1564
  this.j("ActualWindowPositionVertical");
1541
1565
  },
1542
1566
  enumerable: false,
@@ -1544,10 +1568,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1544
1568
  });
1545
1569
  Object.defineProperty(SeriesViewerDescription.prototype, "previewPathStroke", {
1546
1570
  get: function () {
1547
- return this.fr;
1571
+ return this.fv;
1548
1572
  },
1549
1573
  set: function (a) {
1550
- this.fr = a;
1574
+ this.fv = a;
1551
1575
  this.j("PreviewPathStroke");
1552
1576
  },
1553
1577
  enumerable: false,
@@ -1555,10 +1579,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1555
1579
  });
1556
1580
  Object.defineProperty(SeriesViewerDescription.prototype, "previewPathFill", {
1557
1581
  get: function () {
1558
- return this.fq;
1582
+ return this.fu;
1559
1583
  },
1560
1584
  set: function (a) {
1561
- this.fq = a;
1585
+ this.fu = a;
1562
1586
  this.j("PreviewPathFill");
1563
1587
  },
1564
1588
  enumerable: false,
@@ -1566,10 +1590,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1566
1590
  });
1567
1591
  Object.defineProperty(SeriesViewerDescription.prototype, "previewPathOpacity", {
1568
1592
  get: function () {
1569
- return this.bw;
1593
+ return this.b0;
1570
1594
  },
1571
1595
  set: function (a) {
1572
- this.bw = a;
1596
+ this.b0 = a;
1573
1597
  this.j("PreviewPathOpacity");
1574
1598
  },
1575
1599
  enumerable: false,
@@ -1577,10 +1601,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1577
1601
  });
1578
1602
  Object.defineProperty(SeriesViewerDescription.prototype, "userAnnotationInformationRequestedRef", {
1579
1603
  get: function () {
1580
- return this.gn;
1604
+ return this.gr;
1581
1605
  },
1582
1606
  set: function (a) {
1583
- this.gn = a;
1607
+ this.gr = a;
1584
1608
  this.j("UserAnnotationInformationRequestedRef");
1585
1609
  },
1586
1610
  enumerable: false,
@@ -1588,10 +1612,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1588
1612
  });
1589
1613
  Object.defineProperty(SeriesViewerDescription.prototype, "userAnnotationToolTipContentUpdatingRef", {
1590
1614
  get: function () {
1591
- return this.go;
1615
+ return this.gs;
1592
1616
  },
1593
1617
  set: function (a) {
1594
- this.go = a;
1618
+ this.gs = a;
1595
1619
  this.j("UserAnnotationToolTipContentUpdatingRef");
1596
1620
  },
1597
1621
  enumerable: false,
@@ -1599,10 +1623,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1599
1623
  });
1600
1624
  Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseLeftButtonDownRef", {
1601
1625
  get: function () {
1602
- return this.fn;
1626
+ return this.fr;
1603
1627
  },
1604
1628
  set: function (a) {
1605
- this.fn = a;
1629
+ this.fr = a;
1606
1630
  this.j("PlotAreaMouseLeftButtonDownRef");
1607
1631
  },
1608
1632
  enumerable: false,
@@ -1610,10 +1634,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1610
1634
  });
1611
1635
  Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseLeftButtonUpRef", {
1612
1636
  get: function () {
1613
- return this.fo;
1637
+ return this.fs;
1614
1638
  },
1615
1639
  set: function (a) {
1616
- this.fo = a;
1640
+ this.fs = a;
1617
1641
  this.j("PlotAreaMouseLeftButtonUpRef");
1618
1642
  },
1619
1643
  enumerable: false,
@@ -1621,10 +1645,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1621
1645
  });
1622
1646
  Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaClickedRef", {
1623
1647
  get: function () {
1624
- return this.fk;
1648
+ return this.fo;
1625
1649
  },
1626
1650
  set: function (a) {
1627
- this.fk = a;
1651
+ this.fo = a;
1628
1652
  this.j("PlotAreaClickedRef");
1629
1653
  },
1630
1654
  enumerable: false,
@@ -1632,10 +1656,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1632
1656
  });
1633
1657
  Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseEnterRef", {
1634
1658
  get: function () {
1635
- return this.fl;
1659
+ return this.fp;
1636
1660
  },
1637
1661
  set: function (a) {
1638
- this.fl = a;
1662
+ this.fp = a;
1639
1663
  this.j("PlotAreaMouseEnterRef");
1640
1664
  },
1641
1665
  enumerable: false,
@@ -1643,10 +1667,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1643
1667
  });
1644
1668
  Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseLeaveRef", {
1645
1669
  get: function () {
1646
- return this.fm;
1670
+ return this.fq;
1647
1671
  },
1648
1672
  set: function (a) {
1649
- this.fm = a;
1673
+ this.fq = a;
1650
1674
  this.j("PlotAreaMouseLeaveRef");
1651
1675
  },
1652
1676
  enumerable: false,
@@ -1654,10 +1678,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1654
1678
  });
1655
1679
  Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseOverRef", {
1656
1680
  get: function () {
1657
- return this.fp;
1681
+ return this.ft;
1658
1682
  },
1659
1683
  set: function (a) {
1660
- this.fp = a;
1684
+ this.ft = a;
1661
1685
  this.j("PlotAreaMouseOverRef");
1662
1686
  },
1663
1687
  enumerable: false,
@@ -1665,10 +1689,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1665
1689
  });
1666
1690
  Object.defineProperty(SeriesViewerDescription.prototype, "axisLabelMouseDownRef", {
1667
1691
  get: function () {
1668
- return this.ei;
1692
+ return this.em;
1669
1693
  },
1670
1694
  set: function (a) {
1671
- this.ei = a;
1695
+ this.em = a;
1672
1696
  this.j("AxisLabelMouseDownRef");
1673
1697
  },
1674
1698
  enumerable: false,
@@ -1676,10 +1700,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1676
1700
  });
1677
1701
  Object.defineProperty(SeriesViewerDescription.prototype, "axisLabelMouseUpRef", {
1678
1702
  get: function () {
1679
- return this.em;
1703
+ return this.eq;
1680
1704
  },
1681
1705
  set: function (a) {
1682
- this.em = a;
1706
+ this.eq = a;
1683
1707
  this.j("AxisLabelMouseUpRef");
1684
1708
  },
1685
1709
  enumerable: false,
@@ -1687,10 +1711,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1687
1711
  });
1688
1712
  Object.defineProperty(SeriesViewerDescription.prototype, "axisLabelMouseEnterRef", {
1689
1713
  get: function () {
1690
- return this.ej;
1714
+ return this.en;
1691
1715
  },
1692
1716
  set: function (a) {
1693
- this.ej = a;
1717
+ this.en = a;
1694
1718
  this.j("AxisLabelMouseEnterRef");
1695
1719
  },
1696
1720
  enumerable: false,
@@ -1698,10 +1722,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1698
1722
  });
1699
1723
  Object.defineProperty(SeriesViewerDescription.prototype, "axisLabelMouseLeaveRef", {
1700
1724
  get: function () {
1701
- return this.ek;
1725
+ return this.eo;
1702
1726
  },
1703
1727
  set: function (a) {
1704
- this.ek = a;
1728
+ this.eo = a;
1705
1729
  this.j("AxisLabelMouseLeaveRef");
1706
1730
  },
1707
1731
  enumerable: false,
@@ -1709,10 +1733,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1709
1733
  });
1710
1734
  Object.defineProperty(SeriesViewerDescription.prototype, "axisLabelMouseOverRef", {
1711
1735
  get: function () {
1712
- return this.el;
1736
+ return this.ep;
1713
1737
  },
1714
1738
  set: function (a) {
1715
- this.el = a;
1739
+ this.ep = a;
1716
1740
  this.j("AxisLabelMouseOverRef");
1717
1741
  },
1718
1742
  enumerable: false,
@@ -1720,10 +1744,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1720
1744
  });
1721
1745
  Object.defineProperty(SeriesViewerDescription.prototype, "axisLabelMouseClickRef", {
1722
1746
  get: function () {
1723
- return this.eh;
1747
+ return this.el;
1724
1748
  },
1725
1749
  set: function (a) {
1726
- this.eh = a;
1750
+ this.el = a;
1727
1751
  this.j("AxisLabelMouseClickRef");
1728
1752
  },
1729
1753
  enumerable: false,
@@ -1731,10 +1755,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1731
1755
  });
1732
1756
  Object.defineProperty(SeriesViewerDescription.prototype, "axisPanelMouseDownRef", {
1733
1757
  get: function () {
1734
- return this.eo;
1758
+ return this.es;
1735
1759
  },
1736
1760
  set: function (a) {
1737
- this.eo = a;
1761
+ this.es = a;
1738
1762
  this.j("AxisPanelMouseDownRef");
1739
1763
  },
1740
1764
  enumerable: false,
@@ -1742,10 +1766,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1742
1766
  });
1743
1767
  Object.defineProperty(SeriesViewerDescription.prototype, "axisPanelMouseUpRef", {
1744
1768
  get: function () {
1745
- return this.es;
1769
+ return this.ew;
1746
1770
  },
1747
1771
  set: function (a) {
1748
- this.es = a;
1772
+ this.ew = a;
1749
1773
  this.j("AxisPanelMouseUpRef");
1750
1774
  },
1751
1775
  enumerable: false,
@@ -1753,10 +1777,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1753
1777
  });
1754
1778
  Object.defineProperty(SeriesViewerDescription.prototype, "axisPanelMouseEnterRef", {
1755
1779
  get: function () {
1756
- return this.ep;
1780
+ return this.et;
1757
1781
  },
1758
1782
  set: function (a) {
1759
- this.ep = a;
1783
+ this.et = a;
1760
1784
  this.j("AxisPanelMouseEnterRef");
1761
1785
  },
1762
1786
  enumerable: false,
@@ -1764,10 +1788,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1764
1788
  });
1765
1789
  Object.defineProperty(SeriesViewerDescription.prototype, "axisPanelMouseLeaveRef", {
1766
1790
  get: function () {
1767
- return this.eq;
1791
+ return this.eu;
1768
1792
  },
1769
1793
  set: function (a) {
1770
- this.eq = a;
1794
+ this.eu = a;
1771
1795
  this.j("AxisPanelMouseLeaveRef");
1772
1796
  },
1773
1797
  enumerable: false,
@@ -1775,10 +1799,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1775
1799
  });
1776
1800
  Object.defineProperty(SeriesViewerDescription.prototype, "axisPanelMouseOverRef", {
1777
1801
  get: function () {
1778
- return this.er;
1802
+ return this.ev;
1779
1803
  },
1780
1804
  set: function (a) {
1781
- this.er = a;
1805
+ this.ev = a;
1782
1806
  this.j("AxisPanelMouseOverRef");
1783
1807
  },
1784
1808
  enumerable: false,
@@ -1786,10 +1810,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1786
1810
  });
1787
1811
  Object.defineProperty(SeriesViewerDescription.prototype, "axisPanelMouseClickRef", {
1788
1812
  get: function () {
1789
- return this.en;
1813
+ return this.er;
1790
1814
  },
1791
1815
  set: function (a) {
1792
- this.en = a;
1816
+ this.er = a;
1793
1817
  this.j("AxisPanelMouseClickRef");
1794
1818
  },
1795
1819
  enumerable: false,
@@ -1797,10 +1821,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1797
1821
  });
1798
1822
  Object.defineProperty(SeriesViewerDescription.prototype, "seriesCursorMouseMoveRef", {
1799
1823
  get: function () {
1800
- return this.f1;
1824
+ return this.f5;
1801
1825
  },
1802
1826
  set: function (a) {
1803
- this.f1 = a;
1827
+ this.f5 = a;
1804
1828
  this.j("SeriesCursorMouseMoveRef");
1805
1829
  },
1806
1830
  enumerable: false,
@@ -1808,10 +1832,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1808
1832
  });
1809
1833
  Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseLeftButtonDownRef", {
1810
1834
  get: function () {
1811
- return this.f4;
1835
+ return this.f8;
1812
1836
  },
1813
1837
  set: function (a) {
1814
- this.f4 = a;
1838
+ this.f8 = a;
1815
1839
  this.j("SeriesMouseLeftButtonDownRef");
1816
1840
  },
1817
1841
  enumerable: false,
@@ -1819,10 +1843,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1819
1843
  });
1820
1844
  Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseLeftButtonUpRef", {
1821
1845
  get: function () {
1822
- return this.f5;
1846
+ return this.f9;
1823
1847
  },
1824
1848
  set: function (a) {
1825
- this.f5 = a;
1849
+ this.f9 = a;
1826
1850
  this.j("SeriesMouseLeftButtonUpRef");
1827
1851
  },
1828
1852
  enumerable: false,
@@ -1830,10 +1854,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1830
1854
  });
1831
1855
  Object.defineProperty(SeriesViewerDescription.prototype, "seriesClickRef", {
1832
1856
  get: function () {
1833
- return this.f0;
1857
+ return this.f4;
1834
1858
  },
1835
1859
  set: function (a) {
1836
- this.f0 = a;
1860
+ this.f4 = a;
1837
1861
  this.j("SeriesClickRef");
1838
1862
  },
1839
1863
  enumerable: false,
@@ -1841,10 +1865,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1841
1865
  });
1842
1866
  Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseMoveRef", {
1843
1867
  get: function () {
1844
- return this.f6;
1868
+ return this.ga;
1845
1869
  },
1846
1870
  set: function (a) {
1847
- this.f6 = a;
1871
+ this.ga = a;
1848
1872
  this.j("SeriesMouseMoveRef");
1849
1873
  },
1850
1874
  enumerable: false,
@@ -1852,10 +1876,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1852
1876
  });
1853
1877
  Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseEnterRef", {
1854
1878
  get: function () {
1855
- return this.f2;
1879
+ return this.f6;
1856
1880
  },
1857
1881
  set: function (a) {
1858
- this.f2 = a;
1882
+ this.f6 = a;
1859
1883
  this.j("SeriesMouseEnterRef");
1860
1884
  },
1861
1885
  enumerable: false,
@@ -1863,10 +1887,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1863
1887
  });
1864
1888
  Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseLeaveRef", {
1865
1889
  get: function () {
1866
- return this.f3;
1890
+ return this.f7;
1867
1891
  },
1868
1892
  set: function (a) {
1869
- this.f3 = a;
1893
+ this.f7 = a;
1870
1894
  this.j("SeriesMouseLeaveRef");
1871
1895
  },
1872
1896
  enumerable: false,
@@ -1874,10 +1898,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1874
1898
  });
1875
1899
  Object.defineProperty(SeriesViewerDescription.prototype, "resizeIdleRef", {
1876
1900
  get: function () {
1877
- return this.ft;
1901
+ return this.fx;
1878
1902
  },
1879
1903
  set: function (a) {
1880
- this.ft = a;
1904
+ this.fx = a;
1881
1905
  this.j("ResizeIdleRef");
1882
1906
  },
1883
1907
  enumerable: false,
@@ -1885,10 +1909,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1885
1909
  });
1886
1910
  Object.defineProperty(SeriesViewerDescription.prototype, "viewerManipulationStartingRef", {
1887
1911
  get: function () {
1888
- return this.gv;
1912
+ return this.gz;
1889
1913
  },
1890
1914
  set: function (a) {
1891
- this.gv = a;
1915
+ this.gz = a;
1892
1916
  this.j("ViewerManipulationStartingRef");
1893
1917
  },
1894
1918
  enumerable: false,
@@ -1896,10 +1920,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1896
1920
  });
1897
1921
  Object.defineProperty(SeriesViewerDescription.prototype, "viewerManipulationEndingRef", {
1898
1922
  get: function () {
1899
- return this.gu;
1923
+ return this.gy;
1900
1924
  },
1901
1925
  set: function (a) {
1902
- this.gu = a;
1926
+ this.gy = a;
1903
1927
  this.j("ViewerManipulationEndingRef");
1904
1928
  },
1905
1929
  enumerable: false,
@@ -1907,10 +1931,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1907
1931
  });
1908
1932
  Object.defineProperty(SeriesViewerDescription.prototype, "windowRectChangedRef", {
1909
1933
  get: function () {
1910
- return this.gw;
1934
+ return this.g0;
1911
1935
  },
1912
1936
  set: function (a) {
1913
- this.gw = a;
1937
+ this.g0 = a;
1914
1938
  this.j("WindowRectChangedRef");
1915
1939
  },
1916
1940
  enumerable: false,
@@ -1918,10 +1942,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1918
1942
  });
1919
1943
  Object.defineProperty(SeriesViewerDescription.prototype, "sizeChangedRef", {
1920
1944
  get: function () {
1921
- return this.f7;
1945
+ return this.gb;
1922
1946
  },
1923
1947
  set: function (a) {
1924
- this.f7 = a;
1948
+ this.gb = a;
1925
1949
  this.j("SizeChangedRef");
1926
1950
  },
1927
1951
  enumerable: false,
@@ -1929,10 +1953,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1929
1953
  });
1930
1954
  Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRectChangedRef", {
1931
1955
  get: function () {
1932
- return this.eg;
1956
+ return this.ek;
1933
1957
  },
1934
1958
  set: function (a) {
1935
- this.eg = a;
1959
+ this.ek = a;
1936
1960
  this.j("ActualWindowRectChangedRef");
1937
1961
  },
1938
1962
  enumerable: false,
@@ -1940,10 +1964,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1940
1964
  });
1941
1965
  Object.defineProperty(SeriesViewerDescription.prototype, "gridAreaRectChangedRef", {
1942
1966
  get: function () {
1943
- return this.e2;
1967
+ return this.e6;
1944
1968
  },
1945
1969
  set: function (a) {
1946
- this.e2 = a;
1970
+ this.e6 = a;
1947
1971
  this.j("GridAreaRectChangedRef");
1948
1972
  },
1949
1973
  enumerable: false,
@@ -1951,10 +1975,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1951
1975
  });
1952
1976
  Object.defineProperty(SeriesViewerDescription.prototype, "selectedSeriesItemsChangedRef", {
1953
1977
  get: function () {
1954
- return this.fv;
1978
+ return this.fz;
1955
1979
  },
1956
1980
  set: function (a) {
1957
- this.fv = a;
1981
+ this.fz = a;
1958
1982
  this.j("SelectedSeriesItemsChangedRef");
1959
1983
  },
1960
1984
  enumerable: false,
@@ -1962,10 +1986,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1962
1986
  });
1963
1987
  Object.defineProperty(SeriesViewerDescription.prototype, "focusedSeriesItemsChangedRef", {
1964
1988
  get: function () {
1965
- return this.e0;
1989
+ return this.e4;
1966
1990
  },
1967
1991
  set: function (a) {
1968
- this.e0 = a;
1992
+ this.e4 = a;
1969
1993
  this.j("FocusedSeriesItemsChangedRef");
1970
1994
  },
1971
1995
  enumerable: false,
@@ -1973,10 +1997,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1973
1997
  });
1974
1998
  Object.defineProperty(SeriesViewerDescription.prototype, "refreshCompletedRef", {
1975
1999
  get: function () {
1976
- return this.fs;
2000
+ return this.fw;
1977
2001
  },
1978
2002
  set: function (a) {
1979
- this.fs = a;
2003
+ this.fw = a;
1980
2004
  this.j("RefreshCompletedRef");
1981
2005
  },
1982
2006
  enumerable: false,
@@ -1984,10 +2008,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1984
2008
  });
1985
2009
  Object.defineProperty(SeriesViewerDescription.prototype, "imageCapturedRef", {
1986
2010
  get: function () {
1987
- return this.fb;
2011
+ return this.ff;
1988
2012
  },
1989
2013
  set: function (a) {
1990
- this.fb = a;
2014
+ this.ff = a;
1991
2015
  this.j("ImageCapturedRef");
1992
2016
  },
1993
2017
  enumerable: false,
@@ -1995,10 +2019,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1995
2019
  });
1996
2020
  Object.defineProperty(SeriesViewerDescription.prototype, "background", {
1997
2021
  get: function () {
1998
- return this.et;
2022
+ return this.ex;
1999
2023
  },
2000
2024
  set: function (a) {
2001
- this.et = a;
2025
+ this.ex = a;
2002
2026
  this.j("Background");
2003
2027
  },
2004
2028
  enumerable: false,
@@ -2006,10 +2030,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2006
2030
  });
2007
2031
  Object.defineProperty(SeriesViewerDescription.prototype, "titleFontFamily", {
2008
2032
  get: function () {
2009
- return this.gh;
2033
+ return this.gl;
2010
2034
  },
2011
2035
  set: function (a) {
2012
- this.gh = a;
2036
+ this.gl = a;
2013
2037
  this.j("TitleFontFamily");
2014
2038
  },
2015
2039
  enumerable: false,
@@ -2017,10 +2041,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2017
2041
  });
2018
2042
  Object.defineProperty(SeriesViewerDescription.prototype, "titleFontSize", {
2019
2043
  get: function () {
2020
- return this.b4;
2044
+ return this.b8;
2021
2045
  },
2022
2046
  set: function (a) {
2023
- this.b4 = a;
2047
+ this.b8 = a;
2024
2048
  this.j("TitleFontSize");
2025
2049
  },
2026
2050
  enumerable: false,
@@ -2028,10 +2052,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2028
2052
  });
2029
2053
  Object.defineProperty(SeriesViewerDescription.prototype, "titleFontWeight", {
2030
2054
  get: function () {
2031
- return this.gj;
2055
+ return this.gn;
2032
2056
  },
2033
2057
  set: function (a) {
2034
- this.gj = a;
2058
+ this.gn = a;
2035
2059
  this.j("TitleFontWeight");
2036
2060
  },
2037
2061
  enumerable: false,
@@ -2039,10 +2063,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2039
2063
  });
2040
2064
  Object.defineProperty(SeriesViewerDescription.prototype, "titleFontStyle", {
2041
2065
  get: function () {
2042
- return this.gi;
2066
+ return this.gm;
2043
2067
  },
2044
2068
  set: function (a) {
2045
- this.gi = a;
2069
+ this.gm = a;
2046
2070
  this.j("TitleFontStyle");
2047
2071
  },
2048
2072
  enumerable: false,
@@ -2050,10 +2074,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2050
2074
  });
2051
2075
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleFontFamily", {
2052
2076
  get: function () {
2053
- return this.f9;
2077
+ return this.gd;
2054
2078
  },
2055
2079
  set: function (a) {
2056
- this.f9 = a;
2080
+ this.gd = a;
2057
2081
  this.j("SubtitleFontFamily");
2058
2082
  },
2059
2083
  enumerable: false,
@@ -2061,10 +2085,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2061
2085
  });
2062
2086
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleFontSize", {
2063
2087
  get: function () {
2064
- return this.bz;
2088
+ return this.b3;
2065
2089
  },
2066
2090
  set: function (a) {
2067
- this.bz = a;
2091
+ this.b3 = a;
2068
2092
  this.j("SubtitleFontSize");
2069
2093
  },
2070
2094
  enumerable: false,
@@ -2072,10 +2096,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2072
2096
  });
2073
2097
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleFontWeight", {
2074
2098
  get: function () {
2075
- return this.gb;
2099
+ return this.gf;
2076
2100
  },
2077
2101
  set: function (a) {
2078
- this.gb = a;
2102
+ this.gf = a;
2079
2103
  this.j("SubtitleFontWeight");
2080
2104
  },
2081
2105
  enumerable: false,
@@ -2083,10 +2107,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2083
2107
  });
2084
2108
  Object.defineProperty(SeriesViewerDescription.prototype, "subtitleFontStyle", {
2085
2109
  get: function () {
2086
- return this.ga;
2110
+ return this.ge;
2087
2111
  },
2088
2112
  set: function (a) {
2089
- this.ga = a;
2113
+ this.ge = a;
2090
2114
  this.j("SubtitleFontStyle");
2091
2115
  },
2092
2116
  enumerable: false,
@@ -2094,10 +2118,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2094
2118
  });
2095
2119
  Object.defineProperty(SeriesViewerDescription.prototype, "synchronizeHorizontally", {
2096
2120
  get: function () {
2097
- return this.au;
2121
+ return this.ax;
2098
2122
  },
2099
2123
  set: function (a) {
2100
- this.au = a;
2124
+ this.ax = a;
2101
2125
  this.j("SynchronizeHorizontally");
2102
2126
  },
2103
2127
  enumerable: false,
@@ -2105,10 +2129,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2105
2129
  });
2106
2130
  Object.defineProperty(SeriesViewerDescription.prototype, "synchronizeVertically", {
2107
2131
  get: function () {
2108
- return this.gg;
2132
+ return this.gk;
2109
2133
  },
2110
2134
  set: function (a) {
2111
- this.gg = a;
2135
+ this.gk = a;
2112
2136
  this.j("SynchronizeVertically");
2113
2137
  },
2114
2138
  enumerable: false,