igniteui-angular-core 21.0.1 → 21.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (701) hide show
  1. package/bundles/igniteui-angular-core.umd.js +15433 -11222
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/AbsolutePanelBridge.js +6 -6
  4. package/esm2015/lib/AggregatedDataProviderLayerInfo.js +12 -2
  5. package/esm2015/lib/AggregatedDataProvider_combined.js +1 -1
  6. package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
  7. package/esm2015/lib/AnchoredRadialSeriesDescription.js +35 -35
  8. package/esm2015/lib/AreaSeriesDescription.js +3 -3
  9. package/esm2015/lib/AxisDescriptionMetadata.js +8 -8
  10. package/esm2015/lib/BarSeriesDescription.js +6 -6
  11. package/esm2015/lib/BaseDOMEventProxy_combined.js +443 -440
  12. package/esm2015/lib/BubbleSeriesDescription.js +40 -40
  13. package/esm2015/lib/BulletGraphDescriptionMetadata.js +2 -2
  14. package/esm2015/lib/CanvasGestureDOMEventProxy.js +265 -264
  15. package/esm2015/lib/CanvasScalingHelpers.js +1 -1
  16. package/esm2015/lib/CategoryAngleAxisDescription.js +30 -30
  17. package/esm2015/lib/CategoryAxisBaseDescription.js +29 -21
  18. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
  19. package/esm2015/lib/CategoryChartDescription.js +150 -134
  20. package/esm2015/lib/CategoryChartDescriptionMetadata.js +4 -2
  21. package/esm2015/lib/CategoryDateTimeXAxisDescription.js +22 -22
  22. package/esm2015/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
  23. package/esm2015/lib/CategorySeriesDescription.js +22 -22
  24. package/esm2015/lib/CategoryXAxisDescription.js +36 -36
  25. package/esm2015/lib/CategoryYAxisDescription.js +34 -34
  26. package/esm2015/lib/CellInfoDescription.js +202 -178
  27. package/esm2015/lib/CellInfoDescriptionMetadata.js +7 -4
  28. package/esm2015/lib/CodeGenerationLibraryItem.js +4 -3
  29. package/esm2015/lib/CodeGenerationLibraryItemPlatform.js +2 -1
  30. package/esm2015/lib/CodeGenerationTargetPlatforms.js +2 -1
  31. package/esm2015/lib/ColumnFragmentDescription.js +6 -6
  32. package/esm2015/lib/ColumnSeriesDescription.js +9 -9
  33. package/esm2015/lib/ComboBoxColumnDescription.js +15 -15
  34. package/esm2015/lib/ComponentRendererAdapter.js +2 -0
  35. package/esm2015/lib/ComponentRenderer_combined.js +112 -71
  36. package/esm2015/lib/DashboardTileDescriptionMetadata.js +2 -2
  37. package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
  38. package/esm2015/lib/DataChartCategoryDescriptionModule.js +2 -0
  39. package/esm2015/lib/DataChartDescriptionMetadata.js +2 -2
  40. package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
  41. package/esm2015/lib/DataGridColumnDescription.js +411 -163
  42. package/esm2015/lib/DataGridColumnDescriptionMetadata.js +35 -4
  43. package/esm2015/lib/DataGridDescription.js +730 -514
  44. package/esm2015/lib/DataGridFilterDialogDescription.js +169 -25
  45. package/esm2015/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
  46. package/esm2015/lib/DataGridPagerDescription.js +38 -22
  47. package/esm2015/lib/DataGridPagerDescriptionMetadata.js +2 -0
  48. package/esm2015/lib/DataLegendDescriptionMetadata.js +12 -12
  49. package/esm2015/lib/DataPieBaseChartDescription.js +141 -125
  50. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
  51. package/esm2015/lib/DataPieChartDescription.js +36 -36
  52. package/esm2015/lib/DataPieChartDescriptionMetadata.js +2 -2
  53. package/esm2015/lib/DataSeries.js +1 -1
  54. package/esm2015/lib/DataSeriesMarker.js +7 -3
  55. package/esm2015/lib/DataSourceSpecialRow.js +2 -8
  56. package/esm2015/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
  57. package/esm2015/lib/DateTimeCellInfoDescription.js +18 -18
  58. package/esm2015/lib/DateTimeColumnDescription.js +36 -36
  59. package/esm2015/lib/DefinitionBaseDescriptionMetadata.js +1 -1
  60. package/esm2015/lib/DescriptionSerializer.js +3 -2
  61. package/esm2015/lib/DivBridge.js +1 -1
  62. package/esm2015/lib/DomainChartDescription.js +615 -559
  63. package/esm2015/lib/DomainChartDescriptionMetadata.js +23 -13
  64. package/esm2015/lib/DoughnutChartDescriptionMetadata.js +2 -2
  65. package/esm2015/lib/EditorCellInfoDescription.js +38 -38
  66. package/esm2015/lib/EventProxy.js +84 -78
  67. package/esm2015/lib/FilterCellInfoDescription.js +36 -36
  68. package/esm2015/lib/FilterSyntaxLexer.js +2 -2
  69. package/esm2015/lib/FinancialChartDescription.js +167 -167
  70. package/esm2015/lib/FinancialChartDescriptionMetadata.js +2 -2
  71. package/esm2015/lib/FlatDataProvider_combined.js +150 -143
  72. package/esm2015/lib/FontStringUtil.js +3 -1
  73. package/esm2015/lib/GeographicMapDescriptionMetadata.js +2 -2
  74. package/esm2015/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
  75. package/esm2015/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
  76. package/esm2015/lib/GridBridge.js +23 -11
  77. package/esm2015/lib/GridLayout.js +7 -0
  78. package/esm2015/lib/GridLayoutLayoutInfo.js +27 -0
  79. package/esm2015/lib/GridLayoutSizeDefinition.js +33 -0
  80. package/esm2015/lib/GridLayoutSizeInfo.js +25 -0
  81. package/esm2015/lib/GridLayoutSizeType.js +29 -0
  82. package/esm2015/lib/GridLayoutView.js +7 -0
  83. package/esm2015/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
  84. package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  85. package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  86. package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  87. package/esm2015/lib/IComponentRendererAdapter_combined.js +5 -0
  88. package/esm2015/lib/IGridLayoutView.js +7 -0
  89. package/esm2015/lib/IGridLayoutView_combined.js +383 -0
  90. package/esm2015/lib/INativeUIElementBridge_combined.js +186 -180
  91. package/esm2015/lib/IRenderer_combined.js +120 -20
  92. package/esm2015/lib/IgcButtonBridge.js +1 -1
  93. package/esm2015/lib/ImageCellInfoDescription.js +9 -9
  94. package/esm2015/lib/ImageColumnDescription.js +21 -21
  95. package/esm2015/lib/ItemLegendDescriptionMetadata.js +2 -2
  96. package/esm2015/lib/JsonDictionaryValue.js +2 -1
  97. package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +53 -7
  98. package/esm2015/lib/LegendDescriptionMetadata.js +2 -2
  99. package/esm2015/lib/LineSeriesDescription.js +3 -3
  100. package/esm2015/lib/LinearGaugeDescriptionMetadata.js +2 -2
  101. package/esm2015/lib/MarkerSeriesDescription.js +37 -29
  102. package/esm2015/lib/MarkerSeriesDescriptionMetadata.js +3 -2
  103. package/esm2015/lib/NativeUI.js +65 -53
  104. package/esm2015/lib/NativeUIAbsolutePanel.js +8 -8
  105. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  106. package/esm2015/lib/NativeUIButton.js +86 -86
  107. package/esm2015/lib/NativeUIButtonGroup.js +49 -49
  108. package/esm2015/lib/NativeUICheckbox.js +33 -33
  109. package/esm2015/lib/NativeUICheckboxList.js +147 -147
  110. package/esm2015/lib/NativeUIColorEditor.js +22 -22
  111. package/esm2015/lib/NativeUIColumn.js +1 -1
  112. package/esm2015/lib/NativeUICombo.js +30 -30
  113. package/esm2015/lib/NativeUIContent.js +5 -5
  114. package/esm2015/lib/NativeUIDropDown.js +22 -22
  115. package/esm2015/lib/NativeUIElementBridge.js +10 -2
  116. package/esm2015/lib/NativeUIGrid.js +67 -61
  117. package/esm2015/lib/NativeUIIcon.js +27 -27
  118. package/esm2015/lib/NativeUIIconButton.js +27 -27
  119. package/esm2015/lib/NativeUIInput.js +121 -121
  120. package/esm2015/lib/NativeUIInputsFactory.js +12 -12
  121. package/esm2015/lib/NativeUILabel.js +18 -12
  122. package/esm2015/lib/NativeUIPopup.js +100 -100
  123. package/esm2015/lib/NativeUISlider.js +66 -66
  124. package/esm2015/lib/NumericCellInfoDescription.js +39 -39
  125. package/esm2015/lib/NumericColumnDescription.js +59 -51
  126. package/esm2015/lib/NumericColumnDescriptionMetadata.js +1 -0
  127. package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
  128. package/esm2015/lib/PanelBridge.js +4 -4
  129. package/esm2015/lib/PieChartDescriptionMetadata.js +2 -2
  130. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
  131. package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
  132. package/esm2015/lib/PolarBaseDescription.js +75 -75
  133. package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
  134. package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
  135. package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
  136. package/esm2015/lib/PopupView_combined.js +1 -1
  137. package/esm2015/lib/PropertyEditorDescriptionMetadata.js +2 -2
  138. package/esm2015/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
  139. package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
  140. package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
  141. package/esm2015/lib/RadialBaseChartDescription.js +229 -229
  142. package/esm2015/lib/RadialBaseDescription.js +85 -69
  143. package/esm2015/lib/RadialBaseDescriptionMetadata.js +2 -0
  144. package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
  145. package/esm2015/lib/RadialGaugeDescriptionMetadata.js +5 -5
  146. package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
  147. package/esm2015/lib/RadialPieSeriesDescription.js +15 -15
  148. package/esm2015/lib/RangeBarSeriesDescription.js +39 -0
  149. package/esm2015/lib/RangeBarSeriesDescriptionMetadata.js +41 -0
  150. package/esm2015/lib/RangeBarSeriesDescriptionModule.js +20 -0
  151. package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
  152. package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
  153. package/esm2015/lib/SVGParser.js +6 -0
  154. package/esm2015/lib/SVGRect.js +4 -0
  155. package/esm2015/lib/ScatterBaseDescription.js +71 -71
  156. package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
  157. package/esm2015/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
  158. package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
  159. package/esm2015/lib/ScrollerView_combined.js +315 -257
  160. package/esm2015/lib/SectionHeaderCellInfoDescription.js +9 -9
  161. package/esm2015/lib/SectionHeaderDescription.js +22 -6
  162. package/esm2015/lib/SectionHeaderDescriptionMetadata.js +2 -0
  163. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
  164. package/esm2015/lib/SizeDefinitionCollection.js +28 -0
  165. package/esm2015/lib/SpanBridge.js +5 -0
  166. package/esm2015/lib/SparklineDescriptionMetadata.js +2 -2
  167. package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
  168. package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
  169. package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
  170. package/esm2015/lib/StackedFragmentSeriesDescription.js +277 -245
  171. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
  172. package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
  173. package/esm2015/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
  174. package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
  175. package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
  176. package/esm2015/lib/SummaryCellInfoDescription.js +21 -21
  177. package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
  178. package/esm2015/lib/TemplateColumnDescription.js +6 -6
  179. package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
  180. package/esm2015/lib/TemplateSectionHeaderDescription.js +3 -3
  181. package/esm2015/lib/TextCellInfoDescription.js +3 -3
  182. package/esm2015/lib/TextColumnDescription.js +18 -18
  183. package/esm2015/lib/TextHeaderCellInfoDescription.js +167 -15
  184. package/esm2015/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
  185. package/esm2015/lib/TimeAxisBaseDescription.js +22 -22
  186. package/esm2015/lib/TimeAxisIntervalDescription.js +3 -3
  187. package/esm2015/lib/TimeXAxisDescription.js +11 -11
  188. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  189. package/esm2015/lib/ToolActionButtonPairDescription.js +103 -103
  190. package/esm2015/lib/ToolActionCheckboxDescription.js +33 -25
  191. package/esm2015/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
  192. package/esm2015/lib/ToolActionCheckboxGroupDescription.js +71 -0
  193. package/esm2015/lib/ToolActionCheckboxGroupDescriptionMetadata.js +45 -0
  194. package/esm2015/lib/ToolActionCheckboxGroupDescriptionModule.js +20 -0
  195. package/esm2015/lib/ToolActionCheckboxGroupInfo.js +37 -0
  196. package/esm2015/lib/ToolActionCheckboxGroupInfoDescription.js +41 -0
  197. package/esm2015/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +41 -0
  198. package/esm2015/lib/ToolActionCheckboxInfo.js +7 -0
  199. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +8 -0
  200. package/esm2015/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
  201. package/esm2015/lib/ToolActionCheckboxListDescription.js +84 -20
  202. package/esm2015/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
  203. package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
  204. package/esm2015/lib/ToolActionComboDescription.js +12 -12
  205. package/esm2015/lib/ToolActionDescription.js +140 -116
  206. package/esm2015/lib/ToolActionDescriptionMetadata.js +3 -0
  207. package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  208. package/esm2015/lib/ToolActionFieldSelectorDescription.js +21 -21
  209. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  210. package/esm2015/lib/ToolActionIconButtonDescription.js +31 -31
  211. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  212. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  213. package/esm2015/lib/ToolActionRadioDescription.js +39 -31
  214. package/esm2015/lib/ToolActionRadioDescriptionMetadata.js +1 -0
  215. package/esm2015/lib/ToolActionRadioGroupDescription.js +71 -0
  216. package/esm2015/lib/ToolActionRadioGroupDescriptionMetadata.js +45 -0
  217. package/esm2015/lib/ToolActionRadioGroupDescriptionModule.js +20 -0
  218. package/esm2015/lib/ToolActionRadioGroupInfo.js +37 -0
  219. package/esm2015/lib/ToolActionRadioGroupInfoDescription.js +41 -0
  220. package/esm2015/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +41 -0
  221. package/esm2015/lib/ToolActionRadioInfo.js +7 -0
  222. package/esm2015/lib/ToolActionRadioInfoDescription.js +8 -0
  223. package/esm2015/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
  224. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  225. package/esm2015/lib/ToolActionSubPanelDescription.js +3 -3
  226. package/esm2015/lib/ToolActionSubPanelInfo.js +10 -0
  227. package/esm2015/lib/ToolActionSubPanelInfoDescription.js +8 -0
  228. package/esm2015/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
  229. package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
  230. package/esm2015/lib/ToolActionType.js +3 -1
  231. package/esm2015/lib/ToolPanelDescription.js +193 -169
  232. package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
  233. package/esm2015/lib/ToolPanelDescriptionModule.js +10 -6
  234. package/esm2015/lib/ToolbarDescription.js +133 -117
  235. package/esm2015/lib/ToolbarDescriptionMetadata.js +4 -2
  236. package/esm2015/lib/TreemapDescriptionMetadata.js +4 -4
  237. package/esm2015/lib/TypeDescriptionPlatform.js +2 -1
  238. package/esm2015/lib/UIElementPropertyId.js +1 -1
  239. package/esm2015/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
  240. package/esm2015/lib/ValueLayerDescriptionMetadata.js +1 -1
  241. package/esm2015/lib/ValueOverlayDescriptionMetadata.js +1 -1
  242. package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  243. package/esm2015/lib/VerticalRangeCategorySeriesDescription.js +71 -0
  244. package/esm2015/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +45 -0
  245. package/esm2015/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +18 -0
  246. package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  247. package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
  248. package/esm2015/lib/XYChartDescription.js +229 -229
  249. package/esm2015/lib/XYChartDescriptionMetadata.js +4 -2
  250. package/esm2015/lib/XamMultiScaleImageView_combined.js +3 -3
  251. package/esm2015/lib/ZoomSliderDescriptionMetadata.js +3 -3
  252. package/esm2015/lib/angular-renderer.js +18 -0
  253. package/esm2015/lib/array.js +33 -0
  254. package/esm2015/lib/componentUtil.js +101 -0
  255. package/esm2015/lib/dictionary.js +14 -3
  256. package/esm2015/lib/dom.js +12 -0
  257. package/esm2015/lib/igx-grid-layout-size-definition.js +60 -0
  258. package/esm2015/lib/igx-size-definition-collection.js +53 -0
  259. package/esm2015/lib/type.js +53 -0
  260. package/esm2015/public_api.js +29 -0
  261. package/esm5/lib/AbsolutePanelBridge.js +6 -6
  262. package/esm5/lib/AggregatedDataProviderLayerInfo.js +12 -2
  263. package/esm5/lib/AggregatedDataProvider_combined.js +1 -1
  264. package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
  265. package/esm5/lib/AnchoredRadialSeriesDescription.js +35 -35
  266. package/esm5/lib/AreaSeriesDescription.js +3 -3
  267. package/esm5/lib/AxisDescriptionMetadata.js +8 -8
  268. package/esm5/lib/BarSeriesDescription.js +6 -6
  269. package/esm5/lib/BaseDOMEventProxy_combined.js +441 -438
  270. package/esm5/lib/BubbleSeriesDescription.js +40 -40
  271. package/esm5/lib/BulletGraphDescriptionMetadata.js +2 -2
  272. package/esm5/lib/CanvasGestureDOMEventProxy.js +265 -264
  273. package/esm5/lib/CanvasScalingHelpers.js +1 -1
  274. package/esm5/lib/CategoryAngleAxisDescription.js +30 -30
  275. package/esm5/lib/CategoryAxisBaseDescription.js +32 -20
  276. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
  277. package/esm5/lib/CategoryChartDescription.js +158 -134
  278. package/esm5/lib/CategoryChartDescriptionMetadata.js +4 -2
  279. package/esm5/lib/CategoryDateTimeXAxisDescription.js +22 -22
  280. package/esm5/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
  281. package/esm5/lib/CategorySeriesDescription.js +22 -22
  282. package/esm5/lib/CategoryXAxisDescription.js +36 -36
  283. package/esm5/lib/CategoryYAxisDescription.js +34 -34
  284. package/esm5/lib/CellInfoDescription.js +213 -177
  285. package/esm5/lib/CellInfoDescriptionMetadata.js +7 -4
  286. package/esm5/lib/CodeGenerationLibraryItem.js +4 -3
  287. package/esm5/lib/CodeGenerationLibraryItemPlatform.js +2 -1
  288. package/esm5/lib/CodeGenerationTargetPlatforms.js +2 -1
  289. package/esm5/lib/ColumnFragmentDescription.js +6 -6
  290. package/esm5/lib/ColumnSeriesDescription.js +9 -9
  291. package/esm5/lib/ComboBoxColumnDescription.js +15 -15
  292. package/esm5/lib/ComponentRendererAdapter.js +2 -0
  293. package/esm5/lib/ComponentRenderer_combined.js +112 -71
  294. package/esm5/lib/DashboardTileDescriptionMetadata.js +2 -2
  295. package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
  296. package/esm5/lib/DataChartCategoryDescriptionModule.js +2 -0
  297. package/esm5/lib/DataChartDescriptionMetadata.js +2 -2
  298. package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
  299. package/esm5/lib/DataGridColumnDescription.js +535 -163
  300. package/esm5/lib/DataGridColumnDescriptionMetadata.js +35 -4
  301. package/esm5/lib/DataGridDescription.js +896 -572
  302. package/esm5/lib/DataGridFilterDialogDescription.js +240 -24
  303. package/esm5/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
  304. package/esm5/lib/DataGridPagerDescription.js +44 -20
  305. package/esm5/lib/DataGridPagerDescriptionMetadata.js +2 -0
  306. package/esm5/lib/DataLegendDescriptionMetadata.js +12 -12
  307. package/esm5/lib/DataPieBaseChartDescription.js +149 -125
  308. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
  309. package/esm5/lib/DataPieChartDescription.js +36 -36
  310. package/esm5/lib/DataPieChartDescriptionMetadata.js +2 -2
  311. package/esm5/lib/DataSeries.js +1 -1
  312. package/esm5/lib/DataSeriesMarker.js +7 -3
  313. package/esm5/lib/DataSourceSpecialRow.js +3 -26
  314. package/esm5/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
  315. package/esm5/lib/DateTimeCellInfoDescription.js +18 -18
  316. package/esm5/lib/DateTimeColumnDescription.js +36 -36
  317. package/esm5/lib/DefinitionBaseDescriptionMetadata.js +1 -1
  318. package/esm5/lib/DescriptionSerializer.js +3 -2
  319. package/esm5/lib/DivBridge.js +1 -1
  320. package/esm5/lib/DomainChartDescription.js +641 -557
  321. package/esm5/lib/DomainChartDescriptionMetadata.js +23 -13
  322. package/esm5/lib/DoughnutChartDescriptionMetadata.js +2 -2
  323. package/esm5/lib/EditorCellInfoDescription.js +38 -38
  324. package/esm5/lib/EventProxy.js +83 -77
  325. package/esm5/lib/FilterCellInfoDescription.js +36 -36
  326. package/esm5/lib/FilterSyntaxLexer.js +2 -2
  327. package/esm5/lib/FinancialChartDescription.js +167 -167
  328. package/esm5/lib/FinancialChartDescriptionMetadata.js +2 -2
  329. package/esm5/lib/FlatDataProvider_combined.js +150 -143
  330. package/esm5/lib/FontStringUtil.js +3 -1
  331. package/esm5/lib/GeographicMapDescriptionMetadata.js +2 -2
  332. package/esm5/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
  333. package/esm5/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
  334. package/esm5/lib/GridBridge.js +23 -11
  335. package/esm5/lib/GridLayout.js +7 -0
  336. package/esm5/lib/GridLayoutLayoutInfo.js +29 -0
  337. package/esm5/lib/GridLayoutSizeDefinition.js +39 -0
  338. package/esm5/lib/GridLayoutSizeInfo.js +27 -0
  339. package/esm5/lib/GridLayoutSizeType.js +29 -0
  340. package/esm5/lib/GridLayoutView.js +7 -0
  341. package/esm5/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
  342. package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  343. package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  344. package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  345. package/esm5/lib/IComponentRendererAdapter_combined.js +5 -0
  346. package/esm5/lib/IGridLayoutView.js +7 -0
  347. package/esm5/lib/IGridLayoutView_combined.js +539 -0
  348. package/esm5/lib/INativeUIElementBridge_combined.js +172 -162
  349. package/esm5/lib/IRenderer_combined.js +120 -20
  350. package/esm5/lib/IgcButtonBridge.js +1 -1
  351. package/esm5/lib/ImageCellInfoDescription.js +9 -9
  352. package/esm5/lib/ImageColumnDescription.js +21 -21
  353. package/esm5/lib/ItemLegendDescriptionMetadata.js +2 -2
  354. package/esm5/lib/JsonDictionaryValue.js +2 -1
  355. package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +57 -7
  356. package/esm5/lib/LegendDescriptionMetadata.js +2 -2
  357. package/esm5/lib/LineSeriesDescription.js +3 -3
  358. package/esm5/lib/LinearGaugeDescriptionMetadata.js +2 -2
  359. package/esm5/lib/MarkerSeriesDescription.js +40 -28
  360. package/esm5/lib/MarkerSeriesDescriptionMetadata.js +3 -2
  361. package/esm5/lib/NativeUI.js +65 -53
  362. package/esm5/lib/NativeUIAbsolutePanel.js +8 -8
  363. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  364. package/esm5/lib/NativeUIButton.js +68 -68
  365. package/esm5/lib/NativeUIButtonGroup.js +43 -43
  366. package/esm5/lib/NativeUICheckbox.js +30 -30
  367. package/esm5/lib/NativeUICheckboxList.js +133 -133
  368. package/esm5/lib/NativeUIColorEditor.js +20 -20
  369. package/esm5/lib/NativeUIColumn.js +1 -1
  370. package/esm5/lib/NativeUICombo.js +24 -24
  371. package/esm5/lib/NativeUIContent.js +4 -4
  372. package/esm5/lib/NativeUIDropDown.js +18 -18
  373. package/esm5/lib/NativeUIElementBridge.js +10 -2
  374. package/esm5/lib/NativeUIGrid.js +63 -57
  375. package/esm5/lib/NativeUIIcon.js +24 -24
  376. package/esm5/lib/NativeUIIconButton.js +24 -24
  377. package/esm5/lib/NativeUIInput.js +100 -100
  378. package/esm5/lib/NativeUIInputsFactory.js +12 -12
  379. package/esm5/lib/NativeUILabel.js +19 -9
  380. package/esm5/lib/NativeUIPopup.js +84 -84
  381. package/esm5/lib/NativeUISlider.js +53 -53
  382. package/esm5/lib/NumericCellInfoDescription.js +39 -39
  383. package/esm5/lib/NumericColumnDescription.js +63 -51
  384. package/esm5/lib/NumericColumnDescriptionMetadata.js +1 -0
  385. package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
  386. package/esm5/lib/PanelBridge.js +4 -4
  387. package/esm5/lib/PieChartDescriptionMetadata.js +2 -2
  388. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
  389. package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
  390. package/esm5/lib/PolarBaseDescription.js +75 -75
  391. package/esm5/lib/PolarLineSeriesDescription.js +3 -3
  392. package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
  393. package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
  394. package/esm5/lib/PopupView_combined.js +1 -1
  395. package/esm5/lib/PropertyEditorDescriptionMetadata.js +2 -2
  396. package/esm5/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
  397. package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
  398. package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
  399. package/esm5/lib/RadialBaseChartDescription.js +229 -229
  400. package/esm5/lib/RadialBaseDescription.js +93 -69
  401. package/esm5/lib/RadialBaseDescriptionMetadata.js +2 -0
  402. package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
  403. package/esm5/lib/RadialGaugeDescriptionMetadata.js +5 -5
  404. package/esm5/lib/RadialLineSeriesDescription.js +3 -3
  405. package/esm5/lib/RadialPieSeriesDescription.js +15 -15
  406. package/esm5/lib/RangeBarSeriesDescription.js +49 -0
  407. package/esm5/lib/RangeBarSeriesDescriptionMetadata.js +45 -0
  408. package/esm5/lib/RangeBarSeriesDescriptionModule.js +24 -0
  409. package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
  410. package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
  411. package/esm5/lib/SVGParser.js +6 -0
  412. package/esm5/lib/SVGRect.js +4 -0
  413. package/esm5/lib/ScatterBaseDescription.js +71 -71
  414. package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
  415. package/esm5/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
  416. package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
  417. package/esm5/lib/ScrollerView_combined.js +315 -257
  418. package/esm5/lib/SectionHeaderCellInfoDescription.js +9 -9
  419. package/esm5/lib/SectionHeaderDescription.js +30 -6
  420. package/esm5/lib/SectionHeaderDescriptionMetadata.js +2 -0
  421. package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
  422. package/esm5/lib/SizeDefinitionCollection.js +30 -0
  423. package/esm5/lib/SpanBridge.js +5 -0
  424. package/esm5/lib/SparklineDescriptionMetadata.js +2 -2
  425. package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
  426. package/esm5/lib/StackedBarSeriesDescription.js +6 -6
  427. package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
  428. package/esm5/lib/StackedFragmentSeriesDescription.js +293 -245
  429. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
  430. package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
  431. package/esm5/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
  432. package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
  433. package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
  434. package/esm5/lib/SummaryCellInfoDescription.js +21 -21
  435. package/esm5/lib/TemplateCellInfoDescription.js +3 -3
  436. package/esm5/lib/TemplateColumnDescription.js +6 -6
  437. package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
  438. package/esm5/lib/TemplateSectionHeaderDescription.js +3 -3
  439. package/esm5/lib/TextCellInfoDescription.js +3 -3
  440. package/esm5/lib/TextColumnDescription.js +18 -18
  441. package/esm5/lib/TextHeaderCellInfoDescription.js +243 -15
  442. package/esm5/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
  443. package/esm5/lib/TimeAxisBaseDescription.js +22 -22
  444. package/esm5/lib/TimeAxisIntervalDescription.js +3 -3
  445. package/esm5/lib/TimeXAxisDescription.js +11 -11
  446. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  447. package/esm5/lib/ToolActionButtonPairDescription.js +103 -103
  448. package/esm5/lib/ToolActionCheckboxDescription.js +37 -25
  449. package/esm5/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
  450. package/esm5/lib/ToolActionCheckboxGroupDescription.js +97 -0
  451. package/esm5/lib/ToolActionCheckboxGroupDescriptionMetadata.js +49 -0
  452. package/esm5/lib/ToolActionCheckboxGroupDescriptionModule.js +24 -0
  453. package/esm5/lib/ToolActionCheckboxGroupInfo.js +47 -0
  454. package/esm5/lib/ToolActionCheckboxGroupInfoDescription.js +51 -0
  455. package/esm5/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +45 -0
  456. package/esm5/lib/ToolActionCheckboxInfo.js +11 -0
  457. package/esm5/lib/ToolActionCheckboxInfoDescription.js +12 -0
  458. package/esm5/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
  459. package/esm5/lib/ToolActionCheckboxListDescription.js +116 -20
  460. package/esm5/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
  461. package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
  462. package/esm5/lib/ToolActionComboDescription.js +12 -12
  463. package/esm5/lib/ToolActionDescription.js +151 -115
  464. package/esm5/lib/ToolActionDescriptionMetadata.js +3 -0
  465. package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  466. package/esm5/lib/ToolActionFieldSelectorDescription.js +21 -21
  467. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  468. package/esm5/lib/ToolActionIconButtonDescription.js +31 -31
  469. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  470. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  471. package/esm5/lib/ToolActionRadioDescription.js +43 -31
  472. package/esm5/lib/ToolActionRadioDescriptionMetadata.js +1 -0
  473. package/esm5/lib/ToolActionRadioGroupDescription.js +97 -0
  474. package/esm5/lib/ToolActionRadioGroupDescriptionMetadata.js +49 -0
  475. package/esm5/lib/ToolActionRadioGroupDescriptionModule.js +24 -0
  476. package/esm5/lib/ToolActionRadioGroupInfo.js +47 -0
  477. package/esm5/lib/ToolActionRadioGroupInfoDescription.js +51 -0
  478. package/esm5/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +45 -0
  479. package/esm5/lib/ToolActionRadioInfo.js +11 -0
  480. package/esm5/lib/ToolActionRadioInfoDescription.js +12 -0
  481. package/esm5/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
  482. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  483. package/esm5/lib/ToolActionSubPanelDescription.js +3 -3
  484. package/esm5/lib/ToolActionSubPanelInfo.js +13 -1
  485. package/esm5/lib/ToolActionSubPanelInfoDescription.js +14 -1
  486. package/esm5/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
  487. package/esm5/lib/ToolActionTextInputDescription.js +3 -3
  488. package/esm5/lib/ToolActionType.js +3 -1
  489. package/esm5/lib/ToolPanelDescription.js +205 -169
  490. package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
  491. package/esm5/lib/ToolPanelDescriptionModule.js +10 -6
  492. package/esm5/lib/ToolbarDescription.js +141 -117
  493. package/esm5/lib/ToolbarDescriptionMetadata.js +4 -2
  494. package/esm5/lib/TreemapDescriptionMetadata.js +4 -4
  495. package/esm5/lib/TypeDescriptionPlatform.js +2 -1
  496. package/esm5/lib/UIElementPropertyId.js +1 -1
  497. package/esm5/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
  498. package/esm5/lib/ValueLayerDescriptionMetadata.js +1 -1
  499. package/esm5/lib/ValueOverlayDescriptionMetadata.js +1 -1
  500. package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  501. package/esm5/lib/VerticalRangeCategorySeriesDescription.js +97 -0
  502. package/esm5/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +49 -0
  503. package/esm5/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +22 -0
  504. package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  505. package/esm5/lib/WaterfallSeriesDescription.js +12 -12
  506. package/esm5/lib/XYChartDescription.js +229 -229
  507. package/esm5/lib/XYChartDescriptionMetadata.js +4 -2
  508. package/esm5/lib/XamMultiScaleImageView_combined.js +3 -3
  509. package/esm5/lib/ZoomSliderDescriptionMetadata.js +3 -3
  510. package/esm5/lib/angular-renderer.js +18 -0
  511. package/esm5/lib/array.js +33 -0
  512. package/esm5/lib/componentUtil.js +101 -0
  513. package/esm5/lib/dictionary.js +31 -3
  514. package/esm5/lib/dom.js +12 -0
  515. package/esm5/lib/igx-grid-layout-size-definition.js +74 -0
  516. package/esm5/lib/igx-size-definition-collection.js +58 -0
  517. package/esm5/lib/type.js +57 -0
  518. package/esm5/public_api.js +29 -0
  519. package/fesm2015/igniteui-angular-core.js +14095 -10831
  520. package/fesm5/igniteui-angular-core.js +15389 -11223
  521. package/lib/AggregatedDataProviderLayerInfo.d.ts +2 -1
  522. package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
  523. package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
  524. package/lib/AreaSeriesDescription.d.ts +1 -1
  525. package/lib/BarSeriesDescription.d.ts +2 -2
  526. package/lib/BaseDOMEventProxy_combined.d.ts +85 -84
  527. package/lib/BubbleSeriesDescription.d.ts +14 -14
  528. package/lib/CanvasGestureDOMEventProxy.d.ts +32 -32
  529. package/lib/CategoryAngleAxisDescription.d.ts +11 -11
  530. package/lib/CategoryAxisBaseDescription.d.ts +11 -8
  531. package/lib/CategoryChartDescription.d.ts +51 -45
  532. package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
  533. package/lib/CategorySeriesDescription.d.ts +8 -8
  534. package/lib/CategoryXAxisDescription.d.ts +13 -13
  535. package/lib/CategoryYAxisDescription.d.ts +13 -13
  536. package/lib/CellInfoDescription.d.ts +71 -62
  537. package/lib/CodeGenerationLibraryItemPlatform.d.ts +2 -1
  538. package/lib/CodeGenerationTargetPlatforms.d.ts +2 -1
  539. package/lib/ColumnFragmentDescription.d.ts +2 -2
  540. package/lib/ColumnSeriesDescription.d.ts +3 -3
  541. package/lib/ComboBoxColumnDescription.d.ts +5 -5
  542. package/lib/ComponentRendererAdapter.d.ts +1 -0
  543. package/lib/DataGridColumnDescription.d.ts +150 -57
  544. package/lib/DataGridDescription.d.ts +257 -176
  545. package/lib/DataGridFilterDialogDescription.d.ts +63 -9
  546. package/lib/DataGridPagerDescription.d.ts +12 -6
  547. package/lib/DataPieBaseChartDescription.d.ts +49 -43
  548. package/lib/DataPieChartDescription.d.ts +12 -12
  549. package/lib/DataSeriesMarker.d.ts +6 -2
  550. package/lib/DateTimeCellInfoDescription.d.ts +6 -6
  551. package/lib/DateTimeColumnDescription.d.ts +12 -12
  552. package/lib/DomainChartDescription.d.ts +213 -192
  553. package/lib/EditorCellInfoDescription.d.ts +13 -13
  554. package/lib/EventProxy.d.ts +46 -44
  555. package/lib/FilterCellInfoDescription.d.ts +12 -12
  556. package/lib/FinancialChartDescription.d.ts +56 -56
  557. package/lib/FlatDataProvider_combined.d.ts +31 -28
  558. package/lib/GridBridge.d.ts +2 -0
  559. package/lib/GridLayout.d.ts +1 -0
  560. package/lib/GridLayoutLayoutInfo.d.ts +15 -0
  561. package/lib/GridLayoutSizeDefinition.d.ts +13 -0
  562. package/lib/GridLayoutSizeInfo.d.ts +13 -0
  563. package/lib/GridLayoutSizeType.d.ts +22 -0
  564. package/lib/GridLayoutView.d.ts +1 -0
  565. package/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.d.ts +1 -0
  566. package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
  567. package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
  568. package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
  569. package/lib/IComponentRendererAdapter_combined.d.ts +1 -0
  570. package/lib/IGridLayoutView.d.ts +1 -0
  571. package/lib/IGridLayoutView_combined.d.ts +72 -0
  572. package/lib/INativeUIElementBridge_combined.d.ts +71 -69
  573. package/lib/INativeUIGridBridge.d.ts +2 -0
  574. package/lib/IRenderer_combined.d.ts +16 -13
  575. package/lib/IScrollerKeyboardListener.d.ts +1 -0
  576. package/lib/ImageCellInfoDescription.d.ts +3 -3
  577. package/lib/ImageColumnDescription.d.ts +7 -7
  578. package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +14 -0
  579. package/lib/LineSeriesDescription.d.ts +1 -1
  580. package/lib/MarkerSeriesDescription.d.ts +14 -11
  581. package/lib/NativeUI.d.ts +37 -31
  582. package/lib/NativeUIAbsolutePanel.d.ts +3 -3
  583. package/lib/NativeUIBuiltInProperties.d.ts +94 -89
  584. package/lib/NativeUIButton.d.ts +33 -33
  585. package/lib/NativeUIButtonGroup.d.ts +22 -22
  586. package/lib/NativeUICheckbox.d.ts +11 -11
  587. package/lib/NativeUICheckboxList.d.ts +51 -51
  588. package/lib/NativeUIColorEditor.d.ts +5 -5
  589. package/lib/NativeUIColumn.d.ts +1 -1
  590. package/lib/NativeUICombo.d.ts +11 -11
  591. package/lib/NativeUIContent.d.ts +3 -3
  592. package/lib/NativeUIDropDown.d.ts +9 -9
  593. package/lib/NativeUIGrid.d.ts +31 -29
  594. package/lib/NativeUIIcon.d.ts +8 -8
  595. package/lib/NativeUIIconButton.d.ts +6 -6
  596. package/lib/NativeUIInput.d.ts +43 -43
  597. package/lib/NativeUILabel.d.ts +8 -6
  598. package/lib/NativeUIPopup.d.ts +36 -36
  599. package/lib/NativeUISlider.d.ts +23 -23
  600. package/lib/NumericCellInfoDescription.d.ts +13 -13
  601. package/lib/NumericColumnDescription.d.ts +20 -17
  602. package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
  603. package/lib/PolarAreaSeriesDescription.d.ts +1 -1
  604. package/lib/PolarBaseDescription.d.ts +27 -27
  605. package/lib/PolarLineSeriesDescription.d.ts +1 -1
  606. package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
  607. package/lib/PolarSplineSeriesDescription.d.ts +1 -1
  608. package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
  609. package/lib/RadialAreaSeriesDescription.d.ts +1 -1
  610. package/lib/RadialBaseChartDescription.d.ts +80 -80
  611. package/lib/RadialBaseDescription.d.ts +31 -25
  612. package/lib/RadialColumnSeriesDescription.d.ts +2 -2
  613. package/lib/RadialLineSeriesDescription.d.ts +1 -1
  614. package/lib/RadialPieSeriesDescription.d.ts +5 -5
  615. package/lib/RangeBarSeriesDescription.d.ts +16 -0
  616. package/lib/RangeBarSeriesDescriptionMetadata.d.ts +13 -0
  617. package/lib/RangeBarSeriesDescriptionModule.d.ts +9 -0
  618. package/lib/RangeCategorySeriesDescription.d.ts +4 -4
  619. package/lib/RangeColumnSeriesDescription.d.ts +2 -2
  620. package/lib/SVGRect.d.ts +2 -0
  621. package/lib/ScatterBaseDescription.d.ts +26 -26
  622. package/lib/ScatterLineSeriesDescription.d.ts +1 -1
  623. package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
  624. package/lib/ScrollerView_combined.d.ts +51 -41
  625. package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
  626. package/lib/SectionHeaderDescription.d.ts +8 -2
  627. package/lib/SizeDefinitionCollection.d.ts +12 -0
  628. package/lib/SplineSeriesBaseDescription.d.ts +2 -2
  629. package/lib/StackedBarSeriesDescription.d.ts +2 -2
  630. package/lib/StackedColumnSeriesDescription.d.ts +2 -2
  631. package/lib/StackedFragmentSeriesDescription.d.ts +99 -87
  632. package/lib/StackedSeriesBaseDescription.d.ts +4 -4
  633. package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
  634. package/lib/StackedSplineSeriesDescription.d.ts +1 -1
  635. package/lib/SummaryCellInfoDescription.d.ts +7 -7
  636. package/lib/TemplateCellInfoDescription.d.ts +1 -1
  637. package/lib/TemplateColumnDescription.d.ts +2 -2
  638. package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
  639. package/lib/TemplateSectionHeaderDescription.d.ts +1 -1
  640. package/lib/TextCellInfoDescription.d.ts +1 -1
  641. package/lib/TextColumnDescription.d.ts +6 -6
  642. package/lib/TextHeaderCellInfoDescription.d.ts +62 -5
  643. package/lib/TimeAxisBaseDescription.d.ts +8 -8
  644. package/lib/TimeAxisIntervalDescription.d.ts +1 -1
  645. package/lib/TimeXAxisDescription.d.ts +4 -4
  646. package/lib/ToolActionButtonDescription.d.ts +2 -2
  647. package/lib/ToolActionButtonPairDescription.d.ts +37 -37
  648. package/lib/ToolActionCheckboxDescription.d.ts +12 -9
  649. package/lib/ToolActionCheckboxGroupDescription.d.ts +28 -0
  650. package/lib/ToolActionCheckboxGroupDescriptionMetadata.d.ts +13 -0
  651. package/lib/ToolActionCheckboxGroupDescriptionModule.d.ts +9 -0
  652. package/lib/ToolActionCheckboxGroupInfo.d.ts +16 -0
  653. package/lib/ToolActionCheckboxGroupInfoDescription.d.ts +18 -0
  654. package/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.d.ts +13 -0
  655. package/lib/ToolActionCheckboxInfo.d.ts +3 -0
  656. package/lib/ToolActionCheckboxInfoDescription.d.ts +3 -0
  657. package/lib/ToolActionCheckboxListDescription.d.ts +31 -7
  658. package/lib/ToolActionColorEditorDescription.d.ts +1 -1
  659. package/lib/ToolActionComboDescription.d.ts +4 -4
  660. package/lib/ToolActionDescription.d.ts +49 -40
  661. package/lib/ToolActionFieldSelectorDescription.d.ts +7 -7
  662. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  663. package/lib/ToolActionIconButtonDescription.d.ts +11 -11
  664. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  665. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  666. package/lib/ToolActionRadioDescription.d.ts +14 -11
  667. package/lib/ToolActionRadioGroupDescription.d.ts +28 -0
  668. package/lib/ToolActionRadioGroupDescriptionMetadata.d.ts +13 -0
  669. package/lib/ToolActionRadioGroupDescriptionModule.d.ts +9 -0
  670. package/lib/ToolActionRadioGroupInfo.d.ts +16 -0
  671. package/lib/ToolActionRadioGroupInfoDescription.d.ts +18 -0
  672. package/lib/ToolActionRadioGroupInfoDescriptionMetadata.d.ts +13 -0
  673. package/lib/ToolActionRadioInfo.d.ts +3 -0
  674. package/lib/ToolActionRadioInfoDescription.d.ts +3 -0
  675. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  676. package/lib/ToolActionSubPanelDescription.d.ts +1 -1
  677. package/lib/ToolActionSubPanelInfo.d.ts +3 -0
  678. package/lib/ToolActionSubPanelInfoDescription.d.ts +3 -0
  679. package/lib/ToolActionTextInputDescription.d.ts +1 -1
  680. package/lib/ToolActionType.d.ts +3 -1
  681. package/lib/ToolPanelDescription.d.ts +68 -59
  682. package/lib/ToolbarDescription.d.ts +46 -40
  683. package/lib/TypeDescriptionPlatform.d.ts +2 -1
  684. package/lib/UIElementPropertyId.d.ts +3 -1
  685. package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
  686. package/lib/VerticalRangeCategorySeriesDescription.d.ts +28 -0
  687. package/lib/VerticalRangeCategorySeriesDescriptionMetadata.d.ts +13 -0
  688. package/lib/VerticalRangeCategorySeriesProxyDescriptionModule.d.ts +9 -0
  689. package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
  690. package/lib/WaterfallSeriesDescription.d.ts +4 -4
  691. package/lib/XYChartDescription.d.ts +80 -80
  692. package/lib/angular-renderer.d.ts +3 -1
  693. package/lib/array.d.ts +5 -0
  694. package/lib/componentUtil.d.ts +2 -0
  695. package/lib/dictionary.d.ts +5 -3
  696. package/lib/dom.d.ts +4 -0
  697. package/lib/igx-grid-layout-size-definition.d.ts +31 -0
  698. package/lib/igx-size-definition-collection.d.ts +8 -0
  699. package/lib/type.d.ts +24 -1
  700. package/package.json +1 -1
  701. package/public_api.d.ts +29 -0
