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
@@ -13,71 +13,78 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
13
13
  class DomainChartDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.fx = 0;
17
- this.ga = 0;
18
16
  this.gb = 0;
19
- this.gc = 0;
20
- this.f9 = 0;
17
+ this.ou = null;
18
+ this.ot = null;
19
+ this.on = null;
21
20
  this.f5 = 0;
22
- this.f7 = 0;
21
+ this.op = null;
22
+ this.oo = null;
23
+ this.fx = 0;
24
+ this.gc = 0;
25
+ this.gd = 0;
26
+ this.ge = 0;
27
+ this.ga = 0;
23
28
  this.f6 = 0;
29
+ this.f8 = 0;
30
+ this.f7 = 0;
24
31
  this.f4 = 0;
25
- this.oj = null;
26
- this.om = null;
32
+ this.oq = null;
33
+ this.ov = null;
27
34
  this.fu = 0;
28
- this.gd = 0;
35
+ this.gf = 0;
29
36
  this.f3 = 0;
30
37
  this.ds = 0;
38
+ this.ka = 0;
39
+ this.oy = null;
31
40
  this.j6 = 0;
32
- this.op = null;
33
- this.j2 = 0;
34
- this.j5 = 0;
35
- this.j0 = 0;
36
- this.ok = null;
37
- this.on = null;
38
- this.li = null;
41
+ this.j9 = 0;
42
+ this.j4 = 0;
43
+ this.or = null;
44
+ this.ow = null;
45
+ this.lm = null;
39
46
  this.ep = 0;
40
47
  this.eq = 0;
41
48
  this.d0 = 0;
42
49
  this.d1 = 0;
43
- this.lg = null;
44
- this.lh = null;
50
+ this.lk = null;
51
+ this.ll = null;
45
52
  this.ca = false;
46
53
  this.s = null;
47
54
  this.p = null;
48
55
  this.r = null;
49
56
  this.o = null;
50
- this.mv = null;
51
- this.jw = 0;
52
- this.jx = 0;
53
- this.mx = null;
54
- this.mw = null;
57
+ this.mz = null;
58
+ this.j0 = 0;
59
+ this.j1 = 0;
60
+ this.m1 = null;
61
+ this.m0 = null;
55
62
  this.cb = false;
56
- this.my = null;
63
+ this.m2 = null;
57
64
  this.t = null;
58
65
  this.fd = 0;
59
66
  this.fe = 0;
60
67
  this.ff = 0;
61
68
  this.fg = 0;
62
69
  this.cc = false;
63
- this.m3 = null;
70
+ this.m7 = null;
64
71
  this.cd = false;
65
72
  this.fi = 0;
66
73
  this.fj = 0;
67
74
  this.fk = 0;
68
75
  this.fl = 0;
69
- this.mz = null;
70
- this.m0 = null;
76
+ this.m3 = null;
77
+ this.m4 = null;
71
78
  this.fh = 0;
72
- this.m1 = null;
73
- this.m2 = null;
74
- this.lp = null;
79
+ this.m5 = null;
80
+ this.m6 = null;
81
+ this.lt = null;
75
82
  this.q = null;
76
- this.ln = null;
77
- this.lo = null;
78
- this.lq = null;
79
83
  this.lr = null;
80
84
  this.ls = null;
85
+ this.lu = null;
86
+ this.lv = null;
87
+ this.lw = null;
81
88
  this.eg = 0;
82
89
  this.eh = 0;
83
90
  this.ei = 0;
@@ -87,11 +94,11 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
87
94
  this.ed = 0;
88
95
  this.ee = 0;
89
96
  this.b9 = false;
90
- this.lt = null;
97
+ this.lx = null;
91
98
  this.ef = 0;
92
- this.lu = null;
93
- this.lv = null;
94
- this.lj = null;
99
+ this.ly = null;
100
+ this.lz = null;
101
+ this.ln = null;
95
102
  this.d7 = 0;
96
103
  this.d8 = 0;
97
104
  this.d9 = 0;
@@ -101,17 +108,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
101
108
  this.d4 = 0;
102
109
  this.d5 = 0;
103
110
  this.b8 = false;
104
- this.lk = null;
111
+ this.lo = null;
105
112
  this.d6 = 0;
106
- this.ll = null;
107
- this.lm = null;
108
- this.l7 = null;
109
- this.l8 = null;
113
+ this.lp = null;
114
+ this.lq = null;
115
+ this.mb = null;
116
+ this.mc = null;
110
117
  this.ew = 0;
111
- this.l9 = null;
118
+ this.md = null;
119
+ this.me = null;
120
+ this.mf = null;
112
121
  this.ma = null;
113
- this.mb = null;
114
- this.l6 = null;
115
122
  this.ex = 0;
116
123
  this.ey = 0;
117
124
  this.ez = 0;
@@ -120,69 +127,69 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
120
127
  this.et = 0;
121
128
  this.eu = 0;
122
129
  this.ev = 0;
130
+ this.ml = null;
131
+ this.mm = null;
132
+ this.e2 = 0;
133
+ this.mn = null;
134
+ this.mo = null;
135
+ this.l5 = null;
136
+ this.l6 = null;
137
+ this.l7 = null;
138
+ this.er = 0;
139
+ this.l8 = null;
140
+ this.l9 = null;
141
+ this.mg = null;
123
142
  this.mh = null;
124
143
  this.mi = null;
125
- this.e2 = 0;
144
+ this.e1 = 0;
126
145
  this.mj = null;
127
146
  this.mk = null;
128
- this.l1 = null;
129
- this.l2 = null;
130
- this.l3 = null;
131
- this.er = 0;
132
- this.l4 = null;
133
- this.l5 = null;
134
- this.mc = null;
135
- this.md = null;
136
- this.me = null;
137
- this.e1 = 0;
138
- this.mf = null;
139
- this.mg = null;
140
147
  this.dw = 0;
141
148
  this.dx = 0;
142
149
  this.dy = 0;
143
150
  this.dz = 0;
144
- this.lf = null;
145
- this.mp = null;
146
- this.mq = null;
147
- this.mr = null;
151
+ this.lj = null;
152
+ this.mt = null;
153
+ this.mu = null;
154
+ this.mv = null;
148
155
  this.e9 = 0;
149
156
  this.fa = 0;
150
157
  this.fb = 0;
151
158
  this.fc = 0;
152
- this.ms = null;
159
+ this.mw = null;
153
160
  this.e8 = 0;
154
- this.mt = null;
155
- this.mu = null;
161
+ this.mx = null;
162
+ this.my = null;
156
163
  this.e4 = 0;
157
164
  this.e5 = 0;
158
165
  this.e6 = 0;
159
166
  this.e7 = 0;
160
- this.ml = null;
161
- this.mm = null;
167
+ this.mp = null;
168
+ this.mq = null;
162
169
  this.e3 = 0;
163
- this.mn = null;
164
- this.mo = null;
165
- this.lw = null;
166
- this.lx = null;
170
+ this.mr = null;
171
+ this.ms = null;
172
+ this.l0 = null;
173
+ this.l1 = null;
167
174
  this.el = 0;
168
175
  this.em = 0;
169
176
  this.en = 0;
170
177
  this.eo = 0;
171
- this.ly = null;
178
+ this.l2 = null;
172
179
  this.ek = 0;
173
- this.lz = null;
174
- this.l0 = null;
180
+ this.l3 = null;
181
+ this.l4 = null;
175
182
  this.am = null;
176
183
  this.y = null;
177
184
  this.x = null;
178
185
  this.v = null;
179
186
  this.z = null;
180
187
  this.an = null;
181
- this.n6 = null;
182
- this.m9 = null;
183
- this.n5 = null;
184
- this.m7 = null;
185
- this.n4 = null;
188
+ this.oa = null;
189
+ this.nd = null;
190
+ this.n9 = null;
191
+ this.nb = null;
192
+ this.n8 = null;
186
193
  this.al = null;
187
194
  this.w = null;
188
195
  this.af = null;
@@ -191,15 +198,15 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
191
198
  this.ab = null;
192
199
  this.ae = null;
193
200
  this.ag = null;
194
- this.nn = null;
195
- this.na = null;
196
- this.nl = null;
197
- this.nk = null;
198
- this.nm = null;
201
+ this.nr = null;
202
+ this.ne = null;
203
+ this.np = null;
199
204
  this.no = null;
200
- this.le = null;
205
+ this.nq = null;
206
+ this.ns = null;
207
+ this.li = null;
201
208
  this.bq = null;
202
- this.nb = null;
209
+ this.nf = null;
203
210
  this.br = null;
204
211
  this.aa = null;
205
212
  this.u = null;
@@ -207,39 +214,39 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
207
214
  this.ak = null;
208
215
  this.k = null;
209
216
  this.l = null;
210
- this.nt = null;
217
+ this.nx = null;
211
218
  this.cg = false;
212
219
  this.cj = false;
213
220
  this.cm = false;
214
221
  this.cp = false;
215
222
  this.co = false;
216
- this.nd = null;
223
+ this.nh = null;
217
224
  this.ch = false;
218
- this.nc = null;
219
- this.ns = null;
225
+ this.ng = null;
226
+ this.nw = null;
220
227
  this.bu = null;
221
- this.k5 = null;
222
- this.oh = null;
228
+ this.k9 = null;
223
229
  this.ol = null;
224
- this.oi = null;
225
- this.or = null;
230
+ this.os = null;
231
+ this.om = null;
232
+ this.o0 = null;
226
233
  this.f2 = 0;
227
- this.f8 = 0;
228
- this.nx = null;
229
- this.nw = null;
230
- this.nv = null;
234
+ this.f9 = 0;
235
+ this.n1 = null;
236
+ this.n0 = null;
237
+ this.nz = null;
231
238
  this.fv = 0;
232
239
  this.fw = 0;
233
240
  this.aj = null;
234
- this.nu = null;
241
+ this.ny = null;
235
242
  this.ah = null;
236
243
  this.ai = null;
237
- this.j3 = 0;
244
+ this.j7 = 0;
238
245
  this.dr = 0;
239
246
  this.bx = false;
240
247
  this.ao = null;
241
- this.oq = null;
242
- this.ge = 0;
248
+ this.oz = null;
249
+ this.gg = 0;
243
250
  this.ap = null;
244
251
  this.cq = false;
245
252
  this.bw = false;
@@ -247,76 +254,76 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
247
254
  this.f1 = 0;
248
255
  this.f0 = 0;
249
256
  this.fy = 0;
250
- this.j1 = 0;
251
- this.jz = 0;
252
- this.j4 = 0;
253
- this.k6 = null;
254
- this.n9 = null;
255
- this.oa = null;
256
- this.nf = null;
257
- this.ne = null;
257
+ this.j5 = 0;
258
+ this.j3 = 0;
259
+ this.j8 = 0;
260
+ this.la = null;
261
+ this.od = null;
262
+ this.oe = null;
263
+ this.nj = null;
264
+ this.ni = null;
258
265
  this.fm = 0;
259
- this.np = null;
260
- this.nr = null;
261
- this.nq = null;
262
- this.j7 = 0;
263
- this.oo = null;
264
- this.lb = null;
266
+ this.nt = null;
267
+ this.nv = null;
268
+ this.nu = null;
269
+ this.kb = 0;
270
+ this.ox = null;
271
+ this.lf = null;
265
272
  this.b7 = false;
266
- this.ld = null;
273
+ this.lh = null;
267
274
  this.dv = 0;
268
- this.lc = null;
275
+ this.lg = null;
269
276
  this.b4 = false;
270
277
  this.b6 = false;
