igniteui-angular-core 18.0.0 → 18.1.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 (1267) hide show
  1. package/bundles/igniteui-angular-core.umd.js +19809 -12695
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/AbsolutePanelBridge.js +6 -6
  4. package/esm2015/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
  5. package/esm2015/lib/AggregatedDataProvider_combined.js +25 -19
  6. package/esm2015/lib/AnchoredCategorySeriesDescription.js +35 -35
  7. package/esm2015/lib/AnchoredRadialSeriesDescription.js +41 -33
  8. package/esm2015/lib/AnchoredRadialSeriesDescriptionMetadata.js +1 -0
  9. package/esm2015/lib/{WebColumnMovingServiceDescription.js → AnimationIdleEventArgsDescription.js} +5 -5
  10. package/esm2015/lib/AnimationIdleEventArgsDescriptionMetadata.js +36 -0
  11. package/esm2015/lib/AnnotationLayerDescription.js +63 -63
  12. package/esm2015/lib/AreaSeriesDescription.js +3 -3
  13. package/esm2015/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
  14. package/esm2015/lib/AverageTrueRangeIndicatorDescription.js +3 -3
  15. package/esm2015/lib/BarSeriesDescription.js +6 -6
  16. package/esm2015/lib/BaseTransactionService.js +1 -1
  17. package/esm2015/lib/BollingerBandWidthIndicatorDescription.js +6 -6
  18. package/esm2015/lib/BollingerBandsOverlayDescription.js +6 -6
  19. package/esm2015/lib/{WebComboListDescription.js → BoxCollisionGeometry.js} +16 -13
  20. package/esm2015/lib/BoxesCollisionGeometry.js +51 -0
  21. package/esm2015/lib/BrushCollectionUtil.js +2 -2
  22. package/esm2015/lib/BrushUtil.js +39 -28
  23. package/esm2015/lib/BubbleSeriesDescription.js +41 -41
  24. package/esm2015/lib/CalloutAnnotationDescription.js +27 -19
  25. package/esm2015/lib/CalloutAnnotationDescriptionMetadata.js +1 -0
  26. package/esm2015/lib/CalloutCollisionMode.js +49 -0
  27. package/esm2015/lib/CalloutLayerDescription.js +169 -113
  28. package/esm2015/lib/CalloutLayerDescriptionMetadata.js +9 -1
  29. package/esm2015/lib/CanvasViewRenderer.js +1 -1
  30. package/esm2015/lib/CategoryChartDescription.js +132 -132
  31. package/esm2015/lib/CategoryHighlightLayerDescription.js +9 -9
  32. package/esm2015/lib/CategoryItemHighlightLayerDescription.js +30 -30
  33. package/esm2015/lib/CategorySeriesDescription.js +21 -21
  34. package/esm2015/lib/CategoryToolTipLayerDescription.js +6 -6
  35. package/esm2015/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
  36. package/esm2015/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
  37. package/esm2015/lib/ChartSelectionDescription.js +11 -11
  38. package/esm2015/lib/ChartSelectionDescriptionMetadata.js +1 -3
  39. package/esm2015/lib/{WebComboHeaderDescriptionModule.js → ChartSelectionDescriptionModule.js} +6 -6
  40. package/esm2015/lib/CheckboxListDescription.js +64 -40
  41. package/esm2015/lib/CheckboxListDescriptionMetadata.js +3 -0
  42. package/esm2015/lib/CheckedChangedEventArgsDescription.js +8 -0
  43. package/esm2015/lib/CheckedChangedEventArgsDescriptionMetadata.js +1 -0
  44. package/esm2015/lib/CircleCollisionGeometry.js +53 -0
  45. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +287 -188
  46. package/esm2015/lib/CodeGenerationRendererOptions.js +18 -4
  47. package/esm2015/lib/CollisionGeometry.js +33 -0
  48. package/esm2015/lib/CollisionGeometryType.js +18 -0
  49. package/esm2015/lib/CollisionRect.js +293 -0
  50. package/esm2015/lib/ColorCollectionUtil.js +1 -1
  51. package/esm2015/lib/ColorUtil.js +73 -50
  52. package/esm2015/lib/ColumnFragmentDescription.js +6 -6
  53. package/esm2015/lib/ColumnSeriesDescription.js +9 -9
  54. package/esm2015/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
  55. package/esm2015/lib/ComponentRenderer_combined.js +10 -10
  56. package/esm2015/lib/CoreGeometryUtil.js +13 -1
  57. package/esm2015/lib/CrosshairLayerDescription.js +92 -92
  58. package/esm2015/lib/CssPixelsPropertyAccessor.js +4 -0
  59. package/esm2015/lib/DOMWindowBridge.js +35 -7
  60. package/esm2015/lib/DataChartCoreDescriptionModule.js +4 -0
  61. package/esm2015/lib/DataContext.js +1 -0
  62. package/esm2015/lib/DataLegendLayoutMode.js +25 -0
  63. package/esm2015/lib/DataPieBaseChartDescription.js +311 -0
  64. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +83 -0
  65. package/esm2015/lib/DataPieChartCoreDescriptionModule.js +24 -0
  66. package/esm2015/lib/DataPieChartDescription.js +119 -0
  67. package/esm2015/lib/DataPieChartDescriptionMetadata.js +57 -0
  68. package/esm2015/lib/DataPieChartDescriptionModule.js +42 -0
  69. package/esm2015/lib/{WebFormDescriptionModule.js → DataPieChartToolbarDescriptionModule.js} +6 -8
  70. package/esm2015/lib/DataSeries.js +58 -17
  71. package/esm2015/lib/DataSeriesAxisType.js +17 -1
  72. package/esm2015/lib/DataSeriesMemberPathHint.js +2 -2
  73. package/esm2015/lib/DataSeriesType.js +5 -1
  74. package/esm2015/lib/DataSourceLocalDataProvider.js +247 -220
  75. package/esm2015/lib/DataToolTipLayerDescription.js +404 -404
  76. package/esm2015/lib/DatePickerDescriptionMetadata.js +1 -0
  77. package/esm2015/lib/DelayManager.js +2 -2
  78. package/esm2015/lib/DescriptionTreeReconciler.js +2 -0
  79. package/esm2015/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
  80. package/esm2015/lib/DivBridge.js +1 -1
  81. package/esm2015/lib/DomainChartDescription.js +901 -789
  82. package/esm2015/lib/DomainChartDescriptionMetadata.js +16 -0
  83. package/esm2015/lib/{WebComboHeaderDescription.js → Ellipse.js} +7 -11
  84. package/esm2015/lib/EllipseVisualData.js +70 -0
  85. package/esm2015/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
  86. package/esm2015/lib/FilterExpressionConversionVisitor.js +13 -11
  87. package/esm2015/lib/FilterExpressionParsingHelper.js +3 -3
  88. package/esm2015/lib/FilterExpressionParsingResult.js +14 -2
  89. package/esm2015/lib/FilterSyntaxParser.js +5 -5
  90. package/esm2015/lib/FinalValueLayerDescription.js +41 -41
  91. package/esm2015/lib/FinancialChartDescription.js +180 -180
  92. package/esm2015/lib/FinancialIndicatorDescription.js +24 -24
  93. package/esm2015/lib/FinancialOverlayDescription.js +3 -3
  94. package/esm2015/lib/FinancialPriceSeriesDescription.js +46 -46
  95. package/esm2015/lib/FinancialSeriesDescription.js +53 -53
  96. package/esm2015/lib/FlatDataProvider_combined.js +72 -66
  97. package/esm2015/lib/ForceIndexIndicatorDescription.js +3 -3
  98. package/esm2015/lib/FullStochasticOscillatorIndicatorDescription.js +9 -9
  99. package/esm2015/lib/FunnelChartDescription.js +74 -66
  100. package/esm2015/lib/FunnelChartDescriptionMetadata.js +1 -0
  101. package/esm2015/lib/GeographicContourLineSeriesDescription.js +15 -15
  102. package/esm2015/lib/GeographicHighDensityScatterSeriesDescription.js +33 -33
  103. package/esm2015/lib/GeographicMapSeriesHostDescription.js +6 -6
  104. package/esm2015/lib/GeographicMarkerSeriesDescription.js +33 -33
  105. package/esm2015/lib/GeographicPolylineSeriesDescription.js +18 -18
  106. package/esm2015/lib/GeographicProportionalSymbolSeriesDescription.js +54 -54
  107. package/esm2015/lib/GeographicScatterAreaSeriesDescription.js +12 -12
  108. package/esm2015/lib/GeographicShapeSeriesBaseDescription.js +29 -29
  109. package/esm2015/lib/GeographicShapeSeriesDescription.js +49 -49
  110. package/esm2015/lib/GeographicSymbolSeriesDescription.js +27 -27
  111. package/esm2015/lib/GeographicTileSeriesDescription.js +6 -6
  112. package/esm2015/lib/GeographicXYTriangulatingSeriesDescription.js +18 -18
  113. package/esm2015/lib/GeometryUtil.js +95 -20
  114. package/esm2015/lib/Geometry_combined.js +8 -0
  115. package/esm2015/lib/GridBridge.js +9 -5
  116. package/esm2015/lib/HighDensityScatterSeriesDescription.js +51 -51
  117. package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  118. package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +18 -18
  119. package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  120. package/esm2015/lib/IDataSeriesAdapterRule_combined.js +223 -153
  121. package/esm2015/lib/IDataSourceDataProvider_combined.js +292 -269
  122. package/esm2015/lib/INativeUIElementBridge_combined.js +179 -172
  123. package/esm2015/lib/IgcButtonBridge.js +1 -1
  124. package/esm2015/lib/ItemToolTipLayerDescription.js +12 -12
  125. package/esm2015/lib/LabelCollisionInfo.js +21 -17
  126. package/esm2015/lib/LabelCollisionManager.js +1239 -448
  127. package/esm2015/lib/LabelCollisionManagerCollisionMode.js +1 -1
  128. package/esm2015/lib/LabelCollisionPlacementPositions.js +1 -1
  129. package/esm2015/lib/{WebDisplayDensityBaseDescription.js → LayoutPrimaryKeyValueDescription.js} +18 -16
  130. package/esm2015/lib/LayoutPrimaryKeyValueDescriptionMetadata.js +39 -0
  131. package/esm2015/lib/LayoutPrimaryKeyValueDescriptionModule.js +20 -0
  132. package/esm2015/lib/LineSeriesDescription.js +3 -3
  133. package/esm2015/lib/LocalDataSource_combined.js +240 -238
  134. package/esm2015/lib/MarkerSeriesDescription.js +33 -33
  135. package/esm2015/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
  136. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +9 -9
  137. package/esm2015/lib/NativeUI.js +7 -4
  138. package/esm2015/lib/NativeUIAbsolutePanel.js +9 -9
  139. package/esm2015/lib/NativeUIBuiltInEvents.js +1 -1
  140. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  141. package/esm2015/lib/NativeUIButton.js +72 -66
  142. package/esm2015/lib/NativeUICheckbox.js +46 -22
  143. package/esm2015/lib/NativeUICheckboxList.js +149 -0
  144. package/esm2015/lib/NativeUICheckboxListChangeEventArgs.js +22 -0
  145. package/esm2015/lib/NativeUIColumn.js +1 -1
  146. package/esm2015/lib/NativeUIComponentBuiltInType.js +1 -1
  147. package/esm2015/lib/NativeUIContent.js +5 -5
  148. package/esm2015/lib/NativeUIDropDown.js +22 -22
  149. package/esm2015/lib/NativeUIElementBridge.js +7 -4
  150. package/esm2015/lib/NativeUIGrid.js +56 -48
  151. package/esm2015/lib/NativeUIIcon.js +32 -32
  152. package/esm2015/lib/NativeUIIconButton.js +32 -32
  153. package/esm2015/lib/NativeUIInput.js +48 -48
  154. package/esm2015/lib/NativeUIInputsFactory.js +12 -12
  155. package/esm2015/lib/NativeUILabel.js +12 -12
  156. package/esm2015/lib/NativeUIMouseEventArgs.js +4 -0
  157. package/esm2015/lib/NativeUIPlaceContent.js +11 -0
  158. package/esm2015/lib/NativeUIPopup.js +83 -83
  159. package/esm2015/lib/NativeUISizeChangedEventArgs.js +5 -0
  160. package/esm2015/lib/NativeUISlider.js +36 -36
  161. package/esm2015/lib/NativeUIWindow.js +4 -1
  162. package/esm2015/lib/OthersCategoryType.js +25 -0
  163. package/esm2015/lib/PagedDataSource.js +7 -7
  164. package/esm2015/lib/PanelBridge.js +4 -4
  165. package/esm2015/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
  166. package/esm2015/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
  167. package/esm2015/lib/PieSliceCollisionGeometry.js +82 -0
  168. package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
  169. package/esm2015/lib/PolarBaseDescription.js +79 -79
  170. package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
  171. package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
  172. package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
  173. package/esm2015/lib/PriceChannelOverlayDescription.js +3 -3
  174. package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +55 -0
  175. package/esm2015/lib/ProportionalCategoryAngleAxisDescriptionMetadata.js +43 -0
  176. package/esm2015/lib/ProportionalCategoryAngleAxisDescriptionModule.js +22 -0
  177. package/esm2015/lib/QuadTreeBoundingBox.js +36 -15
  178. package/esm2015/lib/QuadTree_combined.js +20 -20
  179. package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
  180. package/esm2015/lib/RadialBaseChartDescription.js +631 -0
  181. package/esm2015/lib/RadialBaseChartDescriptionMetadata.js +124 -0
  182. package/esm2015/lib/RadialBaseDescription.js +157 -21
  183. package/esm2015/lib/RadialBaseDescriptionMetadata.js +25 -0
  184. package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
  185. package/esm2015/lib/RadialLabelMode.js +53 -0
  186. package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
  187. package/esm2015/lib/RadialPieSeriesDescription.js +6 -6
  188. package/esm2015/lib/RangeCategorySeriesDescription.js +12 -12
  189. package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
  190. package/esm2015/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
  191. package/esm2015/lib/RearrangedListView.js +47 -41
  192. package/esm2015/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
  193. package/esm2015/lib/ScatterAreaSeriesDescription.js +15 -15
  194. package/esm2015/lib/ScatterBaseDescription.js +76 -76
  195. package/esm2015/lib/ScatterContourSeriesDescription.js +18 -18
  196. package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
  197. package/esm2015/lib/ScatterPolygonSeriesDescription.js +35 -35
  198. package/esm2015/lib/ScatterPolylineSeriesDescription.js +3 -3
  199. package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
  200. package/esm2015/lib/ScatterTriangulationSeriesDescription.js +38 -38
  201. package/esm2015/lib/SectionMap.js +3 -3
  202. package/esm2015/lib/SeriesDescription.js +294 -246
  203. package/esm2015/lib/SeriesDescriptionMetadata.js +9 -0
  204. package/esm2015/lib/SeriesMatcherDescription.js +16 -14
  205. package/esm2015/lib/SeriesMatcherDescriptionMetadata.js +1 -0
  206. package/esm2015/lib/SeriesMatcherDescriptionModule.js +20 -0
  207. package/esm2015/lib/ShapeSeriesBaseDescription.js +42 -42
  208. package/esm2015/lib/SimpleCategorySeriesRule.js +47 -1
  209. package/esm2015/lib/SimpleFinancialPriceSeriesRule.js +7 -0
  210. package/esm2015/lib/SimplePieSeriesRule.js +153 -0
  211. package/esm2015/lib/SimpleScatterSeriesRule.js +7 -0
  212. package/esm2015/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
  213. package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
  214. package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
  215. package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
  216. package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
  217. package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
  218. package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
  219. package/esm2015/lib/StandardDeviationIndicatorDescription.js +3 -3
  220. package/esm2015/lib/StochRSIIndicatorDescription.js +3 -3
  221. package/esm2015/lib/SubCollectionsRule.js +7 -0
  222. package/esm2015/lib/SyncableObservableCollection$2_combined.js +1 -0
  223. package/esm2015/lib/TRIXIndicatorDescription.js +3 -3
  224. package/esm2015/lib/TSCodeGeneratingComponentRendererTemplateEmitter.js +28 -10
  225. package/esm2015/lib/TileSeriesDescription.js +3 -3
  226. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  227. package/esm2015/lib/ToolActionCheckboxDescription.js +67 -3
  228. package/esm2015/lib/ToolActionCheckboxDescriptionMetadata.js +8 -0
  229. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
  230. package/esm2015/lib/ToolActionCheckboxListDescription.js +63 -0
  231. package/esm2015/lib/ToolActionCheckboxListDescriptionMetadata.js +43 -0
  232. package/esm2015/lib/ToolActionCheckboxListDescriptionModule.js +20 -0
  233. package/esm2015/lib/ToolActionCheckboxListInfo.js +51 -0
  234. package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +57 -0
  235. package/esm2015/lib/ToolActionCheckboxListInfoDescriptionMetadata.js +42 -0
  236. package/esm2015/lib/ToolActionDescription.js +222 -142
  237. package/esm2015/lib/ToolActionDescriptionMetadata.js +10 -0
  238. package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  239. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  240. package/esm2015/lib/ToolActionIconButtonDescription.js +75 -3
  241. package/esm2015/lib/ToolActionIconButtonDescriptionMetadata.js +9 -0
  242. package/esm2015/lib/ToolActionIconButtonInfo.js +1 -1
  243. package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
  244. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  245. package/esm2015/lib/ToolActionInfo.js +16 -0
  246. package/esm2015/lib/ToolActionInfoDescription.js +67 -51
  247. package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +2 -0
  248. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  249. package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
  250. package/esm2015/lib/ToolActionRadioDescription.js +73 -9
  251. package/esm2015/lib/ToolActionRadioDescriptionMetadata.js +8 -0
  252. package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
  253. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  254. package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
  255. package/esm2015/lib/ToolActionType.js +2 -1
  256. package/esm2015/lib/ToolPanelDescription.js +271 -111
  257. package/esm2015/lib/ToolPanelDescriptionMetadata.js +20 -0
  258. package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
  259. package/esm2015/lib/ToolbarDescription.js +168 -72
  260. package/esm2015/lib/ToolbarDescriptionMetadata.js +12 -0
  261. package/esm2015/lib/ValueLayerDescription.js +94 -94
  262. package/esm2015/lib/ValueOverlayDescription.js +41 -41
  263. package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  264. package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  265. package/esm2015/lib/VirtualDataSource.js +319 -316
  266. package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
  267. package/esm2015/lib/WebActionStripDescription.js +18 -15
  268. package/esm2015/lib/WebActionStripDescriptionMetadata.js +0 -2
  269. package/esm2015/lib/WebAvatarDescription.js +3 -11
  270. package/esm2015/lib/WebAvatarDescriptionMetadata.js +0 -2
  271. package/esm2015/lib/WebBadgeDescriptionMetadata.js +1 -1
  272. package/esm2015/lib/{WebFormDescription.js → WebBannerDescription.js} +14 -14
  273. package/esm2015/lib/WebBannerDescriptionMetadata.js +45 -0
  274. package/esm2015/lib/{WebComboItemDescriptionModule.js → WebBannerDescriptionModule.js} +6 -6
  275. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +247 -6
  276. package/esm2015/lib/WebButtonBaseDescription.js +3 -11
  277. package/esm2015/lib/WebButtonBaseDescriptionMetadata.js +0 -2
  278. package/esm2015/lib/WebButtonDescription.js +3 -3
  279. package/esm2015/lib/WebCalendarBaseDescription.js +8 -8
  280. package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +2 -2
  281. package/esm2015/lib/WebCalendarDescription.js +0 -8
  282. package/esm2015/lib/WebCalendarDescriptionMetadata.js +0 -2
  283. package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +2 -2
  284. package/esm2015/lib/WebCheckboxBaseDescriptionModule.js +2 -0
  285. package/esm2015/lib/{WebDensityChangedEventArgsDescription.js → WebCheckboxChangeEventArgsDescription.js} +7 -7
  286. package/esm2015/lib/WebCheckboxChangeEventArgsDescriptionMetadata.js +43 -0
  287. package/esm2015/lib/WebCheckboxChangeEventArgsDetailDescription.js +44 -0
  288. package/esm2015/lib/WebCheckboxChangeEventArgsDetailDescriptionMetadata.js +43 -0
  289. package/esm2015/lib/WebChipDescription.js +2 -10
  290. package/esm2015/lib/WebChipDescriptionMetadata.js +1 -3
  291. package/esm2015/lib/WebColumnDescription.js +139 -155
  292. package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -3
  293. package/esm2015/lib/WebColumnGroupDescription.js +17 -9
  294. package/esm2015/lib/WebColumnGroupDescriptionMetadata.js +1 -0
  295. package/esm2015/lib/WebColumnStateDescription.js +40 -48
  296. package/esm2015/lib/WebColumnStateDescriptionMetadata.js +0 -1
  297. package/esm2015/lib/WebDatePickerDescription.js +295 -0
  298. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +92 -0
  299. package/esm2015/lib/WebDatePickerDescriptionModule.js +30 -0
  300. package/esm2015/lib/WebDateTimeInputDescription.js +27 -43
  301. package/esm2015/lib/WebDateTimeInputDescriptionMetadata.js +0 -2
  302. package/esm2015/lib/{WebFormDataDescription.js → WebDividerDescription.js} +23 -17
  303. package/esm2015/lib/WebDividerDescriptionMetadata.js +45 -0
  304. package/esm2015/lib/{WebComboListDescriptionModule.js → WebDividerDescriptionModule.js} +6 -6
  305. package/esm2015/lib/WebDropdownDescription.js +2 -18
  306. package/esm2015/lib/WebDropdownDescriptionMetadata.js +0 -5
  307. package/esm2015/lib/WebFilteringExpressionsTreeDescription.js +21 -13
  308. package/esm2015/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +3 -2
  309. package/esm2015/lib/WebFilteringExpressionsTreeDetailDescription.js +21 -13
  310. package/esm2015/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +3 -2
  311. package/esm2015/lib/WebForOfDataChangingEventArgsDetailDescription.js +11 -3
  312. package/esm2015/lib/WebForOfDataChangingEventArgsDetailDescriptionMetadata.js +3 -0
  313. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +388 -375
  314. package/esm2015/lib/WebGridClipboardEventDescriptionMetadata.js +1 -0
  315. package/esm2015/lib/{WebGroupingExpressionEventArgsDescription.js → WebGridContextMenuEventArgsDescription.js} +7 -7
  316. package/esm2015/lib/WebGridContextMenuEventArgsDescriptionMetadata.js +7 -0
  317. package/esm2015/lib/{WebCellDescription.js → WebGridContextMenuEventArgsDetailDescription.js} +24 -30
  318. package/esm2015/lib/WebGridContextMenuEventArgsDetailDescriptionMetadata.js +7 -0
  319. package/esm2015/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +11 -5
  320. package/esm2015/lib/WebGridDescription.js +44 -44
  321. package/esm2015/lib/WebGridDescriptionModule.js +4 -0
  322. package/esm2015/lib/WebGridEditDoneEventArgsDetailDescription.js +8 -0
  323. package/esm2015/lib/WebGridEditEventArgsDetailDescription.js +8 -0
  324. package/esm2015/lib/WebGridPaginatorTemplateContextDescription.js +36 -0
  325. package/esm2015/lib/WebGridPaginatorTemplateContextDescriptionMetadata.js +46 -0
  326. package/esm2015/lib/WebGridResourceStringsDescription.js +79 -87
  327. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +0 -1
  328. package/esm2015/lib/{WebFormDataEventArgsDescription.js → WebGridRowEventArgsDescription.js} +7 -7
  329. package/esm2015/lib/WebGridRowEventArgsDescriptionMetadata.js +7 -0
  330. package/esm2015/lib/WebGridRowEventArgsDetailDescription.js +41 -0
  331. package/esm2015/lib/WebGridRowEventArgsDetailDescriptionMetadata.js +7 -0
  332. package/esm2015/lib/WebGridStateDescriptionMetadata_combined.js +51 -52
  333. package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +73 -1
  334. package/esm2015/lib/WebGridStateInfoDetailDescription.js +156 -0
  335. package/esm2015/lib/WebGridStateInfoDetailDescriptionMetadata.js +7 -0
  336. package/esm2015/lib/WebGridToolbarDescriptionMetadata.js +0 -2
  337. package/esm2015/lib/WebGridToolbarExporterDescription.js +8 -16
  338. package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +0 -1
  339. package/esm2015/lib/WebHeaderTypeDescription.js +3 -11
  340. package/esm2015/lib/WebHeaderTypeDescriptionMetadata.js +1 -3
  341. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
  342. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  343. package/esm2015/lib/WebIconButtonDescription.js +11 -11
  344. package/esm2015/lib/WebIconDescription.js +0 -8
  345. package/esm2015/lib/WebIconDescriptionMetadata.js +0 -2
  346. package/esm2015/lib/{WebGridDataBindableDescription.js → WebIconMetaDescription.js} +16 -16
  347. package/esm2015/lib/WebIconMetaDescriptionMetadata.js +41 -0
  348. package/esm2015/lib/WebInputBaseDescription.js +21 -37
  349. package/esm2015/lib/WebInputBaseDescriptionMetadata.js +0 -3
  350. package/esm2015/lib/WebInputDescription.js +45 -61
  351. package/esm2015/lib/WebInputDescriptionMetadata.js +4 -8
  352. package/esm2015/lib/WebListDescription.js +0 -8
  353. package/esm2015/lib/WebListDescriptionMetadata.js +0 -2
  354. package/esm2015/lib/WebMaskInputBaseDescription.js +3 -3
  355. package/esm2015/lib/WebMaskInputDescription.js +17 -9
  356. package/esm2015/lib/WebMaskInputDescriptionMetadata.js +3 -0
  357. package/esm2015/lib/WebPaginatorDescription.js +42 -39
  358. package/esm2015/lib/WebPaginatorDescriptionMetadata.js +0 -2
  359. package/esm2015/lib/WebPinRowEventArgsDetailDescription.js +8 -0
  360. package/esm2015/lib/WebPivotAggregatorDescription.js +5 -5
  361. package/esm2015/lib/WebPivotAggregatorDescriptionMetadata.js +1 -1
  362. package/esm2015/lib/WebPivotConfigurationDescriptionMetadata.js +0 -1
  363. package/esm2015/lib/WebPivotDateDimensionDescription.js +22 -14
  364. package/esm2015/lib/WebPivotDateDimensionDescriptionMetadata.js +1 -0
  365. package/esm2015/lib/WebPivotDimensionDescription.js +41 -17
  366. package/esm2015/lib/WebPivotDimensionDescriptionMetadata.js +3 -0
  367. package/esm2015/lib/WebPivotDimensionDetailDescription.js +41 -17
  368. package/esm2015/lib/WebPivotDimensionDetailDescriptionMetadata.js +3 -0
  369. package/esm2015/lib/WebPivotGridDescription.js +35 -19
  370. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +6 -2
  371. package/esm2015/lib/WebPivotGridDescriptionModule.js +14 -0
  372. package/esm2015/lib/WebPivotGridRecordDescription.js +22 -6
  373. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +2 -0
  374. package/esm2015/lib/{WebComboItemDescription.js → WebPivotUISettingsDescription.js} +27 -27
  375. package/esm2015/lib/WebPivotUISettingsDescriptionMetadata.js +51 -0
  376. package/esm2015/lib/WebPivotValueDescriptionMetadata.js +1 -1
  377. package/esm2015/lib/WebPivotValueDetailDescriptionMetadata.js +1 -1
  378. package/esm2015/lib/WebPositionSettingsDescription.js +9 -17
  379. package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +0 -1
  380. package/esm2015/lib/WebProgressBaseDescriptionMetadata.js +1 -1
  381. package/esm2015/lib/{WebGridStateComponentEventArgsDescription.js → WebRadioChangeEventArgsDescription.js} +7 -7
  382. package/esm2015/lib/WebRadioChangeEventArgsDescriptionMetadata.js +43 -0
  383. package/esm2015/lib/WebRadioChangeEventArgsDetailDescription.js +44 -0
  384. package/esm2015/lib/WebRadioChangeEventArgsDetailDescriptionMetadata.js +43 -0
  385. package/esm2015/lib/WebRadioDescriptionMetadata.js +2 -2
  386. package/esm2015/lib/WebRadioDescriptionModule.js +2 -0
  387. package/esm2015/lib/WebRadioGroupDescription.js +24 -0
  388. package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +5 -0
  389. package/esm2015/lib/WebRangeSliderDescription.js +11 -27
  390. package/esm2015/lib/WebRangeSliderDescriptionMetadata.js +0 -2
  391. package/esm2015/lib/WebRatingDescription.js +28 -44
  392. package/esm2015/lib/WebRatingDescriptionMetadata.js +0 -3
  393. package/esm2015/lib/WebRowDataCancelableEventArgsDescription.js +36 -0
  394. package/esm2015/lib/WebRowDataCancelableEventArgsDescriptionMetadata.js +7 -0
  395. package/esm2015/lib/WebRowDataCancelableEventArgsDetailDescription.js +100 -0
  396. package/esm2015/lib/WebRowDataCancelableEventArgsDetailDescriptionMetadata.js +7 -0
  397. package/esm2015/lib/WebRowDataEventArgsDetailDescription.js +16 -0
  398. package/esm2015/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +2 -0
  399. package/esm2015/lib/WebRowIslandDescription.js +118 -118
  400. package/esm2015/lib/WebRowToggleEventArgsDetailDescription.js +8 -0
  401. package/esm2015/lib/WebRowToggleEventArgsDetailDescriptionMetadata.js +1 -0
  402. package/esm2015/lib/WebSelectDescription.js +8 -8
  403. package/esm2015/lib/WebSelectDescriptionMetadata.js +1 -1
  404. package/esm2015/lib/WebTreeDescription.js +0 -8
  405. package/esm2015/lib/WebTreeDescriptionMetadata.js +0 -2
  406. package/esm2015/lib/WebTreeGridDescription.js +27 -27
  407. package/esm2015/lib/WilliamsPercentRIndicatorDescription.js +3 -3
  408. package/esm2015/lib/XYChartDescription.js +222 -222
  409. package/esm2015/lib/igx-filter-expression-collection.js +0 -4
  410. package/esm2015/lib/type.js +5 -0
  411. package/esm2015/public_api.js +79 -60
  412. package/esm5/lib/AbsolutePanelBridge.js +6 -6
  413. package/esm5/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
  414. package/esm5/lib/AggregatedDataProvider_combined.js +26 -16
  415. package/esm5/lib/AnchoredCategorySeriesDescription.js +35 -35
  416. package/esm5/lib/AnchoredRadialSeriesDescription.js +45 -33
  417. package/esm5/lib/AnchoredRadialSeriesDescriptionMetadata.js +1 -0
  418. package/esm5/lib/{WebColumnMovingServiceDescription.js → AnimationIdleEventArgsDescription.js} +9 -9
  419. package/esm5/lib/AnimationIdleEventArgsDescriptionMetadata.js +40 -0
  420. package/esm5/lib/AnnotationLayerDescription.js +63 -63
  421. package/esm5/lib/AreaSeriesDescription.js +3 -3
  422. package/esm5/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
  423. package/esm5/lib/AverageTrueRangeIndicatorDescription.js +3 -3
  424. package/esm5/lib/BarSeriesDescription.js +6 -6
  425. package/esm5/lib/BaseTransactionService.js +1 -1
  426. package/esm5/lib/BollingerBandWidthIndicatorDescription.js +6 -6
  427. package/esm5/lib/BollingerBandsOverlayDescription.js +6 -6
  428. package/esm5/lib/BoxCollisionGeometry.js +47 -0
  429. package/esm5/lib/BoxesCollisionGeometry.js +61 -0
  430. package/esm5/lib/BrushCollectionUtil.js +2 -2
  431. package/esm5/lib/BrushUtil.js +39 -28
  432. package/esm5/lib/BubbleSeriesDescription.js +41 -41
  433. package/esm5/lib/CalloutAnnotationDescription.js +31 -19
  434. package/esm5/lib/CalloutAnnotationDescriptionMetadata.js +1 -0
  435. package/esm5/lib/CalloutCollisionMode.js +49 -0
  436. package/esm5/lib/CalloutLayerDescription.js +197 -113
  437. package/esm5/lib/CalloutLayerDescriptionMetadata.js +9 -1
  438. package/esm5/lib/CanvasViewRenderer.js +1 -1
  439. package/esm5/lib/CategoryChartDescription.js +132 -132
  440. package/esm5/lib/CategoryHighlightLayerDescription.js +9 -9
  441. package/esm5/lib/CategoryItemHighlightLayerDescription.js +30 -30
  442. package/esm5/lib/CategorySeriesDescription.js +21 -21
  443. package/esm5/lib/CategoryToolTipLayerDescription.js +6 -6
  444. package/esm5/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
  445. package/esm5/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
  446. package/esm5/lib/ChartSelectionDescription.js +10 -10
  447. package/esm5/lib/ChartSelectionDescriptionMetadata.js +1 -3
  448. package/esm5/lib/{WebComboHeaderDescriptionModule.js → ChartSelectionDescriptionModule.js} +9 -9
  449. package/esm5/lib/CheckboxListDescription.js +76 -40
  450. package/esm5/lib/CheckboxListDescriptionMetadata.js +3 -0
  451. package/esm5/lib/CheckedChangedEventArgsDescription.js +12 -0
  452. package/esm5/lib/CheckedChangedEventArgsDescriptionMetadata.js +1 -0
  453. package/esm5/lib/CircleCollisionGeometry.js +63 -0
  454. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +376 -224
  455. package/esm5/lib/CodeGenerationRendererOptions.js +26 -4
  456. package/esm5/lib/CollisionGeometry.js +37 -0
  457. package/esm5/lib/CollisionGeometryType.js +18 -0
  458. package/esm5/lib/CollisionRect.js +339 -0
  459. package/esm5/lib/ColorCollectionUtil.js +1 -1
  460. package/esm5/lib/ColorUtil.js +73 -50
  461. package/esm5/lib/ColumnFragmentDescription.js +6 -6
  462. package/esm5/lib/ColumnSeriesDescription.js +9 -9
  463. package/esm5/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
  464. package/esm5/lib/ComponentRenderer_combined.js +10 -10
  465. package/esm5/lib/CoreGeometryUtil.js +13 -1
  466. package/esm5/lib/CrosshairLayerDescription.js +92 -92
  467. package/esm5/lib/CssPixelsPropertyAccessor.js +4 -0
  468. package/esm5/lib/DOMWindowBridge.js +35 -7
  469. package/esm5/lib/DataChartCoreDescriptionModule.js +4 -0
  470. package/esm5/lib/DataContext.js +1 -0
  471. package/esm5/lib/DataLegendLayoutMode.js +25 -0
  472. package/esm5/lib/DataPieBaseChartDescription.js +457 -0
  473. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +87 -0
  474. package/esm5/lib/DataPieChartCoreDescriptionModule.js +28 -0
  475. package/esm5/lib/DataPieChartDescription.js +169 -0
  476. package/esm5/lib/DataPieChartDescriptionMetadata.js +61 -0
  477. package/esm5/lib/DataPieChartDescriptionModule.js +46 -0
  478. package/esm5/lib/DataPieChartToolbarDescriptionModule.js +24 -0
  479. package/esm5/lib/DataSeries.js +58 -17
  480. package/esm5/lib/DataSeriesAxisType.js +17 -1
  481. package/esm5/lib/DataSeriesMemberPathHint.js +2 -2
  482. package/esm5/lib/DataSeriesType.js +5 -1
  483. package/esm5/lib/DataSourceLocalDataProvider.js +262 -231
  484. package/esm5/lib/DataToolTipLayerDescription.js +404 -404
  485. package/esm5/lib/DatePickerDescriptionMetadata.js +1 -0
  486. package/esm5/lib/DelayManager.js +2 -2
  487. package/esm5/lib/DescriptionTreeReconciler.js +2 -0
  488. package/esm5/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
  489. package/esm5/lib/DivBridge.js +1 -1
  490. package/esm5/lib/DomainChartDescription.js +952 -784
  491. package/esm5/lib/DomainChartDescriptionMetadata.js +16 -0
  492. package/esm5/lib/Ellipse.js +24 -0
  493. package/esm5/lib/EllipseVisualData.js +89 -0
  494. package/esm5/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
  495. package/esm5/lib/FilterExpressionConversionVisitor.js +13 -11
  496. package/esm5/lib/FilterExpressionParsingHelper.js +3 -3
  497. package/esm5/lib/FilterExpressionParsingResult.js +22 -2
  498. package/esm5/lib/FilterSyntaxParser.js +5 -5
  499. package/esm5/lib/FinalValueLayerDescription.js +41 -41
  500. package/esm5/lib/FinancialChartDescription.js +180 -180
  501. package/esm5/lib/FinancialIndicatorDescription.js +24 -24
  502. package/esm5/lib/FinancialOverlayDescription.js +3 -3
  503. package/esm5/lib/FinancialPriceSeriesDescription.js +46 -46
  504. package/esm5/lib/FinancialSeriesDescription.js +53 -53
  505. package/esm5/lib/FlatDataProvider_combined.js +68 -58
  506. package/esm5/lib/ForceIndexIndicatorDescription.js +3 -3
  507. package/esm5/lib/FullStochasticOscillatorIndicatorDescription.js +9 -9
  508. package/esm5/lib/FunnelChartDescription.js +78 -66
  509. package/esm5/lib/FunnelChartDescriptionMetadata.js +1 -0
  510. package/esm5/lib/GeographicContourLineSeriesDescription.js +15 -15
  511. package/esm5/lib/GeographicHighDensityScatterSeriesDescription.js +33 -33
  512. package/esm5/lib/GeographicMapSeriesHostDescription.js +6 -6
  513. package/esm5/lib/GeographicMarkerSeriesDescription.js +33 -33
  514. package/esm5/lib/GeographicPolylineSeriesDescription.js +18 -18
  515. package/esm5/lib/GeographicProportionalSymbolSeriesDescription.js +54 -54
  516. package/esm5/lib/GeographicScatterAreaSeriesDescription.js +12 -12
  517. package/esm5/lib/GeographicShapeSeriesBaseDescription.js +29 -29
  518. package/esm5/lib/GeographicShapeSeriesDescription.js +49 -49
  519. package/esm5/lib/GeographicSymbolSeriesDescription.js +27 -27
  520. package/esm5/lib/GeographicTileSeriesDescription.js +6 -6
  521. package/esm5/lib/GeographicXYTriangulatingSeriesDescription.js +18 -18
  522. package/esm5/lib/GeometryUtil.js +113 -21
  523. package/esm5/lib/Geometry_combined.js +8 -0
  524. package/esm5/lib/GridBridge.js +9 -5
  525. package/esm5/lib/HighDensityScatterSeriesDescription.js +51 -51
  526. package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  527. package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +18 -18
  528. package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  529. package/esm5/lib/IDataSeriesAdapterRule_combined.js +225 -153
  530. package/esm5/lib/IDataSourceDataProvider_combined.js +295 -268
  531. package/esm5/lib/INativeUIElementBridge_combined.js +160 -153
  532. package/esm5/lib/IgcButtonBridge.js +1 -1
  533. package/esm5/lib/ItemToolTipLayerDescription.js +12 -12
  534. package/esm5/lib/LabelCollisionInfo.js +21 -17
  535. package/esm5/lib/LabelCollisionManager.js +1298 -449
  536. package/esm5/lib/LabelCollisionManagerCollisionMode.js +1 -1
  537. package/esm5/lib/LabelCollisionPlacementPositions.js +1 -1
  538. package/esm5/lib/{WebDisplayDensityBaseDescription.js → LayoutPrimaryKeyValueDescription.js} +20 -18
  539. package/esm5/lib/LayoutPrimaryKeyValueDescriptionMetadata.js +43 -0
  540. package/esm5/lib/LayoutPrimaryKeyValueDescriptionModule.js +24 -0
  541. package/esm5/lib/LineSeriesDescription.js +3 -3
  542. package/esm5/lib/LocalDataSource_combined.js +240 -238
  543. package/esm5/lib/MarkerSeriesDescription.js +33 -33
  544. package/esm5/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
  545. package/esm5/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +9 -9
  546. package/esm5/lib/NativeUI.js +7 -4
  547. package/esm5/lib/NativeUIAbsolutePanel.js +9 -9
  548. package/esm5/lib/NativeUIBuiltInEvents.js +1 -1
  549. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  550. package/esm5/lib/NativeUIButton.js +62 -52
  551. package/esm5/lib/NativeUICheckbox.js +58 -18
  552. package/esm5/lib/NativeUICheckboxList.js +207 -0
  553. package/esm5/lib/NativeUICheckboxListChangeEventArgs.js +24 -0
  554. package/esm5/lib/NativeUIColumn.js +1 -1
  555. package/esm5/lib/NativeUIComponentBuiltInType.js +1 -1
  556. package/esm5/lib/NativeUIContent.js +4 -4
  557. package/esm5/lib/NativeUIDropDown.js +18 -18
  558. package/esm5/lib/NativeUIElementBridge.js +7 -4
  559. package/esm5/lib/NativeUIGrid.js +58 -46
  560. package/esm5/lib/NativeUIIcon.js +24 -24
  561. package/esm5/lib/NativeUIIconButton.js +24 -24
  562. package/esm5/lib/NativeUIInput.js +39 -39
  563. package/esm5/lib/NativeUIInputsFactory.js +12 -12
  564. package/esm5/lib/NativeUILabel.js +9 -9
  565. package/esm5/lib/NativeUIMouseEventArgs.js +3 -1
  566. package/esm5/lib/NativeUIPlaceContent.js +11 -0
  567. package/esm5/lib/NativeUIPopup.js +70 -70
  568. package/esm5/lib/NativeUISizeChangedEventArgs.js +4 -1
  569. package/esm5/lib/NativeUISlider.js +30 -30
  570. package/esm5/lib/NativeUIWindow.js +4 -1
  571. package/esm5/lib/OthersCategoryType.js +25 -0
  572. package/esm5/lib/PagedDataSource.js +7 -7
  573. package/esm5/lib/PanelBridge.js +4 -4
  574. package/esm5/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
  575. package/esm5/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
  576. package/esm5/lib/PieSliceCollisionGeometry.js +116 -0
  577. package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
  578. package/esm5/lib/PolarBaseDescription.js +79 -79
  579. package/esm5/lib/PolarLineSeriesDescription.js +3 -3
  580. package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
  581. package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
  582. package/esm5/lib/PriceChannelOverlayDescription.js +3 -3
  583. package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +73 -0
  584. package/esm5/lib/ProportionalCategoryAngleAxisDescriptionMetadata.js +47 -0
  585. package/esm5/lib/ProportionalCategoryAngleAxisDescriptionModule.js +26 -0
  586. package/esm5/lib/QuadTreeBoundingBox.js +36 -15
  587. package/esm5/lib/QuadTree_combined.js +20 -20
  588. package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
  589. package/esm5/lib/RadialBaseChartDescription.js +937 -0
  590. package/esm5/lib/RadialBaseChartDescriptionMetadata.js +128 -0
  591. package/esm5/lib/RadialBaseDescription.js +225 -21
  592. package/esm5/lib/RadialBaseDescriptionMetadata.js +25 -0
  593. package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
  594. package/esm5/lib/RadialLabelMode.js +53 -0
  595. package/esm5/lib/RadialLineSeriesDescription.js +3 -3
  596. package/esm5/lib/RadialPieSeriesDescription.js +6 -6
  597. package/esm5/lib/RangeCategorySeriesDescription.js +12 -12
  598. package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
  599. package/esm5/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
  600. package/esm5/lib/RearrangedListView.js +47 -41
  601. package/esm5/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
  602. package/esm5/lib/ScatterAreaSeriesDescription.js +15 -15
  603. package/esm5/lib/ScatterBaseDescription.js +76 -76
  604. package/esm5/lib/ScatterContourSeriesDescription.js +18 -18
  605. package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
  606. package/esm5/lib/ScatterPolygonSeriesDescription.js +35 -35
  607. package/esm5/lib/ScatterPolylineSeriesDescription.js +3 -3
  608. package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
  609. package/esm5/lib/ScatterTriangulationSeriesDescription.js +38 -38
  610. package/esm5/lib/SectionMap.js +3 -3
  611. package/esm5/lib/SeriesDescription.js +318 -246
  612. package/esm5/lib/SeriesDescriptionMetadata.js +9 -0
  613. package/esm5/lib/SeriesMatcherDescription.js +16 -14
  614. package/esm5/lib/SeriesMatcherDescriptionMetadata.js +1 -0
  615. package/esm5/lib/SeriesMatcherDescriptionModule.js +24 -0
  616. package/esm5/lib/ShapeSeriesBaseDescription.js +42 -42
  617. package/esm5/lib/SimpleCategorySeriesRule.js +65 -2
  618. package/esm5/lib/SimpleFinancialPriceSeriesRule.js +7 -0
  619. package/esm5/lib/SimplePieSeriesRule.js +184 -0
  620. package/esm5/lib/SimpleScatterSeriesRule.js +7 -0
  621. package/esm5/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
  622. package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
  623. package/esm5/lib/StackedBarSeriesDescription.js +6 -6
  624. package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
  625. package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
  626. package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
  627. package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
  628. package/esm5/lib/StandardDeviationIndicatorDescription.js +3 -3
  629. package/esm5/lib/StochRSIIndicatorDescription.js +3 -3
  630. package/esm5/lib/SubCollectionsRule.js +7 -0
  631. package/esm5/lib/SyncableObservableCollection$2_combined.js +1 -0
  632. package/esm5/lib/TRIXIndicatorDescription.js +3 -3
  633. package/esm5/lib/TSCodeGeneratingComponentRendererTemplateEmitter.js +28 -10
  634. package/esm5/lib/TileSeriesDescription.js +3 -3
  635. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  636. package/esm5/lib/ToolActionCheckboxDescription.js +99 -3
  637. package/esm5/lib/ToolActionCheckboxDescriptionMetadata.js +8 -0
  638. package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
  639. package/esm5/lib/ToolActionCheckboxListDescription.js +85 -0
  640. package/esm5/lib/ToolActionCheckboxListDescriptionMetadata.js +47 -0
  641. package/esm5/lib/ToolActionCheckboxListDescriptionModule.js +24 -0
  642. package/esm5/lib/ToolActionCheckboxListInfo.js +69 -0
  643. package/esm5/lib/ToolActionCheckboxListInfoDescription.js +75 -0
  644. package/esm5/lib/ToolActionCheckboxListInfoDescriptionMetadata.js +46 -0
  645. package/esm5/lib/ToolActionDescription.js +262 -142
  646. package/esm5/lib/ToolActionDescriptionMetadata.js +10 -0
  647. package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  648. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  649. package/esm5/lib/ToolActionIconButtonDescription.js +111 -3
  650. package/esm5/lib/ToolActionIconButtonDescriptionMetadata.js +9 -0
  651. package/esm5/lib/ToolActionIconButtonInfo.js +1 -1
  652. package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
  653. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  654. package/esm5/lib/ToolActionInfo.js +24 -0
  655. package/esm5/lib/ToolActionInfoDescription.js +74 -50
  656. package/esm5/lib/ToolActionInfoDescriptionMetadata.js +2 -0
  657. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  658. package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
  659. package/esm5/lib/ToolActionRadioDescription.js +105 -9
  660. package/esm5/lib/ToolActionRadioDescriptionMetadata.js +8 -0
  661. package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
  662. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  663. package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
  664. package/esm5/lib/ToolActionType.js +2 -1
  665. package/esm5/lib/ToolPanelDescription.js +351 -111
  666. package/esm5/lib/ToolPanelDescriptionMetadata.js +20 -0
  667. package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
  668. package/esm5/lib/ToolbarDescription.js +214 -70
  669. package/esm5/lib/ToolbarDescriptionMetadata.js +12 -0
  670. package/esm5/lib/ValueLayerDescription.js +94 -94
  671. package/esm5/lib/ValueOverlayDescription.js +41 -41
  672. package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  673. package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  674. package/esm5/lib/VirtualDataSource.js +320 -317
  675. package/esm5/lib/WaterfallSeriesDescription.js +12 -12
  676. package/esm5/lib/WebActionStripDescription.js +22 -15
  677. package/esm5/lib/WebActionStripDescriptionMetadata.js +0 -2
  678. package/esm5/lib/WebAvatarDescription.js +3 -15
  679. package/esm5/lib/WebAvatarDescriptionMetadata.js +0 -2
  680. package/esm5/lib/WebBadgeDescriptionMetadata.js +1 -1
  681. package/esm5/lib/{WebFormDescription.js → WebBannerDescription.js} +15 -15
  682. package/esm5/lib/WebBannerDescriptionMetadata.js +49 -0
  683. package/esm5/lib/{WebComboItemDescriptionModule.js → WebBannerDescriptionModule.js} +9 -9
  684. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +265 -6
  685. package/esm5/lib/WebButtonBaseDescription.js +3 -15
  686. package/esm5/lib/WebButtonBaseDescriptionMetadata.js +0 -2
  687. package/esm5/lib/WebButtonDescription.js +3 -3
  688. package/esm5/lib/WebCalendarBaseDescription.js +9 -9
  689. package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +2 -2
  690. package/esm5/lib/WebCalendarDescription.js +0 -12
  691. package/esm5/lib/WebCalendarDescriptionMetadata.js +0 -2
  692. package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +2 -2
  693. package/esm5/lib/WebCheckboxBaseDescriptionModule.js +2 -0
  694. package/esm5/lib/{WebDensityChangedEventArgsDescription.js → WebCheckboxChangeEventArgsDescription.js} +12 -12
  695. package/esm5/lib/WebCheckboxChangeEventArgsDescriptionMetadata.js +47 -0
  696. package/esm5/lib/WebCheckboxChangeEventArgsDetailDescription.js +58 -0
  697. package/esm5/lib/WebCheckboxChangeEventArgsDetailDescriptionMetadata.js +47 -0
  698. package/esm5/lib/WebChipDescription.js +1 -13
  699. package/esm5/lib/WebChipDescriptionMetadata.js +1 -3
  700. package/esm5/lib/WebColumnDescription.js +139 -163
  701. package/esm5/lib/WebColumnDescriptionMetadata.js +0 -3
  702. package/esm5/lib/WebColumnGroupDescription.js +21 -9
  703. package/esm5/lib/WebColumnGroupDescriptionMetadata.js +1 -0
  704. package/esm5/lib/WebColumnStateDescription.js +40 -52
  705. package/esm5/lib/WebColumnStateDescriptionMetadata.js +0 -1
  706. package/esm5/lib/WebDatePickerDescription.js +433 -0
  707. package/esm5/lib/WebDatePickerDescriptionMetadata.js +96 -0
  708. package/esm5/lib/WebDatePickerDescriptionModule.js +34 -0
  709. package/esm5/lib/WebDateTimeInputDescription.js +26 -50
  710. package/esm5/lib/WebDateTimeInputDescriptionMetadata.js +0 -2
  711. package/esm5/lib/{WebDisplayDensityBaseElementDescription.js → WebDividerDescription.js} +29 -17
  712. package/esm5/lib/WebDividerDescriptionMetadata.js +49 -0
  713. package/esm5/lib/{WebComboListDescriptionModule.js → WebDividerDescriptionModule.js} +9 -9
  714. package/esm5/lib/WebDropdownDescription.js +1 -25
  715. package/esm5/lib/WebDropdownDescriptionMetadata.js +0 -5
  716. package/esm5/lib/WebFilteringExpressionsTreeDescription.js +24 -12
  717. package/esm5/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +3 -2
  718. package/esm5/lib/WebFilteringExpressionsTreeDetailDescription.js +24 -12
  719. package/esm5/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +3 -2
  720. package/esm5/lib/WebForOfDataChangingEventArgsDetailDescription.js +15 -3
  721. package/esm5/lib/WebForOfDataChangingEventArgsDetailDescriptionMetadata.js +3 -0
  722. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +403 -378
  723. package/esm5/lib/WebGridClipboardEventDescriptionMetadata.js +1 -0
  724. package/esm5/lib/{WebGridStateComponentEventArgsDescription.js → WebGridContextMenuEventArgsDescription.js} +12 -12
  725. package/esm5/lib/WebGridContextMenuEventArgsDescriptionMetadata.js +7 -0
  726. package/esm5/lib/WebGridContextMenuEventArgsDetailDescription.js +70 -0
  727. package/esm5/lib/WebGridContextMenuEventArgsDetailDescriptionMetadata.js +7 -0
  728. package/esm5/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +11 -5
  729. package/esm5/lib/WebGridDescription.js +44 -44
  730. package/esm5/lib/WebGridDescriptionModule.js +4 -0
  731. package/esm5/lib/WebGridEditDoneEventArgsDetailDescription.js +12 -0
  732. package/esm5/lib/WebGridEditEventArgsDetailDescription.js +12 -0
  733. package/esm5/lib/WebGridPaginatorTemplateContextDescription.js +46 -0
  734. package/esm5/lib/WebGridPaginatorTemplateContextDescriptionMetadata.js +50 -0
  735. package/esm5/lib/WebGridResourceStringsDescription.js +79 -91
  736. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +0 -1
  737. package/esm5/lib/{WebFormDataEventArgsDescription.js → WebGridRowEventArgsDescription.js} +12 -12
  738. package/esm5/lib/WebGridRowEventArgsDescriptionMetadata.js +7 -0
  739. package/esm5/lib/WebGridRowEventArgsDetailDescription.js +51 -0
  740. package/esm5/lib/WebGridRowEventArgsDetailDescriptionMetadata.js +7 -0
  741. package/esm5/lib/WebGridStateDescriptionMetadata_combined.js +59 -60
  742. package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +77 -1
  743. package/esm5/lib/WebGridStateInfoDetailDescription.js +226 -0
  744. package/esm5/lib/WebGridStateInfoDetailDescriptionMetadata.js +7 -0
  745. package/esm5/lib/WebGridToolbarDescriptionMetadata.js +0 -2
  746. package/esm5/lib/WebGridToolbarExporterDescription.js +8 -20
  747. package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +0 -1
  748. package/esm5/lib/WebHeaderTypeDescription.js +3 -15
  749. package/esm5/lib/WebHeaderTypeDescriptionMetadata.js +1 -3
  750. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
  751. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  752. package/esm5/lib/WebIconButtonDescription.js +11 -11
  753. package/esm5/lib/WebIconDescription.js +0 -12
  754. package/esm5/lib/WebIconDescriptionMetadata.js +0 -2
  755. package/esm5/lib/{WebFormDataDescription.js → WebIconMetaDescription.js} +18 -20
  756. package/esm5/lib/WebIconMetaDescriptionMetadata.js +45 -0
  757. package/esm5/lib/WebInputBaseDescription.js +20 -44
  758. package/esm5/lib/WebInputBaseDescriptionMetadata.js +0 -3
  759. package/esm5/lib/WebInputDescription.js +43 -67
  760. package/esm5/lib/WebInputDescriptionMetadata.js +4 -8
  761. package/esm5/lib/WebListDescription.js +1 -14
  762. package/esm5/lib/WebListDescriptionMetadata.js +0 -2
  763. package/esm5/lib/WebMaskInputBaseDescription.js +3 -3
  764. package/esm5/lib/WebMaskInputDescription.js +21 -9
  765. package/esm5/lib/WebMaskInputDescriptionMetadata.js +3 -0
  766. package/esm5/lib/WebPaginatorDescription.js +46 -39
  767. package/esm5/lib/WebPaginatorDescriptionMetadata.js +0 -2
  768. package/esm5/lib/WebPinRowEventArgsDetailDescription.js +12 -0
  769. package/esm5/lib/WebPivotAggregatorDescription.js +5 -5
  770. package/esm5/lib/WebPivotAggregatorDescriptionMetadata.js +1 -1
  771. package/esm5/lib/WebPivotConfigurationDescriptionMetadata.js +0 -1
  772. package/esm5/lib/WebPivotDateDimensionDescription.js +26 -14
  773. package/esm5/lib/WebPivotDateDimensionDescriptionMetadata.js +1 -0
  774. package/esm5/lib/WebPivotDimensionDescription.js +53 -17
  775. package/esm5/lib/WebPivotDimensionDescriptionMetadata.js +3 -0
  776. package/esm5/lib/WebPivotDimensionDetailDescription.js +53 -17
  777. package/esm5/lib/WebPivotDimensionDetailDescriptionMetadata.js +3 -0
  778. package/esm5/lib/WebPivotGridDescription.js +41 -17
  779. package/esm5/lib/WebPivotGridDescriptionMetadata.js +6 -2
  780. package/esm5/lib/WebPivotGridDescriptionModule.js +14 -0
  781. package/esm5/lib/WebPivotGridRecordDescription.js +30 -6
  782. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +2 -0
  783. package/esm5/lib/{WebComboItemDescription.js → WebPivotUISettingsDescription.js} +27 -27
  784. package/esm5/lib/WebPivotUISettingsDescriptionMetadata.js +55 -0
  785. package/esm5/lib/WebPivotValueDescriptionMetadata.js +1 -1
  786. package/esm5/lib/WebPivotValueDetailDescriptionMetadata.js +1 -1
  787. package/esm5/lib/WebPositionSettingsDescription.js +8 -20
  788. package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +0 -1
  789. package/esm5/lib/WebProgressBaseDescriptionMetadata.js +1 -1
  790. package/esm5/lib/{WebComboListDescription.js → WebRadioChangeEventArgsDescription.js} +14 -12
  791. package/esm5/lib/WebRadioChangeEventArgsDescriptionMetadata.js +47 -0
  792. package/esm5/lib/WebRadioChangeEventArgsDetailDescription.js +58 -0
  793. package/esm5/lib/WebRadioChangeEventArgsDetailDescriptionMetadata.js +47 -0
  794. package/esm5/lib/WebRadioDescriptionMetadata.js +2 -2
  795. package/esm5/lib/WebRadioDescriptionModule.js +2 -0
  796. package/esm5/lib/WebRadioGroupDescription.js +36 -0
  797. package/esm5/lib/WebRadioGroupDescriptionMetadata.js +5 -0
  798. package/esm5/lib/WebRangeSliderDescription.js +10 -34
  799. package/esm5/lib/WebRangeSliderDescriptionMetadata.js +0 -2
  800. package/esm5/lib/WebRatingDescription.js +27 -51
  801. package/esm5/lib/WebRatingDescriptionMetadata.js +0 -3
  802. package/esm5/lib/{WebGroupingExpressionEventArgsDescription.js → WebRowDataCancelableEventArgsDescription.js} +12 -12
  803. package/esm5/lib/WebRowDataCancelableEventArgsDescriptionMetadata.js +7 -0
  804. package/esm5/lib/WebRowDataCancelableEventArgsDetailDescription.js +142 -0
  805. package/esm5/lib/WebRowDataCancelableEventArgsDetailDescriptionMetadata.js +7 -0
  806. package/esm5/lib/WebRowDataEventArgsDetailDescription.js +24 -0
  807. package/esm5/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +2 -0
  808. package/esm5/lib/WebRowIslandDescription.js +120 -120
  809. package/esm5/lib/WebRowToggleEventArgsDetailDescription.js +12 -0
  810. package/esm5/lib/WebRowToggleEventArgsDetailDescriptionMetadata.js +1 -0
  811. package/esm5/lib/WebSelectDescription.js +9 -9
  812. package/esm5/lib/WebSelectDescriptionMetadata.js +1 -1
  813. package/esm5/lib/WebTreeDescription.js +0 -12
  814. package/esm5/lib/WebTreeDescriptionMetadata.js +0 -2
  815. package/esm5/lib/WebTreeGridDescription.js +27 -27
  816. package/esm5/lib/WilliamsPercentRIndicatorDescription.js +3 -3
  817. package/esm5/lib/XYChartDescription.js +222 -222
  818. package/esm5/lib/igx-filter-expression-collection.js +0 -4
  819. package/esm5/lib/type.js +5 -0
  820. package/esm5/public_api.js +79 -60
  821. package/fesm2015/igniteui-angular-core.js +16670 -11235
  822. package/fesm5/igniteui-angular-core.js +19726 -12636
  823. package/lib/AbsoluteVolumeOscillatorIndicatorDescription.d.ts +2 -2
  824. package/lib/AggregatedDataProvider_combined.d.ts +8 -6
  825. package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
  826. package/lib/AnchoredRadialSeriesDescription.d.ts +14 -11
  827. package/lib/{WebColumnMovingServiceDescription.d.ts → AnimationIdleEventArgsDescription.d.ts} +1 -1
  828. package/lib/{WebColumnMovingServiceDescriptionMetadata.d.ts → AnimationIdleEventArgsDescriptionMetadata.d.ts} +1 -1
  829. package/lib/AnnotationLayerDescription.d.ts +21 -21
  830. package/lib/AreaSeriesDescription.d.ts +1 -1
  831. package/lib/AverageDirectionalIndexIndicatorDescription.d.ts +1 -1
  832. package/lib/AverageTrueRangeIndicatorDescription.d.ts +1 -1
  833. package/lib/BarSeriesDescription.d.ts +2 -2
  834. package/lib/BollingerBandWidthIndicatorDescription.d.ts +2 -2
  835. package/lib/BollingerBandsOverlayDescription.d.ts +2 -2
  836. package/lib/BoxCollisionGeometry.d.ts +17 -0
  837. package/lib/BoxesCollisionGeometry.d.ts +18 -0
  838. package/lib/BubbleSeriesDescription.d.ts +14 -14
  839. package/lib/CalloutAnnotationDescription.d.ts +10 -7
  840. package/lib/CalloutCollisionMode.d.ts +42 -0
  841. package/lib/CalloutLayerDescription.d.ts +60 -38
  842. package/lib/CategoryChartDescription.d.ts +45 -45
  843. package/lib/CategoryHighlightLayerDescription.d.ts +3 -3
  844. package/lib/CategoryItemHighlightLayerDescription.d.ts +10 -10
  845. package/lib/CategorySeriesDescription.d.ts +7 -7
  846. package/lib/CategoryToolTipLayerDescription.d.ts +2 -2
  847. package/lib/ChaikinOscillatorIndicatorDescription.d.ts +2 -2
  848. package/lib/ChaikinVolatilityIndicatorDescription.d.ts +1 -1
  849. package/lib/ChartSelectionDescription.d.ts +4 -5
  850. package/lib/{WebComboHeaderDescriptionModule.d.ts → ChartSelectionDescriptionModule.d.ts} +1 -1
  851. package/lib/CheckboxListDescription.d.ts +24 -15
  852. package/lib/CheckedChangedEventArgsDescription.d.ts +3 -0
  853. package/lib/CircleCollisionGeometry.d.ts +20 -0
  854. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +39 -34
  855. package/lib/CodeGenerationRendererOptions.d.ts +9 -2
  856. package/lib/CollisionGeometry.d.ts +16 -0
  857. package/lib/CollisionGeometryType.d.ts +11 -0
  858. package/lib/CollisionRect.d.ts +57 -0
  859. package/lib/ColorUtil.d.ts +24 -21
  860. package/lib/ColumnFragmentDescription.d.ts +2 -2
  861. package/lib/ColumnSeriesDescription.d.ts +3 -3
  862. package/lib/CommodityChannelIndexIndicatorDescription.d.ts +1 -1
  863. package/lib/ComponentRenderer_combined.d.ts +1 -1
  864. package/lib/CoreGeometryUtil.d.ts +2 -1
  865. package/lib/CrosshairLayerDescription.d.ts +31 -31
  866. package/lib/DOMWindowBridge.d.ts +6 -3
  867. package/lib/DataContext.d.ts +1 -0
  868. package/lib/DataLegendLayoutMode.d.ts +18 -0
  869. package/lib/DataPieBaseChartDescription.d.ts +119 -0
  870. package/lib/{WebToggleOptionsDescriptionMetadata.d.ts → DataPieBaseChartDescriptionMetadata.d.ts} +1 -1
  871. package/lib/DataPieChartCoreDescriptionModule.d.ts +9 -0
  872. package/lib/DataPieChartDescription.d.ts +46 -0
  873. package/lib/{WebComboListDescriptionMetadata.d.ts → DataPieChartDescriptionMetadata.d.ts} +3 -2
  874. package/lib/{WebComboItemDescriptionModule.d.ts → DataPieChartDescriptionModule.d.ts} +1 -1
  875. package/lib/DataPieChartToolbarDescriptionModule.d.ts +9 -0
  876. package/lib/DataSeries.d.ts +3 -2
  877. package/lib/DataSeriesAxisType.d.ts +17 -1
  878. package/lib/DataSeriesMemberPathHint.d.ts +1 -2
  879. package/lib/DataSeriesType.d.ts +5 -1
  880. package/lib/DataSourceLocalDataProvider.d.ts +39 -36
  881. package/lib/DataToolTipLayerDescription.d.ts +142 -142
  882. package/lib/DetrendedPriceOscillatorIndicatorDescription.d.ts +1 -1
  883. package/lib/DomainChartDescription.d.ts +312 -270
  884. package/lib/Ellipse.d.ts +9 -0
  885. package/lib/EllipseVisualData.d.ts +27 -0
  886. package/lib/FastStochasticOscillatorIndicatorDescription.d.ts +1 -1
  887. package/lib/FilterExpressionParsingResult.d.ts +6 -2
  888. package/lib/FinalValueLayerDescription.d.ts +14 -14
  889. package/lib/FinancialChartDescription.d.ts +61 -61
  890. package/lib/FinancialIndicatorDescription.d.ts +8 -8
  891. package/lib/FinancialOverlayDescription.d.ts +1 -1
  892. package/lib/FinancialPriceSeriesDescription.d.ts +16 -16
  893. package/lib/FinancialSeriesDescription.d.ts +19 -19
  894. package/lib/FlatDataProvider_combined.d.ts +21 -19
  895. package/lib/ForceIndexIndicatorDescription.d.ts +1 -1
  896. package/lib/FullStochasticOscillatorIndicatorDescription.d.ts +3 -3
  897. package/lib/FunnelChartDescription.d.ts +27 -24
  898. package/lib/GeographicContourLineSeriesDescription.d.ts +5 -5
  899. package/lib/GeographicHighDensityScatterSeriesDescription.d.ts +11 -11
  900. package/lib/GeographicMapSeriesHostDescription.d.ts +2 -2
  901. package/lib/GeographicMarkerSeriesDescription.d.ts +11 -11
  902. package/lib/GeographicPolylineSeriesDescription.d.ts +6 -6
  903. package/lib/GeographicProportionalSymbolSeriesDescription.d.ts +18 -18
  904. package/lib/GeographicScatterAreaSeriesDescription.d.ts +4 -4
  905. package/lib/GeographicShapeSeriesBaseDescription.d.ts +10 -10
  906. package/lib/GeographicShapeSeriesDescription.d.ts +17 -17
  907. package/lib/GeographicSymbolSeriesDescription.d.ts +9 -9
  908. package/lib/GeographicTileSeriesDescription.d.ts +2 -2
  909. package/lib/GeographicXYTriangulatingSeriesDescription.d.ts +6 -6
  910. package/lib/GeometryUtil.d.ts +21 -17
  911. package/lib/HighDensityScatterSeriesDescription.d.ts +17 -17
  912. package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
  913. package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
  914. package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
  915. package/lib/IDataLegendSeries.d.ts +2 -0
  916. package/lib/IDataSeriesAdapterRule_combined.d.ts +46 -37
  917. package/lib/IDataSourceDataProvider_combined.d.ts +54 -49
  918. package/lib/ILegendSeries.d.ts +1 -0
  919. package/lib/INativeUIElementBridge_combined.d.ts +71 -68
  920. package/lib/INativeUIWindowBridge.d.ts +3 -2
  921. package/lib/ItemToolTipLayerDescription.d.ts +4 -4
  922. package/lib/LabelCollisionInfo.d.ts +23 -18
  923. package/lib/LabelCollisionManager.d.ts +72 -46
  924. package/lib/LabelCollisionManagerCollisionMode.d.ts +6 -1
  925. package/lib/LabelCollisionPlacementPositions.d.ts +5 -1
  926. package/lib/{WebFormDataDescription.d.ts → LayoutPrimaryKeyValueDescription.d.ts} +5 -5
  927. package/lib/{WebComboTemplatePropsDescriptionMetadata.d.ts → LayoutPrimaryKeyValueDescriptionMetadata.d.ts} +1 -1
  928. package/lib/LayoutPrimaryKeyValueDescriptionModule.d.ts +9 -0
  929. package/lib/LineSeriesDescription.d.ts +1 -1
  930. package/lib/LocalDataSource_combined.d.ts +35 -34
  931. package/lib/MarkerSeriesDescription.d.ts +11 -11
  932. package/lib/MoneyFlowIndexIndicatorDescription.d.ts +1 -1
  933. package/lib/MovingAverageConvergenceDivergenceIndicatorDescription.d.ts +3 -3
  934. package/lib/NativeUI.d.ts +5 -4
  935. package/lib/NativeUIAbsolutePanel.d.ts +5 -5
  936. package/lib/NativeUIBuiltInEvents.d.ts +11 -8
  937. package/lib/NativeUIBuiltInProperties.d.ts +20 -1
  938. package/lib/NativeUIButton.d.ts +31 -29
  939. package/lib/NativeUICheckbox.d.ts +18 -9
  940. package/lib/NativeUICheckboxList.d.ts +44 -0
  941. package/lib/NativeUICheckboxListChangeEventArgs.d.ts +10 -0
  942. package/lib/NativeUIColumn.d.ts +1 -1
  943. package/lib/NativeUIComponentBuiltInType.d.ts +2 -1
  944. package/lib/NativeUIContent.d.ts +3 -3
  945. package/lib/NativeUIDropDown.d.ts +9 -9
  946. package/lib/NativeUIElementBridge.d.ts +1 -0
  947. package/lib/NativeUIGrid.d.ts +23 -20
  948. package/lib/NativeUIIcon.d.ts +14 -14
  949. package/lib/NativeUIIconButton.d.ts +14 -14
  950. package/lib/NativeUIInput.d.ts +23 -23
  951. package/lib/NativeUILabel.d.ts +6 -6
  952. package/lib/NativeUIMouseEventArgs.d.ts +1 -0
  953. package/lib/NativeUIPlaceContent.d.ts +12 -0
  954. package/lib/NativeUIPopup.d.ts +32 -32
  955. package/lib/NativeUISizeChangedEventArgs.d.ts +2 -0
  956. package/lib/NativeUISlider.d.ts +10 -10
  957. package/lib/NativeUIWindow.d.ts +3 -2
  958. package/lib/OthersCategoryType.d.ts +18 -0
  959. package/lib/PagedDataSource.d.ts +2 -2
  960. package/lib/PercentagePriceOscillatorIndicatorDescription.d.ts +2 -2
  961. package/lib/PercentageVolumeOscillatorIndicatorDescription.d.ts +2 -2
  962. package/lib/PieSliceCollisionGeometry.d.ts +29 -0
  963. package/lib/PolarAreaSeriesDescription.d.ts +1 -1
  964. package/lib/PolarBaseDescription.d.ts +27 -27
  965. package/lib/PolarLineSeriesDescription.d.ts +1 -1
  966. package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
  967. package/lib/PolarSplineSeriesDescription.d.ts +1 -1
  968. package/lib/PriceChannelOverlayDescription.d.ts +1 -1
  969. package/lib/ProportionalCategoryAngleAxisDescription.d.ts +22 -0
  970. package/lib/ProportionalCategoryAngleAxisDescriptionMetadata.d.ts +13 -0
  971. package/lib/ProportionalCategoryAngleAxisDescriptionModule.d.ts +9 -0
  972. package/lib/QuadTreeBoundingBox.d.ts +11 -6
  973. package/lib/RadialAreaSeriesDescription.d.ts +1 -1
  974. package/lib/RadialBaseChartDescription.d.ts +239 -0
  975. package/lib/{WebComboHeaderDescriptionMetadata.d.ts → RadialBaseChartDescriptionMetadata.d.ts} +1 -1
  976. package/lib/RadialBaseDescription.d.ts +59 -7
  977. package/lib/RadialColumnSeriesDescription.d.ts +2 -2
  978. package/lib/RadialLabelMode.d.ts +46 -0
  979. package/lib/RadialLineSeriesDescription.d.ts +1 -1
  980. package/lib/RadialPieSeriesDescription.d.ts +2 -2
  981. package/lib/RangeCategorySeriesDescription.d.ts +4 -4
  982. package/lib/RangeColumnSeriesDescription.d.ts +2 -2
  983. package/lib/RateOfChangeAndMomentumIndicatorDescription.d.ts +1 -1
  984. package/lib/RelativeStrengthIndexIndicatorDescription.d.ts +1 -1
  985. package/lib/ScatterAreaSeriesDescription.d.ts +5 -5
  986. package/lib/ScatterBaseDescription.d.ts +26 -26
  987. package/lib/ScatterContourSeriesDescription.d.ts +6 -6
  988. package/lib/ScatterLineSeriesDescription.d.ts +1 -1
  989. package/lib/ScatterPolygonSeriesDescription.d.ts +12 -12
  990. package/lib/ScatterPolylineSeriesDescription.d.ts +1 -1
  991. package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
  992. package/lib/ScatterTriangulationSeriesDescription.d.ts +13 -13
  993. package/lib/SeriesDescription.d.ts +106 -87
  994. package/lib/SeriesMatcherDescription.d.ts +7 -5
  995. package/lib/SeriesMatcherDescriptionModule.d.ts +9 -0
  996. package/lib/ShapeSeriesBaseDescription.d.ts +14 -14
  997. package/lib/SimpleCategorySeriesRule.d.ts +1 -0
  998. package/lib/SimpleFinancialPriceSeriesRule.d.ts +1 -0
  999. package/lib/SimplePieSeriesRule.d.ts +26 -0
  1000. package/lib/SimpleScatterSeriesRule.d.ts +1 -0
  1001. package/lib/SlowStochasticOscillatorIndicatorDescription.d.ts +1 -1
  1002. package/lib/SplineSeriesBaseDescription.d.ts +2 -2
  1003. package/lib/StackedBarSeriesDescription.d.ts +2 -2
  1004. package/lib/StackedColumnSeriesDescription.d.ts +2 -2
  1005. package/lib/StackedSeriesBaseDescription.d.ts +4 -4
  1006. package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
  1007. package/lib/StackedSplineSeriesDescription.d.ts +1 -1
  1008. package/lib/StandardDeviationIndicatorDescription.d.ts +1 -1
  1009. package/lib/StochRSIIndicatorDescription.d.ts +1 -1
  1010. package/lib/SubCollectionsRule.d.ts +1 -0
  1011. package/lib/TRIXIndicatorDescription.d.ts +1 -1
  1012. package/lib/TSCodeGeneratingComponentRendererTemplateEmitter.d.ts +2 -1
  1013. package/lib/TileSeriesDescription.d.ts +1 -1
  1014. package/lib/ToolActionButtonDescription.d.ts +2 -2
  1015. package/lib/ToolActionCheckboxDescription.d.ts +25 -1
  1016. package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
  1017. package/lib/ToolActionCheckboxListDescription.d.ts +26 -0
  1018. package/lib/ToolActionCheckboxListDescriptionMetadata.d.ts +13 -0
  1019. package/lib/ToolActionCheckboxListDescriptionModule.d.ts +9 -0
  1020. package/lib/ToolActionCheckboxListInfo.d.ts +22 -0
  1021. package/lib/ToolActionCheckboxListInfoDescription.d.ts +24 -0
  1022. package/lib/{WebDensityChangedEventArgsDescriptionMetadata.d.ts → ToolActionCheckboxListInfoDescriptionMetadata.d.ts} +1 -1
  1023. package/lib/ToolActionDescription.d.ts +79 -49
  1024. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  1025. package/lib/ToolActionIconButtonDescription.d.ts +28 -1
  1026. package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
  1027. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  1028. package/lib/ToolActionInfo.d.ts +6 -0
  1029. package/lib/ToolActionInfoDescription.d.ts +25 -19
  1030. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  1031. package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
  1032. package/lib/ToolActionRadioDescription.d.ts +27 -3
  1033. package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
  1034. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  1035. package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
  1036. package/lib/ToolActionType.d.ts +2 -1
  1037. package/lib/ToolPanelDescription.d.ts +99 -39
  1038. package/lib/ToolbarDescription.d.ts +61 -25
  1039. package/lib/ValueLayerDescription.d.ts +32 -32
  1040. package/lib/ValueOverlayDescription.d.ts +14 -14
  1041. package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
  1042. package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
  1043. package/lib/VirtualDataSource.d.ts +50 -51
  1044. package/lib/WaterfallSeriesDescription.d.ts +4 -4
  1045. package/lib/WebActionStripDescription.d.ts +7 -6
  1046. package/lib/WebAvatarDescription.d.ts +1 -4
  1047. package/lib/WebBannerDescription.d.ts +20 -0
  1048. package/lib/{WebCellDescriptionMetadata.d.ts → WebBannerDescriptionMetadata.d.ts} +1 -1
  1049. package/lib/{WebFormDescriptionModule.d.ts → WebBannerDescriptionModule.d.ts} +1 -1
  1050. package/lib/WebBaseExporterDescriptionMetadata_combined.d.ts +60 -0
  1051. package/lib/WebButtonBaseDescription.d.ts +1 -4
  1052. package/lib/WebButtonDescription.d.ts +1 -1
  1053. package/lib/WebCalendarBaseDescription.d.ts +3 -3
  1054. package/lib/WebCalendarDescription.d.ts +0 -3
  1055. package/lib/WebCheckboxChangeEventArgsDescription.d.ts +17 -0
  1056. package/lib/WebCheckboxChangeEventArgsDescriptionMetadata.d.ts +13 -0
  1057. package/lib/{WebFormDataEventArgsDescription.d.ts → WebCheckboxChangeEventArgsDetailDescription.d.ts} +7 -5
  1058. package/lib/{WebDensityChangedEventArgsDetailDescriptionMetadata.d.ts → WebCheckboxChangeEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  1059. package/lib/WebChipDescription.d.ts +1 -4
  1060. package/lib/WebColumnDescription.d.ts +49 -55
  1061. package/lib/WebColumnGroupDescription.d.ts +6 -3
  1062. package/lib/WebColumnStateDescription.d.ts +14 -17
  1063. package/lib/WebDatePickerDescription.d.ts +114 -0
  1064. package/lib/{WebComboItemDescriptionMetadata.d.ts → WebDatePickerDescriptionMetadata.d.ts} +1 -1
  1065. package/lib/WebDatePickerDescriptionModule.d.ts +9 -0
  1066. package/lib/WebDateTimeInputDescription.d.ts +8 -14
  1067. package/lib/WebDividerDescription.d.ts +20 -0
  1068. package/lib/{WebFormDescriptionMetadata.d.ts → WebDividerDescriptionMetadata.d.ts} +1 -1
  1069. package/lib/{WebComboListDescriptionModule.d.ts → WebDividerDescriptionModule.d.ts} +1 -1
  1070. package/lib/WebDropdownDescription.d.ts +0 -6
  1071. package/lib/WebFilteringExpressionsTreeDescription.d.ts +8 -5
  1072. package/lib/WebFilteringExpressionsTreeDetailDescription.d.ts +8 -5
  1073. package/lib/WebForOfDataChangingEventArgsDetailDescription.d.ts +5 -1
  1074. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +138 -134
  1075. package/lib/WebGridContextMenuEventArgsDescription.d.ts +17 -0
  1076. package/lib/WebGridContextMenuEventArgsDescriptionMetadata.d.ts +1 -0
  1077. package/lib/WebGridContextMenuEventArgsDetailDescription.d.ts +24 -0
  1078. package/lib/WebGridContextMenuEventArgsDetailDescriptionMetadata.d.ts +1 -0
  1079. package/lib/WebGridDescription.d.ts +16 -16
  1080. package/lib/WebGridEditDoneEventArgsDetailDescription.d.ts +3 -0
  1081. package/lib/WebGridEditEventArgsDetailDescription.d.ts +3 -0
  1082. package/lib/WebGridPaginatorTemplateContextDescription.d.ts +17 -0
  1083. package/lib/WebGridPaginatorTemplateContextDescriptionMetadata.d.ts +13 -0
  1084. package/lib/WebGridResourceStringsDescription.d.ts +30 -33
  1085. package/lib/WebGridRowEventArgsDescription.d.ts +17 -0
  1086. package/lib/WebGridRowEventArgsDescriptionMetadata.d.ts +1 -0
  1087. package/lib/WebGridRowEventArgsDetailDescription.d.ts +19 -0
  1088. package/lib/WebGridRowEventArgsDetailDescriptionMetadata.d.ts +1 -0
  1089. package/lib/WebGridStateDescriptionMetadata_combined.d.ts +2 -2
  1090. package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -1
  1091. package/lib/WebGridStateInfoDetailDescription.d.ts +70 -0
  1092. package/lib/WebGridStateInfoDetailDescriptionMetadata.d.ts +1 -0
  1093. package/lib/WebGridStateInfoEventArgsDescription.d.ts +3 -3
  1094. package/lib/WebGridToolbarExporterDescription.d.ts +3 -6
  1095. package/lib/WebHeaderTypeDescription.d.ts +1 -4
  1096. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  1097. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  1098. package/lib/WebIconButtonDescription.d.ts +4 -4
  1099. package/lib/WebIconDescription.d.ts +0 -3
  1100. package/lib/{WebGridDataBindableDescription.d.ts → WebIconMetaDescription.d.ts} +6 -6
  1101. package/lib/{WebFormDataDescriptionMetadata.d.ts → WebIconMetaDescriptionMetadata.d.ts} +1 -1
  1102. package/lib/WebInputBaseDescription.d.ts +8 -14
  1103. package/lib/WebInputDescription.d.ts +17 -23
  1104. package/lib/WebListDescription.d.ts +0 -3
  1105. package/lib/WebMaskInputBaseDescription.d.ts +1 -1
  1106. package/lib/WebMaskInputDescription.d.ts +6 -3
  1107. package/lib/WebPaginatorDescription.d.ts +15 -14
  1108. package/lib/WebPinRowEventArgsDetailDescription.d.ts +3 -0
  1109. package/lib/WebPivotAggregatorDescription.d.ts +2 -2
  1110. package/lib/WebPivotDateDimensionDescription.d.ts +8 -5
  1111. package/lib/WebPivotDimensionDescription.d.ts +15 -6
  1112. package/lib/WebPivotDimensionDetailDescription.d.ts +15 -6
  1113. package/lib/WebPivotGridDescription.d.ts +15 -8
  1114. package/lib/WebPivotGridRecordDescription.d.ts +8 -2
  1115. package/lib/WebPivotUISettingsDescription.d.ts +23 -0
  1116. package/lib/{WebThemeControllerDescriptionMetadata.d.ts → WebPivotUISettingsDescriptionMetadata.d.ts} +1 -1
  1117. package/lib/WebPositionSettingsDescription.d.ts +4 -7
  1118. package/lib/WebRadioChangeEventArgsDescription.d.ts +17 -0
  1119. package/lib/{WebFieldValidationStateDescriptionMetadata.d.ts → WebRadioChangeEventArgsDescriptionMetadata.d.ts} +1 -1
  1120. package/lib/{WebGridStateComponentEventArgsDescription.d.ts → WebRadioChangeEventArgsDetailDescription.d.ts} +7 -5
  1121. package/lib/WebRadioChangeEventArgsDetailDescriptionMetadata.d.ts +13 -0
  1122. package/lib/WebRadioGroupDescription.d.ts +9 -0
  1123. package/lib/WebRangeSliderDescription.d.ts +3 -9
  1124. package/lib/WebRatingDescription.d.ts +10 -16
  1125. package/lib/WebRowDataCancelableEventArgsDescription.d.ts +17 -0
  1126. package/lib/WebRowDataCancelableEventArgsDescriptionMetadata.d.ts +1 -0
  1127. package/lib/WebRowDataCancelableEventArgsDetailDescription.d.ts +42 -0
  1128. package/lib/WebRowDataCancelableEventArgsDetailDescriptionMetadata.d.ts +1 -0
  1129. package/lib/WebRowDataEventArgsDetailDescription.d.ts +6 -0
  1130. package/lib/WebRowIslandDescription.d.ts +45 -45
  1131. package/lib/WebRowToggleEventArgsDetailDescription.d.ts +3 -0
  1132. package/lib/WebSelectDescription.d.ts +3 -3
  1133. package/lib/WebTreeDescription.d.ts +0 -3
  1134. package/lib/WebTreeGridDescription.d.ts +10 -10
  1135. package/lib/WilliamsPercentRIndicatorDescription.d.ts +1 -1
  1136. package/lib/XYChartDescription.d.ts +76 -76
  1137. package/lib/igx-filter-expression-collection.d.ts +0 -1
  1138. package/lib/type.d.ts +1 -0
  1139. package/package.json +1 -1
  1140. package/public_api.d.ts +79 -60
  1141. package/esm2015/lib/WebCellDescriptionMetadata.js +0 -45
  1142. package/esm2015/lib/WebColumnMovingServiceDescriptionMetadata.js +0 -41
  1143. package/esm2015/lib/WebComboHeaderDescriptionMetadata.js +0 -40
  1144. package/esm2015/lib/WebComboItemDescriptionMetadata.js +0 -44
  1145. package/esm2015/lib/WebComboListDescriptionMetadata.js +0 -41
  1146. package/esm2015/lib/WebComboTemplatePropsDescription.js +0 -26
  1147. package/esm2015/lib/WebComboTemplatePropsDescriptionMetadata.js +0 -39
  1148. package/esm2015/lib/WebDensityChangedEventArgsDescriptionMetadata.js +0 -46
  1149. package/esm2015/lib/WebDensityChangedEventArgsDetailDescription.js +0 -41
  1150. package/esm2015/lib/WebDensityChangedEventArgsDetailDescriptionMetadata.js +0 -51
  1151. package/esm2015/lib/WebDisplayDensityBaseDescriptionMetadata.js +0 -49
  1152. package/esm2015/lib/WebDisplayDensityBaseElementDescription.js +0 -42
  1153. package/esm2015/lib/WebDisplayDensityBaseElementDescriptionMetadata.js +0 -48
  1154. package/esm2015/lib/WebFieldValidationStateDescription.js +0 -31
  1155. package/esm2015/lib/WebFieldValidationStateDescriptionMetadata.js +0 -48
  1156. package/esm2015/lib/WebFormDataDescriptionMetadata.js +0 -42
  1157. package/esm2015/lib/WebFormDataEventArgsDescriptionMetadata.js +0 -43
  1158. package/esm2015/lib/WebFormDescriptionMetadata.js +0 -47
  1159. package/esm2015/lib/WebGridActionStripContentDescription.js +0 -26
  1160. package/esm2015/lib/WebGridActionStripContentDescriptionMetadata.js +0 -37
  1161. package/esm2015/lib/WebGridClipboardOptionsDescription.js +0 -26
  1162. package/esm2015/lib/WebGridClipboardOptionsDescriptionMetadata.js +0 -37
  1163. package/esm2015/lib/WebGridDataBindableDescriptionMetadata.js +0 -44
  1164. package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +0 -45
  1165. package/esm2015/lib/WebGridValidationServiceDescription.js +0 -26
  1166. package/esm2015/lib/WebGridValidationServiceDescriptionMetadata.js +0 -41
  1167. package/esm2015/lib/WebGroupByRowTemplateContextEventArgsDescription.js +0 -36
  1168. package/esm2015/lib/WebGroupByRowTemplateContextEventArgsDescriptionMetadata.js +0 -41
  1169. package/esm2015/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +0 -41
  1170. package/esm2015/lib/WebLitVirtualizerDescription.js +0 -26
  1171. package/esm2015/lib/WebLitVirtualizerDescriptionMetadata.js +0 -39
  1172. package/esm2015/lib/WebPathSegmentDescription.js +0 -42
  1173. package/esm2015/lib/WebPathSegmentDescriptionMetadata.js +0 -44
  1174. package/esm2015/lib/WebRecordValidationStateDescription.js +0 -39
  1175. package/esm2015/lib/WebRecordValidationStateDescriptionMetadata.js +0 -51
  1176. package/esm2015/lib/WebRenderFunctionDescription.js +0 -26
  1177. package/esm2015/lib/WebRenderFunctionDescriptionMetadata.js +0 -37
  1178. package/esm2015/lib/WebThemeControllerDescription.js +0 -26
  1179. package/esm2015/lib/WebThemeControllerDescriptionMetadata.js +0 -39
  1180. package/esm2015/lib/WebToggleDirectiveDescription.js +0 -74
  1181. package/esm2015/lib/WebToggleDirectiveDescriptionMetadata.js +0 -52
  1182. package/esm2015/lib/WebToggleOptionsDescription.js +0 -26
  1183. package/esm2015/lib/WebToggleOptionsDescriptionMetadata.js +0 -39
  1184. package/esm5/lib/WebCellDescription.js +0 -80
  1185. package/esm5/lib/WebCellDescriptionMetadata.js +0 -49
  1186. package/esm5/lib/WebColumnMovingServiceDescriptionMetadata.js +0 -45
  1187. package/esm5/lib/WebComboHeaderDescription.js +0 -31
  1188. package/esm5/lib/WebComboHeaderDescriptionMetadata.js +0 -44
  1189. package/esm5/lib/WebComboItemDescriptionMetadata.js +0 -48
  1190. package/esm5/lib/WebComboListDescriptionMetadata.js +0 -45
  1191. package/esm5/lib/WebComboTemplatePropsDescription.js +0 -31
  1192. package/esm5/lib/WebComboTemplatePropsDescriptionMetadata.js +0 -43
  1193. package/esm5/lib/WebDensityChangedEventArgsDescriptionMetadata.js +0 -50
  1194. package/esm5/lib/WebDensityChangedEventArgsDetailDescription.js +0 -51
  1195. package/esm5/lib/WebDensityChangedEventArgsDetailDescriptionMetadata.js +0 -55
  1196. package/esm5/lib/WebDisplayDensityBaseDescriptionMetadata.js +0 -53
  1197. package/esm5/lib/WebDisplayDensityBaseElementDescriptionMetadata.js +0 -52
  1198. package/esm5/lib/WebFieldValidationStateDescription.js +0 -37
  1199. package/esm5/lib/WebFieldValidationStateDescriptionMetadata.js +0 -52
  1200. package/esm5/lib/WebFormDataDescriptionMetadata.js +0 -46
  1201. package/esm5/lib/WebFormDataEventArgsDescriptionMetadata.js +0 -47
  1202. package/esm5/lib/WebFormDescriptionMetadata.js +0 -51
  1203. package/esm5/lib/WebFormDescriptionModule.js +0 -26
  1204. package/esm5/lib/WebGridActionStripContentDescription.js +0 -31
  1205. package/esm5/lib/WebGridActionStripContentDescriptionMetadata.js +0 -41
  1206. package/esm5/lib/WebGridClipboardOptionsDescription.js +0 -31
  1207. package/esm5/lib/WebGridClipboardOptionsDescriptionMetadata.js +0 -41
  1208. package/esm5/lib/WebGridDataBindableDescription.js +0 -56
  1209. package/esm5/lib/WebGridDataBindableDescriptionMetadata.js +0 -48
  1210. package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +0 -49
  1211. package/esm5/lib/WebGridValidationServiceDescription.js +0 -31
  1212. package/esm5/lib/WebGridValidationServiceDescriptionMetadata.js +0 -45
  1213. package/esm5/lib/WebGroupByRowTemplateContextEventArgsDescription.js +0 -46
  1214. package/esm5/lib/WebGroupByRowTemplateContextEventArgsDescriptionMetadata.js +0 -45
  1215. package/esm5/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +0 -45
  1216. package/esm5/lib/WebLitVirtualizerDescription.js +0 -31
  1217. package/esm5/lib/WebLitVirtualizerDescriptionMetadata.js +0 -43
  1218. package/esm5/lib/WebPathSegmentDescription.js +0 -56
  1219. package/esm5/lib/WebPathSegmentDescriptionMetadata.js +0 -48
  1220. package/esm5/lib/WebRecordValidationStateDescription.js +0 -49
  1221. package/esm5/lib/WebRecordValidationStateDescriptionMetadata.js +0 -55
  1222. package/esm5/lib/WebRenderFunctionDescription.js +0 -31
  1223. package/esm5/lib/WebRenderFunctionDescriptionMetadata.js +0 -41
  1224. package/esm5/lib/WebThemeControllerDescription.js +0 -31
  1225. package/esm5/lib/WebThemeControllerDescriptionMetadata.js +0 -43
  1226. package/esm5/lib/WebToggleDirectiveDescription.js +0 -104
  1227. package/esm5/lib/WebToggleDirectiveDescriptionMetadata.js +0 -56
  1228. package/esm5/lib/WebToggleOptionsDescription.js +0 -31
  1229. package/esm5/lib/WebToggleOptionsDescriptionMetadata.js +0 -43
  1230. package/lib/WebCellDescription.d.ts +0 -23
  1231. package/lib/WebComboHeaderDescription.d.ts +0 -11
  1232. package/lib/WebComboItemDescription.d.ts +0 -23
  1233. package/lib/WebComboListDescription.d.ts +0 -14
  1234. package/lib/WebComboTemplatePropsDescription.d.ts +0 -11
  1235. package/lib/WebDensityChangedEventArgsDescription.d.ts +0 -17
  1236. package/lib/WebDensityChangedEventArgsDetailDescription.d.ts +0 -18
  1237. package/lib/WebDisplayDensityBaseDescription.d.ts +0 -17
  1238. package/lib/WebDisplayDensityBaseDescriptionMetadata.d.ts +0 -13
  1239. package/lib/WebDisplayDensityBaseElementDescription.d.ts +0 -17
  1240. package/lib/WebDisplayDensityBaseElementDescriptionMetadata.d.ts +0 -13
  1241. package/lib/WebFieldValidationStateDescription.d.ts +0 -13
  1242. package/lib/WebFormDataEventArgsDescriptionMetadata.d.ts +0 -13
  1243. package/lib/WebFormDescription.d.ts +0 -20
  1244. package/lib/WebGridActionStripContentDescription.d.ts +0 -11
  1245. package/lib/WebGridActionStripContentDescriptionMetadata.d.ts +0 -13
  1246. package/lib/WebGridClipboardOptionsDescription.d.ts +0 -11
  1247. package/lib/WebGridClipboardOptionsDescriptionMetadata.d.ts +0 -13
  1248. package/lib/WebGridDataBindableDescriptionMetadata.d.ts +0 -13
  1249. package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +0 -13
  1250. package/lib/WebGridValidationServiceDescription.d.ts +0 -11
  1251. package/lib/WebGridValidationServiceDescriptionMetadata.d.ts +0 -13
  1252. package/lib/WebGroupByRowTemplateContextEventArgsDescription.d.ts +0 -17
  1253. package/lib/WebGroupByRowTemplateContextEventArgsDescriptionMetadata.d.ts +0 -13
  1254. package/lib/WebGroupingExpressionEventArgsDescription.d.ts +0 -17
  1255. package/lib/WebGroupingExpressionEventArgsDescriptionMetadata.d.ts +0 -13
  1256. package/lib/WebLitVirtualizerDescription.d.ts +0 -11
  1257. package/lib/WebLitVirtualizerDescriptionMetadata.d.ts +0 -13
  1258. package/lib/WebPathSegmentDescription.d.ts +0 -17
  1259. package/lib/WebPathSegmentDescriptionMetadata.d.ts +0 -13
  1260. package/lib/WebRecordValidationStateDescription.d.ts +0 -17
  1261. package/lib/WebRecordValidationStateDescriptionMetadata.d.ts +0 -13
  1262. package/lib/WebRenderFunctionDescription.d.ts +0 -11
  1263. package/lib/WebRenderFunctionDescriptionMetadata.d.ts +0 -13
  1264. package/lib/WebThemeControllerDescription.d.ts +0 -11
  1265. package/lib/WebToggleDirectiveDescription.d.ts +0 -29
  1266. package/lib/WebToggleDirectiveDescriptionMetadata.d.ts +0 -13
  1267. package/lib/WebToggleOptionsDescription.d.ts +0 -11
@@ -14,173 +14,176 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(DomainChartDescription, _super);
15
15
  function DomainChartDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.e3 = 0;
18
- _this.fg = 0;
19
- _this.fh = 0;
20
- _this.fi = 0;
21
- _this.ff = 0;
17
+ _this.fe = 0;
18
+ _this.fr = 0;
19
+ _this.fs = 0;
20
+ _this.ft = 0;
21
+ _this.fq = 0;
22
+ _this.fm = 0;
23
+ _this.fo = 0;
24
+ _this.fn = 0;
25
+ _this.fl = 0;
26
+ _this.nc = null;
27
+ _this.nf = null;
22
28
  _this.fb = 0;
23
- _this.fd = 0;
24
- _this.fc = 0;
25
- _this.fa = 0;
26
- _this.mo = null;
27
- _this.mr = null;
28
- _this.e0 = 0;
29
- _this.fj = 0;
30
- _this.e9 = 0;
31
- _this.c0 = 0;
32
- _this.i2 = 0;
33
- _this.mu = null;
34
- _this.mp = null;
35
- _this.ms = null;
36
- _this.jw = null;
37
- _this.dw = 0;
38
- _this.dx = 0;
39
- _this.c6 = 0;
40
- _this.c7 = 0;
41
- _this.ju = null;
42
- _this.jv = null;
43
- _this.by = false;
29
+ _this.fu = 0;
30
+ _this.fk = 0;
31
+ _this.da = 0;
32
+ _this.ji = 0;
33
+ _this.ni = null;
34
+ _this.jf = 0;
35
+ _this.jh = 0;
36
+ _this.je = 0;
37
+ _this.nd = null;
38
+ _this.ng = null;
39
+ _this.ki = null;
40
+ _this.d7 = 0;
41
+ _this.d8 = 0;
42
+ _this.dh = 0;
43
+ _this.di = 0;
44
+ _this.kg = null;
45
+ _this.kh = null;
46
+ _this.b3 = false;
44
47
  _this.p = null;
45
48
  _this.m = null;
46
49
  _this.o = null;
47
50
  _this.l = null;
48
- _this.k9 = null;
49
- _this.iy = 0;
50
- _this.iz = 0;
51
- _this.lb = null;
52
- _this.la = null;
53
- _this.bz = false;
54
- _this.lc = null;
51
+ _this.lv = null;
52
+ _this.jb = 0;
53
+ _this.jc = 0;
54
+ _this.lx = null;
55
+ _this.lw = null;
56
+ _this.b4 = false;
57
+ _this.ly = null;
55
58
  _this.q = null;
56
- _this.ek = 0;
57
- _this.el = 0;
58
- _this.em = 0;
59
- _this.en = 0;
60
- _this.b0 = false;
61
- _this.lh = null;
62
- _this.b1 = false;
63
- _this.ep = 0;
64
- _this.eq = 0;
65
- _this.er = 0;
66
- _this.es = 0;
67
- _this.ld = null;
68
- _this.le = null;
69
- _this.eo = 0;
70
- _this.lf = null;
71
- _this.lg = null;
72
- _this.j3 = null;
59
+ _this.ev = 0;
60
+ _this.ew = 0;
61
+ _this.ex = 0;
62
+ _this.ey = 0;
63
+ _this.b5 = false;
64
+ _this.l3 = null;
65
+ _this.b6 = false;
66
+ _this.e0 = 0;
67
+ _this.e1 = 0;
68
+ _this.e2 = 0;
69
+ _this.e3 = 0;
70
+ _this.lz = null;
71
+ _this.l0 = null;
72
+ _this.ez = 0;
73
+ _this.l1 = null;
74
+ _this.l2 = null;
75
+ _this.kp = null;
73
76
  _this.n = null;
74
- _this.j1 = null;
75
- _this.j2 = null;
76
- _this.j4 = null;
77
- _this.j5 = null;
78
- _this.j6 = null;
79
- _this.dm = 0;
80
- _this.dn = 0;
77
+ _this.kn = null;
78
+ _this.ko = null;
79
+ _this.kq = null;
80
+ _this.kr = null;
81
+ _this.ks = null;
82
+ _this.dy = 0;
83
+ _this.dz = 0;
84
+ _this.d0 = 0;
85
+ _this.d1 = 0;
86
+ _this.dt = 0;
87
+ _this.du = 0;
88
+ _this.dv = 0;
89
+ _this.dw = 0;
90
+ _this.b2 = false;
91
+ _this.kt = null;
92
+ _this.dx = 0;
93
+ _this.ku = null;
94
+ _this.kv = null;
95
+ _this.kj = null;
81
96
  _this.dp = 0;
82
97
  _this.dq = 0;
83
- _this.dh = 0;
84
- _this.di = 0;
98
+ _this.dr = 0;
99
+ _this.ds = 0;
85
100
  _this.dj = 0;
86
101
  _this.dk = 0;
87
- _this.bx = false;
88
- _this.j7 = null;
89
102
  _this.dl = 0;
90
- _this.j8 = null;
91
- _this.j9 = null;
92
- _this.jx = null;
103
+ _this.dm = 0;
104
+ _this.b1 = false;
105
+ _this.kk = null;
106
+ _this.dn = 0;
107
+ _this.kl = null;
108
+ _this.km = null;
109
+ _this.k7 = null;
110
+ _this.k8 = null;
111
+ _this.ee = 0;
112
+ _this.k9 = null;
113
+ _this.la = null;
114
+ _this.lb = null;
115
+ _this.k6 = null;
116
+ _this.ef = 0;
117
+ _this.eg = 0;
118
+ _this.eh = 0;
119
+ _this.ei = 0;
120
+ _this.ea = 0;
121
+ _this.eb = 0;
122
+ _this.ec = 0;
123
+ _this.ed = 0;
124
+ _this.lh = null;
125
+ _this.li = null;
126
+ _this.ek = 0;
127
+ _this.lj = null;
128
+ _this.lk = null;
129
+ _this.k1 = null;
130
+ _this.k2 = null;
131
+ _this.k3 = null;
132
+ _this.d9 = 0;
133
+ _this.k4 = null;
134
+ _this.k5 = null;
135
+ _this.lc = null;
136
+ _this.ld = null;
137
+ _this.le = null;
138
+ _this.ej = 0;
139
+ _this.lf = null;
140
+ _this.lg = null;
93
141
  _this.dd = 0;
94
142
  _this.de = 0;
95
143
  _this.df = 0;
96
144
  _this.dg = 0;
97
- _this.c8 = 0;
98
- _this.c9 = 0;
99
- _this.da = 0;
100
- _this.db = 0;
101
- _this.bw = false;
102
- _this.jy = null;
103
- _this.dc = 0;
104
- _this.jz = null;
105
- _this.j0 = null;
106
- _this.kl = null;
107
- _this.km = null;
145
+ _this.kf = null;
146
+ _this.lp = null;
147
+ _this.lq = null;
148
+ _this.lr = null;
149
+ _this.er = 0;
150
+ _this.es = 0;
151
+ _this.et = 0;
152
+ _this.eu = 0;
153
+ _this.ls = null;
154
+ _this.eq = 0;
155
+ _this.lt = null;
156
+ _this.lu = null;
157
+ _this.em = 0;
158
+ _this.en = 0;
159
+ _this.eo = 0;
160
+ _this.ep = 0;
161
+ _this.ll = null;
162
+ _this.lm = null;
163
+ _this.el = 0;
164
+ _this.ln = null;
165
+ _this.lo = null;
166
+ _this.kw = null;
167
+ _this.kx = null;
108
168
  _this.d3 = 0;
109
- _this.kn = null;
110
- _this.ko = null;
111
- _this.kp = null;
112
- _this.kk = null;
113
169
  _this.d4 = 0;
114
170
  _this.d5 = 0;
115
171
  _this.d6 = 0;
116
- _this.d7 = 0;
117
- _this.dz = 0;
118
- _this.d0 = 0;
119
- _this.d1 = 0;
120
- _this.d2 = 0;
121
- _this.kv = null;
122
- _this.kw = null;
123
- _this.d9 = 0;
124
- _this.kx = null;
125
172
  _this.ky = null;
126
- _this.kf = null;
127
- _this.kg = null;
128
- _this.kh = null;
129
- _this.dy = 0;
130
- _this.ki = null;
131
- _this.kj = null;
132
- _this.kq = null;
133
- _this.kr = null;
134
- _this.ks = null;
135
- _this.d8 = 0;
136
- _this.kt = null;
137
- _this.ku = null;
138
- _this.c2 = 0;
139
- _this.c3 = 0;
140
- _this.c4 = 0;
141
- _this.c5 = 0;
142
- _this.jt = null;
143
- _this.k3 = null;
144
- _this.k4 = null;
145
- _this.k5 = null;
146
- _this.eg = 0;
147
- _this.eh = 0;
148
- _this.ei = 0;
149
- _this.ej = 0;
150
- _this.k6 = null;
151
- _this.ef = 0;
152
- _this.k7 = null;
153
- _this.k8 = null;
154
- _this.eb = 0;
155
- _this.ec = 0;
156
- _this.ed = 0;
157
- _this.ee = 0;
173
+ _this.d2 = 0;
158
174
  _this.kz = null;
159
175
  _this.k0 = null;
160
- _this.ea = 0;
161
- _this.k1 = null;
162
- _this.k2 = null;
163
- _this.ka = null;
164
- _this.kb = null;
165
- _this.ds = 0;
166
- _this.dt = 0;
167
- _this.du = 0;
168
- _this.dv = 0;
169
- _this.kc = null;
170
- _this.dr = 0;
171
- _this.kd = null;
172
- _this.ke = null;
173
176
  _this.aj = null;
174
177
  _this.v = null;
175
178
  _this.u = null;
176
179
  _this.s = null;
177
180
  _this.w = null;
178
181
  _this.ak = null;
179
- _this.mc = null;
180
- _this.ln = null;
181
- _this.mb = null;
182
- _this.ll = null;
183
- _this.ma = null;
182
+ _this.m0 = null;
183
+ _this.l9 = null;
184
+ _this.mz = null;
185
+ _this.l7 = null;
186
+ _this.my = null;
184
187
  _this.ai = null;
185
188
  _this.t = null;
186
189
  _this.ac = null;
@@ -189,135 +192,146 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
189
192
  _this.y = null;
190
193
  _this.ab = null;
191
194
  _this.ad = null;
192
- _this.lz = null;
193
- _this.lo = null;
194
- _this.lx = null;
195
- _this.lw = null;
196
- _this.ly = null;
197
- _this.l0 = null;
198
- _this.js = null;
195
+ _this.mn = null;
196
+ _this.ma = null;
197
+ _this.ml = null;
198
+ _this.mk = null;
199
+ _this.mm = null;
200
+ _this.mo = null;
201
+ _this.ke = null;
199
202
  _this.bl = null;
203
+ _this.mb = null;
204
+ _this.bm = null;
200
205
  _this.x = null;
201
206
  _this.r = null;
202
207
  _this.j = null;
203
208
  _this.ah = null;
204
209
  _this.h = null;
205
210
  _this.i = null;
206
- _this.l4 = null;
207
- _this.b4 = false;
208
- _this.b6 = false;
209
- _this.b8 = false;
211
+ _this.ms = null;
212
+ _this.b9 = false;
213
+ _this.cb = false;
214
+ _this.cd = false;
215
+ _this.cf = false;
216
+ _this.md = null;
210
217
  _this.ca = false;
211
- _this.lp = null;
212
- _this.b5 = false;
213
- _this.bn = null;
214
- _this.jj = null;
215
- _this.mm = null;
216
- _this.mq = null;
217
- _this.mn = null;
218
+ _this.mc = null;
219
+ _this.bp = null;
220
+ _this.j5 = null;
221
+ _this.na = null;
222
+ _this.ne = null;
223
+ _this.nb = null;
224
+ _this.nk = null;
225
+ _this.fj = 0;
226
+ _this.fp = 0;
218
227
  _this.mw = null;
219
- _this.e8 = 0;
220
- _this.fe = 0;
221
- _this.l8 = null;
222
- _this.l7 = null;
223
- _this.l6 = null;
224
- _this.e1 = 0;
225
- _this.e2 = 0;
228
+ _this.mv = null;
229
+ _this.mu = null;
230
+ _this.fc = 0;
231
+ _this.fd = 0;
226
232
  _this.ag = null;
227
- _this.l5 = null;
233
+ _this.mt = null;
228
234
  _this.ae = null;
229
235
  _this.af = null;
230
- _this.i1 = 0;
231
- _this.cz = 0;
232
- _this.bq = false;
236
+ _this.jg = 0;
237
+ _this.c9 = 0;
238
+ _this.bs = false;
233
239
  _this.al = null;
234
- _this.mv = null;
235
- _this.fk = 0;
236
- _this.bp = false;
237
- _this.e5 = 0;
238
- _this.e7 = 0;
239
- _this.e6 = 0;
240
- _this.e4 = 0;
241
- _this.jk = null;
242
- _this.me = null;
240
+ _this.nj = null;
241
+ _this.fv = 0;
242
+ _this.br = false;
243
+ _this.fg = 0;
244
+ _this.fi = 0;
245
+ _this.fh = 0;
246
+ _this.ff = 0;
247
+ _this.j6 = null;
248
+ _this.m2 = null;
249
+ _this.m3 = null;
243
250
  _this.mf = null;
244
- _this.lr = null;
245
- _this.lq = null;
246
- _this.l1 = null;
247
- _this.l3 = null;
248
- _this.l2 = null;
249
- _this.i3 = 0;
250
- _this.mt = null;
251
- _this.jp = null;
252
- _this.bv = false;
253
- _this.jr = null;
254
- _this.c1 = 0;
255
- _this.jq = null;
256
- _this.bu = false;
257
- _this.jl = null;
258
- _this.jn = null;
259
- _this.jm = null;
260
- _this.jo = null;
261
- _this.iw = 0;
262
- _this.ix = 0;
251
+ _this.me = null;
252
+ _this.mp = null;
253
+ _this.mr = null;
254
+ _this.mq = null;
255
+ _this.jj = 0;
256
+ _this.nh = null;
257
+ _this.kb = null;
258
+ _this.b0 = false;
259
+ _this.kd = null;
260
+ _this.dc = 0;
261
+ _this.kc = null;
262
+ _this.bz = false;
263
+ _this.j7 = null;
264
+ _this.j9 = null;
265
+ _this.j8 = null;
266
+ _this.ka = null;
267
+ _this.i9 = 0;
268
+ _this.ja = 0;
269
+ _this.cc = false;
270
+ _this.ce = false;
263
271
  _this.b7 = false;
264
- _this.b9 = false;
265
- _this.b2 = false;
266
- _this.lj = null;
267
- _this.lk = null;
268
- _this.i0 = 0;
269
- _this.br = false;
272
+ _this.l5 = null;
273
+ _this.l6 = null;
274
+ _this.jd = 0;
270
275
  _this.bt = false;
271
- _this.bs = false;
272
- _this.je = null;
276
+ _this.by = false;
277
+ _this.bu = false;
278
+ _this.cg = false;
279
+ _this.jw = null;
280
+ _this.bw = false;
281
+ _this.bx = false;
282
+ _this.bv = false;
283
+ _this.db = 0;
284
+ _this.jy = null;
285
+ _this.i8 = 0;
286
+ _this.j0 = null;
273
287
  _this.k = null;
274
- _this.jh = null;
275
- _this.ji = null;
276
- _this.jf = null;
277
- _this.jd = null;
288
+ _this.j3 = null;
289
+ _this.j4 = null;
290
+ _this.j1 = null;
291
+ _this.jz = null;
278
292
  _this.am = null;
279
293
  _this.an = null;
280
- _this.fl = 0;
281
- _this.lt = null;
282
- _this.my = null;
283
- _this.lv = null;
284
- _this.m0 = null;
285
- _this.ls = null;
286
- _this.lu = null;
287
- _this.ex = 0;
288
- _this.ew = 0;
289
- _this.et = 0;
290
- _this.eu = 0;
291
- _this.ev = 0;
292
- _this.ez = 0;
293
- _this.ey = 0;
294
- _this.b3 = false;
295
- _this.mx = null;
296
- _this.mz = null;
297
- _this.fp = 0;
298
- _this.fo = 0;
299
- _this.fm = 0;
300
- _this.fs = 0;
301
- _this.fn = 0;
302
- _this.fr = 0;
303
- _this.fq = 0;
304
- _this.cb = false;
305
- _this.fu = 0;
306
- _this.ft = 0;
307
294
  _this.fw = 0;
308
- _this.fv = 0;
309
- _this.md = null;
310
- _this.ml = null;
311
295
  _this.mh = null;
312
- _this.mi = null;
296
+ _this.nm = null;
313
297
  _this.mj = null;
298
+ _this.no = null;
314
299
  _this.mg = null;
315
- _this.mk = null;
316
- _this.jg = null;
317
- _this.jc = null;
318
- _this.l9 = null;
319
- _this.lm = null;
320
- _this.li = null;
300
+ _this.mi = null;
301
+ _this.e8 = 0;
302
+ _this.e7 = 0;
303
+ _this.e4 = 0;
304
+ _this.e5 = 0;
305
+ _this.e6 = 0;
306
+ _this.fa = 0;
307
+ _this.e9 = 0;
308
+ _this.b8 = false;
309
+ _this.nl = null;
310
+ _this.nn = null;
311
+ _this.f0 = 0;
312
+ _this.fz = 0;
313
+ _this.fx = 0;
314
+ _this.f3 = 0;
315
+ _this.fy = 0;
316
+ _this.f2 = 0;
317
+ _this.f1 = 0;
318
+ _this.ch = false;
319
+ _this.f5 = 0;
320
+ _this.f4 = 0;
321
+ _this.f7 = 0;
322
+ _this.f6 = 0;
323
+ _this.m1 = null;
324
+ _this.m9 = null;
325
+ _this.m5 = null;
326
+ _this.m6 = null;
327
+ _this.m7 = null;
328
+ _this.m4 = null;
329
+ _this.m8 = null;
330
+ _this.j2 = null;
331
+ _this.jx = null;
332
+ _this.mx = null;
333
+ _this.l8 = null;
334
+ _this.l4 = null;
321
335
  return _this;
322
336
  }
