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
@@ -13,71 +13,71 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
13
13
  class DomainChartDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.fp = 0;
17
- this.f2 = 0;
16
+ this.fq = 0;
18
17
  this.f3 = 0;
19
18
  this.f4 = 0;
20
- this.f1 = 0;
21
- this.fx = 0;
22
- this.fz = 0;
19
+ this.f5 = 0;
20
+ this.f2 = 0;
23
21
  this.fy = 0;
22
+ this.f0 = 0;
23
+ this.fz = 0;
24
+ this.fx = 0;
25
+ this.ob = null;
26
+ this.oe = null;
27
+ this.fn = 0;
28
+ this.f6 = 0;
24
29
  this.fw = 0;
25
- this.n3 = null;
26
- this.n6 = null;
27
- this.fm = 0;
28
- this.f5 = 0;
29
- this.fv = 0;
30
30
  this.dk = 0;
31
- this.ju = 0;
32
- this.n9 = null;
33
- this.jr = 0;
31
+ this.jz = 0;
32
+ this.oh = null;
33
+ this.jv = 0;
34
+ this.jy = 0;
34
35
  this.jt = 0;
35
- this.jq = 0;
36
- this.n4 = null;
37
- this.n7 = null;
38
- this.k2 = null;
36
+ this.oc = null;
37
+ this.of = null;
38
+ this.la = null;
39
39
  this.ei = 0;
40
40
  this.ej = 0;
41
41
  this.dt = 0;
42
42
  this.du = 0;
43
- this.k0 = null;
44
- this.k1 = null;
43
+ this.k8 = null;
44
+ this.k9 = null;
45
45
  this.b7 = false;
46
46
  this.p = null;
47
47
  this.m = null;
48
48
  this.o = null;
49
49
  this.l = null;
50
- this.mf = null;
51
- this.jn = 0;
52
- this.jo = 0;
53
- this.mh = null;
54
- this.mg = null;
50
+ this.mn = null;
51
+ this.jp = 0;
52
+ this.jq = 0;
53
+ this.mp = null;
54
+ this.mo = null;
55
55
  this.b8 = false;
56
- this.mi = null;
56
+ this.mq = null;
57
57
  this.q = null;
58
58
  this.e6 = 0;
59
59
  this.e7 = 0;
60
60
  this.e8 = 0;
61
61
  this.e9 = 0;
62
62
  this.b9 = false;
63
- this.mn = null;
63
+ this.mv = null;
64
64
  this.ca = false;
65
65
  this.fb = 0;
66
66
  this.fc = 0;
67
67
  this.fd = 0;
68
68
  this.fe = 0;
69
- this.mj = null;
70
- this.mk = null;
69
+ this.mr = null;
70
+ this.ms = null;
71
71
  this.fa = 0;
72
- this.ml = null;
73
- this.mm = null;
74
- this.k9 = null;
72
+ this.mt = null;
73
+ this.mu = null;
74
+ this.lh = null;
75
75
  this.n = null;
76
- this.k7 = null;
77
- this.k8 = null;
78
- this.la = null;
79
- this.lb = null;
80
- this.lc = null;
76
+ this.lf = null;
77
+ this.lg = null;
78
+ this.li = null;
79
+ this.lj = null;
80
+ this.lk = null;
81
81
  this.d9 = 0;
82
82
  this.ea = 0;
83
83
  this.eb = 0;
@@ -87,11 +87,11 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
87
87
  this.d6 = 0;
88
88
  this.d7 = 0;
89
89
  this.b6 = false;
90
- this.ld = null;
90
+ this.ll = null;
91
91
  this.d8 = 0;
92
- this.le = null;
93
- this.lf = null;
94
- this.k3 = null;
92
+ this.lm = null;
93
+ this.ln = null;
94
+ this.lb = null;
95
95
  this.d0 = 0;
96
96
  this.d1 = 0;
97
97
  this.d2 = 0;
@@ -101,17 +101,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
101
101
  this.dx = 0;
102
102
  this.dy = 0;
103
103
  this.b5 = false;
104
- this.k4 = null;
104
+ this.lc = null;
105
105
  this.dz = 0;
106
- this.k5 = null;
107
- this.k6 = null;
108
- this.lr = null;
109
- this.ls = null;
106
+ this.ld = null;
107
+ this.le = null;
108
+ this.lz = null;
109
+ this.l0 = null;
110
110
  this.ep = 0;
111
- this.lt = null;
112
- this.lu = null;
113
- this.lv = null;
114
- this.lq = null;
111
+ this.l1 = null;
112
+ this.l2 = null;
113
+ this.l3 = null;
114
+ this.ly = null;
115
115
  this.eq = 0;
116
116
  this.er = 0;
117
117
  this.es = 0;
@@ -120,69 +120,69 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
120
120
  this.em = 0;
121
121
  this.en = 0;
122
122
  this.eo = 0;
123
- this.l1 = null;
124
- this.l2 = null;
123
+ this.l9 = null;
124
+ this.ma = null;
125
125
  this.ev = 0;
126
- this.l3 = null;
127
- this.l4 = null;
128
- this.ll = null;
129
- this.lm = null;
130
- this.ln = null;
126
+ this.mb = null;
127
+ this.mc = null;
128
+ this.lt = null;
129
+ this.lu = null;
130
+ this.lv = null;
131
131
  this.ek = 0;
132
- this.lo = null;
133
- this.lp = null;
134
132
  this.lw = null;
135
133
  this.lx = null;
136
- this.ly = null;
134
+ this.l4 = null;
135
+ this.l5 = null;
136
+ this.l6 = null;
137
137
  this.eu = 0;
138
- this.lz = null;
139
- this.l0 = null;
138
+ this.l7 = null;
139
+ this.l8 = null;
140
140
  this.dp = 0;
141
141
  this.dq = 0;
142
142
  this.dr = 0;
143
143
  this.ds = 0;
144
- this.kz = null;
145
- this.l9 = null;
146
- this.ma = null;
147
- this.mb = null;
144
+ this.k7 = null;
145
+ this.mh = null;
146
+ this.mi = null;
147
+ this.mj = null;
148
148
  this.e2 = 0;
149
149
  this.e3 = 0;
150
150
  this.e4 = 0;
151
151
  this.e5 = 0;
152
- this.mc = null;
152
+ this.mk = null;
153
153
  this.e1 = 0;
154
- this.md = null;
155
- this.me = null;
154
+ this.ml = null;
155
+ this.mm = null;
156
156
  this.ex = 0;
157
157
  this.ey = 0;
158
158
  this.ez = 0;
159
159
  this.e0 = 0;
160
- this.l5 = null;
161
- this.l6 = null;
160
+ this.md = null;
161
+ this.me = null;
162
162
  this.ew = 0;
163
- this.l7 = null;
164
- this.l8 = null;
165
- this.lg = null;
166
- this.lh = null;
163
+ this.mf = null;
164
+ this.mg = null;
165
+ this.lo = null;
166
+ this.lp = null;
167
167
  this.ee = 0;
168
168
  this.ef = 0;
169
169
  this.eg = 0;
170
170
  this.eh = 0;
171
- this.li = null;
171
+ this.lq = null;
172
172
  this.ed = 0;
173
- this.lj = null;
174
- this.lk = null;
173
+ this.lr = null;
174
+ this.ls = null;
175
175
  this.aj = null;
176
176
  this.v = null;
177
177
  this.u = null;
178
178
  this.s = null;
179
179
  this.w = null;
180
180
  this.ak = null;
181
- this.nq = null;
182
- this.mt = null;
183
- this.np = null;
184
- this.mr = null;
185
- this.no = null;
181
+ this.ny = null;
182
+ this.m1 = null;
183
+ this.nx = null;
184
+ this.mz = null;
185
+ this.nw = null;
186
186
  this.ai = null;
187
187
  this.t = null;
188
188
  this.ac = null;
@@ -191,15 +191,15 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
191
191
  this.y = null;
192
192
  this.ab = null;
193
193
  this.ad = null;
194
- this.m7 = null;
195
- this.mu = null;
196
- this.m5 = null;
197
- this.m4 = null;
198
- this.m6 = null;
199
- this.m8 = null;
200
- this.ky = null;
194
+ this.nf = null;
195
+ this.m2 = null;
196
+ this.nd = null;
197
+ this.nc = null;
198
+ this.ne = null;
199
+ this.ng = null;
200
+ this.k6 = null;
201
201
  this.bn = null;
202
- this.mv = null;
202
+ this.m3 = null;
203
203
  this.bo = null;
204
204
  this.x = null;
205
205
  this.r = null;
@@ -207,151 +207,155 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
207
207
  this.ah = null;
208
208
  this.h = null;
209
209
  this.i = null;
210
- this.nd = null;
210
+ this.nl = null;
211
211
  this.cd = false;
212
212
  this.cf = false;
213
213
  this.ci = false;
214
214
  this.ck = false;
215
- this.mx = null;
215
+ this.m5 = null;
216
216
  this.ce = false;
217
- this.mw = null;
218
- this.nc = null;
217
+ this.m4 = null;
218
+ this.nk = null;
219
219
  this.br = null;
220
- this.kp = null;
221
- this.n1 = null;
222
- this.n5 = null;
223
- this.n2 = null;
224
- this.ob = null;
225
- this.fu = 0;
226
- this.f0 = 0;
227
- this.nh = null;
228
- this.ng = null;
229
- this.nf = null;
230
- this.fn = 0;
220
+ this.kx = null;
221
+ this.n9 = null;
222
+ this.od = null;
223
+ this.oa = null;
224
+ this.oj = null;
225
+ this.fv = 0;
226
+ this.f1 = 0;
227
+ this.np = null;
228
+ this.no = null;
229
+ this.nn = null;
231
230
  this.fo = 0;
231
+ this.fp = 0;
232
232
  this.ag = null;
233
- this.ne = null;
233
+ this.nm = null;
234
234
  this.ae = null;
235
235
  this.af = null;
236
- this.js = 0;
236
+ this.jw = 0;
237
237
  this.dj = 0;
238
238
  this.bu = false;
239
239
  this.al = null;
240
- this.oa = null;
241
- this.f6 = 0;
240
+ this.oi = null;
241
+ this.f7 = 0;
242
242
  this.am = null;
243
243
  this.cl = false;
244
244
  this.bt = false;
245
- this.fr = 0;
246
- this.ft = 0;
247
245
  this.fs = 0;
248
- this.fq = 0;
249
- this.kq = null;
250
- this.nt = null;
251
- this.nu = null;
252
- this.mz = null;
253
- this.my = null;
254
- this.m9 = null;
255
- this.nb = null;
256
- this.na = null;
257
- this.jv = 0;
258
- this.n8 = null;
259
- this.kv = null;
246
+ this.fu = 0;
247
+ this.ft = 0;
248
+ this.fr = 0;
249
+ this.ju = 0;
250
+ this.js = 0;
251
+ this.jx = 0;
252
+ this.ky = null;
253
+ this.n1 = null;
254
+ this.n2 = null;
255
+ this.m7 = null;
256
+ this.m6 = null;
257
+ this.ff = 0;
258
+ this.nh = null;
259
+ this.nj = null;
260
+ this.ni = null;
261
+ this.j0 = 0;
262
+ this.og = null;
263
+ this.k3 = null;
260
264
  this.b4 = false;
261
- this.kx = null;
265
+ this.k5 = null;
262
266
  this.dn = 0;
263
- this.kw = null;
267
+ this.k4 = null;
264
268
  this.b1 = false;
265
269
  this.b3 = false;
266
270
  this.b2 = false;
267
- this.kr = null;
268
- this.kt = null;
269
- this.ks = null;
270
- this.ku = null;
271
- this.jl = 0;
272
- this.jm = 0;
271
+ this.kz = null;
272
+ this.k1 = null;
273
+ this.k0 = null;
274
+ this.k2 = null;
275
+ this.jn = 0;
276
+ this.jo = 0;
273
277
  this.ch = false;
