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
@@ -13,180 +13,182 @@ export let SeriesViewerDescription = /*@__PURE__*/ (() => {
13
13
  class SeriesViewerDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.q = null;
17
- this.k = null;
18
- this.o = null;
16
+ this.r = null;
19
17
  this.m = null;
18
+ this.k = null;
19
+ this.p = null;
20
20
  this.n = null;
21
- this.fh = null;
22
- this.y = null;
23
- this.fg = null;
24
- this.ai = false;
25
- this.aq = false;
26
- this.ao = false;
21
+ this.o = null;
22
+ this.fl = null;
23
+ this.aa = null;
24
+ this.fk = null;
25
+ this.ak = false;
27
26
  this.at = false;
28
- this.e5 = null;
29
- this.bl = 0;
30
- this.fy = null;
31
- this.fw = null;
32
- this.e1 = null;
33
- this.e8 = null;
34
- this.gr = null;
35
- this.fa = null;
36
- this.gt = null;
37
- this.e7 = null;
27
+ this.aq = false;
28
+ this.ar = false;
29
+ this.aw = false;
38
30
  this.e9 = null;
39
- this.bq = 0;
40
31
  this.bp = 0;
41
- this.bm = 0;
42
- this.bn = 0;
43
- this.bo = 0;
44
- this.bs = 0;
32
+ this.f2 = null;
33
+ this.f0 = null;
34
+ this.e5 = null;
35
+ this.fc = null;
36
+ this.gv = null;
37
+ this.fe = null;
38
+ this.gx = null;
39
+ this.fb = null;
40
+ this.fd = null;
41
+ this.bu = 0;
42
+ this.bt = 0;
43
+ this.bq = 0;
45
44
  this.br = 0;
46
- this.ak = false;
47
- this.gq = null;
48
- this.gs = null;
49
- this.cc = 0;
50
- this.cb = 0;
51
- this.b9 = 0;
45
+ this.bs = 0;
46
+ this.bw = 0;
47
+ this.bv = 0;
48
+ this.am = false;
49
+ this.gu = null;
50
+ this.gw = null;
51
+ this.cg = 0;
52
52
  this.cf = 0;
53
- this.ca = 0;
54
- this.ce = 0;
55
53
  this.cd = 0;
56
- this.aw = false;
57
- this.e4 = null;
58
- this.fd = null;
59
- this.ff = null;
60
- this.fe = null;
61
- this.aj = false;
62
- this.ab = null;
54
+ this.cj = 0;
55
+ this.ce = 0;
56
+ this.ci = 0;
57
+ this.ch = 0;
58
+ this.az = false;
59
+ this.e8 = null;
60
+ this.fh = null;
61
+ this.fj = null;
62
+ this.fi = null;
63
+ this.al = false;
63
64
  this.ad = null;
64
- this.av = false;
65
- this.ap = false;
66
- this.d5 = 0;
67
- this.d0 = 0;
68
- this.d1 = 0;
65
+ this.af = null;
66
+ this.ay = false;
67
+ this.as = false;
68
+ this.d9 = 0;
69
69
  this.d4 = 0;
70
+ this.d5 = 0;
71
+ this.d8 = 0;
72
+ this.d7 = 0;
70
73
  this.d3 = 0;
71
- this.dz = 0;
72
- this.dx = 0;
73
- this.dy = 0;
74
+ this.d1 = 0;
74
75
  this.d2 = 0;
75
- this.am = false;
76
- this.ev = null;
77
- this.ef = null;
78
- this.an = false;
79
- this.gx = null;
80
- this.cj = 0;
81
- this.ci = 0;
82
- this.bh = 0;
83
- this.bg = 0;
84
- this.cl = 0;
76
+ this.d6 = 0;
77
+ this.ao = false;
78
+ this.ez = null;
79
+ this.ej = null;
80
+ this.ap = false;
81
+ this.g1 = null;
82
+ this.cn = 0;
83
+ this.cm = 0;
84
+ this.bl = 0;
85
+ this.bk = 0;
86
+ this.cp = 0;
87
+ this.co = 0;
88
+ this.gj = null;
89
+ this.e0 = null;
90
+ this.fa = null;
91
+ this.gt = null;
92
+ this.g2 = null;
93
+ this.fn = null;
94
+ this.au = false;
95
+ this.e1 = null;
96
+ this.fg = null;
97
+ this.fy = null;
98
+ this.e2 = null;
99
+ this.fm = null;
100
+ this.f3 = null;
101
+ this.ae = null;
102
+ this.e7 = null;
103
+ this.q = null;
104
+ this.l = null;
85
105
  this.ck = 0;
86
- this.gf = null;
87
- this.ew = null;
88
- this.e6 = null;
89
- this.gp = null;
90
- this.gy = null;
91
- this.fj = null;
92
- this.ar = false;
93
- this.ex = null;
94
- this.fc = null;
95
- this.fu = null;
96
- this.ey = null;
97
- this.fi = null;
98
- this.fz = null;
99
- this.ac = null;
106
+ this.cl = 0;
107
+ this.f1 = null;
100
108
  this.e3 = null;
101
- this.p = null;
102
- this.l = null;
103
- this.cg = 0;
104
- this.ch = 0;
105
- this.fx = null;
106
- this.ez = null;
107
- this.eu = null;
108
- this.gk = null;
109
- this.gc = null;
110
- this.gm = null;
111
- this.ge = null;
112
- this.gl = null;
113
- this.gd = null;
109
+ this.ey = null;
110
+ this.go = null;
111
+ this.gg = null;
112
+ this.gq = null;
113
+ this.gi = null;
114
+ this.gp = null;
115
+ this.gh = null;
116
+ this.cb = 0;
117
+ this.b9 = 0;
118
+ this.ca = 0;
114
119
  this.b7 = 0;
115
- this.b5 = 0;
116
120
  this.b6 = 0;
117
- this.b3 = 0;
121
+ this.b4 = 0;
122
+ this.b5 = 0;
118
123
  this.b2 = 0;
119
- this.b0 = 0;
120
- this.b1 = 0;
124
+ this.gc = null;
125
+ this.cc = 0;
121
126
  this.by = 0;
122
- this.f8 = null;
123
- this.b8 = 0;
124
- this.bu = 0;
127
+ this.b1 = 0;
128
+ this.bo = 0;
129
+ this.bn = 0;
130
+ this.bm = 0;
131
+ this.an = false;
132
+ this.bz = 0;
125
133
  this.bx = 0;
126
- this.bk = 0;
127
- this.bj = 0;
134
+ this.bh = 0;
135
+ this.bg = 0;
136
+ this.av = false;
137
+ this.ac = null;
128
138
  this.bi = 0;
129
- this.al = false;
130
- this.bv = 0;
131
- this.bt = 0;
132
- this.bd = 0;
133
- this.bc = 0;
134
- this.as = false;
135
- this.aa = null;
136
- this.be = 0;
137
- this.bf = 0;
139
+ this.bj = 0;
140
+ this.fv = null;
141
+ this.fu = null;
142
+ this.b0 = 0;
143
+ this.gr = null;
144
+ this.gs = null;
138
145
  this.fr = null;
139
- this.fq = null;
140
- this.bw = 0;
141
- this.gn = null;
142
- this.go = null;
143
- this.fn = null;
146
+ this.fs = null;
144
147
  this.fo = null;
145
- this.fk = null;
146
- this.fl = null;
147
- this.fm = null;
148
148
  this.fp = null;
149
- this.ei = null;
149
+ this.fq = null;
150
+ this.ft = null;
150
151
  this.em = null;
151
- this.ej = null;
152
- this.ek = null;
153
- this.el = null;
154
- this.eh = null;
152
+ this.eq = null;
153
+ this.en = null;
155
154
  this.eo = null;
156
- this.es = null;
157
155
  this.ep = null;
158
- this.eq = null;
156
+ this.el = null;
157
+ this.es = null;
158
+ this.ew = null;
159
+ this.et = null;
160
+ this.eu = null;
161
+ this.ev = null;
159
162
  this.er = null;
160
- this.en = null;
161
- this.f1 = null;
162
- this.f4 = null;
163
163
  this.f5 = null;
164
- this.f0 = null;
164
+ this.f8 = null;
165
+ this.f9 = null;
166
+ this.f4 = null;
167
+ this.ga = null;
165
168
  this.f6 = null;
166
- this.f2 = null;
167
- this.f3 = null;
168
- this.ft = null;
169
- this.gv = null;
170
- this.gu = null;
171
- this.gw = null;
172
169
  this.f7 = null;
173
- this.eg = null;
174
- this.e2 = null;
175
- this.fv = null;
176
- this.e0 = null;
177
- this.fs = null;
178
- this.fb = null;
179
- this.et = null;
180
- this.gh = null;
181
- this.b4 = 0;
182
- this.gj = null;
183
- this.gi = null;
184
- this.f9 = null;
185
- this.bz = 0;
170
+ this.fx = null;
171
+ this.gz = null;
172
+ this.gy = null;
173
+ this.g0 = null;
186
174
  this.gb = null;
187
- this.ga = null;
188
- this.au = false;
189
- this.gg = null;
175
+ this.ek = null;
176
+ this.e6 = null;
177
+ this.fz = null;
178
+ this.e4 = null;
179
+ this.fw = null;
180
+ this.ff = null;
181
+ this.ex = null;
182
+ this.gl = null;
183
+ this.b8 = 0;
184
+ this.gn = null;
185
+ this.gm = null;
186
+ this.gd = null;
187
+ this.b3 = 0;
188
+ this.gf = null;
189
+ this.ge = null;
190
+ this.ax = false;
191
+ this.gk = null;
190
192
  }
191
193
  get_type() {
192
194
  return "SeriesViewer";
@@ -195,12 +197,19 @@ export let SeriesViewerDescription = /*@__PURE__*/ (() => {
195
197
  return this.get_type();
196
198
  }
197
199
  get series() {
198
- return this.q;
200
+ return this.r;
199
201
  }
200
202
  set series(a) {
201
- this.q = a;
203
+ this.r = a;
202
204
  this.j("Series");
203
205
  }
206
+ get fullSeries() {
207
+ return this.m;
208
+ }
209
+ set fullSeries(a) {
210
+ this.m = a;
211
+ this.j("FullSeries");
212
+ }
204
213
  get brushes() {
205
214
  return this.k;
206
215
  }
@@ -209,591 +218,598 @@ export let SeriesViewerDescription = /*@__PURE__*/ (() => {
209
218
  this.j("Brushes");
210
219
  }
211
220
  get outlines() {
212
- return this.o;
221
+ return this.p;
213
222
  }
214
223
  set outlines(a) {
215
- this.o = a;
224
+ this.p = a;
216
225
  this.j("Outlines");
217
226
  }
218
227
  get markerBrushes() {
219
- return this.m;
228
+ return this.n;
220
229
  }
221
230
  set markerBrushes(a) {
222
- this.m = a;
231
+ this.n = a;
223
232
  this.j("MarkerBrushes");
224
233
  }
225
234
  get markerOutlines() {
226
- return this.n;
235
+ return this.o;
227
236
  }
228
237
  set markerOutlines(a) {
229
- this.n = a;
238
+ this.o = a;
230
239
  this.j("MarkerOutlines");
231
240
  }
232
241
  get markerAutomaticBehavior() {
233
- return this.fh;
242
+ return this.fl;
234
243
  }
235
244
  set markerAutomaticBehavior(a) {
236
- this.fh = a;
245
+ this.fl = a;
237
246
  this.j("MarkerAutomaticBehavior");
238
247
  }
239
248
  get crosshairPoint() {
240
- return this.y;
249
+ return this.aa;
241
250
  }
242
251
  set crosshairPoint(a) {
243
- this.y = a;
252
+ this.aa = a;
244
253
  this.j("CrosshairPoint");
245
254
  }
246
255
  get legendRef() {
247
- return this.fg;
256
+ return this.fk;
248
257
  }
249
258
  set legendRef(a) {
250
- this.fg = a;
259
+ this.fk = a;
251
260
  this.j("LegendRef");
252
261
  }
253
262
  get animateSeriesWhenAxisRangeChanges() {
254
- return this.ai;
263
+ return this.ak;
255
264
  }
256
265
  set animateSeriesWhenAxisRangeChanges(a) {
257
- this.ai = a;
266
+ this.ak = a;
258
267
  this.j("AnimateSeriesWhenAxisRangeChanges");
259
268
  }
260
269
  get seriesValueLayerUseLegend() {
261
- return this.aq;
270
+ return this.at;
262
271
  }
263
272
  set seriesValueLayerUseLegend(a) {
264
- this.aq = a;
273
+ this.at = a;
265
274
  this.j("SeriesValueLayerUseLegend");
266
275
  }
276
+ get isUserAnnotationsEnabled() {
277
+ return this.aq;
278
+ }
279
+ set isUserAnnotationsEnabled(a) {
280
+ this.aq = a;
281
+ this.j("IsUserAnnotationsEnabled");
282
+ }
267
283
  get isWindowSyncedToVisibleRange() {
268
- return this.ao;
284
+ return this.ar;
269
285
  }
270
286
  set isWindowSyncedToVisibleRange(a) {
271
- this.ao = a;
287
+ this.ar = a;
272
288
  this.j("IsWindowSyncedToVisibleRange");
273
289
  }
274
290
  get shouldSimulateHoverMoveCrosshairPoint() {
275
- return this.at;
291
+ return this.aw;
276
292
  }
277
293
  set shouldSimulateHoverMoveCrosshairPoint(a) {
278
- this.at = a;
294
+ this.aw = a;
279
295
  this.j("ShouldSimulateHoverMoveCrosshairPoint");
280
296
  }
281
297
  get highlightingMode() {
282
- return this.e5;
298
+ return this.e9;
283
299
  }
284
300
  set highlightingMode(a) {
285
- this.e5 = a;
301
+ this.e9 = a;
286
302
  this.j("HighlightingMode");
287
303
  }
288
304
  get highlightingFadeOpacity() {
289
- return this.bl;
305
+ return this.bp;
290
306
  }
291
307
  set highlightingFadeOpacity(a) {
292
- this.bl = a;
308
+ this.bp = a;
293
309
  this.j("HighlightingFadeOpacity");
294
310
  }
295
311
  get selectionMode() {
296
- return this.fy;
312
+ return this.f2;
297
313
  }
298
314
  set selectionMode(a) {
299
- this.fy = a;
315
+ this.f2 = a;
300
316
  this.j("SelectionMode");
301
317
  }
302
318
  get selectionBehavior() {
303
- return this.fw;
319
+ return this.f0;
304
320
  }
305
321
  set selectionBehavior(a) {
306
- this.fw = a;
322
+ this.f0 = a;
307
323
  this.j("SelectionBehavior");
308
324
  }
309
325
  get focusMode() {
310
- return this.e1;
326
+ return this.e5;
311
327
  }
312
328
  set focusMode(a) {
313
- this.e1 = a;
329
+ this.e5 = a;
314
330
  this.j("FocusMode");
315
331
  }
316
332
  get horizontalViewScrollbarMode() {
317
- return this.e8;
333
+ return this.fc;
318
334
  }
319
335
  set horizontalViewScrollbarMode(a) {
320
- this.e8 = a;
336
+ this.fc = a;
321
337
  this.j("HorizontalViewScrollbarMode");
322
338
  }
323
339
  get verticalViewScrollbarMode() {
324
- return this.gr;
340
+ return this.gv;
325
341
  }
326
342
  set verticalViewScrollbarMode(a) {
327
- this.gr = a;
343
+ this.gv = a;
328
344
  this.j("VerticalViewScrollbarMode");
329
345
  }
330
346
  get horizontalViewScrollbarPosition() {
331
- return this.fa;
347
+ return this.fe;
332
348
  }
333
349
  set horizontalViewScrollbarPosition(a) {
334
- this.fa = a;
350
+ this.fe = a;
335
351
  this.j("HorizontalViewScrollbarPosition");
336
352
  }
337
353
  get verticalViewScrollbarPosition() {
338
- return this.gt;
354
+ return this.gx;
339
355
  }
340
356
  set verticalViewScrollbarPosition(a) {
341
- this.gt = a;
357
+ this.gx = a;
342
358
  this.j("VerticalViewScrollbarPosition");
343
359
  }
344
360
  get horizontalViewScrollbarFill() {
345
- return this.e7;
361
+ return this.fb;
346
362
  }
347
363
  set horizontalViewScrollbarFill(a) {
348
- this.e7 = a;
364
+ this.fb = a;
349
365
  this.j("HorizontalViewScrollbarFill");
350
366
  }
351
367
  get horizontalViewScrollbarOutline() {
352
- return this.e9;
368
+ return this.fd;
353
369
  }
354
370
  set horizontalViewScrollbarOutline(a) {
355
- this.e9 = a;
371
+ this.fd = a;
356
372
  this.j("HorizontalViewScrollbarOutline");
357
373
  }
358
374
  get horizontalViewScrollbarStrokeThickness() {
359
- return this.bq;
375
+ return this.bu;
360
376
  }
361
377
  set horizontalViewScrollbarStrokeThickness(a) {
362
- this.bq = a;
378
+ this.bu = a;
363
379
  this.j("HorizontalViewScrollbarStrokeThickness");
364
380
  }
365
381
  get horizontalViewScrollbarMaxOpacity() {
366
- return this.bp;
382
+ return this.bt;
367
383
  }
368
384
  set horizontalViewScrollbarMaxOpacity(a) {
369
- this.bp = a;
385
+ this.bt = a;
370
386
  this.j("HorizontalViewScrollbarMaxOpacity");
371
387
  }
372
388
  get horizontalViewScrollbarCornerRadius() {
373
- return this.bm;
389
+ return this.bq;
374
390
  }
375
391
  set horizontalViewScrollbarCornerRadius(a) {
376
- this.bm = a;
392
+ this.bq = a;
377
393
  this.j("HorizontalViewScrollbarCornerRadius");
378
394
  }
379
395
  get horizontalViewScrollbarHeight() {
380
- return this.bn;
396
+ return this.br;
381
397
  }
382
398
  set horizontalViewScrollbarHeight(a) {
383
- this.bn = a;
399
+ this.br = a;
384
400
  this.j("HorizontalViewScrollbarHeight");
385
401
  }
386
402
  get horizontalViewScrollbarInset() {
387
- return this.bo;
403
+ return this.bs;
388
404
  }
389
405
  set horizontalViewScrollbarInset(a) {
390
- this.bo = a;
406
+ this.bs = a;
391
407
  this.j("HorizontalViewScrollbarInset");
392
408
  }
393
409
  get horizontalViewScrollbarTrackStartInset() {
394
- return this.bs;
410
+ return this.bw;
395
411
  }
396
412
  set horizontalViewScrollbarTrackStartInset(a) {
397
- this.bs = a;
413
+ this.bw = a;
398
414
  this.j("HorizontalViewScrollbarTrackStartInset");
399
415
  }
400
416
  get horizontalViewScrollbarTrackEndInset() {
401
- return this.br;
417
+ return this.bv;
402
418
  }
403
419
  set horizontalViewScrollbarTrackEndInset(a) {
404
- this.br = a;
420
+ this.bv = a;
405
421
  this.j("HorizontalViewScrollbarTrackEndInset");
406
422
  }
407
423
  get horizontalViewScrollbarShouldAddAutoTrackInsets() {
408
- return this.ak;
424
+ return this.am;
409
425
  }
410
426
  set horizontalViewScrollbarShouldAddAutoTrackInsets(a) {
411
- this.ak = a;
427
+ this.am = a;
412
428
  this.j("HorizontalViewScrollbarShouldAddAutoTrackInsets");
413
429
  }
414
430
  get verticalViewScrollbarFill() {
415
- return this.gq;
431
+ return this.gu;
416
432
  }
417
433
  set verticalViewScrollbarFill(a) {
418
- this.gq = a;
434
+ this.gu = a;
419
435
  this.j("VerticalViewScrollbarFill");
420
436
  }
421
437
  get verticalViewScrollbarOutline() {
422
- return this.gs;
438
+ return this.gw;
423
439
  }
424
440
  set verticalViewScrollbarOutline(a) {
425
- this.gs = a;
441
+ this.gw = a;
426
442
  this.j("VerticalViewScrollbarOutline");
427
443
  }
428
444
  get verticalViewScrollbarStrokeThickness() {
429
- return this.cc;
445
+ return this.cg;
430
446
  }
431
447
  set verticalViewScrollbarStrokeThickness(a) {
432
- this.cc = a;
448
+ this.cg = a;
433
449
  this.j("VerticalViewScrollbarStrokeThickness");
434
450
  }
435
451
  get verticalViewScrollbarMaxOpacity() {
436
- return this.cb;
452
+ return this.cf;
437
453
  }
438
454
  set verticalViewScrollbarMaxOpacity(a) {
439
- this.cb = a;
455
+ this.cf = a;
440
456
  this.j("VerticalViewScrollbarMaxOpacity");
441
457
  }
442
458
  get verticalViewScrollbarCornerRadius() {
443
- return this.b9;
459
+ return this.cd;
444
460
  }
445
461
  set verticalViewScrollbarCornerRadius(a) {
446
- this.b9 = a;
462
+ this.cd = a;
447
463
  this.j("VerticalViewScrollbarCornerRadius");
448
464
  }
449
465
  get verticalViewScrollbarWidth() {
450
- return this.cf;
466
+ return this.cj;
451
467
  }
452
468
  set verticalViewScrollbarWidth(a) {
453
- this.cf = a;
469
+ this.cj = a;
454
470
  this.j("VerticalViewScrollbarWidth");
455
471
  }
456
472
  get verticalViewScrollbarInset() {
457
- return this.ca;
473
+ return this.ce;
458
474
  }
459
475
  set verticalViewScrollbarInset(a) {
460
- this.ca = a;
476
+ this.ce = a;
461
477
  this.j("VerticalViewScrollbarInset");
462
478
  }
463
479
  get verticalViewScrollbarTrackStartInset() {
464
- return this.ce;
480
+ return this.ci;
465
481
  }
466
482
  set verticalViewScrollbarTrackStartInset(a) {
467
- this.ce = a;
483
+ this.ci = a;
468
484
  this.j("VerticalViewScrollbarTrackStartInset");
469
485
  }
470
486
  get verticalViewScrollbarTrackEndInset() {
471
- return this.cd;
487
+ return this.ch;
472
488
  }
473
489
  set verticalViewScrollbarTrackEndInset(a) {
474
- this.cd = a;
490
+ this.ch = a;
475
491
  this.j("VerticalViewScrollbarTrackEndInset");
476
492
  }
477
493
  get verticalViewScrollbarShouldAddAutoTrackInsets() {
478
- return this.aw;
494
+ return this.az;
479
495
  }
480
496
  set verticalViewScrollbarShouldAddAutoTrackInsets(a) {
481
- this.aw = a;
497
+ this.az = a;
482
498
  this.j("VerticalViewScrollbarShouldAddAutoTrackInsets");
483
499
  }
484
500
  get highlightingBehavior() {
485
- return this.e4;
501
+ return this.e8;
486
502
  }
487
503
  set highlightingBehavior(a) {
488
- this.e4 = a;
504
+ this.e8 = a;
489
505
  this.j("HighlightingBehavior");
490
506
  }
491
507
  get legendHighlightingMode() {
492
- return this.fd;
508
+ return this.fh;
493
509
  }
494
510
  set legendHighlightingMode(a) {
495
- this.fd = a;
511
+ this.fh = a;
496
512
  this.j("LegendHighlightingMode");
497
513
  }
498
514
  get legendItemBadgeShape() {
499
- return this.ff;
515
+ return this.fj;
500
516
  }
501
517
  set legendItemBadgeShape(a) {
502
- this.ff = a;
518
+ this.fj = a;
503
519
  this.j("LegendItemBadgeShape");
504
520
  }
505
521
  get legendItemBadgeMode() {
506
- return this.fe;
522
+ return this.fi;
507
523
  }
508
524
  set legendItemBadgeMode(a) {
509
- this.fe = a;
525
+ this.fi = a;
510
526
  this.j("LegendItemBadgeMode");
511
527
  }
512
528
  get fireMouseLeaveOnManipulationStart() {
513
- return this.aj;
529
+ return this.al;
514
530
  }
515
531
  set fireMouseLeaveOnManipulationStart(a) {
516
- this.aj = a;
532
+ this.al = a;
517
533
  this.j("FireMouseLeaveOnManipulationStart");
518
534
  }
519
535
  get effectiveViewport() {
520
- return this.ab;
536
+ return this.ad;
521
537
  }
522
538
  set effectiveViewport(a) {
523
- this.ab = a;
539
+ this.ad = a;
524
540
  this.j("EffectiveViewport");
525
541
  }
526
542
  get windowRect() {
527
- return this.ad;
543
+ return this.af;
528
544
  }
529
545
  set windowRect(a) {
530
- this.ad = a;
546
+ this.af = a;
531
547
  this.j("WindowRect");
532
548
  }
533
549
  get useTiledZooming() {
534
- return this.av;
550
+ return this.ay;
535
551
  }
536
552
  set useTiledZooming(a) {
537
- this.av = a;
553
+ this.ay = a;
538
554
  this.j("UseTiledZooming");
539
555
  }
540
556
  get preferHigherResolutionTiles() {
541
- return this.ap;
557
+ return this.as;
542
558
  }
543
559
  set preferHigherResolutionTiles(a) {
544
- this.ap = a;
560
+ this.as = a;
545
561
  this.j("PreferHigherResolutionTiles");
546
562
  }
547
563
  get zoomTileCacheSize() {
548
- return this.d5;
564
+ return this.d9;
549
565
  }
550
566
  set zoomTileCacheSize(a) {
551
- this.d5 = a;
567
+ this.d9 = a;
552
568
  this.j("ZoomTileCacheSize");
553
569
  }
554
570
  get highlightingTransitionDuration() {
555
- return this.d0;
571
+ return this.d4;
556
572
  }
557
573
  set highlightingTransitionDuration(a) {
558
- this.d0 = a;
574
+ this.d4 = a;
559
575
  this.j("HighlightingTransitionDuration");
560
576
  }
561
577
  get resizeIdleMilliseconds() {
562
- return this.d1;
578
+ return this.d5;
563
579
  }
564
580
  set resizeIdleMilliseconds(a) {
565
- this.d1 = a;
581
+ this.d5 = a;
566
582
  this.j("ResizeIdleMilliseconds");
567
583
  }
568
584
  get selectionTransitionDuration() {
569
- return this.d4;
585
+ return this.d8;
570
586
  }
571
587
  set selectionTransitionDuration(a) {
572
- this.d4 = a;
588
+ this.d8 = a;
573
589
  this.j("SelectionTransitionDuration");
574
590
  }
575
591
  get selectionDismissDelayMilliseconds() {
576
- return this.d3;
592
+ return this.d7;
577
593
  }
578
594
  set selectionDismissDelayMilliseconds(a) {
579
- this.d3 = a;
595
+ this.d7 = a;
580
596
  this.j("SelectionDismissDelayMilliseconds");
581
597
  }
582
598
  get highlightingDismissDelayMilliseconds() {
583
- return this.dz;
599
+ return this.d3;
584
600
  }
585
601
  set highlightingDismissDelayMilliseconds(a) {
586
- this.dz = a;
602
+ this.d3 = a;
587
603
  this.j("HighlightingDismissDelayMilliseconds");
588
604
  }
589
605
  get focusDismissDelayMilliseconds() {
590
- return this.dx;
606
+ return this.d1;
591
607
  }
592
608
  set focusDismissDelayMilliseconds(a) {
593
- this.dx = a;
609
+ this.d1 = a;
594
610
  this.j("FocusDismissDelayMilliseconds");
595
611
  }
596
612
  get focusTransitionDuration() {
597
- return this.dy;
613
+ return this.d2;
598
614
  }
599
615
  set focusTransitionDuration(a) {
600
- this.dy = a;
616
+ this.d2 = a;
601
617
  this.j("FocusTransitionDuration");
602
618
  }
603
619
  get scrollbarsAnimationDuration() {
604
- return this.d2;
620
+ return this.d6;
605
621
  }
606
622
  set scrollbarsAnimationDuration(a) {
607
- this.d2 = a;
623
+ this.d6 = a;
608
624
  this.j("ScrollbarsAnimationDuration");
609
625
  }
610
626
  get isPagePanningAllowed() {
611
- return this.am;
627
+ return this.ao;
612
628
  }
613
629
  set isPagePanningAllowed(a) {
614
- this.am = a;
630
+ this.ao = a;
615
631
  this.j("IsPagePanningAllowed");
616
632
  }
617
633
  get contentHitTestMode() {
618
- return this.ev;
634
+ return this.ez;
619
635
  }
620
636
  set contentHitTestMode(a) {
621
- this.ev = a;
637
+ this.ez = a;
622
638
  this.j("ContentHitTestMode");
623
639
  }
624
640
  get actualContentHitTestMode() {
625
- return this.ef;
641
+ return this.ej;
626
642
  }
627
643
  set actualContentHitTestMode(a) {
628
- this.ef = a;
644
+ this.ej = a;
629
645
  this.j("ActualContentHitTestMode");
630
646
  }
631
647
  get isSurfaceInteractionDisabled() {
632
- return this.an;
648
+ return this.ap;
633
649
  }
634
650
  set isSurfaceInteractionDisabled(a) {
635
- this.an = a;
651
+ this.ap = a;
636
652
  this.j("IsSurfaceInteractionDisabled");
637
653
  }
638
654
  get windowResponse() {
639
- return this.gx;
655
+ return this.g1;
640
656
  }
641
657
  set windowResponse(a) {
642
- this.gx = a;
658
+ this.g1 = a;
643
659
  this.j("WindowResponse");
644
660
  }
645
661
  get windowRectMinWidth() {
646
- return this.cj;
662
+ return this.cn;
647
663
  }
648
664
  set windowRectMinWidth(a) {
649
- this.cj = a;
665
+ this.cn = a;
650
666
  this.j("WindowRectMinWidth");
651
667
  }
652
668
  get windowRectMinHeight() {
653
- return this.ci;
669
+ return this.cm;
654
670
  }
655
671
  set windowRectMinHeight(a) {
656
- this.ci = a;
672
+ this.cm = a;
657
673
  this.j("WindowRectMinHeight");
658
674
  }
659
675
  get actualWindowRectMinWidth() {
660
- return this.bh;
676
+ return this.bl;
661
677
  }
662
678
  set actualWindowRectMinWidth(a) {
663
- this.bh = a;
679
+ this.bl = a;
664
680
  this.j("ActualWindowRectMinWidth");
665
681
  }
666
682
  get actualWindowRectMinHeight() {
667
- return this.bg;
683
+ return this.bk;
668
684
  }
669
685
  set actualWindowRectMinHeight(a) {
670
- this.bg = a;
686
+ this.bk = a;
671
687
  this.j("ActualWindowRectMinHeight");
672
688
  }
673
689
  get windowSizeMinWidth() {
674
- return this.cl;
690
+ return this.cp;
675
691
  }
676
692
  set windowSizeMinWidth(a) {
677
- this.cl = a;
693
+ this.cp = a;
678
694
  this.j("WindowSizeMinWidth");
679
695
  }
680
696
  get windowSizeMinHeight() {
681
- return this.ck;
697
+ return this.co;
682
698
  }
683
699
  set windowSizeMinHeight(a) {
684
- this.ck = a;
700
+ this.co = a;
685
701
  this.j("WindowSizeMinHeight");
686
702
  }
687
703
  get syncChannel() {
688
- return this.gf;
704
+ return this.gj;
689
705
  }
690
706
  set syncChannel(a) {
691
- this.gf = a;
707
+ this.gj = a;
692
708
  this.j("SyncChannel");
693
709
  }
694
710
  get crosshairVisibility() {
695
- return this.ew;
711
+ return this.e0;
696
712
  }
697
713
  set crosshairVisibility(a) {
698
- this.ew = a;
714
+ this.e0 = a;
699
715
  this.j("CrosshairVisibility");
700
716
  }
701
717
  get horizontalCrosshairBrush() {
702
- return this.e6;
718
+ return this.fa;
703
719
  }
704
720
  set horizontalCrosshairBrush(a) {
705
- this.e6 = a;
721
+ this.fa = a;
706
722
  this.j("HorizontalCrosshairBrush");
707
723
  }
708
724
  get verticalCrosshairBrush() {
709
- return this.gp;
725
+ return this.gt;
710
726
  }
711
727
  set verticalCrosshairBrush(a) {
712
- this.gp = a;
728
+ this.gt = a;
713
729
  this.j("VerticalCrosshairBrush");
714
730
  }
715
731
  get zoomCoercionMode() {
716
- return this.gy;
732
+ return this.g2;
717
733
  }
718
734
  set zoomCoercionMode(a) {
719
- this.gy = a;
735
+ this.g2 = a;
720
736
  this.j("ZoomCoercionMode");
721
737
  }
722
738
  get plotAreaBackground() {
723
- return this.fj;
739
+ return this.fn;
724
740
  }
725
741
  set plotAreaBackground(a) {
726
- this.fj = a;
742
+ this.fn = a;
727
743
  this.j("PlotAreaBackground");
728
744
  }
729
745
  get shouldMatchZOrderToSeriesOrder() {
730
- return this.ar;
746
+ return this.au;
731
747
  }
732
748
  set shouldMatchZOrderToSeriesOrder(a) {
733
- this.ar = a;
749
+ this.au = a;
734
750
  this.j("ShouldMatchZOrderToSeriesOrder");
735
751
  }
736
752
  get defaultInteraction() {
737
- return this.ex;
753
+ return this.e1;
738
754
  }
739
755
  set defaultInteraction(a) {
740
- this.ex = a;
756
+ this.e1 = a;
741
757
  this.j("DefaultInteraction");
742
758
  }
743
759
  get interactionOverride() {
744
- return this.fc;
760
+ return this.fg;
745
761
  }
746
762
  set interactionOverride(a) {
747
- this.fc = a;
763
+ this.fg = a;
748
764
  this.j("InteractionOverride");
749
765
  }
750
766
  get rightButtonDefaultInteraction() {
751
- return this.fu;
767
+ return this.fy;
752
768
  }
753
769
  set rightButtonDefaultInteraction(a) {
754
- this.fu = a;
770
+ this.fy = a;
755
771
  this.j("RightButtonDefaultInteraction");
756
772
  }
757
773
  get dragModifier() {
758
- return this.ey;
774
+ return this.e2;
759
775
  }
760
776
  set dragModifier(a) {
761
- this.ey = a;
777
+ this.e2 = a;
762
778
  this.j("DragModifier");
763
779
  }
764
780
  get panModifier() {
765
- return this.fi;
781
+ return this.fm;
766
782
  }
767
783
  set panModifier(a) {
768
- this.fi = a;
784
+ this.fm = a;
769
785
  this.j("PanModifier");
770
786
  }
771
787
  get selectionModifier() {
772
- return this.fz;
788
+ return this.f3;
773
789
  }
774
790
  set selectionModifier(a) {
775
- this.fz = a;
791
+ this.f3 = a;
776
792
  this.j("SelectionModifier");
777
793
  }
778
794
  get previewRect() {
779
- return this.ac;
795
+ return this.ae;
780
796
  }
781
797
  set previewRect(a) {
782
- this.ac = a;
798
+ this.ae = a;
783
799
  this.j("PreviewRect");
784
800
  }
785
801
  get highlightedValuesDisplayMode() {
786
- return this.e3;
802
+ return this.e7;
787
803
  }
788
804
  set highlightedValuesDisplayMode(a) {
789
- this.e3 = a;
805
+ this.e7 = a;
790
806
  this.j("HighlightedValuesDisplayMode");
791
807
  }
792
808
  get selectedSeriesItems() {
793
- return this.p;
809
+ return this.q;
794
810
  }
795
811
  set selectedSeriesItems(a) {
796
- this.p = a;
812
+ this.q = a;
797
813
  this.j("SelectedSeriesItems");
798
814
  }
799
815
  get focusedSeriesItems() {
@@ -804,612 +820,612 @@ export let SeriesViewerDescription = /*@__PURE__*/ (() => {
804
820
  this.j("FocusedSeriesItems");
805
821
  }
806
822
  get windowPositionHorizontal() {
807
- return this.cg;
823
+ return this.ck;
808
824
  }
809
825
  set windowPositionHorizontal(a) {
810
- this.cg = a;
826
+ this.ck = a;
811
827
  this.j("WindowPositionHorizontal");
812
828
  }
813
829
  get windowPositionVertical() {
814
- return this.ch;
830
+ return this.cl;
815
831
  }
816
832
  set windowPositionVertical(a) {
817
- this.ch = a;
833
+ this.cl = a;
818
834
  this.j("WindowPositionVertical");
819
835
  }
820
836
  get selectionBrush() {
821
- return this.fx;
837
+ return this.f1;
822
838
  }
823
839
  set selectionBrush(a) {
824
- this.fx = a;
840
+ this.f1 = a;
825
841
  this.j("SelectionBrush");
826
842
  }
827
843
  get focusBrush() {
828
- return this.ez;
844
+ return this.e3;
829
845
  }
830
846
  set focusBrush(a) {
831
- this.ez = a;
847
+ this.e3 = a;
832
848
  this.j("FocusBrush");
833
849
  }
834
850
  get chartTitle() {
835
- return this.eu;
851
+ return this.ey;
836
852
  }
837
853
  set chartTitle(a) {
838
- this.eu = a;
854
+ this.ey = a;
839
855
  this.j("ChartTitle");
840
856
  }
841
857
  get titleHorizontalAlignment() {
842
- return this.gk;
858
+ return this.go;
843
859
  }
844
860
  set titleHorizontalAlignment(a) {
845
- this.gk = a;
861
+ this.go = a;
846
862
  this.j("TitleHorizontalAlignment");
847
863
  }
848
864
  get subtitleHorizontalAlignment() {
849
- return this.gc;
865
+ return this.gg;
850
866
  }
851
867
  set subtitleHorizontalAlignment(a) {
852
- this.gc = a;
868
+ this.gg = a;
853
869
  this.j("SubtitleHorizontalAlignment");
854
870
  }
855
871
  get titleTextStyle() {
856
- return this.gm;
872
+ return this.gq;
857
873
  }
858
874
  set titleTextStyle(a) {
859
- this.gm = a;
875
+ this.gq = a;
860
876
  this.j("TitleTextStyle");
861
877
  }
862
878
  get subtitleTextStyle() {
863
- return this.ge;
879
+ return this.gi;
864
880
  }
865
881
  set subtitleTextStyle(a) {
866
- this.ge = a;
882
+ this.gi = a;
867
883
  this.j("SubtitleTextStyle");
868
884
  }
869
885
  get titleTextColor() {
870
- return this.gl;
886
+ return this.gp;
871
887
  }
872
888
  set titleTextColor(a) {
873
- this.gl = a;
889
+ this.gp = a;
874
890
  this.j("TitleTextColor");
875
891
  }
876
892
  get subtitleTextColor() {
877
- return this.gd;
893
+ return this.gh;
878
894
  }
879
895
  set subtitleTextColor(a) {
880
- this.gd = a;
896
+ this.gh = a;
881
897
  this.j("SubtitleTextColor");
882
898
  }
883
899
  get titleTopMargin() {
884
- return this.b7;
900
+ return this.cb;
885
901
  }
886
902
  set titleTopMargin(a) {
887
- this.b7 = a;
903
+ this.cb = a;
888
904
  this.j("TitleTopMargin");
889
905
  }
890
906
  get titleLeftMargin() {
891
- return this.b5;
907
+ return this.b9;
892
908
  }
893
909
  set titleLeftMargin(a) {
894
- this.b5 = a;
910
+ this.b9 = a;
895
911
  this.j("TitleLeftMargin");
896
912
  }
897
913
  get titleRightMargin() {
898
- return this.b6;
914
+ return this.ca;
899
915
  }
900
916
  set titleRightMargin(a) {
901
- this.b6 = a;
917
+ this.ca = a;
902
918
  this.j("TitleRightMargin");
903
919
  }
904
920
  get titleBottomMargin() {
905
- return this.b3;
921
+ return this.b7;
906
922
  }
907
923
  set titleBottomMargin(a) {
908
- this.b3 = a;
924
+ this.b7 = a;
909
925
  this.j("TitleBottomMargin");
910
926
  }
911
927
  get subtitleTopMargin() {
912
- return this.b2;
928
+ return this.b6;
913
929
  }
914
930
  set subtitleTopMargin(a) {
915
- this.b2 = a;
931
+ this.b6 = a;
916
932
  this.j("SubtitleTopMargin");
917
933
  }
918
934
  get subtitleLeftMargin() {
919
- return this.b0;
935
+ return this.b4;
920
936
  }
921
937
  set subtitleLeftMargin(a) {
922
- this.b0 = a;
938
+ this.b4 = a;
923
939
  this.j("SubtitleLeftMargin");
924
940
  }
925
941
  get subtitleRightMargin() {
926
- return this.b1;
942
+ return this.b5;
927
943
  }
928
944
  set subtitleRightMargin(a) {
929
- this.b1 = a;
945
+ this.b5 = a;
930
946
  this.j("SubtitleRightMargin");
931
947
  }
932
948
  get subtitleBottomMargin() {
933
- return this.by;
949
+ return this.b2;
934
950
  }
935
951
  set subtitleBottomMargin(a) {
936
- this.by = a;
952
+ this.b2 = a;
937
953
  this.j("SubtitleBottomMargin");
938
954
  }
939
955
  get subtitle() {
940
- return this.f8;
956
+ return this.gc;
941
957
  }
942
958
  set subtitle(a) {
943
- this.f8 = a;
959
+ this.gc = a;
944
960
  this.j("Subtitle");
945
961
  }
946
962
  get topMargin() {
947
- return this.b8;
963
+ return this.cc;
948
964
  }
949
965
  set topMargin(a) {
950
- this.b8 = a;
966
+ this.cc = a;
951
967
  this.j("TopMargin");
952
968
  }
953
969
  get leftMargin() {
954
- return this.bu;
970
+ return this.by;
955
971
  }
956
972
  set leftMargin(a) {
957
- this.bu = a;
973
+ this.by = a;
958
974
  this.j("LeftMargin");
959
975
  }
960
976
  get rightMargin() {
961
- return this.bx;
977
+ return this.b1;
962
978
  }
963
979
  set rightMargin(a) {
964
- this.bx = a;
980
+ this.b1 = a;
965
981
  this.j("RightMargin");
966
982
  }
967
983
  get bottomMargin() {
968
- return this.bk;
984
+ return this.bo;
969
985
  }
970
986
  set bottomMargin(a) {
971
- this.bk = a;
987
+ this.bo = a;
972
988
  this.j("BottomMargin");
973
989
  }
974
990
  get autoMarginWidth() {
975
- return this.bj;
991
+ return this.bn;
976
992
  }
977
993
  set autoMarginWidth(a) {
978
- this.bj = a;
994
+ this.bn = a;
979
995
  this.j("AutoMarginWidth");
980
996
  }
981
997
  get autoMarginHeight() {
982
- return this.bi;
998
+ return this.bm;
983
999
  }
984
1000
  set autoMarginHeight(a) {
985
- this.bi = a;
1001
+ this.bm = a;
986
1002
  this.j("AutoMarginHeight");
987
1003
  }
988
1004
  get isAntiAliasingEnabledDuringInteraction() {
989
- return this.al;
1005
+ return this.an;
990
1006
  }
991
1007
  set isAntiAliasingEnabledDuringInteraction(a) {
992
- this.al = a;
1008
+ this.an = a;
993
1009
  this.j("IsAntiAliasingEnabledDuringInteraction");
994
1010
  }
995
1011
  get pixelScalingRatio() {
996
- return this.bv;
1012
+ return this.bz;
997
1013
  }
998
1014
  set pixelScalingRatio(a) {
999
- this.bv = a;
1015
+ this.bz = a;
1000
1016
  this.j("PixelScalingRatio");
1001
1017
  }
1002
1018
  get interactionPixelScalingRatio() {
1003
- return this.bt;
1019
+ return this.bx;
1004
1020
  }
1005
1021
  set interactionPixelScalingRatio(a) {
1006
- this.bt = a;
1022
+ this.bx = a;
1007
1023
  this.j("InteractionPixelScalingRatio");
1008
1024
  }
1009
1025
  get actualPixelScalingRatio() {
1010
- return this.bd;
1026
+ return this.bh;
1011
1027
  }
1012
1028
  set actualPixelScalingRatio(a) {
1013
- this.bd = a;
1029
+ this.bh = a;
1014
1030
  this.j("ActualPixelScalingRatio");
1015
1031
  }
1016
1032
  get actualInteractionPixelScalingRatio() {
1017
- return this.bc;
1033
+ return this.bg;
1018
1034
  }
1019
1035
  set actualInteractionPixelScalingRatio(a) {
1020
- this.bc = a;
1036
+ this.bg = a;
1021
1037
  this.j("ActualInteractionPixelScalingRatio");
1022
1038
  }
1023
1039
  get shouldPanOnMaximumZoom() {
1024
- return this.as;
1040
+ return this.av;
1025
1041
  }
1026
1042
  set shouldPanOnMaximumZoom(a) {
1027
- this.as = a;
1043
+ this.av = a;
1028
1044
  this.j("ShouldPanOnMaximumZoom");
1029
1045
  }
1030
1046
  get actualWindowRect() {
1031
- return this.aa;
1047
+ return this.ac;
1032
1048
  }
1033
1049
  set actualWindowRect(a) {
1034
- this.aa = a;
1050
+ this.ac = a;
1035
1051
  this.j("ActualWindowRect");
1036
1052
  }
1037
1053
  get actualWindowPositionHorizontal() {
1038
- return this.be;
1054
+ return this.bi;
1039
1055
  }
1040
1056
  set actualWindowPositionHorizontal(a) {
1041
- this.be = a;
1057
+ this.bi = a;
1042
1058
  this.j("ActualWindowPositionHorizontal");
1043
1059
  }
1044
1060
  get actualWindowPositionVertical() {
1045
- return this.bf;
1061
+ return this.bj;
1046
1062
  }
1047
1063
  set actualWindowPositionVertical(a) {
1048
- this.bf = a;
1064
+ this.bj = a;
1049
1065
  this.j("ActualWindowPositionVertical");
1050
1066
  }
1051
1067
  get previewPathStroke() {
1052
- return this.fr;
1068
+ return this.fv;
1053
1069
  }
1054
1070
  set previewPathStroke(a) {
1055
- this.fr = a;
1071
+ this.fv = a;
1056
1072
  this.j("PreviewPathStroke");
1057
1073
  }
1058
1074
  get previewPathFill() {
1059
- return this.fq;
1075
+ return this.fu;
1060
1076
  }
1061
1077
  set previewPathFill(a) {
1062
- this.fq = a;
1078
+ this.fu = a;
1063
1079
  this.j("PreviewPathFill");
1064
1080
  }
1065
1081
  get previewPathOpacity() {
1066
- return this.bw;
1082
+ return this.b0;
1067
1083
  }
1068
1084
  set previewPathOpacity(a) {
1069
- this.bw = a;
1085
+ this.b0 = a;
1070
1086
  this.j("PreviewPathOpacity");
1071
1087
  }
1072
1088
  get userAnnotationInformationRequestedRef() {
1073
- return this.gn;
1089
+ return this.gr;
1074
1090
  }
1075
1091
  set userAnnotationInformationRequestedRef(a) {
1076
- this.gn = a;
1092
+ this.gr = a;
1077
1093
  this.j("UserAnnotationInformationRequestedRef");
1078
1094
  }
1079
1095
  get userAnnotationToolTipContentUpdatingRef() {
1080
- return this.go;
1096
+ return this.gs;
1081
1097
  }
1082
1098
  set userAnnotationToolTipContentUpdatingRef(a) {
1083
- this.go = a;
1099
+ this.gs = a;
1084
1100
  this.j("UserAnnotationToolTipContentUpdatingRef");
1085
1101
  }
1086
1102
  get plotAreaMouseLeftButtonDownRef() {
1087
- return this.fn;
1103
+ return this.fr;
1088
1104
  }
1089
1105
  set plotAreaMouseLeftButtonDownRef(a) {
1090
- this.fn = a;
1106
+ this.fr = a;
1091
1107
  this.j("PlotAreaMouseLeftButtonDownRef");
1092
1108
  }
1093
1109
  get plotAreaMouseLeftButtonUpRef() {
1094
- return this.fo;
1110
+ return this.fs;
1095
1111
  }
1096
1112
  set plotAreaMouseLeftButtonUpRef(a) {
1097
- this.fo = a;
1113
+ this.fs = a;
1098
1114
  this.j("PlotAreaMouseLeftButtonUpRef");
1099
1115
  }
1100
1116
  get plotAreaClickedRef() {
1101
- return this.fk;
1117
+ return this.fo;
1102
1118
  }
1103
1119
  set plotAreaClickedRef(a) {
1104
- this.fk = a;
1120
+ this.fo = a;
1105
1121
  this.j("PlotAreaClickedRef");
1106
1122
  }
1107
1123
  get plotAreaMouseEnterRef() {
1108
- return this.fl;
1124
+ return this.fp;
1109
1125
  }
1110
1126
  set plotAreaMouseEnterRef(a) {
1111
- this.fl = a;
1127
+ this.fp = a;
1112
1128
  this.j("PlotAreaMouseEnterRef");
1113
1129
  }
1114
1130
  get plotAreaMouseLeaveRef() {
1115
- return this.fm;
1131
+ return this.fq;
1116
1132
  }
1117
1133
  set plotAreaMouseLeaveRef(a) {
1118
- this.fm = a;
1134
+ this.fq = a;
1119
1135
  this.j("PlotAreaMouseLeaveRef");
1120
1136
  }
1121
1137
  get plotAreaMouseOverRef() {
1122
- return this.fp;
1138
+ return this.ft;
1123
1139
  }
1124
1140
  set plotAreaMouseOverRef(a) {
1125
- this.fp = a;
1141
+ this.ft = a;
1126
1142
  this.j("PlotAreaMouseOverRef");
1127
1143
  }
1128
1144
  get axisLabelMouseDownRef() {
1129
- return this.ei;
1145
+ return this.em;
1130
1146
  }
1131
1147
  set axisLabelMouseDownRef(a) {
1132
- this.ei = a;
1148
+ this.em = a;
1133
1149
  this.j("AxisLabelMouseDownRef");
1134
1150
  }
1135
1151
  get axisLabelMouseUpRef() {
1136
- return this.em;
1152
+ return this.eq;
1137
1153
  }
1138
1154
  set axisLabelMouseUpRef(a) {
1139
- this.em = a;
1155
+ this.eq = a;
1140
1156
  this.j("AxisLabelMouseUpRef");
1141
1157
  }
1142
1158
  get axisLabelMouseEnterRef() {
1143
- return this.ej;
1159
+ return this.en;
1144
1160
  }
1145
1161
  set axisLabelMouseEnterRef(a) {
1146
- this.ej = a;
1162
+ this.en = a;
1147
1163
  this.j("AxisLabelMouseEnterRef");
1148
1164
  }
1149
1165
  get axisLabelMouseLeaveRef() {
1150
- return this.ek;
1166
+ return this.eo;
1151
1167
  }
1152
1168
  set axisLabelMouseLeaveRef(a) {
1153
- this.ek = a;
1169
+ this.eo = a;
1154
1170
  this.j("AxisLabelMouseLeaveRef");
1155
1171
  }
1156
1172
  get axisLabelMouseOverRef() {
1157
- return this.el;
1173
+ return this.ep;
1158
1174
  }
1159
1175
  set axisLabelMouseOverRef(a) {
1160
- this.el = a;
1176
+ this.ep = a;
1161
1177
  this.j("AxisLabelMouseOverRef");
1162
1178
  }
1163
1179
  get axisLabelMouseClickRef() {
1164
- return this.eh;
1180
+ return this.el;
1165
1181
  }
1166
1182
  set axisLabelMouseClickRef(a) {
1167
- this.eh = a;
1183
+ this.el = a;
1168
1184
  this.j("AxisLabelMouseClickRef");
1169
1185
  }
1170
1186
  get axisPanelMouseDownRef() {
1171
- return this.eo;
1187
+ return this.es;
1172
1188
  }
1173
1189
  set axisPanelMouseDownRef(a) {
1174
- this.eo = a;
1190
+ this.es = a;
1175
1191
  this.j("AxisPanelMouseDownRef");
1176
1192
  }
1177
1193
  get axisPanelMouseUpRef() {
1178
- return this.es;
1194
+ return this.ew;
1179
1195
  }
1180
1196
  set axisPanelMouseUpRef(a) {
1181
- this.es = a;
1197
+ this.ew = a;
1182
1198
  this.j("AxisPanelMouseUpRef");
1183
1199
  }
1184
1200
  get axisPanelMouseEnterRef() {
1185
- return this.ep;
1201
+ return this.et;
1186
1202
  }
1187
1203
  set axisPanelMouseEnterRef(a) {
1188
- this.ep = a;
1204
+ this.et = a;
1189
1205
  this.j("AxisPanelMouseEnterRef");
1190
1206
  }
1191
1207
  get axisPanelMouseLeaveRef() {
1192
- return this.eq;
1208
+ return this.eu;
1193
1209
  }
1194
1210
  set axisPanelMouseLeaveRef(a) {
1195
- this.eq = a;
1211
+ this.eu = a;
1196
1212
  this.j("AxisPanelMouseLeaveRef");
1197
1213
  }
1198
1214
  get axisPanelMouseOverRef() {
1199
- return this.er;
1215
+ return this.ev;
1200
1216
  }
1201
1217
  set axisPanelMouseOverRef(a) {
1202
- this.er = a;
1218
+ this.ev = a;
1203
1219
  this.j("AxisPanelMouseOverRef");
1204
1220
  }
1205
1221
  get axisPanelMouseClickRef() {
1206
- return this.en;
1222
+ return this.er;
1207
1223
  }
1208
1224
  set axisPanelMouseClickRef(a) {
1209
- this.en = a;
1225
+ this.er = a;
1210
1226
  this.j("AxisPanelMouseClickRef");
1211
1227
  }
1212
1228
  get seriesCursorMouseMoveRef() {
1213
- return this.f1;
1229
+ return this.f5;
1214
1230
  }
1215
1231
  set seriesCursorMouseMoveRef(a) {
1216
- this.f1 = a;
1232
+ this.f5 = a;
1217
1233
  this.j("SeriesCursorMouseMoveRef");
1218
1234
  }
1219
1235
  get seriesMouseLeftButtonDownRef() {
1220
- return this.f4;
1236
+ return this.f8;
1221
1237
  }
1222
1238
  set seriesMouseLeftButtonDownRef(a) {
1223
- this.f4 = a;
1239
+ this.f8 = a;
1224
1240
  this.j("SeriesMouseLeftButtonDownRef");
1225
1241
  }
1226
1242
  get seriesMouseLeftButtonUpRef() {
1227
- return this.f5;
1243
+ return this.f9;
1228
1244
  }
1229
1245
  set seriesMouseLeftButtonUpRef(a) {
1230
- this.f5 = a;
1246
+ this.f9 = a;
1231
1247
  this.j("SeriesMouseLeftButtonUpRef");
1232
1248
  }
1233
1249
  get seriesClickRef() {
1234
- return this.f0;
1250
+ return this.f4;
1235
1251
  }
1236
1252
  set seriesClickRef(a) {
1237
- this.f0 = a;
1253
+ this.f4 = a;
1238
1254
  this.j("SeriesClickRef");
1239
1255
  }
1240
1256
  get seriesMouseMoveRef() {
1241
- return this.f6;
1257
+ return this.ga;
1242
1258
  }
1243
1259
  set seriesMouseMoveRef(a) {
1244
- this.f6 = a;
1260
+ this.ga = a;
1245
1261
  this.j("SeriesMouseMoveRef");
1246
1262
  }
1247
1263
  get seriesMouseEnterRef() {
1248
- return this.f2;
1264
+ return this.f6;
1249
1265
  }
1250
1266
  set seriesMouseEnterRef(a) {
1251
- this.f2 = a;
1267
+ this.f6 = a;
1252
1268
  this.j("SeriesMouseEnterRef");
1253
1269
  }
1254
1270
  get seriesMouseLeaveRef() {
1255
- return this.f3;
1271
+ return this.f7;
1256
1272
  }
1257
1273
  set seriesMouseLeaveRef(a) {
1258
- this.f3 = a;
1274
+ this.f7 = a;
1259
1275
  this.j("SeriesMouseLeaveRef");
1260
1276
  }
1261
1277
  get resizeIdleRef() {
1262
- return this.ft;
1278
+ return this.fx;
1263
1279
  }
1264
1280
  set resizeIdleRef(a) {
1265
- this.ft = a;
1281
+ this.fx = a;
1266
1282
  this.j("ResizeIdleRef");
1267
1283
  }
1268
1284
  get viewerManipulationStartingRef() {
1269
- return this.gv;
1285
+ return this.gz;
1270
1286
  }
1271
1287
  set viewerManipulationStartingRef(a) {
1272
- this.gv = a;
1288
+ this.gz = a;
1273
1289
  this.j("ViewerManipulationStartingRef");
1274
1290
  }
1275
1291
  get viewerManipulationEndingRef() {
1276
- return this.gu;
1292
+ return this.gy;
1277
1293
  }
1278
1294
  set viewerManipulationEndingRef(a) {
1279
- this.gu = a;
1295
+ this.gy = a;
1280
1296
  this.j("ViewerManipulationEndingRef");
1281
1297
  }
1282
1298
  get windowRectChangedRef() {
1283
- return this.gw;
1299
+ return this.g0;
1284
1300
  }
1285
1301
  set windowRectChangedRef(a) {
1286
- this.gw = a;
1302
+ this.g0 = a;
1287
1303
  this.j("WindowRectChangedRef");
1288
1304
  }
1289
1305
  get sizeChangedRef() {
1290
- return this.f7;
1306
+ return this.gb;
1291
1307
  }
1292
1308
  set sizeChangedRef(a) {
1293
- this.f7 = a;
1309
+ this.gb = a;
1294
1310
  this.j("SizeChangedRef");
1295
1311
  }
1296
1312
  get actualWindowRectChangedRef() {
1297
- return this.eg;
1313
+ return this.ek;
1298
1314
  }
1299
1315
  set actualWindowRectChangedRef(a) {
1300
- this.eg = a;
1316
+ this.ek = a;
1301
1317
  this.j("ActualWindowRectChangedRef");
1302
1318
  }
1303
1319
  get gridAreaRectChangedRef() {
1304
- return this.e2;
1320
+ return this.e6;
1305
1321
  }
1306
1322
  set gridAreaRectChangedRef(a) {
1307
- this.e2 = a;
1323
+ this.e6 = a;
1308
1324
  this.j("GridAreaRectChangedRef");
1309
1325
  }
1310
1326
  get selectedSeriesItemsChangedRef() {
1311
- return this.fv;
1327
+ return this.fz;
1312
1328
  }
1313
1329
  set selectedSeriesItemsChangedRef(a) {
1314
- this.fv = a;
1330
+ this.fz = a;
1315
1331
  this.j("SelectedSeriesItemsChangedRef");
1316
1332
  }
1317
1333
  get focusedSeriesItemsChangedRef() {
1318
- return this.e0;
1334
+ return this.e4;
1319
1335
  }
1320
1336
  set focusedSeriesItemsChangedRef(a) {
1321
- this.e0 = a;
1337
+ this.e4 = a;
1322
1338
  this.j("FocusedSeriesItemsChangedRef");
1323
1339
  }
1324
1340
  get refreshCompletedRef() {
1325
- return this.fs;
1341
+ return this.fw;
1326
1342
  }
1327
1343
  set refreshCompletedRef(a) {
1328
- this.fs = a;
1344
+ this.fw = a;
1329
1345
  this.j("RefreshCompletedRef");
1330
1346
  }
1331
1347
  get imageCapturedRef() {
1332
- return this.fb;
1348
+ return this.ff;
1333
1349
  }
1334
1350
  set imageCapturedRef(a) {
1335
- this.fb = a;
1351
+ this.ff = a;
1336
1352
  this.j("ImageCapturedRef");
1337
1353
  }
1338
1354
  get background() {
1339
- return this.et;
1355
+ return this.ex;
1340
1356
  }
1341
1357
  set background(a) {
1342
- this.et = a;
1358
+ this.ex = a;
1343
1359
  this.j("Background");
1344
1360
  }
1345
1361
  get titleFontFamily() {
1346
- return this.gh;
1362
+ return this.gl;
1347
1363
  }
1348
1364
  set titleFontFamily(a) {
1349
- this.gh = a;
1365
+ this.gl = a;
1350
1366
  this.j("TitleFontFamily");
1351
1367
  }
1352
1368
  get titleFontSize() {
1353
- return this.b4;
1369
+ return this.b8;
1354
1370
  }
1355
1371
  set titleFontSize(a) {
1356
- this.b4 = a;
1372
+ this.b8 = a;
1357
1373
  this.j("TitleFontSize");
1358
1374
  }
1359
1375
  get titleFontWeight() {
1360
- return this.gj;
1376
+ return this.gn;
1361
1377
  }
1362
1378
  set titleFontWeight(a) {
1363
- this.gj = a;
1379
+ this.gn = a;
1364
1380
  this.j("TitleFontWeight");
1365
1381
  }
1366
1382
  get titleFontStyle() {
1367
- return this.gi;
1383
+ return this.gm;
1368
1384
  }
1369
1385
  set titleFontStyle(a) {
1370
- this.gi = a;
1386
+ this.gm = a;
1371
1387
  this.j("TitleFontStyle");
1372
1388
  }
1373
1389
  get subtitleFontFamily() {
1374
- return this.f9;
1390
+ return this.gd;
1375
1391
  }
1376
1392
  set subtitleFontFamily(a) {
1377
- this.f9 = a;
1393
+ this.gd = a;
1378
1394
  this.j("SubtitleFontFamily");
1379
1395
  }
1380
1396
  get subtitleFontSize() {
1381
- return this.bz;
1397
+ return this.b3;
1382
1398
  }
1383
1399
  set subtitleFontSize(a) {
1384
- this.bz = a;
1400
+ this.b3 = a;
1385
1401
  this.j("SubtitleFontSize");
1386
1402
  }
1387
1403
  get subtitleFontWeight() {
1388
- return this.gb;
1404
+ return this.gf;
1389
1405
  }
1390
1406
  set subtitleFontWeight(a) {
1391
- this.gb = a;
1407
+ this.gf = a;
1392
1408
  this.j("SubtitleFontWeight");
1393
1409
  }
1394
1410
  get subtitleFontStyle() {
1395
- return this.ga;
1411
+ return this.ge;
1396
1412
  }
1397
1413
  set subtitleFontStyle(a) {
1398
- this.ga = a;
1414
+ this.ge = a;
1399
1415
  this.j("SubtitleFontStyle");
1400
1416
  }
1401
1417
  get synchronizeHorizontally() {
1402
- return this.au;
1418
+ return this.ax;
1403
1419
  }
1404
1420
  set synchronizeHorizontally(a) {
1405
- this.au = a;
1421
+ this.ax = a;
1406
1422
  this.j("SynchronizeHorizontally");
1407
1423
  }
1408
1424
  get synchronizeVertically() {
1409
- return this.gg;
1425
+ return this.gk;
1410
1426
  }
1411
1427
  set synchronizeVertically(a) {
1412
- this.gg = a;
1428
+ this.gk = a;
1413
1429
  this.j("SynchronizeVertically");
1414
1430
  }
1415
1431
  }