323
337
  DomainChartDescription.prototype.get_type = function () {
@@ -332,10 +346,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
332
346
  });
333
347
  Object.defineProperty(DomainChartDescription.prototype, "pixelScalingRatio", {
334
348
  get: function () {
335
- return this.e3;
349
+ return this.fe;
336
350
  },
337
351
  set: function (a) {
338
- this.e3 = a;
352
+ this.fe = a;
339
353
  this.g("PixelScalingRatio");
340
354
  },
341
355
  enumerable: false,
@@ -343,10 +357,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
343
357
  });
344
358
  Object.defineProperty(DomainChartDescription.prototype, "titleLeftMargin", {
345
359
  get: function () {
346
- return this.fg;
360
+ return this.fr;
347
361
  },
348
362
  set: function (a) {
349
- this.fg = a;
363
+ this.fr = a;
350
364
  this.g("TitleLeftMargin");
351
365
  },
352
366
  enumerable: false,
@@ -354,10 +368,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
354
368
  });
355
369
  Object.defineProperty(DomainChartDescription.prototype, "titleRightMargin", {
356
370
  get: function () {
357
- return this.fh;
371
+ return this.fs;
358
372
  },
359
373
  set: function (a) {
360
- this.fh = a;
374
+ this.fs = a;
361
375
  this.g("TitleRightMargin");
362
376
  },
363
377
  enumerable: false,
@@ -365,10 +379,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
365
379
  });