274
278
  this.cj = false;
275
279
  this.cb = false;
276
- this.mp = null;
277
- this.mq = null;
278
- this.jp = 0;
280
+ this.mx = null;
281
+ this.my = null;
282
+ this.jr = 0;
279
283
  this.bv = false;
280
284
  this.b0 = false;
281
285
  this.bw = false;
282
286
  this.cm = false;
283
- this.j8 = null;
287
+ this.kg = null;
284
288
  this.by = false;
285
289
  this.bz = false;
286
290
  this.bx = false;
287
291
  this.dm = 0;
288
- this.ka = null;
292
+ this.ki = null;
293
+ this.ks = null;
294
+ this.kt = null;
295
+ this.kr = null;
289
296
  this.kk = null;
297
+ this.kq = null;
298
+ this.jm = 0;
290
299
  this.kl = null;
291
- this.kj = null;
292
- this.kc = null;
293
- this.ki = null;
294
- this.jk = 0;
295
- this.kd = null;
296
300
  this.k = null;
301
+ this.kv = null;
302
+ this.kw = null;
303
+ this.kp = null;
304
+ this.kj = null;
305
+ this.km = null;
306
+ this.dl = 0;
297
307
  this.kn = null;
298
308
  this.ko = null;
299
- this.kh = null;
300
- this.kb = null;
301
- this.ke = null;
302
- this.dl = 0;
303
- this.kf = null;
304
- this.kg = null;
305
309
  this.an = null;
306
310
  this.ao = null;
307
- this.f7 = 0;
311
+ this.f8 = 0;
308
312
  this.cg = false;
309
- this.m1 = null;
310
- this.od = null;
311
- this.m3 = null;
312
- this.of = null;
313
- this.m0 = null;
314
- this.m2 = null;
313
+ this.m9 = null;
314
+ this.ol = null;
315
+ this.nb = null;
316
+ this.on = null;
317
+ this.m8 = null;
318
+ this.na = null;
319
+ this.fk = 0;
315
320
  this.fj = 0;
316
- this.fi = 0;
317
- this.ff = 0;
318
321
  this.fg = 0;
319
322
  this.fh = 0;
323
+ this.fi = 0;
324
+ this.fm = 0;
320
325
  this.fl = 0;
321
- this.fk = 0;
322
326
  this.cc = false;
323
- this.oc = null;
324
- this.oe = null;
327
+ this.ok = null;
328
+ this.om = null;
329
+ this.gc = 0;
325
330
  this.gb = 0;
331
+ this.f9 = 0;
332
+ this.gf = 0;
326
333
  this.ga = 0;
327
- this.f8 = 0;
328
334
  this.ge = 0;
329
- this.f9 = 0;
330
335
  this.gd = 0;
331
- this.gc = 0;
332
336
  this.cn = false;
337
+ this.gh = 0;
333
338
  this.gg = 0;
334
- this.gf = 0;
339
+ this.gj = 0;
335
340
  this.gi = 0;
336
- this.gh = 0;
337
- this.nr = null;
338
- this.n0 = null;
339
- this.nw = null;
340
- this.nx = null;
341
- this.ny = null;
342
- this.nv = null;
343
341
  this.nz = null;
342
+ this.n8 = null;
343
+ this.n4 = null;
344
+ this.n5 = null;
345
+ this.n6 = null;
346
+ this.n3 = null;
347
+ this.n7 = null;
348
+ this.n0 = null;
349
+ this.nr = null;
344
350
  this.ns = null;
345
- this.nj = null;
346
- this.nk = null;
347
- this.nl = null;
348
- this.ni = null;
349
- this.nm = null;
350
- this.km = null;
351
- this.j9 = null;
352
- this.nn = null;
353
- this.ms = null;
354
- this.mo = null;
351
+ this.nt = null;
352
+ this.nq = null;
353
+ this.nu = null;
354
+ this.ku = null;
355
+ this.kh = null;
356
+ this.nv = null;
357
+ this.m0 = null;
358
+ this.mw = null;
355
359
  }
356
360
  get_type() {
357
361
  return "DomainChart";
@@ -360,101 +364,101 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
360
364
  return this.get_type();
361
365
  }
362
366
  get pixelScalingRatio() {
363
- return this.fp;
367
+ return this.fq;
364
368
  }
365
369
  set pixelScalingRatio(a) {
366
- this.fp = a;
370
+ this.fq = a;
367
371
  this.g("PixelScalingRatio");
368
372
  }
369
373
  get titleLeftMargin() {
370
- return this.f2;
374
+ return this.f3;
371
375
  }
372
376
  set titleLeftMargin(a) {
373
- this.f2 = a;
377
+ this.f3 = a;
374
378
  this.g("TitleLeftMargin");
375
379
  }
376
380
  get titleRightMargin() {
377
- return this.f3;
381
+ return this.f4;
378
382
  }
379
383
  set titleRightMargin(a) {
380
- this.f3 = a;
384
+ this.f4 = a;
381
385
  this.g("TitleRightMargin");
382
386
  }
383
387
  get titleTopMargin() {
384
- return this.f4;
388
+ return this.f5;
385
389
  }
386
390
  set titleTopMargin(a) {
387
- this.f4 = a;
391
+ this.f5 = a;
388
392
  this.g("TitleTopMargin");
389
393
  }
390
394
  get titleBottomMargin() {
391
- return this.f1;
395
+ return this.f2;
392
396
  }
393
397
  set titleBottomMargin(a) {
394
- this.f1 = a;
398
+ this.f2 = a;
395
399
  this.g("TitleBottomMargin");
396
400
  }
397
401
  get subtitleLeftMargin() {
398
- return this.fx;
402
+ return this.fy;
399
403
  }
400
404
  set subtitleLeftMargin(a) {
401
- this.fx = a;
405
+ this.fy = a;
402
406
  this.g("SubtitleLeftMargin");
403
407
  }
404
408
  get subtitleTopMargin() {
405
- return this.fz;
409
+ return this.f0;
406
410
  }
407
411
  set subtitleTopMargin(a) {
408
- this.fz = a;
412
+ this.f0 = a;
409
413
  this.g("SubtitleTopMargin");
410
414
  }
411
415
  get subtitleRightMargin() {
412
- return this.fy;
416
+ return this.fz;
413
417
  }
414
418
  set subtitleRightMargin(a) {
415
- this.fy = a;
419
+ this.fz = a;
416
420
  this.g("SubtitleRightMargin");
417
421
  }
418
422
  get subtitleBottomMargin() {
419
- return this.fw;
423
+ return this.fx;
420
424
  }
421
425
  set subtitleBottomMargin(a) {
422
- this.fw = a;
426
+ this.fx = a;
423
427
  this.g("SubtitleBottomMargin");
424
428
  }
425
429
  get subtitleTextColor() {
426
- return this.n3;
430
+ return this.ob;
427
431
  }
428
432
  set subtitleTextColor(a) {
429
- this.n3 = a;
433
+ this.ob = a;
430
434
  this.g("SubtitleTextColor");
431
435
  }
432
436
  get titleTextColor() {
433
- return this.n6;
437
+ return this.oe;
434
438
  }
435
439
  set titleTextColor(a) {
436
- this.n6 = a;
440
+ this.oe = a;
437
441
  this.g("TitleTextColor");
438
442
  }
439
443
  get leftMargin() {
440
- return this.fm;
444
+ return this.fn;
441
445
  }
442
446
  set leftMargin(a) {
443
- this.fm = a;
447
+ this.fn = a;
444
448
  this.g("LeftMargin");
445
449
  }
446
450
  get topMargin() {
447
- return this.f5;
451
+ return this.f6;
448
452
  }
449
453
  set topMargin(a) {
450
- this.f5 = a;
454
+ this.f6 = a;
451
455
  this.g("TopMargin");
452
456
  }
453
457
  get rightMargin() {
454
- return this.fv;
458
+ return this.fw;
455
459
  }
456
460
  set rightMargin(a) {
457
- this.fv = a;
461
+ this.fw = a;
458
462
  this.g("RightMargin");
459
463
  }
460
464
  get bottomMargin() {
@@ -465,59 +469,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
465
469
  this.g("BottomMargin");
466
470
  }
467
471
  get transitionDuration() {
468
- return this.ju;
472
+ return this.jz;
469
473
  }
470
474
  set transitionDuration(a) {
471
- this.ju = a;
475
+ this.jz = a;
472
476
  this.g("TransitionDuration");
473
477
  }
474
478
  get transitionEasingFunctionRef() {
475
- return this.n9;
479
+ return this.oh;
476
480
  }
477
481
  set transitionEasingFunctionRef(a) {
478
- this.n9 = a;
482
+ this.oh = a;
479
483
  this.g("TransitionEasingFunctionRef");
480
484
  }
481
485
  get highlightingTransitionDuration() {
482
- return this.jr;
486
+ return this.jv;
483
487
  }
484
488
  set highlightingTransitionDuration(a) {
485
- this.jr = a;
489
+ this.jv = a;
486
490
  this.g("HighlightingTransitionDuration");
487
491
  }
488
492
  get selectionTransitionDuration() {
489
- return this.jt;
493
+ return this.jy;
490
494
  }
491
495
  set selectionTransitionDuration(a) {
492
- this.jt = a;
496
+ this.jy = a;
493
497
  this.g("SelectionTransitionDuration");
494
498
  }
495
499
  get focusTransitionDuration() {
496
- return this.jq;
500
+ return this.jt;
497
501
  }
498
502
  set focusTransitionDuration(a) {
499
- this.jq = a;
503
+ this.jt = a;
500
504
  this.g("FocusTransitionDuration");
501
505
  }
502
506
  get subtitleTextStyle() {
503
- return this.n4;
507
+ return this.oc;
504
508
  }
505
509
  set subtitleTextStyle(a) {
506
- this.n4 = a;
510
+ this.oc = a;
507
511
  this.g("SubtitleTextStyle");
508
512
  }
509
513
  get titleTextStyle() {
510
- return this.n7;
514
+ return this.of;
511
515
  }
512
516
  set titleTextStyle(a) {
513
- this.n7 = a;
517
+ this.of = a;
514
518
  this.g("TitleTextStyle");
515
519
  }
516
520
  get dataToolTipGroupingMode() {
517
- return this.k2;
521
+ return this.la;
518
522
  }
519
523
  set dataToolTipGroupingMode(a) {
520
- this.k2 = a;
524
+ this.la = a;
521
525
  this.g("DataToolTipGroupingMode");
522
526
  }
523
527
  get dataToolTipPositionOffsetX() {
@@ -549,17 +553,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
549
553
  this.g("DataToolTipDefaultPositionOffsetY");
550
554
  }
551
555
  get dataToolTipGroupedPositionModeX() {
552
- return this.k0;
556
+ return this.k8;
553
557
  }
554
558
  set dataToolTipGroupedPositionModeX(a) {
555
- this.k0 = a;
559
+ this.k8 = a;
556
560
  this.g("DataToolTipGroupedPositionModeX");
557
561
  }
558
562
  get dataToolTipGroupedPositionModeY() {
559
- return this.k1;
563
+ return this.k9;
560
564
  }
561
565
  set dataToolTipGroupedPositionModeY(a) {
562
- this.k1 = a;
566
+ this.k9 = a;
563
567
  this.g("DataToolTipGroupedPositionModeY");
564
568
  }
565
569
  get dataToolTipShouldUpdateWhenSeriesDataChanges() {
@@ -598,38 +602,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
598
602
  this.g("DataToolTipExcludedColumns");
599
603
  }
600
604
  get dataToolTipValueFormatAbbreviation() {
601
- return this.mf;
605
+ return this.mn;
602
606
  }