@@ -14,71 +14,78 @@ 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.fx = 0;
18
- _this.ga = 0;
19
17
  _this.gb = 0;
20
- _this.gc = 0;
21
- _this.f9 = 0;
18
+ _this.ou = null;
19
+ _this.ot = null;
20
+ _this.on = null;
22
21
  _this.f5 = 0;
23
- _this.f7 = 0;
22
+ _this.op = null;
23
+ _this.oo = null;
24
+ _this.fx = 0;
25
+ _this.gc = 0;
26
+ _this.gd = 0;
27
+ _this.ge = 0;
28
+ _this.ga = 0;
24
29
  _this.f6 = 0;
30
+ _this.f8 = 0;
31
+ _this.f7 = 0;
25
32
  _this.f4 = 0;
26
- _this.oj = null;
27
- _this.om = null;
33
+ _this.oq = null;
34
+ _this.ov = null;
28
35
  _this.fu = 0;
29
- _this.gd = 0;
36
+ _this.gf = 0;
30
37
  _this.f3 = 0;
31
38
  _this.ds = 0;
39
+ _this.ka = 0;
40
+ _this.oy = null;
32
41
  _this.j6 = 0;
33
- _this.op = null;
34
- _this.j2 = 0;
35
- _this.j5 = 0;
36
- _this.j0 = 0;
37
- _this.ok = null;
38
- _this.on = null;
39
- _this.li = null;
42
+ _this.j9 = 0;
43
+ _this.j4 = 0;
44
+ _this.or = null;
45
+ _this.ow = null;
46
+ _this.lm = null;
40
47
  _this.ep = 0;