366
380
  Object.defineProperty(DomainChartDescription.prototype, "titleTopMargin", {
367
381
  get: function () {
368
- return this.fi;
382
+ return this.ft;
369
383
  },
370
384
  set: function (a) {
371
- this.fi = a;
385
+ this.ft = a;
372
386
  this.g("TitleTopMargin");
373
387
  },
374
388
  enumerable: false,
@@ -376,10 +390,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
376
390
  });
377
391
  Object.defineProperty(DomainChartDescription.prototype, "titleBottomMargin", {
378
392
  get: function () {
379
- return this.ff;
393
+ return this.fq;
380
394
  },
381
395
  set: function (a) {
382
- this.ff = a;
396
+ this.fq = a;
383
397
  this.g("TitleBottomMargin");
384
398
  },
385
399
  enumerable: false,
@@ -387,10 +401,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
387
401
  });
388
402
  Object.defineProperty(DomainChartDescription.prototype, "subtitleLeftMargin", {
389
403
  get: function () {
390
- return this.fb;
404
+ return this.fm;
391
405
  },
392
406
  set: function (a) {
393
- this.fb = a;
407
+ this.fm = a;
394
408
  this.g("SubtitleLeftMargin");
395
409
  },
396
410
  enumerable: false,
@@ -398,10 +412,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
398
412
  });