271
278
  this.b5 = false;
272
- this.k7 = null;
273
- this.k9 = null;
274
- this.k8 = null;
275
- this.la = null;
276
- this.ju = 0;
277
- this.jv = 0;
279
+ this.lb = null;
280
+ this.ld = null;
281
+ this.lc = null;
282
+ this.le = null;
283
+ this.jy = 0;
284
+ this.jz = 0;
278
285
  this.cl = false;
279
286
  this.cn = false;
280
287
  this.ce = false;
281
- this.m5 = null;
282
- this.m6 = null;
283
- this.jy = 0;
288
+ this.m9 = null;
289
+ this.na = null;
290
+ this.j2 = 0;
284
291
  this.by = false;
285
292
  this.b3 = false;
286
293
  this.bz = false;
287
294
  this.cr = false;
288
- this.kn = null;
295
+ this.kr = null;
289
296
  this.b1 = false;
290
297
  this.b2 = false;
291
298
  this.b0 = false;
292
299
  this.du = 0;
293
- this.kq = null;
294
- this.k0 = null;
295
- this.k1 = null;
296
- this.kz = null;
297
- this.ks = null;
298
- this.ky = null;
299
- this.jt = 0;
300
- this.kt = null;
301
- this.n = null;
302
- this.k3 = null;
300
+ this.ku = null;
303
301
  this.k4 = null;
302
+ this.k5 = null;
303
+ this.k3 = null;
304
+ this.kw = null;
305
+ this.k2 = null;
306
+ this.jx = 0;
304
307
  this.kx = null;
305
- this.kr = null;
306
- this.ku = null;
307
- this.dt = 0;
308
+ this.n = null;
309
+ this.k7 = null;
310
+ this.k8 = null;
311
+ this.k1 = null;
308
312
  this.kv = null;
309
- this.kw = null;
313
+ this.ky = null;
314
+ this.dt = 0;
315
+ this.kz = null;
316
+ this.k0 = null;
310
317
  this.aq = null;
311
318
  this.ar = null;
312
- this.gf = 0;
319
+ this.gh = 0;
313
320
  this.ck = false;
314
- this.nh = null;
315
- this.ov = null;
316
- this.nj = null;
317
- this.ox = null;
318
- this.ng = null;
319
- this.ni = null;
321
+ this.nl = null;
322
+ this.o4 = null;
323
+ this.nn = null;
324
+ this.o6 = null;
325
+ this.nk = null;
326
+ this.nm = null;
320
327
  this.fr = 0;
321
328
  this.fq = 0;
322
329
  this.fn = 0;
@@ -325,42 +332,91 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
325
332
  this.ft = 0;
326
333
  this.fs = 0;
327
334
  this.cf = false;
328
- this.ou = null;
329
- this.ow = null;
330
- this.gj = 0;
331
- this.gi = 0;
332
- this.gg = 0;
333
- this.gm = 0;
334
- this.gh = 0;
335
+ this.o3 = null;
336
+ this.o5 = null;
335
337
  this.gl = 0;
336
338
  this.gk = 0;
337
- this.cs = false;
339
+ this.gi = 0;
338
340
  this.go = 0;
341
+ this.gj = 0;
339
342
  this.gn = 0;
343
+ this.gm = 0;
344
+ this.cs = false;
340
345
  this.gq = 0;
341
346
  this.gp = 0;
347
+ this.gs = 0;
348
+ this.gr = 0;
342
349
  this.ci = false;
343
- this.os = null;
344
- this.ot = null;
345
- this.n7 = null;
346
- this.og = null;
347
- this.oc = null;
348
- this.od = null;
349
- this.oe = null;
350
- this.ob = null;
351
- this.of = null;
352
- this.n8 = null;
353
- this.nz = null;
354
- this.n0 = null;
355
- this.n1 = null;
356
- this.ny = null;
357
- this.n2 = null;
358
- this.k2 = null;
359
- this.kp = null;
360
- this.ko = null;
350
+ this.o1 = null;
351
+ this.o2 = null;
352
+ this.ob = null;
353
+ this.ok = null;
354
+ this.og = null;
355
+ this.oh = null;
356
+ this.oi = null;
357
+ this.of = null;
358
+ this.oj = null;
359
+ this.oc = null;
361
360
  this.n3 = null;
361
+ this.n4 = null;
362
+ this.n5 = null;
363
+ this.n2 = null;
364
+ this.n6 = null;
365
+ this.k6 = null;
366
+ this.kt = null;
367
+ this.ks = null;
368
+ this.n7 = null;
369
+ this.nc = null;
362
370
  this.m8 = null;
363
- this.m4 = null;
371
+ }
372
+ get titleFontSize() {
373
+ return this.gb;
374
+ }
375
+ set titleFontSize(a) {
376
+ this.gb = a;
377
+ this.j("TitleFontSize");
378
+ }
379
+ get titleFontWeight() {
380
+ return this.ou;
381
+ }
382
+ set titleFontWeight(a) {
383
+ this.ou = a;
384
+ this.j("TitleFontWeight");
385
+ }
386
+ get titleFontStyle() {
387
+ return this.ot;
388
+ }
389
+ set titleFontStyle(a) {
390
+ this.ot = a;
391
+ this.j("TitleFontStyle");
392
+ }
393
+ get subtitleFontFamily() {
394
+ return this.on;
395
+ }
396
+ set subtitleFontFamily(a) {
397
+ this.on = a;
398
+ this.j("SubtitleFontFamily");
399
+ }
400
+ get subtitleFontSize() {
401
+ return this.f5;
402
+ }
403
+ set subtitleFontSize(a) {
404
+ this.f5 = a;
405
+ this.j("SubtitleFontSize");
406
+ }
407
+ get subtitleFontWeight() {
408
+ return this.op;
409
+ }
410
+ set subtitleFontWeight(a) {
411
+ this.op = a;
412
+ this.j("SubtitleFontWeight");
413
+ }
414
+ get subtitleFontStyle() {
415
+ return this.oo;
416
+ }
417
+ set subtitleFontStyle(a) {
418
+ this.oo = a;
419
+ this.j("SubtitleFontStyle");
364
420
  }
365
421
  get_type() {
366
422
  return "DomainChart";
@@ -376,52 +432,52 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
376
432
  this.j("PixelScalingRatio");
377
433
  }
378
434
  get titleLeftMargin() {
379
- return this.ga;
435
+ return this.gc;
380
436
  }
381
437
  set titleLeftMargin(a) {
382
- this.ga = a;
438
+ this.gc = a;
383
439
  this.j("TitleLeftMargin");
384
440
  }
385
441
  get titleRightMargin() {
386
- return this.gb;
442
+ return this.gd;
387
443
  }
388
444
  set titleRightMargin(a) {
389
- this.gb = a;
445
+ this.gd = a;
390
446
  this.j("TitleRightMargin");
391
447
  }
392
448
  get titleTopMargin() {
393
- return this.gc;
449
+ return this.ge;
394
450
  }
395
451
  set titleTopMargin(a) {
396
- this.gc = a;
452
+ this.ge = a;
397
453
  this.j("TitleTopMargin");
398
454
  }
399
455
  get titleBottomMargin() {
400
- return this.f9;
456
+ return this.ga;
401
457
  }
402
458
  set titleBottomMargin(a) {
403
- this.f9 = a;
459
+ this.ga = a;
404
460
  this.j("TitleBottomMargin");
405
461
  }
406
462
  get subtitleLeftMargin() {
407
- return this.f5;
463
+ return this.f6;
408
464
  }
409
465
  set subtitleLeftMargin(a) {
410
- this.f5 = a;
466
+ this.f6 = a;
411
467
  this.j("SubtitleLeftMargin");
412
468
  }
413
469
  get subtitleTopMargin() {
414
- return this.f7;
470
+ return this.f8;
415
471
  }
416
472
  set subtitleTopMargin(a) {
417
- this.f7 = a;
473
+ this.f8 = a;
418
474
  this.j("SubtitleTopMargin");
419
475
  }
420
476
  get subtitleRightMargin() {
421
- return this.f6;
477
+ return this.f7;
422
478
  }
423
479
  set subtitleRightMargin(a) {
424
- this.f6 = a;
480
+ this.f7 = a;
425
481
  this.j("SubtitleRightMargin");
426
482
  }
427
483
  get subtitleBottomMargin() {
@@ -432,17 +488,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
432
488
  this.j("SubtitleBottomMargin");
433
489
  }
434
490
  get subtitleTextColor() {
435
- return this.oj;
491
+ return this.oq;
436
492
  }
437
493
  set subtitleTextColor(a) {
438
- this.oj = a;
494
+ this.oq = a;
439
495
  this.j("SubtitleTextColor");
440
496
  }
441
497
  get titleTextColor() {
442
- return this.om;
498
+ return this.ov;
443
499
  }
444
500
  set titleTextColor(a) {
445
- this.om = a;
501
+ this.ov = a;
446
502
  this.j("TitleTextColor");
447
503
  }
448
504
  get leftMargin() {
@@ -453,10 +509,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
453
509
  this.j("LeftMargin");
454
510
  }
455
511
  get topMargin() {
456
- return this.gd;
512
+ return this.gf;
457
513
  }
458
514
  set topMargin(a) {
459
- this.gd = a;
515
+ this.gf = a;
460
516
  this.j("TopMargin");
461
517
  }
462
518
  get rightMargin() {
@@ -474,59 +530,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
474
530
  this.j("BottomMargin");
475
531
  }
476
532
  get transitionDuration() {
477
- return this.j6;
533
+ return this.ka;
478
534
  }
479
535
  set transitionDuration(a) {
480
- this.j6 = a;
536
+ this.ka = a;
481
537
  this.j("TransitionDuration");
482
538
  }
483
539
  get transitionEasingFunctionRef() {
484
- return this.op;
540
+ return this.oy;
485
541
  }
486
542
  set transitionEasingFunctionRef(a) {
487
- this.op = a;
543
+ this.oy = a;
488
544
  this.j("TransitionEasingFunctionRef");
489
545
  }
490
546
  get highlightingTransitionDuration() {
491
- return this.j2;
547
+ return this.j6;
492
548
  }
493
549
  set highlightingTransitionDuration(a) {
494
- this.j2 = a;
550
+ this.j6 = a;
495
551
  this.j("HighlightingTransitionDuration");
496
552
  }
497
553
  get selectionTransitionDuration() {
498
- return this.j5;
554
+ return this.j9;
499
555
  }
500
556
  set selectionTransitionDuration(a) {
501
- this.j5 = a;
557
+ this.j9 = a;
502
558
  this.j("SelectionTransitionDuration");
503
559
  }
504
560
  get focusTransitionDuration() {
505
- return this.j0;
561
+ return this.j4;
506
562
  }
507
563
  set focusTransitionDuration(a) {
508
- this.j0 = a;
564
+ this.j4 = a;
509
565
  this.j("FocusTransitionDuration");
510
566
  }
511
567
  get subtitleTextStyle() {
512
- return this.ok;
568
+ return this.or;
513
569
  }
514
570
  set subtitleTextStyle(a) {
515
- this.ok = a;
571
+ this.or = a;
516
572
  this.j("SubtitleTextStyle");
517
573
  }
518
574
  get titleTextStyle() {
519
- return this.on;
575
+ return this.ow;
520
576
  }
521
577
  set titleTextStyle(a) {
522
- this.on = a;
578
+ this.ow = a;
523
579
  this.j("TitleTextStyle");
524
580
  }
525
581
  get dataToolTipGroupingMode() {
526
- return this.li;
582
+ return this.lm;
527
583
  }