41
48
  _this.eq = 0;
42
49
  _this.d0 = 0;
43
50
  _this.d1 = 0;
44
- _this.lg = null;
45
- _this.lh = null;
51
+ _this.lk = null;
52
+ _this.ll = null;
46
53
  _this.ca = false;
47
54
  _this.s = null;
48
55
  _this.p = null;
49
56
  _this.r = null;
50
57
  _this.o = null;
51
- _this.mv = null;
52
- _this.jw = 0;
53
- _this.jx = 0;
54
- _this.mx = null;
55
- _this.mw = null;
58
+ _this.mz = null;
59
+ _this.j0 = 0;
60
+ _this.j1 = 0;
61
+ _this.m1 = null;
62
+ _this.m0 = null;
56
63
  _this.cb = false;
57
- _this.my = null;
64
+ _this.m2 = null;
58
65
  _this.t = null;
59
66
  _this.fd = 0;
60
67
  _this.fe = 0;
61
68
  _this.ff = 0;
62
69
  _this.fg = 0;
63
70
  _this.cc = false;
64
- _this.m3 = null;
71
+ _this.m7 = null;
65
72
  _this.cd = false;
66
73
  _this.fi = 0;
67
74
  _this.fj = 0;
68
75
  _this.fk = 0;
69
76
  _this.fl = 0;
70
- _this.mz = null;
71
- _this.m0 = null;
77
+ _this.m3 = null;
78
+ _this.m4 = null;
72
79
  _this.fh = 0;
73
- _this.m1 = null;
74
- _this.m2 = null;
75
- _this.lp = null;
80
+ _this.m5 = null;
81
+ _this.m6 = null;
82
+ _this.lt = null;
76
83
  _this.q = null;
77
- _this.ln = null;
78
- _this.lo = null;
79
- _this.lq = null;
80
84
  _this.lr = null;
81
85
  _this.ls = null;
86
+ _this.lu = null;
87
+ _this.lv = null;
88
+ _this.lw = null;
82
89
  _this.eg = 0;
83
90
  _this.eh = 0;
84
91
  _this.ei = 0;
@@ -88,11 +95,11 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
88
95
  _this.ed = 0;
89
96
  _this.ee = 0;
90
97
  _this.b9 = false;
91
- _this.lt = null;
98
+ _this.lx = null;
92
99
  _this.ef = 0;
93
- _this.lu = null;
94
- _this.lv = null;
95
- _this.lj = null;
100
+ _this.ly = null;
101
+ _this.lz = null;
102
+ _this.ln = null;
96
103
  _this.d7 = 0;
97
104
  _this.d8 = 0;
98
105
  _this.d9 = 0;
@@ -102,17 +109,17 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
102
109
  _this.d4 = 0;
103
110
  _this.d5 = 0;
104
111
  _this.b8 = false;
105
- _this.lk = null;
112
+ _this.lo = null;
106
113
  _this.d6 = 0;
107
- _this.ll = null;
108
- _this.lm = null;
109
- _this.l7 = null;
110
- _this.l8 = null;
114
+ _this.lp = null;
115
+ _this.lq = null;
116
+ _this.mb = null;
117
+ _this.mc = null;
111
118
  _this.ew = 0;
112
- _this.l9 = null;
119
+ _this.md = null;
120
+ _this.me = null;
121
+ _this.mf = null;
113
122
  _this.ma = null;
114
- _this.mb = null;
115
- _this.l6 = null;
116
123
  _this.ex = 0;
117
124
  _this.ey = 0;
118
125
  _this.ez = 0;
@@ -121,69 +128,69 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
121
128
  _this.et = 0;
122
129
  _this.eu = 0;
123
130
  _this.ev = 0;
131
+ _this.ml = null;
132
+ _this.mm = null;
133
+ _this.e2 = 0;
134
+ _this.mn = null;
135
+ _this.mo = null;
136
+ _this.l5 = null;
137
+ _this.l6 = null;
138
+ _this.l7 = null;
139
+ _this.er = 0;
140
+ _this.l8 = null;
141
+ _this.l9 = null;
142
+ _this.mg = null;
124
143
  _this.mh = null;
125
144
  _this.mi = null;
126
- _this.e2 = 0;
145
+ _this.e1 = 0;
127
146
  _this.mj = null;
128
147
  _this.mk = null;
129
- _this.l1 = null;
130
- _this.l2 = null;
131
- _this.l3 = null;
132
- _this.er = 0;
133
- _this.l4 = null;
134
- _this.l5 = null;
135
- _this.mc = null;
136
- _this.md = null;
137
- _this.me = null;
138
- _this.e1 = 0;
139
- _this.mf = null;
140
- _this.mg = null;
141
148
  _this.dw = 0;
142
149
  _this.dx = 0;
143
150
  _this.dy = 0;
144
151
  _this.dz = 0;
145
- _this.lf = null;
146
- _this.mp = null;
147
- _this.mq = null;
148
- _this.mr = null;
152
+ _this.lj = null;
153
+ _this.mt = null;
154
+ _this.mu = null;
155
+ _this.mv = null;
149
156
  _this.e9 = 0;
150
157
  _this.fa = 0;
151
158
  _this.fb = 0;
152
159
  _this.fc = 0;
153
- _this.ms = null;
160
+ _this.mw = null;
154
161
  _this.e8 = 0;
155
- _this.mt = null;
156
- _this.mu = null;
162
+ _this.mx = null;
163
+ _this.my = null;
157
164
  _this.e4 = 0;
158
165
  _this.e5 = 0;
159
166
  _this.e6 = 0;
160
167
  _this.e7 = 0;
161
- _this.ml = null;
162
- _this.mm = null;
168
+ _this.mp = null;
169
+ _this.mq = null;
163
170
  _this.e3 = 0;
164
- _this.mn = null;
165
- _this.mo = null;
166
- _this.lw = null;
167
- _this.lx = null;
171
+ _this.mr = null;
172
+ _this.ms = null;
173
+ _this.l0 = null;
174
+ _this.l1 = null;
168
175
  _this.el = 0;
169
176
  _this.em = 0;
170
177
  _this.en = 0;
171
178
  _this.eo = 0;
172
- _this.ly = null;
179
+ _this.l2 = null;
173
180
  _this.ek = 0;
174
- _this.lz = null;
175
- _this.l0 = null;
181
+ _this.l3 = null;
182
+ _this.l4 = null;
176
183
  _this.am = null;
177
184
  _this.y = null;
178
185
  _this.x = null;
179
186
  _this.v = null;
180
187
  _this.z = null;
181
188
  _this.an = null;
182
- _this.n6 = null;
183
- _this.m9 = null;
184
- _this.n5 = null;
185
- _this.m7 = null;
186
- _this.n4 = null;
189
+ _this.oa = null;
190
+ _this.nd = null;
191
+ _this.n9 = null;
192
+ _this.nb = null;
193
+ _this.n8 = null;
187
194
  _this.al = null;
188
195
  _this.w = null;
189
196
  _this.af = null;
@@ -192,15 +199,15 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
192
199
  _this.ab = null;
193
200
  _this.ae = null;
194
201
  _this.ag = null;
195
- _this.nn = null;
196
- _this.na = null;
197
- _this.nl = null;
198
- _this.nk = null;
199
- _this.nm = null;
202
+ _this.nr = null;
203
+ _this.ne = null;
204
+ _this.np = null;
200
205
  _this.no = null;
201
- _this.le = null;
206
+ _this.nq = null;
207
+ _this.ns = null;
208
+ _this.li = null;
202
209
  _this.bq = null;
203
- _this.nb = null;
210
+ _this.nf = null;
204
211
  _this.br = null;
205
212
  _this.aa = null;
206
213
  _this.u = null;
@@ -208,39 +215,39 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
208
215
  _this.ak = null;
209
216
  _this.k = null;
210
217
  _this.l = null;
211
- _this.nt = null;
218
+ _this.nx = null;
212
219
  _this.cg = false;
213
220
  _this.cj = false;
214
221
  _this.cm = false;
215
222
  _this.cp = false;
216
223
  _this.co = false;
217
- _this.nd = null;
224
+ _this.nh = null;
218
225
  _this.ch = false;
219
- _this.nc = null;
220
- _this.ns = null;
226
+ _this.ng = null;
227
+ _this.nw = null;
221
228
  _this.bu = null;
222
- _this.k5 = null;
223
- _this.oh = null;
229
+ _this.k9 = null;
224
230
  _this.ol = null;
225
- _this.oi = null;
226
- _this.or = null;
231
+ _this.os = null;
232
+ _this.om = null;
233
+ _this.o0 = null;
227
234
  _this.f2 = 0;
228
- _this.f8 = 0;
229
- _this.nx = null;
230
- _this.nw = null;
231
- _this.nv = null;
235
+ _this.f9 = 0;
236
+ _this.n1 = null;
237
+ _this.n0 = null;
238
+ _this.nz = null;
232
239
  _this.fv = 0;
233
240
  _this.fw = 0;
234
241
  _this.aj = null;
235
- _this.nu = null;
242
+ _this.ny = null;
236
243
  _this.ah = null;
237
244
  _this.ai = null;
238
- _this.j3 = 0;
245
+ _this.j7 = 0;
239
246
  _this.dr = 0;
240
247
  _this.bx = false;
241
248
  _this.ao = null;
242
- _this.oq = null;
243
- _this.ge = 0;
249
+ _this.oz = null;
250
+ _this.gg = 0;
244
251
  _this.ap = null;
245
252
  _this.cq = false;
246
253
  _this.bw = false;
@@ -248,76 +255,76 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
248
255
  _this.f1 = 0;
249
256
  _this.f0 = 0;