603
607
  set dataToolTipValueFormatAbbreviation(a) {
604
- this.mf = a;
608
+ this.mn = a;
605
609
  this.g("DataToolTipValueFormatAbbreviation");
606
610
  }
607
611
  get dataToolTipValueFormatMaxFractions() {
608
- return this.jn;
612
+ return this.jp;
609
613
  }
610
614
  set dataToolTipValueFormatMaxFractions(a) {
611
- this.jn = a;
615
+ this.jp = a;
612
616
  this.g("DataToolTipValueFormatMaxFractions");
613
617
  }
614
618
  get dataToolTipValueFormatMinFractions() {
615
- return this.jo;
619
+ return this.jq;
616
620
  }
617
621
  set dataToolTipValueFormatMinFractions(a) {
618
- this.jo = a;
622
+ this.jq = a;
619
623
  this.g("DataToolTipValueFormatMinFractions");
620
624
  }
621
625
  get dataToolTipValueFormatMode() {
622
- return this.mh;
626
+ return this.mp;
623
627
  }
624
628
  set dataToolTipValueFormatMode(a) {
625
- this.mh = a;
629
+ this.mp = a;
626
630
  this.g("DataToolTipValueFormatMode");
627
631
  }
628
632
  get dataToolTipValueFormatCulture() {
629
- return this.mg;
633
+ return this.mo;
630
634
  }
631
635
  set dataToolTipValueFormatCulture(a) {
632
- this.mg = a;
636
+ this.mo = a;
633
637
  this.g("DataToolTipValueFormatCulture");
634
638
  }
635
639
  get dataToolTipValueFormatUseGrouping() {
@@ -640,10 +644,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
640
644
  this.g("DataToolTipValueFormatUseGrouping");
641
645
  }
642
646
  get dataToolTipValueFormatString() {
643
- return this.mi;
647
+ return this.mq;
644
648
  }
645
649
  set dataToolTipValueFormatString(a) {
646
- this.mi = a;
650
+ this.mq = a;
647
651
  this.g("DataToolTipValueFormatString");
648
652
  }
649
653
  get dataToolTipValueFormatSpecifiers() {
@@ -689,10 +693,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
689
693
  this.g("DataToolTipValueRowVisible");
690
694
  }
691
695
  get dataToolTipValueTextWhenMissingData() {
692
- return this.mn;
696
+ return this.mv;
693
697
  }
694
698
  set dataToolTipValueTextWhenMissingData(a) {
695
- this.mn = a;
699
+ this.mv = a;
696
700
  this.g("DataToolTipValueTextWhenMissingData");
697
701
  }
698
702
  get dataToolTipValueTextUseSeriesColors() {
@@ -731,17 +735,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
731
735
  this.g("DataToolTipValueTextMarginTop");
732
736
  }
733
737
  get dataToolTipValueTextColor() {
734
- return this.mj;
738
+ return this.mr;
735
739
  }
736
740
  set dataToolTipValueTextColor(a) {
737
- this.mj = a;
741
+ this.mr = a;
738
742
  this.g("DataToolTipValueTextColor");
739
743
  }
740
744
  get dataToolTipValueTextFontFamily() {
741
- return this.mk;
745
+ return this.ms;
742
746
  }
743
747
  set dataToolTipValueTextFontFamily(a) {
744
- this.mk = a;
748
+ this.ms = a;
745
749
  this.g("DataToolTipValueTextFontFamily");
746
750
  }
747
751
  get dataToolTipValueTextFontSize() {
@@ -752,24 +756,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
752
756
  this.g("DataToolTipValueTextFontSize");
753
757
  }
754
758
  get dataToolTipValueTextFontStyle() {
755
- return this.ml;
759
+ return this.mt;
756
760
  }
757
761
  set dataToolTipValueTextFontStyle(a) {
758
- this.ml = a;
762
+ this.mt = a;
759
763
  this.g("DataToolTipValueTextFontStyle");
760
764
  }
761
765
  get dataToolTipValueTextFontWeight() {
762
- return this.mm;
766
+ return this.mu;
763
767
  }
764
768
  set dataToolTipValueTextFontWeight(a) {
765
- this.mm = a;
769
+ this.mu = a;
766
770
  this.g("DataToolTipValueTextFontWeight");
767
771
  }
768
772
  get dataToolTipHeaderFormatString() {
769
- return this.k9;
773
+ return this.lh;
770
774
  }
771
775
  set dataToolTipHeaderFormatString(a) {
772
- this.k9 = a;
776
+ this.lh = a;
773
777
  this.g("DataToolTipHeaderFormatString");
774
778
  }
775
779
  get dataToolTipHeaderFormatSpecifiers() {
@@ -780,38 +784,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
780
784
  this.g("DataToolTipHeaderFormatSpecifiers");
781
785
  }
782
786
  get dataToolTipHeaderFormatCulture() {
783
- return this.k7;
787
+ return this.lf;
784
788
  }
785
789
  set dataToolTipHeaderFormatCulture(a) {
786
- this.k7 = a;
790
+ this.lf = a;
787
791
  this.g("DataToolTipHeaderFormatCulture");
788
792
  }
789
793
  get dataToolTipHeaderFormatDate() {
790
- return this.k8;
794
+ return this.lg;
791
795
  }
792
796
  set dataToolTipHeaderFormatDate(a) {
793
- this.k8 = a;
797
+ this.lg = a;
794
798
  this.g("DataToolTipHeaderFormatDate");
795
799
  }
796
800
  get dataToolTipHeaderFormatTime() {
797
- return this.la;
801
+ return this.li;
798
802
  }
799
803
  set dataToolTipHeaderFormatTime(a) {
800
- this.la = a;
804
+ this.li = a;
801
805
  this.g("DataToolTipHeaderFormatTime");
802
806
  }
803
807
  get dataToolTipHeaderText() {
804
- return this.lb;
808
+ return this.lj;
805
809
  }
806
810
  set dataToolTipHeaderText(a) {
807
- this.lb = a;
811
+ this.lj = a;
808
812
  this.g("DataToolTipHeaderText");
809
813
  }
810
814
  get dataToolTipHeaderTextColor() {
811
- return this.lc;
815
+ return this.lk;
812
816
  }
813
817
  set dataToolTipHeaderTextColor(a) {
814
- this.lc = a;
818
+ this.lk = a;
815
819
  this.g("DataToolTipHeaderTextColor");
816
820
  }
817
821
  get dataToolTipHeaderTextMarginBottom() {
@@ -878,10 +882,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
878
882
  this.g("DataToolTipHeaderRowVisible");
879
883
  }
880
884
  get dataToolTipHeaderTextFontFamily() {
881
- return this.ld;
885
+ return this.ll;
882
886
  }
883
887
  set dataToolTipHeaderTextFontFamily(a) {
884
- this.ld = a;
888
+ this.ll = a;
885
889
  this.g("DataToolTipHeaderTextFontFamily");
886
890
  }
887
891
  get dataToolTipHeaderTextFontSize() {
@@ -892,24 +896,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
892
896
  this.g("DataToolTipHeaderTextFontSize");
893
897
  }
894
898
  get dataToolTipHeaderTextFontStyle() {
895
- return this.le;
899
+ return this.lm;
896
900
  }
897
901
  set dataToolTipHeaderTextFontStyle(a) {
898
- this.le = a;
902
+ this.lm = a;
899
903
  this.g("DataToolTipHeaderTextFontStyle");
900
904
  }
901
905
  get dataToolTipHeaderTextFontWeight() {
902
- return this.lf;
906
+ return this.ln;
903
907
  }
904
908
  set dataToolTipHeaderTextFontWeight(a) {
905
- this.lf = a;
909
+ this.ln = a;
906
910
  this.g("DataToolTipHeaderTextFontWeight");
907
911
  }
908
912
  get dataToolTipGroupTextColor() {
909
- return this.k3;
913
+ return this.lb;
910
914
  }
911
915
  set dataToolTipGroupTextColor(a) {
912
- this.k3 = a;
916
+ this.lb = a;
913
917
  this.g("DataToolTipGroupTextColor");
914
918
  }
915
919
  get dataToolTipGroupTextMarginBottom() {
@@ -976,10 +980,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
976
980
  this.g("DataToolTipGroupRowVisible");
977
981
  }
978
982
  get dataToolTipGroupTextFontFamily() {
979
- return this.k4;
983
+ return this.lc;
980
984
  }
981
985
  set dataToolTipGroupTextFontFamily(a) {
982
- this.k4 = a;
986
+ this.lc = a;
983
987
  this.g("DataToolTipGroupTextFontFamily");
984
988
  }
985
989
  get dataToolTipGroupTextFontSize() {
@@ -990,31 +994,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
990
994
  this.g("DataToolTipGroupTextFontSize");
991
995
  }
992
996
  get dataToolTipGroupTextFontStyle() {
993
- return this.k5;
997
+ return this.ld;
994
998
  }
995
999
  set dataToolTipGroupTextFontStyle(a) {
996
- this.k5 = a;
1000
+ this.ld = a;
997
1001
  this.g("DataToolTipGroupTextFontStyle");
998
1002
  }
999
1003
  get dataToolTipGroupTextFontWeight() {
1000
- return this.k6;
1004
+ return this.le;
1001
1005
  }
1002
1006
  set dataToolTipGroupTextFontWeight(a) {
1003
- this.k6 = a;
1007
+ this.le = a;
1004
1008
  this.g("DataToolTipGroupTextFontWeight");
1005
1009
  }
1006
1010
  get dataToolTipSummaryTitleTextColor() {
1007
- return this.lr;
1011
+ return this.lz;
1008
1012
  }
1009
1013
  set dataToolTipSummaryTitleTextColor(a) {
1010
- this.lr = a;
1014
+ this.lz = a;
1011
1015
  this.g("DataToolTipSummaryTitleTextColor");
1012
1016
  }
1013
1017
  get dataToolTipSummaryTitleTextFontFamily() {
1014
- return this.ls;
1018
+ return this.l0;
1015
1019
  }
1016
1020
  set dataToolTipSummaryTitleTextFontFamily(a) {
1017
- this.ls = a;
1021
+ this.l0 = a;
1018
1022
  this.g("DataToolTipSummaryTitleTextFontFamily");
1019
1023
  }
1020
1024
  get dataToolTipSummaryTitleTextFontSize() {
@@ -1025,31 +1029,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1025
1029
  this.g("DataToolTipSummaryTitleTextFontSize");
1026
1030
  }
1027
1031
  get dataToolTipSummaryTitleTextFontStyle() {
1028
- return this.lt;
1032
+ return this.l1;
1029
1033
  }
1030
1034
  set dataToolTipSummaryTitleTextFontStyle(a) {
1031
- this.lt = a;
1035
+ this.l1 = a;
1032
1036
  this.g("DataToolTipSummaryTitleTextFontStyle");
1033
1037
  }
1034
1038
  get dataToolTipSummaryTitleTextFontWeight() {
1035
- return this.lu;
1039
+ return this.l2;
1036
1040
  }
1037
1041
  set dataToolTipSummaryTitleTextFontWeight(a) {
1038
- this.lu = a;
1042
+ this.l2 = a;
1039
1043
  this.g("DataToolTipSummaryTitleTextFontWeight");
1040
1044
  }
1041
1045
  get dataToolTipSummaryType() {
1042
- return this.lv;
1046
+ return this.l3;
1043
1047
  }
1044
1048
  set dataToolTipSummaryType(a) {
1045
- this.lv = a;
1049
+ this.l3 = a;
1046
1050
  this.g("DataToolTipSummaryType");
1047
1051
  }
1048
1052
  get dataToolTipSummaryTitleText() {
1049
- return this.lq;
1053
+ return this.ly;
1050
1054
  }
1051
1055
  set dataToolTipSummaryTitleText(a) {
1052
- this.lq = a;
1056
+ this.ly = a;
1053
1057
  this.g("DataToolTipSummaryTitleText");
1054
1058
  }