528
584
  set dataToolTipGroupingMode(a) {
529
- this.li = a;
585
+ this.lm = a;
530
586
  this.j("DataToolTipGroupingMode");
531
587
  }
532
588
  get dataToolTipPositionOffsetX() {
@@ -558,17 +614,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
558
614
  this.j("DataToolTipDefaultPositionOffsetY");
559
615
  }
560
616
  get dataToolTipGroupedPositionModeX() {
561
- return this.lg;
617
+ return this.lk;
562
618
  }
563
619
  set dataToolTipGroupedPositionModeX(a) {
564
- this.lg = a;
620
+ this.lk = a;
565
621
  this.j("DataToolTipGroupedPositionModeX");
566
622
  }
567
623
  get dataToolTipGroupedPositionModeY() {
568
- return this.lh;
624
+ return this.ll;
569
625
  }
570
626
  set dataToolTipGroupedPositionModeY(a) {
571
- this.lh = a;
627
+ this.ll = a;
572
628
  this.j("DataToolTipGroupedPositionModeY");
573
629
  }
574
630
  get dataToolTipShouldUpdateWhenSeriesDataChanges() {
@@ -607,38 +663,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
607
663
  this.j("DataToolTipExcludedColumns");
608
664
  }
609
665
  get dataToolTipValueFormatAbbreviation() {
610
- return this.mv;
666
+ return this.mz;
611
667
  }
612
668
  set dataToolTipValueFormatAbbreviation(a) {
613
- this.mv = a;
669
+ this.mz = a;
614
670
  this.j("DataToolTipValueFormatAbbreviation");
615
671
  }
616
672
  get dataToolTipValueFormatMaxFractions() {
617
- return this.jw;
673
+ return this.j0;
618
674
  }
619
675
  set dataToolTipValueFormatMaxFractions(a) {
620
- this.jw = a;
676
+ this.j0 = a;
621
677
  this.j("DataToolTipValueFormatMaxFractions");
622
678
  }
623
679
  get dataToolTipValueFormatMinFractions() {
624
- return this.jx;
680
+ return this.j1;
625
681
  }
626
682
  set dataToolTipValueFormatMinFractions(a) {
627
- this.jx = a;
683
+ this.j1 = a;
628
684
  this.j("DataToolTipValueFormatMinFractions");
629
685
  }
630
686
  get dataToolTipValueFormatMode() {
631
- return this.mx;
687
+ return this.m1;
632
688
  }
633
689
  set dataToolTipValueFormatMode(a) {
634
- this.mx = a;
690
+ this.m1 = a;
635
691
  this.j("DataToolTipValueFormatMode");
636
692
  }
637
693
  get dataToolTipValueFormatCulture() {
638
- return this.mw;
694
+ return this.m0;
639
695
  }
640
696
  set dataToolTipValueFormatCulture(a) {
641
- this.mw = a;
697
+ this.m0 = a;
642
698
  this.j("DataToolTipValueFormatCulture");
643
699
  }
644
700
  get dataToolTipValueFormatUseGrouping() {
@@ -649,10 +705,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
649
705
  this.j("DataToolTipValueFormatUseGrouping");
650
706
  }
651
707
  get dataToolTipValueFormatString() {
652
- return this.my;
708
+ return this.m2;
653
709
  }
654
710
  set dataToolTipValueFormatString(a) {
655
- this.my = a;
711
+ this.m2 = a;
656
712
  this.j("DataToolTipValueFormatString");
657
713
  }
658
714
  get dataToolTipValueFormatSpecifiers() {
@@ -698,10 +754,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
698
754
  this.j("DataToolTipValueRowVisible");
699
755
  }
700
756
  get dataToolTipValueTextWhenMissingData() {
701
- return this.m3;
757
+ return this.m7;
702
758
  }
703
759
  set dataToolTipValueTextWhenMissingData(a) {
704
- this.m3 = a;
760
+ this.m7 = a;
705
761
  this.j("DataToolTipValueTextWhenMissingData");
706
762
  }
707
763
  get dataToolTipValueTextUseSeriesColors() {
@@ -740,17 +796,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
740
796
  this.j("DataToolTipValueTextMarginTop");
741
797
  }
742
798
  get dataToolTipValueTextColor() {
743
- return this.mz;
799
+ return this.m3;
744
800
  }
745
801
  set dataToolTipValueTextColor(a) {
746
- this.mz = a;
802
+ this.m3 = a;
747
803
  this.j("DataToolTipValueTextColor");
748
804
  }
749
805
  get dataToolTipValueTextFontFamily() {
750
- return this.m0;
806
+ return this.m4;
751
807
  }
752
808
  set dataToolTipValueTextFontFamily(a) {
753
- this.m0 = a;
809
+ this.m4 = a;
754
810
  this.j("DataToolTipValueTextFontFamily");
755
811
  }
756
812
  get dataToolTipValueTextFontSize() {
@@ -761,24 +817,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
761
817
  this.j("DataToolTipValueTextFontSize");
762
818
  }
763
819
  get dataToolTipValueTextFontStyle() {
764
- return this.m1;
820
+ return this.m5;
765
821
  }
766
822
  set dataToolTipValueTextFontStyle(a) {
767
- this.m1 = a;
823
+ this.m5 = a;
768
824
  this.j("DataToolTipValueTextFontStyle");
769
825
  }
770
826
  get dataToolTipValueTextFontWeight() {
771
- return this.m2;
827
+ return this.m6;
772
828
  }
773
829
  set dataToolTipValueTextFontWeight(a) {
774
- this.m2 = a;
830
+ this.m6 = a;
775
831
  this.j("DataToolTipValueTextFontWeight");
776
832
  }
777
833
  get dataToolTipHeaderFormatString() {
778
- return this.lp;
834
+ return this.lt;
779
835
  }
780
836
  set dataToolTipHeaderFormatString(a) {
781
- this.lp = a;
837
+ this.lt = a;
782
838
  this.j("DataToolTipHeaderFormatString");
783
839
  }
784
840
  get dataToolTipHeaderFormatSpecifiers() {
@@ -789,38 +845,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
789
845
  this.j("DataToolTipHeaderFormatSpecifiers");
790
846
  }
791
847
  get dataToolTipHeaderFormatCulture() {
792
- return this.ln;
848
+ return this.lr;
793
849
  }
794
850
  set dataToolTipHeaderFormatCulture(a) {
795
- this.ln = a;
851
+ this.lr = a;
796
852
  this.j("DataToolTipHeaderFormatCulture");
797
853
  }
798
854
  get dataToolTipHeaderFormatDate() {
799
- return this.lo;
855
+ return this.ls;
800
856
  }
801
857
  set dataToolTipHeaderFormatDate(a) {
802
- this.lo = a;
858
+ this.ls = a;
803
859
  this.j("DataToolTipHeaderFormatDate");
804
860
  }
805
861
  get dataToolTipHeaderFormatTime() {
806
- return this.lq;
862
+ return this.lu;
807
863
  }
808
864
  set dataToolTipHeaderFormatTime(a) {
809
- this.lq = a;
865
+ this.lu = a;
810
866
  this.j("DataToolTipHeaderFormatTime");
811
867
  }
812
868
  get dataToolTipHeaderText() {
813
- return this.lr;
869
+ return this.lv;
814
870
  }
815
871
  set dataToolTipHeaderText(a) {
816
- this.lr = a;
872
+ this.lv = a;
817
873
  this.j("DataToolTipHeaderText");
818
874
  }
819
875
  get dataToolTipHeaderTextColor() {
820
- return this.ls;
876
+ return this.lw;
821
877
  }
822
878
  set dataToolTipHeaderTextColor(a) {
823
- this.ls = a;
879
+ this.lw = a;
824
880
  this.j("DataToolTipHeaderTextColor");
825
881
  }
826
882
  get dataToolTipHeaderTextMarginBottom() {
@@ -887,10 +943,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
887
943
  this.j("DataToolTipHeaderRowVisible");
888
944
  }
889
945
  get dataToolTipHeaderTextFontFamily() {
890
- return this.lt;
946
+ return this.lx;
891
947
  }
892
948
  set dataToolTipHeaderTextFontFamily(a) {
893
- this.lt = a;
949
+ this.lx = a;
894
950
  this.j("DataToolTipHeaderTextFontFamily");
895
951
  }
896
952
  get dataToolTipHeaderTextFontSize() {
@@ -901,24 +957,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
901
957
  this.j("DataToolTipHeaderTextFontSize");
902
958
  }
903
959
  get dataToolTipHeaderTextFontStyle() {
904
- return this.lu;
960
+ return this.ly;
905
961
  }
906
962
  set dataToolTipHeaderTextFontStyle(a) {
907
- this.lu = a;
963
+ this.ly = a;
908
964
  this.j("DataToolTipHeaderTextFontStyle");
909
965
  }
910
966
  get dataToolTipHeaderTextFontWeight() {
911
- return this.lv;
967
+ return this.lz;
912
968
  }
913
969
  set dataToolTipHeaderTextFontWeight(a) {
914
- this.lv = a;
970
+ this.lz = a;
915
971
  this.j("DataToolTipHeaderTextFontWeight");
916
972
  }
917
973
  get dataToolTipGroupTextColor() {
918
- return this.lj;
974
+ return this.ln;
919
975
  }
920
976
  set dataToolTipGroupTextColor(a) {
921
- this.lj = a;
977
+ this.ln = a;
922
978
  this.j("DataToolTipGroupTextColor");
923
979
  }
924
980
  get dataToolTipGroupTextMarginBottom() {
@@ -985,10 +1041,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
985
1041
  this.j("DataToolTipGroupRowVisible");
986
1042
  }
987
1043
  get dataToolTipGroupTextFontFamily() {
988
- return this.lk;
1044
+ return this.lo;
989
1045
  }
990
1046
  set dataToolTipGroupTextFontFamily(a) {
991
- this.lk = a;
1047
+ this.lo = a;
992
1048
  this.j("DataToolTipGroupTextFontFamily");
993
1049
  }
994
1050
  get dataToolTipGroupTextFontSize() {
@@ -999,31 +1055,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
999
1055
  this.j("DataToolTipGroupTextFontSize");
1000
1056
  }
1001
1057
  get dataToolTipGroupTextFontStyle() {
1002
- return this.ll;
1058
+ return this.lp;
1003
1059
  }
1004
1060
  set dataToolTipGroupTextFontStyle(a) {
1005
- this.ll = a;
1061
+ this.lp = a;
1006
1062
  this.j("DataToolTipGroupTextFontStyle");
1007
1063
  }
1008
1064
  get dataToolTipGroupTextFontWeight() {
1009
- return this.lm;
1065
+ return this.lq;
1010
1066
  }
1011
1067
  set dataToolTipGroupTextFontWeight(a) {
1012
- this.lm = a;
1068
+ this.lq = a;
1013
1069
  this.j("DataToolTipGroupTextFontWeight");
1014
1070
  }
1015
1071
  get dataToolTipSummaryTitleTextColor() {
1016
- return this.l7;
1072
+ return this.mb;
1017
1073
  }
1018
1074
  set dataToolTipSummaryTitleTextColor(a) {
1019
- this.l7 = a;
1075
+ this.mb = a;
1020
1076
  this.j("DataToolTipSummaryTitleTextColor");
1021
1077
  }
1022
1078
  get dataToolTipSummaryTitleTextFontFamily() {
1023
- return this.l8;
1079
+ return this.mc;
1024
1080
  }