250
257
  _this.fy = 0;
251
- _this.j1 = 0;
252
- _this.jz = 0;
253
- _this.j4 = 0;
254
- _this.k6 = null;
255
- _this.n9 = null;
256
- _this.oa = null;
257
- _this.nf = null;
258
- _this.ne = null;
258
+ _this.j5 = 0;
259
+ _this.j3 = 0;
260
+ _this.j8 = 0;
261
+ _this.la = null;
262
+ _this.od = null;
263
+ _this.oe = null;
264
+ _this.nj = null;
265
+ _this.ni = null;
259
266
  _this.fm = 0;
260
- _this.np = null;
261
- _this.nr = null;
262
- _this.nq = null;
263
- _this.j7 = 0;
264
- _this.oo = null;
265
- _this.lb = null;
267
+ _this.nt = null;
268
+ _this.nv = null;
269
+ _this.nu = null;
270
+ _this.kb = 0;
271
+ _this.ox = null;
272
+ _this.lf = null;
266
273
  _this.b7 = false;
267
- _this.ld = null;
274
+ _this.lh = null;
268
275
  _this.dv = 0;
269
- _this.lc = null;
276
+ _this.lg = null;
270
277
  _this.b4 = false;
271
278
  _this.b6 = false;
272
279
  _this.b5 = false;
273
- _this.k7 = null;
274
- _this.k9 = null;
275
- _this.k8 = null;
276
- _this.la = null;
277
- _this.ju = 0;
278
- _this.jv = 0;
280
+ _this.lb = null;
281
+ _this.ld = null;
282
+ _this.lc = null;
283
+ _this.le = null;
284
+ _this.jy = 0;
285
+ _this.jz = 0;
279
286
  _this.cl = false;
280
287
  _this.cn = false;
281
288
  _this.ce = false;
282
- _this.m5 = null;
283
- _this.m6 = null;
284
- _this.jy = 0;
289
+ _this.m9 = null;
290
+ _this.na = null;
291
+ _this.j2 = 0;
285
292
  _this.by = false;
286
293
  _this.b3 = false;
287
294
  _this.bz = false;
288
295
  _this.cr = false;
289
- _this.kn = null;
296
+ _this.kr = null;
290
297
  _this.b1 = false;
291
298
  _this.b2 = false;
292
299
  _this.b0 = false;
293
300
  _this.du = 0;
294
- _this.kq = null;
295
- _this.k0 = null;
296
- _this.k1 = null;
297
- _this.kz = null;
298
- _this.ks = null;
299
- _this.ky = null;
300
- _this.jt = 0;
301
- _this.kt = null;
302
- _this.n = null;
303
- _this.k3 = null;
301
+ _this.ku = null;
304
302
  _this.k4 = null;
303
+ _this.k5 = null;
304
+ _this.k3 = null;
305
+ _this.kw = null;
306
+ _this.k2 = null;
307
+ _this.jx = 0;
305
308
  _this.kx = null;
306
- _this.kr = null;
307
- _this.ku = null;
308
- _this.dt = 0;
309
+ _this.n = null;
310
+ _this.k7 = null;
311
+ _this.k8 = null;
312
+ _this.k1 = null;
309
313
  _this.kv = null;
310
- _this.kw = null;
314
+ _this.ky = null;
315
+ _this.dt = 0;
316
+ _this.kz = null;
317
+ _this.k0 = null;
311
318
  _this.aq = null;
312
319
  _this.ar = null;
313
- _this.gf = 0;
320
+ _this.gh = 0;
314
321
  _this.ck = false;
315
- _this.nh = null;
316
- _this.ov = null;
317
- _this.nj = null;
318
- _this.ox = null;
319
- _this.ng = null;
320
- _this.ni = null;
322
+ _this.nl = null;
323
+ _this.o4 = null;
324
+ _this.nn = null;
325
+ _this.o6 = null;
326
+ _this.nk = null;
327
+ _this.nm = null;
321
328
  _this.fr = 0;
322
329
  _this.fq = 0;
323
330
  _this.fn = 0;
@@ -326,44 +333,121 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
326
333
  _this.ft = 0;
327
334
  _this.fs = 0;
328
335
  _this.cf = false;
329
- _this.ou = null;
330
- _this.ow = null;
331
- _this.gj = 0;
332
- _this.gi = 0;
333
- _this.gg = 0;
334
- _this.gm = 0;
335
- _this.gh = 0;
336
+ _this.o3 = null;
337
+ _this.o5 = null;
336
338
  _this.gl = 0;
337
339
  _this.gk = 0;
338
- _this.cs = false;
340
+ _this.gi = 0;
339
341
  _this.go = 0;
342
+ _this.gj = 0;
340
343
  _this.gn = 0;
344
+ _this.gm = 0;
345
+ _this.cs = false;
341
346
  _this.gq = 0;
342
347
  _this.gp = 0;
348
+ _this.gs = 0;
349
+ _this.gr = 0;
343
350
  _this.ci = false;
344
- _this.os = null;
345
- _this.ot = null;
346
- _this.n7 = null;
347
- _this.og = null;
348
- _this.oc = null;
349
- _this.od = null;
350
- _this.oe = null;
351
+ _this.o1 = null;
352
+ _this.o2 = null;
351
353
  _this.ob = null;
354
+ _this.ok = null;
355
+ _this.og = null;
356
+ _this.oh = null;
357
+ _this.oi = null;
352
358
  _this.of = null;
353
- _this.n8 = null;
354
- _this.nz = null;
355
- _this.n0 = null;
356
- _this.n1 = null;
357
- _this.ny = null;
358
- _this.n2 = null;
359
- _this.k2 = null;
360
- _this.kp = null;
361
- _this.ko = null;
359
+ _this.oj = null;
360
+ _this.oc = null;
362
361
  _this.n3 = null;
362
+ _this.n4 = null;
363
+ _this.n5 = null;
364
+ _this.n2 = null;
365
+ _this.n6 = null;
366
+ _this.k6 = null;
367
+ _this.kt = null;
368
+ _this.ks = null;
369
+ _this.n7 = null;
370
+ _this.nc = null;
363
371
  _this.m8 = null;
364
- _this.m4 = null;
365
372
  return _this;
366
373
  }
374
+ Object.defineProperty(DomainChartDescription.prototype, "titleFontSize", {
375
+ get: function () {
376
+ return this.gb;
377
+ },
378
+ set: function (a) {
379
+ this.gb = a;
380
+ this.j("TitleFontSize");
381
+ },
382
+ enumerable: false,
383
+ configurable: true
384
+ });
385
+ Object.defineProperty(DomainChartDescription.prototype, "titleFontWeight", {
386
+ get: function () {
387
+ return this.ou;
388
+ },
389
+ set: function (a) {
390
+ this.ou = a;
391
+ this.j("TitleFontWeight");
392
+ },
393
+ enumerable: false,
394
+ configurable: true
395
+ });
396
+ Object.defineProperty(DomainChartDescription.prototype, "titleFontStyle", {
397
+ get: function () {
398
+ return this.ot;
399
+ },
400
+ set: function (a) {
401
+ this.ot = a;
402
+ this.j("TitleFontStyle");
403
+ },
404
+ enumerable: false,
405
+ configurable: true
406
+ });
407
+ Object.defineProperty(DomainChartDescription.prototype, "subtitleFontFamily", {
408
+ get: function () {
409
+ return this.on;
410
+ },
411
+ set: function (a) {
412
+ this.on = a;
413
+ this.j("SubtitleFontFamily");
414
+ },
415
+ enumerable: false,
416
+ configurable: true
417
+ });
418
+ Object.defineProperty(DomainChartDescription.prototype, "subtitleFontSize", {
419
+ get: function () {
420
+ return this.f5;
421
+ },
422
+ set: function (a) {
423
+ this.f5 = a;
424
+ this.j("SubtitleFontSize");
425
+ },
426
+ enumerable: false,
427
+ configurable: true
428
+ });
429
+ Object.defineProperty(DomainChartDescription.prototype, "subtitleFontWeight", {
430
+ get: function () {
431
+ return this.op;
432
+ },
433
+ set: function (a) {
434
+ this.op = a;
435
+ this.j("SubtitleFontWeight");
436
+ },
437
+ enumerable: false,
438
+ configurable: true
439
+ });
440
+ Object.defineProperty(DomainChartDescription.prototype, "subtitleFontStyle", {
441
+ get: function () {
442
+ return this.oo;
443
+ },
444
+ set: function (a) {
445
+ this.oo = a;
446
+ this.j("SubtitleFontStyle");
447
+ },
448
+ enumerable: false,
449
+ configurable: true
450
+ });
367
451
  DomainChartDescription.prototype.get_type = function () {
368
452
  return "DomainChart";
369
453
  };
@@ -387,10 +471,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
387
471
  });
388
472
  Object.defineProperty(DomainChartDescription.prototype, "titleLeftMargin", {
389
473
  get: function () {
390
- return this.ga;
474
+ return this.gc;
391
475
  },
392
476
  set: function (a) {
393
- this.ga = a;
477
+ this.gc = a;
394
478
  this.j("TitleLeftMargin");
395
479
  },
396
480
  enumerable: false,
@@ -398,10 +482,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
398
482
  });
399
483
  Object.defineProperty(DomainChartDescription.prototype, "titleRightMargin", {
400
484
  get: function () {
401
- return this.gb;
485
+ return this.gd;
402
486
  },
403
487
  set: function (a) {
404
- this.gb = a;
488
+ this.gd = a;
405
489
  this.j("TitleRightMargin");
406
490
  },
407
491
  enumerable: false,
@@ -409,10 +493,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
409
493
  });
410
494
  Object.defineProperty(DomainChartDescription.prototype, "titleTopMargin", {
411
495
  get: function () {
412
- return this.gc;
496
+ return this.ge;
413
497
  },
414
498
  set: function (a) {
415
- this.gc = a;
499
+ this.ge = a;
416
500
  this.j("TitleTopMargin");
417
501
  },
418
502
  enumerable: false,
@@ -420,10 +504,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
420
504
  });
421
505
  Object.defineProperty(DomainChartDescription.prototype, "titleBottomMargin", {
422
506
  get: function () {
423
- return this.f9;
507
+ return this.ga;
424
508
  },
425
509
  set: function (a) {
426
- this.f9 = a;
510
+ this.ga = a;
427
511
  this.j("TitleBottomMargin");
428
512
  },
429
513
  enumerable: false,
@@ -431,10 +515,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
431
515
  });
432
516
  Object.defineProperty(DomainChartDescription.prototype, "subtitleLeftMargin", {
433
517
  get: function () {
434
- return this.f5;
518
+ return this.f6;
435
519
  },
436
520
  set: function (a) {
437
- this.f5 = a;
521
+ this.f6 = a;
438
522
  this.j("SubtitleLeftMargin");
439
523
  },
440
524
  enumerable: false,
@@ -442,10 +526,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
442
526
  });
443
527
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTopMargin", {
444
528
  get: function () {
445
- return this.f7;
529
+ return this.f8;
446
530
  },
447
531
  set: function (a) {
448
- this.f7 = a;
532
+ this.f8 = a;
449
533
  this.j("SubtitleTopMargin");
450
534
  },
451
535
  enumerable: false,
@@ -453,10 +537,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
453
537
  });
454
538
  Object.defineProperty(DomainChartDescription.prototype, "subtitleRightMargin", {
455
539
  get: function () {
456
- return this.f6;
540
+ return this.f7;
457
541
  },
458
542
  set: function (a) {
459
- this.f6 = a;
543
+ this.f7 = a;
460
544
  this.j("SubtitleRightMargin");
461
545
  },
462
546
  enumerable: false,
@@ -475,10 +559,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
475
559
  });
476
560
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextColor", {
477
561
  get: function () {
478
- return this.oj;
562
+ return this.oq;
479
563
  },
480
564
  set: function (a) {
481
- this.oj = a;
565
+ this.oq = a;
482
566
  this.j("SubtitleTextColor");
483
567
  },
484
568
  enumerable: false,
@@ -486,10 +570,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
486
570
  });
487
571
  Object.defineProperty(DomainChartDescription.prototype, "titleTextColor", {
488
572
  get: function () {
489
- return this.om;
573
+ return this.ov;
490
574
  },
491
575
  set: function (a) {
492
- this.om = a;
576
+ this.ov = a;
493
577
  this.j("TitleTextColor");
494
578
  },
495
579
  enumerable: false,
@@ -508,10 +592,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
508
592
  });
509
593
  Object.defineProperty(DomainChartDescription.prototype, "topMargin", {
510
594
  get: function () {
511
- return this.gd;
595
+ return this.gf;
512
596
  },
513
597
  set: function (a) {
514
- this.gd = a;
598
+ this.gf = a;
515
599
  this.j("TopMargin");
516
600
  },
517
601
  enumerable: false,
@@ -541,10 +625,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
541
625
  });
542
626
  Object.defineProperty(DomainChartDescription.prototype, "transitionDuration", {
543
627
  get: function () {
544
- return this.j6;
628
+ return this.ka;
545
629
  },
546
630
  set: function (a) {
547
- this.j6 = a;
631
+ this.ka = a;
548
632
  this.j("TransitionDuration");
549
633
  },
550
634
  enumerable: false,
@@ -552,10 +636,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
552
636
  });
553
637
  Object.defineProperty(DomainChartDescription.prototype, "transitionEasingFunctionRef", {
554
638
  get: function () {
555
- return this.op;
639
+ return this.oy;
556
640
  },
557
641
  set: function (a) {
558
- this.op = a;
642
+ this.oy = a;
559
643
  this.j("TransitionEasingFunctionRef");
560
644
  },
561
645
  enumerable: false,
@@ -563,10 +647,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
563
647
  });
564
648
  Object.defineProperty(DomainChartDescription.prototype, "highlightingTransitionDuration", {
565
649
  get: function () {
566
- return this.j2;
650
+ return this.j6;
567
651
  },
568
652
  set: function (a) {
569
- this.j2 = a;
653
+ this.j6 = a;
570
654
  this.j("HighlightingTransitionDuration");
571
655
  },
572
656
  enumerable: false,
@@ -574,10 +658,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
574
658
  });
575
659
  Object.defineProperty(DomainChartDescription.prototype, "selectionTransitionDuration", {
576
660
  get: function () {
577
- return this.j5;
661
+ return this.j9;
578
662
  },
579
663
  set: function (a) {
580
- this.j5 = a;
664
+ this.j9 = a;
581
665
  this.j("SelectionTransitionDuration");
582
666
  },
583
667
  enumerable: false,
@@ -585,10 +669,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
585
669
  });
586
670
  Object.defineProperty(DomainChartDescription.prototype, "focusTransitionDuration", {
587
671
  get: function () {
588
- return this.j0;
672
+ return this.j4;
589
673
  },
590
674
  set: function (a) {
591
- this.j0 = a;
675
+ this.j4 = a;
592
676
  this.j("FocusTransitionDuration");
593
677
  },
594
678
  enumerable: false,
@@ -596,10 +680,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
596
680
  });
597
681
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextStyle", {
598
682
  get: function () {
599
- return this.ok;
683
+ return this.or;
600
684
  },
601
685
  set: function (a) {
602
- this.ok = a;
686
+ this.or = a;
603
687
  this.j("SubtitleTextStyle");
604
688
  },
605
689
  enumerable: false,
@@ -607,10 +691,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
607
691
  });
608
692
  Object.defineProperty(DomainChartDescription.prototype, "titleTextStyle", {
609
693
  get: function () {
610
- return this.on;
694
+ return this.ow;
611
695
  },
612
696
  set: function (a) {
613
- this.on = a;
697
+ this.ow = a;
614
698
  this.j("TitleTextStyle");
615
699
  },
616
700
  enumerable: false,
@@ -618,10 +702,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
618
702
  });
619
703
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupingMode", {
620
704
  get: function () {
621
- return this.li;
705
+ return this.lm;
622
706
  },
623
707
  set: function (a) {
624
- this.li = a;
708
+ this.lm = a;
625
709
  this.j("DataToolTipGroupingMode");
626
710
  },
627
711
  enumerable: false,
@@ -673,10 +757,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
673
757
  });
674
758
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeX", {
675
759
  get: function () {
676
- return this.lg;
760
+ return this.lk;
677
761
  },
678
762
  set: function (a) {
679
- this.lg = a;
763
+ this.lk = a;
680
764
  this.j("DataToolTipGroupedPositionModeX");
681
765
  },
682
766
  enumerable: false,
@@ -684,10 +768,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
684
768
  });
685
769
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeY", {
686
770
  get: function () {
687
- return this.lh;
771
+ return this.ll;
688
772
  },
689
773
  set: function (a) {
690
- this.lh = a;
774
+ this.ll = a;
691
775
  this.j("DataToolTipGroupedPositionModeY");
692
776
  },
693
777
  enumerable: false,
@@ -750,10 +834,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
750
834
  });
751
835
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatAbbreviation", {
752
836
  get: function () {
753
- return this.mv;
837
+ return this.mz;
754
838
  },
755
839
  set: function (a) {
756
- this.mv = a;
840
+ this.mz = a;
757
841
  this.j("DataToolTipValueFormatAbbreviation");
758
842
  },
759
843
  enumerable: false,
@@ -761,10 +845,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
761
845
  });
762
846
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMaxFractions", {
763
847
  get: function () {
764
- return this.jw;
848
+ return this.j0;
765
849
  },
766
850
  set: function (a) {
767
- this.jw = a;
851
+ this.j0 = a;
768
852
  this.j("DataToolTipValueFormatMaxFractions");
769
853
  },
770
854
  enumerable: false,
@@ -772,10 +856,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
772
856
  });
773
857
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMinFractions", {
774
858
  get: function () {
775
- return this.jx;
859
+ return this.j1;
776
860
  },
777
861
  set: function (a) {
778
- this.jx = a;
862
+ this.j1 = a;
779
863
  this.j("DataToolTipValueFormatMinFractions");
780
864
  },
781
865
  enumerable: false,
@@ -783,10 +867,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
783
867
  });
784
868
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMode", {
785
869
  get: function () {
786
- return this.mx;
870
+ return this.m1;
787
871
  },
788
872
  set: function (a) {
789
- this.mx = a;
873
+ this.m1 = a;
790
874
  this.j("DataToolTipValueFormatMode");
791
875
  },
792
876
  enumerable: false,
@@ -794,10 +878,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
794
878
  });
795
879
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatCulture", {
796
880
  get: function () {
797
- return this.mw;
881
+ return this.m0;
798
882
  },
799
883
  set: function (a) {
800
- this.mw = a;
884
+ this.m0 = a;
801
885
  this.j("DataToolTipValueFormatCulture");
802
886
  },
803
887
  enumerable: false,
@@ -816,10 +900,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
816
900
  });