1055
1059
  get dataToolTipSummaryTitleTextMarginBottom() {
@@ -1109,17 +1113,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1109
1113
  this.g("DataToolTipSummaryRowMarginTop");
1110
1114
  }
1111
1115
  get dataToolTipSummaryValueTextColor() {
1112
- return this.l1;
1116
+ return this.l9;
1113
1117
  }
1114
1118
  set dataToolTipSummaryValueTextColor(a) {
1115
- this.l1 = a;
1119
+ this.l9 = a;
1116
1120
  this.g("DataToolTipSummaryValueTextColor");
1117
1121
  }
1118
1122
  get dataToolTipSummaryValueTextFontFamily() {
1119
- return this.l2;
1123
+ return this.ma;
1120
1124
  }
1121
1125
  set dataToolTipSummaryValueTextFontFamily(a) {
1122
- this.l2 = a;
1126
+ this.ma = a;
1123
1127
  this.g("DataToolTipSummaryValueTextFontFamily");
1124
1128
  }
1125
1129
  get dataToolTipSummaryValueTextFontSize() {
@@ -1130,38 +1134,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1130
1134
  this.g("DataToolTipSummaryValueTextFontSize");
1131
1135
  }
1132
1136
  get dataToolTipSummaryValueTextFontStyle() {
1133
- return this.l3;
1137
+ return this.mb;
1134
1138
  }
1135
1139
  set dataToolTipSummaryValueTextFontStyle(a) {
1136
- this.l3 = a;
1140
+ this.mb = a;
1137
1141
  this.g("DataToolTipSummaryValueTextFontStyle");
1138
1142
  }
1139
1143
  get dataToolTipSummaryValueTextFontWeight() {
1140
- return this.l4;
1144
+ return this.mc;
1141
1145
  }
1142
1146
  set dataToolTipSummaryValueTextFontWeight(a) {
1143
- this.l4 = a;
1147
+ this.mc = a;
1144
1148
  this.g("DataToolTipSummaryValueTextFontWeight");
1145
1149
  }
1146
1150
  get dataToolTipSummaryLabelText() {
1147
- return this.ll;
1151
+ return this.lt;
1148
1152
  }
1149
1153
  set dataToolTipSummaryLabelText(a) {
1150
- this.ll = a;
1154
+ this.lt = a;
1151
1155
  this.g("DataToolTipSummaryLabelText");
1152
1156
  }
1153
1157
  get dataToolTipSummaryLabelTextColor() {
1154
- return this.lm;
1158
+ return this.lu;
1155
1159
  }
1156
1160
  set dataToolTipSummaryLabelTextColor(a) {
1157
- this.lm = a;
1161
+ this.lu = a;
1158
1162
  this.g("DataToolTipSummaryLabelTextColor");
1159
1163
  }
1160
1164
  get dataToolTipSummaryLabelTextFontFamily() {
1161
- return this.ln;
1165
+ return this.lv;
1162
1166
  }
1163
1167
  set dataToolTipSummaryLabelTextFontFamily(a) {
1164
- this.ln = a;
1168
+ this.lv = a;
1165
1169
  this.g("DataToolTipSummaryLabelTextFontFamily");
1166
1170
  }
1167
1171
  get dataToolTipSummaryLabelTextFontSize() {
@@ -1172,38 +1176,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1172
1176
  this.g("DataToolTipSummaryLabelTextFontSize");
1173
1177
  }
1174
1178
  get dataToolTipSummaryLabelTextFontStyle() {
1175
- return this.lo;
1179
+ return this.lw;
1176
1180
  }
1177
1181
  set dataToolTipSummaryLabelTextFontStyle(a) {
1178
- this.lo = a;
1182
+ this.lw = a;
1179
1183
  this.g("DataToolTipSummaryLabelTextFontStyle");
1180
1184
  }
1181
1185
  get dataToolTipSummaryLabelTextFontWeight() {
1182
- return this.lp;
1186
+ return this.lx;
1183
1187
  }
1184
1188
  set dataToolTipSummaryLabelTextFontWeight(a) {
1185
- this.lp = a;
1189
+ this.lx = a;
1186
1190
  this.g("DataToolTipSummaryLabelTextFontWeight");
1187
1191
  }
1188
1192
  get dataToolTipSummaryUnitsText() {
1189
- return this.lw;
1193
+ return this.l4;
1190
1194
  }
1191
1195
  set dataToolTipSummaryUnitsText(a) {
1192
- this.lw = a;
1196
+ this.l4 = a;
1193
1197
  this.g("DataToolTipSummaryUnitsText");
1194
1198
  }
1195
1199
  get dataToolTipSummaryUnitsTextColor() {
1196
- return this.lx;
1200
+ return this.l5;
1197
1201
  }
1198
1202
  set dataToolTipSummaryUnitsTextColor(a) {
1199
- this.lx = a;
1203
+ this.l5 = a;
1200
1204
  this.g("DataToolTipSummaryUnitsTextColor");
1201
1205
  }
1202
1206
  get dataToolTipSummaryUnitsTextFontFamily() {
1203
- return this.ly;
1207
+ return this.l6;
1204
1208
  }
1205
1209
  set dataToolTipSummaryUnitsTextFontFamily(a) {
1206
- this.ly = a;
1210
+ this.l6 = a;
1207
1211
  this.g("DataToolTipSummaryUnitsTextFontFamily");
1208
1212
  }
1209
1213
  get dataToolTipSummaryUnitsTextFontSize() {
@@ -1214,17 +1218,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1214
1218
  this.g("DataToolTipSummaryUnitsTextFontSize");
1215
1219
  }
1216
1220
  get dataToolTipSummaryUnitsTextFontStyle() {
1217
- return this.lz;
1221
+ return this.l7;
1218
1222
  }
1219
1223
  set dataToolTipSummaryUnitsTextFontStyle(a) {
1220
- this.lz = a;
1224
+ this.l7 = a;
1221
1225
  this.g("DataToolTipSummaryUnitsTextFontStyle");
1222
1226
  }
1223
1227
  get dataToolTipSummaryUnitsTextFontWeight() {
1224
- return this.l0;
1228
+ return this.l8;
1225
1229
  }
1226
1230
  set dataToolTipSummaryUnitsTextFontWeight(a) {
1227
- this.l0 = a;
1231
+ this.l8 = a;
1228
1232
  this.g("DataToolTipSummaryUnitsTextFontWeight");
1229
1233
  }
1230
1234
  get dataToolTipBadgeMarginBottom() {
@@ -1256,31 +1260,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1256
1260
  this.g("DataToolTipBadgeMarginTop");
1257
1261
  }
1258
1262
  get dataToolTipBadgeShape() {
1259
- return this.kz;
1263
+ return this.k7;
1260
1264
  }
1261
1265
  set dataToolTipBadgeShape(a) {
1262
- this.kz = a;
1266
+ this.k7 = a;
1263
1267
  this.g("DataToolTipBadgeShape");
1264
1268
  }
1265
1269
  get dataToolTipUnitsDisplayMode() {
1266
- return this.l9;
1270
+ return this.mh;
1267
1271
  }
1268
1272
  set dataToolTipUnitsDisplayMode(a) {
1269
- this.l9 = a;
1273
+ this.mh = a;
1270
1274
  this.g("DataToolTipUnitsDisplayMode");
1271
1275
  }
1272
1276
  get dataToolTipUnitsText() {
1273
- return this.ma;
1277
+ return this.mi;
1274
1278
  }
1275
1279
  set dataToolTipUnitsText(a) {
1276
- this.ma = a;
1280
+ this.mi = a;
1277
1281
  this.g("DataToolTipUnitsText");
1278
1282
  }
1279
1283
  get dataToolTipUnitsTextColor() {
1280
- return this.mb;
1284
+ return this.mj;
1281
1285
  }
1282
1286
  set dataToolTipUnitsTextColor(a) {
1283
- this.mb = a;
1287
+ this.mj = a;
1284
1288
  this.g("DataToolTipUnitsTextColor");
1285
1289
  }
1286
1290
  get dataToolTipUnitsTextMarginBottom() {
@@ -1312,10 +1316,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1312
1316
  this.g("DataToolTipUnitsTextMarginTop");
1313
1317
  }
1314
1318
  get dataToolTipUnitsTextFontFamily() {
1315
- return this.mc;
1319
+ return this.mk;
1316
1320
  }
1317
1321
  set dataToolTipUnitsTextFontFamily(a) {
1318
- this.mc = a;
1322
+ this.mk = a;
1319
1323
  this.g("DataToolTipUnitsTextFontFamily");
1320
1324
  }
1321
1325
  get dataToolTipUnitsTextFontSize() {
@@ -1326,17 +1330,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1326
1330
  this.g("DataToolTipUnitsTextFontSize");
1327
1331
  }
1328
1332
  get dataToolTipUnitsTextFontStyle() {
1329
- return this.md;
1333
+ return this.ml;
1330
1334
  }
1331
1335
  set dataToolTipUnitsTextFontStyle(a) {
1332
- this.md = a;
1336
+ this.ml = a;
1333
1337
  this.g("DataToolTipUnitsTextFontStyle");
1334
1338
  }
1335
1339
  get dataToolTipUnitsTextFontWeight() {
1336
- return this.me;
1340
+ return this.mm;
1337
1341
  }
1338
1342
  set dataToolTipUnitsTextFontWeight(a) {
1339
- this.me = a;
1343
+ this.mm = a;
1340
1344
  this.g("DataToolTipUnitsTextFontWeight");
1341
1345
  }
1342
1346
  get dataToolTipTitleTextMarginBottom() {
@@ -1368,17 +1372,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1368
1372
  this.g("DataToolTipTitleTextMarginTop");
1369
1373
  }
1370
1374
  get dataToolTipTitleTextColor() {
1371
- return this.l5;
1375
+ return this.md;
1372
1376
  }
1373
1377
  set dataToolTipTitleTextColor(a) {
1374
- this.l5 = a;
1378
+ this.md = a;
1375
1379
  this.g("DataToolTipTitleTextColor");
1376
1380
  }
1377
1381
  get dataToolTipTitleTextFontFamily() {
1378
- return this.l6;
1382
+ return this.me;
1379
1383
  }
1380
1384
  set dataToolTipTitleTextFontFamily(a) {
1381
- this.l6 = a;
1385
+ this.me = a;
1382
1386
  this.g("DataToolTipTitleTextFontFamily");
1383
1387
  }
1384
1388
  get dataToolTipTitleTextFontSize() {
@@ -1389,31 +1393,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1389
1393
  this.g("DataToolTipTitleTextFontSize");
1390
1394
  }
1391
1395
  get dataToolTipTitleTextFontStyle() {
1392
- return this.l7;
1396
+ return this.mf;
1393
1397
  }
1394
1398
  set dataToolTipTitleTextFontStyle(a) {
1395
- this.l7 = a;
1399
+ this.mf = a;
1396
1400
  this.g("DataToolTipTitleTextFontStyle");
1397
1401
  }
1398
1402
  get dataToolTipTitleTextFontWeight() {
1399
- return this.l8;
1403
+ return this.mg;
1400
1404
  }
1401
1405
  set dataToolTipTitleTextFontWeight(a) {
1402
- this.l8 = a;
1406
+ this.mg = a;
1403
1407
  this.g("DataToolTipTitleTextFontWeight");
1404
1408
  }
1405
1409
  get dataToolTipLabelDisplayMode() {
1406
- return this.lg;
1410
+ return this.lo;
1407
1411
  }
1408
1412
  set dataToolTipLabelDisplayMode(a) {
1409
- this.lg = a;
1413
+ this.lo = a;
1410
1414
  this.g("DataToolTipLabelDisplayMode");
1411
1415
  }