1025
1081
  set dataToolTipSummaryTitleTextFontFamily(a) {
1026
- this.l8 = a;
1082
+ this.mc = a;
1027
1083
  this.j("DataToolTipSummaryTitleTextFontFamily");
1028
1084
  }
1029
1085
  get dataToolTipSummaryTitleTextFontSize() {
@@ -1034,31 +1090,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1034
1090
  this.j("DataToolTipSummaryTitleTextFontSize");
1035
1091
  }
1036
1092
  get dataToolTipSummaryTitleTextFontStyle() {
1037
- return this.l9;
1093
+ return this.md;
1038
1094
  }
1039
1095
  set dataToolTipSummaryTitleTextFontStyle(a) {
1040
- this.l9 = a;
1096
+ this.md = a;
1041
1097
  this.j("DataToolTipSummaryTitleTextFontStyle");
1042
1098
  }
1043
1099
  get dataToolTipSummaryTitleTextFontWeight() {
1044
- return this.ma;
1100
+ return this.me;
1045
1101
  }
1046
1102
  set dataToolTipSummaryTitleTextFontWeight(a) {
1047
- this.ma = a;
1103
+ this.me = a;
1048
1104
  this.j("DataToolTipSummaryTitleTextFontWeight");
1049
1105
  }
1050
1106
  get dataToolTipSummaryType() {
1051
- return this.mb;
1107
+ return this.mf;
1052
1108
  }
1053
1109
  set dataToolTipSummaryType(a) {
1054
- this.mb = a;
1110
+ this.mf = a;
1055
1111
  this.j("DataToolTipSummaryType");
1056
1112
  }
1057
1113
  get dataToolTipSummaryTitleText() {
1058
- return this.l6;
1114
+ return this.ma;
1059
1115
  }
1060
1116
  set dataToolTipSummaryTitleText(a) {
1061
- this.l6 = a;
1117
+ this.ma = a;
1062
1118
  this.j("DataToolTipSummaryTitleText");
1063
1119
  }
1064
1120
  get dataToolTipSummaryTitleTextMarginBottom() {
@@ -1118,17 +1174,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1118
1174
  this.j("DataToolTipSummaryRowMarginTop");
1119
1175
  }
1120
1176
  get dataToolTipSummaryValueTextColor() {
1121
- return this.mh;
1177
+ return this.ml;
1122
1178
  }
1123
1179
  set dataToolTipSummaryValueTextColor(a) {
1124
- this.mh = a;
1180
+ this.ml = a;
1125
1181
  this.j("DataToolTipSummaryValueTextColor");
1126
1182
  }
1127
1183
  get dataToolTipSummaryValueTextFontFamily() {
1128
- return this.mi;
1184
+ return this.mm;
1129
1185
  }
1130
1186
  set dataToolTipSummaryValueTextFontFamily(a) {
1131
- this.mi = a;
1187
+ this.mm = a;
1132
1188
  this.j("DataToolTipSummaryValueTextFontFamily");
1133
1189
  }
1134
1190
  get dataToolTipSummaryValueTextFontSize() {
@@ -1139,38 +1195,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1139
1195
  this.j("DataToolTipSummaryValueTextFontSize");
1140
1196
  }
1141
1197
  get dataToolTipSummaryValueTextFontStyle() {
1142
- return this.mj;
1198
+ return this.mn;
1143
1199
  }
1144
1200
  set dataToolTipSummaryValueTextFontStyle(a) {
1145
- this.mj = a;
1201
+ this.mn = a;
1146
1202
  this.j("DataToolTipSummaryValueTextFontStyle");
1147
1203
  }
1148
1204
  get dataToolTipSummaryValueTextFontWeight() {
1149
- return this.mk;
1205
+ return this.mo;
1150
1206
  }
1151
1207
  set dataToolTipSummaryValueTextFontWeight(a) {
1152
- this.mk = a;
1208
+ this.mo = a;
1153
1209
  this.j("DataToolTipSummaryValueTextFontWeight");
1154
1210
  }
1155
1211
  get dataToolTipSummaryLabelText() {
1156
- return this.l1;
1212
+ return this.l5;
1157
1213
  }
1158
1214
  set dataToolTipSummaryLabelText(a) {
1159
- this.l1 = a;
1215
+ this.l5 = a;
1160
1216
  this.j("DataToolTipSummaryLabelText");
1161
1217
  }
1162
1218
  get dataToolTipSummaryLabelTextColor() {
1163
- return this.l2;
1219
+ return this.l6;
1164
1220
  }
1165
1221
  set dataToolTipSummaryLabelTextColor(a) {
1166
- this.l2 = a;
1222
+ this.l6 = a;
1167
1223
  this.j("DataToolTipSummaryLabelTextColor");
1168
1224
  }
1169
1225
  get dataToolTipSummaryLabelTextFontFamily() {
1170
- return this.l3;
1226
+ return this.l7;
1171
1227
  }
1172
1228
  set dataToolTipSummaryLabelTextFontFamily(a) {
1173
- this.l3 = a;
1229
+ this.l7 = a;
1174
1230
  this.j("DataToolTipSummaryLabelTextFontFamily");
1175
1231
  }
1176
1232
  get dataToolTipSummaryLabelTextFontSize() {
@@ -1181,38 +1237,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1181
1237
  this.j("DataToolTipSummaryLabelTextFontSize");
1182
1238
  }
1183
1239
  get dataToolTipSummaryLabelTextFontStyle() {
1184
- return this.l4;
1240
+ return this.l8;
1185
1241
  }
1186
1242
  set dataToolTipSummaryLabelTextFontStyle(a) {
1187
- this.l4 = a;
1243
+ this.l8 = a;
1188
1244
  this.j("DataToolTipSummaryLabelTextFontStyle");
1189
1245
  }
1190
1246
  get dataToolTipSummaryLabelTextFontWeight() {
1191
- return this.l5;
1247
+ return this.l9;
1192
1248
  }
1193
1249
  set dataToolTipSummaryLabelTextFontWeight(a) {
1194
- this.l5 = a;
1250
+ this.l9 = a;
1195
1251
  this.j("DataToolTipSummaryLabelTextFontWeight");
1196
1252
  }
1197
1253
  get dataToolTipSummaryUnitsText() {
1198
- return this.mc;
1254
+ return this.mg;
1199
1255
  }
1200
1256
  set dataToolTipSummaryUnitsText(a) {
1201
- this.mc = a;
1257
+ this.mg = a;
1202
1258
  this.j("DataToolTipSummaryUnitsText");
1203
1259
  }
1204
1260
  get dataToolTipSummaryUnitsTextColor() {
1205
- return this.md;
1261
+ return this.mh;
1206
1262
  }
1207
1263
  set dataToolTipSummaryUnitsTextColor(a) {
1208
- this.md = a;
1264
+ this.mh = a;
1209
1265
  this.j("DataToolTipSummaryUnitsTextColor");
1210
1266
  }
1211
1267
  get dataToolTipSummaryUnitsTextFontFamily() {
1212
- return this.me;
1268
+ return this.mi;
1213
1269
  }
1214
1270
  set dataToolTipSummaryUnitsTextFontFamily(a) {
1215
- this.me = a;
1271
+ this.mi = a;
1216
1272
  this.j("DataToolTipSummaryUnitsTextFontFamily");
1217
1273
  }
1218
1274
  get dataToolTipSummaryUnitsTextFontSize() {
@@ -1223,17 +1279,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1223
1279
  this.j("DataToolTipSummaryUnitsTextFontSize");
1224
1280
  }
1225
1281
  get dataToolTipSummaryUnitsTextFontStyle() {
1226
- return this.mf;
1282
+ return this.mj;
1227
1283
  }
1228
1284
  set dataToolTipSummaryUnitsTextFontStyle(a) {
1229
- this.mf = a;
1285
+ this.mj = a;
1230
1286
  this.j("DataToolTipSummaryUnitsTextFontStyle");
1231
1287
  }
1232
1288
  get dataToolTipSummaryUnitsTextFontWeight() {
1233
- return this.mg;
1289
+ return this.mk;
1234
1290
  }
1235
1291
  set dataToolTipSummaryUnitsTextFontWeight(a) {
1236
- this.mg = a;
1292
+ this.mk = a;
1237
1293
  this.j("DataToolTipSummaryUnitsTextFontWeight");
1238
1294
  }
1239
1295
  get dataToolTipBadgeMarginBottom() {
@@ -1265,31 +1321,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1265
1321
  this.j("DataToolTipBadgeMarginTop");
1266
1322
  }
1267
1323
  get dataToolTipBadgeShape() {
1268
- return this.lf;
1324
+ return this.lj;
1269
1325
  }
1270
1326
  set dataToolTipBadgeShape(a) {
1271
- this.lf = a;
1327
+ this.lj = a;
1272
1328
  this.j("DataToolTipBadgeShape");
1273
1329
  }
1274
1330
  get dataToolTipUnitsDisplayMode() {
1275
- return this.mp;
1331
+ return this.mt;
1276
1332
  }
1277
1333
  set dataToolTipUnitsDisplayMode(a) {
1278
- this.mp = a;
1334
+ this.mt = a;
1279
1335
  this.j("DataToolTipUnitsDisplayMode");
1280
1336
  }
1281
1337
  get dataToolTipUnitsText() {
1282
- return this.mq;
1338
+ return this.mu;
1283
1339
  }
1284
1340
  set dataToolTipUnitsText(a) {
1285
- this.mq = a;
1341
+ this.mu = a;
1286
1342
  this.j("DataToolTipUnitsText");
1287
1343
  }
1288
1344
  get dataToolTipUnitsTextColor() {
1289
- return this.mr;
1345
+ return this.mv;
1290
1346
  }
1291
1347
  set dataToolTipUnitsTextColor(a) {
1292
- this.mr = a;
1348
+ this.mv = a;
1293
1349
  this.j("DataToolTipUnitsTextColor");
1294
1350
  }
1295
1351
  get dataToolTipUnitsTextMarginBottom() {
@@ -1321,10 +1377,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1321
1377
  this.j("DataToolTipUnitsTextMarginTop");
1322
1378
  }
1323
1379
  get dataToolTipUnitsTextFontFamily() {
1324
- return this.ms;
1380
+ return this.mw;
1325
1381
  }
1326
1382
  set dataToolTipUnitsTextFontFamily(a) {
1327
- this.ms = a;
1383
+ this.mw = a;
1328
1384
  this.j("DataToolTipUnitsTextFontFamily");
1329
1385
  }
1330
1386
  get dataToolTipUnitsTextFontSize() {
@@ -1335,17 +1391,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1335
1391
  this.j("DataToolTipUnitsTextFontSize");
1336
1392
  }
1337
1393
  get dataToolTipUnitsTextFontStyle() {
1338
- return this.mt;
1394
+ return this.mx;
1339
1395
  }
1340
1396
  set dataToolTipUnitsTextFontStyle(a) {
1341
- this.mt = a;
1397
+ this.mx = a;
1342
1398
  this.j("DataToolTipUnitsTextFontStyle");
1343
1399
  }
1344
1400
  get dataToolTipUnitsTextFontWeight() {
1345
- return this.mu;
1401
+ return this.my;
1346
1402
  }
1347
1403
  set dataToolTipUnitsTextFontWeight(a) {
1348
- this.mu = a;
1404
+ this.my = a;
1349
1405
  this.j("DataToolTipUnitsTextFontWeight");
1350
1406
  }
1351
1407
  get dataToolTipTitleTextMarginBottom() {
@@ -1377,17 +1433,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1377
1433
  this.j("DataToolTipTitleTextMarginTop");
1378
1434
  }