817
901
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatString", {
818
902
  get: function () {
819
- return this.my;
903
+ return this.m2;
820
904
  },
821
905
  set: function (a) {
822
- this.my = a;
906
+ this.m2 = a;
823
907
  this.j("DataToolTipValueFormatString");
824
908
  },
825
909
  enumerable: false,
@@ -893,10 +977,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
893
977
  });
894
978
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextWhenMissingData", {
895
979
  get: function () {
896
- return this.m3;
980
+ return this.m7;
897
981
  },
898
982
  set: function (a) {
899
- this.m3 = a;
983
+ this.m7 = a;
900
984
  this.j("DataToolTipValueTextWhenMissingData");
901
985
  },
902
986
  enumerable: false,
@@ -959,10 +1043,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
959
1043
  });
960
1044
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextColor", {
961
1045
  get: function () {
962
- return this.mz;
1046
+ return this.m3;
963
1047
  },
964
1048
  set: function (a) {
965
- this.mz = a;
1049
+ this.m3 = a;
966
1050
  this.j("DataToolTipValueTextColor");
967
1051
  },
968
1052
  enumerable: false,
@@ -970,10 +1054,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
970
1054
  });
971
1055
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontFamily", {
972
1056
  get: function () {
973
- return this.m0;
1057
+ return this.m4;
974
1058
  },
975
1059
  set: function (a) {
976
- this.m0 = a;
1060
+ this.m4 = a;
977
1061
  this.j("DataToolTipValueTextFontFamily");
978
1062
  },
979
1063
  enumerable: false,
@@ -992,10 +1076,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
992
1076
  });
993
1077
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontStyle", {
994
1078
  get: function () {
995
- return this.m1;
1079
+ return this.m5;
996
1080
  },
997
1081
  set: function (a) {
998
- this.m1 = a;
1082
+ this.m5 = a;
999
1083
  this.j("DataToolTipValueTextFontStyle");
1000
1084
  },
1001
1085
  enumerable: false,
@@ -1003,10 +1087,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1003
1087
  });
1004
1088
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontWeight", {
1005
1089
  get: function () {
1006
- return this.m2;
1090
+ return this.m6;
1007
1091
  },
1008
1092
  set: function (a) {
1009
- this.m2 = a;
1093
+ this.m6 = a;
1010
1094
  this.j("DataToolTipValueTextFontWeight");
1011
1095
  },
1012
1096
  enumerable: false,
@@ -1014,10 +1098,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1098
  });
1015
1099
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatString", {
1016
1100
  get: function () {
1017
- return this.lp;
1101
+ return this.lt;
1018
1102
  },
1019
1103
  set: function (a) {
1020
- this.lp = a;
1104
+ this.lt = a;
1021
1105
  this.j("DataToolTipHeaderFormatString");
1022
1106
  },
1023
1107
  enumerable: false,
@@ -1036,10 +1120,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1036
1120
  });
1037
1121
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatCulture", {
1038
1122
  get: function () {
1039
- return this.ln;
1123
+ return this.lr;
1040
1124
  },
1041
1125
  set: function (a) {
1042
- this.ln = a;
1126
+ this.lr = a;
1043
1127
  this.j("DataToolTipHeaderFormatCulture");
1044
1128
  },
1045
1129
  enumerable: false,
@@ -1047,10 +1131,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1047
1131
  });
1048
1132
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatDate", {
1049
1133
  get: function () {
1050
- return this.lo;
1134
+ return this.ls;
1051
1135
  },
1052
1136
  set: function (a) {
1053
- this.lo = a;
1137
+ this.ls = a;
1054
1138
  this.j("DataToolTipHeaderFormatDate");
1055
1139
  },
1056
1140
  enumerable: false,
@@ -1058,10 +1142,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1058
1142
  });
1059
1143
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatTime", {
1060
1144
  get: function () {
1061
- return this.lq;
1145
+ return this.lu;
1062
1146
  },
1063
1147
  set: function (a) {
1064
- this.lq = a;
1148
+ this.lu = a;
1065
1149
  this.j("DataToolTipHeaderFormatTime");
1066
1150
  },
1067
1151
  enumerable: false,
@@ -1069,10 +1153,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1069
1153
  });
1070
1154
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderText", {
1071
1155
  get: function () {
1072
- return this.lr;
1156
+ return this.lv;
1073
1157
  },
1074
1158
  set: function (a) {
1075
- this.lr = a;
1159
+ this.lv = a;
1076
1160
  this.j("DataToolTipHeaderText");
1077
1161
  },
1078
1162
  enumerable: false,
@@ -1080,10 +1164,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1080
1164
  });
1081
1165
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextColor", {
1082
1166
  get: function () {
1083
- return this.ls;
1167
+ return this.lw;
1084
1168
  },
1085
1169
  set: function (a) {
1086
- this.ls = a;
1170
+ this.lw = a;
1087
1171
  this.j("DataToolTipHeaderTextColor");
1088
1172
  },
1089
1173
  enumerable: false,
@@ -1190,10 +1274,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1190
1274
  });
1191
1275
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontFamily", {
1192
1276
  get: function () {
1193
- return this.lt;
1277
+ return this.lx;
1194
1278
  },
1195
1279
  set: function (a) {
1196
- this.lt = a;
1280
+ this.lx = a;
1197
1281
  this.j("DataToolTipHeaderTextFontFamily");
1198
1282
  },
1199
1283
  enumerable: false,
@@ -1212,10 +1296,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1212
1296
  });
1213
1297
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontStyle", {
1214
1298
  get: function () {
1215
- return this.lu;
1299
+ return this.ly;
1216
1300
  },
1217
1301
  set: function (a) {
1218
- this.lu = a;
1302
+ this.ly = a;
1219
1303
  this.j("DataToolTipHeaderTextFontStyle");
1220
1304
  },
1221
1305
  enumerable: false,
@@ -1223,10 +1307,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1223
1307
  });
1224
1308
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontWeight", {
1225
1309
  get: function () {
1226
- return this.lv;
1310
+ return this.lz;
1227
1311
  },
1228
1312
  set: function (a) {
1229
- this.lv = a;
1313
+ this.lz = a;
1230
1314
  this.j("DataToolTipHeaderTextFontWeight");
1231
1315
  },
1232
1316
  enumerable: false,
@@ -1234,10 +1318,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1234
1318
  });
1235
1319
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextColor", {
1236
1320
  get: function () {
1237
- return this.lj;
1321
+ return this.ln;
1238
1322
  },
1239
1323
  set: function (a) {
1240
- this.lj = a;
1324
+ this.ln = a;
1241
1325
  this.j("DataToolTipGroupTextColor");
1242
1326
  },
1243
1327
  enumerable: false,
@@ -1344,10 +1428,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1344
1428
  });
1345
1429
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontFamily", {
1346
1430
  get: function () {
1347
- return this.lk;
1431
+ return this.lo;
1348
1432
  },
1349
1433
  set: function (a) {
1350
- this.lk = a;
1434
+ this.lo = a;
1351
1435
  this.j("DataToolTipGroupTextFontFamily");
1352
1436
  },
1353
1437
  enumerable: false,
@@ -1366,10 +1450,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1366
1450
  });
1367
1451
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontStyle", {
1368
1452
  get: function () {
1369
- return this.ll;
1453
+ return this.lp;
1370
1454
  },
1371
1455
  set: function (a) {
1372
- this.ll = a;
1456
+ this.lp = a;
1373
1457
  this.j("DataToolTipGroupTextFontStyle");
1374
1458
  },
1375
1459
  enumerable: false,
@@ -1377,10 +1461,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1377
1461
  });
1378
1462
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontWeight", {
1379
1463
  get: function () {
1380
- return this.lm;
1464
+ return this.lq;
1381
1465
  },
1382
1466
  set: function (a) {
1383
- this.lm = a;
1467
+ this.lq = a;
1384
1468
  this.j("DataToolTipGroupTextFontWeight");
1385
1469
  },
1386
1470
  enumerable: false,
@@ -1388,10 +1472,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1388
1472
  });
1389
1473
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextColor", {
1390
1474
  get: function () {
1391
- return this.l7;
1475
+ return this.mb;
1392
1476
  },
1393
1477
  set: function (a) {
1394
- this.l7 = a;
1478
+ this.mb = a;
1395
1479
  this.j("DataToolTipSummaryTitleTextColor");
1396
1480
  },
1397
1481
  enumerable: false,
@@ -1399,10 +1483,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1399
1483
  });
1400
1484
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontFamily", {
1401
1485
  get: function () {
1402
- return this.l8;
1486
+ return this.mc;
1403
1487
  },
1404
1488
  set: function (a) {
1405
- this.l8 = a;
1489
+ this.mc = a;
1406
1490
  this.j("DataToolTipSummaryTitleTextFontFamily");
1407
1491
  },
1408
1492
  enumerable: false,
@@ -1421,10 +1505,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1421
1505
  });
1422
1506
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontStyle", {
1423
1507
  get: function () {
1424
- return this.l9;
1508
+ return this.md;
1425
1509
  },
1426
1510
  set: function (a) {
1427
- this.l9 = a;
1511
+ this.md = a;
1428
1512
  this.j("DataToolTipSummaryTitleTextFontStyle");
1429
1513
  },
1430
1514
  enumerable: false,
@@ -1432,10 +1516,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1432
1516
  });
1433
1517
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontWeight", {
1434
1518
  get: function () {
1435
- return this.ma;
1519
+ return this.me;
1436
1520
  },
1437
1521
  set: function (a) {
1438
- this.ma = a;
1522
+ this.me = a;
1439
1523
  this.j("DataToolTipSummaryTitleTextFontWeight");
1440
1524
  },
1441
1525
  enumerable: false,
@@ -1443,10 +1527,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1443
1527
  });
1444
1528
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryType", {
1445
1529
  get: function () {
1446
- return this.mb;
1530
+ return this.mf;
1447
1531
  },
1448
1532
  set: function (a) {
1449
- this.mb = a;
1533
+ this.mf = a;
1450
1534
  this.j("DataToolTipSummaryType");
1451
1535
  },
1452
1536
  enumerable: false,
@@ -1454,10 +1538,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1454
1538
  });
1455
1539
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleText", {
1456
1540
  get: function () {
1457
- return this.l6;
1541
+ return this.ma;
1458
1542
  },
1459
1543
  set: function (a) {
1460
- this.l6 = a;
1544
+ this.ma = a;
1461
1545
  this.j("DataToolTipSummaryTitleText");
1462
1546
  },
1463
1547
  enumerable: false,
@@ -1553,10 +1637,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1553
1637
  });
1554
1638
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextColor", {
1555
1639
  get: function () {
1556
- return this.mh;
1640
+ return this.ml;
1557
1641
  },
1558
1642
  set: function (a) {
1559
- this.mh = a;
1643
+ this.ml = a;
1560
1644
  this.j("DataToolTipSummaryValueTextColor");
1561
1645
  },
1562
1646
  enumerable: false,
@@ -1564,10 +1648,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1564
1648
  });
1565
1649
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontFamily", {
1566
1650
  get: function () {
1567
- return this.mi;
1651
+ return this.mm;
1568
1652
  },
1569
1653
  set: function (a) {
1570
- this.mi = a;
1654
+ this.mm = a;
1571
1655
  this.j("DataToolTipSummaryValueTextFontFamily");
1572
1656
  },
1573
1657
  enumerable: false,
@@ -1586,10 +1670,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1586
1670
  });
1587
1671
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontStyle", {
1588
1672
  get: function () {
1589
- return this.mj;
1673
+ return this.mn;
1590
1674
  },
1591
1675
  set: function (a) {
1592
- this.mj = a;
1676
+ this.mn = a;
1593
1677
  this.j("DataToolTipSummaryValueTextFontStyle");
1594
1678
  },
1595
1679
  enumerable: false,
@@ -1597,10 +1681,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1597
1681
  });
1598
1682
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontWeight", {
1599
1683
  get: function () {
1600
- return this.mk;
1684
+ return this.mo;
1601
1685
  },
1602
1686
  set: function (a) {
1603
- this.mk = a;
1687
+ this.mo = a;
1604
1688
  this.j("DataToolTipSummaryValueTextFontWeight");
1605
1689
  },
1606
1690
  enumerable: false,
@@ -1608,10 +1692,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1608
1692
  });
1609
1693
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelText", {
1610
1694
  get: function () {
1611
- return this.l1;
1695
+ return this.l5;
1612
1696
  },
1613
1697
  set: function (a) {
1614
- this.l1 = a;
1698
+ this.l5 = a;
1615
1699
  this.j("DataToolTipSummaryLabelText");
1616
1700
  },
1617
1701
  enumerable: false,
@@ -1619,10 +1703,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1619
1703
  });
1620
1704
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextColor", {
1621
1705
  get: function () {
1622
- return this.l2;
1706
+ return this.l6;
1623
1707
  },
1624
1708
  set: function (a) {
1625
- this.l2 = a;
1709
+ this.l6 = a;
1626
1710
  this.j("DataToolTipSummaryLabelTextColor");
1627
1711
  },
1628
1712
  enumerable: false,
@@ -1630,10 +1714,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1630
1714
  });
1631
1715
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontFamily", {
1632
1716
  get: function () {
1633
- return this.l3;
1717
+ return this.l7;
1634
1718
  },
1635
1719
  set: function (a) {
1636
- this.l3 = a;
1720
+ this.l7 = a;
1637
1721
  this.j("DataToolTipSummaryLabelTextFontFamily");
1638
1722
  },
1639
1723
  enumerable: false,
@@ -1652,10 +1736,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1652
1736
  });
1653
1737
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontStyle", {
1654
1738
  get: function () {
1655
- return this.l4;
1739
+ return this.l8;
1656
1740
  },
1657
1741
  set: function (a) {
1658
- this.l4 = a;
1742
+ this.l8 = a;
1659
1743
  this.j("DataToolTipSummaryLabelTextFontStyle");
1660
1744
  },
1661
1745
  enumerable: false,
@@ -1663,10 +1747,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1663
1747
  });
1664
1748
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontWeight", {
1665
1749
  get: function () {
1666
- return this.l5;
1750
+ return this.l9;
1667
1751
  },
1668
1752
  set: function (a) {
1669
- this.l5 = a;
1753
+ this.l9 = a;
1670
1754
  this.j("DataToolTipSummaryLabelTextFontWeight");
1671
1755
  },
1672
1756
  enumerable: false,
@@ -1674,10 +1758,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1674
1758
  });
1675
1759
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsText", {
1676
1760
  get: function () {
1677
- return this.mc;
1761
+ return this.mg;
1678
1762
  },
1679
1763
  set: function (a) {
1680
- this.mc = a;
1764
+ this.mg = a;
1681
1765
  this.j("DataToolTipSummaryUnitsText");
1682
1766
  },
1683
1767
  enumerable: false,
@@ -1685,10 +1769,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1685
1769
  });
1686
1770
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextColor", {
1687
1771
  get: function () {
1688
- return this.md;
1772
+ return this.mh;
1689
1773
  },
1690
1774
  set: function (a) {
1691
- this.md = a;
1775
+ this.mh = a;
1692
1776
  this.j("DataToolTipSummaryUnitsTextColor");
1693
1777
  },
1694
1778
  enumerable: false,
@@ -1696,10 +1780,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1696
1780
  });
1697
1781
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontFamily", {
1698
1782
  get: function () {
1699
- return this.me;
1783
+ return this.mi;
1700
1784
  },
1701
1785
  set: function (a) {
1702
- this.me = a;
1786
+ this.mi = a;
1703
1787
  this.j("DataToolTipSummaryUnitsTextFontFamily");
1704
1788
  },
1705
1789
  enumerable: false,
@@ -1718,10 +1802,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1718
1802
  });
1719
1803
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontStyle", {
1720
1804
  get: function () {
1721
- return this.mf;
1805
+ return this.mj;
1722
1806
  },
1723
1807
  set: function (a) {
1724
- this.mf = a;
1808
+ this.mj = a;
1725
1809
  this.j("DataToolTipSummaryUnitsTextFontStyle");
1726
1810
  },
1727
1811
  enumerable: false,
@@ -1729,10 +1813,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1729
1813
  });
1730
1814
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontWeight", {
1731
1815
  get: function () {
1732
- return this.mg;
1816
+ return this.mk;
1733
1817
  },
1734
1818
  set: function (a) {
1735
- this.mg = a;
1819
+ this.mk = a;
1736
1820
  this.j("DataToolTipSummaryUnitsTextFontWeight");
1737
1821
  },
1738
1822
  enumerable: false,
@@ -1784,10 +1868,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1784
1868
  });
1785
1869
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeShape", {
1786
1870
  get: function () {
1787
- return this.lf;
1871
+ return this.lj;
1788
1872
  },
1789
1873
  set: function (a) {
1790
- this.lf = a;
1874
+ this.lj = a;
1791
1875
  this.j("DataToolTipBadgeShape");
1792
1876
  },
1793
1877
  enumerable: false,
@@ -1795,10 +1879,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1795
1879
  });
1796
1880
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsDisplayMode", {
1797
1881
  get: function () {
1798
- return this.mp;
1882
+ return this.mt;
1799
1883
  },
1800
1884
  set: function (a) {
1801
- this.mp = a;
1885
+ this.mt = a;
1802
1886
  this.j("DataToolTipUnitsDisplayMode");
1803
1887
  },
1804
1888
  enumerable: false,
@@ -1806,10 +1890,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1806
1890
  });
1807
1891
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsText", {
1808
1892
  get: function () {
1809
- return this.mq;
1893
+ return this.mu;
1810
1894
  },
1811
1895
  set: function (a) {
1812
- this.mq = a;
1896
+ this.mu = a;
1813
1897
  this.j("DataToolTipUnitsText");
1814
1898
  },
1815
1899
  enumerable: false,
@@ -1817,10 +1901,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1817
1901
  });
1818
1902
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextColor", {
1819
1903
  get: function () {
1820
- return this.mr;
1904
+ return this.mv;
1821
1905
  },
1822
1906
  set: function (a) {
1823
- this.mr = a;
1907
+ this.mv = a;
1824
1908
  this.j("DataToolTipUnitsTextColor");
1825
1909
  },
1826
1910
  enumerable: false,
@@ -1872,10 +1956,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1872
1956
  });
1873
1957
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontFamily", {
1874
1958
  get: function () {
1875
- return this.ms;
1959
+ return this.mw;
1876
1960
  },
1877
1961
  set: function (a) {
1878
- this.ms = a;
1962
+ this.mw = a;
1879
1963
  this.j("DataToolTipUnitsTextFontFamily");
1880
1964
  },
1881
1965
  enumerable: false,
@@ -1894,10 +1978,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1894
1978
  });