399
413
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTopMargin", {
400
414
  get: function () {
401
- return this.fd;
415
+ return this.fo;
402
416
  },
403
417
  set: function (a) {
404
- this.fd = a;
418
+ this.fo = a;
405
419
  this.g("SubtitleTopMargin");
406
420
  },
407
421
  enumerable: false,
@@ -409,10 +423,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
409
423
  });
410
424
  Object.defineProperty(DomainChartDescription.prototype, "subtitleRightMargin", {
411
425
  get: function () {
412
- return this.fc;
426
+ return this.fn;
413
427
  },
414
428
  set: function (a) {
415
- this.fc = a;
429
+ this.fn = a;
416
430
  this.g("SubtitleRightMargin");
417
431
  },
418
432
  enumerable: false,
@@ -420,10 +434,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
420
434
  });
421
435
  Object.defineProperty(DomainChartDescription.prototype, "subtitleBottomMargin", {
422
436
  get: function () {
423
- return this.fa;
437
+ return this.fl;
424
438
  },
425
439
  set: function (a) {
426
- this.fa = a;
440
+ this.fl = a;
427
441
  this.g("SubtitleBottomMargin");
428
442
  },
429
443
  enumerable: false,
@@ -431,10 +445,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
431
445
  });
432
446
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextColor", {
433
447
  get: function () {
434
- return this.mo;
448
+ return this.nc;
435
449
  },