1379
1435
  get dataToolTipTitleTextColor() {
1380
- return this.ml;
1436
+ return this.mp;
1381
1437
  }
1382
1438
  set dataToolTipTitleTextColor(a) {
1383
- this.ml = a;
1439
+ this.mp = a;
1384
1440
  this.j("DataToolTipTitleTextColor");
1385
1441
  }
1386
1442
  get dataToolTipTitleTextFontFamily() {
1387
- return this.mm;
1443
+ return this.mq;
1388
1444
  }
1389
1445
  set dataToolTipTitleTextFontFamily(a) {
1390
- this.mm = a;
1446
+ this.mq = a;
1391
1447
  this.j("DataToolTipTitleTextFontFamily");
1392
1448
  }
1393
1449
  get dataToolTipTitleTextFontSize() {
@@ -1398,31 +1454,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1398
1454
  this.j("DataToolTipTitleTextFontSize");
1399
1455
  }
1400
1456
  get dataToolTipTitleTextFontStyle() {
1401
- return this.mn;
1457
+ return this.mr;
1402
1458
  }
1403
1459
  set dataToolTipTitleTextFontStyle(a) {
1404
- this.mn = a;
1460
+ this.mr = a;
1405
1461
  this.j("DataToolTipTitleTextFontStyle");
1406
1462
  }
1407
1463
  get dataToolTipTitleTextFontWeight() {
1408
- return this.mo;
1464
+ return this.ms;
1409
1465
  }
1410
1466
  set dataToolTipTitleTextFontWeight(a) {
1411
- this.mo = a;
1467
+ this.ms = a;
1412
1468
  this.j("DataToolTipTitleTextFontWeight");
1413
1469
  }
1414
1470
  get dataToolTipLabelDisplayMode() {
1415
- return this.lw;
1471
+ return this.l0;
1416
1472
  }
1417
1473
  set dataToolTipLabelDisplayMode(a) {
1418
- this.lw = a;
1474
+ this.l0 = a;
1419
1475
  this.j("DataToolTipLabelDisplayMode");
1420
1476
  }
1421
1477
  get dataToolTipLabelTextColor() {
1422
- return this.lx;
1478
+ return this.l1;
1423
1479
  }
1424
1480
  set dataToolTipLabelTextColor(a) {
1425
- this.lx = a;
1481
+ this.l1 = a;
1426
1482
  this.j("DataToolTipLabelTextColor");
1427
1483
  }
1428
1484
  get dataToolTipLabelTextMarginBottom() {
@@ -1454,10 +1510,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1454
1510
  this.j("DataToolTipLabelTextMarginTop");
1455
1511
  }
1456
1512
  get dataToolTipLabelTextFontFamily() {
1457
- return this.ly;
1513
+ return this.l2;
1458
1514
  }
1459
1515
  set dataToolTipLabelTextFontFamily(a) {
1460
- this.ly = a;
1516
+ this.l2 = a;
1461
1517
  this.j("DataToolTipLabelTextFontFamily");
1462
1518
  }
1463
1519
  get dataToolTipLabelTextFontSize() {
@@ -1468,17 +1524,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1468
1524
  this.j("DataToolTipLabelTextFontSize");
1469
1525
  }
1470
1526
  get dataToolTipLabelTextFontStyle() {
1471
- return this.lz;
1527
+ return this.l3;
1472
1528
  }
1473
1529
  set dataToolTipLabelTextFontStyle(a) {
1474
- this.lz = a;
1530
+ this.l3 = a;
1475
1531
  this.j("DataToolTipLabelTextFontStyle");
1476
1532
  }
1477
1533
  get dataToolTipLabelTextFontWeight() {
1478
- return this.l0;
1534
+ return this.l4;
1479
1535
  }
1480
1536
  set dataToolTipLabelTextFontWeight(a) {
1481
- this.l0 = a;
1537
+ this.l4 = a;
1482
1538
  this.j("DataToolTipLabelTextFontWeight");
1483
1539
  }
1484
1540
  get sortDescriptions() {
@@ -1524,38 +1580,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1524
1580
  this.j("SummaryDescriptions");
1525
1581
  }
1526
1582
  get selectionMode() {
1527
- return this.n6;
1583
+ return this.oa;
1528
1584
  }
1529
1585
  set selectionMode(a) {
1530
- this.n6 = a;
1586
+ this.oa = a;
1531
1587
  this.j("SelectionMode");
1532
1588
  }
1533
1589
  get focusMode() {
1534
- return this.m9;
1590
+ return this.nd;
1535
1591
  }
1536
1592
  set focusMode(a) {
1537
- this.m9 = a;
1593
+ this.nd = a;
1538
1594
  this.j("FocusMode");
1539
1595
  }
1540
1596
  get selectionBrush() {
1541
- return this.n5;
1597
+ return this.n9;
1542
1598
  }
1543
1599
  set selectionBrush(a) {
1544
- this.n5 = a;
1600
+ this.n9 = a;
1545
1601
  this.j("SelectionBrush");
1546
1602
  }
1547
1603
  get focusBrush() {
1548
- return this.m7;
1604
+ return this.nb;
1549
1605
  }
1550
1606
  set focusBrush(a) {
1551
- this.m7 = a;
1607
+ this.nb = a;
1552
1608
  this.j("FocusBrush");
1553
1609
  }
1554
1610
  get selectionBehavior() {
1555
- return this.n4;
1611
+ return this.n8;
1556
1612
  }
1557
1613
  set selectionBehavior(a) {
1558
- this.n4 = a;
1614
+ this.n8 = a;
1559
1615
  this.j("SelectionBehavior");
1560
1616
  }
1561
1617
  get selectedSeriesItems() {
@@ -1615,52 +1671,52 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1615
1671
  this.j("InitialSummaryDescriptions");
1616
1672
  }
1617
1673
  get initialSorts() {
1618
- return this.nn;
1674
+ return this.nr;
1619
1675
  }
1620
1676
  set initialSorts(a) {
1621
- this.nn = a;
1677
+ this.nr = a;
1622
1678
  this.j("InitialSorts");
1623
1679
  }
1624
1680
  get groupSorts() {
1625
- return this.na;
1681
+ return this.ne;
1626
1682
  }
1627
1683
  set groupSorts(a) {
1628
- this.na = a;
1684
+ this.ne = a;
1629
1685
  this.j("GroupSorts");
1630
1686
  }
1631
1687
  get initialGroups() {
1632
- return this.nl;
1688
+ return this.np;
1633
1689
  }
1634
1690
  set initialGroups(a) {
1635
- this.nl = a;
1691
+ this.np = a;
1636
1692
  this.j("InitialGroups");
1637
1693
  }
1638
1694
  get initialFilter() {
1639
- return this.nk;
1695
+ return this.no;
1640
1696
  }
1641
1697
  set initialFilter(a) {
1642
- this.nk = a;
1698
+ this.no = a;
1643
1699
  this.j("InitialFilter");
1644
1700
  }
1645
1701
  get initialHighlightFilter() {
1646
- return this.nm;
1702
+ return this.nq;
1647
1703
  }
1648
1704
  set initialHighlightFilter(a) {
1649
- this.nm = a;
1705
+ this.nq = a;
1650
1706
  this.j("InitialHighlightFilter");
1651
1707
  }
1652
1708
  get initialSummaries() {
1653
- return this.no;
1709
+ return this.ns;
1654
1710
  }
1655
1711
  set initialSummaries(a) {
1656
- this.no = a;
1712
+ this.ns = a;
1657
1713
  this.j("InitialSummaries");
1658
1714
  }
1659
1715
  get dataSourceRef() {
1660
- return this.le;
1716
+ return this.li;
1661
1717
  }
1662
1718
  set dataSourceRef(a) {
1663
- this.le = a;
1719
+ this.li = a;
1664
1720
  this.j("DataSourceRef");
1665
1721
  }
1666
1722
  get dataSource() {
@@ -1671,10 +1727,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1671
1727
  this.j("DataSource");
1672
1728
  }
1673
1729
  get highlightedDataSourceRef() {
1674
- return this.nb;
1730
+ return this.nf;
1675
1731
  }
1676
1732
  set highlightedDataSourceRef(a) {
1677
- this.nb = a;
1733
+ this.nf = a;
1678
1734
  this.j("HighlightedDataSourceRef");
1679
1735
  }
1680
1736
  get highlightedDataSource() {
@@ -1727,10 +1783,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1727
1783
  this.j("ActualOutlines");
1728
1784
  }
1729
1785
  get legendRef() {
1730
- return this.nt;
1786
+ return this.nx;
1731
1787
  }
1732
1788
  set legendRef(a) {
1733
- this.nt = a;
1789
+ this.nx = a;
1734
1790
  this.j("LegendRef");
1735
1791
  }
1736
1792
  get isHorizontalZoomEnabled() {
@@ -1769,10 +1825,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1769
1825
  this.j("ShouldSimulateHoverMoveCrosshairPoint");
1770
1826
  }
1771
1827
  get highlightedValuesDisplayMode() {
1772
- return this.nd;
1828
+ return this.nh;
1773
1829
  }
1774
1830
  set highlightedValuesDisplayMode(a) {
1775
- this.nd = a;
1831
+ this.nh = a;
1776
1832
  this.j("HighlightedValuesDisplayMode");
1777
1833
  }
1778
1834
  get isSeriesHighlightingEnabled() {
@@ -1783,17 +1839,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1783
1839
  this.j("IsSeriesHighlightingEnabled");
1784
1840
  }
1785
1841
  get highlightedLegendItemVisibility() {
1786
- return this.nc;
1842
+ return this.ng;
1787
1843
  }
1788
1844
  set highlightedLegendItemVisibility(a) {
1789
- this.nc = a;
1845
+ this.ng = a;
1790
1846
  this.j("HighlightedLegendItemVisibility");
1791
1847
  }
1792
1848
  get legendItemVisibility() {
1793
- return this.ns;
1849
+ return this.nw;
1794
1850
  }
1795
1851
  set legendItemVisibility(a) {
1796
- this.ns = a;
1852
+ this.nw = a;
1797
1853
  this.j("LegendItemVisibility");
1798
1854
  }
1799
1855
  get windowRect() {
@@ -1804,38 +1860,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1804
1860
  this.j("WindowRect");
1805
1861
  }
1806
1862
  get chartTitle() {
1807
- return this.k5;
1863
+ return this.k9;
1808
1864
  }
1809
1865
  set chartTitle(a) {
1810
- this.k5 = a;
1866
+ this.k9 = a;
1811
1867
  this.j("ChartTitle");
1812
1868
  }
1813
1869
  get subtitle() {
1814
- return this.oh;
1870
+ return this.ol;
1815
1871
  }
1816
1872
  set subtitle(a) {
1817
- this.oh = a;
1873
+ this.ol = a;
1818
1874
  this.j("Subtitle");
1819
1875
  }
1820
1876
  get titleAlignment() {
1821
- return this.ol;
1877
+ return this.os;
1822
1878
  }
1823
1879
  set titleAlignment(a) {
1824
- this.ol = a;
1880
+ this.os = a;
1825
1881
  this.j("TitleAlignment");
1826
1882
  }
1827
1883
  get subtitleAlignment() {
1828
- return this.oi;
1884
+ return this.om;
1829
1885
  }
1830
1886
  set subtitleAlignment(a) {
1831
- this.oi = a;
1887
+ this.om = a;
1832
1888
  this.j("SubtitleAlignment");
1833
1889
  }
1834
1890
  get unknownValuePlotting() {
1835
- return this.or;
1891
+ return this.o0;
1836
1892
  }