1895
1979
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontStyle", {
1896
1980
  get: function () {
1897
- return this.mt;
1981
+ return this.mx;
1898
1982
  },
1899
1983
  set: function (a) {
1900
- this.mt = a;
1984
+ this.mx = a;
1901
1985
  this.j("DataToolTipUnitsTextFontStyle");
1902
1986
  },
1903
1987
  enumerable: false,
@@ -1905,10 +1989,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1905
1989
  });
1906
1990
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontWeight", {
1907
1991
  get: function () {
1908
- return this.mu;
1992
+ return this.my;
1909
1993
  },
1910
1994
  set: function (a) {
1911
- this.mu = a;
1995
+ this.my = a;
1912
1996
  this.j("DataToolTipUnitsTextFontWeight");
1913
1997
  },
1914
1998
  enumerable: false,
@@ -1960,10 +2044,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1960
2044
  });
1961
2045
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextColor", {
1962
2046
  get: function () {
1963
- return this.ml;
2047
+ return this.mp;
1964
2048
  },
1965
2049
  set: function (a) {
1966
- this.ml = a;
2050
+ this.mp = a;
1967
2051
  this.j("DataToolTipTitleTextColor");
1968
2052
  },
1969
2053
  enumerable: false,
@@ -1971,10 +2055,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1971
2055
  });
1972
2056
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontFamily", {
1973
2057
  get: function () {
1974
- return this.mm;
2058
+ return this.mq;
1975
2059
  },
1976
2060
  set: function (a) {
1977
- this.mm = a;
2061
+ this.mq = a;
1978
2062
  this.j("DataToolTipTitleTextFontFamily");
1979
2063
  },
1980
2064
  enumerable: false,
@@ -1993,10 +2077,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1993
2077
  });
1994
2078
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontStyle", {
1995
2079
  get: function () {
1996
- return this.mn;
2080
+ return this.mr;
1997
2081
  },
1998
2082
  set: function (a) {
1999
- this.mn = a;
2083
+ this.mr = a;
2000
2084
  this.j("DataToolTipTitleTextFontStyle");
2001
2085
  },
2002
2086
  enumerable: false,
@@ -2004,10 +2088,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2004
2088
  });
2005
2089
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontWeight", {
2006
2090
  get: function () {
2007
- return this.mo;
2091
+ return this.ms;
2008
2092
  },
2009
2093
  set: function (a) {
2010
- this.mo = a;
2094
+ this.ms = a;
2011
2095
  this.j("DataToolTipTitleTextFontWeight");
2012
2096
  },
2013
2097
  enumerable: false,
@@ -2015,10 +2099,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2015
2099
  });
2016
2100
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelDisplayMode", {
2017
2101
  get: function () {
2018
- return this.lw;
2102
+ return this.l0;
2019
2103
  },
2020
2104
  set: function (a) {
2021
- this.lw = a;
2105
+ this.l0 = a;
2022
2106
  this.j("DataToolTipLabelDisplayMode");
2023
2107
  },
2024
2108
  enumerable: false,
@@ -2026,10 +2110,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2026
2110
  });
2027
2111
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextColor", {
2028
2112
  get: function () {
2029
- return this.lx;
2113
+ return this.l1;
2030
2114
  },
2031
2115
  set: function (a) {
2032
- this.lx = a;
2116
+ this.l1 = a;
2033
2117
  this.j("DataToolTipLabelTextColor");
2034
2118
  },
2035
2119
  enumerable: false,
@@ -2081,10 +2165,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2081
2165
  });
2082
2166
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontFamily", {
2083
2167
  get: function () {
2084
- return this.ly;
2168
+ return this.l2;
2085
2169
  },
2086
2170
  set: function (a) {
2087
- this.ly = a;
2171
+ this.l2 = a;
2088
2172
  this.j("DataToolTipLabelTextFontFamily");
2089
2173
  },
2090
2174
  enumerable: false,
@@ -2103,10 +2187,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2103
2187
  });
2104
2188
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontStyle", {
2105
2189
  get: function () {
2106
- return this.lz;
2190
+ return this.l3;
2107
2191
  },
2108
2192
  set: function (a) {
2109
- this.lz = a;
2193
+ this.l3 = a;
2110
2194
  this.j("DataToolTipLabelTextFontStyle");
2111
2195
  },
2112
2196
  enumerable: false,
@@ -2114,10 +2198,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2114
2198
  });
2115
2199
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontWeight", {
2116
2200
  get: function () {
2117
- return this.l0;
2201
+ return this.l4;
2118
2202
  },
2119
2203
  set: function (a) {
2120
- this.l0 = a;
2204
+ this.l4 = a;
2121
2205
  this.j("DataToolTipLabelTextFontWeight");
2122
2206
  },
2123
2207
  enumerable: false,
@@ -2191,10 +2275,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2191
2275
  });
2192
2276
  Object.defineProperty(DomainChartDescription.prototype, "selectionMode", {
2193
2277
  get: function () {
2194
- return this.n6;
2278
+ return this.oa;
2195
2279
  },
2196
2280
  set: function (a) {
2197
- this.n6 = a;
2281
+ this.oa = a;
2198
2282
  this.j("SelectionMode");
2199
2283
  },
2200
2284
  enumerable: false,
@@ -2202,10 +2286,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2202
2286
  });
2203
2287
  Object.defineProperty(DomainChartDescription.prototype, "focusMode", {
2204
2288
  get: function () {
2205
- return this.m9;
2289
+ return this.nd;
2206
2290
  },
2207
2291
  set: function (a) {
2208
- this.m9 = a;
2292
+ this.nd = a;
2209
2293
  this.j("FocusMode");
2210
2294
  },
2211
2295
  enumerable: false,
@@ -2213,10 +2297,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2213
2297
  });
2214
2298
  Object.defineProperty(DomainChartDescription.prototype, "selectionBrush", {
2215
2299
  get: function () {
2216
- return this.n5;
2300
+ return this.n9;
2217
2301
  },
2218
2302
  set: function (a) {
2219
- this.n5 = a;
2303
+ this.n9 = a;
2220
2304
  this.j("SelectionBrush");
2221
2305
  },
2222
2306
  enumerable: false,
@@ -2224,10 +2308,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2224
2308
  });
2225
2309
  Object.defineProperty(DomainChartDescription.prototype, "focusBrush", {
2226
2310
  get: function () {
2227
- return this.m7;
2311
+ return this.nb;
2228
2312
  },
2229
2313
  set: function (a) {
2230
- this.m7 = a;
2314
+ this.nb = a;
2231
2315
  this.j("FocusBrush");
2232
2316
  },
2233
2317
  enumerable: false,
@@ -2235,10 +2319,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2235
2319
  });
2236
2320
  Object.defineProperty(DomainChartDescription.prototype, "selectionBehavior", {
2237
2321
  get: function () {
2238
- return this.n4;
2322
+ return this.n8;
2239
2323
  },
2240
2324
  set: function (a) {
2241
- this.n4 = a;
2325
+ this.n8 = a;
2242
2326
  this.j("SelectionBehavior");
2243
2327
  },
2244
2328
  enumerable: false,
@@ -2334,10 +2418,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2334
2418
  });
2335
2419
  Object.defineProperty(DomainChartDescription.prototype, "initialSorts", {
2336
2420
  get: function () {
2337
- return this.nn;
2421
+ return this.nr;
2338
2422
  },
2339
2423
  set: function (a) {
2340
- this.nn = a;
2424
+ this.nr = a;
2341
2425
  this.j("InitialSorts");
2342
2426
  },
2343
2427
  enumerable: false,
@@ -2345,10 +2429,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2345
2429
  });
2346
2430
  Object.defineProperty(DomainChartDescription.prototype, "groupSorts", {
2347
2431
  get: function () {
2348
- return this.na;
2432
+ return this.ne;
2349
2433
  },
2350
2434
  set: function (a) {
2351
- this.na = a;
2435
+ this.ne = a;
2352
2436
  this.j("GroupSorts");
2353
2437
  },
2354
2438
  enumerable: false,
@@ -2356,10 +2440,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2356
2440
  });
2357
2441
  Object.defineProperty(DomainChartDescription.prototype, "initialGroups", {
2358
2442
  get: function () {
2359
- return this.nl;
2443
+ return this.np;
2360
2444
  },
2361
2445
  set: function (a) {
2362
- this.nl = a;
2446
+ this.np = a;
2363
2447
  this.j("InitialGroups");
2364
2448
  },
2365
2449
  enumerable: false,
@@ -2367,10 +2451,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2367
2451
  });
2368
2452
  Object.defineProperty(DomainChartDescription.prototype, "initialFilter", {
2369
2453
  get: function () {
2370
- return this.nk;
2454
+ return this.no;
2371
2455
  },
2372
2456
  set: function (a) {
2373
- this.nk = a;
2457
+ this.no = a;
2374
2458
  this.j("InitialFilter");
2375
2459
  },
2376
2460
  enumerable: false,
@@ -2378,10 +2462,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2378
2462
  });
2379
2463
  Object.defineProperty(DomainChartDescription.prototype, "initialHighlightFilter", {
2380
2464
  get: function () {
2381
- return this.nm;
2465
+ return this.nq;
2382
2466
  },
2383
2467
  set: function (a) {
2384
- this.nm = a;
2468
+ this.nq = a;
2385
2469
  this.j("InitialHighlightFilter");
2386
2470
  },
2387
2471
  enumerable: false,
@@ -2389,10 +2473,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2389
2473
  });
2390
2474
  Object.defineProperty(DomainChartDescription.prototype, "initialSummaries", {
2391
2475
  get: function () {
2392
- return this.no;
2476
+ return this.ns;
2393
2477
  },
2394
2478
  set: function (a) {
2395
- this.no = a;
2479
+ this.ns = a;
2396
2480
  this.j("InitialSummaries");
2397
2481
  },
2398
2482
  enumerable: false,
@@ -2400,10 +2484,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2400
2484
  });
2401
2485
  Object.defineProperty(DomainChartDescription.prototype, "dataSourceRef", {
2402
2486
  get: function () {
2403
- return this.le;
2487
+ return this.li;
2404
2488
  },
2405
2489
  set: function (a) {
2406
- this.le = a;
2490
+ this.li = a;
2407
2491
  this.j("DataSourceRef");
2408
2492
  },
2409
2493
  enumerable: false,
@@ -2422,10 +2506,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2422
2506
  });
2423
2507
  Object.defineProperty(DomainChartDescription.prototype, "highlightedDataSourceRef", {
2424
2508
  get: function () {
2425
- return this.nb;
2509
+ return this.nf;
2426
2510
  },
2427
2511
  set: function (a) {
2428
- this.nb = a;
2512
+ this.nf = a;
2429
2513
  this.j("HighlightedDataSourceRef");
2430
2514
  },
2431
2515
  enumerable: false,
@@ -2510,10 +2594,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2510
2594
  });
2511
2595
  Object.defineProperty(DomainChartDescription.prototype, "legendRef", {
2512
2596
  get: function () {
2513
- return this.nt;
2597
+ return this.nx;
2514
2598
  },
2515
2599
  set: function (a) {
2516
- this.nt = a;
2600
+ this.nx = a;
2517
2601
  this.j("LegendRef");
2518
2602
  },
2519
2603
  enumerable: false,
@@ -2576,10 +2660,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2576
2660
  });
2577
2661
  Object.defineProperty(DomainChartDescription.prototype, "highlightedValuesDisplayMode", {
2578
2662
  get: function () {
2579
- return this.nd;
2663
+ return this.nh;
2580
2664
  },
2581
2665
  set: function (a) {
2582
- this.nd = a;
2666
+ this.nh = a;
2583
2667
  this.j("HighlightedValuesDisplayMode");
2584
2668
  },
2585
2669
  enumerable: false,
@@ -2598,10 +2682,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2598
2682
  });
2599
2683
  Object.defineProperty(DomainChartDescription.prototype, "highlightedLegendItemVisibility", {
2600
2684
  get: function () {
2601
- return this.nc;
2685
+ return this.ng;
2602
2686
  },
2603
2687
  set: function (a) {
2604
- this.nc = a;
2688
+ this.ng = a;
2605
2689
  this.j("HighlightedLegendItemVisibility");
2606
2690
  },
2607
2691
  enumerable: false,
@@ -2609,10 +2693,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2609
2693
  });
2610
2694
  Object.defineProperty(DomainChartDescription.prototype, "legendItemVisibility", {
2611
2695
  get: function () {
2612
- return this.ns;
2696
+ return this.nw;
2613
2697
  },
2614
2698
  set: function (a) {
2615
- this.ns = a;
2699
+ this.nw = a;
2616
2700
  this.j("LegendItemVisibility");
2617
2701
  },
2618
2702
  enumerable: false,
@@ -2631,10 +2715,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2631
2715
  });
2632
2716
  Object.defineProperty(DomainChartDescription.prototype, "chartTitle", {
2633
2717
  get: function () {
2634
- return this.k5;
2718
+ return this.k9;
2635
2719
  },
2636
2720
  set: function (a) {
2637
- this.k5 = a;
2721
+ this.k9 = a;
2638
2722
  this.j("ChartTitle");
2639
2723
  },
2640
2724
  enumerable: false,
@@ -2642,10 +2726,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2642
2726
  });
2643
2727
  Object.defineProperty(DomainChartDescription.prototype, "subtitle", {
2644
2728
  get: function () {
2645
- return this.oh;
2729
+ return this.ol;
2646
2730
  },
2647
2731
  set: function (a) {
2648
- this.oh = a;
2732
+ this.ol = a;
2649
2733
  this.j("Subtitle");
2650
2734
  },
2651
2735
  enumerable: false,
@@ -2653,10 +2737,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2653
2737
  });
2654
2738
  Object.defineProperty(DomainChartDescription.prototype, "titleAlignment", {
2655
2739
  get: function () {
2656
- return this.ol;
2740
+ return this.os;
2657
2741
  },
2658
2742
  set: function (a) {
2659
- this.ol = a;
2743
+ this.os = a;
2660
2744
  this.j("TitleAlignment");
2661
2745
  },
2662
2746
  enumerable: false,
@@ -2664,10 +2748,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2664
2748
  });
2665
2749
  Object.defineProperty(DomainChartDescription.prototype, "subtitleAlignment", {
2666
2750
  get: function () {
2667
- return this.oi;
2751
+ return this.om;
2668
2752
  },
2669
2753
  set: function (a) {
2670
- this.oi = a;
2754
+ this.om = a;
2671
2755
  this.j("SubtitleAlignment");
2672
2756
  },
2673
2757
  enumerable: false,
@@ -2675,10 +2759,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2675
2759
  });
2676
2760
  Object.defineProperty(DomainChartDescription.prototype, "unknownValuePlotting", {
2677
2761
  get: function () {
2678
- return this.or;
2762
+ return this.o0;
2679
2763
  },
2680
2764
  set: function (a) {
2681
- this.or = a;
2765
+ this.o0 = a;
2682
2766
  this.j("UnknownValuePlotting");
2683
2767
  },
2684
2768
  enumerable: false,
@@ -2697,10 +2781,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2697
2781
  });
2698
2782
  Object.defineProperty(DomainChartDescription.prototype, "thickness", {
2699
2783
  get: function () {
2700
- return this.f8;
2784
+ return this.f9;
2701
2785
  },
2702
2786
  set: function (a) {
2703
- this.f8 = a;
2787
+ this.f9 = a;
2704
2788
  this.j("Thickness");
2705
2789
  },
2706
2790
  enumerable: false,
@@ -2708,10 +2792,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2708
2792
  });
2709
2793
  Object.defineProperty(DomainChartDescription.prototype, "outlineMode", {
2710
2794
  get: function () {
2711
- return this.nx;
2795
+ return this.n1;
2712
2796
  },
2713
2797
  set: function (a) {
2714
- this.nx = a;
2798
+ this.n1 = a;
2715
2799
  this.j("OutlineMode");
2716
2800
  },
2717
2801
  enumerable: false,
@@ -2719,10 +2803,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2719
2803
  });
2720
2804
  Object.defineProperty(DomainChartDescription.prototype, "markerOutlineMode", {
2721
2805
  get: function () {
2722
- return this.nw;
2806
+ return this.n0;
2723
2807
  },
2724
2808
  set: function (a) {
2725
- this.nw = a;
2809
+ this.n0 = a;
2726
2810
  this.j("MarkerOutlineMode");
2727
2811
  },
2728
2812
  enumerable: false,
@@ -2730,10 +2814,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2730
2814
  });
2731
2815
  Object.defineProperty(DomainChartDescription.prototype, "markerFillMode", {
2732
2816
  get: function () {
2733
- return this.nv;
2817
+ return this.nz;
2734
2818
  },
2735
2819
  set: function (a) {
2736
- this.nv = a;
2820
+ this.nz = a;
2737
2821
  this.j("MarkerFillMode");
2738
2822
  },
2739
2823
  enumerable: false,
@@ -2774,10 +2858,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2774
2858
  });
2775
2859
  Object.defineProperty(DomainChartDescription.prototype, "markerAutomaticBehavior", {
2776
2860
  get: function () {
2777
- return this.nu;
2861
+ return this.ny;
2778
2862
  },
2779
2863
  set: function (a) {
2780
- this.nu = a;
2864
+ this.ny = a;
2781
2865
  this.j("MarkerAutomaticBehavior");
2782
2866
  },
2783
2867
  enumerable: false,
@@ -2807,10 +2891,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2807
2891
  });
2808
2892
  Object.defineProperty(DomainChartDescription.prototype, "markerMaxCount", {
2809
2893
  get: function () {
2810
- return this.j3;
2894
+ return this.j7;
2811
2895
  },
2812
2896
  set: function (a) {
2813
- this.j3 = a;
2897
+ this.j7 = a;
2814
2898
  this.j("MarkerMaxCount");
2815
2899
  },
2816
2900
  enumerable: false,
@@ -2851,10 +2935,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2851
2935
  });
2852
2936
  Object.defineProperty(DomainChartDescription.prototype, "trendLineType", {
2853
2937
  get: function () {
2854
- return this.oq;
2938
+ return this.oz;
2855
2939
  },
2856
2940
  set: function (a) {
2857
- this.oq = a;
2941
+ this.oz = a;
2858
2942
  this.j("TrendLineType");
2859
2943
  },
2860
2944
  enumerable: false,
@@ -2862,10 +2946,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2862
2946
  });
2863
2947
  Object.defineProperty(DomainChartDescription.prototype, "trendLineThickness", {
2864
2948
  get: function () {
2865
- return this.ge;
2949
+ return this.gg;
2866
2950
  },
2867
2951
  set: function (a) {
2868
- this.ge = a;
2952
+ this.gg = a;
2869
2953
  this.j("TrendLineThickness");
2870
2954
  },
2871
2955
  enumerable: false,
@@ -2950,10 +3034,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2950
3034
  });