436
450
  set: function (a) {
437
- this.mo = a;
451
+ this.nc = a;
438
452
  this.g("SubtitleTextColor");
439
453
  },
440
454
  enumerable: false,
@@ -442,10 +456,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
442
456
  });
443
457
  Object.defineProperty(DomainChartDescription.prototype, "titleTextColor", {
444
458
  get: function () {
445
- return this.mr;
459
+ return this.nf;
446
460
  },
447
461
  set: function (a) {
448
- this.mr = a;
462
+ this.nf = a;
449
463
  this.g("TitleTextColor");
450
464
  },
451
465
  enumerable: false,
@@ -453,10 +467,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
453
467
  });
454
468
  Object.defineProperty(DomainChartDescription.prototype, "leftMargin", {
455
469
  get: function () {
456
- return this.e0;
470
+ return this.fb;
457
471
  },
458
472
  set: function (a) {
459
- this.e0 = a;
473
+ this.fb = a;
460
474
  this.g("LeftMargin");
461
475
  },
462
476
  enumerable: false,
@@ -464,10 +478,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
464
478
  });
465
479
  Object.defineProperty(DomainChartDescription.prototype, "topMargin", {
466
480
  get: function () {
467
- return this.fj;
481
+ return this.fu;
468
482
  },
469
483
  set: function (a) {
470
- this.fj = a;
484
+ this.fu = a;
471
485
  this.g("TopMargin");
472
486
  },
473
487
  enumerable: false,
@@ -475,10 +489,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
475
489
  });
476
490
  Object.defineProperty(DomainChartDescription.prototype, "rightMargin", {
477
491
  get: function () {
478
- return this.e9;
492
+ return this.fk;
479
493
  },
480
494
  set: function (a) {
481
- this.e9 = a;
495
+ this.fk = a;
482
496
  this.g("RightMargin");
483
497
  },
484
498
  enumerable: false,
@@ -486,10 +500,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
486
500
  });
487
501
  Object.defineProperty(DomainChartDescription.prototype, "bottomMargin", {
488
502
  get: function () {
489
- return this.c0;
503
+ return this.da;
490
504
  },
491
505
  set: function (a) {
492
- this.c0 = a;
506
+ this.da = a;
493
507
  this.g("BottomMargin");
494
508
  },
495
509
  enumerable: false,
@@ -497,10 +511,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
497
511
  });
498
512
  Object.defineProperty(DomainChartDescription.prototype, "transitionDuration", {
499
513
  get: function () {
500
- return this.i2;
514
+ return this.ji;
501
515
  },
502
516
  set: function (a) {
503
- this.i2 = a;
517
+ this.ji = a;
504
518
  this.g("TransitionDuration");
505
519
  },
506
520
  enumerable: false,
@@ -508,21 +522,54 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
508
522
  });
509
523
  Object.defineProperty(DomainChartDescription.prototype, "transitionEasingFunctionRef", {
510
524
  get: function () {
511
- return this.mu;
525
+ return this.ni;
512
526
  },
513
527
  set: function (a) {
514
- this.mu = a;
528
+ this.ni = a;
515
529
  this.g("TransitionEasingFunctionRef");
516
530
  },
517
531
  enumerable: false,
518
532
  configurable: true
519
533
  });
534
+ Object.defineProperty(DomainChartDescription.prototype, "highlightingTransitionDuration", {
535
+ get: function () {
536
+ return this.jf;
537
+ },
538
+ set: function (a) {
539
+ this.jf = a;
540
+ this.g("HighlightingTransitionDuration");
541
+ },
542
+ enumerable: false,
543
+ configurable: true
544
+ });
545
+ Object.defineProperty(DomainChartDescription.prototype, "selectionTransitionDuration", {
546
+ get: function () {
547
+ return this.jh;
548
+ },
549
+ set: function (a) {
550
+ this.jh = a;
551
+ this.g("SelectionTransitionDuration");
552
+ },
553
+ enumerable: false,
554
+ configurable: true
555
+ });
556
+ Object.defineProperty(DomainChartDescription.prototype, "focusTransitionDuration", {
557
+ get: function () {
558
+ return this.je;
559
+ },
560
+ set: function (a) {
561
+ this.je = a;
562
+ this.g("FocusTransitionDuration");
563
+ },
564
+ enumerable: false,
565
+ configurable: true
566
+ });
520
567
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextStyle", {
521
568
  get: function () {
522
- return this.mp;
569
+ return this.nd;
523
570
  },
524
571
  set: function (a) {
525
- this.mp = a;
572
+ this.nd = a;
526
573
  this.g("SubtitleTextStyle");
527
574
  },
528
575
  enumerable: false,
@@ -530,10 +577,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
530
577
  });
531
578
  Object.defineProperty(DomainChartDescription.prototype, "titleTextStyle", {
532
579
  get: function () {
533
- return this.ms;
580
+ return this.ng;
534
581
  },
535
582
  set: function (a) {
536
- this.ms = a;
583
+ this.ng = a;
537
584
  this.g("TitleTextStyle");
538
585
  },
539
586
  enumerable: false,
@@ -541,10 +588,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
541
588
  });
542
589
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupingMode", {
543
590
  get: function () {
544
- return this.jw;
591
+ return this.ki;
545
592
  },
546
593
  set: function (a) {
547
- this.jw = a;
594
+ this.ki = a;
548
595
  this.g("DataToolTipGroupingMode");
549
596
  },
550
597
  enumerable: false,
@@ -552,10 +599,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
552
599
  });
553
600
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipPositionOffsetX", {
554
601
  get: function () {
555
- return this.dw;
602
+ return this.d7;
556
603
  },
557
604
  set: function (a) {
558
- this.dw = a;
605
+ this.d7 = a;
559
606
  this.g("DataToolTipPositionOffsetX");
560
607
  },
561
608
  enumerable: false,
@@ -563,10 +610,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
563
610
  });
564
611
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipPositionOffsetY", {
565
612
  get: function () {
566
- return this.dx;
613
+ return this.d8;
567
614
  },
568
615
  set: function (a) {
569
- this.dx = a;
616
+ this.d8 = a;
570
617
  this.g("DataToolTipPositionOffsetY");
571
618
  },
572
619
  enumerable: false,
@@ -574,10 +621,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
574
621
  });
575
622
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipDefaultPositionOffsetX", {
576
623
  get: function () {
577
- return this.c6;
624
+ return this.dh;
578
625
  },
579
626
  set: function (a) {
580
- this.c6 = a;
627
+ this.dh = a;
581
628
  this.g("DataToolTipDefaultPositionOffsetX");
582
629
  },
583
630
  enumerable: false,
@@ -585,10 +632,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
585
632
  });
586
633
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipDefaultPositionOffsetY", {
587
634
  get: function () {
588
- return this.c7;
635
+ return this.di;
589
636
  },
590
637
  set: function (a) {
591
- this.c7 = a;
638
+ this.di = a;
592
639
  this.g("DataToolTipDefaultPositionOffsetY");
593
640
  },
594
641
  enumerable: false,
@@ -596,10 +643,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
596
643
  });
597
644
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeX", {
598
645
  get: function () {
599
- return this.ju;
646
+ return this.kg;
600
647
  },
601
648
  set: function (a) {
602
- this.ju = a;
649
+ this.kg = a;
603
650
  this.g("DataToolTipGroupedPositionModeX");
604
651
  },
605
652
  enumerable: false,
@@ -607,10 +654,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
607
654
  });
608
655
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeY", {
609
656
  get: function () {
610
- return this.jv;
657
+ return this.kh;
611
658
  },
612
659
  set: function (a) {
613
- this.jv = a;
660
+ this.kh = a;
614
661
  this.g("DataToolTipGroupedPositionModeY");
615
662
  },
616
663
  enumerable: false,
@@ -618,10 +665,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
618
665
  });
619
666
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipShouldUpdateWhenSeriesDataChanges", {
620
667
  get: function () {
621
- return this.by;
668
+ return this.b3;
622
669
  },
623
670
  set: function (a) {
624
- this.by = a;
671
+ this.b3 = a;
625
672
  this.g("DataToolTipShouldUpdateWhenSeriesDataChanges");
626
673
  },
627
674
  enumerable: false,
@@ -673,10 +720,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
673
720
  });
674
721
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatAbbreviation", {
675
722
  get: function () {
676
- return this.k9;
723
+ return this.lv;
677
724
  },
678
725
  set: function (a) {
679
- this.k9 = a;
726
+ this.lv = a;
680
727
  this.g("DataToolTipValueFormatAbbreviation");
681
728
  },
682
729
  enumerable: false,
@@ -684,10 +731,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
684
731
  });
685
732
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMaxFractions", {
686
733
  get: function () {
687
- return this.iy;
734
+ return this.jb;
688
735
  },
689
736
  set: function (a) {
690
- this.iy = a;
737
+ this.jb = a;
691
738
  this.g("DataToolTipValueFormatMaxFractions");
692
739
  },
693
740
  enumerable: false,
@@ -695,10 +742,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
695
742
  });
696
743
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMinFractions", {
697
744
  get: function () {
698
- return this.iz;
745
+ return this.jc;
699
746
  },
700
747
  set: function (a) {
701
- this.iz = a;
748
+ this.jc = a;
702
749
  this.g("DataToolTipValueFormatMinFractions");
703
750
  },
704
751
  enumerable: false,
@@ -706,10 +753,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
706
753
  });
707
754
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMode", {
708
755
  get: function () {
709
- return this.lb;
756
+ return this.lx;
710
757
  },
711
758
  set: function (a) {
712
- this.lb = a;
759
+ this.lx = a;
713
760
  this.g("DataToolTipValueFormatMode");
714
761
  },
715
762
  enumerable: false,
@@ -717,10 +764,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
717
764
  });
718
765
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatCulture", {
719
766
  get: function () {
720
- return this.la;
767
+ return this.lw;
721
768
  },
722
769
  set: function (a) {
723
- this.la = a;
770
+ this.lw = a;
724
771
  this.g("DataToolTipValueFormatCulture");
725
772
  },
726
773
  enumerable: false,
@@ -728,10 +775,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
728
775
  });
729
776
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatUseGrouping", {
730
777
  get: function () {
731
- return this.bz;
778
+ return this.b4;
732
779
  },
733
780
  set: function (a) {
734
- this.bz = a;
781
+ this.b4 = a;
735
782
  this.g("DataToolTipValueFormatUseGrouping");
736
783
  },
737
784
  enumerable: false,
@@ -739,10 +786,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
739
786
  });
740
787
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatString", {
741
788
  get: function () {
742
- return this.lc;
789
+ return this.ly;
743
790
  },
744
791
  set: function (a) {
745
- this.lc = a;
792
+ this.ly = a;
746
793
  this.g("DataToolTipValueFormatString");
747
794
  },
748
795
  enumerable: false,
@@ -761,10 +808,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
761
808
  });
762
809
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginBottom", {
763
810
  get: function () {
764
- return this.ek;
811
+ return this.ev;
765
812
  },
766
813
  set: function (a) {
767
- this.ek = a;
814
+ this.ev = a;
768
815
  this.g("DataToolTipValueRowMarginBottom");
769
816
  },
770
817
  enumerable: false,
@@ -772,10 +819,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
772
819
  });
773
820
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginLeft", {
774
821
  get: function () {
775
- return this.el;
822
+ return this.ew;
776
823
  },
777
824
  set: function (a) {
778
- this.el = a;
825
+ this.ew = a;
779
826
  this.g("DataToolTipValueRowMarginLeft");
780
827
  },
781
828
  enumerable: false,
@@ -783,10 +830,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
783
830
  });
784
831
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginRight", {
785
832
  get: function () {
786
- return this.em;
833
+ return this.ex;
787
834
  },
788
835
  set: function (a) {
789
- this.em = a;
836
+ this.ex = a;
790
837
  this.g("DataToolTipValueRowMarginRight");
791
838
  },
792
839
  enumerable: false,
@@ -794,10 +841,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
794
841
  });
795
842
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginTop", {
796
843
  get: function () {
797
- return this.en;
844
+ return this.ey;
798
845
  },
799
846
  set: function (a) {
800
- this.en = a;
847
+ this.ey = a;
801
848
  this.g("DataToolTipValueRowMarginTop");
802
849
  },
803
850
  enumerable: false,
@@ -805,10 +852,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
805
852
  });
806
853
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowVisible", {
807
854
  get: function () {
808
- return this.b0;
855
+ return this.b5;
809
856
  },
810
857
  set: function (a) {
811
- this.b0 = a;
858
+ this.b5 = a;
812
859
  this.g("DataToolTipValueRowVisible");
813
860
  },
814
861
  enumerable: false,
@@ -816,10 +863,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
816
863
  });
817
864
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextWhenMissingData", {
818
865
  get: function () {
819
- return this.lh;
866
+ return this.l3;
820
867
  },
821
868
  set: function (a) {
822
- this.lh = a;
869
+ this.l3 = a;
823
870
  this.g("DataToolTipValueTextWhenMissingData");
824
871
  },
825
872
  enumerable: false,
@@ -827,10 +874,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
827
874
  });
828
875
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextUseSeriesColors", {
829
876
  get: function () {
830
- return this.b1;
877
+ return this.b6;
831
878
  },
832
879
  set: function (a) {
833
- this.b1 = a;
880
+ this.b6 = a;
834
881
  this.g("DataToolTipValueTextUseSeriesColors");
835
882
  },
836
883
  enumerable: false,
@@ -838,10 +885,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
838
885
  });
839
886
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginBottom", {
840
887
  get: function () {
841
- return this.ep;
888
+ return this.e0;
842
889
  },
843
890
  set: function (a) {
844
- this.ep = a;
891
+ this.e0 = a;
845
892
  this.g("DataToolTipValueTextMarginBottom");
846
893
  },
847
894
  enumerable: false,
@@ -849,10 +896,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
849
896
  });
850
897
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginLeft", {
851
898
  get: function () {
852
- return this.eq;
899
+ return this.e1;
853
900
  },
854
901
  set: function (a) {
855
- this.eq = a;
902
+ this.e1 = a;
856
903
  this.g("DataToolTipValueTextMarginLeft");
857
904
  },
858
905
  enumerable: false,
@@ -860,10 +907,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
860
907
  });
861
908
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginRight", {
862
909
  get: function () {
863
- return this.er;
910
+ return this.e2;
864
911
  },
865
912
  set: function (a) {
866
- this.er = a;
913
+ this.e2 = a;
867
914
  this.g("DataToolTipValueTextMarginRight");
868
915
  },
869
916
  enumerable: false,
@@ -871,10 +918,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
871
918
  });
872
919
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginTop", {
873
920
  get: function () {
874
- return this.es;
921
+ return this.e3;
875
922
  },
876
923
  set: function (a) {
877
- this.es = a;
924
+ this.e3 = a;
878
925
  this.g("DataToolTipValueTextMarginTop");
879
926
  },
880
927
  enumerable: false,
@@ -882,10 +929,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
882
929
  });
883
930
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextColor", {
884
931
  get: function () {
885
- return this.ld;
932
+ return this.lz;
886
933
  },
887
934
  set: function (a) {
888
- this.ld = a;
935
+ this.lz = a;
889
936
  this.g("DataToolTipValueTextColor");
890
937
  },
891
938
  enumerable: false,
@@ -893,10 +940,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
893
940
  });
894
941
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontFamily", {
895
942
  get: function () {
896
- return this.le;
943
+ return this.l0;
897
944
  },
898
945
  set: function (a) {
899
- this.le = a;
946
+ this.l0 = a;
900
947
  this.g("DataToolTipValueTextFontFamily");
901
948
  },
902
949
  enumerable: false,
@@ -904,10 +951,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
904
951
  });
905
952
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontSize", {
906
953
  get: function () {
907
- return this.eo;
954
+ return this.ez;
908
955
  },
909
956
  set: function (a) {
910
- this.eo = a;
957
+ this.ez = a;
911
958
  this.g("DataToolTipValueTextFontSize");
912
959
  },
913
960
  enumerable: false,
@@ -915,10 +962,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
915
962
  });
916
963
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontStyle", {
917
964
  get: function () {
918
- return this.lf;
965
+ return this.l1;
919
966
  },
920
967
  set: function (a) {
921
- this.lf = a;
968
+ this.l1 = a;
922
969
  this.g("DataToolTipValueTextFontStyle");
923
970
  },
924
971
  enumerable: false,
@@ -926,10 +973,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
926
973
  });
927
974
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontWeight", {
928
975
  get: function () {
929
- return this.lg;
976
+ return this.l2;
930
977
  },
931
978
  set: function (a) {
932
- this.lg = a;
979
+ this.l2 = a;
933
980
  this.g("DataToolTipValueTextFontWeight");
934
981
  },
935
982
  enumerable: false,
@@ -937,10 +984,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
937
984
  });
938
985
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatString", {
939
986
  get: function () {
940
- return this.j3;
987
+ return this.kp;
941
988
  },
942
989
  set: function (a) {
943
- this.j3 = a;
990
+ this.kp = a;
944
991
  this.g("DataToolTipHeaderFormatString");
945
992
  },
946
993
  enumerable: false,
@@ -959,10 +1006,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
959
1006
  });
960
1007
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatCulture", {
961
1008
  get: function () {
962
- return this.j1;
1009
+ return this.kn;
963
1010
  },
964
1011
  set: function (a) {
965
- this.j1 = a;
1012
+ this.kn = a;
966
1013
  this.g("DataToolTipHeaderFormatCulture");
967
1014
  },
968
1015
  enumerable: false,
@@ -970,10 +1017,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
970
1017
  });
971
1018
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatDate", {
972
1019
  get: function () {
973
- return this.j2;
1020
+ return this.ko;
974
1021
  },
975
1022
  set: function (a) {
976
- this.j2 = a;
1023
+ this.ko = a;
977
1024
  this.g("DataToolTipHeaderFormatDate");
978
1025
  },
979
1026
  enumerable: false,
@@ -981,10 +1028,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
981
1028
  });
982
1029
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatTime", {
983
1030
  get: function () {
984
- return this.j4;
1031
+ return this.kq;
985
1032
  },
986
1033
  set: function (a) {
987
- this.j4 = a;
1034
+ this.kq = a;
988
1035
  this.g("DataToolTipHeaderFormatTime");
989
1036
  },
990
1037
  enumerable: false,
@@ -992,10 +1039,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
992
1039
  });
993
1040
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderText", {
994
1041
  get: function () {
995
- return this.j5;
1042
+ return this.kr;
996
1043
  },
997
1044
  set: function (a) {
998
- this.j5 = a;
1045
+ this.kr = a;
999
1046
  this.g("DataToolTipHeaderText");
1000
1047
  },
1001
1048
  enumerable: false,
@@ -1003,10 +1050,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1003
1050
  });
1004
1051
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextColor", {
1005
1052
  get: function () {
1006
- return this.j6;
1053
+ return this.ks;
1007
1054
  },
1008
1055
  set: function (a) {
1009
- this.j6 = a;
1056
+ this.ks = a;
1010
1057
  this.g("DataToolTipHeaderTextColor");
1011
1058
  },
1012
1059
  enumerable: false,
@@ -1014,10 +1061,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1061
  });
1015
1062
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginBottom", {
1016
1063
  get: function () {
1017
- return this.dm;
1064
+ return this.dy;
1018
1065
  },
1019
1066
  set: function (a) {
1020
- this.dm = a;
1067
+ this.dy = a;
1021
1068
  this.g("DataToolTipHeaderTextMarginBottom");
1022
1069
  },
1023
1070
  enumerable: false,
@@ -1025,10 +1072,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1025
1072
  });
1026
1073
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginLeft", {
1027
1074
  get: function () {
1028
- return this.dn;
1075
+ return this.dz;
1029
1076
  },
1030
1077
  set: function (a) {
1031
- this.dn = a;
1078
+ this.dz = a;
1032
1079
  this.g("DataToolTipHeaderTextMarginLeft");
1033
1080
  },
1034
1081
  enumerable: false,
@@ -1036,10 +1083,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1036
1083
  });
1037
1084
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginRight", {
1038
1085
  get: function () {
1039
- return this.dp;
1086
+ return this.d0;
1040
1087
  },
1041
1088
  set: function (a) {
1042
- this.dp = a;
1089
+ this.d0 = a;
1043
1090
  this.g("DataToolTipHeaderTextMarginRight");
1044
1091
  },
1045
1092
  enumerable: false,
@@ -1047,10 +1094,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1047
1094
  });
1048
1095
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginTop", {
1049
1096
  get: function () {
1050
- return this.dq;
1097
+ return this.d1;
1051
1098
  },
1052
1099
  set: function (a) {
1053
- this.dq = a;
1100
+ this.d1 = a;
1054
1101
  this.g("DataToolTipHeaderTextMarginTop");
1055
1102
  },
1056
1103
  enumerable: false,
@@ -1058,10 +1105,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1058
1105
  });
1059
1106
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginBottom", {
1060
1107
  get: function () {
1061
- return this.dh;
1108
+ return this.dt;
1062
1109
  },
1063
1110
  set: function (a) {
1064
- this.dh = a;
1111
+ this.dt = a;
1065
1112
  this.g("DataToolTipHeaderRowMarginBottom");
1066
1113
  },
1067
1114
  enumerable: false,
@@ -1069,10 +1116,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1069
1116
  });
1070
1117
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginLeft", {
1071
1118
  get: function () {
1072
- return this.di;
1119
+ return this.du;
1073
1120
  },
1074
1121
  set: function (a) {
1075
- this.di = a;
1122
+ this.du = a;
1076
1123
  this.g("DataToolTipHeaderRowMarginLeft");
1077
1124
  },
1078
1125
  enumerable: false,
@@ -1080,10 +1127,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1080
1127
  });
1081
1128
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginRight", {
1082
1129
  get: function () {
1083
- return this.dj;
1130
+ return this.dv;
1084
1131
  },
1085
1132
  set: function (a) {
1086
- this.dj = a;
1133
+ this.dv = a;
1087
1134
  this.g("DataToolTipHeaderRowMarginRight");
1088
1135
  },
1089
1136
  enumerable: false,
@@ -1091,10 +1138,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1091
1138
  });
1092
1139
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginTop", {
1093
1140
  get: function () {
1094
- return this.dk;
1141
+ return this.dw;
1095
1142
  },
1096
1143
  set: function (a) {
1097
- this.dk = a;
1144
+ this.dw = a;
1098
1145
  this.g("DataToolTipHeaderRowMarginTop");
1099
1146
  },
1100
1147
  enumerable: false,
@@ -1102,10 +1149,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1102
1149
  });
1103
1150
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowVisible", {
1104
1151
  get: function () {
1105
- return this.bx;
1152
+ return this.b2;
1106
1153
  },
1107
1154
  set: function (a) {
1108
- this.bx = a;
1155
+ this.b2 = a;
1109
1156
  this.g("DataToolTipHeaderRowVisible");
1110
1157
  },
1111
1158
  enumerable: false,
@@ -1113,10 +1160,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1113
1160
  });
1114
1161
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontFamily", {
1115
1162
  get: function () {
1116
- return this.j7;
1163
+ return this.kt;
1117
1164
  },
1118
1165
  set: function (a) {
1119
- this.j7 = a;
1166
+ this.kt = a;
1120
1167
  this.g("DataToolTipHeaderTextFontFamily");
1121
1168
  },
1122
1169
  enumerable: false,
@@ -1124,10 +1171,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1124
1171
  });
1125
1172
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontSize", {
1126
1173
  get: function () {
1127
- return this.dl;
1174
+ return this.dx;
1128
1175
  },
1129
1176
  set: function (a) {
1130
- this.dl = a;
1177
+ this.dx = a;
1131
1178
  this.g("DataToolTipHeaderTextFontSize");
1132
1179
  },
1133
1180
  enumerable: false,
@@ -1135,10 +1182,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1135
1182
  });
1136
1183
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontStyle", {
1137
1184
  get: function () {
1138
- return this.j8;
1185
+ return this.ku;
1139
1186
  },
1140
1187
  set: function (a) {
1141
- this.j8 = a;
1188
+ this.ku = a;
1142
1189
  this.g("DataToolTipHeaderTextFontStyle");
1143
1190
  },
1144
1191
  enumerable: false,
@@ -1146,10 +1193,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1146
1193
  });
1147
1194
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontWeight", {
1148
1195
  get: function () {
1149
- return this.j9;
1196
+ return this.kv;
1150
1197
  },
1151
1198
  set: function (a) {
1152
- this.j9 = a;
1199
+ this.kv = a;
1153
1200
  this.g("DataToolTipHeaderTextFontWeight");
1154
1201
  },
1155
1202
  enumerable: false,
@@ -1157,10 +1204,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1157
1204
  });
1158
1205
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextColor", {
1159
1206
  get: function () {
1160
- return this.jx;
1207
+ return this.kj;
1161
1208
  },
1162
1209
  set: function (a) {
1163
- this.jx = a;
1210
+ this.kj = a;
1164
1211
  this.g("DataToolTipGroupTextColor");
1165
1212
  },
1166
1213
  enumerable: false,
@@ -1168,10 +1215,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1168
1215
  });
1169
1216
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginBottom", {
1170
1217
  get: function () {
1171
- return this.dd;
1218
+ return this.dp;
1172
1219
  },
1173
1220
  set: function (a) {
1174
- this.dd = a;
1221
+ this.dp = a;
1175
1222
  this.g("DataToolTipGroupTextMarginBottom");
1176
1223
  },
1177
1224
  enumerable: false,
@@ -1179,10 +1226,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1179
1226
  });
1180
1227
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginLeft", {
1181
1228
  get: function () {
1182
- return this.de;
1229
+ return this.dq;
1183
1230
  },
1184
1231
  set: function (a) {
1185
- this.de = a;
1232
+ this.dq = a;
1186
1233
  this.g("DataToolTipGroupTextMarginLeft");
1187
1234
  },
1188
1235
  enumerable: false,
@@ -1190,10 +1237,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1190
1237
  });
1191
1238
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginRight", {
1192
1239
  get: function () {
1193
- return this.df;
1240
+ return this.dr;
1194
1241
  },
1195
1242
  set: function (a) {
1196
- this.df = a;
1243
+ this.dr = a;
1197
1244
  this.g("DataToolTipGroupTextMarginRight");
1198
1245
  },
1199
1246
  enumerable: false,
@@ -1201,10 +1248,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1201
1248
  });
1202
1249
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginTop", {
1203
1250
  get: function () {
1204
- return this.dg;
1251
+ return this.ds;
1205
1252
  },
1206
1253
  set: function (a) {
1207
- this.dg = a;
1254
+ this.ds = a;
1208
1255
  this.g("DataToolTipGroupTextMarginTop");
1209
1256
  },
1210
1257
  enumerable: false,
@@ -1212,10 +1259,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1212
1259
  });
1213
1260
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginBottom", {
1214
1261
  get: function () {
1215
- return this.c8;
1262
+ return this.dj;
1216
1263
  },
1217
1264
  set: function (a) {
1218
- this.c8 = a;
1265
+ this.dj = a;
1219
1266
  this.g("DataToolTipGroupRowMarginBottom");
1220
1267
  },
1221
1268
  enumerable: false,
@@ -1223,10 +1270,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1223
1270
  });
1224
1271
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginLeft", {
1225
1272
  get: function () {
1226
- return this.c9;
1273
+ return this.dk;
1227
1274
  },
1228
1275
  set: function (a) {
1229
- this.c9 = a;
1276
+ this.dk = a;
1230
1277
  this.g("DataToolTipGroupRowMarginLeft");
1231
1278
  },
1232
1279
  enumerable: false,
@@ -1234,10 +1281,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1234
1281
  });
1235
1282
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginRight", {
1236
1283
  get: function () {
1237
- return this.da;
1284
+ return this.dl;
1238
1285
  },
1239
1286
  set: function (a) {
1240
- this.da = a;
1287
+ this.dl = a;
1241
1288
  this.g("DataToolTipGroupRowMarginRight");
1242
1289
  },
1243
1290
  enumerable: false,
@@ -1245,10 +1292,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1245
1292
  });
1246
1293
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginTop", {
1247
1294
  get: function () {
1248
- return this.db;
1295
+ return this.dm;
1249
1296
  },
1250
1297
  set: function (a) {
1251
- this.db = a;
1298
+ this.dm = a;
1252
1299
  this.g("DataToolTipGroupRowMarginTop");
1253
1300
  },
1254
1301
  enumerable: false,
@@ -1256,10 +1303,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1256
1303
  });
1257
1304
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowVisible", {
1258
1305
  get: function () {
1259
- return this.bw;
1306
+ return this.b1;
1260
1307
  },
1261
1308
  set: function (a) {
1262
- this.bw = a;
1309
+ this.b1 = a;
1263
1310
  this.g("DataToolTipGroupRowVisible");
1264
1311
  },
1265
1312
  enumerable: false,
@@ -1267,10 +1314,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1267
1314
  });
1268
1315
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontFamily", {
1269
1316
  get: function () {
1270
- return this.jy;
1317
+ return this.kk;
1271
1318
  },
1272
1319
  set: function (a) {
1273
- this.jy = a;
1320
+ this.kk = a;
1274
1321
  this.g("DataToolTipGroupTextFontFamily");
1275
1322
  },