1837
1893
  set unknownValuePlotting(a) {
1838
- this.or = a;
1894
+ this.o0 = a;
1839
1895
  this.j("UnknownValuePlotting");
1840
1896
  }
1841
1897
  get resolution() {
@@ -1846,31 +1902,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1846
1902
  this.j("Resolution");
1847
1903
  }
1848
1904
  get thickness() {
1849
- return this.f8;
1905
+ return this.f9;
1850
1906
  }
1851
1907
  set thickness(a) {
1852
- this.f8 = a;
1908
+ this.f9 = a;
1853
1909
  this.j("Thickness");
1854
1910
  }
1855
1911
  get outlineMode() {
1856
- return this.nx;
1912
+ return this.n1;
1857
1913
  }
1858
1914
  set outlineMode(a) {
1859
- this.nx = a;
1915
+ this.n1 = a;
1860
1916
  this.j("OutlineMode");
1861
1917
  }
1862
1918
  get markerOutlineMode() {
1863
- return this.nw;
1919
+ return this.n0;
1864
1920
  }
1865
1921
  set markerOutlineMode(a) {
1866
- this.nw = a;
1922
+ this.n0 = a;
1867
1923
  this.j("MarkerOutlineMode");
1868
1924
  }
1869
1925
  get markerFillMode() {
1870
- return this.nv;
1926
+ return this.nz;
1871
1927
  }
1872
1928
  set markerFillMode(a) {
1873
- this.nv = a;
1929
+ this.nz = a;
1874
1930
  this.j("MarkerFillMode");
1875
1931
  }
1876
1932
  get markerFillOpacity() {
@@ -1895,10 +1951,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1895
1951
  this.j("MarkerTypes");
1896
1952
  }
1897
1953
  get markerAutomaticBehavior() {
1898
- return this.nu;
1954
+ return this.ny;
1899
1955
  }
1900
1956
  set markerAutomaticBehavior(a) {
1901
- this.nu = a;
1957
+ this.ny = a;
1902
1958
  this.j("MarkerAutomaticBehavior");
1903
1959
  }
1904
1960
  get markerBrushes() {
@@ -1916,10 +1972,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1916
1972
  this.j("MarkerOutlines");
1917
1973
  }
1918
1974
  get markerMaxCount() {
1919
- return this.j3;
1975
+ return this.j7;
1920
1976
  }
1921
1977
  set markerMaxCount(a) {
1922
- this.j3 = a;
1978
+ this.j7 = a;
1923
1979
  this.j("MarkerMaxCount");
1924
1980
  }
1925
1981
  get areaFillOpacity() {
@@ -1944,17 +2000,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1944
2000
  this.j("TrendLineBrushes");
1945
2001
  }
1946
2002
  get trendLineType() {
1947
- return this.oq;
2003
+ return this.oz;
1948
2004
  }
1949
2005
  set trendLineType(a) {
1950
- this.oq = a;
2006
+ this.oz = a;
1951
2007
  this.j("TrendLineType");
1952
2008
  }
1953
2009
  get trendLineThickness() {
1954
- return this.ge;
2010
+ return this.gg;
1955
2011
  }
1956
2012
  set trendLineThickness(a) {
1957
- this.ge = a;
2013
+ this.gg = a;
1958
2014
  this.j("TrendLineThickness");
1959
2015
  }
1960
2016
  get trendLineTypes() {
@@ -2007,59 +2063,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2007
2063
  this.j("PlotAreaMarginBottom");
2008
2064
  }
2009
2065
  get highlightingDismissDelayMilliseconds() {
2010
- return this.j1;
2066
+ return this.j5;
2011
2067
  }
2012
2068
  set highlightingDismissDelayMilliseconds(a) {
2013
- this.j1 = a;
2069
+ this.j5 = a;
2014
2070
  this.j("HighlightingDismissDelayMilliseconds");
2015
2071
  }
2016
2072
  get focusDismissDelayMilliseconds() {
2017
- return this.jz;
2073
+ return this.j3;
2018
2074
  }
2019
2075
  set focusDismissDelayMilliseconds(a) {
2020
- this.jz = a;
2076
+ this.j3 = a;
2021
2077
  this.j("FocusDismissDelayMilliseconds");
2022
2078
  }
2023
2079
  get selectionDismissDelayMilliseconds() {
2024
- return this.j4;
2080
+ return this.j8;
2025
2081
  }
2026
2082
  set selectionDismissDelayMilliseconds(a) {
2027
- this.j4 = a;
2083
+ this.j8 = a;
2028
2084
  this.j("SelectionDismissDelayMilliseconds");
2029
2085
  }
2030
2086
  get computedPlotAreaMarginMode() {
2031
- return this.k6;
2087
+ return this.la;
2032
2088
  }
2033
2089
  set computedPlotAreaMarginMode(a) {
2034
- this.k6 = a;
2090
+ this.la = a;
2035
2091
  this.j("ComputedPlotAreaMarginMode");
2036
2092
  }
2037
2093
  get seriesPlotAreaMarginHorizontalMode() {
2038
- return this.n9;
2094
+ return this.od;
2039
2095
  }
2040
2096
  set seriesPlotAreaMarginHorizontalMode(a) {
2041
- this.n9 = a;
2097
+ this.od = a;
2042
2098
  this.j("SeriesPlotAreaMarginHorizontalMode");
2043
2099
  }
2044
2100
  get seriesPlotAreaMarginVerticalMode() {
2045
- return this.oa;
2101
+ return this.oe;
2046
2102
  }
2047
2103
  set seriesPlotAreaMarginVerticalMode(a) {
2048
- this.oa = a;
2104
+ this.oe = a;
2049
2105
  this.j("SeriesPlotAreaMarginVerticalMode");
2050
2106
  }
2051
2107
  get highlightingMode() {
2052
- return this.nf;
2108
+ return this.nj;
2053
2109
  }
2054
2110
  set highlightingMode(a) {
2055
- this.nf = a;
2111
+ this.nj = a;
2056
2112
  this.j("HighlightingMode");
2057
2113
  }
2058
2114
  get highlightingBehavior() {
2059
- return this.ne;
2115
+ return this.ni;
2060
2116
  }
2061
2117
  set highlightingBehavior(a) {
2062
- this.ne = a;
2118
+ this.ni = a;
2063
2119
  this.j("HighlightingBehavior");
2064
2120
  }
2065
2121
  get highlightingFadeOpacity() {
@@ -2070,45 +2126,45 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2070
2126
  this.j("HighlightingFadeOpacity");
2071
2127
  }
2072
2128
  get legendHighlightingMode() {
2073
- return this.np;
2129
+ return this.nt;
2074
2130
  }
2075
2131
  set legendHighlightingMode(a) {
2076
- this.np = a;
2132
+ this.nt = a;
2077
2133
  this.j("LegendHighlightingMode");
2078
2134
  }
2079
2135
  get legendItemBadgeShape() {
2080
- return this.nr;
2136
+ return this.nv;
2081
2137
  }
2082
2138
  set legendItemBadgeShape(a) {
2083
- this.nr = a;
2139
+ this.nv = a;
2084
2140
  this.j("LegendItemBadgeShape");
2085
2141
  }
2086
2142
  get legendItemBadgeMode() {
2087
- return this.nq;
2143
+ return this.nu;
2088
2144
  }
2089
2145
  set legendItemBadgeMode(a) {
2090
- this.nq = a;
2146
+ this.nu = a;
2091
2147
  this.j("LegendItemBadgeMode");
2092
2148
  }
2093
2149
  get trendLinePeriod() {
2094
- return this.j7;
2150
+ return this.kb;
2095
2151
  }
2096
2152
  set trendLinePeriod(a) {
2097
- this.j7 = a;
2153
+ this.kb = a;
2098
2154
  this.j("TrendLinePeriod");
2099
2155
  }
2100
2156
  get toolTipType() {
2101
- return this.oo;
2157
+ return this.ox;
2102
2158
  }
2103
2159
  set toolTipType(a) {
2104
- this.oo = a;
2160
+ this.ox = a;
2105
2161
  this.j("ToolTipType");
2106
2162
  }
2107
2163
  get crosshairsDisplayMode() {
2108
- return this.lb;
2164
+ return this.lf;
2109
2165
  }
2110
2166
  set crosshairsDisplayMode(a) {
2111
- this.lb = a;
2167
+ this.lf = a;
2112
2168
  this.j("CrosshairsDisplayMode");
2113
2169
  }
2114
2170
  get crosshairsSnapToData() {
@@ -2119,10 +2175,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2119
2175
  this.j("CrosshairsSnapToData");
2120
2176
  }
2121
2177
  get crosshairsLineVerticalStroke() {
2122
- return this.ld;
2178
+ return this.lh;
2123
2179
  }
2124
2180
  set crosshairsLineVerticalStroke(a) {
2125
- this.ld = a;
2181
+ this.lh = a;
2126
2182
  this.j("CrosshairsLineVerticalStroke");
2127
2183
  }
2128
2184
  get crosshairsLineThickness() {
@@ -2133,10 +2189,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2133
2189
  this.j("CrosshairsLineThickness");
2134
2190
  }
2135
2191
  get crosshairsLineHorizontalStroke() {
2136
- return this.lc;
2192
+ return this.lg;
2137
2193
  }
2138
2194
  set crosshairsLineHorizontalStroke(a) {
2139
- this.lc = a;
2195
+ this.lg = a;
2140
2196
  this.j("CrosshairsLineHorizontalStroke");
2141
2197
  }
2142
2198
  get crosshairsAnnotationEnabled() {
@@ -2161,45 +2217,45 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2161
2217
  this.j("CrosshairsSkipInvalidData");
2162
2218
  }
2163
2219
  get crosshairsAnnotationXAxisBackground() {
2164
- return this.k7;
2220
+ return this.lb;
2165
2221
  }
2166
2222
  set crosshairsAnnotationXAxisBackground(a) {
2167
- this.k7 = a;
2223
+ this.lb = a;
2168
2224
  this.j("CrosshairsAnnotationXAxisBackground");
2169
2225
  }
2170
2226
  get crosshairsAnnotationYAxisBackground() {
2171
- return this.k9;
2227
+ return this.ld;
2172
2228
  }
2173
2229
  set crosshairsAnnotationYAxisBackground(a) {
2174
- this.k9 = a;
2230
+ this.ld = a;
2175
2231
  this.j("CrosshairsAnnotationYAxisBackground");
2176
2232
  }
2177
2233
  get crosshairsAnnotationXAxisTextColor() {
2178
- return this.k8;
2234
+ return this.lc;
2179
2235
  }
2180
2236
  set crosshairsAnnotationXAxisTextColor(a) {
2181
- this.k8 = a;
2237
+ this.lc = a;
2182
2238
  this.j("CrosshairsAnnotationXAxisTextColor");
2183
2239
  }
2184
2240
  get crosshairsAnnotationYAxisTextColor() {
2185
- return this.la;
2241
+ return this.le;
2186
2242
  }
2187
2243
  set crosshairsAnnotationYAxisTextColor(a) {
2188
- this.la = a;
2244
+ this.le = a;
2189
2245
  this.j("CrosshairsAnnotationYAxisTextColor");
2190
2246
  }
2191
2247
  get crosshairsAnnotationXAxisPrecision() {
2192
- return this.ju;
2248
+ return this.jy;
2193
2249
  }
2194
2250
  set crosshairsAnnotationXAxisPrecision(a) {
2195
- this.ju = a;
2251
+ this.jy = a;
2196
2252
  this.j("CrosshairsAnnotationXAxisPrecision");
2197
2253
  }