1412
1416
  get dataToolTipLabelTextColor() {
1413
- return this.lh;
1417
+ return this.lp;
1414
1418
  }
1415
1419
  set dataToolTipLabelTextColor(a) {
1416
- this.lh = a;
1420
+ this.lp = a;
1417
1421
  this.g("DataToolTipLabelTextColor");
1418
1422
  }
1419
1423
  get dataToolTipLabelTextMarginBottom() {
@@ -1445,10 +1449,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1445
1449
  this.g("DataToolTipLabelTextMarginTop");
1446
1450
  }
1447
1451
  get dataToolTipLabelTextFontFamily() {
1448
- return this.li;
1452
+ return this.lq;
1449
1453
  }
1450
1454
  set dataToolTipLabelTextFontFamily(a) {
1451
- this.li = a;
1455
+ this.lq = a;
1452
1456
  this.g("DataToolTipLabelTextFontFamily");
1453
1457
  }
1454
1458
  get dataToolTipLabelTextFontSize() {
@@ -1459,17 +1463,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1459
1463
  this.g("DataToolTipLabelTextFontSize");
1460
1464
  }
1461
1465
  get dataToolTipLabelTextFontStyle() {
1462
- return this.lj;
1466
+ return this.lr;
1463
1467
  }
1464
1468
  set dataToolTipLabelTextFontStyle(a) {
1465
- this.lj = a;
1469
+ this.lr = a;
1466
1470
  this.g("DataToolTipLabelTextFontStyle");
1467
1471
  }
1468
1472
  get dataToolTipLabelTextFontWeight() {
1469
- return this.lk;
1473
+ return this.ls;
1470
1474
  }
1471
1475
  set dataToolTipLabelTextFontWeight(a) {
1472
- this.lk = a;
1476
+ this.ls = a;
1473
1477
  this.g("DataToolTipLabelTextFontWeight");
1474
1478
  }
1475
1479
  get sortDescriptions() {
@@ -1515,38 +1519,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1515
1519
  this.g("SummaryDescriptions");
1516
1520
  }
1517
1521
  get selectionMode() {
1518
- return this.nq;
1522
+ return this.ny;
1519
1523
  }
1520
1524
  set selectionMode(a) {
1521
- this.nq = a;
1525
+ this.ny = a;
1522
1526
  this.g("SelectionMode");
1523
1527
  }
1524
1528
  get focusMode() {
1525
- return this.mt;
1529
+ return this.m1;
1526
1530
  }
1527
1531
  set focusMode(a) {
1528
- this.mt = a;
1532
+ this.m1 = a;
1529
1533
  this.g("FocusMode");
1530
1534
  }
1531
1535
  get selectionBrush() {
1532
- return this.np;
1536
+ return this.nx;
1533
1537
  }
1534
1538
  set selectionBrush(a) {
1535
- this.np = a;
1539
+ this.nx = a;
1536
1540
  this.g("SelectionBrush");
1537
1541
  }
1538
1542
  get focusBrush() {
1539
- return this.mr;
1543
+ return this.mz;
1540
1544
  }
1541
1545
  set focusBrush(a) {
1542
- this.mr = a;
1546
+ this.mz = a;
1543
1547
  this.g("FocusBrush");
1544
1548
  }
1545
1549
  get selectionBehavior() {
1546
- return this.no;
1550
+ return this.nw;
1547
1551
  }
1548
1552
  set selectionBehavior(a) {
1549
- this.no = a;
1553
+ this.nw = a;
1550
1554
  this.g("SelectionBehavior");
1551
1555
  }
1552
1556
  get selectedSeriesItems() {
@@ -1606,52 +1610,52 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1606
1610
  this.g("InitialSummaryDescriptions");
1607
1611
  }
1608
1612
  get initialSorts() {
1609
- return this.m7;
1613
+ return this.nf;
1610
1614
  }
1611
1615
  set initialSorts(a) {
1612
- this.m7 = a;
1616
+ this.nf = a;
1613
1617
  this.g("InitialSorts");
1614
1618
  }
1615
1619
  get groupSorts() {
1616
- return this.mu;
1620
+ return this.m2;
1617
1621
  }
1618
1622
  set groupSorts(a) {
1619
- this.mu = a;
1623
+ this.m2 = a;
1620
1624
  this.g("GroupSorts");
1621
1625
  }
1622
1626
  get initialGroups() {
1623
- return this.m5;
1627
+ return this.nd;
1624
1628
  }
1625
1629
  set initialGroups(a) {
1626
- this.m5 = a;
1630
+ this.nd = a;
1627
1631
  this.g("InitialGroups");
1628
1632
  }
1629
1633
  get initialFilter() {
1630
- return this.m4;
1634
+ return this.nc;
1631
1635
  }
1632
1636
  set initialFilter(a) {
1633
- this.m4 = a;
1637
+ this.nc = a;
1634
1638
  this.g("InitialFilter");
1635
1639
  }
1636
1640
  get initialHighlightFilter() {
1637
- return this.m6;
1641
+ return this.ne;
1638
1642
  }
1639
1643
  set initialHighlightFilter(a) {
1640
- this.m6 = a;
1644
+ this.ne = a;
1641
1645
  this.g("InitialHighlightFilter");
1642
1646
  }
1643
1647
  get initialSummaries() {
1644
- return this.m8;
1648
+ return this.ng;
1645
1649
  }
1646
1650
  set initialSummaries(a) {
1647
- this.m8 = a;
1651
+ this.ng = a;
1648
1652
  this.g("InitialSummaries");
1649
1653
  }
1650
1654
  get dataSourceRef() {
1651
- return this.ky;
1655
+ return this.k6;
1652
1656
  }
1653
1657
  set dataSourceRef(a) {
1654
- this.ky = a;
1658
+ this.k6 = a;
1655
1659
  this.g("DataSourceRef");
1656
1660
  }
1657
1661
  get dataSource() {
@@ -1662,10 +1666,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1662
1666
  this.g("DataSource");
1663
1667
  }
1664
1668
  get highlightedDataSourceRef() {
1665
- return this.mv;
1669
+ return this.m3;
1666
1670
  }
1667
1671
  set highlightedDataSourceRef(a) {
1668
- this.mv = a;
1672
+ this.m3 = a;
1669
1673
  this.g("HighlightedDataSourceRef");
1670
1674
  }
1671
1675
  get highlightedDataSource() {
@@ -1718,10 +1722,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1718
1722
  this.g("ActualOutlines");
1719
1723
  }
1720
1724
  get legendRef() {
1721
- return this.nd;
1725
+ return this.nl;
1722
1726
  }
1723
1727
  set legendRef(a) {
1724
- this.nd = a;
1728
+ this.nl = a;
1725
1729
  this.g("LegendRef");
1726
1730
  }
1727
1731
  get isHorizontalZoomEnabled() {
@@ -1753,10 +1757,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1753
1757
  this.g("ShouldUseSkeletonStyleForMockData");
1754
1758
  }
1755
1759
  get highlightedValuesDisplayMode() {
1756
- return this.mx;
1760
+ return this.m5;
1757
1761
  }
1758
1762
  set highlightedValuesDisplayMode(a) {
1759
- this.mx = a;
1763
+ this.m5 = a;
1760
1764
  this.g("HighlightedValuesDisplayMode");
1761
1765
  }
1762
1766
  get isSeriesHighlightingEnabled() {
@@ -1767,17 +1771,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1767
1771
  this.g("IsSeriesHighlightingEnabled");
1768
1772
  }
1769
1773
  get highlightedLegendItemVisibility() {
1770
- return this.mw;
1774
+ return this.m4;
1771
1775
  }
1772
1776
  set highlightedLegendItemVisibility(a) {
1773
- this.mw = a;
1777
+ this.m4 = a;
1774
1778
  this.g("HighlightedLegendItemVisibility");
1775
1779
  }
1776
1780
  get legendItemVisibility() {
1777
- return this.nc;
1781
+ return this.nk;
1778
1782
  }
1779
1783
  set legendItemVisibility(a) {
1780
- this.nc = a;
1784
+ this.nk = a;
1781
1785
  this.g("LegendItemVisibility");
1782
1786
  }
1783
1787
  get windowRect() {
@@ -1788,87 +1792,87 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1788
1792
  this.g("WindowRect");
1789
1793
  }
1790
1794
  get chartTitle() {
1791
- return this.kp;
1795
+ return this.kx;
1792
1796
  }
1793
1797
  set chartTitle(a) {
1794
- this.kp = a;
1798
+ this.kx = a;
1795
1799
  this.g("ChartTitle");
1796
1800
  }
1797
1801
  get subtitle() {
1798
- return this.n1;
1802
+ return this.n9;
1799
1803
  }
1800
1804
  set subtitle(a) {
1801
- this.n1 = a;
1805
+ this.n9 = a;
1802
1806
  this.g("Subtitle");
1803
1807
  }
1804
1808
  get titleAlignment() {
1805
- return this.n5;
1809
+ return this.od;
1806
1810
  }
1807
1811
  set titleAlignment(a) {
1808
- this.n5 = a;
1812
+ this.od = a;
1809
1813
  this.g("TitleAlignment");
1810
1814
  }
1811
1815
  get subtitleAlignment() {
1812
- return this.n2;
1816
+ return this.oa;
1813
1817
  }
1814
1818
  set subtitleAlignment(a) {
1815
- this.n2 = a;
1819
+ this.oa = a;
1816
1820
  this.g("SubtitleAlignment");
1817
1821
  }
1818
1822
  get unknownValuePlotting() {
1819
- return this.ob;
1823
+ return this.oj;
1820
1824
  }
1821
1825
  set unknownValuePlotting(a) {
1822
- this.ob = a;
1826
+ this.oj = a;
1823
1827
  this.g("UnknownValuePlotting");
1824
1828
  }
1825
1829
  get resolution() {
1826
- return this.fu;
1830
+ return this.fv;
1827
1831
  }
1828
1832
  set resolution(a) {
1829
- this.fu = a;
1833
+ this.fv = a;
1830
1834
  this.g("Resolution");
1831
1835
  }
1832
1836
  get thickness() {
1833
- return this.f0;
1837
+ return this.f1;
1834
1838
  }
1835
1839
  set thickness(a) {
1836
- this.f0 = a;
1840
+ this.f1 = a;
1837
1841
  this.g("Thickness");
1838
1842
  }
1839
1843
  get outlineMode() {
1840
- return this.nh;
1844
+ return this.np;
1841
1845
  }
1842
1846
  set outlineMode(a) {
1843
- this.nh = a;
1847
+ this.np = a;
1844
1848
  this.g("OutlineMode");
1845
1849
  }
1846
1850
  get markerOutlineMode() {
1847
- return this.ng;
1851
+ return this.no;
1848
1852
  }
1849
1853
  set markerOutlineMode(a) {
1850
- this.ng = a;
1854
+ this.no = a;
1851
1855
  this.g("MarkerOutlineMode");
1852
1856
  }
1853
1857
  get markerFillMode() {
1854
- return this.nf;
1858
+ return this.nn;
1855
1859
  }
1856
1860
  set markerFillMode(a) {
1857
- this.nf = a;
1861
+ this.nn = a;
1858
1862
  this.g("MarkerFillMode");
1859
1863
  }
1860
1864
  get markerFillOpacity() {
1861
- return this.fn;
1865
+ return this.fo;
1862
1866
  }
1863
1867
  set markerFillOpacity(a) {
1864
- this.fn = a;
1868
+ this.fo = a;
1865
1869
  this.g("MarkerFillOpacity");
1866
1870
  }
1867
1871
  get markerThickness() {
1868
- return this.fo;
1872
+ return this.fp;
1869
1873
  }
1870
1874
  set markerThickness(a) {
1871
- this.fo = a;
1875
+ this.fp = a;
1872
1876
  this.g("MarkerThickness");
1873
1877
  }