1276
1323
  enumerable: false,
@@ -1278,10 +1325,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1278
1325
  });
1279
1326
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontSize", {
1280
1327
  get: function () {
1281
- return this.dc;
1328
+ return this.dn;
1282
1329
  },
1283
1330
  set: function (a) {
1284
- this.dc = a;
1331
+ this.dn = a;
1285
1332
  this.g("DataToolTipGroupTextFontSize");
1286
1333
  },
1287
1334
  enumerable: false,
@@ -1289,10 +1336,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1289
1336
  });
1290
1337
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontStyle", {
1291
1338
  get: function () {
1292
- return this.jz;
1339
+ return this.kl;
1293
1340
  },
1294
1341
  set: function (a) {
1295
- this.jz = a;
1342
+ this.kl = a;
1296
1343
  this.g("DataToolTipGroupTextFontStyle");
1297
1344
  },
1298
1345
  enumerable: false,
@@ -1300,10 +1347,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1300
1347
  });
1301
1348
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontWeight", {
1302
1349
  get: function () {
1303
- return this.j0;
1350
+ return this.km;
1304
1351
  },
1305
1352
  set: function (a) {
1306
- this.j0 = a;
1353
+ this.km = a;
1307
1354
  this.g("DataToolTipGroupTextFontWeight");
1308
1355
  },
1309
1356
  enumerable: false,
@@ -1311,10 +1358,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1311
1358
  });
1312
1359
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextColor", {
1313
1360
  get: function () {
1314
- return this.kl;
1361
+ return this.k7;
1315
1362
  },
1316
1363
  set: function (a) {
1317
- this.kl = a;
1364
+ this.k7 = a;
1318
1365
  this.g("DataToolTipSummaryTitleTextColor");
1319
1366
  },
1320
1367
  enumerable: false,
@@ -1322,10 +1369,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1322
1369
  });
1323
1370
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontFamily", {
1324
1371
  get: function () {
1325
- return this.km;
1372
+ return this.k8;
1326
1373
  },
1327
1374
  set: function (a) {
1328
- this.km = a;
1375
+ this.k8 = a;
1329
1376
  this.g("DataToolTipSummaryTitleTextFontFamily");
1330
1377
  },
1331
1378
  enumerable: false,
@@ -1333,10 +1380,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1333
1380
  });
1334
1381
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontSize", {
1335
1382
  get: function () {
1336
- return this.d3;
1383
+ return this.ee;
1337
1384
  },
1338
1385
  set: function (a) {
1339
- this.d3 = a;
1386
+ this.ee = a;
1340
1387
  this.g("DataToolTipSummaryTitleTextFontSize");
1341
1388
  },
1342
1389
  enumerable: false,
@@ -1344,10 +1391,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1344
1391
  });
1345
1392
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontStyle", {
1346
1393
  get: function () {
1347
- return this.kn;
1394
+ return this.k9;
1348
1395
  },
1349
1396
  set: function (a) {
1350
- this.kn = a;
1397
+ this.k9 = a;
1351
1398
  this.g("DataToolTipSummaryTitleTextFontStyle");
1352
1399
  },
1353
1400
  enumerable: false,
@@ -1355,10 +1402,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1355
1402
  });
1356
1403
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontWeight", {
1357
1404
  get: function () {
1358
- return this.ko;
1405
+ return this.la;
1359
1406
  },
1360
1407
  set: function (a) {
1361
- this.ko = a;
1408
+ this.la = a;
1362
1409
  this.g("DataToolTipSummaryTitleTextFontWeight");
1363
1410
  },
1364
1411
  enumerable: false,
@@ -1366,10 +1413,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1366
1413
  });
1367
1414
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryType", {
1368
1415
  get: function () {
1369
- return this.kp;
1416
+ return this.lb;
1370
1417
  },
1371
1418
  set: function (a) {
1372
- this.kp = a;
1419
+ this.lb = a;
1373
1420
  this.g("DataToolTipSummaryType");
1374
1421
  },
1375
1422
  enumerable: false,
@@ -1377,10 +1424,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1377
1424
  });
1378
1425
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleText", {
1379
1426
  get: function () {
1380
- return this.kk;
1427
+ return this.k6;
1381
1428
  },
1382
1429
  set: function (a) {
1383
- this.kk = a;
1430
+ this.k6 = a;
1384
1431
  this.g("DataToolTipSummaryTitleText");
1385
1432
  },
1386
1433
  enumerable: false,
@@ -1388,10 +1435,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1388
1435
  });
1389
1436
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginBottom", {
1390
1437
  get: function () {
1391
- return this.d4;
1438
+ return this.ef;
1392
1439
  },
1393
1440
  set: function (a) {
1394
- this.d4 = a;
1441
+ this.ef = a;
1395
1442
  this.g("DataToolTipSummaryTitleTextMarginBottom");
1396
1443
  },
1397
1444
  enumerable: false,
@@ -1399,10 +1446,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1399
1446
  });
1400
1447
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginLeft", {
1401
1448
  get: function () {
1402
- return this.d5;
1449
+ return this.eg;
1403
1450
  },
1404
1451
  set: function (a) {
1405
- this.d5 = a;
1452
+ this.eg = a;
1406
1453
  this.g("DataToolTipSummaryTitleTextMarginLeft");
1407
1454
  },
1408
1455
  enumerable: false,
@@ -1410,10 +1457,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1410
1457
  });
1411
1458
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginRight", {
1412
1459
  get: function () {
1413
- return this.d6;
1460
+ return this.eh;
1414
1461
  },
1415
1462
  set: function (a) {
1416
- this.d6 = a;
1463
+ this.eh = a;
1417
1464
  this.g("DataToolTipSummaryTitleTextMarginRight");
1418
1465
  },
1419
1466
  enumerable: false,
@@ -1421,10 +1468,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1421
1468
  });
1422
1469
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginTop", {
1423
1470
  get: function () {
1424
- return this.d7;
1471
+ return this.ei;
1425
1472
  },
1426
1473
  set: function (a) {
1427
- this.d7 = a;
1474
+ this.ei = a;
1428
1475
  this.g("DataToolTipSummaryTitleTextMarginTop");
1429
1476
  },
1430
1477
  enumerable: false,
@@ -1432,10 +1479,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1432
1479
  });
1433
1480
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginBottom", {
1434
1481
  get: function () {
1435
- return this.dz;
1482
+ return this.ea;
1436
1483
  },
1437
1484
  set: function (a) {
1438
- this.dz = a;
1485
+ this.ea = a;
1439
1486
  this.g("DataToolTipSummaryRowMarginBottom");
1440
1487
  },
1441
1488
  enumerable: false,
@@ -1443,10 +1490,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1443
1490
  });
1444
1491
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginLeft", {
1445
1492
  get: function () {
1446
- return this.d0;
1493
+ return this.eb;
1447
1494
  },
1448
1495
  set: function (a) {
1449
- this.d0 = a;
1496
+ this.eb = a;
1450
1497
  this.g("DataToolTipSummaryRowMarginLeft");
1451
1498
  },
1452
1499
  enumerable: false,
@@ -1454,10 +1501,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1454
1501
  });
1455
1502
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginRight", {
1456
1503
  get: function () {
1457
- return this.d1;
1504
+ return this.ec;
1458
1505
  },
1459
1506
  set: function (a) {
1460
- this.d1 = a;
1507
+ this.ec = a;
1461
1508
  this.g("DataToolTipSummaryRowMarginRight");
1462
1509
  },
1463
1510
  enumerable: false,
@@ -1465,10 +1512,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1465
1512
  });
1466
1513
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginTop", {
1467
1514
  get: function () {
1468
- return this.d2;
1515
+ return this.ed;
1469
1516
  },
1470
1517
  set: function (a) {
1471
- this.d2 = a;
1518
+ this.ed = a;
1472
1519
  this.g("DataToolTipSummaryRowMarginTop");
1473
1520
  },
1474
1521
  enumerable: false,
@@ -1476,10 +1523,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1476
1523
  });
1477
1524
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextColor", {
1478
1525
  get: function () {
1479
- return this.kv;
1526
+ return this.lh;
1480
1527
  },
1481
1528
  set: function (a) {
1482
- this.kv = a;
1529
+ this.lh = a;
1483
1530
  this.g("DataToolTipSummaryValueTextColor");
1484
1531
  },
1485
1532
  enumerable: false,
@@ -1487,10 +1534,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1487
1534
  });
1488
1535
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontFamily", {
1489
1536
  get: function () {
1490
- return this.kw;
1537
+ return this.li;
1491
1538
  },
1492
1539
  set: function (a) {
1493
- this.kw = a;
1540
+ this.li = a;
1494
1541
  this.g("DataToolTipSummaryValueTextFontFamily");
1495
1542
  },
1496
1543
  enumerable: false,
@@ -1498,10 +1545,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1498
1545
  });
1499
1546
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontSize", {
1500
1547
  get: function () {
1501
- return this.d9;
1548
+ return this.ek;
1502
1549
  },
1503
1550
  set: function (a) {
1504
- this.d9 = a;
1551
+ this.ek = a;
1505
1552
  this.g("DataToolTipSummaryValueTextFontSize");
1506
1553
  },
1507
1554
  enumerable: false,
@@ -1509,10 +1556,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1509
1556
  });
1510
1557
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontStyle", {
1511
1558
  get: function () {
1512
- return this.kx;
1559
+ return this.lj;
1513
1560
  },
1514
1561
  set: function (a) {
1515
- this.kx = a;
1562
+ this.lj = a;
1516
1563
  this.g("DataToolTipSummaryValueTextFontStyle");
1517
1564
  },
1518
1565
  enumerable: false,
@@ -1520,10 +1567,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1520
1567
  });
1521
1568
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontWeight", {
1522
1569
  get: function () {
1523
- return this.ky;
1570
+ return this.lk;
1524
1571
  },
1525
1572
  set: function (a) {
1526
- this.ky = a;
1573
+ this.lk = a;
1527
1574
  this.g("DataToolTipSummaryValueTextFontWeight");
1528
1575
  },
1529
1576
  enumerable: false,
@@ -1531,10 +1578,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1531
1578
  });
1532
1579
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelText", {
1533
1580
  get: function () {
1534
- return this.kf;
1581
+ return this.k1;
1535
1582
  },
1536
1583
  set: function (a) {
1537
- this.kf = a;
1584
+ this.k1 = a;
1538
1585
  this.g("DataToolTipSummaryLabelText");
1539
1586
  },
1540
1587
  enumerable: false,
@@ -1542,10 +1589,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1542
1589
  });
1543
1590
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextColor", {
1544
1591
  get: function () {
1545
- return this.kg;
1592
+ return this.k2;
1546
1593
  },
1547
1594
  set: function (a) {
1548
- this.kg = a;
1595
+ this.k2 = a;
1549
1596
  this.g("DataToolTipSummaryLabelTextColor");
1550
1597
  },
1551
1598
  enumerable: false,
@@ -1553,10 +1600,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1553
1600
  });
1554
1601
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontFamily", {
1555
1602
  get: function () {
1556
- return this.kh;
1603
+ return this.k3;
1557
1604
  },
1558
1605
  set: function (a) {
1559
- this.kh = a;
1606
+ this.k3 = a;
1560
1607
  this.g("DataToolTipSummaryLabelTextFontFamily");
1561
1608
  },
1562
1609
  enumerable: false,
@@ -1564,10 +1611,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1564
1611
  });
1565
1612
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontSize", {
1566
1613
  get: function () {
1567
- return this.dy;
1614
+ return this.d9;
1568
1615
  },
1569
1616
  set: function (a) {
1570
- this.dy = a;
1617
+ this.d9 = a;
1571
1618
  this.g("DataToolTipSummaryLabelTextFontSize");
1572
1619
  },
1573
1620
  enumerable: false,
@@ -1575,10 +1622,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1575
1622
  });
1576
1623
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontStyle", {
1577
1624
  get: function () {
1578
- return this.ki;
1625
+ return this.k4;
1579
1626
  },
1580
1627
  set: function (a) {
1581
- this.ki = a;
1628
+ this.k4 = a;
1582
1629
  this.g("DataToolTipSummaryLabelTextFontStyle");
1583
1630
  },
1584
1631
  enumerable: false,
@@ -1586,10 +1633,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1586
1633
  });
1587
1634
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontWeight", {
1588
1635
  get: function () {
1589
- return this.kj;
1636
+ return this.k5;
1590
1637
  },
1591
1638
  set: function (a) {
1592
- this.kj = a;
1639
+ this.k5 = a;
1593
1640
  this.g("DataToolTipSummaryLabelTextFontWeight");
1594
1641
  },
1595
1642
  enumerable: false,
@@ -1597,10 +1644,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1597
1644
  });
1598
1645
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsText", {
1599
1646
  get: function () {
1600
- return this.kq;
1647
+ return this.lc;
1601
1648
  },
1602
1649
  set: function (a) {
1603
- this.kq = a;
1650
+ this.lc = a;
1604
1651
  this.g("DataToolTipSummaryUnitsText");
1605
1652
  },
1606
1653
  enumerable: false,
@@ -1608,10 +1655,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1608
1655
  });
1609
1656
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextColor", {
1610
1657
  get: function () {
1611
- return this.kr;
1658
+ return this.ld;
1612
1659
  },
1613
1660
  set: function (a) {
1614
- this.kr = a;
1661
+ this.ld = a;
1615
1662
  this.g("DataToolTipSummaryUnitsTextColor");
1616
1663
  },
1617
1664
  enumerable: false,
@@ -1619,10 +1666,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1619
1666
  });
1620
1667
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontFamily", {
1621
1668
  get: function () {
1622
- return this.ks;
1669
+ return this.le;
1623
1670
  },
1624
1671
  set: function (a) {
1625
- this.ks = a;
1672
+ this.le = a;
1626
1673
  this.g("DataToolTipSummaryUnitsTextFontFamily");
1627
1674
  },
1628
1675
  enumerable: false,
@@ -1630,10 +1677,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1630
1677
  });
1631
1678
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontSize", {
1632
1679
  get: function () {
1633
- return this.d8;
1680
+ return this.ej;
1634
1681
  },
1635
1682
  set: function (a) {
1636
- this.d8 = a;
1683
+ this.ej = a;
1637
1684
  this.g("DataToolTipSummaryUnitsTextFontSize");
1638
1685
  },
1639
1686
  enumerable: false,
@@ -1641,10 +1688,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1641
1688
  });
1642
1689
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontStyle", {
1643
1690
  get: function () {
1644
- return this.kt;
1691
+ return this.lf;
1645
1692
  },
1646
1693
  set: function (a) {
1647
- this.kt = a;
1694
+ this.lf = a;
1648
1695
  this.g("DataToolTipSummaryUnitsTextFontStyle");
1649
1696
  },
1650
1697
  enumerable: false,
@@ -1652,10 +1699,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1652
1699
  });
1653
1700
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontWeight", {
1654
1701
  get: function () {
1655
- return this.ku;
1702
+ return this.lg;
1656
1703
  },
1657
1704
  set: function (a) {
1658
- this.ku = a;
1705
+ this.lg = a;
1659
1706
  this.g("DataToolTipSummaryUnitsTextFontWeight");
1660
1707
  },
1661
1708
  enumerable: false,
@@ -1663,10 +1710,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1663
1710
  });
1664
1711
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginBottom", {
1665
1712
  get: function () {
1666
- return this.c2;
1713
+ return this.dd;
1667
1714
  },
1668
1715
  set: function (a) {
1669
- this.c2 = a;
1716
+ this.dd = a;
1670
1717
  this.g("DataToolTipBadgeMarginBottom");
1671
1718
  },
1672
1719
  enumerable: false,
@@ -1674,10 +1721,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1674
1721
  });
1675
1722
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginLeft", {
1676
1723
  get: function () {
1677
- return this.c3;
1724
+ return this.de;
1678
1725
  },
1679
1726
  set: function (a) {
1680
- this.c3 = a;
1727
+ this.de = a;
1681
1728
  this.g("DataToolTipBadgeMarginLeft");
1682
1729
  },
1683
1730
  enumerable: false,
@@ -1685,10 +1732,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1685
1732
  });
1686
1733
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginRight", {
1687
1734
  get: function () {
1688
- return this.c4;
1735
+ return this.df;
1689
1736
  },
1690
1737
  set: function (a) {
1691
- this.c4 = a;
1738
+ this.df = a;
1692
1739
  this.g("DataToolTipBadgeMarginRight");
1693
1740
  },
1694
1741
  enumerable: false,
@@ -1696,10 +1743,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1696
1743
  });
1697
1744
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginTop", {
1698
1745
  get: function () {
1699
- return this.c5;
1746
+ return this.dg;
1700
1747
  },
1701
1748
  set: function (a) {
1702
- this.c5 = a;
1749
+ this.dg = a;
1703
1750
  this.g("DataToolTipBadgeMarginTop");
1704
1751
  },
1705
1752
  enumerable: false,
@@ -1707,10 +1754,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1707
1754
  });
1708
1755
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeShape", {
1709
1756
  get: function () {
1710
- return this.jt;
1757
+ return this.kf;
1711
1758
  },
1712
1759
  set: function (a) {
1713
- this.jt = a;
1760
+ this.kf = a;
1714
1761
  this.g("DataToolTipBadgeShape");
1715
1762
  },
1716
1763
  enumerable: false,
@@ -1718,10 +1765,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1718
1765
  });
1719
1766
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsDisplayMode", {
1720
1767
  get: function () {
1721
- return this.k3;
1768
+ return this.lp;
1722
1769
  },
1723
1770
  set: function (a) {
1724
- this.k3 = a;
1771
+ this.lp = a;
1725
1772
  this.g("DataToolTipUnitsDisplayMode");
1726
1773
  },
1727
1774
  enumerable: false,
@@ -1729,10 +1776,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1729
1776
  });
1730
1777
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsText", {
1731
1778
  get: function () {
1732
- return this.k4;
1779
+ return this.lq;
1733
1780
  },
1734
1781
  set: function (a) {
1735
- this.k4 = a;
1782
+ this.lq = a;
1736
1783
  this.g("DataToolTipUnitsText");
1737
1784
  },
1738
1785
  enumerable: false,
@@ -1740,10 +1787,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1740
1787
  });
1741
1788
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextColor", {
1742
1789
  get: function () {
1743
- return this.k5;
1790
+ return this.lr;
1744
1791
  },
1745
1792
  set: function (a) {
1746
- this.k5 = a;
1793
+ this.lr = a;
1747
1794
  this.g("DataToolTipUnitsTextColor");
1748
1795
  },
1749
1796
  enumerable: false,
@@ -1751,10 +1798,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1751
1798
  });
1752
1799
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginBottom", {
1753
1800
  get: function () {
1754
- return this.eg;
1801
+ return this.er;
1755
1802
  },
1756
1803
  set: function (a) {
1757
- this.eg = a;
1804
+ this.er = a;
1758
1805
  this.g("DataToolTipUnitsTextMarginBottom");
1759
1806
  },
1760
1807
  enumerable: false,
@@ -1762,10 +1809,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1762
1809
  });
1763
1810
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginLeft", {
1764
1811
  get: function () {
1765
- return this.eh;
1812
+ return this.es;
1766
1813
  },
1767
1814
  set: function (a) {
1768
- this.eh = a;
1815
+ this.es = a;
1769
1816
  this.g("DataToolTipUnitsTextMarginLeft");
1770
1817
  },
1771
1818
  enumerable: false,
@@ -1773,10 +1820,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1773
1820
  });
1774
1821
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginRight", {
1775
1822
  get: function () {
1776
- return this.ei;
1823
+ return this.et;
1777
1824
  },
1778
1825
  set: function (a) {
1779
- this.ei = a;
1826
+ this.et = a;
1780
1827
  this.g("DataToolTipUnitsTextMarginRight");
1781
1828
  },
1782
1829
  enumerable: false,
@@ -1784,10 +1831,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1784
1831
  });
1785
1832
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginTop", {
1786
1833
  get: function () {
1787
- return this.ej;
1834
+ return this.eu;
1788
1835
  },
1789
1836
  set: function (a) {
1790
- this.ej = a;
1837
+ this.eu = a;
1791
1838
  this.g("DataToolTipUnitsTextMarginTop");
1792
1839
  },
1793
1840
  enumerable: false,
@@ -1795,10 +1842,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1795
1842
  });
1796
1843
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontFamily", {
1797
1844
  get: function () {
1798
- return this.k6;
1845
+ return this.ls;
1799
1846
  },
1800
1847
  set: function (a) {
1801
- this.k6 = a;
1848
+ this.ls = a;
1802
1849
  this.g("DataToolTipUnitsTextFontFamily");
1803
1850
  },
1804
1851
  enumerable: false,
@@ -1806,10 +1853,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1806
1853
  });
1807
1854
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontSize", {
1808
1855
  get: function () {
1809
- return this.ef;
1856
+ return this.eq;
1810
1857
  },
1811
1858
  set: function (a) {
1812
- this.ef = a;
1859
+ this.eq = a;
1813
1860
  this.g("DataToolTipUnitsTextFontSize");
1814
1861
  },
1815
1862
  enumerable: false,
@@ -1817,10 +1864,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1817
1864
  });
1818
1865
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontStyle", {
1819
1866
  get: function () {
1820
- return this.k7;
1867
+ return this.lt;
1821
1868
  },
1822
1869
  set: function (a) {
1823
- this.k7 = a;
1870
+ this.lt = a;
1824
1871
  this.g("DataToolTipUnitsTextFontStyle");
1825
1872
  },
1826
1873
  enumerable: false,
@@ -1828,10 +1875,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1828
1875
  });
1829
1876
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontWeight", {
1830
1877
  get: function () {
1831
- return this.k8;
1878
+ return this.lu;
1832
1879
  },
1833
1880
  set: function (a) {
1834
- this.k8 = a;
1881
+ this.lu = a;
1835
1882
  this.g("DataToolTipUnitsTextFontWeight");
1836
1883
  },
1837
1884
  enumerable: false,
@@ -1839,10 +1886,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1839
1886
  });
1840
1887
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginBottom", {
1841
1888
  get: function () {
1842
- return this.eb;
1889
+ return this.em;
1843
1890
  },
1844
1891
  set: function (a) {
1845
- this.eb = a;
1892
+ this.em = a;
1846
1893
  this.g("DataToolTipTitleTextMarginBottom");
1847
1894
  },
1848
1895
  enumerable: false,
@@ -1850,10 +1897,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1850
1897
  });
1851
1898
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginLeft", {
1852
1899
  get: function () {
1853
- return this.ec;
1900
+ return this.en;
1854
1901
  },
1855
1902
  set: function (a) {
1856
- this.ec = a;
1903
+ this.en = a;
1857
1904
  this.g("DataToolTipTitleTextMarginLeft");
1858
1905
  },
1859
1906
  enumerable: false,
@@ -1861,10 +1908,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1861
1908
  });
1862
1909
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginRight", {
1863
1910
  get: function () {
1864
- return this.ed;
1911
+ return this.eo;
1865
1912
  },
1866
1913
  set: function (a) {
1867
- this.ed = a;
1914
+ this.eo = a;
1868
1915
  this.g("DataToolTipTitleTextMarginRight");
1869
1916
  },
1870
1917
  enumerable: false,
@@ -1872,10 +1919,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1872
1919
  });
1873
1920
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginTop", {
1874
1921
  get: function () {
1875
- return this.ee;
1922
+ return this.ep;
1876
1923
  },
1877
1924
  set: function (a) {
1878
- this.ee = a;
1925
+ this.ep = a;
1879
1926
  this.g("DataToolTipTitleTextMarginTop");
1880
1927
  },
1881
1928
  enumerable: false,
@@ -1883,10 +1930,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1883
1930
  });
1884
1931
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextColor", {
1885
1932
  get: function () {
1886
- return this.kz;
1933
+ return this.ll;
1887
1934
  },
1888
1935
  set: function (a) {
1889
- this.kz = a;
1936
+ this.ll = a;
1890
1937
  this.g("DataToolTipTitleTextColor");
1891
1938
  },
1892
1939
  enumerable: false,
@@ -1894,10 +1941,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1894
1941
  });
1895
1942
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontFamily", {
1896
1943
  get: function () {
1897
- return this.k0;
1944
+ return this.lm;
1898
1945
  },
1899
1946
  set: function (a) {
1900
- this.k0 = a;
1947
+ this.lm = a;
1901
1948
  this.g("DataToolTipTitleTextFontFamily");
1902
1949
  },
1903
1950
  enumerable: false,
@@ -1905,10 +1952,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1905
1952
  });
1906
1953
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontSize", {
1907
1954
  get: function () {
1908
- return this.ea;
1955
+ return this.el;
1909
1956
  },
1910
1957
  set: function (a) {
1911
- this.ea = a;
1958
+ this.el = a;
1912
1959
  this.g("DataToolTipTitleTextFontSize");
1913
1960
  },
1914
1961
  enumerable: false,
@@ -1916,10 +1963,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1916
1963
  });
1917
1964
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontStyle", {
1918
1965
  get: function () {
1919
- return this.k1;
1966
+ return this.ln;
1920
1967
  },
1921
1968
  set: function (a) {
1922
- this.k1 = a;
1969
+ this.ln = a;
1923
1970
  this.g("DataToolTipTitleTextFontStyle");
1924
1971
  },
1925
1972
  enumerable: false,
@@ -1927,10 +1974,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1927
1974
  });
1928
1975
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontWeight", {
1929
1976
  get: function () {
1930
- return this.k2;
1977
+ return this.lo;
1931
1978
  },
1932
1979
  set: function (a) {
1933
- this.k2 = a;
1980
+ this.lo = a;
1934
1981
  this.g("DataToolTipTitleTextFontWeight");
1935
1982
  },
1936
1983
  enumerable: false,
@@ -1938,10 +1985,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1938
1985
  });
1939
1986
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelDisplayMode", {
1940
1987
  get: function () {
1941
- return this.ka;
1988
+ return this.kw;
1942
1989
  },
1943
1990
  set: function (a) {
1944
- this.ka = a;
1991
+ this.kw = a;
1945
1992
  this.g("DataToolTipLabelDisplayMode");
1946
1993
  },
1947
1994
  enumerable: false,
@@ -1949,10 +1996,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1949
1996
  });
1950
1997
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextColor", {
1951
1998
  get: function () {
1952
- return this.kb;
1999
+ return this.kx;
1953
2000
  },
1954
2001
  set: function (a) {
1955
- this.kb = a;
2002
+ this.kx = a;
1956
2003
  this.g("DataToolTipLabelTextColor");
1957
2004
  },
1958
2005
  enumerable: false,
@@ -1960,10 +2007,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1960
2007
  });
1961
2008
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginBottom", {
1962
2009
  get: function () {
1963
- return this.ds;
2010
+ return this.d3;
1964
2011
  },
1965
2012
  set: function (a) {
1966
- this.ds = a;
2013
+ this.d3 = a;
1967
2014
  this.g("DataToolTipLabelTextMarginBottom");
1968
2015
  },
1969
2016
  enumerable: false,
@@ -1971,10 +2018,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1971
2018
  });
1972
2019
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginLeft", {
1973
2020
  get: function () {
1974
- return this.dt;
2021
+ return this.d4;
1975
2022
  },
1976
2023
  set: function (a) {
1977
- this.dt = a;
2024
+ this.d4 = a;
1978
2025
  this.g("DataToolTipLabelTextMarginLeft");
1979
2026
  },
1980
2027
  enumerable: false,
@@ -1982,10 +2029,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1982
2029
  });
1983
2030
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginRight", {
1984
2031
  get: function () {
1985
- return this.du;
2032
+ return this.d5;
1986
2033
  },
1987
2034
  set: function (a) {
1988
- this.du = a;
2035
+ this.d5 = a;
1989
2036
  this.g("DataToolTipLabelTextMarginRight");
1990
2037
  },
1991
2038
  enumerable: false,
@@ -1993,10 +2040,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1993
2040
  });
1994
2041
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginTop", {
1995
2042
  get: function () {
1996
- return this.dv;
2043
+ return this.d6;
1997
2044
  },
1998
2045
  set: function (a) {
1999
- this.dv = a;
2046
+ this.d6 = a;
2000
2047
  this.g("DataToolTipLabelTextMarginTop");
2001
2048
  },
2002
2049
  enumerable: false,
@@ -2004,10 +2051,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2004
2051
  });
2005
2052
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontFamily", {
2006
2053
  get: function () {
2007
- return this.kc;
2054
+ return this.ky;
2008
2055
  },
2009
2056
  set: function (a) {
2010
- this.kc = a;
2057
+ this.ky = a;
2011
2058
  this.g("DataToolTipLabelTextFontFamily");
2012
2059
  },
2013
2060
  enumerable: false,
@@ -2015,10 +2062,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2015
2062
  });
2016
2063
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontSize", {
2017
2064
  get: function () {
2018
- return this.dr;
2065
+ return this.d2;
2019
2066
  },
2020
2067
  set: function (a) {
2021
- this.dr = a;
2068
+ this.d2 = a;
2022
2069
  this.g("DataToolTipLabelTextFontSize");
2023
2070
  },
2024
2071
  enumerable: false,
@@ -2026,10 +2073,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2026
2073
  });
2027
2074
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontStyle", {
2028
2075
  get: function () {
2029
- return this.kd;
2076
+ return this.kz;
2030
2077
  },
2031
2078
  set: function (a) {
2032
- this.kd = a;
2079
+ this.kz = a;
2033
2080
  this.g("DataToolTipLabelTextFontStyle");
2034
2081
  },