2951
3035
  Object.defineProperty(DomainChartDescription.prototype, "highlightingDismissDelayMilliseconds", {
2952
3036
  get: function () {
2953
- return this.j1;
3037
+ return this.j5;
2954
3038
  },
2955
3039
  set: function (a) {
2956
- this.j1 = a;
3040
+ this.j5 = a;
2957
3041
  this.j("HighlightingDismissDelayMilliseconds");
2958
3042
  },
2959
3043
  enumerable: false,
@@ -2961,10 +3045,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2961
3045
  });
2962
3046
  Object.defineProperty(DomainChartDescription.prototype, "focusDismissDelayMilliseconds", {
2963
3047
  get: function () {
2964
- return this.jz;
3048
+ return this.j3;
2965
3049
  },
2966
3050
  set: function (a) {
2967
- this.jz = a;
3051
+ this.j3 = a;
2968
3052
  this.j("FocusDismissDelayMilliseconds");
2969
3053
  },
2970
3054
  enumerable: false,
@@ -2972,10 +3056,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2972
3056
  });
2973
3057
  Object.defineProperty(DomainChartDescription.prototype, "selectionDismissDelayMilliseconds", {
2974
3058
  get: function () {
2975
- return this.j4;
3059
+ return this.j8;
2976
3060
  },
2977
3061
  set: function (a) {
2978
- this.j4 = a;
3062
+ this.j8 = a;
2979
3063
  this.j("SelectionDismissDelayMilliseconds");
2980
3064
  },
2981
3065
  enumerable: false,
@@ -2983,10 +3067,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2983
3067
  });
2984
3068
  Object.defineProperty(DomainChartDescription.prototype, "computedPlotAreaMarginMode", {
2985
3069
  get: function () {
2986
- return this.k6;
3070
+ return this.la;
2987
3071
  },
2988
3072
  set: function (a) {
2989
- this.k6 = a;
3073
+ this.la = a;
2990
3074
  this.j("ComputedPlotAreaMarginMode");
2991
3075
  },
2992
3076
  enumerable: false,
@@ -2994,10 +3078,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2994
3078
  });
2995
3079
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginHorizontalMode", {
2996
3080
  get: function () {
2997
- return this.n9;
3081
+ return this.od;
2998
3082
  },
2999
3083
  set: function (a) {
3000
- this.n9 = a;
3084
+ this.od = a;
3001
3085
  this.j("SeriesPlotAreaMarginHorizontalMode");
3002
3086
  },
3003
3087
  enumerable: false,
@@ -3005,10 +3089,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3005
3089
  });
3006
3090
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginVerticalMode", {
3007
3091
  get: function () {
3008
- return this.oa;
3092
+ return this.oe;
3009
3093
  },
3010
3094
  set: function (a) {
3011
- this.oa = a;
3095
+ this.oe = a;
3012
3096
  this.j("SeriesPlotAreaMarginVerticalMode");
3013
3097
  },
3014
3098
  enumerable: false,
@@ -3016,10 +3100,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3016
3100
  });
3017
3101
  Object.defineProperty(DomainChartDescription.prototype, "highlightingMode", {
3018
3102
  get: function () {
3019
- return this.nf;
3103
+ return this.nj;
3020
3104
  },
3021
3105
  set: function (a) {
3022
- this.nf = a;
3106
+ this.nj = a;
3023
3107
  this.j("HighlightingMode");
3024
3108
  },
3025
3109
  enumerable: false,
@@ -3027,10 +3111,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3027
3111
  });
3028
3112
  Object.defineProperty(DomainChartDescription.prototype, "highlightingBehavior", {
3029
3113
  get: function () {
3030
- return this.ne;
3114
+ return this.ni;
3031
3115
  },
3032
3116
  set: function (a) {
3033
- this.ne = a;
3117
+ this.ni = a;
3034
3118
  this.j("HighlightingBehavior");
3035
3119
  },
3036
3120
  enumerable: false,
@@ -3049,10 +3133,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3049
3133
  });
3050
3134
  Object.defineProperty(DomainChartDescription.prototype, "legendHighlightingMode", {
3051
3135
  get: function () {
3052
- return this.np;
3136
+ return this.nt;
3053
3137
  },
3054
3138
  set: function (a) {
3055
- this.np = a;
3139
+ this.nt = a;
3056
3140
  this.j("LegendHighlightingMode");
3057
3141
  },
3058
3142
  enumerable: false,
@@ -3060,10 +3144,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3060
3144
  });
3061
3145
  Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeShape", {
3062
3146
  get: function () {
3063
- return this.nr;
3147
+ return this.nv;
3064
3148
  },
3065
3149
  set: function (a) {
3066
- this.nr = a;
3150
+ this.nv = a;
3067
3151
  this.j("LegendItemBadgeShape");
3068
3152
  },
3069
3153
  enumerable: false,
@@ -3071,10 +3155,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3071
3155
  });
3072
3156
  Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeMode", {
3073
3157
  get: function () {
3074
- return this.nq;
3158
+ return this.nu;
3075
3159
  },
3076
3160
  set: function (a) {
3077
- this.nq = a;
3161
+ this.nu = a;
3078
3162
  this.j("LegendItemBadgeMode");
3079
3163
  },
3080
3164
  enumerable: false,
@@ -3082,10 +3166,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3082
3166
  });
3083
3167
  Object.defineProperty(DomainChartDescription.prototype, "trendLinePeriod", {
3084
3168
  get: function () {
3085
- return this.j7;
3169
+ return this.kb;
3086
3170
  },
3087
3171
  set: function (a) {
3088
- this.j7 = a;
3172
+ this.kb = a;
3089
3173
  this.j("TrendLinePeriod");
3090
3174
  },
3091
3175
  enumerable: false,
@@ -3093,10 +3177,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3093
3177
  });
3094
3178
  Object.defineProperty(DomainChartDescription.prototype, "toolTipType", {
3095
3179
  get: function () {
3096
- return this.oo;
3180
+ return this.ox;
3097
3181
  },
3098
3182
  set: function (a) {
3099
- this.oo = a;
3183
+ this.ox = a;
3100
3184
  this.j("ToolTipType");
3101
3185
  },
3102
3186
  enumerable: false,
@@ -3104,10 +3188,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3104
3188
  });
3105
3189
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsDisplayMode", {
3106
3190
  get: function () {
3107
- return this.lb;
3191
+ return this.lf;
3108
3192
  },
3109
3193
  set: function (a) {
3110
- this.lb = a;
3194
+ this.lf = a;
3111
3195
  this.j("CrosshairsDisplayMode");
3112
3196
  },
3113
3197
  enumerable: false,
@@ -3126,10 +3210,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3126
3210
  });
3127
3211
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineVerticalStroke", {
3128
3212
  get: function () {
3129
- return this.ld;
3213
+ return this.lh;
3130
3214
  },
3131
3215
  set: function (a) {
3132
- this.ld = a;
3216
+ this.lh = a;
3133
3217
  this.j("CrosshairsLineVerticalStroke");
3134
3218
  },
3135
3219
  enumerable: false,
@@ -3148,10 +3232,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3148
3232
  });
3149
3233
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineHorizontalStroke", {
3150
3234
  get: function () {
3151
- return this.lc;
3235
+ return this.lg;
3152
3236
  },
3153
3237
  set: function (a) {
3154
- this.lc = a;
3238
+ this.lg = a;
3155
3239
  this.j("CrosshairsLineHorizontalStroke");
3156
3240
  },
3157
3241
  enumerable: false,
@@ -3192,10 +3276,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3192
3276
  });
3193
3277
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisBackground", {
3194
3278
  get: function () {
3195
- return this.k7;
3279
+ return this.lb;
3196
3280
  },
3197
3281
  set: function (a) {
3198
- this.k7 = a;
3282
+ this.lb = a;
3199
3283
  this.j("CrosshairsAnnotationXAxisBackground");
3200
3284
  },
3201
3285
  enumerable: false,
@@ -3203,10 +3287,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3203
3287
  });
3204
3288
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisBackground", {
3205
3289
  get: function () {
3206
- return this.k9;
3290
+ return this.ld;
3207
3291
  },
3208
3292
  set: function (a) {
3209
- this.k9 = a;
3293
+ this.ld = a;
3210
3294
  this.j("CrosshairsAnnotationYAxisBackground");
3211
3295
  },
3212
3296
  enumerable: false,
@@ -3214,10 +3298,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3214
3298
  });
3215
3299
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisTextColor", {
3216
3300
  get: function () {
3217
- return this.k8;
3301
+ return this.lc;
3218
3302
  },
3219
3303
  set: function (a) {
3220
- this.k8 = a;
3304
+ this.lc = a;
3221
3305
  this.j("CrosshairsAnnotationXAxisTextColor");
3222
3306
  },
3223
3307
  enumerable: false,
@@ -3225,10 +3309,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3225
3309
  });
3226
3310
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisTextColor", {
3227
3311
  get: function () {
3228
- return this.la;
3312
+ return this.le;
3229
3313
  },
3230
3314
  set: function (a) {
3231
- this.la = a;
3315
+ this.le = a;
3232
3316
  this.j("CrosshairsAnnotationYAxisTextColor");
3233
3317
  },
3234
3318
  enumerable: false,
@@ -3236,10 +3320,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3236
3320
  });
3237
3321
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisPrecision", {
3238
3322
  get: function () {
3239
- return this.ju;
3323
+ return this.jy;
3240
3324
  },
3241
3325
  set: function (a) {
3242
- this.ju = a;
3326
+ this.jy = a;
3243
3327
  this.j("CrosshairsAnnotationXAxisPrecision");
3244
3328
  },
3245
3329
  enumerable: false,
@@ -3247,10 +3331,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3247
3331
  });
3248
3332
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisPrecision", {
3249
3333
  get: function () {
3250
- return this.jv;
3334
+ return this.jz;
3251
3335
  },
3252
3336
  set: function (a) {
3253
- this.jv = a;
3337
+ this.jz = a;
3254
3338
  this.j("CrosshairsAnnotationYAxisPrecision");
3255
3339
  },
3256
3340
  enumerable: false,
@@ -3291,10 +3375,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3291
3375
  });
3292
3376
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsBackground", {
3293
3377
  get: function () {
3294
- return this.m5;
3378
+ return this.m9;
3295
3379
  },
3296
3380
  set: function (a) {
3297
- this.m5 = a;
3381
+ this.m9 = a;
3298
3382
  this.j("FinalValueAnnotationsBackground");
3299
3383
  },
3300
3384
  enumerable: false,
@@ -3302,10 +3386,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3302
3386
  });
3303
3387
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsTextColor", {
3304
3388
  get: function () {
3305
- return this.m6;
3389
+ return this.na;
3306
3390
  },
3307
3391
  set: function (a) {
3308
- this.m6 = a;
3392
+ this.na = a;
3309
3393
  this.j("FinalValueAnnotationsTextColor");
3310
3394
  },
3311
3395
  enumerable: false,
@@ -3313,10 +3397,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3313
3397
  });
3314
3398
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsPrecision", {
3315
3399
  get: function () {
3316
- return this.jy;
3400
+ return this.j2;
3317
3401
  },
3318
3402
  set: function (a) {
3319
- this.jy = a;
3403
+ this.j2 = a;
3320
3404
  this.j("FinalValueAnnotationsPrecision");
3321
3405
  },
3322
3406
  enumerable: false,
@@ -3368,10 +3452,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3368
3452
  });
3369
3453
  Object.defineProperty(DomainChartDescription.prototype, "calloutCollisionMode", {
3370
3454
  get: function () {
3371
- return this.kn;
3455
+ return this.kr;
3372
3456
  },
3373
3457
  set: function (a) {
3374
- this.kn = a;
3458
+ this.kr = a;
3375
3459
  this.j("CalloutCollisionMode");
3376
3460
  },
3377
3461
  enumerable: false,
@@ -3423,10 +3507,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3423
3507
  });
3424
3508
  Object.defineProperty(DomainChartDescription.prototype, "calloutsBackground", {
3425
3509
  get: function () {
3426
- return this.kq;
3510
+ return this.ku;
3427
3511
  },
3428
3512
  set: function (a) {
3429
- this.kq = a;
3513
+ this.ku = a;
3430
3514
  this.j("CalloutsBackground");
3431
3515
  },
3432
3516
  enumerable: false,
@@ -3434,10 +3518,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3434
3518
  });
3435
3519
  Object.defineProperty(DomainChartDescription.prototype, "calloutsOutline", {
3436
3520
  get: function () {
3437
- return this.k0;
3521
+ return this.k4;
3438
3522
  },
3439
3523
  set: function (a) {
3440
- this.k0 = a;
3524
+ this.k4 = a;
3441
3525
  this.j("CalloutsOutline");
3442
3526
  },
3443
3527
  enumerable: false,
@@ -3445,10 +3529,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3445
3529
  });
3446
3530
  Object.defineProperty(DomainChartDescription.prototype, "calloutsTextColor", {
3447
3531
  get: function () {
3448
- return this.k1;
3532
+ return this.k5;
3449
3533
  },
3450
3534
  set: function (a) {
3451
- this.k1 = a;
3535
+ this.k5 = a;
3452
3536
  this.j("CalloutsTextColor");
3453
3537
  },
3454
3538
  enumerable: false,
@@ -3456,10 +3540,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3456
3540
  });
3457
3541
  Object.defineProperty(DomainChartDescription.prototype, "calloutsLightTextColor", {
3458
3542
  get: function () {
3459
- return this.kz;
3543
+ return this.k3;
3460
3544
  },
3461
3545
  set: function (a) {
3462
- this.kz = a;
3546
+ this.k3 = a;
3463
3547
  this.j("CalloutsLightTextColor");
3464
3548
  },
3465
3549
  enumerable: false,
@@ -3467,10 +3551,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3467
3551
  });
3468
3552
  Object.defineProperty(DomainChartDescription.prototype, "calloutsDarkTextColor", {
3469
3553
  get: function () {
3470
- return this.ks;
3554
+ return this.kw;
3471
3555
  },
3472
3556
  set: function (a) {
3473
- this.ks = a;
3557
+ this.kw = a;
3474
3558
  this.j("CalloutsDarkTextColor");
3475
3559
  },
3476
3560
  enumerable: false,
@@ -3478,10 +3562,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3478
3562
  });
3479
3563
  Object.defineProperty(DomainChartDescription.prototype, "calloutsLeaderBrush", {
3480
3564
  get: function () {
3481
- return this.ky;
3565
+ return this.k2;
3482
3566
  },
3483
3567
  set: function (a) {
3484
- this.ky = a;
3568
+ this.k2 = a;
3485
3569
  this.j("CalloutsLeaderBrush");
3486
3570
  },
3487
3571
  enumerable: false,
@@ -3489,10 +3573,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3489
3573
  });
3490
3574
  Object.defineProperty(DomainChartDescription.prototype, "calloutsAutoLabelPrecision", {
3491
3575
  get: function () {
3492
- return this.jt;
3576
+ return this.jx;
3493
3577
  },
3494
3578
  set: function (a) {
3495
- this.jt = a;
3579
+ this.jx = a;
3496
3580
  this.j("CalloutsAutoLabelPrecision");
3497
3581
  },
3498
3582
  enumerable: false,
@@ -3500,10 +3584,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3500
3584
  });
3501
3585
  Object.defineProperty(DomainChartDescription.prototype, "calloutsDataSourceRef", {
3502
3586
  get: function () {
3503
- return this.kt;
3587
+ return this.kx;
3504
3588
  },
3505
3589
  set: function (a) {
3506
- this.kt = a;
3590
+ this.kx = a;
3507
3591
  this.j("CalloutsDataSourceRef");
3508
3592
  },
3509
3593
  enumerable: false,
@@ -3522,10 +3606,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3522
3606
  });
3523
3607
  Object.defineProperty(DomainChartDescription.prototype, "calloutsXMemberPath", {
3524
3608
  get: function () {
3525
- return this.k3;
3609
+ return this.k7;
3526
3610
  },
3527
3611
  set: function (a) {
3528
- this.k3 = a;
3612
+ this.k7 = a;
3529
3613
  this.j("CalloutsXMemberPath");
3530
3614
  },
3531
3615
  enumerable: false,
@@ -3533,10 +3617,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3533
3617
  });
3534
3618
  Object.defineProperty(DomainChartDescription.prototype, "calloutsYMemberPath", {
3535
3619
  get: function () {
3536
- return this.k4;
3620
+ return this.k8;
3537
3621
  },
3538
3622
  set: function (a) {
3539
- this.k4 = a;
3623
+ this.k8 = a;
3540
3624
  this.j("CalloutsYMemberPath");
3541
3625
  },
3542
3626
  enumerable: false,
@@ -3544,10 +3628,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3544
3628
  });
3545
3629
  Object.defineProperty(DomainChartDescription.prototype, "calloutsLabelMemberPath", {
3546
3630
  get: function () {
3547
- return this.kx;
3631
+ return this.k1;
3548
3632
  },
3549
3633
  set: function (a) {
3550
- this.kx = a;
3634
+ this.k1 = a;
3551
3635
  this.j("CalloutsLabelMemberPath");
3552
3636
  },
3553
3637
  enumerable: false,
@@ -3555,10 +3639,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3555
3639
  });
3556
3640
  Object.defineProperty(DomainChartDescription.prototype, "calloutsContentMemberPath", {
3557
3641
  get: function () {
3558
- return this.kr;
3642
+ return this.kv;
3559
3643
  },
3560
3644
  set: function (a) {
3561
- this.kr = a;
3645
+ this.kv = a;
3562
3646
  this.j("CalloutsContentMemberPath");
3563
3647
  },
3564
3648
  enumerable: false,
@@ -3566,10 +3650,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3566
3650
  });
3567
3651
  Object.defineProperty(DomainChartDescription.prototype, "calloutsFontFamily", {
3568
3652
  get: function () {
3569
- return this.ku;
3653
+ return this.ky;
3570
3654
  },
3571
3655
  set: function (a) {
3572
- this.ku = a;
3656
+ this.ky = a;
3573
3657
  this.j("CalloutsFontFamily");
3574
3658
  },
3575
3659
  enumerable: false,
@@ -3588,10 +3672,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3588
3672
  });
3589
3673
  Object.defineProperty(DomainChartDescription.prototype, "calloutsFontStyle", {
3590
3674
  get: function () {
3591
- return this.kv;
3675
+ return this.kz;
3592
3676
  },
3593
3677
  set: function (a) {
3594
- this.kv = a;
3678
+ this.kz = a;
3595
3679
  this.j("CalloutsFontStyle");
3596
3680
  },
3597
3681
  enumerable: false,
@@ -3599,10 +3683,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3599
3683
  });