2198
2254
  get crosshairsAnnotationYAxisPrecision() {
2199
- return this.jv;
2255
+ return this.jz;
2200
2256
  }
2201
2257
  set crosshairsAnnotationYAxisPrecision(a) {
2202
- this.jv = a;
2258
+ this.jz = a;
2203
2259
  this.j("CrosshairsAnnotationYAxisPrecision");
2204
2260
  }
2205
2261
  get shouldAvoidAxisAnnotationCollisions() {
@@ -2224,24 +2280,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2224
2280
  this.j("FinalValueAnnotationsVisible");
2225
2281
  }
2226
2282
  get finalValueAnnotationsBackground() {
2227
- return this.m5;
2283
+ return this.m9;
2228
2284
  }
2229
2285
  set finalValueAnnotationsBackground(a) {
2230
- this.m5 = a;
2286
+ this.m9 = a;
2231
2287
  this.j("FinalValueAnnotationsBackground");
2232
2288
  }
2233
2289
  get finalValueAnnotationsTextColor() {
2234
- return this.m6;
2290
+ return this.na;
2235
2291
  }
2236
2292
  set finalValueAnnotationsTextColor(a) {
2237
- this.m6 = a;
2293
+ this.na = a;
2238
2294
  this.j("FinalValueAnnotationsTextColor");
2239
2295
  }
2240
2296
  get finalValueAnnotationsPrecision() {
2241
- return this.jy;
2297
+ return this.j2;
2242
2298
  }
2243
2299
  set finalValueAnnotationsPrecision(a) {
2244
- this.jy = a;
2300
+ this.j2 = a;
2245
2301
  this.j("FinalValueAnnotationsPrecision");
2246
2302
  }
2247
2303
  get autoCalloutsVisible() {
@@ -2273,10 +2329,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2273
2329
  this.j("UseValueForAutoCalloutLabels");
2274
2330
  }
2275
2331
  get calloutCollisionMode() {
2276
- return this.kn;
2332
+ return this.kr;
2277
2333
  }
2278
2334
  set calloutCollisionMode(a) {
2279
- this.kn = a;
2335
+ this.kr = a;
2280
2336
  this.j("CalloutCollisionMode");
2281
2337
  }
2282
2338
  get calloutsUseItemColorForFill() {
@@ -2308,59 +2364,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2308
2364
  this.j("CalloutsStrokeThickness");
2309
2365
  }
2310
2366
  get calloutsBackground() {
2311
- return this.kq;
2367
+ return this.ku;
2312
2368
  }
2313
2369
  set calloutsBackground(a) {
2314
- this.kq = a;
2370
+ this.ku = a;
2315
2371
  this.j("CalloutsBackground");
2316
2372
  }
2317
2373
  get calloutsOutline() {
2318
- return this.k0;
2374
+ return this.k4;
2319
2375
  }
2320
2376
  set calloutsOutline(a) {
2321
- this.k0 = a;
2377
+ this.k4 = a;
2322
2378
  this.j("CalloutsOutline");
2323
2379
  }
2324
2380
  get calloutsTextColor() {
2325
- return this.k1;
2381
+ return this.k5;
2326
2382
  }
2327
2383
  set calloutsTextColor(a) {
2328
- this.k1 = a;
2384
+ this.k5 = a;
2329
2385
  this.j("CalloutsTextColor");
2330
2386
  }
2331
2387
  get calloutsLightTextColor() {
2332
- return this.kz;
2388
+ return this.k3;
2333
2389
  }
2334
2390
  set calloutsLightTextColor(a) {
2335
- this.kz = a;
2391
+ this.k3 = a;
2336
2392
  this.j("CalloutsLightTextColor");
2337
2393
  }
2338
2394
  get calloutsDarkTextColor() {
2339
- return this.ks;
2395
+ return this.kw;
2340
2396
  }
2341
2397
  set calloutsDarkTextColor(a) {
2342
- this.ks = a;
2398
+ this.kw = a;
2343
2399
  this.j("CalloutsDarkTextColor");
2344
2400
  }
2345
2401
  get calloutsLeaderBrush() {
2346
- return this.ky;
2402
+ return this.k2;
2347
2403
  }
2348
2404
  set calloutsLeaderBrush(a) {
2349
- this.ky = a;
2405
+ this.k2 = a;
2350
2406
  this.j("CalloutsLeaderBrush");
2351
2407
  }
2352
2408
  get calloutsAutoLabelPrecision() {
2353
- return this.jt;
2409
+ return this.jx;
2354
2410
  }
2355
2411
  set calloutsAutoLabelPrecision(a) {
2356
- this.jt = a;
2412
+ this.jx = a;
2357
2413
  this.j("CalloutsAutoLabelPrecision");
2358
2414
  }
2359
2415
  get calloutsDataSourceRef() {
2360
- return this.kt;
2416
+ return this.kx;
2361
2417
  }
2362
2418
  set calloutsDataSourceRef(a) {
2363
- this.kt = a;
2419
+ this.kx = a;
2364
2420
  this.j("CalloutsDataSourceRef");
2365
2421
  }
2366
2422
  get calloutsAllowedPositions() {
@@ -2371,38 +2427,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2371
2427
  this.j("CalloutsAllowedPositions");
2372
2428
  }
2373
2429
  get calloutsXMemberPath() {
2374
- return this.k3;
2430
+ return this.k7;
2375
2431
  }
2376
2432
  set calloutsXMemberPath(a) {
2377
- this.k3 = a;
2433
+ this.k7 = a;
2378
2434
  this.j("CalloutsXMemberPath");
2379
2435
  }
2380
2436
  get calloutsYMemberPath() {
2381
- return this.k4;
2437
+ return this.k8;
2382
2438
  }
2383
2439
  set calloutsYMemberPath(a) {
2384
- this.k4 = a;
2440
+ this.k8 = a;
2385
2441
  this.j("CalloutsYMemberPath");
2386
2442
  }
2387
2443
  get calloutsLabelMemberPath() {
2388
- return this.kx;
2444
+ return this.k1;
2389
2445
  }
2390
2446
  set calloutsLabelMemberPath(a) {
2391
- this.kx = a;
2447
+ this.k1 = a;
2392
2448
  this.j("CalloutsLabelMemberPath");
2393
2449
  }
2394
2450
  get calloutsContentMemberPath() {
2395
- return this.kr;
2451
+ return this.kv;
2396
2452
  }
2397
2453
  set calloutsContentMemberPath(a) {
2398
- this.kr = a;
2454
+ this.kv = a;
2399
2455
  this.j("CalloutsContentMemberPath");
2400
2456
  }
2401
2457
  get calloutsFontFamily() {
2402
- return this.ku;
2458
+ return this.ky;
2403
2459
  }
2404
2460
  set calloutsFontFamily(a) {
2405
- this.ku = a;
2461
+ this.ky = a;
2406
2462
  this.j("CalloutsFontFamily");
2407
2463
  }
2408
2464
  get calloutsFontSize() {
@@ -2413,17 +2469,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2413
2469
  this.j("CalloutsFontSize");
2414
2470
  }
2415
2471
  get calloutsFontStyle() {
2416
- return this.kv;
2472
+ return this.kz;
2417
2473
  }
2418
2474
  set calloutsFontStyle(a) {
2419
- this.kv = a;
2475
+ this.kz = a;
2420
2476
  this.j("CalloutsFontStyle");
2421
2477
  }
2422
2478
  get calloutsFontWeight() {
2423
- return this.kw;
2479
+ return this.k0;
2424
2480
  }
2425
2481
  set calloutsFontWeight(a) {
2426
- this.kw = a;
2482
+ this.k0 = a;
2427
2483
  this.j("CalloutsFontWeight");
2428
2484
  }
2429
2485
  get valueLines() {
@@ -2441,10 +2497,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2441
2497
  this.j("ValueLinesBrushes");
2442
2498
  }
2443
2499
  get valueLinesThickness() {
2444
- return this.gf;
2500
+ return this.gh;
2445
2501
  }
2446
2502
  set valueLinesThickness(a) {
2447
- this.gf = a;
2503
+ this.gh = a;
2448
2504
  this.j("ValueLinesThickness");
2449
2505
  }
2450
2506
  get seriesValueLayerUseLegend() {
@@ -2455,45 +2511,45 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2455
2511
  this.j("SeriesValueLayerUseLegend");
2456
2512
  }
2457
2513
  get horizontalViewScrollbarMode() {
2458
- return this.nh;
2514
+ return this.nl;
2459
2515
  }
2460
2516
  set horizontalViewScrollbarMode(a) {
2461
- this.nh = a;
2517
+ this.nl = a;
2462
2518
  this.j("HorizontalViewScrollbarMode");
2463
2519
  }
2464
2520
  get verticalViewScrollbarMode() {
2465
- return this.ov;
2521
+ return this.o4;
2466
2522
  }
2467
2523
  set verticalViewScrollbarMode(a) {
2468
- this.ov = a;
2524
+ this.o4 = a;
2469
2525
  this.j("VerticalViewScrollbarMode");
2470
2526
  }
2471
2527
  get horizontalViewScrollbarPosition() {
2472
- return this.nj;
2528
+ return this.nn;
2473
2529
  }
2474
2530
  set horizontalViewScrollbarPosition(a) {
2475
- this.nj = a;
2531
+ this.nn = a;
2476
2532
  this.j("HorizontalViewScrollbarPosition");
2477
2533
  }
2478
2534
  get verticalViewScrollbarPosition() {
2479
- return this.ox;
2535
+ return this.o6;
2480
2536
  }
2481
2537
  set verticalViewScrollbarPosition(a) {
2482
- this.ox = a;
2538
+ this.o6 = a;
2483
2539
  this.j("VerticalViewScrollbarPosition");
2484
2540
  }
2485
2541
  get horizontalViewScrollbarFill() {
2486
- return this.ng;
2542
+ return this.nk;
2487
2543
  }
2488
2544
  set horizontalViewScrollbarFill(a) {
2489
- this.ng = a;
2545
+ this.nk = a;
2490
2546
  this.j("HorizontalViewScrollbarFill");
2491
2547
  }
2492
2548
  get horizontalViewScrollbarOutline() {
2493
- return this.ni;
2549
+ return this.nm;
2494
2550
  }
2495
2551
  set horizontalViewScrollbarOutline(a) {
2496
- this.ni = a;
2552
+ this.nm = a;
2497
2553
  this.j("HorizontalViewScrollbarOutline");
2498
2554
  }
2499
2555
  get horizontalViewScrollbarStrokeThickness() {
@@ -2553,66 +2609,66 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2553
2609
  this.j("HorizontalViewScrollbarShouldAddAutoTrackInsets");
2554
2610
  }
2555
2611
  get verticalViewScrollbarFill() {
2556
- return this.ou;
2612
+ return this.o3;
2557
2613
  }
2558
2614
  set verticalViewScrollbarFill(a) {
2559
- this.ou = a;
2615
+ this.o3 = a;
2560
2616
  this.j("VerticalViewScrollbarFill");
2561
2617
  }
2562
2618
  get verticalViewScrollbarOutline() {
2563
- return this.ow;
2619
+ return this.o5;
2564
2620
  }
2565
2621
  set verticalViewScrollbarOutline(a) {
2566
- this.ow = a;
2622
+ this.o5 = a;
2567
2623
  this.j("VerticalViewScrollbarOutline");
2568
2624
  }
2569
2625
  get verticalViewScrollbarStrokeThickness() {
2570
- return this.gj;
2626
+ return this.gl;
2571
2627
  }