2035
2082
  enumerable: false,
@@ -2037,10 +2084,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2037
2084
  });
2038
2085
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontWeight", {
2039
2086
  get: function () {
2040
- return this.ke;
2087
+ return this.k0;
2041
2088
  },
2042
2089
  set: function (a) {
2043
- this.ke = a;
2090
+ this.k0 = a;
2044
2091
  this.g("DataToolTipLabelTextFontWeight");
2045
2092
  },
2046
2093
  enumerable: false,
@@ -2114,10 +2161,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2114
2161
  });
2115
2162
  Object.defineProperty(DomainChartDescription.prototype, "selectionMode", {
2116
2163
  get: function () {
2117
- return this.mc;
2164
+ return this.m0;
2118
2165
  },
2119
2166
  set: function (a) {
2120
- this.mc = a;
2167
+ this.m0 = a;
2121
2168
  this.g("SelectionMode");
2122
2169
  },
2123
2170
  enumerable: false,
@@ -2125,10 +2172,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2125
2172
  });
2126
2173
  Object.defineProperty(DomainChartDescription.prototype, "focusMode", {
2127
2174
  get: function () {
2128
- return this.ln;
2175
+ return this.l9;
2129
2176
  },
2130
2177
  set: function (a) {
2131
- this.ln = a;
2178
+ this.l9 = a;
2132
2179
  this.g("FocusMode");
2133
2180
  },
2134
2181
  enumerable: false,
@@ -2136,10 +2183,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2136
2183
  });
2137
2184
  Object.defineProperty(DomainChartDescription.prototype, "selectionBrush", {
2138
2185
  get: function () {
2139
- return this.mb;
2186
+ return this.mz;
2140
2187
  },
2141
2188
  set: function (a) {
2142
- this.mb = a;
2189
+ this.mz = a;
2143
2190
  this.g("SelectionBrush");
2144
2191
  },
2145
2192
  enumerable: false,
@@ -2147,10 +2194,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2147
2194
  });
2148
2195
  Object.defineProperty(DomainChartDescription.prototype, "focusBrush", {
2149
2196
  get: function () {
2150
- return this.ll;
2197
+ return this.l7;
2151
2198
  },
2152
2199
  set: function (a) {
2153
- this.ll = a;
2200
+ this.l7 = a;
2154
2201
  this.g("FocusBrush");
2155
2202
  },
2156
2203
  enumerable: false,
@@ -2158,10 +2205,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2158
2205
  });
2159
2206
  Object.defineProperty(DomainChartDescription.prototype, "selectionBehavior", {
2160
2207
  get: function () {
2161
- return this.ma;
2208
+ return this.my;
2162
2209
  },
2163
2210
  set: function (a) {
2164
- this.ma = a;
2211
+ this.my = a;
2165
2212
  this.g("SelectionBehavior");
2166
2213
  },
2167
2214
  enumerable: false,
@@ -2257,10 +2304,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2257
2304
  });
2258
2305
  Object.defineProperty(DomainChartDescription.prototype, "initialSorts", {
2259
2306
  get: function () {
2260
- return this.lz;
2307
+ return this.mn;
2261
2308
  },
2262
2309
  set: function (a) {
2263
- this.lz = a;
2310
+ this.mn = a;
2264
2311
  this.g("InitialSorts");
2265
2312
  },
2266
2313
  enumerable: false,
@@ -2268,10 +2315,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2268
2315
  });
2269
2316
  Object.defineProperty(DomainChartDescription.prototype, "groupSorts", {
2270
2317
  get: function () {
2271
- return this.lo;
2318
+ return this.ma;
2272
2319
  },
2273
2320
  set: function (a) {
2274
- this.lo = a;
2321
+ this.ma = a;
2275
2322
  this.g("GroupSorts");
2276
2323
  },
2277
2324
  enumerable: false,
@@ -2279,10 +2326,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2279
2326
  });
2280
2327
  Object.defineProperty(DomainChartDescription.prototype, "initialGroups", {
2281
2328
  get: function () {
2282
- return this.lx;
2329
+ return this.ml;
2283
2330
  },
2284
2331
  set: function (a) {
2285
- this.lx = a;
2332
+ this.ml = a;
2286
2333
  this.g("InitialGroups");
2287
2334
  },
2288
2335
  enumerable: false,
@@ -2290,10 +2337,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2290
2337
  });
2291
2338
  Object.defineProperty(DomainChartDescription.prototype, "initialFilter", {
2292
2339
  get: function () {
2293
- return this.lw;
2340
+ return this.mk;
2294
2341
  },
2295
2342
  set: function (a) {
2296
- this.lw = a;
2343
+ this.mk = a;
2297
2344
  this.g("InitialFilter");
2298
2345
  },
2299
2346
  enumerable: false,
@@ -2301,10 +2348,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2301
2348
  });
2302
2349
  Object.defineProperty(DomainChartDescription.prototype, "initialHighlightFilter", {
2303
2350
  get: function () {
2304
- return this.ly;
2351
+ return this.mm;
2305
2352
  },
2306
2353
  set: function (a) {
2307
- this.ly = a;
2354
+ this.mm = a;
2308
2355
  this.g("InitialHighlightFilter");
2309
2356
  },
2310
2357
  enumerable: false,
@@ -2312,10 +2359,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2312
2359
  });
2313
2360
  Object.defineProperty(DomainChartDescription.prototype, "initialSummaries", {
2314
2361
  get: function () {
2315
- return this.l0;
2362
+ return this.mo;
2316
2363
  },
2317
2364
  set: function (a) {
2318
- this.l0 = a;
2365
+ this.mo = a;
2319
2366
  this.g("InitialSummaries");
2320
2367
  },
2321
2368
  enumerable: false,
@@ -2323,10 +2370,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2323
2370
  });
2324
2371
  Object.defineProperty(DomainChartDescription.prototype, "dataSourceRef", {
2325
2372
  get: function () {
2326
- return this.js;
2373
+ return this.ke;
2327
2374
  },
2328
2375
  set: function (a) {
2329
- this.js = a;
2376
+ this.ke = a;
2330
2377
  this.g("DataSourceRef");
2331
2378
  },
2332
2379
  enumerable: false,
@@ -2343,6 +2390,28 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2343
2390
  enumerable: false,
2344
2391
  configurable: true
2345
2392
  });
2393
+ Object.defineProperty(DomainChartDescription.prototype, "highlightedDataSourceRef", {
2394
+ get: function () {
2395
+ return this.mb;
2396
+ },
2397
+ set: function (a) {
2398
+ this.mb = a;
2399
+ this.g("HighlightedDataSourceRef");
2400
+ },
2401
+ enumerable: false,
2402
+ configurable: true
2403
+ });
2404
+ Object.defineProperty(DomainChartDescription.prototype, "highlightedDataSource", {
2405
+ get: function () {
2406
+ return this.bm;
2407
+ },
2408
+ set: function (a) {
2409
+ this.bm = a;
2410
+ this.g("HighlightedDataSource");
2411
+ },
2412
+ enumerable: false,
2413
+ configurable: true
2414
+ });
2346
2415
  Object.defineProperty(DomainChartDescription.prototype, "includedProperties", {
2347
2416
  get: function () {
2348
2417
  return this.x;
@@ -2411,10 +2480,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2411
2480
  });
2412
2481
  Object.defineProperty(DomainChartDescription.prototype, "legendRef", {
2413
2482
  get: function () {
2414
- return this.l4;
2483
+ return this.ms;
2415
2484
  },
2416
2485
  set: function (a) {
2417
- this.l4 = a;
2486
+ this.ms = a;
2418
2487
  this.g("LegendRef");
2419
2488
  },
2420
2489
  enumerable: false,
@@ -2422,10 +2491,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2422
2491
  });
2423
2492
  Object.defineProperty(DomainChartDescription.prototype, "isHorizontalZoomEnabled", {
2424
2493
  get: function () {
2425
- return this.b4;
2494
+ return this.b9;
2426
2495
  },
2427
2496
  set: function (a) {
2428
- this.b4 = a;
2497
+ this.b9 = a;
2429
2498
  this.g("IsHorizontalZoomEnabled");
2430
2499
  },
2431
2500
  enumerable: false,
@@ -2433,10 +2502,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2433
2502
  });
2434
2503
  Object.defineProperty(DomainChartDescription.prototype, "isVerticalZoomEnabled", {
2435
2504
  get: function () {
2436
- return this.b6;
2505
+ return this.cb;
2437
2506
  },
2438
2507
  set: function (a) {
2439
- this.b6 = a;
2508
+ this.cb = a;
2440
2509
  this.g("IsVerticalZoomEnabled");
2441
2510
  },
2442
2511
  enumerable: false,
@@ -2444,10 +2513,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2444
2513
  });
2445
2514
  Object.defineProperty(DomainChartDescription.prototype, "shouldDisplayMockData", {
2446
2515
  get: function () {
2447
- return this.b8;
2516
+ return this.cd;
2448
2517
  },
2449
2518
  set: function (a) {
2450
- this.b8 = a;
2519
+ this.cd = a;
2451
2520
  this.g("ShouldDisplayMockData");
2452
2521
  },
2453
2522
  enumerable: false,
@@ -2455,10 +2524,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2455
2524
  });
2456
2525
  Object.defineProperty(DomainChartDescription.prototype, "shouldUseSkeletonStyleForMockData", {
2457
2526
  get: function () {
2458
- return this.ca;
2527
+ return this.cf;
2459
2528
  },
2460
2529
  set: function (a) {
2461
- this.ca = a;
2530
+ this.cf = a;
2462
2531
  this.g("ShouldUseSkeletonStyleForMockData");
2463
2532
  },
2464
2533
  enumerable: false,
@@ -2466,10 +2535,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2466
2535
  });
2467
2536
  Object.defineProperty(DomainChartDescription.prototype, "highlightedValuesDisplayMode", {
2468
2537
  get: function () {
2469
- return this.lp;
2538
+ return this.md;
2470
2539
  },
2471
2540
  set: function (a) {
2472
- this.lp = a;
2541
+ this.md = a;
2473
2542
  this.g("HighlightedValuesDisplayMode");
2474
2543
  },
2475
2544
  enumerable: false,
@@ -2477,21 +2546,32 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2477
2546
  });
2478
2547
  Object.defineProperty(DomainChartDescription.prototype, "isSeriesHighlightingEnabled", {
2479
2548
  get: function () {
2480
- return this.b5;
2549
+ return this.ca;
2481
2550
  },
2482
2551
  set: function (a) {
2483
- this.b5 = a;
2552
+ this.ca = a;
2484
2553
  this.g("IsSeriesHighlightingEnabled");
2485
2554
  },
2486
2555
  enumerable: false,
2487
2556
  configurable: true
2488
2557
  });
2558
+ Object.defineProperty(DomainChartDescription.prototype, "highlightedLegendItemVisibility", {
2559
+ get: function () {
2560
+ return this.mc;
2561
+ },
2562
+ set: function (a) {
2563
+ this.mc = a;
2564
+ this.g("HighlightedLegendItemVisibility");
2565
+ },
2566
+ enumerable: false,
2567
+ configurable: true
2568
+ });
2489
2569
  Object.defineProperty(DomainChartDescription.prototype, "windowRect", {
2490
2570
  get: function () {
2491
- return this.bn;
2571
+ return this.bp;
2492
2572
  },
2493
2573
  set: function (a) {
2494
- this.bn = a;
2574
+ this.bp = a;
2495
2575
  this.g("WindowRect");
2496
2576
  },
2497
2577
  enumerable: false,
@@ -2499,10 +2579,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2499
2579
  });
2500
2580
  Object.defineProperty(DomainChartDescription.prototype, "chartTitle", {
2501
2581
  get: function () {
2502
- return this.jj;
2582
+ return this.j5;
2503
2583
  },
2504
2584
  set: function (a) {
2505
- this.jj = a;
2585
+ this.j5 = a;
2506
2586
  this.g("ChartTitle");
2507
2587
  },
2508
2588
  enumerable: false,
@@ -2510,10 +2590,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2510
2590
  });
2511
2591
  Object.defineProperty(DomainChartDescription.prototype, "subtitle", {
2512
2592
  get: function () {
2513
- return this.mm;
2593
+ return this.na;
2514
2594
  },
2515
2595
  set: function (a) {
2516
- this.mm = a;
2596
+ this.na = a;
2517
2597
  this.g("Subtitle");
2518
2598
  },
2519
2599
  enumerable: false,
@@ -2521,10 +2601,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2521
2601
  });
2522
2602
  Object.defineProperty(DomainChartDescription.prototype, "titleAlignment", {
2523
2603
  get: function () {
2524
- return this.mq;
2604
+ return this.ne;
2525
2605
  },
2526
2606
  set: function (a) {
2527
- this.mq = a;
2607
+ this.ne = a;
2528
2608
  this.g("TitleAlignment");
2529
2609
  },
2530
2610
  enumerable: false,
@@ -2532,10 +2612,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2532
2612
  });
2533
2613
  Object.defineProperty(DomainChartDescription.prototype, "subtitleAlignment", {
2534
2614
  get: function () {
2535
- return this.mn;
2615
+ return this.nb;
2536
2616
  },
2537
2617
  set: function (a) {
2538
- this.mn = a;
2618
+ this.nb = a;
2539
2619
  this.g("SubtitleAlignment");
2540
2620
  },
2541
2621
  enumerable: false,
@@ -2543,10 +2623,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2543
2623
  });
2544
2624
  Object.defineProperty(DomainChartDescription.prototype, "unknownValuePlotting", {
2545
2625
  get: function () {
2546
- return this.mw;
2626
+ return this.nk;
2547
2627
  },
2548
2628
  set: function (a) {
2549
- this.mw = a;
2629
+ this.nk = a;
2550
2630
  this.g("UnknownValuePlotting");
2551
2631
  },
2552
2632
  enumerable: false,
@@ -2554,10 +2634,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2554
2634
  });
2555
2635
  Object.defineProperty(DomainChartDescription.prototype, "resolution", {
2556
2636
  get: function () {
2557
- return this.e8;
2637
+ return this.fj;
2558
2638
  },
2559
2639
  set: function (a) {
2560
- this.e8 = a;
2640
+ this.fj = a;
2561
2641
  this.g("Resolution");
2562
2642
  },
2563
2643
  enumerable: false,
@@ -2565,10 +2645,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2565
2645
  });
2566
2646
  Object.defineProperty(DomainChartDescription.prototype, "thickness", {
2567
2647
  get: function () {
2568
- return this.fe;
2648
+ return this.fp;
2569
2649
  },
2570
2650
  set: function (a) {
2571
- this.fe = a;
2651
+ this.fp = a;
2572
2652
  this.g("Thickness");
2573
2653
  },
2574
2654
  enumerable: false,
@@ -2576,10 +2656,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2576
2656
  });
2577
2657
  Object.defineProperty(DomainChartDescription.prototype, "outlineMode", {
2578
2658
  get: function () {
2579
- return this.l8;
2659
+ return this.mw;
2580
2660
  },
2581
2661
  set: function (a) {
2582
- this.l8 = a;
2662
+ this.mw = a;
2583
2663
  this.g("OutlineMode");
2584
2664
  },
2585
2665
  enumerable: false,
@@ -2587,10 +2667,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2587
2667
  });
2588
2668
  Object.defineProperty(DomainChartDescription.prototype, "markerOutlineMode", {
2589
2669
  get: function () {
2590
- return this.l7;
2670
+ return this.mv;
2591
2671
  },
2592
2672
  set: function (a) {
2593
- this.l7 = a;
2673
+ this.mv = a;
2594
2674
  this.g("MarkerOutlineMode");
2595
2675
  },
2596
2676
  enumerable: false,
@@ -2598,10 +2678,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2598
2678
  });
2599
2679
  Object.defineProperty(DomainChartDescription.prototype, "markerFillMode", {
2600
2680
  get: function () {
2601
- return this.l6;
2681
+ return this.mu;
2602
2682
  },
2603
2683
  set: function (a) {
2604
- this.l6 = a;
2684
+ this.mu = a;
2605
2685
  this.g("MarkerFillMode");
2606
2686
  },
2607
2687
  enumerable: false,
@@ -2609,10 +2689,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2609
2689
  });
2610
2690
  Object.defineProperty(DomainChartDescription.prototype, "markerFillOpacity", {
2611
2691
  get: function () {
2612
- return this.e1;
2692
+ return this.fc;
2613
2693
  },
2614
2694
  set: function (a) {
2615
- this.e1 = a;
2695
+ this.fc = a;
2616
2696
  this.g("MarkerFillOpacity");
2617
2697
  },
2618
2698
  enumerable: false,
@@ -2620,10 +2700,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2620
2700
  });
2621
2701
  Object.defineProperty(DomainChartDescription.prototype, "markerThickness", {
2622
2702
  get: function () {
2623
- return this.e2;
2703
+ return this.fd;
2624
2704
  },
2625
2705
  set: function (a) {
2626
- this.e2 = a;
2706
+ this.fd = a;
2627
2707
  this.g("MarkerThickness");
2628
2708
  },
2629
2709
  enumerable: false,
@@ -2642,10 +2722,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2642
2722
  });
2643
2723
  Object.defineProperty(DomainChartDescription.prototype, "markerAutomaticBehavior", {
2644
2724
  get: function () {
2645
- return this.l5;
2725
+ return this.mt;
2646
2726
  },
2647
2727
  set: function (a) {
2648
- this.l5 = a;
2728
+ this.mt = a;
2649
2729
  this.g("MarkerAutomaticBehavior");
2650
2730
  },
2651
2731
  enumerable: false,
@@ -2675,10 +2755,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2675
2755
  });
2676
2756
  Object.defineProperty(DomainChartDescription.prototype, "markerMaxCount", {
2677
2757
  get: function () {
2678
- return this.i1;
2758
+ return this.jg;
2679
2759
  },
2680
2760
  set: function (a) {
2681
- this.i1 = a;
2761
+ this.jg = a;
2682
2762
  this.g("MarkerMaxCount");
2683
2763
  },
2684
2764
  enumerable: false,
@@ -2686,10 +2766,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2686
2766
  });
2687
2767
  Object.defineProperty(DomainChartDescription.prototype, "areaFillOpacity", {
2688
2768
  get: function () {
2689
- return this.cz;
2769
+ return this.c9;
2690
2770
  },
2691
2771
  set: function (a) {
2692
- this.cz = a;
2772
+ this.c9 = a;
2693
2773
  this.g("AreaFillOpacity");
2694
2774
  },
2695
2775
  enumerable: false,
@@ -2697,10 +2777,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2697
2777
  });
2698
2778
  Object.defineProperty(DomainChartDescription.prototype, "animateSeriesWhenAxisRangeChanges", {
2699
2779
  get: function () {
2700
- return this.bq;
2780
+ return this.bs;
2701
2781
  },
2702
2782
  set: function (a) {
2703
- this.bq = a;
2783
+ this.bs = a;
2704
2784
  this.g("AnimateSeriesWhenAxisRangeChanges");
2705
2785
  },
2706
2786
  enumerable: false,
@@ -2719,10 +2799,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2719
2799
  });
2720
2800
  Object.defineProperty(DomainChartDescription.prototype, "trendLineType", {
2721
2801
  get: function () {
2722
- return this.mv;
2802
+ return this.nj;
2723
2803
  },
2724
2804
  set: function (a) {
2725
- this.mv = a;
2805
+ this.nj = a;
2726
2806
  this.g("TrendLineType");
2727
2807
  },
2728
2808
  enumerable: false,
@@ -2730,10 +2810,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2730
2810
  });
2731
2811
  Object.defineProperty(DomainChartDescription.prototype, "trendLineThickness", {
2732
2812
  get: function () {
2733
- return this.fk;
2813
+ return this.fv;
2734
2814
  },
2735
2815
  set: function (a) {
2736
- this.fk = a;
2816
+ this.fv = a;
2737
2817
  this.g("TrendLineThickness");
2738
2818
  },
2739
2819
  enumerable: false,
@@ -2741,10 +2821,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2741
2821
  });
2742
2822
  Object.defineProperty(DomainChartDescription.prototype, "alignsGridLinesToPixels", {
2743
2823
  get: function () {
2744
- return this.bp;
2824
+ return this.br;
2745
2825
  },
2746
2826
  set: function (a) {
2747
- this.bp = a;
2827
+ this.br = a;
2748
2828
  this.g("AlignsGridLinesToPixels");
2749
2829
  },
2750
2830
  enumerable: false,
@@ -2752,10 +2832,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2752
2832
  });
2753
2833
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginLeft", {
2754
2834
  get: function () {
2755
- return this.e5;
2835
+ return this.fg;
2756
2836
  },
2757
2837
  set: function (a) {
2758
- this.e5 = a;
2838
+ this.fg = a;
2759
2839
  this.g("PlotAreaMarginLeft");
2760
2840
  },
2761
2841
  enumerable: false,
@@ -2763,10 +2843,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2763
2843
  });
2764
2844
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginTop", {
2765
2845
  get: function () {
2766
- return this.e7;
2846
+ return this.fi;
2767
2847
  },
2768
2848
  set: function (a) {
2769
- this.e7 = a;
2849
+ this.fi = a;
2770
2850
  this.g("PlotAreaMarginTop");
2771
2851
  },
2772
2852
  enumerable: false,
@@ -2774,10 +2854,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2774
2854
  });
2775
2855
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginRight", {
2776
2856
  get: function () {
2777
- return this.e6;
2857
+ return this.fh;
2778
2858
  },
2779
2859
  set: function (a) {
2780
- this.e6 = a;
2860
+ this.fh = a;
2781
2861
  this.g("PlotAreaMarginRight");
2782
2862
  },
2783
2863
  enumerable: false,
@@ -2785,10 +2865,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2785
2865
  });
2786
2866
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginBottom", {
2787
2867
  get: function () {
2788
- return this.e4;
2868
+ return this.ff;
2789
2869
  },
2790
2870
  set: function (a) {
2791
- this.e4 = a;
2871
+ this.ff = a;
2792
2872
  this.g("PlotAreaMarginBottom");
2793
2873
  },
2794
2874
  enumerable: false,
@@ -2796,10 +2876,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2796
2876
  });
2797
2877
  Object.defineProperty(DomainChartDescription.prototype, "computedPlotAreaMarginMode", {
2798
2878
  get: function () {
2799
- return this.jk;
2879
+ return this.j6;
2800
2880
  },
2801
2881
  set: function (a) {
2802
- this.jk = a;
2882
+ this.j6 = a;
2803
2883
  this.g("ComputedPlotAreaMarginMode");
2804
2884
  },
2805
2885
  enumerable: false,
@@ -2807,10 +2887,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2807
2887
  });
2808
2888
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginHorizontalMode", {
2809
2889
  get: function () {
2810
- return this.me;
2890
+ return this.m2;
2811
2891
  },
2812
2892
  set: function (a) {
2813
- this.me = a;
2893
+ this.m2 = a;
2814
2894
  this.g("SeriesPlotAreaMarginHorizontalMode");
2815
2895
  },
2816
2896
  enumerable: false,
@@ -2818,10 +2898,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2818
2898
  });
2819
2899
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginVerticalMode", {
2820
2900
  get: function () {
2821
- return this.mf;
2901
+ return this.m3;
2822
2902
  },
2823
2903
  set: function (a) {
2824
- this.mf = a;
2904
+ this.m3 = a;
2825
2905
  this.g("SeriesPlotAreaMarginVerticalMode");
2826
2906
  },
2827
2907
  enumerable: false,
@@ -2829,10 +2909,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2829
2909
  });
2830
2910
  Object.defineProperty(DomainChartDescription.prototype, "highlightingMode", {
2831
2911
  get: function () {
2832
- return this.lr;
2912
+ return this.mf;
2833
2913
  },
2834
2914
  set: function (a) {
2835
- this.lr = a;
2915
+ this.mf = a;
2836
2916
  this.g("HighlightingMode");
2837
2917
  },
2838
2918
  enumerable: false,
@@ -2840,10 +2920,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2840
2920
  });
2841
2921
  Object.defineProperty(DomainChartDescription.prototype, "highlightingBehavior", {
2842
2922
  get: function () {
2843
- return this.lq;
2923
+ return this.me;
2844
2924
  },
2845
2925
  set: function (a) {
2846
- this.lq = a;
2926
+ this.me = a;
2847
2927
  this.g("HighlightingBehavior");
2848
2928
  },
2849
2929
  enumerable: false,
@@ -2851,10 +2931,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2851
2931
  });
2852
2932
  Object.defineProperty(DomainChartDescription.prototype, "legendHighlightingMode", {
2853
2933
  get: function () {
2854
- return this.l1;
2934
+ return this.mp;
2855
2935
  },
2856
2936
  set: function (a) {
2857
- this.l1 = a;
2937
+ this.mp = a;
2858
2938
  this.g("LegendHighlightingMode");
2859
2939
  },
2860
2940
  enumerable: false,
@@ -2862,10 +2942,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2862
2942
  });
2863
2943
  Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeShape", {
2864
2944
  get: function () {
2865
- return this.l3;
2945
+ return this.mr;
2866
2946
  },
2867
2947
  set: function (a) {
2868
- this.l3 = a;
2948
+ this.mr = a;
2869
2949
  this.g("LegendItemBadgeShape");
2870
2950
  },
2871
2951
  enumerable: false,
@@ -2873,10 +2953,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2873
2953
  });
2874
2954
  Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeMode", {
2875
2955
  get: function () {
2876
- return this.l2;
2956
+ return this.mq;
2877
2957
  },
2878
2958
  set: function (a) {
2879
- this.l2 = a;
2959
+ this.mq = a;
2880
2960
  this.g("LegendItemBadgeMode");
2881
2961
  },
2882
2962
  enumerable: false,
@@ -2884,10 +2964,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2884
2964
  });
2885
2965
  Object.defineProperty(DomainChartDescription.prototype, "trendLinePeriod", {
2886
2966
  get: function () {
2887
- return this.i3;
2967
+ return this.jj;
2888
2968
  },
2889
2969
  set: function (a) {
2890
- this.i3 = a;
2970
+ this.jj = a;
2891
2971
  this.g("TrendLinePeriod");
2892
2972
  },
2893
2973
  enumerable: false,
@@ -2895,10 +2975,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2895
2975
  });
2896
2976
  Object.defineProperty(DomainChartDescription.prototype, "toolTipType", {
2897
2977
  get: function () {
2898
- return this.mt;
2978
+ return this.nh;
2899
2979
  },
2900
2980
  set: function (a) {
2901
- this.mt = a;
2981
+ this.nh = a;
2902
2982
  this.g("ToolTipType");
2903
2983
  },
2904
2984
  enumerable: false,
@@ -2906,10 +2986,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2906
2986
  });
2907
2987
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsDisplayMode", {
2908
2988
  get: function () {
2909
- return this.jp;
2989
+ return this.kb;
2910
2990
  },
2911
2991
  set: function (a) {
2912
- this.jp = a;
2992
+ this.kb = a;
2913
2993
  this.g("CrosshairsDisplayMode");
2914
2994
  },
2915
2995
  enumerable: false,
@@ -2917,10 +2997,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2917
2997
  });
2918
2998
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsSnapToData", {
2919
2999
  get: function () {
2920
- return this.bv;
3000
+ return this.b0;
2921
3001
  },
2922
3002
  set: function (a) {
2923
- this.bv = a;
3003
+ this.b0 = a;
2924
3004
  this.g("CrosshairsSnapToData");
2925
3005
  },
2926
3006
  enumerable: false,
@@ -2928,10 +3008,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2928
3008
  });
2929
3009
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineVerticalStroke", {
2930
3010
  get: function () {
2931
- return this.jr;
3011
+ return this.kd;
2932
3012
  },
2933
3013
  set: function (a) {
2934
- this.jr = a;
3014
+ this.kd = a;
2935
3015
  this.g("CrosshairsLineVerticalStroke");
2936
3016
  },
2937
3017
  enumerable: false,
@@ -2939,10 +3019,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2939
3019
  });
2940
3020
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineThickness", {
2941
3021
  get: function () {
2942
- return this.c1;
3022
+ return this.dc;
2943
3023
  },
2944
3024
  set: function (a) {
2945
- this.c1 = a;
3025
+ this.dc = a;
2946
3026
  this.g("CrosshairsLineThickness");
2947
3027
  },
2948
3028
  enumerable: false,
@@ -2950,10 +3030,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2950
3030
  });
2951
3031
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineHorizontalStroke", {
2952
3032
  get: function () {
2953
- return this.jq;
3033
+ return this.kc;
2954
3034
  },
2955
3035
  set: function (a) {
2956
- this.jq = a;
3036
+ this.kc = a;
2957
3037
  this.g("CrosshairsLineHorizontalStroke");
2958
3038
  },
2959
3039
  enumerable: false,
@@ -2961,10 +3041,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2961
3041
  });
2962
3042
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationEnabled", {
2963
3043
  get: function () {
2964
- return this.bu;
3044
+ return this.bz;
2965
3045
  },
2966
3046
  set: function (a) {
2967
- this.bu = a;
3047
+ this.bz = a;
2968
3048
  this.g("CrosshairsAnnotationEnabled");
2969
3049
  },
2970
3050
  enumerable: false,
@@ -2972,10 +3052,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2972
3052
  });
2973
3053
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisBackground", {
2974
3054
  get: function () {
2975
- return this.jl;
3055
+ return this.j7;
2976
3056
  },
2977
3057
  set: function (a) {
2978
- this.jl = a;
3058
+ this.j7 = a;
2979
3059
  this.g("CrosshairsAnnotationXAxisBackground");
2980
3060
  },
