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