3600
3684
  Object.defineProperty(DomainChartDescription.prototype, "calloutsFontWeight", {
3601
3685
  get: function () {
3602
- return this.kw;
3686
+ return this.k0;
3603
3687
  },
3604
3688
  set: function (a) {
3605
- this.kw = a;
3689
+ this.k0 = a;
3606
3690
  this.j("CalloutsFontWeight");
3607
3691
  },
3608
3692
  enumerable: false,
@@ -3632,10 +3716,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3632
3716
  });
3633
3717
  Object.defineProperty(DomainChartDescription.prototype, "valueLinesThickness", {
3634
3718
  get: function () {
3635
- return this.gf;
3719
+ return this.gh;
3636
3720
  },
3637
3721
  set: function (a) {
3638
- this.gf = a;
3722
+ this.gh = a;
3639
3723
  this.j("ValueLinesThickness");
3640
3724
  },
3641
3725
  enumerable: false,
@@ -3654,10 +3738,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3654
3738
  });
3655
3739
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMode", {
3656
3740
  get: function () {
3657
- return this.nh;
3741
+ return this.nl;
3658
3742
  },
3659
3743
  set: function (a) {
3660
- this.nh = a;
3744
+ this.nl = a;
3661
3745
  this.j("HorizontalViewScrollbarMode");
3662
3746
  },
3663
3747
  enumerable: false,
@@ -3665,10 +3749,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3665
3749
  });
3666
3750
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMode", {
3667
3751
  get: function () {
3668
- return this.ov;
3752
+ return this.o4;
3669
3753
  },
3670
3754
  set: function (a) {
3671
- this.ov = a;
3755
+ this.o4 = a;
3672
3756
  this.j("VerticalViewScrollbarMode");
3673
3757
  },
3674
3758
  enumerable: false,
@@ -3676,10 +3760,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3676
3760
  });
3677
3761
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarPosition", {
3678
3762
  get: function () {
3679
- return this.nj;
3763
+ return this.nn;
3680
3764
  },
3681
3765
  set: function (a) {
3682
- this.nj = a;
3766
+ this.nn = a;
3683
3767
  this.j("HorizontalViewScrollbarPosition");
3684
3768
  },
3685
3769
  enumerable: false,
@@ -3687,10 +3771,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3687
3771
  });
3688
3772
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarPosition", {
3689
3773
  get: function () {
3690
- return this.ox;
3774
+ return this.o6;
3691
3775
  },
3692
3776
  set: function (a) {
3693
- this.ox = a;
3777
+ this.o6 = a;
3694
3778
  this.j("VerticalViewScrollbarPosition");
3695
3779
  },
3696
3780
  enumerable: false,
@@ -3698,10 +3782,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3698
3782
  });
3699
3783
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarFill", {
3700
3784
  get: function () {
3701
- return this.ng;
3785
+ return this.nk;
3702
3786
  },
3703
3787
  set: function (a) {
3704
- this.ng = a;
3788
+ this.nk = a;
3705
3789
  this.j("HorizontalViewScrollbarFill");
3706
3790
  },
3707
3791
  enumerable: false,
@@ -3709,10 +3793,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3709
3793
  });
3710
3794
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarOutline", {
3711
3795
  get: function () {
3712
- return this.ni;
3796
+ return this.nm;
3713
3797
  },
3714
3798
  set: function (a) {
3715
- this.ni = a;
3799
+ this.nm = a;
3716
3800
  this.j("HorizontalViewScrollbarOutline");
3717
3801
  },
3718
3802
  enumerable: false,
@@ -3808,10 +3892,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3808
3892
  });
3809
3893
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarFill", {
3810
3894
  get: function () {
3811
- return this.ou;
3895
+ return this.o3;
3812
3896
  },
3813
3897
  set: function (a) {
3814
- this.ou = a;
3898
+ this.o3 = a;
3815
3899
  this.j("VerticalViewScrollbarFill");
3816
3900
  },
3817
3901
  enumerable: false,
@@ -3819,10 +3903,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3819
3903
  });
3820
3904
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarOutline", {
3821
3905
  get: function () {
3822
- return this.ow;
3906
+ return this.o5;
3823
3907
  },
3824
3908
  set: function (a) {
3825
- this.ow = a;
3909
+ this.o5 = a;
3826
3910
  this.j("VerticalViewScrollbarOutline");
3827
3911
  },
3828
3912
  enumerable: false,
@@ -3830,10 +3914,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3830
3914
  });
3831
3915
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarStrokeThickness", {
3832
3916
  get: function () {
3833
- return this.gj;
3917
+ return this.gl;
3834
3918
  },
3835
3919
  set: function (a) {
3836
- this.gj = a;
3920
+ this.gl = a;
3837
3921
  this.j("VerticalViewScrollbarStrokeThickness");
3838
3922
  },
3839
3923
  enumerable: false,
@@ -3841,10 +3925,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3841
3925
  });
3842
3926
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMaxOpacity", {
3843
3927
  get: function () {
3844
- return this.gi;
3928
+ return this.gk;
3845
3929
  },
3846
3930
  set: function (a) {
3847
- this.gi = a;
3931
+ this.gk = a;
3848
3932
  this.j("VerticalViewScrollbarMaxOpacity");
3849
3933
  },
3850
3934
  enumerable: false,
@@ -3852,10 +3936,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3852
3936
  });
3853
3937
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarCornerRadius", {
3854
3938
  get: function () {
3855
- return this.gg;
3939
+ return this.gi;
3856
3940
  },
3857
3941
  set: function (a) {
3858
- this.gg = a;
3942
+ this.gi = a;
3859
3943
  this.j("VerticalViewScrollbarCornerRadius");
3860
3944
  },
3861
3945
  enumerable: false,
@@ -3863,10 +3947,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3863
3947
  });
3864
3948
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarWidth", {
3865
3949
  get: function () {
3866
- return this.gm;
3950
+ return this.go;
3867
3951
  },
3868
3952
  set: function (a) {
3869
- this.gm = a;
3953
+ this.go = a;
3870
3954
  this.j("VerticalViewScrollbarWidth");
3871
3955
  },
3872
3956
  enumerable: false,
@@ -3874,10 +3958,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3874
3958
  });
3875
3959
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarInset", {
3876
3960
  get: function () {
3877
- return this.gh;
3961
+ return this.gj;
3878
3962
  },
3879
3963
  set: function (a) {
3880
- this.gh = a;
3964
+ this.gj = a;
3881
3965
  this.j("VerticalViewScrollbarInset");
3882
3966
  },
3883
3967
  enumerable: false,
@@ -3885,10 +3969,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3885
3969
  });
3886
3970
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackStartInset", {
3887
3971
  get: function () {
3888
- return this.gl;
3972
+ return this.gn;
3889
3973
  },
3890
3974
  set: function (a) {
3891
- this.gl = a;
3975
+ this.gn = a;
3892
3976
  this.j("VerticalViewScrollbarTrackStartInset");
3893
3977
  },
3894
3978
  enumerable: false,
@@ -3896,10 +3980,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3896
3980
  });
3897
3981
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackEndInset", {
3898
3982
  get: function () {
3899
- return this.gk;
3983
+ return this.gm;
3900
3984
  },
3901
3985
  set: function (a) {
3902
- this.gk = a;
3986
+ this.gm = a;
3903
3987
  this.j("VerticalViewScrollbarTrackEndInset");
3904
3988
  },
3905
3989
  enumerable: false,
@@ -3918,10 +4002,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3918
4002
  });
3919
4003
  Object.defineProperty(DomainChartDescription.prototype, "windowRectMinWidth", {
3920
4004
  get: function () {
3921
- return this.go;
4005
+ return this.gq;
3922
4006
  },
3923
4007
  set: function (a) {
3924
- this.go = a;
4008
+ this.gq = a;
3925
4009
  this.j("WindowRectMinWidth");
3926
4010
  },
3927
4011
  enumerable: false,
@@ -3929,10 +4013,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3929
4013
  });
3930
4014
  Object.defineProperty(DomainChartDescription.prototype, "windowRectMinHeight", {
3931
4015
  get: function () {
3932
- return this.gn;
4016
+ return this.gp;
3933
4017
  },
3934
4018
  set: function (a) {
3935
- this.gn = a;
4019
+ this.gp = a;
3936
4020
  this.j("WindowRectMinHeight");
3937
4021
  },
3938
4022
  enumerable: false,
@@ -3940,10 +4024,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3940
4024
  });
3941
4025
  Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinWidth", {
3942
4026
  get: function () {
3943
- return this.gq;
4027
+ return this.gs;
3944
4028
  },
3945
4029
  set: function (a) {
3946
- this.gq = a;
4030
+ this.gs = a;
3947
4031
  this.j("WindowSizeMinWidth");
3948
4032
  },
3949
4033
  enumerable: false,
@@ -3951,10 +4035,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3951
4035
  });
3952
4036
  Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinHeight", {
3953
4037
  get: function () {
3954
- return this.gp;
4038
+ return this.gr;
3955
4039
  },
3956
4040
  set: function (a) {
3957
- this.gp = a;
4041
+ this.gr = a;
3958
4042
  this.j("WindowSizeMinHeight");
3959
4043
  },
3960
4044
  enumerable: false,
@@ -3973,10 +4057,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3973
4057
  });
3974
4058
  Object.defineProperty(DomainChartDescription.prototype, "userAnnotationInformationRequestedRef", {
3975
4059
  get: function () {
3976
- return this.os;
4060
+ return this.o1;
3977
4061
  },
3978
4062
  set: function (a) {
3979
- this.os = a;
4063
+ this.o1 = a;
3980
4064
  this.j("UserAnnotationInformationRequestedRef");
3981
4065
  },
3982
4066
  enumerable: false,
@@ -3984,10 +4068,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3984
4068
  });
3985
4069
  Object.defineProperty(DomainChartDescription.prototype, "userAnnotationToolTipContentUpdatingRef", {
3986
4070
  get: function () {
3987
- return this.ot;
4071
+ return this.o2;
3988
4072
  },
3989
4073
  set: function (a) {
3990
- this.ot = a;
4074
+ this.o2 = a;
3991
4075
  this.j("UserAnnotationToolTipContentUpdatingRef");
3992
4076
  },
3993
4077
  enumerable: false,
@@ -3995,10 +4079,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3995
4079
  });
3996
4080
  Object.defineProperty(DomainChartDescription.prototype, "seriesAddedRef", {
3997
4081
  get: function () {
3998
- return this.n7;
4082
+ return this.ob;
3999
4083
  },
4000
4084
  set: function (a) {
4001
- this.n7 = a;
4085
+ this.ob = a;
4002
4086
  this.j("SeriesAddedRef");
4003
4087
  },
4004
4088
  enumerable: false,
@@ -4006,10 +4090,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4006
4090
  });
4007
4091
  Object.defineProperty(DomainChartDescription.prototype, "seriesRemovedRef", {
4008
4092
  get: function () {
4009
- return this.og;
4093
+ return this.ok;
4010
4094
  },
4011
4095
  set: function (a) {
4012
- this.og = a;
4096
+ this.ok = a;
4013
4097
  this.j("SeriesRemovedRef");
4014
4098
  },
4015
4099
  enumerable: false,
@@ -4017,10 +4101,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4017
4101
  });
4018
4102
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerEnterRef", {
4019
4103
  get: function () {
4020
- return this.oc;
4104
+ return this.og;
4021
4105
  },
4022
4106
  set: function (a) {
4023
- this.oc = a;
4107
+ this.og = a;
4024
4108
  this.j("SeriesPointerEnterRef");
4025
4109
  },
4026
4110
  enumerable: false,
@@ -4028,10 +4112,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4028
4112
  });
4029
4113
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerLeaveRef", {
4030
4114
  get: function () {
4031
- return this.od;
4115
+ return this.oh;
4032
4116
  },
4033
4117
  set: function (a) {
4034
- this.od = a;
4118
+ this.oh = a;
4035
4119
  this.j("SeriesPointerLeaveRef");
4036
4120
  },
4037
4121
  enumerable: false,
@@ -4039,10 +4123,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4039
4123
  });
4040
4124
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerMoveRef", {
4041
4125
  get: function () {
4042
- return this.oe;
4126
+ return this.oi;
4043
4127
  },
4044
4128
  set: function (a) {
4045
- this.oe = a;
4129
+ this.oi = a;
4046
4130
  this.j("SeriesPointerMoveRef");
4047
4131
  },
4048
4132
  enumerable: false,
@@ -4050,10 +4134,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4050
4134
  });
4051
4135
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerDownRef", {
4052
4136
  get: function () {
4053
- return this.ob;
4137
+ return this.of;
4054
4138
  },
4055
4139
  set: function (a) {
4056
- this.ob = a;
4140
+ this.of = a;
4057
4141
  this.j("SeriesPointerDownRef");
4058
4142
  },
4059
4143
  enumerable: false,
@@ -4061,10 +4145,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4061
4145
  });
4062
4146
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerUpRef", {
4063
4147
  get: function () {
4064
- return this.of;
4148
+ return this.oj;
4065
4149
  },
4066
4150
  set: function (a) {
4067
- this.of = a;
4151
+ this.oj = a;
4068
4152
  this.j("SeriesPointerUpRef");
4069
4153
  },
4070
4154
  enumerable: false,
@@ -4072,10 +4156,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4072
4156
  });
4073
4157
  Object.defineProperty(DomainChartDescription.prototype, "seriesClickRef", {
4074
4158
  get: function () {
4075
- return this.n8;
4159
+ return this.oc;
4076
4160
  },
4077
4161
  set: function (a) {
4078
- this.n8 = a;
4162
+ this.oc = a;
4079
4163
  this.j("SeriesClickRef");
4080
4164
  },
4081
4165
  enumerable: false,
@@ -4083,10 +4167,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4083
4167
  });
4084
4168
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerEnterRef", {
4085
4169
  get: function () {
4086
- return this.nz;
4170
+ return this.n3;
4087
4171
  },
4088
4172
  set: function (a) {
4089
- this.nz = a;
4173
+ this.n3 = a;
4090
4174
  this.j("PlotAreaPointerEnterRef");
4091
4175
  },
4092
4176
  enumerable: false,
@@ -4094,10 +4178,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4094
4178
  });
4095
4179
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerLeaveRef", {
4096
4180
  get: function () {
4097
- return this.n0;
4181
+ return this.n4;
4098
4182
  },
4099
4183
  set: function (a) {
4100
- this.n0 = a;
4184
+ this.n4 = a;
4101
4185
  this.j("PlotAreaPointerLeaveRef");
4102
4186
  },
4103
4187
  enumerable: false,
@@ -4105,10 +4189,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4105
4189
  });
4106
4190
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerMoveRef", {
4107
4191
  get: function () {
4108
- return this.n1;
4192
+ return this.n5;
4109
4193
  },
4110
4194
  set: function (a) {
4111
- this.n1 = a;
4195
+ this.n5 = a;
4112
4196
  this.j("PlotAreaPointerMoveRef");
4113
4197
  },
4114
4198
  enumerable: false,
@@ -4116,10 +4200,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4116
4200
  });
4117
4201
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerDownRef", {
4118
4202
  get: function () {
4119
- return this.ny;
4203
+ return this.n2;
4120
4204
  },
4121
4205
  set: function (a) {
4122
- this.ny = a;
4206
+ this.n2 = a;
4123
4207
  this.j("PlotAreaPointerDownRef");
4124
4208
  },
4125
4209
  enumerable: false,
@@ -4127,10 +4211,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4127
4211
  });
4128
4212
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerUpRef", {
4129
4213
  get: function () {
4130
- return this.n2;
4214
+ return this.n6;
4131
4215
  },
4132
4216
  set: function (a) {
4133
- this.n2 = a;
4217
+ this.n6 = a;
4134
4218
  this.j("PlotAreaPointerUpRef");
4135
4219
  },
4136
4220
  enumerable: false,
@@ -4138,10 +4222,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4138
4222
  });
4139
4223
  Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingRef", {
4140
4224
  get: function () {
4141
- return this.k2;
4225
+ return this.k6;
4142
4226
  },
4143
4227
  set: function (a) {
4144
- this.k2 = a;
4228
+ this.k6 = a;
4145
4229
  this.j("CalloutStyleUpdatingRef");
4146
4230
  },
4147
4231
  enumerable: false,
@@ -4149,10 +4233,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4149
4233
  });
4150
4234
  Object.defineProperty(DomainChartDescription.prototype, "calloutRenderStyleUpdatingRef", {
4151
4235
  get: function () {
4152
- return this.kp;
4236
+ return this.kt;
4153
4237
  },
4154
4238
  set: function (a) {
4155
- this.kp = a;
4239
+ this.kt = a;
4156
4240
  this.j("CalloutRenderStyleUpdatingRef");
4157
4241
  },
4158
4242
  enumerable: false,
@@ -4160,10 +4244,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4160
4244
  });
4161
4245
  Object.defineProperty(DomainChartDescription.prototype, "calloutLabelUpdatingRef", {
4162
4246
  get: function () {
4163
- return this.ko;
4247
+ return this.ks;
4164
4248
  },
4165
4249
  set: function (a) {
4166
- this.ko = a;
4250
+ this.ks = a;
4167
4251
  this.j("CalloutLabelUpdatingRef");
4168
4252
  },
4169
4253
  enumerable: false,
@@ -4171,10 +4255,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4171
4255
  });
4172
4256
  Object.defineProperty(DomainChartDescription.prototype, "selectedSeriesItemsChangedRef", {
4173
4257
  get: function () {
4174
- return this.n3;
4258
+ return this.n7;
4175
4259
  },
4176
4260
  set: function (a) {
4177
- this.n3 = a;
4261
+ this.n7 = a;
4178
4262
  this.j("SelectedSeriesItemsChangedRef");
4179
4263
  },
4180
4264
  enumerable: false,
@@ -4182,10 +4266,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4182
4266
  });
4183
4267
  Object.defineProperty(DomainChartDescription.prototype, "focusedSeriesItemsChangedRef", {
4184
4268
  get: function () {
4185
- return this.m8;
4269
+ return this.nc;
4186
4270
  },
4187
4271
  set: function (a) {
4188
- this.m8 = a;
4272
+ this.nc = a;
4189
4273
  this.j("FocusedSeriesItemsChangedRef");
4190
4274
  },
4191
4275
  enumerable: false,
@@ -4193,10 +4277,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4193
4277
  });
4194
4278
  Object.defineProperty(DomainChartDescription.prototype, "filterStringErrorsParsingRef", {
4195
4279
  get: function () {
4196
- return this.m4;
4280
+ return this.m8;
4197
4281
  },
4198
4282
  set: function (a) {
4199
- this.m4 = a;
4283
+ this.m8 = a;
4200
4284
  this.j("FilterStringErrorsParsingRef");
4201
4285
  },
4202
4286
  enumerable: false,