2572
2628
  set verticalViewScrollbarStrokeThickness(a) {
2573
- this.gj = a;
2629
+ this.gl = a;
2574
2630
  this.j("VerticalViewScrollbarStrokeThickness");
2575
2631
  }
2576
2632
  get verticalViewScrollbarMaxOpacity() {
2577
- return this.gi;
2633
+ return this.gk;
2578
2634
  }
2579
2635
  set verticalViewScrollbarMaxOpacity(a) {
2580
- this.gi = a;
2636
+ this.gk = a;
2581
2637
  this.j("VerticalViewScrollbarMaxOpacity");
2582
2638
  }
2583
2639
  get verticalViewScrollbarCornerRadius() {
2584
- return this.gg;
2640
+ return this.gi;
2585
2641
  }
2586
2642
  set verticalViewScrollbarCornerRadius(a) {
2587
- this.gg = a;
2643
+ this.gi = a;
2588
2644
  this.j("VerticalViewScrollbarCornerRadius");
2589
2645
  }
2590
2646
  get verticalViewScrollbarWidth() {
2591
- return this.gm;
2647
+ return this.go;
2592
2648
  }
2593
2649
  set verticalViewScrollbarWidth(a) {
2594
- this.gm = a;
2650
+ this.go = a;
2595
2651
  this.j("VerticalViewScrollbarWidth");
2596
2652
  }
2597
2653
  get verticalViewScrollbarInset() {
2598
- return this.gh;
2654
+ return this.gj;
2599
2655
  }
2600
2656
  set verticalViewScrollbarInset(a) {
2601
- this.gh = a;
2657
+ this.gj = a;
2602
2658
  this.j("VerticalViewScrollbarInset");
2603
2659
  }
2604
2660
  get verticalViewScrollbarTrackStartInset() {
2605
- return this.gl;
2661
+ return this.gn;
2606
2662
  }
2607
2663
  set verticalViewScrollbarTrackStartInset(a) {
2608
- this.gl = a;
2664
+ this.gn = a;
2609
2665
  this.j("VerticalViewScrollbarTrackStartInset");
2610
2666
  }
2611
2667
  get verticalViewScrollbarTrackEndInset() {
2612
- return this.gk;
2668
+ return this.gm;
2613
2669
  }
2614
2670
  set verticalViewScrollbarTrackEndInset(a) {
2615
- this.gk = a;
2671
+ this.gm = a;
2616
2672
  this.j("VerticalViewScrollbarTrackEndInset");
2617
2673
  }
2618
2674
  get verticalViewScrollbarShouldAddAutoTrackInsets() {
@@ -2623,31 +2679,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2623
2679
  this.j("VerticalViewScrollbarShouldAddAutoTrackInsets");
2624
2680
  }
2625
2681
  get windowRectMinWidth() {
2626
- return this.go;
2682
+ return this.gq;
2627
2683
  }
2628
2684
  set windowRectMinWidth(a) {
2629
- this.go = a;
2685
+ this.gq = a;
2630
2686
  this.j("WindowRectMinWidth");
2631
2687
  }
2632
2688
  get windowRectMinHeight() {
2633
- return this.gn;
2689
+ return this.gp;
2634
2690
  }
2635
2691
  set windowRectMinHeight(a) {
2636
- this.gn = a;
2692
+ this.gp = a;
2637
2693
  this.j("WindowRectMinHeight");
2638
2694
  }
2639
2695
  get windowSizeMinWidth() {
2640
- return this.gq;
2696
+ return this.gs;
2641
2697
  }
2642
2698
  set windowSizeMinWidth(a) {
2643
- this.gq = a;
2699
+ this.gs = a;
2644
2700
  this.j("WindowSizeMinWidth");
2645
2701
  }
2646
2702
  get windowSizeMinHeight() {
2647
- return this.gp;
2703
+ return this.gr;
2648
2704
  }
2649
2705
  set windowSizeMinHeight(a) {
2650
- this.gp = a;
2706
+ this.gr = a;
2651
2707
  this.j("WindowSizeMinHeight");
2652
2708
  }
2653
2709
  get isUserAnnotationsEnabled() {
@@ -2658,150 +2714,150 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2658
2714
  this.j("IsUserAnnotationsEnabled");
2659
2715
  }
2660
2716
  get userAnnotationInformationRequestedRef() {
2661
- return this.os;
2717
+ return this.o1;
2662
2718
  }
2663
2719
  set userAnnotationInformationRequestedRef(a) {
2664
- this.os = a;
2720
+ this.o1 = a;
2665
2721
  this.j("UserAnnotationInformationRequestedRef");
2666
2722
  }
2667
2723
  get userAnnotationToolTipContentUpdatingRef() {
2668
- return this.ot;
2724
+ return this.o2;
2669
2725
  }
2670
2726
  set userAnnotationToolTipContentUpdatingRef(a) {
2671
- this.ot = a;
2727
+ this.o2 = a;
2672
2728
  this.j("UserAnnotationToolTipContentUpdatingRef");
2673
2729
  }
2674
2730
  get seriesAddedRef() {
2675
- return this.n7;
2731
+ return this.ob;
2676
2732
  }
2677
2733
  set seriesAddedRef(a) {
2678
- this.n7 = a;
2734
+ this.ob = a;
2679
2735
  this.j("SeriesAddedRef");
2680
2736
  }
2681
2737
  get seriesRemovedRef() {
2682
- return this.og;
2738
+ return this.ok;
2683
2739
  }
2684
2740
  set seriesRemovedRef(a) {
2685
- this.og = a;
2741
+ this.ok = a;
2686
2742
  this.j("SeriesRemovedRef");
2687
2743
  }
2688
2744
  get seriesPointerEnterRef() {
2689
- return this.oc;
2745
+ return this.og;
2690
2746
  }
2691
2747
  set seriesPointerEnterRef(a) {
2692
- this.oc = a;
2748
+ this.og = a;
2693
2749
  this.j("SeriesPointerEnterRef");
2694
2750
  }
2695
2751
  get seriesPointerLeaveRef() {
2696
- return this.od;
2752
+ return this.oh;
2697
2753
  }
2698
2754
  set seriesPointerLeaveRef(a) {
2699
- this.od = a;
2755
+ this.oh = a;
2700
2756
  this.j("SeriesPointerLeaveRef");
2701
2757
  }
2702
2758
  get seriesPointerMoveRef() {
2703
- return this.oe;
2759
+ return this.oi;
2704
2760
  }
2705
2761
  set seriesPointerMoveRef(a) {
2706
- this.oe = a;
2762
+ this.oi = a;
2707
2763
  this.j("SeriesPointerMoveRef");
2708
2764
  }
2709
2765
  get seriesPointerDownRef() {
2710
- return this.ob;
2766
+ return this.of;
2711
2767
  }
2712
2768
  set seriesPointerDownRef(a) {
2713
- this.ob = a;
2769
+ this.of = a;
2714
2770
  this.j("SeriesPointerDownRef");
2715
2771
  }
2716
2772
  get seriesPointerUpRef() {
2717
- return this.of;
2773
+ return this.oj;
2718
2774
  }
2719
2775
  set seriesPointerUpRef(a) {
2720
- this.of = a;
2776
+ this.oj = a;
2721
2777
  this.j("SeriesPointerUpRef");
2722
2778
  }
2723
2779
  get seriesClickRef() {
2724
- return this.n8;
2780
+ return this.oc;
2725
2781
  }
2726
2782
  set seriesClickRef(a) {
2727
- this.n8 = a;
2783
+ this.oc = a;
2728
2784
  this.j("SeriesClickRef");
2729
2785
  }
2730
2786
  get plotAreaPointerEnterRef() {
2731
- return this.nz;
2787
+ return this.n3;
2732
2788
  }
2733
2789
  set plotAreaPointerEnterRef(a) {
2734
- this.nz = a;
2790
+ this.n3 = a;
2735
2791
  this.j("PlotAreaPointerEnterRef");
2736
2792
  }
2737
2793
  get plotAreaPointerLeaveRef() {
2738
- return this.n0;
2794
+ return this.n4;
2739
2795
  }
2740
2796
  set plotAreaPointerLeaveRef(a) {
2741
- this.n0 = a;
2797
+ this.n4 = a;
2742
2798
  this.j("PlotAreaPointerLeaveRef");
2743
2799
  }
2744
2800
  get plotAreaPointerMoveRef() {
2745
- return this.n1;
2801
+ return this.n5;
2746
2802
  }
2747
2803
  set plotAreaPointerMoveRef(a) {
2748
- this.n1 = a;
2804
+ this.n5 = a;
2749
2805
  this.j("PlotAreaPointerMoveRef");
2750
2806
  }
2751
2807
  get plotAreaPointerDownRef() {
2752
- return this.ny;
2808
+ return this.n2;
2753
2809
  }
2754
2810
  set plotAreaPointerDownRef(a) {
2755
- this.ny = a;
2811
+ this.n2 = a;
2756
2812
  this.j("PlotAreaPointerDownRef");
2757
2813
  }
2758
2814
  get plotAreaPointerUpRef() {
2759
- return this.n2;
2815
+ return this.n6;
2760
2816
  }
2761
2817
  set plotAreaPointerUpRef(a) {
2762
- this.n2 = a;
2818
+ this.n6 = a;
2763
2819
  this.j("PlotAreaPointerUpRef");
2764
2820
  }
2765
2821
  get calloutStyleUpdatingRef() {
2766
- return this.k2;
2822
+ return this.k6;
2767
2823
  }
2768
2824
  set calloutStyleUpdatingRef(a) {
2769
- this.k2 = a;
2825
+ this.k6 = a;
2770
2826
  this.j("CalloutStyleUpdatingRef");
2771
2827
  }
2772
2828
  get calloutRenderStyleUpdatingRef() {
2773
- return this.kp;
2829
+ return this.kt;
2774
2830
  }
2775
2831
  set calloutRenderStyleUpdatingRef(a) {
2776
- this.kp = a;
2832
+ this.kt = a;
2777
2833
  this.j("CalloutRenderStyleUpdatingRef");
2778
2834
  }
2779
2835
  get calloutLabelUpdatingRef() {
2780
- return this.ko;
2836
+ return this.ks;
2781
2837
  }
2782
2838
  set calloutLabelUpdatingRef(a) {
2783
- this.ko = a;
2839
+ this.ks = a;
2784
2840
  this.j("CalloutLabelUpdatingRef");
2785
2841
  }
2786
2842
  get selectedSeriesItemsChangedRef() {
2787
- return this.n3;
2843
+ return this.n7;
2788
2844
  }
2789
2845
  set selectedSeriesItemsChangedRef(a) {
2790
- this.n3 = a;
2846
+ this.n7 = a;
2791
2847
  this.j("SelectedSeriesItemsChangedRef");
2792
2848
  }
2793
2849
  get focusedSeriesItemsChangedRef() {
2794
- return this.m8;
2850
+ return this.nc;
2795
2851
  }
2796
2852
  set focusedSeriesItemsChangedRef(a) {
2797
- this.m8 = a;
2853
+ this.nc = a;
2798
2854
  this.j("FocusedSeriesItemsChangedRef");
2799
2855
  }
2800
2856
  get filterStringErrorsParsingRef() {
2801
- return this.m4;
2857
+ return this.m8;
2802
2858
  }
2803
2859
  set filterStringErrorsParsingRef(a) {
2804
- this.m4 = a;
2860
+ this.m8 = a;
2805
2861
  this.j("FilterStringErrorsParsingRef");
2806
2862
  }
2807
2863
  }