1874
1878
  get markerTypes() {
@@ -1879,10 +1883,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1879
1883
  this.g("MarkerTypes");
1880
1884
  }
1881
1885
  get markerAutomaticBehavior() {
1882
- return this.ne;
1886
+ return this.nm;
1883
1887
  }
1884
1888
  set markerAutomaticBehavior(a) {
1885
- this.ne = a;
1889
+ this.nm = a;
1886
1890
  this.g("MarkerAutomaticBehavior");
1887
1891
  }
1888
1892
  get markerBrushes() {
@@ -1900,10 +1904,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1900
1904
  this.g("MarkerOutlines");
1901
1905
  }
1902
1906
  get markerMaxCount() {
1903
- return this.js;
1907
+ return this.jw;
1904
1908
  }
1905
1909
  set markerMaxCount(a) {
1906
- this.js = a;
1910
+ this.jw = a;
1907
1911
  this.g("MarkerMaxCount");
1908
1912
  }
1909
1913
  get areaFillOpacity() {
@@ -1928,17 +1932,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1928
1932
  this.g("TrendLineBrushes");
1929
1933
  }
1930
1934
  get trendLineType() {
1931
- return this.oa;
1935
+ return this.oi;
1932
1936
  }
1933
1937
  set trendLineType(a) {
1934
- this.oa = a;
1938
+ this.oi = a;
1935
1939
  this.g("TrendLineType");
1936
1940
  }
1937
1941
  get trendLineThickness() {
1938
- return this.f6;
1942
+ return this.f7;
1939
1943
  }
1940
1944
  set trendLineThickness(a) {
1941
- this.f6 = a;
1945
+ this.f7 = a;
1942
1946
  this.g("TrendLineThickness");
1943
1947
  }
1944
1948
  get trendLineTypes() {
@@ -1963,108 +1967,136 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1963
1967
  this.g("AlignsGridLinesToPixels");
1964
1968
  }
1965
1969
  get plotAreaMarginLeft() {
1966
- return this.fr;
1970
+ return this.fs;
1967
1971
  }
1968
1972
  set plotAreaMarginLeft(a) {
1969
- this.fr = a;
1973
+ this.fs = a;
1970
1974
  this.g("PlotAreaMarginLeft");
1971
1975
  }
1972
1976
  get plotAreaMarginTop() {
1973
- return this.ft;
1977
+ return this.fu;
1974
1978
  }
1975
1979
  set plotAreaMarginTop(a) {
1976
- this.ft = a;
1980
+ this.fu = a;
1977
1981
  this.g("PlotAreaMarginTop");
1978
1982
  }
1979
1983
  get plotAreaMarginRight() {
1980
- return this.fs;
1984
+ return this.ft;
1981
1985
  }
1982
1986
  set plotAreaMarginRight(a) {
1983
- this.fs = a;
1987
+ this.ft = a;
1984
1988
  this.g("PlotAreaMarginRight");
1985
1989
  }
1986
1990
  get plotAreaMarginBottom() {
1987
- return this.fq;
1991
+ return this.fr;
1988
1992
  }
1989
1993
  set plotAreaMarginBottom(a) {
1990
- this.fq = a;
1994
+ this.fr = a;
1991
1995
  this.g("PlotAreaMarginBottom");
1992
1996
  }
1997
+ get highlightingDismissDelayMilliseconds() {
1998
+ return this.ju;
1999
+ }
2000
+ set highlightingDismissDelayMilliseconds(a) {
2001
+ this.ju = a;
2002
+ this.g("HighlightingDismissDelayMilliseconds");
2003
+ }
2004
+ get focusDismissDelayMilliseconds() {
2005
+ return this.js;
2006
+ }
2007
+ set focusDismissDelayMilliseconds(a) {
2008
+ this.js = a;
2009
+ this.g("FocusDismissDelayMilliseconds");
2010
+ }
2011
+ get selectionDismissDelayMilliseconds() {
2012
+ return this.jx;
2013
+ }
2014
+ set selectionDismissDelayMilliseconds(a) {
2015
+ this.jx = a;
2016
+ this.g("SelectionDismissDelayMilliseconds");
2017
+ }
1993
2018
  get computedPlotAreaMarginMode() {
1994
- return this.kq;
2019
+ return this.ky;
1995
2020
  }
1996
2021
  set computedPlotAreaMarginMode(a) {
1997
- this.kq = a;
2022
+ this.ky = a;
1998
2023
  this.g("ComputedPlotAreaMarginMode");
1999
2024
  }
2000
2025
  get seriesPlotAreaMarginHorizontalMode() {
2001
- return this.nt;
2026
+ return this.n1;
2002
2027
  }
2003
2028
  set seriesPlotAreaMarginHorizontalMode(a) {
2004
- this.nt = a;
2029
+ this.n1 = a;
2005
2030
  this.g("SeriesPlotAreaMarginHorizontalMode");
2006
2031
  }
2007
2032
  get seriesPlotAreaMarginVerticalMode() {
2008
- return this.nu;
2033
+ return this.n2;
2009
2034
  }
2010
2035
  set seriesPlotAreaMarginVerticalMode(a) {
2011
- this.nu = a;
2036
+ this.n2 = a;
2012
2037
  this.g("SeriesPlotAreaMarginVerticalMode");
2013
2038
  }
2014
2039
  get highlightingMode() {
2015
- return this.mz;
2040
+ return this.m7;
2016
2041
  }
2017
2042
  set highlightingMode(a) {
2018
- this.mz = a;
2043
+ this.m7 = a;
2019
2044
  this.g("HighlightingMode");
2020
2045
  }
2021
2046
  get highlightingBehavior() {
2022
- return this.my;
2047
+ return this.m6;
2023
2048
  }
2024
2049
  set highlightingBehavior(a) {
2025
- this.my = a;
2050
+ this.m6 = a;
2026
2051
  this.g("HighlightingBehavior");
2027
2052
  }
2053
+ get highlightingFadeOpacity() {
2054
+ return this.ff;
2055
+ }
2056
+ set highlightingFadeOpacity(a) {
2057
+ this.ff = a;
2058
+ this.g("HighlightingFadeOpacity");
2059
+ }
2028
2060
  get legendHighlightingMode() {
2029
- return this.m9;
2061
+ return this.nh;
2030
2062
  }
2031
2063
  set legendHighlightingMode(a) {
2032
- this.m9 = a;
2064
+ this.nh = a;
2033
2065
  this.g("LegendHighlightingMode");
2034
2066
  }
2035
2067
  get legendItemBadgeShape() {
2036
- return this.nb;
2068
+ return this.nj;
2037
2069
  }
2038
2070
  set legendItemBadgeShape(a) {
2039
- this.nb = a;
2071
+ this.nj = a;
2040
2072
  this.g("LegendItemBadgeShape");
2041
2073
  }
2042
2074
  get legendItemBadgeMode() {
2043
- return this.na;
2075
+ return this.ni;
2044
2076
  }
2045
2077
  set legendItemBadgeMode(a) {
2046
- this.na = a;
2078
+ this.ni = a;
2047
2079
  this.g("LegendItemBadgeMode");
2048
2080
  }
2049
2081
  get trendLinePeriod() {
2050
- return this.jv;
2082
+ return this.j0;
2051
2083
  }
2052
2084
  set trendLinePeriod(a) {
2053
- this.jv = a;
2085
+ this.j0 = a;
2054
2086
  this.g("TrendLinePeriod");
2055
2087
  }
2056
2088
  get toolTipType() {
2057
- return this.n8;
2089
+ return this.og;
2058
2090
  }
2059
2091
  set toolTipType(a) {
2060
- this.n8 = a;
2092
+ this.og = a;
2061
2093
  this.g("ToolTipType");
2062
2094
  }
2063
2095
  get crosshairsDisplayMode() {
2064
- return this.kv;
2096
+ return this.k3;
2065
2097
  }
2066
2098
  set crosshairsDisplayMode(a) {
2067
- this.kv = a;
2099
+ this.k3 = a;
2068
2100
  this.g("CrosshairsDisplayMode");
2069
2101
  }
2070
2102
  get crosshairsSnapToData() {
@@ -2075,10 +2107,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2075
2107
  this.g("CrosshairsSnapToData");
2076
2108
  }
2077
2109
  get crosshairsLineVerticalStroke() {
2078
- return this.kx;
2110
+ return this.k5;
2079
2111
  }
2080
2112
  set crosshairsLineVerticalStroke(a) {
2081
- this.kx = a;
2113
+ this.k5 = a;
2082
2114
  this.g("CrosshairsLineVerticalStroke");
2083
2115
  }
2084
2116
  get crosshairsLineThickness() {
@@ -2089,10 +2121,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2089
2121
  this.g("CrosshairsLineThickness");
2090
2122
  }
2091
2123
  get crosshairsLineHorizontalStroke() {
2092
- return this.kw;
2124
+ return this.k4;
2093
2125
  }
2094
2126
  set crosshairsLineHorizontalStroke(a) {
2095
- this.kw = a;
2127
+ this.k4 = a;
2096
2128
  this.g("CrosshairsLineHorizontalStroke");
2097
2129
  }
2098
2130
  get crosshairsAnnotationEnabled() {
@@ -2117,45 +2149,45 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2117
2149
  this.g("CrosshairsSkipInvalidData");
2118
2150
  }
2119
2151
  get crosshairsAnnotationXAxisBackground() {
2120
- return this.kr;
2152
+ return this.kz;
2121
2153
  }
2122
2154
  set crosshairsAnnotationXAxisBackground(a) {
2123
- this.kr = a;
2155
+ this.kz = a;
2124
2156
  this.g("CrosshairsAnnotationXAxisBackground");
2125
2157
  }
2126
2158
  get crosshairsAnnotationYAxisBackground() {
2127
- return this.kt;
2159
+ return this.k1;
2128
2160
  }
2129
2161
  set crosshairsAnnotationYAxisBackground(a) {
2130
- this.kt = a;
2162
+ this.k1 = a;
2131
2163
  this.g("CrosshairsAnnotationYAxisBackground");
2132
2164
  }
2133
2165
  get crosshairsAnnotationXAxisTextColor() {
2134
- return this.ks;
2166
+ return this.k0;
2135
2167
  }
2136
2168
  set crosshairsAnnotationXAxisTextColor(a) {
2137
- this.ks = a;
2169
+ this.k0 = a;
2138
2170
  this.g("CrosshairsAnnotationXAxisTextColor");
2139
2171
  }
2140
2172
  get crosshairsAnnotationYAxisTextColor() {
2141
- return this.ku;
2173
+ return this.k2;
2142
2174
  }
2143
2175
  set crosshairsAnnotationYAxisTextColor(a) {
2144
- this.ku = a;
2176
+ this.k2 = a;
2145
2177
  this.g("CrosshairsAnnotationYAxisTextColor");
2146
2178
  }
2147
2179
  get crosshairsAnnotationXAxisPrecision() {
2148
- return this.jl;
2180
+ return this.jn;
2149
2181
  }
2150
2182
  set crosshairsAnnotationXAxisPrecision(a) {
2151
- this.jl = a;
2183
+ this.jn = a;
2152
2184
  this.g("CrosshairsAnnotationXAxisPrecision");
2153
2185
  }
2154
2186
  get crosshairsAnnotationYAxisPrecision() {
2155
- return this.jm;
2187
+ return this.jo;
2156
2188
  }
2157
2189
  set crosshairsAnnotationYAxisPrecision(a) {
2158
- this.jm = a;
2190
+ this.jo = a;
2159
2191
  this.g("CrosshairsAnnotationYAxisPrecision");
2160
2192
  }
2161
2193
  get shouldAvoidAxisAnnotationCollisions() {
@@ -2180,24 +2212,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2180
2212
  this.g("FinalValueAnnotationsVisible");
2181
2213
  }