2981
3061
  enumerable: false,
@@ -2983,10 +3063,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2983
3063
  });
2984
3064
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisBackground", {
2985
3065
  get: function () {
2986
- return this.jn;
3066
+ return this.j9;
2987
3067
  },
2988
3068
  set: function (a) {
2989
- this.jn = a;
3069
+ this.j9 = a;
2990
3070
  this.g("CrosshairsAnnotationYAxisBackground");
2991
3071
  },
2992
3072
  enumerable: false,
@@ -2994,10 +3074,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2994
3074
  });
2995
3075
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisTextColor", {
2996
3076
  get: function () {
2997
- return this.jm;
3077
+ return this.j8;
2998
3078
  },
2999
3079
  set: function (a) {
3000
- this.jm = a;
3080
+ this.j8 = a;
3001
3081
  this.g("CrosshairsAnnotationXAxisTextColor");
3002
3082
  },
3003
3083
  enumerable: false,
@@ -3005,10 +3085,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3005
3085
  });
3006
3086
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisTextColor", {
3007
3087
  get: function () {
3008
- return this.jo;
3088
+ return this.ka;
3009
3089
  },
3010
3090
  set: function (a) {
3011
- this.jo = a;
3091
+ this.ka = a;
3012
3092
  this.g("CrosshairsAnnotationYAxisTextColor");
3013
3093
  },
3014
3094
  enumerable: false,
@@ -3016,10 +3096,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3016
3096
  });
3017
3097
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisPrecision", {
3018
3098
  get: function () {
3019
- return this.iw;
3099
+ return this.i9;
3020
3100
  },
3021
3101
  set: function (a) {
3022
- this.iw = a;
3102
+ this.i9 = a;
3023
3103
  this.g("CrosshairsAnnotationXAxisPrecision");
3024
3104
  },
3025
3105
  enumerable: false,
@@ -3027,10 +3107,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3027
3107
  });
3028
3108
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisPrecision", {
3029
3109
  get: function () {
3030
- return this.ix;
3110
+ return this.ja;
3031
3111
  },
3032
3112
  set: function (a) {
3033
- this.ix = a;
3113
+ this.ja = a;
3034
3114
  this.g("CrosshairsAnnotationYAxisPrecision");
3035
3115
  },
3036
3116
  enumerable: false,
@@ -3038,10 +3118,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3038
3118
  });
3039
3119
  Object.defineProperty(DomainChartDescription.prototype, "shouldAvoidAxisAnnotationCollisions", {
3040
3120
  get: function () {
3041
- return this.b7;
3121
+ return this.cc;
3042
3122
  },
3043
3123
  set: function (a) {
3044
- this.b7 = a;
3124
+ this.cc = a;
3045
3125
  this.g("ShouldAvoidAxisAnnotationCollisions");
3046
3126
  },
3047
3127
  enumerable: false,
@@ -3049,10 +3129,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3049
3129
  });
3050
3130
  Object.defineProperty(DomainChartDescription.prototype, "shouldPanOnMaximumZoom", {
3051
3131
  get: function () {
3052
- return this.b9;
3132
+ return this.ce;
3053
3133
  },
3054
3134
  set: function (a) {
3055
- this.b9 = a;
3135
+ this.ce = a;
3056
3136
  this.g("ShouldPanOnMaximumZoom");
3057
3137
  },
3058
3138
  enumerable: false,
@@ -3060,10 +3140,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3060
3140
  });
3061
3141
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsVisible", {
3062
3142
  get: function () {
3063
- return this.b2;
3143
+ return this.b7;
3064
3144
  },
3065
3145
  set: function (a) {
3066
- this.b2 = a;
3146
+ this.b7 = a;
3067
3147
  this.g("FinalValueAnnotationsVisible");
3068
3148
  },
3069
3149
  enumerable: false,
@@ -3071,10 +3151,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3071
3151
  });
3072
3152
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsBackground", {
3073
3153
  get: function () {
3074
- return this.lj;
3154
+ return this.l5;
3075
3155
  },
3076
3156
  set: function (a) {
3077
- this.lj = a;
3157
+ this.l5 = a;
3078
3158
  this.g("FinalValueAnnotationsBackground");
3079
3159
  },
3080
3160
  enumerable: false,
@@ -3082,10 +3162,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3082
3162
  });
3083
3163
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsTextColor", {
3084
3164
  get: function () {
3085
- return this.lk;
3165
+ return this.l6;
3086
3166
  },
3087
3167
  set: function (a) {
3088
- this.lk = a;
3168
+ this.l6 = a;
3089
3169
  this.g("FinalValueAnnotationsTextColor");
3090
3170
  },
3091
3171
  enumerable: false,
@@ -3093,10 +3173,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3093
3173
  });
3094
3174
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsPrecision", {
3095
3175
  get: function () {
3096
- return this.i0;
3176
+ return this.jd;
3097
3177
  },
3098
3178
  set: function (a) {
3099
- this.i0 = a;
3179
+ this.jd = a;
3100
3180
  this.g("FinalValueAnnotationsPrecision");
3101
3181
  },
3102
3182
  enumerable: false,
@@ -3104,10 +3184,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3104
3184
  });
3105
3185
  Object.defineProperty(DomainChartDescription.prototype, "autoCalloutsVisible", {
3106
3186
  get: function () {
3107
- return this.br;
3187
+ return this.bt;
3108
3188
  },
3109
3189
  set: function (a) {
3110
- this.br = a;
3190
+ this.bt = a;
3111
3191
  this.g("AutoCalloutsVisible");
3112
3192
  },
3113
3193
  enumerable: false,
@@ -3115,10 +3195,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3115
3195
  });
3116
3196
  Object.defineProperty(DomainChartDescription.prototype, "calloutsVisible", {
3117
3197
  get: function () {
3118
- return this.bt;
3198
+ return this.by;
3119
3199
  },
3120
3200
  set: function (a) {
3121
- this.bt = a;
3201
+ this.by = a;
3122
3202
  this.g("CalloutsVisible");
3123
3203
  },
3124
3204
  enumerable: false,
@@ -3126,21 +3206,109 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3126
3206
  });
3127
3207
  Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingEventEnabled", {
3128
3208
  get: function () {
3129
- return this.bs;
3209
+ return this.bu;
3130
3210
  },
3131
3211
  set: function (a) {
3132
- this.bs = a;
3212
+ this.bu = a;
3133
3213
  this.g("CalloutStyleUpdatingEventEnabled");
3134
3214
  },
3135
3215
  enumerable: false,
3136
3216
  configurable: true
3137
3217
  });
3218
+ Object.defineProperty(DomainChartDescription.prototype, "useValueForAutoCalloutLabels", {
3219
+ get: function () {
3220
+ return this.cg;
3221
+ },
3222
+ set: function (a) {
3223
+ this.cg = a;
3224
+ this.g("UseValueForAutoCalloutLabels");
3225
+ },
3226
+ enumerable: false,
3227
+ configurable: true
3228
+ });
3229
+ Object.defineProperty(DomainChartDescription.prototype, "calloutCollisionMode", {
3230
+ get: function () {
3231
+ return this.jw;
3232
+ },
3233
+ set: function (a) {
3234
+ this.jw = a;
3235
+ this.g("CalloutCollisionMode");
3236
+ },
3237
+ enumerable: false,
3238
+ configurable: true
3239
+ });
3240
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsUseItemColorForFill", {
3241
+ get: function () {
3242
+ return this.bw;
3243
+ },
3244
+ set: function (a) {
3245
+ this.bw = a;
3246
+ this.g("CalloutsUseItemColorForFill");
3247
+ },
3248
+ enumerable: false,
3249
+ configurable: true
3250
+ });
3251
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsUseItemColorForOutline", {
3252
+ get: function () {
3253
+ return this.bx;
3254
+ },
3255
+ set: function (a) {
3256
+ this.bx = a;
3257
+ this.g("CalloutsUseItemColorForOutline");
3258
+ },
3259
+ enumerable: false,
3260
+ configurable: true
3261
+ });
3262
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsUseAutoContrastingLabelColors", {
3263
+ get: function () {
3264
+ return this.bv;
3265
+ },
3266
+ set: function (a) {
3267
+ this.bv = a;
3268
+ this.g("CalloutsUseAutoContrastingLabelColors");
3269
+ },
3270
+ enumerable: false,
3271
+ configurable: true
3272
+ });
3273
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsStrokeThickness", {
3274
+ get: function () {
3275
+ return this.db;
3276
+ },
3277
+ set: function (a) {
3278
+ this.db = a;
3279
+ this.g("CalloutsStrokeThickness");
3280
+ },
3281
+ enumerable: false,
3282
+ configurable: true
3283
+ });
3284
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsBackground", {
3285
+ get: function () {
3286
+ return this.jy;
3287
+ },
3288
+ set: function (a) {
3289
+ this.jy = a;
3290
+ this.g("CalloutsBackground");
3291
+ },
3292
+ enumerable: false,
3293
+ configurable: true
3294
+ });
3295
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsAutoLabelPrecision", {
3296
+ get: function () {
3297
+ return this.i8;
3298
+ },
3299
+ set: function (a) {
3300
+ this.i8 = a;
3301
+ this.g("CalloutsAutoLabelPrecision");
3302
+ },
3303
+ enumerable: false,
3304
+ configurable: true
3305
+ });
3138
3306
  Object.defineProperty(DomainChartDescription.prototype, "calloutsDataSourceRef", {
3139
3307
  get: function () {
3140
- return this.je;
3308
+ return this.j0;
3141
3309
  },
3142
3310
  set: function (a) {
3143
- this.je = a;
3311
+ this.j0 = a;
3144
3312
  this.g("CalloutsDataSourceRef");
3145
3313
  },
3146
3314
  enumerable: false,
@@ -3159,10 +3327,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3159
3327
  });
3160
3328
  Object.defineProperty(DomainChartDescription.prototype, "calloutsXMemberPath", {
3161
3329
  get: function () {
3162
- return this.jh;
3330
+ return this.j3;
3163
3331
  },
3164
3332
  set: function (a) {
3165
- this.jh = a;
3333
+ this.j3 = a;
3166
3334
  this.g("CalloutsXMemberPath");
3167
3335
  },
3168
3336
  enumerable: false,
@@ -3170,10 +3338,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3170
3338
  });
3171
3339
  Object.defineProperty(DomainChartDescription.prototype, "calloutsYMemberPath", {
3172
3340
  get: function () {
3173
- return this.ji;
3341
+ return this.j4;
3174
3342
  },
3175
3343
  set: function (a) {
3176
- this.ji = a;
3344
+ this.j4 = a;
3177
3345
  this.g("CalloutsYMemberPath");
3178
3346
  },
3179
3347
  enumerable: false,
@@ -3181,10 +3349,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3181
3349
  });
3182
3350
  Object.defineProperty(DomainChartDescription.prototype, "calloutsLabelMemberPath", {
3183
3351
  get: function () {
3184
- return this.jf;
3352
+ return this.j1;
3185
3353
  },
3186
3354
  set: function (a) {
3187
- this.jf = a;
3355
+ this.j1 = a;
3188
3356
  this.g("CalloutsLabelMemberPath");
3189
3357
  },
3190
3358
  enumerable: false,
@@ -3192,10 +3360,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3192
3360
  });
3193
3361
  Object.defineProperty(DomainChartDescription.prototype, "calloutsContentMemberPath", {
3194
3362
  get: function () {
3195
- return this.jd;
3363
+ return this.jz;
3196
3364
  },
3197
3365
  set: function (a) {
3198
- this.jd = a;
3366
+ this.jz = a;
3199
3367
  this.g("CalloutsContentMemberPath");
3200
3368
  },
3201
3369
  enumerable: false,
@@ -3225,10 +3393,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3225
3393
  });
3226
3394
  Object.defineProperty(DomainChartDescription.prototype, "valueLinesThickness", {
3227
3395
  get: function () {
3228
- return this.fl;
3396
+ return this.fw;
3229
3397
  },
3230
3398
  set: function (a) {
3231
- this.fl = a;
3399
+ this.fw = a;
3232
3400
  this.g("ValueLinesThickness");
3233
3401
  },
3234
3402
  enumerable: false,
@@ -3236,10 +3404,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3236
3404
  });
3237
3405
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMode", {
3238
3406
  get: function () {
3239
- return this.lt;
3407
+ return this.mh;
3240
3408
  },
3241
3409
  set: function (a) {
3242
- this.lt = a;
3410
+ this.mh = a;
3243
3411
  this.g("HorizontalViewScrollbarMode");
3244
3412
  },
3245
3413
  enumerable: false,
@@ -3247,10 +3415,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3247
3415
  });
3248
3416
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMode", {
3249
3417
  get: function () {
3250
- return this.my;
3418
+ return this.nm;
3251
3419
  },
3252
3420
  set: function (a) {
3253
- this.my = a;
3421
+ this.nm = a;
3254
3422
  this.g("VerticalViewScrollbarMode");
3255
3423
  },
3256
3424
  enumerable: false,
@@ -3258,10 +3426,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3258
3426
  });
3259
3427
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarPosition", {
3260
3428
  get: function () {
3261
- return this.lv;
3429
+ return this.mj;
3262
3430
  },
3263
3431
  set: function (a) {
3264
- this.lv = a;
3432
+ this.mj = a;
3265
3433
  this.g("HorizontalViewScrollbarPosition");
3266
3434
  },
3267
3435
  enumerable: false,
@@ -3269,10 +3437,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3269
3437
  });
3270
3438
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarPosition", {
3271
3439
  get: function () {
3272
- return this.m0;
3440
+ return this.no;
3273
3441
  },
3274
3442
  set: function (a) {
3275
- this.m0 = a;
3443
+ this.no = a;
3276
3444
  this.g("VerticalViewScrollbarPosition");
3277
3445
  },
3278
3446
  enumerable: false,
@@ -3280,10 +3448,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3280
3448
  });
3281
3449
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarFill", {
3282
3450
  get: function () {
3283
- return this.ls;
3451
+ return this.mg;
3284
3452
  },
3285
3453
  set: function (a) {
3286
- this.ls = a;
3454
+ this.mg = a;
3287
3455
  this.g("HorizontalViewScrollbarFill");
3288
3456
  },
3289
3457
  enumerable: false,
@@ -3291,10 +3459,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3291
3459
  });
3292
3460
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarOutline", {
3293
3461
  get: function () {
3294
- return this.lu;
3462
+ return this.mi;
3295
3463
  },
3296
3464
  set: function (a) {
3297
- this.lu = a;
3465
+ this.mi = a;
3298
3466
  this.g("HorizontalViewScrollbarOutline");
3299
3467
  },
3300
3468
  enumerable: false,
@@ -3302,10 +3470,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3302
3470
  });
3303
3471
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarStrokeThickness", {
3304
3472
  get: function () {
3305
- return this.ex;
3473
+ return this.e8;
3306
3474
  },
3307
3475
  set: function (a) {
3308
- this.ex = a;
3476
+ this.e8 = a;
3309
3477
  this.g("HorizontalViewScrollbarStrokeThickness");
3310
3478
  },
3311
3479
  enumerable: false,
@@ -3313,10 +3481,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3313
3481
  });
3314
3482
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMaxOpacity", {
3315
3483
  get: function () {
3316
- return this.ew;
3484
+ return this.e7;
3317
3485
  },
3318
3486
  set: function (a) {
3319
- this.ew = a;
3487
+ this.e7 = a;
3320
3488
  this.g("HorizontalViewScrollbarMaxOpacity");
3321
3489
  },
3322
3490
  enumerable: false,
@@ -3324,10 +3492,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3324
3492
  });
3325
3493
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarCornerRadius", {
3326
3494
  get: function () {
3327
- return this.et;
3495
+ return this.e4;
3328
3496
  },
3329
3497
  set: function (a) {
3330
- this.et = a;
3498
+ this.e4 = a;
3331
3499
  this.g("HorizontalViewScrollbarCornerRadius");
3332
3500
  },
3333
3501
  enumerable: false,
@@ -3335,10 +3503,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3335
3503
  });
3336
3504
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarHeight", {
3337
3505
  get: function () {
3338
- return this.eu;
3506
+ return this.e5;
3339
3507
  },
3340
3508
  set: function (a) {
3341
- this.eu = a;
3509
+ this.e5 = a;
3342
3510
  this.g("HorizontalViewScrollbarHeight");
3343
3511
  },
3344
3512
  enumerable: false,
@@ -3346,10 +3514,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3346
3514
  });
3347
3515
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarInset", {
3348
3516
  get: function () {
3349
- return this.ev;
3517
+ return this.e6;
3350
3518
  },
3351
3519
  set: function (a) {
3352
- this.ev = a;
3520
+ this.e6 = a;
3353
3521
  this.g("HorizontalViewScrollbarInset");
3354
3522
  },
3355
3523
  enumerable: false,
@@ -3357,10 +3525,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3357
3525
  });
3358
3526
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarTrackStartInset", {
3359
3527
  get: function () {
3360
- return this.ez;
3528
+ return this.fa;
3361
3529
  },
3362
3530
  set: function (a) {
3363
- this.ez = a;
3531
+ this.fa = a;
3364
3532
  this.g("HorizontalViewScrollbarTrackStartInset");
3365
3533
  },
3366
3534
  enumerable: false,
@@ -3368,10 +3536,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3368
3536
  });
3369
3537
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarTrackEndInset", {
3370
3538
  get: function () {
3371
- return this.ey;
3539
+ return this.e9;
3372
3540
  },
3373
3541
  set: function (a) {
3374
- this.ey = a;
3542
+ this.e9 = a;
3375
3543
  this.g("HorizontalViewScrollbarTrackEndInset");
3376
3544
  },
3377
3545
  enumerable: false,
@@ -3379,10 +3547,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3379
3547
  });
3380
3548
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarShouldAddAutoTrackInsets", {
3381
3549
  get: function () {
3382
- return this.b3;
3550
+ return this.b8;
3383
3551
  },
3384
3552
  set: function (a) {
3385
- this.b3 = a;
3553
+ this.b8 = a;
3386
3554
  this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
3387
3555
  },
3388
3556
  enumerable: false,
@@ -3390,10 +3558,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3390
3558
  });
3391
3559
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarFill", {
3392
3560
  get: function () {
3393
- return this.mx;
3561
+ return this.nl;
3394
3562
  },
3395
3563
  set: function (a) {
3396
- this.mx = a;
3564
+ this.nl = a;
3397
3565
  this.g("VerticalViewScrollbarFill");
3398
3566
  },
3399
3567
  enumerable: false,
@@ -3401,10 +3569,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3401
3569
  });
3402
3570
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarOutline", {
3403
3571
  get: function () {
3404
- return this.mz;
3572
+ return this.nn;
3405
3573
  },
3406
3574
  set: function (a) {
3407
- this.mz = a;
3575
+ this.nn = a;
3408
3576
  this.g("VerticalViewScrollbarOutline");
3409
3577
  },
3410
3578
  enumerable: false,
@@ -3412,10 +3580,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3412
3580
  });
3413
3581
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarStrokeThickness", {
3414
3582
  get: function () {
3415
- return this.fp;
3583
+ return this.f0;
3416
3584
  },
3417
3585
  set: function (a) {
3418
- this.fp = a;
3586
+ this.f0 = a;
3419
3587
  this.g("VerticalViewScrollbarStrokeThickness");
3420
3588
  },
3421
3589
  enumerable: false,
@@ -3423,10 +3591,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3423
3591
  });
3424
3592
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMaxOpacity", {
3425
3593
  get: function () {
3426
- return this.fo;
3594
+ return this.fz;
3427
3595
  },
3428
3596
  set: function (a) {
3429
- this.fo = a;
3597
+ this.fz = a;
3430
3598
  this.g("VerticalViewScrollbarMaxOpacity");
3431
3599
  },
3432
3600
  enumerable: false,
@@ -3434,10 +3602,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3434
3602
  });
3435
3603
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarCornerRadius", {
3436
3604
  get: function () {
3437
- return this.fm;
3605
+ return this.fx;
3438
3606
  },
3439
3607
  set: function (a) {
3440
- this.fm = a;
3608
+ this.fx = a;
3441
3609
  this.g("VerticalViewScrollbarCornerRadius");
3442
3610
  },
3443
3611
  enumerable: false,
@@ -3445,10 +3613,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3445
3613
  });
3446
3614
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarWidth", {
3447
3615
  get: function () {
3448
- return this.fs;
3616
+ return this.f3;
3449
3617
  },
3450
3618
  set: function (a) {
3451
- this.fs = a;
3619
+ this.f3 = a;
3452
3620
  this.g("VerticalViewScrollbarWidth");
3453
3621
  },
3454
3622
  enumerable: false,
@@ -3456,10 +3624,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3456
3624
  });
3457
3625
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarInset", {
3458
3626
  get: function () {
3459
- return this.fn;
3627
+ return this.fy;
3460
3628
  },
3461
3629
  set: function (a) {
3462
- this.fn = a;
3630
+ this.fy = a;
3463
3631
  this.g("VerticalViewScrollbarInset");
3464
3632
  },
3465
3633
  enumerable: false,
@@ -3467,10 +3635,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3467
3635
  });
3468
3636
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackStartInset", {
3469
3637
  get: function () {
3470
- return this.fr;
3638
+ return this.f2;
3471
3639
  },
3472
3640
  set: function (a) {
3473
- this.fr = a;
3641
+ this.f2 = a;
3474
3642
  this.g("VerticalViewScrollbarTrackStartInset");
3475
3643
  },
3476
3644
  enumerable: false,
@@ -3478,10 +3646,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3478
3646
  });
3479
3647
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackEndInset", {
3480
3648
  get: function () {
3481
- return this.fq;
3649
+ return this.f1;
3482
3650
  },
3483
3651
  set: function (a) {
3484
- this.fq = a;
3652
+ this.f1 = a;
3485
3653
  this.g("VerticalViewScrollbarTrackEndInset");
3486
3654
  },
3487
3655
  enumerable: false,
@@ -3489,10 +3657,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3489
3657
  });
3490
3658
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarShouldAddAutoTrackInsets", {
3491
3659
  get: function () {
3492
- return this.cb;
3660
+ return this.ch;
3493
3661
  },
3494
3662
  set: function (a) {
3495
- this.cb = a;
3663
+ this.ch = a;
3496
3664
  this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
3497
3665
  },
3498
3666
  enumerable: false,
@@ -3500,10 +3668,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3500
3668
  });
3501
3669
  Object.defineProperty(DomainChartDescription.prototype, "windowRectMinWidth", {
3502
3670
  get: function () {
3503
- return this.fu;
3671
+ return this.f5;
3504
3672
  },
3505
3673
  set: function (a) {
3506
- this.fu = a;
3674
+ this.f5 = a;
3507
3675
  this.g("WindowRectMinWidth");
3508
3676
  },
3509
3677
  enumerable: false,
@@ -3511,10 +3679,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3511
3679
  });
3512
3680
  Object.defineProperty(DomainChartDescription.prototype, "windowRectMinHeight", {
3513
3681
  get: function () {
3514
- return this.ft;
3682
+ return this.f4;
3515
3683
  },
3516
3684
  set: function (a) {
3517
- this.ft = a;
3685
+ this.f4 = a;
3518
3686
  this.g("WindowRectMinHeight");
3519
3687
  },
3520
3688
  enumerable: false,
@@ -3522,10 +3690,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3522
3690
  });
3523
3691
  Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinWidth", {
3524
3692
  get: function () {
3525
- return this.fw;
3693
+ return this.f7;
3526
3694
  },
3527
3695
  set: function (a) {
3528
- this.fw = a;
3696
+ this.f7 = a;
3529
3697
  this.g("WindowSizeMinWidth");
3530
3698
  },
3531
3699
  enumerable: false,
@@ -3533,10 +3701,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3533
3701
  });
3534
3702
  Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinHeight", {
3535
3703
  get: function () {
3536
- return this.fv;
3704
+ return this.f6;
3537
3705
  },
3538
3706
  set: function (a) {
3539
- this.fv = a;
3707
+ this.f6 = a;
3540
3708
  this.g("WindowSizeMinHeight");
3541
3709
  },
3542
3710
  enumerable: false,
@@ -3544,10 +3712,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3544
3712
  });
3545
3713
  Object.defineProperty(DomainChartDescription.prototype, "seriesAddedRef", {
3546
3714
  get: function () {
3547
- return this.md;
3715
+ return this.m1;
3548
3716
  },
3549
3717
  set: function (a) {
3550
- this.md = a;
3718
+ this.m1 = a;
3551
3719
  this.g("SeriesAddedRef");
3552
3720
  },
3553
3721
  enumerable: false,
@@ -3555,10 +3723,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3555
3723
  });
3556
3724
  Object.defineProperty(DomainChartDescription.prototype, "seriesRemovedRef", {
3557
3725
  get: function () {
3558
- return this.ml;
3726
+ return this.m9;
3559
3727
  },
3560
3728
  set: function (a) {
3561
- this.ml = a;
3729
+ this.m9 = a;
3562
3730
  this.g("SeriesRemovedRef");
3563
3731
  },
3564
3732
  enumerable: false,
@@ -3566,10 +3734,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3566
3734
  });
3567
3735
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerEnterRef", {
3568
3736
  get: function () {
3569
- return this.mh;
3737
+ return this.m5;
3570
3738
  },
3571
3739
  set: function (a) {
3572
- this.mh = a;
3740
+ this.m5 = a;
3573
3741
  this.g("SeriesPointerEnterRef");
3574
3742
  },
3575
3743
  enumerable: false,
@@ -3577,10 +3745,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3577
3745
  });
3578
3746
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerLeaveRef", {
3579
3747
  get: function () {
3580
- return this.mi;
3748
+ return this.m6;
3581
3749
  },
3582
3750
  set: function (a) {
3583
- this.mi = a;
3751
+ this.m6 = a;
3584
3752
  this.g("SeriesPointerLeaveRef");
3585
3753
  },
3586
3754
  enumerable: false,
@@ -3588,10 +3756,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3588
3756
  });
3589
3757
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerMoveRef", {
3590
3758
  get: function () {
3591
- return this.mj;
3759
+ return this.m7;
3592
3760
  },
3593
3761
  set: function (a) {
3594
- this.mj = a;
3762
+ this.m7 = a;
3595
3763
  this.g("SeriesPointerMoveRef");
3596
3764
  },
3597
3765
  enumerable: false,
@@ -3599,10 +3767,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3599
3767
  });
3600
3768
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerDownRef", {
3601
3769
  get: function () {
3602
- return this.mg;
3770
+ return this.m4;
3603
3771
  },
3604
3772
  set: function (a) {
3605
- this.mg = a;
3773
+ this.m4 = a;
3606
3774
  this.g("SeriesPointerDownRef");
3607
3775
  },
3608
3776
  enumerable: false,
@@ -3610,10 +3778,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3610
3778
  });
3611
3779
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerUpRef", {
3612
3780
  get: function () {
3613
- return this.mk;
3781
+ return this.m8;
3614
3782
  },
3615
3783
  set: function (a) {
3616
- this.mk = a;
3784
+ this.m8 = a;
3617
3785
  this.g("SeriesPointerUpRef");
3618
3786
  },
3619
3787
  enumerable: false,
@@ -3621,10 +3789,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3621
3789
  });
3622
3790
  Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingRef", {
3623
3791
  get: function () {
3624
- return this.jg;
3792
+ return this.j2;
3625
3793
  },
3626
3794
  set: function (a) {
3627
- this.jg = a;
3795
+ this.j2 = a;
3628
3796
  this.g("CalloutStyleUpdatingRef");
3629
3797
  },
3630
3798
  enumerable: false,
@@ -3632,10 +3800,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3632
3800
  });
3633
3801
  Object.defineProperty(DomainChartDescription.prototype, "calloutRenderStyleUpdatingRef", {
3634
3802
  get: function () {
3635
- return this.jc;
3803
+ return this.jx;
3636
3804
  },
3637
3805
  set: function (a) {
3638
- this.jc = a;
3806
+ this.jx = a;
3639
3807
  this.g("CalloutRenderStyleUpdatingRef");
3640
3808
  },
3641
3809
  enumerable: false,
@@ -3643,10 +3811,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3643
3811
  });
3644
3812
  Object.defineProperty(DomainChartDescription.prototype, "selectedSeriesItemsChangedRef", {
3645
3813
  get: function () {
3646
- return this.l9;
3814
+ return this.mx;
3647
3815
  },
3648
3816
  set: function (a) {
3649
- this.l9 = a;
3817
+ this.mx = a;
3650
3818
  this.g("SelectedSeriesItemsChangedRef");
3651
3819
  },
3652
3820
  enumerable: false,
@@ -3654,10 +3822,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3654
3822
  });
3655
3823
  Object.defineProperty(DomainChartDescription.prototype, "focusedSeriesItemsChangedRef", {
3656
3824
  get: function () {
3657
- return this.lm;
3825
+ return this.l8;
3658
3826
  },
3659
3827
  set: function (a) {
3660
- this.lm = a;
3828
+ this.l8 = a;
3661
3829
  this.g("FocusedSeriesItemsChangedRef");
3662
3830
  },
3663
3831
  enumerable: false,
@@ -3665,10 +3833,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3665
3833
  });
3666
3834
  Object.defineProperty(DomainChartDescription.prototype, "filterStringErrorsParsingRef", {
3667
3835
  get: function () {
3668
- return this.li;
3836
+ return this.l4;
3669
3837
  },
3670
3838
  set: function (a) {
3671
- this.li = a;
3839
+ this.l4 = a;
3672
3840
  this.g("FilterStringErrorsParsingRef");
3673
3841
  },
3674
3842
  enumerable: false,