2182
2214
  get finalValueAnnotationsBackground() {
2183
- return this.mp;
2215
+ return this.mx;
2184
2216
  }
2185
2217
  set finalValueAnnotationsBackground(a) {
2186
- this.mp = a;
2218
+ this.mx = a;
2187
2219
  this.g("FinalValueAnnotationsBackground");
2188
2220
  }
2189
2221
  get finalValueAnnotationsTextColor() {
2190
- return this.mq;
2222
+ return this.my;
2191
2223
  }
2192
2224
  set finalValueAnnotationsTextColor(a) {
2193
- this.mq = a;
2225
+ this.my = a;
2194
2226
  this.g("FinalValueAnnotationsTextColor");
2195
2227
  }
2196
2228
  get finalValueAnnotationsPrecision() {
2197
- return this.jp;
2229
+ return this.jr;
2198
2230
  }
2199
2231
  set finalValueAnnotationsPrecision(a) {
2200
- this.jp = a;
2232
+ this.jr = a;
2201
2233
  this.g("FinalValueAnnotationsPrecision");
2202
2234
  }
2203
2235
  get autoCalloutsVisible() {
@@ -2229,10 +2261,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2229
2261
  this.g("UseValueForAutoCalloutLabels");
2230
2262
  }
2231
2263
  get calloutCollisionMode() {
2232
- return this.j8;
2264
+ return this.kg;
2233
2265
  }
2234
2266
  set calloutCollisionMode(a) {
2235
- this.j8 = a;
2267
+ this.kg = a;
2236
2268
  this.g("CalloutCollisionMode");
2237
2269
  }
2238
2270
  get calloutsUseItemColorForFill() {
@@ -2264,59 +2296,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2264
2296
  this.g("CalloutsStrokeThickness");
2265
2297
  }
2266
2298
  get calloutsBackground() {
2267
- return this.ka;
2299
+ return this.ki;
2268
2300
  }
2269
2301
  set calloutsBackground(a) {
2270
- this.ka = a;
2302
+ this.ki = a;
2271
2303
  this.g("CalloutsBackground");
2272
2304
  }
2273
2305
  get calloutsOutline() {
2274
- return this.kk;
2306
+ return this.ks;
2275
2307
  }
2276
2308
  set calloutsOutline(a) {
2277
- this.kk = a;
2309
+ this.ks = a;
2278
2310
  this.g("CalloutsOutline");
2279
2311
  }
2280
2312
  get calloutsTextColor() {
2281
- return this.kl;
2313
+ return this.kt;
2282
2314
  }
2283
2315
  set calloutsTextColor(a) {
2284
- this.kl = a;
2316
+ this.kt = a;
2285
2317
  this.g("CalloutsTextColor");
2286
2318
  }
2287
2319
  get calloutsLightTextColor() {
2288
- return this.kj;
2320
+ return this.kr;
2289
2321
  }
2290
2322
  set calloutsLightTextColor(a) {
2291
- this.kj = a;
2323
+ this.kr = a;
2292
2324
  this.g("CalloutsLightTextColor");
2293
2325
  }
2294
2326
  get calloutsDarkTextColor() {
2295
- return this.kc;
2327
+ return this.kk;
2296
2328
  }
2297
2329
  set calloutsDarkTextColor(a) {
2298
- this.kc = a;
2330
+ this.kk = a;
2299
2331
  this.g("CalloutsDarkTextColor");
2300
2332
  }
2301
2333
  get calloutsLeaderBrush() {
2302
- return this.ki;
2334
+ return this.kq;
2303
2335
  }
2304
2336
  set calloutsLeaderBrush(a) {
2305
- this.ki = a;
2337
+ this.kq = a;
2306
2338
  this.g("CalloutsLeaderBrush");
2307
2339
  }
2308
2340
  get calloutsAutoLabelPrecision() {
2309
- return this.jk;
2341
+ return this.jm;
2310
2342
  }
2311
2343
  set calloutsAutoLabelPrecision(a) {
2312
- this.jk = a;
2344
+ this.jm = a;
2313
2345
  this.g("CalloutsAutoLabelPrecision");
2314
2346
  }
2315
2347
  get calloutsDataSourceRef() {
2316
- return this.kd;
2348
+ return this.kl;
2317
2349
  }
2318
2350
  set calloutsDataSourceRef(a) {
2319
- this.kd = a;
2351
+ this.kl = a;
2320
2352
  this.g("CalloutsDataSourceRef");
2321
2353
  }
2322
2354
  get calloutsAllowedPositions() {
@@ -2327,38 +2359,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2327
2359
  this.g("CalloutsAllowedPositions");
2328
2360
  }
2329
2361
  get calloutsXMemberPath() {
2330
- return this.kn;
2362
+ return this.kv;
2331
2363
  }
2332
2364
  set calloutsXMemberPath(a) {
2333
- this.kn = a;
2365
+ this.kv = a;
2334
2366
  this.g("CalloutsXMemberPath");
2335
2367
  }
2336
2368
  get calloutsYMemberPath() {
2337
- return this.ko;
2369
+ return this.kw;
2338
2370
  }
2339
2371
  set calloutsYMemberPath(a) {
2340
- this.ko = a;
2372
+ this.kw = a;
2341
2373
  this.g("CalloutsYMemberPath");
2342
2374
  }
2343
2375
  get calloutsLabelMemberPath() {
2344
- return this.kh;
2376
+ return this.kp;
2345
2377
  }
2346
2378
  set calloutsLabelMemberPath(a) {
2347
- this.kh = a;
2379
+ this.kp = a;
2348
2380
  this.g("CalloutsLabelMemberPath");
2349
2381
  }
2350
2382
  get calloutsContentMemberPath() {
2351
- return this.kb;
2383
+ return this.kj;
2352
2384
  }
2353
2385
  set calloutsContentMemberPath(a) {
2354
- this.kb = a;
2386
+ this.kj = a;
2355
2387
  this.g("CalloutsContentMemberPath");
2356
2388
  }
2357
2389
  get calloutsFontFamily() {
2358
- return this.ke;
2390
+ return this.km;
2359
2391
  }
2360
2392
  set calloutsFontFamily(a) {
2361
- this.ke = a;
2393
+ this.km = a;
2362
2394
  this.g("CalloutsFontFamily");
2363
2395
  }
2364
2396
  get calloutsFontSize() {
@@ -2369,17 +2401,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2369
2401
  this.g("CalloutsFontSize");
2370
2402
  }
2371
2403
  get calloutsFontStyle() {
2372
- return this.kf;
2404
+ return this.kn;
2373
2405
  }
2374
2406
  set calloutsFontStyle(a) {
2375
- this.kf = a;
2407
+ this.kn = a;
2376
2408
  this.g("CalloutsFontStyle");
2377
2409
  }
2378
2410
  get calloutsFontWeight() {
2379
- return this.kg;
2411
+ return this.ko;
2380
2412
  }
2381
2413
  set calloutsFontWeight(a) {
2382
- this.kg = a;
2414
+ this.ko = a;
2383
2415
  this.g("CalloutsFontWeight");
2384
2416
  }
2385
2417
  get valueLines() {
@@ -2397,10 +2429,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2397
2429
  this.g("ValueLinesBrushes");
2398
2430
  }
2399
2431
  get valueLinesThickness() {
2400
- return this.f7;
2432
+ return this.f8;
2401
2433
  }
2402
2434
  set valueLinesThickness(a) {
2403
- this.f7 = a;
2435
+ this.f8 = a;
2404
2436
  this.g("ValueLinesThickness");
2405
2437
  }
2406
2438
  get seriesValueLayerUseLegend() {
@@ -2411,94 +2443,94 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2411
2443
  this.g("SeriesValueLayerUseLegend");
2412
2444
  }
2413
2445
  get horizontalViewScrollbarMode() {
2414
- return this.m1;
2446
+ return this.m9;
2415
2447
  }
2416
2448
  set horizontalViewScrollbarMode(a) {
2417
- this.m1 = a;
2449
+ this.m9 = a;
2418
2450
  this.g("HorizontalViewScrollbarMode");
2419
2451
  }
2420
2452
  get verticalViewScrollbarMode() {
2421
- return this.od;
2453
+ return this.ol;
2422
2454
  }
2423
2455
  set verticalViewScrollbarMode(a) {
2424
- this.od = a;
2456
+ this.ol = a;
2425
2457
  this.g("VerticalViewScrollbarMode");
2426
2458
  }
2427
2459
  get horizontalViewScrollbarPosition() {
2428
- return this.m3;
2460
+ return this.nb;
2429
2461
  }
2430
2462
  set horizontalViewScrollbarPosition(a) {
2431
- this.m3 = a;
2463
+ this.nb = a;
2432
2464
  this.g("HorizontalViewScrollbarPosition");
2433
2465
  }
2434
2466
  get verticalViewScrollbarPosition() {
2435
- return this.of;
2467
+ return this.on;
2436
2468
  }
2437
2469
  set verticalViewScrollbarPosition(a) {
2438
- this.of = a;
2470
+ this.on = a;
2439
2471
  this.g("VerticalViewScrollbarPosition");
2440
2472
  }
2441
2473
  get horizontalViewScrollbarFill() {
2442
- return this.m0;
2474
+ return this.m8;
2443
2475
  }
2444
2476
  set horizontalViewScrollbarFill(a) {
2445
- this.m0 = a;
2477
+ this.m8 = a;
2446
2478
  this.g("HorizontalViewScrollbarFill");
2447
2479
  }
2448
2480
  get horizontalViewScrollbarOutline() {
2449
- return this.m2;
2481
+ return this.na;
2450
2482
  }
2451
2483
  set horizontalViewScrollbarOutline(a) {
2452
- this.m2 = a;
2484
+ this.na = a;
2453
2485
  this.g("HorizontalViewScrollbarOutline");
2454
2486
  }
2455
2487
  get horizontalViewScrollbarStrokeThickness() {
2456
- return this.fj;
2488
+ return this.fk;
2457
2489
  }
2458
2490
  set horizontalViewScrollbarStrokeThickness(a) {
2459
- this.fj = a;
2491
+ this.fk = a;
2460
2492
  this.g("HorizontalViewScrollbarStrokeThickness");
2461
2493
  }
2462
2494
  get horizontalViewScrollbarMaxOpacity() {
2463
- return this.fi;
2495
+ return this.fj;
2464
2496
  }
2465
2497
  set horizontalViewScrollbarMaxOpacity(a) {
2466
- this.fi = a;
2498
+ this.fj = a;
2467
2499
  this.g("HorizontalViewScrollbarMaxOpacity");
2468
2500
  }
2469
2501
  get horizontalViewScrollbarCornerRadius() {
2470
- return this.ff;
2502
+ return this.fg;
2471
2503
  }
2472
2504
  set horizontalViewScrollbarCornerRadius(a) {
2473
- this.ff = a;
2505
+ this.fg = a;
2474
2506
  this.g("HorizontalViewScrollbarCornerRadius");
2475
2507
  }
2476
2508
  get horizontalViewScrollbarHeight() {
2477
- return this.fg;
2509
+ return this.fh;
2478
2510
  }
2479
2511
  set horizontalViewScrollbarHeight(a) {
2480
- this.fg = a;
2512
+ this.fh = a;
2481
2513
  this.g("HorizontalViewScrollbarHeight");
2482
2514
  }
2483
2515
  get horizontalViewScrollbarInset() {
2484
- return this.fh;
2516
+ return this.fi;
2485
2517
  }
2486
2518
  set horizontalViewScrollbarInset(a) {
2487
- this.fh = a;
2519
+ this.fi = a;
2488
2520
  this.g("HorizontalViewScrollbarInset");
2489
2521
  }
2490
2522
  get horizontalViewScrollbarTrackStartInset() {
2491
- return this.fl;
2523
+ return this.fm;
2492
2524
  }
2493
2525
  set horizontalViewScrollbarTrackStartInset(a) {
2494
- this.fl = a;
2526
+ this.fm = a;
2495
2527
  this.g("HorizontalViewScrollbarTrackStartInset");
2496
2528
  }
2497
2529
  get horizontalViewScrollbarTrackEndInset() {
2498
- return this.fk;
2530
+ return this.fl;
2499
2531
  }
2500
2532
  set horizontalViewScrollbarTrackEndInset(a) {
2501
- this.fk = a;
2533
+ this.fl = a;
2502
2534
  this.g("HorizontalViewScrollbarTrackEndInset");
2503
2535
  }
2504
2536
  get horizontalViewScrollbarShouldAddAutoTrackInsets() {
@@ -2509,66 +2541,66 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2509
2541
  this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
2510
2542
  }
2511
2543
  get verticalViewScrollbarFill() {
2512
- return this.oc;
2544
+ return this.ok;
2513
2545
  }
2514
2546
  set verticalViewScrollbarFill(a) {
2515
- this.oc = a;
2547
+ this.ok = a;
2516
2548
  this.g("VerticalViewScrollbarFill");
2517
2549
  }
2518
2550
  get verticalViewScrollbarOutline() {
2519
- return this.oe;
2551
+ return this.om;
2520
2552
  }
2521
2553
  set verticalViewScrollbarOutline(a) {
2522
- this.oe = a;
2554
+ this.om = a;
2523
2555
  this.g("VerticalViewScrollbarOutline");
2524
2556
  }
2525
2557
  get verticalViewScrollbarStrokeThickness() {
2526
- return this.gb;
2558
+ return this.gc;
2527
2559
  }
2528
2560
  set verticalViewScrollbarStrokeThickness(a) {
2529
- this.gb = a;
2561
+ this.gc = a;
2530
2562
  this.g("VerticalViewScrollbarStrokeThickness");
2531
2563
  }
2532
2564
  get verticalViewScrollbarMaxOpacity() {
2533
- return this.ga;
2565
+ return this.gb;
2534
2566
  }
2535
2567
  set verticalViewScrollbarMaxOpacity(a) {
2536
- this.ga = a;
2568
+ this.gb = a;
2537
2569
  this.g("VerticalViewScrollbarMaxOpacity");
2538
2570
  }
2539
2571
  get verticalViewScrollbarCornerRadius() {
2540
- return this.f8;
2572
+ return this.f9;
2541
2573
  }
2542
2574
  set verticalViewScrollbarCornerRadius(a) {
2543
- this.f8 = a;
2575
+ this.f9 = a;
2544
2576
  this.g("VerticalViewScrollbarCornerRadius");
2545
2577
  }
2546
2578
  get verticalViewScrollbarWidth() {
2547
- return this.ge;
2579
+ return this.gf;
2548
2580
  }
2549
2581
  set verticalViewScrollbarWidth(a) {
2550
- this.ge = a;
2582
+ this.gf = a;
2551
2583
  this.g("VerticalViewScrollbarWidth");
2552
2584
  }
2553
2585
  get verticalViewScrollbarInset() {
2554
- return this.f9;
2586
+ return this.ga;
2555
2587
  }
2556
2588
  set verticalViewScrollbarInset(a) {
2557
- this.f9 = a;
2589
+ this.ga = a;
2558
2590
  this.g("VerticalViewScrollbarInset");
2559
2591
  }
2560
2592
  get verticalViewScrollbarTrackStartInset() {
2561
- return this.gd;
2593
+ return this.ge;
2562
2594
  }
2563
2595
  set verticalViewScrollbarTrackStartInset(a) {
2564
- this.gd = a;
2596
+ this.ge = a;
2565
2597
  this.g("VerticalViewScrollbarTrackStartInset");
2566
2598
  }
2567
2599
  get verticalViewScrollbarTrackEndInset() {
2568
- return this.gc;
2600
+ return this.gd;
2569
2601
  }
2570
2602
  set verticalViewScrollbarTrackEndInset(a) {
2571
- this.gc = a;
2603
+ this.gd = a;
2572
2604
  this.g("VerticalViewScrollbarTrackEndInset");
2573
2605
  }
2574
2606
  get verticalViewScrollbarShouldAddAutoTrackInsets() {
@@ -2579,157 +2611,157 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2579
2611
  this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
2580
2612
  }
2581
2613
  get windowRectMinWidth() {
2582
- return this.gg;
2614
+ return this.gh;
2583
2615
  }
2584
2616
  set windowRectMinWidth(a) {
2585
- this.gg = a;
2617
+ this.gh = a;
2586
2618
  this.g("WindowRectMinWidth");
2587
2619
  }
2588
2620
  get windowRectMinHeight() {
2589
- return this.gf;
2621
+ return this.gg;
2590
2622
  }
2591
2623
  set windowRectMinHeight(a) {
2592
- this.gf = a;
2624
+ this.gg = a;
2593
2625
  this.g("WindowRectMinHeight");
2594
2626
  }
2595
2627
  get windowSizeMinWidth() {
2596
- return this.gi;
2628
+ return this.gj;
2597
2629
  }
2598
2630
  set windowSizeMinWidth(a) {
2599
- this.gi = a;
2631
+ this.gj = a;
2600
2632
  this.g("WindowSizeMinWidth");
2601
2633
  }
2602
2634
  get windowSizeMinHeight() {
2603
- return this.gh;
2635
+ return this.gi;
2604
2636
  }
2605
2637
  set windowSizeMinHeight(a) {
2606
- this.gh = a;
2638
+ this.gi = a;
2607
2639
  this.g("WindowSizeMinHeight");
2608
2640
  }
2609
2641
  get seriesAddedRef() {
2610
- return this.nr;
2642
+ return this.nz;
2611
2643
  }
2612
2644
  set seriesAddedRef(a) {
2613
- this.nr = a;
2645
+ this.nz = a;
2614
2646
  this.g("SeriesAddedRef");
2615
2647
  }
2616
2648
  get seriesRemovedRef() {
2617
- return this.n0;
2649
+ return this.n8;
2618
2650
  }
2619
2651
  set seriesRemovedRef(a) {
2620
- this.n0 = a;
2652
+ this.n8 = a;
2621
2653
  this.g("SeriesRemovedRef");
2622
2654
  }
2623
2655
  get seriesPointerEnterRef() {
2624
- return this.nw;
2656
+ return this.n4;
2625
2657
  }
2626
2658
  set seriesPointerEnterRef(a) {
2627
- this.nw = a;
2659
+ this.n4 = a;
2628
2660
  this.g("SeriesPointerEnterRef");
2629
2661
  }
2630
2662
  get seriesPointerLeaveRef() {
2631
- return this.nx;
2663
+ return this.n5;
2632
2664
  }
2633
2665
  set seriesPointerLeaveRef(a) {
2634
- this.nx = a;
2666
+ this.n5 = a;
2635
2667
  this.g("SeriesPointerLeaveRef");
2636
2668
  }
2637
2669
  get seriesPointerMoveRef() {
2638
- return this.ny;
2670
+ return this.n6;
2639
2671
  }
2640
2672
  set seriesPointerMoveRef(a) {
2641
- this.ny = a;
2673
+ this.n6 = a;
2642
2674
  this.g("SeriesPointerMoveRef");
2643
2675
  }
2644
2676
  get seriesPointerDownRef() {
2645
- return this.nv;
2677
+ return this.n3;
2646
2678
  }
2647
2679
  set seriesPointerDownRef(a) {
2648
- this.nv = a;
2680
+ this.n3 = a;
2649
2681
  this.g("SeriesPointerDownRef");
2650
2682
  }
2651
2683
  get seriesPointerUpRef() {
2652
- return this.nz;
2684
+ return this.n7;
2653
2685
  }
2654
2686
  set seriesPointerUpRef(a) {
2655
- this.nz = a;
2687
+ this.n7 = a;
2656
2688
  this.g("SeriesPointerUpRef");
2657
2689
  }
2658
2690
  get seriesClickRef() {
2659
- return this.ns;
2691
+ return this.n0;
2660
2692
  }
2661
2693
  set seriesClickRef(a) {
2662
- this.ns = a;
2694
+ this.n0 = a;
2663
2695
  this.g("SeriesClickRef");
2664
2696
  }
2665
2697
  get plotAreaPointerEnterRef() {
2666
- return this.nj;
2698
+ return this.nr;
2667
2699
  }
2668
2700
  set plotAreaPointerEnterRef(a) {
2669
- this.nj = a;
2701
+ this.nr = a;
2670
2702
  this.g("PlotAreaPointerEnterRef");
2671
2703
  }
2672
2704
  get plotAreaPointerLeaveRef() {
2673
- return this.nk;
2705
+ return this.ns;
2674
2706
  }
2675
2707
  set plotAreaPointerLeaveRef(a) {
2676
- this.nk = a;
2708
+ this.ns = a;
2677
2709
  this.g("PlotAreaPointerLeaveRef");
2678
2710
  }
2679
2711
  get plotAreaPointerMoveRef() {
2680
- return this.nl;
2712
+ return this.nt;
2681
2713
  }
2682
2714
  set plotAreaPointerMoveRef(a) {
2683
- this.nl = a;
2715
+ this.nt = a;
2684
2716
  this.g("PlotAreaPointerMoveRef");
2685
2717
  }
2686
2718
  get plotAreaPointerDownRef() {
2687
- return this.ni;
2719
+ return this.nq;
2688
2720
  }
2689
2721
  set plotAreaPointerDownRef(a) {
2690
- this.ni = a;
2722
+ this.nq = a;
2691
2723
  this.g("PlotAreaPointerDownRef");
2692
2724
  }
2693
2725
  get plotAreaPointerUpRef() {
2694
- return this.nm;
2726
+ return this.nu;
2695
2727
  }
2696
2728
  set plotAreaPointerUpRef(a) {
2697
- this.nm = a;
2729
+ this.nu = a;
2698
2730
  this.g("PlotAreaPointerUpRef");
2699
2731
  }
2700
2732
  get calloutStyleUpdatingRef() {
2701
- return this.km;
2733
+ return this.ku;
2702
2734
  }
2703
2735
  set calloutStyleUpdatingRef(a) {
2704
- this.km = a;
2736
+ this.ku = a;
2705
2737
  this.g("CalloutStyleUpdatingRef");
2706
2738
  }
2707
2739
  get calloutRenderStyleUpdatingRef() {
2708
- return this.j9;
2740
+ return this.kh;
2709
2741
  }
2710
2742
  set calloutRenderStyleUpdatingRef(a) {
2711
- this.j9 = a;
2743
+ this.kh = a;
2712
2744
  this.g("CalloutRenderStyleUpdatingRef");
2713
2745
  }
2714
2746
  get selectedSeriesItemsChangedRef() {
2715
- return this.nn;
2747
+ return this.nv;
2716
2748
  }
2717
2749
  set selectedSeriesItemsChangedRef(a) {
2718
- this.nn = a;
2750
+ this.nv = a;
2719
2751
  this.g("SelectedSeriesItemsChangedRef");
2720
2752
  }
2721
2753
  get focusedSeriesItemsChangedRef() {
2722
- return this.ms;
2754
+ return this.m0;
2723
2755
  }
2724
2756
  set focusedSeriesItemsChangedRef(a) {
2725
- this.ms = a;
2757
+ this.m0 = a;
2726
2758
  this.g("FocusedSeriesItemsChangedRef");
2727
2759
  }
2728
2760
  get filterStringErrorsParsingRef() {
2729
- return this.mo;
2761
+ return this.mw;
2730
2762
  }
2731
2763
  set filterStringErrorsParsingRef(a) {
2732
- this.mo = a;
2764
+ this.mw = a;
2733
2765
  this.g("FilterStringErrorsParsingRef");
2734
2766
  }
2735
2767
  }