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,22 +13,22 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
13
13
  class DataGridDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.i4 = null;
17
- this.g9 = null;
18
- this.fd = null;
16
+ this.j0 = null;
17
+ this.h3 = null;
19
18
  this.by = false;
20
19
  this.b3 = false;
21
20
  this.b8 = false;
22
- this.f8 = null;
23
- this.f0 = null;
21
+ this.ju = null;
22
+ this.g0 = null;
23
+ this.gd = null;
24
24
  this.b5 = false;
25
- this.hm = null;
26
- this.hn = null;
27
- this.go = null;
28
- this.dp = 0;
29
- this.dq = 0;
30
- this.dr = 0;
31
- this.ds = 0;
25
+ this.ih = null;
26
+ this.ii = null;
27
+ this.hg = null;
28
+ this.dt = 0;
29
+ this.du = 0;
30
+ this.dv = 0;
31
+ this.dw = 0;
32
32
  this.bi = null;
33
33
  this.bk = null;
34
34
  this.bm = null;
@@ -40,37 +40,37 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
40
40
  this.be = null;
41
41
  this.m = null;
42
42
  this.o = null;
43
- this.gi = null;
44
- this.eq = 0;
45
- this.ex = 0;
46
- this.dl = 0;
47
- this.ep = 0;
48
- this.et = 0;
49
- this.gg = null;
43
+ this.ha = null;
44
+ this.ew = 0;
45
+ this.e5 = 0;
46
+ this.dq = 0;
47
+ this.ev = 0;
48
+ this.e0 = 0;
49
+ this.g8 = null;
50
50
  this.ay = null;
51
51
  this.a0 = null;
52
- this.g0 = null;
53
- this.gm = null;
54
- this.gn = null;
52
+ this.hu = null;
53
+ this.he = null;
54
+ this.hf = null;
55
55
  this.bt = false;
56
56
  this.bq = false;
57
- this.ey = 0;
57
+ this.e6 = 0;
58
58
  this.b4 = false;
59
- this.fv = null;
60
- this.f6 = null;
61
- this.fh = null;
62
- this.ho = null;
63
- this.hl = null;
64
- this.fs = null;
59
+ this.f8 = null;
60
+ this.gy = null;
61
+ this.ft = null;
62
+ this.ij = null;
63
+ this.ig = null;
64
+ this.f5 = null;
65
65
  this.a6 = null;
66
- this.f7 = null;
66
+ this.gz = null;
67
+ this.g3 = null;
68
+ this.gc = null;
67
69
  this.gb = null;
68
- this.fz = null;
69
- this.fy = null;
70
- this.fw = null;
71
- this.h7 = null;
72
- this.e9 = null;
73
- this.h5 = null;
70
+ this.f9 = null;
71
+ this.i4 = null;
72
+ this.fj = null;
73
+ this.i2 = null;
74
74
  this.b9 = false;
75
75
  this.aa = null;
76
76
  this.ab = null;
@@ -79,111 +79,117 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
79
79
  this.u = null;
80
80
  this.v = null;
81
81
  this.bv = false;
82
+ this.cg = false;
82
83
  this.b1 = false;
83
84
  this.b2 = false;
84
- this.fr = null;
85
- this.hz = null;
86
- this.ic = null;
87
- this.ip = null;
88
- this.du = 0;
89
- this.gj = null;
90
- this.dm = 0;
91
- this.gk = null;
92
- this.gl = null;
93
- this.dn = 0;
94
- this.gh = null;
95
- this.ia = null;
96
- this.hh = null;
85
+ this.f3 = null;
86
+ this.f4 = null;
87
+ this.iw = null;
88
+ this.i9 = null;
89
+ this.jk = null;
90
+ this.dy = 0;
91
+ this.hb = null;
92
+ this.dr = 0;
93
+ this.hc = null;
97
94
  this.hd = null;
95
+ this.ds = 0;
96
+ this.g9 = null;
97
+ this.i7 = null;
98
+ this.ib = null;
99
+ this.h7 = null;
98
100
  this.a8 = null;
99
- this.ff = null;
100
- this.ft = null;
101
- this.g6 = null;
102
- this.g7 = null;
103
- this.fk = null;
104
- this.de = 0;
105
- this.fl = null;
106
- this.fm = null;
107
- this.hv = null;
101
+ this.fr = null;
102
+ this.f6 = null;
108
103
  this.h0 = null;
109
- this.hw = null;
110
- this.dv = 0;
111
- this.hx = null;
112
- this.hy = null;
113
- this.id = null;
114
- this.dw = 0;
115
- this.ie = null;
116
- this.ig = null;
117
- this.iq = null;
118
- this.dy = 0;
104
+ this.h1 = null;
105
+ this.fw = null;
106
+ this.dg = 0;
107
+ this.fx = null;
108
+ this.fy = null;
119
109
  this.ir = null;
110
+ this.ix = null;
120
111
  this.is = null;
121
- this.im = null;
122
- this.ij = null;
112
+ this.it = null;
113
+ this.dz = 0;
114
+ this.iu = null;
115
+ this.iv = null;
116
+ this.ja = null;
117
+ this.d0 = 0;
118
+ this.jb = null;
119
+ this.jc = null;
120
+ this.jl = null;
121
+ this.d2 = 0;
122
+ this.jm = null;
123
+ this.jn = null;
124
+ this.ji = null;
125
+ this.jf = null;
126
+ this.d1 = 0;
127
+ this.jg = null;
128
+ this.jh = null;
129
+ this.jq = null;
130
+ this.d3 = 0;
131
+ this.jr = null;
132
+ this.js = null;
133
+ this.jt = null;
134
+ this.jd = null;
135
+ this.jo = null;
136
+ this.je = null;
137
+ this.jp = null;
138
+ this.e4 = 0;
139
+ this.e1 = 0;
140
+ this.hz = null;
141
+ this.ht = null;
142
+ this.h2 = null;
143
+ this.hv = null;
123
144
  this.dx = 0;
145
+ this.hw = null;
146
+ this.hx = null;
124
147
  this.ik = null;
148
+ this.hy = null;
149
+ this.io = null;
125
150
  this.il = null;
126
- this.iv = null;
127
- this.dz = 0;
128
- this.iw = null;
129
- this.ix = null;
130
- this.iy = null;
131
- this.ih = null;
132
- this.it = null;
133
- this.ii = null;
134
- this.iu = null;
135
- this.ew = 0;
136
- this.eu = 0;
137
- this.g5 = null;
138
- this.gz = null;
139
- this.g8 = null;
151
+ this.im = null;
152
+ this.ez = 0;
153
+ this.dk = 0;
154
+ this.ex = 0;
155
+ this.dh = 0;
140
156
  this.g1 = null;
141
- this.dt = 0;
142
- this.g2 = null;
143
- this.g3 = null;
144
- this.hp = null;
145
- this.g4 = null;
146
- this.hs = null;
147
- this.hq = null;
148
- this.hr = null;
149
- this.es = 0;
150
- this.dg = 0;
151
- this.er = 0;
152
- this.df = 0;
153
- this.f9 = null;
154
- this.f1 = null;
157
+ this.ge = null;
155
158
  this.ce = false;
156
- this.f2 = null;
157
- this.f4 = null;
158
- this.f3 = null;
159
- this.fe = null;
160
- this.da = 0;
161
- this.db = 0;
159
+ this.gr = null;
160
+ this.gt = null;
161
+ this.gs = null;
162
+ this.fm = null;
163
+ this.fq = null;
162
164
  this.dc = 0;
163
165
  this.dd = 0;
166
+ this.de = 0;
167
+ this.df = 0;
164
168
  this.ca = false;
165
- this.di = 0;
166
- this.dh = 0;
167
- this.dj = 0;
168
- this.dk = 0;
169
+ this.dm = 0;
170
+ this.dl = 0;
171
+ this.dn = 0;
172
+ this.dp = 0;
169
173
  this.bu = false;
170
174
  this.cf = false;
175
+ this.fl = null;
176
+ this.fp = null;
171
177
  this.x = null;
172
178
  this.s = null;
173
179
  this.r = null;
174
180
  this.t = null;
175
- this.hb = null;
176
- this.ha = null;
177
- this.hc = null;
181
+ this.h5 = null;
182
+ this.h4 = null;
183
+ this.h6 = null;
178
184
  this.ac = null;
179
185
  this.q = null;
180
186
  this.p = null;
181
187
  this.ad = null;
182
- this.io = null;
188
+ this.jj = null;
183
189
  this.bz = false;
184
- this.gx = null;
190
+ this.hr = null;
185
191
  this.b0 = false;
186
- this.gy = null;
192
+ this.hs = null;
187
193
  this.bp = false;
188
194
  this.w = null;
189
195
  this.l = null;
@@ -192,84 +198,98 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
192
198
  this.cd = false;
193
199
  this.cc = false;
194
200
  this.cb = false;
195
- this.gp = null;
196
- this.gq = null;
201
+ this.hh = null;
202
+ this.hi = null;
197
203
  this.bx = false;
198
204
  this.bw = false;
199
- this.hf = null;
200
- this.he = null;
201
- this.hg = null;
202
- this.gv = null;
203
- this.gu = null;
204
- this.gr = null;
205
- this.c8 = new Date();
205
+ this.h9 = null;
206
+ this.h8 = null;
207
+ this.ia = null;
208
+ this.hp = null;
209
+ this.hm = null;
210
+ this.hj = null;
211
+ this.da = new Date();
206
212
  this.br = false;
207
- this.ev = 0;
213
+ this.e3 = 0;
208
214
  this.b6 = false;
209
215
  this.b7 = false;
210
- this.i3 = null;
211
- this.iz = null;
212
- this.i0 = null;
213
- this.i1 = null;
214
- this.i2 = null;
215
- this.hu = null;
216
- this.ht = null;
216
+ this.jz = null;
217
+ this.jv = null;
218
+ this.jw = null;
219
+ this.jx = null;
220
+ this.jy = null;
221
+ this.iq = null;
222
+ this.ip = null;
223
+ this.gg = null;
224
+ this.gv = null;
225
+ this.gh = null;
226
+ this.di = 0;
227
+ this.gi = null;
228
+ this.gj = null;
229
+ this.gq = null;
230
+ this.gw = null;
231
+ this.gp = null;
232
+ this.gu = null;
233
+ this.gk = null;
234
+ this.go = null;
235
+ this.gl = null;
236
+ this.dj = 0;
237
+ this.gm = null;
238
+ this.gn = null;
239
+ this.gf = null;
240
+ this.ey = 0;
217
241
  this.bo = false;
242
+ this.e2 = 0;
218
243
  this.bs = false;
219
- this.gt = null;
220
- this.gs = null;
221
- this.fp = null;
222
- this.fq = null;
244
+ this.hl = null;
245
+ this.hk = null;
246
+ this.f1 = null;
247
+ this.f2 = null;
248
+ this.fz = null;
249
+ this.f0 = null;
250
+ this.fs = null;
251
+ this.hn = null;
252
+ this.ho = null;
253
+ this.i6 = null;
254
+ this.hq = null;
255
+ this.i8 = null;
256
+ this.ga = null;
257
+ this.gx = null;
258
+ this.f7 = null;
259
+ this.g6 = null;
260
+ this.g7 = null;
261
+ this.ic = null;
262
+ this.i5 = null;
223
263
  this.fn = null;
224
- this.fo = null;
225
- this.fg = null;
226
- this.h9 = null;
227
- this.gw = null;
228
- this.ib = null;
229
- this.fx = null;
230
- this.f5 = null;
264
+ this.g2 = null;
265
+ this.i0 = null;
266
+ this.i1 = null;
267
+ this.iz = null;
268
+ this.i3 = null;
269
+ this.fk = null;
270
+ this.iy = null;
271
+ this.g4 = null;
272
+ this.fv = null;
231
273
  this.fu = null;
232
- this.ge = null;
233
- this.gf = null;
234
- this.hi = null;
235
- this.h8 = null;
236
- this.fb = null;
237
- this.ga = null;
238
- this.h3 = null;
239
- this.h4 = null;
240
- this.h2 = null;
241
- this.h6 = null;
242
- this.fa = null;
243
- this.h1 = null;
244
- this.gc = null;
245
- this.fj = null;
246
- this.fi = null;
247
- this.hk = null;
248
- this.hj = null;
249
- this.gd = null;
250
- this.fc = null;
274
+ this.ie = null;
275
+ this.id = null;
276
+ this.g5 = null;
277
+ this.fo = null;
251
278
  }
252
279
  get width() {
253
- return this.i4;
280
+ return this.j0;
254
281
  }
255
282
  set width(a) {
256
- this.i4 = a;
283
+ this.j0 = a;
257
284
  this.j("Width");
258
285
  }
259
286
  get height() {
260
- return this.g9;
287
+ return this.h3;
261
288
  }
262
289
  set height(a) {
263
- this.g9 = a;
290
+ this.h3 = a;
264
291
  this.j("Height");
265
292
  }
266
- get background() {
267
- return this.fd;
268
- }
269
- set background(a) {
270
- this.fd = a;
271
- this.j("Background");
272
- }
273
293
  get isGroupByAreaVisible() {
274
294
  return this.by;
275
295
  }
@@ -297,18 +317,25 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
297
317
  get type() {
298
318
  return this.get_type();
299
319
  }
320
+ get theme() {
321
+ return this.ju;
322
+ }
323
+ set theme(a) {
324
+ this.ju = a;
325
+ this.j("Theme");
326
+ }
300
327
  get columnResizingMode() {
301
- return this.f8;
328
+ return this.g0;
302
329
  }
303
330
  set columnResizingMode(a) {
304
- this.f8 = a;
331
+ this.g0 = a;
305
332
  this.j("ColumnResizingMode");
306
333
  }
307
334
  get columnMovingMode() {
308
- return this.f0;
335
+ return this.gd;
309
336
  }
310
337
  set columnMovingMode(a) {
311
- this.f0 = a;
338
+ this.gd = a;
312
339
  this.j("ColumnMovingMode");
313
340
  }
314
341
  get isRowHoverEnabled() {
@@ -319,52 +346,52 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
319
346
  this.j("IsRowHoverEnabled");
320
347
  }
321
348
  get rowHoverBackground() {
322
- return this.hm;
349
+ return this.ih;
323
350
  }
324
351
  set rowHoverBackground(a) {
325
- this.hm = a;
352
+ this.ih = a;
326
353
  this.j("RowHoverBackground");
327
354
  }
328
355
  get rowHoverTextColor() {
329
- return this.hn;
356
+ return this.ii;
330
357
  }
331
358
  set rowHoverTextColor(a) {
332
- this.hn = a;
359
+ this.ii = a;
333
360
  this.j("RowHoverTextColor");
334
361
  }
335
362
  get editRowBorder() {
336
- return this.go;
363
+ return this.hg;
337
364
  }
338
365
  set editRowBorder(a) {
339
- this.go = a;
366
+ this.hg = a;
340
367
  this.j("EditRowBorder");
341
368
  }
342
369
  get editRowBorderWidthBottom() {
343
- return this.dp;
370
+ return this.dt;
344
371
  }
345
372
  set editRowBorderWidthBottom(a) {
346
- this.dp = a;
373
+ this.dt = a;
347
374
  this.j("EditRowBorderWidthBottom");
348
375
  }
349
376
  get editRowBorderWidthLeft() {
350
- return this.dq;
377
+ return this.du;
351
378
  }
352
379
  set editRowBorderWidthLeft(a) {
353
- this.dq = a;
380
+ this.du = a;
354
381
  this.j("EditRowBorderWidthLeft");
355
382
  }
356
383
  get editRowBorderWidthRight() {
357
- return this.dr;
384
+ return this.dv;
358
385
  }
359
386
  set editRowBorderWidthRight(a) {
360
- this.dr = a;
387
+ this.dv = a;
361
388
  this.j("EditRowBorderWidthRight");
362
389
  }
363
390
  get editRowBorderWidthTop() {
364
- return this.ds;
391
+ return this.dw;
365
392
  }
366
393
  set editRowBorderWidthTop(a) {
367
- this.ds = a;
394
+ this.dw = a;
368
395
  this.j("EditRowBorderWidthTop");
369
396
  }
370
397
  get sectionHeader() {
@@ -445,52 +472,52 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
445
472
  this.j("DataSourceDesiredProperties");
446
473
  }
447
474
  get density() {
448
- return this.gi;
475
+ return this.ha;
449
476
  }
450
477
  set density(a) {
451
- this.gi = a;
478
+ this.ha = a;
452
479
  this.j("Density");
453
480
  }
454
481
  get actualRowHeight() {
455
- return this.eq;
482
+ return this.ew;
456
483
  }
457
484
  set actualRowHeight(a) {
458
- this.eq = a;
485
+ this.ew = a;
459
486
  this.j("ActualRowHeight");
460
487
  }
461
488
  get rowHeight() {
462
- return this.ex;
489
+ return this.e5;
463
490
  }
464
491
  set rowHeight(a) {
465
- this.ex = a;
492
+ this.e5 = a;
466
493
  this.j("RowHeight");
467
494
  }
468
495
  get defaultColumnMinWidth() {
469
- return this.dl;
496
+ return this.dq;
470
497
  }
471
498
  set defaultColumnMinWidth(a) {
472
- this.dl = a;
499
+ this.dq = a;
473
500
  this.j("DefaultColumnMinWidth");
474
501
  }
475
502
  get actualHeaderHeight() {
476
- return this.ep;
503
+ return this.ev;
477
504
  }
478
505
  set actualHeaderHeight(a) {
479
- this.ep = a;
506
+ this.ev = a;
480
507
  this.j("ActualHeaderHeight");
481
508
  }
482
509
  get headerHeight() {
483
- return this.et;
510
+ return this.e0;
484
511
  }
485
512
  set headerHeight(a) {
486
- this.et = a;
513
+ this.e0 = a;
487
514
  this.j("HeaderHeight");
488
515
  }
489
516
  get dataSourceRef() {
490
- return this.gg;
517
+ return this.g8;
491
518
  }
492
519
  set dataSourceRef(a) {
493
- this.gg = a;
520
+ this.g8 = a;
494
521
  this.j("DataSourceRef");
495
522
  }
496
523
  get dataSource() {
@@ -508,24 +535,24 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
508
535
  this.j("GenericDataSource");
509
536
  }
510
537
  get headerClickAction() {
511
- return this.g0;
538
+ return this.hu;
512
539
  }
513
540
  set headerClickAction(a) {
514
- this.g0 = a;
541
+ this.hu = a;
515
542
  this.j("HeaderClickAction");
516
543
  }
517
544
  get editMode() {
518
- return this.gm;
545
+ return this.he;
519
546
  }
520
547
  set editMode(a) {
521
- this.gm = a;
548
+ this.he = a;
522
549
  this.j("EditMode");
523
550
  }
524
551
  get editModeClickAction() {
525
- return this.gn;
552
+ return this.hf;
526
553
  }
527
554
  set editModeClickAction(a) {
528
- this.gn = a;
555
+ this.hf = a;
529
556
  this.j("EditModeClickAction");
530
557
  }
531
558
  get editOnKeyPress() {
@@ -543,10 +570,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
543
570
  this.j("AutoGenerateColumns");
544
571
  }
545
572
  get rowSeparatorHeight() {
546
- return this.ey;
573
+ return this.e6;
547
574
  }
548
575
  set rowSeparatorHeight(a) {
549
- this.ey = a;
576
+ this.e6 = a;
550
577
  this.j("RowSeparatorHeight");
551
578
  }
552
579
  get isPlaceholderRenderingEnabled() {
@@ -557,45 +584,45 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
557
584
  this.j("IsPlaceholderRenderingEnabled");
558
585
  }
559
586
  get columnAddingAnimationMode() {
560
- return this.fv;
587
+ return this.f8;
561
588
  }
562
589
  set columnAddingAnimationMode(a) {
563
- this.fv = a;
590
+ this.f8 = a;
564
591
  this.j("ColumnAddingAnimationMode");
565
592
  }
566
593
  get columnPropertyUpdatingAnimationMode() {
567
- return this.f6;
594
+ return this.gy;
568
595
  }
569
596
  set columnPropertyUpdatingAnimationMode(a) {
570
- this.f6 = a;
597
+ this.gy = a;
571
598
  this.j("ColumnPropertyUpdatingAnimationMode");
572
599
  }
573
600
  get cellDataLoadedAnimationMode() {
574
- return this.fh;
601
+ return this.ft;
575
602
  }
576
603
  set cellDataLoadedAnimationMode(a) {
577
- this.fh = a;
604
+ this.ft = a;
578
605
  this.j("CellDataLoadedAnimationMode");
579
606
  }
580
607
  get rowSelectionAnimationMode() {
581
- return this.ho;
608
+ return this.ij;
582
609
  }
583
610
  set rowSelectionAnimationMode(a) {
584
- this.ho = a;
611
+ this.ij = a;
585
612
  this.j("RowSelectionAnimationMode");
586
613
  }
587
614
  get rowHoverAnimationMode() {
588
- return this.hl;
615
+ return this.ig;
589
616
  }
590
617
  set rowHoverAnimationMode(a) {
591
- this.hl = a;
618
+ this.ig = a;
592
619
  this.j("RowHoverAnimationMode");
593
620
  }
594
621
  get cellSelectionAnimationMode() {
595
- return this.fs;
622
+ return this.f5;
596
623
  }
597
624
  set cellSelectionAnimationMode(a) {
598
- this.fs = a;
625
+ this.f5 = a;
599
626
  this.j("CellSelectionAnimationMode");
600
627
  }
601
628
  get animationSettings() {
@@ -606,59 +633,59 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
606
633
  this.j("AnimationSettings");
607
634
  }
608
635
  get columnResizingAnimationMode() {
609
- return this.f7;
636
+ return this.gz;
610
637
  }
611
638
  set columnResizingAnimationMode(a) {
612
- this.f7 = a;
639
+ this.gz = a;
613
640
  this.j("ColumnResizingAnimationMode");
614
641
  }
615
642
  get columnShowingAnimationMode() {
616
- return this.gb;
643
+ return this.g3;
617
644
  }
618
645
  set columnShowingAnimationMode(a) {
619
- this.gb = a;
646
+ this.g3 = a;
620
647
  this.j("ColumnShowingAnimationMode");
621
648
  }
622
649
  get columnMovingAnimationMode() {
623
- return this.fz;
650
+ return this.gc;
624
651
  }
625
652
  set columnMovingAnimationMode(a) {
626
- this.fz = a;
653
+ this.gc = a;
627
654
  this.j("ColumnMovingAnimationMode");
628
655
  }
629
656
  get columnHidingAnimationMode() {
630
- return this.fy;
657
+ return this.gb;
631
658
  }
632
659
  set columnHidingAnimationMode(a) {
633
- this.fy = a;
660
+ this.gb = a;
634
661
  this.j("ColumnHidingAnimationMode");
635
662
  }
636
663
  get columnExchangingAnimationMode() {
637
- return this.fw;
664
+ return this.f9;
638
665
  }
639
666
  set columnExchangingAnimationMode(a) {
640
- this.fw = a;
667
+ this.f9 = a;
641
668
  this.j("ColumnExchangingAnimationMode");
642
669
  }
643
670
  get selectionMode() {
644
- return this.h7;
671
+ return this.i4;
645
672
  }
646
673
  set selectionMode(a) {
647
- this.h7 = a;
674
+ this.i4 = a;
648
675
  this.j("SelectionMode");
649
676
  }
650
677
  get activationMode() {
651
- return this.e9;
678
+ return this.fj;
652
679
  }
653
680
  set activationMode(a) {
654
- this.e9 = a;
681
+ this.fj = a;
655
682
  this.j("ActivationMode");
656
683
  }
657
684
  get selectionBehavior() {
658
- return this.h5;
685
+ return this.i2;
659
686
  }
660
687
  set selectionBehavior(a) {
661
- this.h5 = a;
688
+ this.i2 = a;
662
689
  this.j("SelectionBehavior");
663
690
  }
664
691
  get mouseDragSelectionEnabled() {
@@ -717,6 +744,13 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
717
744
  this.bv = a;
718
745
  this.j("IsColumnOptionsEnabled");
719
746
  }
747
+ get useNewerColumnOptionsMenu() {
748
+ return this.cg;
749
+ }
750
+ set useNewerColumnOptionsMenu(a) {
751
+ this.cg = a;
752
+ this.j("UseNewerColumnOptionsMenu");
753
+ }
720
754
  get isGroupRowSticky() {
721
755
  return this.b1;
722
756
  }
@@ -732,101 +766,108 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
732
766
  this.j("IsHeaderSeparatorVisible");
733
767
  }
734
768
  get cellSelectedBackground() {
735
- return this.fr;
769
+ return this.f3;
736
770
  }
737
771
  set cellSelectedBackground(a) {
738
- this.fr = a;
772
+ this.f3 = a;
739
773
  this.j("CellSelectedBackground");
740
774
  }
775
+ get cellSelectedTextColor() {
776
+ return this.f4;
777
+ }
778
+ set cellSelectedTextColor(a) {
779
+ this.f4 = a;
780
+ this.j("CellSelectedTextColor");
781
+ }
741
782
  get sectionHeaderSelectedBackground() {
742
- return this.hz;
783
+ return this.iw;
743
784
  }
744
785
  set sectionHeaderSelectedBackground(a) {
745
- this.hz = a;
786
+ this.iw = a;
746
787
  this.j("SectionHeaderSelectedBackground");
747
788
  }
748
789
  get summaryRootBackground() {
749
- return this.ic;
790
+ return this.i9;
750
791
  }
751
792
  set summaryRootBackground(a) {
752
- this.ic = a;
793
+ this.i9 = a;
753
794
  this.j("SummaryRootBackground");
754
795
  }
755
796
  get summarySectionBackground() {
756
- return this.ip;
797
+ return this.jk;
757
798
  }
758
799
  set summarySectionBackground(a) {
759
- this.ip = a;
800
+ this.jk = a;
760
801
  this.j("SummarySectionBackground");
761
802
  }
762
803
  get pinnedRowOpacity() {
763
- return this.du;
804
+ return this.dy;
764
805
  }
765
806
  set pinnedRowOpacity(a) {
766
- this.du = a;
807
+ this.dy = a;
767
808
  this.j("PinnedRowOpacity");
768
809
  }
769
810
  get editFontFamily() {
770
- return this.gj;
811
+ return this.hb;
771
812
  }
772
813
  set editFontFamily(a) {
773
- this.gj = a;
814
+ this.hb = a;
774
815
  this.j("EditFontFamily");
775
816
  }
776
817
  get editFontSize() {
777
- return this.dm;
818
+ return this.dr;
778
819
  }
779
820
  set editFontSize(a) {
780
- this.dm = a;
821
+ this.dr = a;
781
822
  this.j("EditFontSize");
782
823
  }
783
824
  get editFontStyle() {
784
- return this.gk;
825
+ return this.hc;
785
826
  }
786
827
  set editFontStyle(a) {
787
- this.gk = a;
828
+ this.hc = a;
788
829
  this.j("EditFontStyle");
789
830
  }
790
831
  get editFontWeight() {
791
- return this.gl;
832
+ return this.hd;
792
833
  }
793
834
  set editFontWeight(a) {
794
- this.gl = a;
835
+ this.hd = a;
795
836
  this.j("EditFontWeight");
796
837
  }
797
838
  get editOpacity() {
798
- return this.dn;
839
+ return this.ds;
799
840
  }
800
841
  set editOpacity(a) {
801
- this.dn = a;
842
+ this.ds = a;
802
843
  this.j("EditOpacity");
803
844
  }
804
845
  get deletedTextColor() {
805
- return this.gh;
846
+ return this.g9;
806
847
  }
807
848
  set deletedTextColor(a) {
808
- this.gh = a;
849
+ this.g9 = a;
809
850
  this.j("DeletedTextColor");
810
851
  }
811
852
  get stickyRowBackground() {
812
- return this.ia;
853
+ return this.i7;
813
854
  }
814
855
  set stickyRowBackground(a) {
815
- this.ia = a;
856
+ this.i7 = a;
816
857
  this.j("StickyRowBackground");
817
858
  }
818
859
  get pinnedRowBackground() {
819
- return this.hh;
860
+ return this.ib;
820
861
  }
821
862
  set pinnedRowBackground(a) {
822
- this.hh = a;
863
+ this.ib = a;
823
864
  this.j("PinnedRowBackground");
824
865
  }
825
866
  get lastStickyRowBackground() {
826
- return this.hd;
867
+ return this.h7;
827
868
  }
828
869
  set lastStickyRowBackground(a) {
829
- this.hd = a;
870
+ this.h7 = a;
830
871
  this.j("LastStickyRowBackground");
831
872
  }
832
873
  get activeCell() {
@@ -837,395 +878,402 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
837
878
  this.j("ActiveCell");
838
879
  }
839
880
  get cellBackground() {
840
- return this.ff;
881
+ return this.fr;
841
882
  }
842
883
  set cellBackground(a) {
843
- this.ff = a;
884
+ this.fr = a;
844
885
  this.j("CellBackground");
845
886
  }
846
887
  get cellTextColor() {
847
- return this.ft;
888
+ return this.f6;
848
889
  }
849
890
  set cellTextColor(a) {
850
- this.ft = a;
891
+ this.f6 = a;
851
892
  this.j("CellTextColor");
852
893
  }
853
894
  get headerSortIndicatorColor() {
854
- return this.g6;
895
+ return this.h0;
855
896
  }
856
897
  set headerSortIndicatorColor(a) {
857
- this.g6 = a;
898
+ this.h0 = a;
858
899
  this.j("HeaderSortIndicatorColor");
859
900
  }
860
901
  get headerSortIndicatorStyle() {
861
- return this.g7;
902
+ return this.h1;
862
903
  }
863
904
  set headerSortIndicatorStyle(a) {
864
- this.g7 = a;
905
+ this.h1 = a;
865
906
  this.j("HeaderSortIndicatorStyle");
866
907
  }
867
908
  get cellFontFamily() {
868
- return this.fk;
909
+ return this.fw;
869
910
  }
870
911
  set cellFontFamily(a) {
871
- this.fk = a;
912
+ this.fw = a;
872
913
  this.j("CellFontFamily");
873
914
  }
874
915
  get cellFontSize() {
875
- return this.de;
916
+ return this.dg;
876
917
  }
877
918
  set cellFontSize(a) {
878
- this.de = a;
919
+ this.dg = a;
879
920
  this.j("CellFontSize");
880
921
  }
881
922
  get cellFontStyle() {
882
- return this.fl;
923
+ return this.fx;
883
924
  }
884
925
  set cellFontStyle(a) {
885
- this.fl = a;
926
+ this.fx = a;
886
927
  this.j("CellFontStyle");
887
928
  }
888
929
  get cellFontWeight() {
889
- return this.fm;
930
+ return this.fy;
890
931
  }
891
932
  set cellFontWeight(a) {
892
- this.fm = a;
933
+ this.fy = a;
893
934
  this.j("CellFontWeight");
894
935
  }
895
936
  get sectionHeaderBackground() {
896
- return this.hv;
937
+ return this.ir;
897
938
  }
898
939
  set sectionHeaderBackground(a) {
899
- this.hv = a;
940
+ this.ir = a;
900
941
  this.j("SectionHeaderBackground");
901
942
  }
902
943
  get sectionHeaderTextColor() {
903
- return this.h0;
944
+ return this.ix;
904
945
  }
905
946
  set sectionHeaderTextColor(a) {
906
- this.h0 = a;
947
+ this.ix = a;
907
948
  this.j("SectionHeaderTextColor");
908
949
  }
950
+ get sectionHeaderExpansionIndicatorIconColor() {
951
+ return this.is;
952
+ }
953
+ set sectionHeaderExpansionIndicatorIconColor(a) {
954
+ this.is = a;
955
+ this.j("SectionHeaderExpansionIndicatorIconColor");
956
+ }
909
957
  get sectionHeaderFontFamily() {
910
- return this.hw;
958
+ return this.it;
911
959
  }
912
960
  set sectionHeaderFontFamily(a) {
913
- this.hw = a;
961
+ this.it = a;
914
962
  this.j("SectionHeaderFontFamily");
915
963
  }
916
964
  get sectionHeaderFontSize() {
917
- return this.dv;
965
+ return this.dz;
918
966
  }
919
967
  set sectionHeaderFontSize(a) {
920
- this.dv = a;
968
+ this.dz = a;
921
969
  this.j("SectionHeaderFontSize");
922
970
  }
923
971
  get sectionHeaderFontStyle() {
924
- return this.hx;
972
+ return this.iu;
925
973
  }
926
974
  set sectionHeaderFontStyle(a) {
927
- this.hx = a;
975
+ this.iu = a;
928
976
  this.j("SectionHeaderFontStyle");
929
977
  }
930
978
  get sectionHeaderFontWeight() {
931
- return this.hy;
979
+ return this.iv;
932
980
  }
933
981
  set sectionHeaderFontWeight(a) {
934
- this.hy = a;
982
+ this.iv = a;
935
983
  this.j("SectionHeaderFontWeight");
936
984
  }
937
985
  get summaryRootLabelFontFamily() {
938
- return this.id;
986
+ return this.ja;
939
987
  }
940
988
  set summaryRootLabelFontFamily(a) {
941
- this.id = a;
989
+ this.ja = a;
942
990
  this.j("SummaryRootLabelFontFamily");
943
991
  }
944
992
  get summaryRootLabelFontSize() {
945
- return this.dw;
993
+ return this.d0;
946
994
  }
947
995
  set summaryRootLabelFontSize(a) {
948
- this.dw = a;
996
+ this.d0 = a;
949
997
  this.j("SummaryRootLabelFontSize");
950
998
  }
951
999
  get summaryRootLabelFontStyle() {
952
- return this.ie;
1000
+ return this.jb;
953
1001
  }
954
1002
  set summaryRootLabelFontStyle(a) {
955
- this.ie = a;
1003
+ this.jb = a;
956
1004
  this.j("SummaryRootLabelFontStyle");
957
1005
  }
958
1006
  get summaryRootLabelFontWeight() {
959
- return this.ig;
1007
+ return this.jc;
960
1008
  }
961
1009
  set summaryRootLabelFontWeight(a) {
962
- this.ig = a;
1010
+ this.jc = a;
963
1011
  this.j("SummaryRootLabelFontWeight");
964
1012
  }
965
1013
  get summarySectionLabelFontFamily() {
966
- return this.iq;
1014
+ return this.jl;
967
1015
  }
968
1016
  set summarySectionLabelFontFamily(a) {
969
- this.iq = a;
1017
+ this.jl = a;
970
1018
  this.j("SummarySectionLabelFontFamily");
971
1019
  }
972
1020
  get summarySectionLabelFontSize() {
973
- return this.dy;
1021
+ return this.d2;
974
1022
  }
975
1023
  set summarySectionLabelFontSize(a) {
976
- this.dy = a;
1024
+ this.d2 = a;
977
1025
  this.j("SummarySectionLabelFontSize");
978
1026
  }
979
1027
  get summarySectionLabelFontStyle() {
980
- return this.ir;
1028
+ return this.jm;
981
1029
  }
982
1030
  set summarySectionLabelFontStyle(a) {
983
- this.ir = a;
1031
+ this.jm = a;
984
1032
  this.j("SummarySectionLabelFontStyle");
985
1033
  }
986
1034
  get summarySectionLabelFontWeight() {
987
- return this.is;
1035
+ return this.jn;
988
1036
  }
989
1037
  set summarySectionLabelFontWeight(a) {
990
- this.is = a;
1038
+ this.jn = a;
991
1039
  this.j("SummarySectionLabelFontWeight");
992
1040
  }
993
1041
  get summaryRootValueTextColor() {
994
- return this.im;
1042
+ return this.ji;
995
1043
  }
996
1044
  set summaryRootValueTextColor(a) {
997
- this.im = a;
1045
+ this.ji = a;
998
1046
  this.j("SummaryRootValueTextColor");
999
1047
  }
1000
1048
  get summaryRootValueFontFamily() {
1001
- return this.ij;
1049
+ return this.jf;
1002
1050
  }
1003
1051
  set summaryRootValueFontFamily(a) {
1004
- this.ij = a;
1052
+ this.jf = a;
1005
1053
  this.j("SummaryRootValueFontFamily");
1006
1054
  }
1007
1055
  get summaryRootValueFontSize() {
1008
- return this.dx;
1056
+ return this.d1;
1009
1057
  }
1010
1058
  set summaryRootValueFontSize(a) {
1011
- this.dx = a;
1059
+ this.d1 = a;
1012
1060
  this.j("SummaryRootValueFontSize");
1013
1061
  }
1014
1062
  get summaryRootValueFontStyle() {
1015
- return this.ik;
1063
+ return this.jg;
1016
1064
  }
1017
1065
  set summaryRootValueFontStyle(a) {
1018
- this.ik = a;
1066
+ this.jg = a;
1019
1067
  this.j("SummaryRootValueFontStyle");
1020
1068
  }
1021
1069
  get summaryRootValueFontWeight() {
1022
- return this.il;
1070
+ return this.jh;
1023
1071
  }
1024
1072
  set summaryRootValueFontWeight(a) {
1025
- this.il = a;
1073
+ this.jh = a;
1026
1074
  this.j("SummaryRootValueFontWeight");
1027
1075
  }
1028
1076
  get summarySectionValueFontFamily() {
1029
- return this.iv;
1077
+ return this.jq;
1030
1078
  }
1031
1079
  set summarySectionValueFontFamily(a) {
1032
- this.iv = a;
1080
+ this.jq = a;
1033
1081
  this.j("SummarySectionValueFontFamily");
1034
1082
  }
1035
1083
  get summarySectionValueFontSize() {
1036
- return this.dz;
1084
+ return this.d3;
1037
1085
  }
1038
1086
  set summarySectionValueFontSize(a) {
1039
- this.dz = a;
1087
+ this.d3 = a;
1040
1088
  this.j("SummarySectionValueFontSize");
1041
1089
  }
1042
1090
  get summarySectionValueFontStyle() {
1043
- return this.iw;
1091
+ return this.jr;
1044
1092
  }
1045
1093
  set summarySectionValueFontStyle(a) {
1046
- this.iw = a;
1094
+ this.jr = a;
1047
1095
  this.j("SummarySectionValueFontStyle");
1048
1096
  }
1049
1097
  get summarySectionValueFontWeight() {
1050
- return this.ix;
1098
+ return this.js;
1051
1099
  }
1052
1100
  set summarySectionValueFontWeight(a) {
1053
- this.ix = a;
1101
+ this.js = a;
1054
1102
  this.j("SummarySectionValueFontWeight");
1055
1103
  }
1056
1104
  get summarySectionValueTextColor() {
1057
- return this.iy;
1105
+ return this.jt;
1058
1106
  }
1059
1107
  set summarySectionValueTextColor(a) {
1060
- this.iy = a;
1108
+ this.jt = a;
1061
1109
  this.j("SummarySectionValueTextColor");
1062
1110
  }
1063
1111
  get summaryRootLabelTextColor() {
1064
- return this.ih;
1112
+ return this.jd;
1065
1113
  }
1066
1114
  set summaryRootLabelTextColor(a) {
1067
- this.ih = a;
1115
+ this.jd = a;
1068
1116
  this.j("SummaryRootLabelTextColor");
1069
1117
  }
1070
1118
  get summarySectionLabelTextColor() {
1071
- return this.it;
1119
+ return this.jo;
1072
1120
  }
1073
1121
  set summarySectionLabelTextColor(a) {
1074
- this.it = a;
1122
+ this.jo = a;
1075
1123
  this.j("SummarySectionLabelTextColor");
1076
1124
  }
1077
1125
  get summaryRootSelectedBackground() {
1078
- return this.ii;
1126
+ return this.je;
1079
1127
  }
1080
1128
  set summaryRootSelectedBackground(a) {
1081
- this.ii = a;
1129
+ this.je = a;
1082
1130
  this.j("SummaryRootSelectedBackground");
1083
1131
  }
1084
1132
  get summarySectionSelectedBackground() {
1085
- return this.iu;
1133
+ return this.jp;
1086
1134
  }
1087
1135
  set summarySectionSelectedBackground(a) {
1088
- this.iu = a;
1136
+ this.jp = a;
1089
1137
  this.j("SummarySectionSelectedBackground");
1090
1138
  }
1091
1139
  get pinnedAreaSeparatorWidth() {
1092
- return this.ew;
1140
+ return this.e4;
1093
1141
  }
1094
1142
  set pinnedAreaSeparatorWidth(a) {
1095
- this.ew = a;
1143
+ this.e4 = a;
1096
1144
  this.j("PinnedAreaSeparatorWidth");
1097
1145
  }
1098
1146
  get headerSeparatorWidth() {
1099
- return this.eu;
1147
+ return this.e1;
1100
1148
  }
1101
1149
  set headerSeparatorWidth(a) {
1102
- this.eu = a;
1150
+ this.e1 = a;
1103
1151
  this.j("HeaderSeparatorWidth");
1104
1152
  }
1105
1153
  get headerSeparatorBackground() {
1106
- return this.g5;
1154
+ return this.hz;
1107
1155
  }
1108
1156
  set headerSeparatorBackground(a) {
1109
- this.g5 = a;
1157
+ this.hz = a;
1110
1158
  this.j("HeaderSeparatorBackground");
1111
1159
  }
1112
1160
  get headerBackground() {
1113
- return this.gz;
1161
+ return this.ht;
1114
1162
  }
1115
1163
  set headerBackground(a) {
1116
- this.gz = a;
1164
+ this.ht = a;
1117
1165
  this.j("HeaderBackground");
1118
1166
  }
1119
1167
  get headerTextColor() {
1120
- return this.g8;
1168
+ return this.h2;
1121
1169
  }
1122
1170
  set headerTextColor(a) {
1123
- this.g8 = a;
1171
+ this.h2 = a;
1124
1172
  this.j("HeaderTextColor");
1125
1173
  }
1126
1174
  get headerFontFamily() {
1127
- return this.g1;
1175
+ return this.hv;
1128
1176
  }
1129
1177
  set headerFontFamily(a) {
1130
- this.g1 = a;
1178
+ this.hv = a;
1131
1179
  this.j("HeaderFontFamily");
1132
1180
  }
1133
1181
  get headerFontSize() {
1134
- return this.dt;
1182
+ return this.dx;
1135
1183
  }
1136
1184
  set headerFontSize(a) {
1137
- this.dt = a;
1185
+ this.dx = a;
1138
1186
  this.j("HeaderFontSize");
1139
1187
  }
1140
1188
  get headerFontStyle() {
1141
- return this.g2;
1189
+ return this.hw;
1142
1190
  }
1143
1191
  set headerFontStyle(a) {
1144
- this.g2 = a;
1192
+ this.hw = a;
1145
1193
  this.j("HeaderFontStyle");
1146
1194
  }
1147
1195
  get headerFontWeight() {
1148
- return this.g3;
1196
+ return this.hx;
1149
1197
  }
1150
1198
  set headerFontWeight(a) {
1151
- this.g3 = a;
1199
+ this.hx = a;
1152
1200
  this.j("HeaderFontWeight");
1153
1201
  }
1154
1202
  get rowSeparatorBackground() {
1155
- return this.hp;
1203
+ return this.ik;
1156
1204
  }
1157
1205
  set rowSeparatorBackground(a) {
1158
- this.hp = a;
1206
+ this.ik = a;
1159
1207
  this.j("RowSeparatorBackground");
1160
1208
  }
1161
1209
  get headerRowSeparatorBackground() {
1162
- return this.g4;
1210
+ return this.hy;
1163
1211
  }
1164
1212
  set headerRowSeparatorBackground(a) {
1165
- this.g4 = a;
1213
+ this.hy = a;
1166
1214
  this.j("HeaderRowSeparatorBackground");
1167
1215
  }
1168
1216
  get rowSeparatorStickyRowBackground() {
1169
- return this.hs;
1217
+ return this.io;
1170
1218
  }
1171
1219
  set rowSeparatorStickyRowBackground(a) {
1172
- this.hs = a;
1220
+ this.io = a;
1173
1221
  this.j("RowSeparatorStickyRowBackground");
1174
1222
  }
1175
1223
  get rowSeparatorLastStickyRowBackground() {
1176
- return this.hq;
1224
+ return this.il;
1177
1225
  }
1178
1226
  set rowSeparatorLastStickyRowBackground(a) {
1179
- this.hq = a;
1227
+ this.il = a;
1180
1228
  this.j("RowSeparatorLastStickyRowBackground");
1181
1229
  }
1182
1230
  get rowSeparatorPinnedRowBackground() {
1183
- return this.hr;
1231
+ return this.im;
1184
1232
  }
1185
1233
  set rowSeparatorPinnedRowBackground(a) {
1186
- this.hr = a;
1234
+ this.im = a;
1187
1235
  this.j("RowSeparatorPinnedRowBackground");
1188
1236
  }
1189
1237
  get columnResizingSeparatorWidth() {
1190
- return this.es;
1238
+ return this.ez;
1191
1239
  }
1192
1240
  set columnResizingSeparatorWidth(a) {
1193
- this.es = a;
1241
+ this.ez = a;
1194
1242
  this.j("ColumnResizingSeparatorWidth");
1195
1243
  }
1196
1244
  get columnResizingSeparatorOpacity() {
1197
- return this.dg;
1245
+ return this.dk;
1198
1246
  }
1199
1247
  set columnResizingSeparatorOpacity(a) {
1200
- this.dg = a;
1248
+ this.dk = a;
1201
1249
  this.j("ColumnResizingSeparatorOpacity");
1202
1250
  }
1203
1251
  get columnMovingSeparatorWidth() {
1204
- return this.er;
1252
+ return this.ex;
1205
1253
  }
1206
1254
  set columnMovingSeparatorWidth(a) {
1207
- this.er = a;
1255
+ this.ex = a;
1208
1256
  this.j("ColumnMovingSeparatorWidth");
1209
1257
  }
1210
1258
  get columnMovingSeparatorOpacity() {
1211
- return this.df;
1259
+ return this.dh;
1212
1260
  }
1213
1261
  set columnMovingSeparatorOpacity(a) {
1214
- this.df = a;
1262
+ this.dh = a;
1215
1263
  this.j("ColumnMovingSeparatorOpacity");
1216
1264
  }
1217
1265
  get columnResizingSeparatorBackground() {
1218
- return this.f9;
1266
+ return this.g1;
1219
1267
  }
1220
1268
  set columnResizingSeparatorBackground(a) {
1221
- this.f9 = a;
1269
+ this.g1 = a;
1222
1270
  this.j("ColumnResizingSeparatorBackground");
1223
1271
  }
1224
1272
  get columnMovingSeparatorBackground() {
1225
- return this.f1;
1273
+ return this.ge;
1226
1274
  }
1227
1275
  set columnMovingSeparatorBackground(a) {
1228
- this.f1 = a;
1276
+ this.ge = a;
1229
1277
  this.j("ColumnMovingSeparatorBackground");
1230
1278
  }
1231
1279
  get shiftSectionContent() {
@@ -1236,59 +1284,66 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1236
1284
  this.j("ShiftSectionContent");
1237
1285
  }
1238
1286
  get columnOptionsIconAlignment() {
1239
- return this.f2;
1287
+ return this.gr;
1240
1288
  }
1241
1289
  set columnOptionsIconAlignment(a) {
1242
- this.f2 = a;
1290
+ this.gr = a;
1243
1291
  this.j("ColumnOptionsIconAlignment");
1244
1292
  }
1245
1293
  get columnOptionsIconColor() {
1246
- return this.f4;
1294
+ return this.gt;
1247
1295
  }
1248
1296
  set columnOptionsIconColor(a) {
1249
- this.f4 = a;
1297
+ this.gt = a;
1250
1298
  this.j("ColumnOptionsIconColor");
1251
1299
  }
1252
1300
  get columnOptionsIconBehavior() {
1253
- return this.f3;
1301
+ return this.gs;
1254
1302
  }
1255
1303
  set columnOptionsIconBehavior(a) {
1256
- this.f3 = a;
1304
+ this.gs = a;
1257
1305
  this.j("ColumnOptionsIconBehavior");
1258
1306
  }
1307
+ get actualBorder() {
1308
+ return this.fm;
1309
+ }
1310
+ set actualBorder(a) {
1311
+ this.fm = a;
1312
+ this.j("ActualBorder");
1313
+ }
1259
1314
  get border() {
1260
- return this.fe;
1315
+ return this.fq;
1261
1316
  }
1262
1317
  set border(a) {
1263
- this.fe = a;
1318
+ this.fq = a;
1264
1319
  this.j("Border");
1265
1320
  }
1266
1321
  get borderWidthBottom() {
1267
- return this.da;
1322
+ return this.dc;
1268
1323
  }
1269
1324
  set borderWidthBottom(a) {
1270
- this.da = a;
1325
+ this.dc = a;
1271
1326
  this.j("BorderWidthBottom");
1272
1327
  }
1273
1328
  get borderWidthLeft() {
1274
- return this.db;
1329
+ return this.dd;
1275
1330
  }
1276
1331
  set borderWidthLeft(a) {
1277
- this.db = a;
1332
+ this.dd = a;
1278
1333
  this.j("BorderWidthLeft");
1279
1334
  }
1280
1335
  get borderWidthRight() {
1281
- return this.dc;
1336
+ return this.de;
1282
1337
  }
1283
1338
  set borderWidthRight(a) {
1284
- this.dc = a;
1339
+ this.de = a;
1285
1340
  this.j("BorderWidthRight");
1286
1341
  }
1287
1342
  get borderWidthTop() {
1288
- return this.dd;
1343
+ return this.df;
1289
1344
  }
1290
1345
  set borderWidthTop(a) {
1291
- this.dd = a;
1346
+ this.df = a;
1292
1347
  this.j("BorderWidthTop");
1293
1348
  }
1294
1349
  get notifyOnAllSelectionChanges() {
@@ -1299,31 +1354,31 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1299
1354
  this.j("NotifyOnAllSelectionChanges");
1300
1355
  }
1301
1356
  get cornerRadiusBottomRight() {
1302
- return this.di;
1357
+ return this.dm;
1303
1358
  }
1304
1359
  set cornerRadiusBottomRight(a) {
1305
- this.di = a;
1360
+ this.dm = a;
1306
1361
  this.j("CornerRadiusBottomRight");
1307
1362
  }
1308
1363
  get cornerRadiusBottomLeft() {
1309
- return this.dh;
1364
+ return this.dl;
1310
1365
  }
1311
1366
  set cornerRadiusBottomLeft(a) {
1312
- this.dh = a;
1367
+ this.dl = a;
1313
1368
  this.j("CornerRadiusBottomLeft");
1314
1369
  }
1315
1370
  get cornerRadiusTopLeft() {
1316
- return this.dj;
1371
+ return this.dn;
1317
1372
  }
1318
1373
  set cornerRadiusTopLeft(a) {
1319
- this.dj = a;
1374
+ this.dn = a;
1320
1375
  this.j("CornerRadiusTopLeft");
1321
1376
  }
1322
1377
  get cornerRadiusTopRight() {
1323
- return this.dk;
1378
+ return this.dp;
1324
1379
  }
1325
1380
  set cornerRadiusTopRight(a) {
1326
- this.dk = a;
1381
+ this.dp = a;
1327
1382
  this.j("CornerRadiusTopRight");
1328
1383
  }
1329
1384
  get isActiveCellStyleEnabled() {
@@ -1340,6 +1395,20 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1340
1395
  this.cf = a;
1341
1396
  this.j("StopPropagation");
1342
1397
  }
1398
+ get actualBackground() {
1399
+ return this.fl;
1400
+ }
1401
+ set actualBackground(a) {
1402
+ this.fl = a;
1403
+ this.j("ActualBackground");
1404
+ }
1405
+ get background() {
1406
+ return this.fp;
1407
+ }
1408
+ set background(a) {
1409
+ this.fp = a;
1410
+ this.j("Background");
1411
+ }
1343
1412
  get responsiveStates() {
1344
1413
  return this.x;
1345
1414
  }
@@ -1369,24 +1438,24 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1369
1438
  this.j("InitialSummaryDescriptions");
1370
1439
  }
1371
1440
  get initialSorts() {
1372
- return this.hb;
1441
+ return this.h5;
1373
1442
  }
1374
1443
  set initialSorts(a) {
1375
- this.hb = a;
1444
+ this.h5 = a;
1376
1445
  this.j("InitialSorts");
1377
1446
  }
1378
1447
  get initialGroups() {
1379
- return this.ha;
1448
+ return this.h4;
1380
1449
  }
1381
1450
  set initialGroups(a) {
1382
- this.ha = a;
1451
+ this.h4 = a;
1383
1452
  this.j("InitialGroups");
1384
1453
  }
1385
1454
  get initialSummaries() {
1386
- return this.hc;
1455
+ return this.h6;
1387
1456
  }
1388
1457
  set initialSummaries(a) {
1389
- this.hc = a;
1458
+ this.h6 = a;
1390
1459
  this.j("InitialSummaries");
1391
1460
  }
1392
1461
  get sortDescriptions() {
@@ -1418,10 +1487,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1418
1487
  this.j("SummaryDescriptions");
1419
1488
  }
1420
1489
  get summaryScope() {
1421
- return this.io;
1490
+ return this.jj;
1422
1491
  }
1423
1492
  set summaryScope(a) {
1424
- this.io = a;
1493
+ this.jj = a;
1425
1494
  this.j("SummaryScope");
1426
1495
  }
1427
1496
  get isGroupCollapsable() {
@@ -1432,10 +1501,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1432
1501
  this.j("IsGroupCollapsable");
1433
1502
  }
1434
1503
  get groupHeaderDisplayMode() {
1435
- return this.gx;
1504
+ return this.hr;
1436
1505
  }
1437
1506
  set groupHeaderDisplayMode(a) {
1438
- this.gx = a;
1507
+ this.hr = a;
1439
1508
  this.j("GroupHeaderDisplayMode");
1440
1509
  }
1441
1510
  get isGroupExpandedDefault() {
@@ -1446,10 +1515,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1446
1515
  this.j("IsGroupExpandedDefault");
1447
1516
  }
1448
1517
  get groupSummaryDisplayMode() {
1449
- return this.gy;
1518
+ return this.hs;
1450
1519
  }
1451
1520
  set groupSummaryDisplayMode(a) {
1452
- this.gy = a;
1521
+ this.hs = a;
1453
1522
  this.j("GroupSummaryDisplayMode");
1454
1523
  }
1455
1524
  get autoAcceptEdits() {
@@ -1509,17 +1578,17 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1509
1578
  this.j("ReactsToFilterChanges");
1510
1579
  }
1511
1580
  get enterBehavior() {
1512
- return this.gp;
1581
+ return this.hh;
1513
1582
  }
1514
1583
  set enterBehavior(a) {
1515
- this.gp = a;
1584
+ this.hh = a;
1516
1585
  this.j("EnterBehavior");
1517
1586
  }
1518
1587
  get enterBehaviorAfterEdit() {
1519
- return this.gq;
1588
+ return this.hi;
1520
1589
  }
1521
1590
  set enterBehaviorAfterEdit(a) {
1522
- this.gq = a;
1591
+ this.hi = a;
1523
1592
  this.j("EnterBehaviorAfterEdit");
1524
1593
  }
1525
1594
  get isColumnOptionsSummariesEnabled() {
@@ -1537,52 +1606,52 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1537
1606
  this.j("IsColumnOptionsGroupingEnabled");
1538
1607
  }
1539
1608
  get mergedCellMode() {
1540
- return this.hf;
1609
+ return this.h9;
1541
1610
  }
1542
1611
  set mergedCellMode(a) {
1543
- this.hf = a;
1612
+ this.h9 = a;
1544
1613
  this.j("MergedCellMode");
1545
1614
  }
1546
1615
  get mergedCellEvaluationCriteria() {
1547
- return this.he;
1616
+ return this.h8;
1548
1617
  }
1549
1618
  set mergedCellEvaluationCriteria(a) {
1550
- this.he = a;
1619
+ this.h8 = a;
1551
1620
  this.j("MergedCellEvaluationCriteria");
1552
1621
  }
1553
1622
  get mergedCellVerticalAlignment() {
1554
- return this.hg;
1623
+ return this.ia;
1555
1624
  }
1556
1625
  set mergedCellVerticalAlignment(a) {
1557
- this.hg = a;
1626
+ this.ia = a;
1558
1627
  this.j("MergedCellVerticalAlignment");
1559
1628
  }
1560
1629
  get filterUIType() {
1561
- return this.gv;
1630
+ return this.hp;
1562
1631
  }
1563
1632
  set filterUIType(a) {
1564
- this.gv = a;
1633
+ this.hp = a;
1565
1634
  this.j("FilterUIType");
1566
1635
  }
1567
1636
  get filterLogicalOperator() {
1568
- return this.gu;
1637
+ return this.hm;
1569
1638
  }
1570
1639
  set filterLogicalOperator(a) {
1571
- this.gu = a;
1640
+ this.hm = a;
1572
1641
  this.j("FilterLogicalOperator");
1573
1642
  }
1574
1643
  get filterComparisonType() {
1575
- return this.gr;
1644
+ return this.hj;
1576
1645
  }
1577
1646
  set filterComparisonType(a) {
1578
- this.gr = a;
1647
+ this.hj = a;
1579
1648
  this.j("FilterComparisonType");
1580
1649
  }
1581
1650
  get todayOverride() {
1582
- return this.c8;
1651
+ return this.da;
1583
1652
  }
1584
1653
  set todayOverride(a) {
1585
- this.c8 = a;
1654
+ this.da = a;
1586
1655
  this.j("TodayOverride");
1587
1656
  }
1588
1657
  get clearSelectionOnEscape() {
@@ -1593,10 +1662,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1593
1662
  this.j("ClearSelectionOnEscape");
1594
1663
  }
1595
1664
  get pageSize() {
1596
- return this.ev;
1665
+ return this.e3;
1597
1666
  }
1598
1667
  set pageSize(a) {
1599
- this.ev = a;
1668
+ this.e3 = a;
1600
1669
  this.j("PageSize");
1601
1670
  }
1602
1671
  get isToolbarColumnChooserVisible() {
@@ -1614,54 +1683,180 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1614
1683
  this.j("IsToolbarColumnPinningVisible");
1615
1684
  }
1616
1685
  get toolbarTitle() {
1617
- return this.i3;
1686
+ return this.jz;
1618
1687
  }
1619
1688
  set toolbarTitle(a) {
1620
- this.i3 = a;
1689
+ this.jz = a;
1621
1690
  this.j("ToolbarTitle");
1622
1691
  }
1623
1692
  get toolbarColumnChooserText() {
1624
- return this.iz;
1693
+ return this.jv;
1625
1694
  }
1626
1695
  set toolbarColumnChooserText(a) {
1627
- this.iz = a;
1696
+ this.jv = a;
1628
1697
  this.j("ToolbarColumnChooserText");
1629
1698
  }
1630
1699
  get toolbarColumnChooserTitle() {
1631
- return this.i0;
1700
+ return this.jw;
1632
1701
  }
1633
1702
  set toolbarColumnChooserTitle(a) {
1634
- this.i0 = a;
1703
+ this.jw = a;
1635
1704
  this.j("ToolbarColumnChooserTitle");
1636
1705
  }
1637
1706
  get toolbarColumnPinningText() {
1638
- return this.i1;
1707
+ return this.jx;
1639
1708
  }
1640
1709
  set toolbarColumnPinningText(a) {
1641
- this.i1 = a;
1710
+ this.jx = a;
1642
1711
  this.j("ToolbarColumnPinningText");
1643
1712
  }
1644
1713
  get toolbarColumnPinningTitle() {
1645
- return this.i2;
1714
+ return this.jy;
1646
1715
  }
1647
1716
  set toolbarColumnPinningTitle(a) {
1648
- this.i2 = a;
1717
+ this.jy = a;
1649
1718
  this.j("ToolbarColumnPinningTitle");
1650
1719
  }
1651
1720
  get scrollbarStyle() {
1652
- return this.hu;
1721
+ return this.iq;
1653
1722
  }
1654
1723
  set scrollbarStyle(a) {
1655
- this.hu = a;
1724
+ this.iq = a;
1656
1725
  this.j("ScrollbarStyle");
1657
1726
  }
1658
1727
  get scrollbarBackground() {
1659
- return this.ht;
1728
+ return this.ip;
1660
1729
  }
1661
1730
  set scrollbarBackground(a) {
1662
- this.ht = a;
1731
+ this.ip = a;
1663
1732
  this.j("ScrollbarBackground");
1664
1733
  }
1734
+ get columnOptionsBackground() {
1735
+ return this.gg;
1736
+ }
1737
+ set columnOptionsBackground(a) {
1738
+ this.gg = a;
1739
+ this.j("ColumnOptionsBackground");
1740
+ }
1741
+ get columnOptionsTextColor() {
1742
+ return this.gv;
1743
+ }
1744
+ set columnOptionsTextColor(a) {
1745
+ this.gv = a;
1746
+ this.j("ColumnOptionsTextColor");
1747
+ }
1748
+ get columnOptionsFontFamily() {
1749
+ return this.gh;
1750
+ }
1751
+ set columnOptionsFontFamily(a) {
1752
+ this.gh = a;
1753
+ this.j("ColumnOptionsFontFamily");
1754
+ }
1755
+ get columnOptionsFontSize() {
1756
+ return this.di;
1757
+ }
1758
+ set columnOptionsFontSize(a) {
1759
+ this.di = a;
1760
+ this.j("ColumnOptionsFontSize");
1761
+ }
1762
+ get columnOptionsFontStyle() {
1763
+ return this.gi;
1764
+ }
1765
+ set columnOptionsFontStyle(a) {
1766
+ this.gi = a;
1767
+ this.j("ColumnOptionsFontStyle");
1768
+ }
1769
+ get columnOptionsFontWeight() {
1770
+ return this.gj;
1771
+ }
1772
+ set columnOptionsFontWeight(a) {
1773
+ this.gj = a;
1774
+ this.j("ColumnOptionsFontWeight");
1775
+ }
1776
+ get columnOptionsHoverBackgroundColor() {
1777
+ return this.gq;
1778
+ }
1779
+ set columnOptionsHoverBackgroundColor(a) {
1780
+ this.gq = a;
1781
+ this.j("ColumnOptionsHoverBackgroundColor");
1782
+ }
1783
+ get columnOptionsToolTipBackgroundColor() {
1784
+ return this.gw;
1785
+ }
1786
+ set columnOptionsToolTipBackgroundColor(a) {
1787
+ this.gw = a;
1788
+ this.j("ColumnOptionsToolTipBackgroundColor");
1789
+ }
1790
+ get columnOptionsHighlightColor() {
1791
+ return this.gp;
1792
+ }
1793
+ set columnOptionsHighlightColor(a) {
1794
+ this.gp = a;
1795
+ this.j("ColumnOptionsHighlightColor");
1796
+ }
1797
+ get columnOptionsSeparatorColor() {
1798
+ return this.gu;
1799
+ }
1800
+ set columnOptionsSeparatorColor(a) {
1801
+ this.gu = a;
1802
+ this.j("ColumnOptionsSeparatorColor");
1803
+ }
1804
+ get columnOptionsGroupHeaderBackground() {
1805
+ return this.gk;
1806
+ }
1807
+ set columnOptionsGroupHeaderBackground(a) {
1808
+ this.gk = a;
1809
+ this.j("ColumnOptionsGroupHeaderBackground");
1810
+ }
1811
+ get columnOptionsGroupHeaderTextColor() {
1812
+ return this.go;
1813
+ }
1814
+ set columnOptionsGroupHeaderTextColor(a) {
1815
+ this.go = a;
1816
+ this.j("ColumnOptionsGroupHeaderTextColor");
1817
+ }
1818
+ get columnOptionsGroupHeaderFontFamily() {
1819
+ return this.gl;
1820
+ }
1821
+ set columnOptionsGroupHeaderFontFamily(a) {
1822
+ this.gl = a;
1823
+ this.j("ColumnOptionsGroupHeaderFontFamily");
1824
+ }
1825
+ get columnOptionsGroupHeaderFontSize() {
1826
+ return this.dj;
1827
+ }
1828
+ set columnOptionsGroupHeaderFontSize(a) {
1829
+ this.dj = a;
1830
+ this.j("ColumnOptionsGroupHeaderFontSize");
1831
+ }
1832
+ get columnOptionsGroupHeaderFontStyle() {
1833
+ return this.gm;
1834
+ }
1835
+ set columnOptionsGroupHeaderFontStyle(a) {
1836
+ this.gm = a;
1837
+ this.j("ColumnOptionsGroupHeaderFontStyle");
1838
+ }
1839
+ get columnOptionsGroupHeaderFontWeight() {
1840
+ return this.gn;
1841
+ }
1842
+ set columnOptionsGroupHeaderFontWeight(a) {
1843
+ this.gn = a;
1844
+ this.j("ColumnOptionsGroupHeaderFontWeight");
1845
+ }
1846
+ get columnOptionsAccentColor() {
1847
+ return this.gf;
1848
+ }
1849
+ set columnOptionsAccentColor(a) {
1850
+ this.gf = a;
1851
+ this.j("ColumnOptionsAccentColor");
1852
+ }
1853
+ get columnOptionsRowHeight() {
1854
+ return this.ey;
1855
+ }
1856
+ set columnOptionsRowHeight(a) {
1857
+ this.ey = a;
1858
+ this.j("ColumnOptionsRowHeight");
1859
+ }
1665
1860
  get allowCopyOperation() {
1666
1861
  return this.bo;
1667
1862
  }
@@ -1669,6 +1864,13 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1669
1864
  this.bo = a;
1670
1865
  this.j("AllowCopyOperation");
1671
1866
  }
1867
+ get maxSelectedCellRanges() {
1868
+ return this.e2;
1869
+ }
1870
+ set maxSelectedCellRanges(a) {
1871
+ this.e2 = a;
1872
+ this.j("MaxSelectedCellRanges");
1873
+ }
1672
1874
  get deferEventForRowDragSelection() {
1673
1875
  return this.bs;
1674
1876
  }
@@ -1677,227 +1879,241 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1677
1879
  this.j("DeferEventForRowDragSelection");
1678
1880
  }
1679
1881
  get filterExpressionsChangingRef() {
1680
- return this.gt;
1882
+ return this.hl;
1681
1883
  }
1682
1884
  set filterExpressionsChangingRef(a) {
1683
- this.gt = a;
1885
+ this.hl = a;
1684
1886
  this.j("FilterExpressionsChangingRef");
1685
1887
  }
1686
1888
  get filterExpressionsChangedRef() {
1687
- return this.gs;
1889
+ return this.hk;
1688
1890
  }
1689
1891
  set filterExpressionsChangedRef(a) {
1690
- this.gs = a;
1892
+ this.hk = a;
1691
1893
  this.j("FilterExpressionsChangedRef");
1692
1894
  }
1693
1895
  get cellPreviewPointerDownRef() {
1694
- return this.fp;
1896
+ return this.f1;
1695
1897
  }
1696
1898
  set cellPreviewPointerDownRef(a) {
1697
- this.fp = a;
1899
+ this.f1 = a;
1698
1900
  this.j("CellPreviewPointerDownRef");
1699
1901
  }
1700
1902
  get cellPreviewPointerUpRef() {
1701
- return this.fq;
1903
+ return this.f2;
1702
1904
  }
1703
1905
  set cellPreviewPointerUpRef(a) {
1704
- this.fq = a;
1906
+ this.f2 = a;
1705
1907
  this.j("CellPreviewPointerUpRef");
1706
1908
  }
1707
1909
  get cellPointerDownRef() {
1708
- return this.fn;
1910
+ return this.fz;
1709
1911
  }
1710
1912
  set cellPointerDownRef(a) {
1711
- this.fn = a;
1913
+ this.fz = a;
1712
1914
  this.j("CellPointerDownRef");
1713
1915
  }
1714
1916
  get cellPointerUpRef() {
1715
- return this.fo;
1917
+ return this.f0;
1716
1918
  }
1717
1919
  set cellPointerUpRef(a) {
1718
- this.fo = a;
1920
+ this.f0 = a;
1719
1921
  this.j("CellPointerUpRef");
1720
1922
  }
1721
1923
  get cellClickedRef() {
1722
- return this.fg;
1924
+ return this.fs;
1723
1925
  }
1724
1926
  set cellClickedRef(a) {
1725
- this.fg = a;
1927
+ this.fs = a;
1726
1928
  this.j("CellClickedRef");
1727
1929
  }
1930
+ get filterRowDataBindingRef() {
1931
+ return this.hn;
1932
+ }
1933
+ set filterRowDataBindingRef(a) {
1934
+ this.hn = a;
1935
+ this.j("FilterRowDataBindingRef");
1936
+ }
1937
+ get filterRowDataBoundRef() {
1938
+ return this.ho;
1939
+ }
1940
+ set filterRowDataBoundRef(a) {
1941
+ this.ho = a;
1942
+ this.j("FilterRowDataBoundRef");
1943
+ }
1728
1944
  get sortDescriptionsChangedRef() {
1729
- return this.h9;
1945
+ return this.i6;
1730
1946
  }
1731
1947
  set sortDescriptionsChangedRef(a) {
1732
- this.h9 = a;
1948
+ this.i6 = a;
1733
1949
  this.j("SortDescriptionsChangedRef");
1734
1950
  }
1735
1951
  get groupDescriptionsChangedRef() {
1736
- return this.gw;
1952
+ return this.hq;
1737
1953
  }
1738
1954
  set groupDescriptionsChangedRef(a) {
1739
- this.gw = a;
1955
+ this.hq = a;
1740
1956
  this.j("GroupDescriptionsChangedRef");
1741
1957
  }
1742
1958
  get summaryDescriptionsChangedRef() {
1743
- return this.ib;
1959
+ return this.i8;
1744
1960
  }
1745
1961
  set summaryDescriptionsChangedRef(a) {
1746
- this.ib = a;
1962
+ this.i8 = a;
1747
1963
  this.j("SummaryDescriptionsChangedRef");
1748
1964
  }
1749
1965
  get columnHiddenChangedRef() {
1750
- return this.fx;
1966
+ return this.ga;
1751
1967
  }
1752
1968
  set columnHiddenChangedRef(a) {
1753
- this.fx = a;
1969
+ this.ga = a;
1754
1970
  this.j("ColumnHiddenChangedRef");
1755
1971
  }
1756
1972
  get columnPinnedChangedRef() {
1757
- return this.f5;
1973
+ return this.gx;
1758
1974
  }
1759
1975
  set columnPinnedChangedRef(a) {
1760
- this.f5 = a;
1976
+ this.gx = a;
1761
1977
  this.j("ColumnPinnedChangedRef");
1762
1978
  }
1763
1979
  get cellValueChangingRef() {
1764
- return this.fu;
1980
+ return this.f7;
1765
1981
  }
1766
1982
  set cellValueChangingRef(a) {
1767
- this.fu = a;
1983
+ this.f7 = a;
1768
1984
  this.j("CellValueChangingRef");
1769
1985
  }
1770
1986
  get dataCommittedRef() {
1771
- return this.ge;
1987
+ return this.g6;
1772
1988
  }
1773
1989
  set dataCommittedRef(a) {
1774
- this.ge = a;
1990
+ this.g6 = a;
1775
1991
  this.j("DataCommittedRef");
1776
1992
  }
1777
1993
  get dataCommittingRef() {
1778
- return this.gf;
1994
+ return this.g7;
1779
1995
  }
1780
1996
  set dataCommittingRef(a) {
1781
- this.gf = a;
1997
+ this.g7 = a;
1782
1998
  this.j("DataCommittingRef");
1783
1999
  }
1784
2000
  get rootSummariesChangedRef() {
1785
- return this.hi;
2001
+ return this.ic;
1786
2002
  }
1787
2003
  set rootSummariesChangedRef(a) {
1788
- this.hi = a;
2004
+ this.ic = a;
1789
2005
  this.j("RootSummariesChangedRef");
1790
2006
  }
1791
2007
  get sizeChangedRef() {
1792
- return this.h8;
2008
+ return this.i5;
1793
2009
  }
1794
2010
  set sizeChangedRef(a) {
1795
- this.h8 = a;
2011
+ this.i5 = a;
1796
2012
  this.j("SizeChangedRef");
1797
2013
  }
1798
2014
  get actualColumnsChangedRef() {
1799
- return this.fb;
2015
+ return this.fn;
1800
2016
  }
1801
2017
  set actualColumnsChangedRef(a) {
1802
- this.fb = a;
2018
+ this.fn = a;
1803
2019
  this.j("ActualColumnsChangedRef");
1804
2020
  }
1805
2021
  get columnsAutoGeneratedRef() {
1806
- return this.ga;
2022
+ return this.g2;
1807
2023
  }
1808
2024
  set columnsAutoGeneratedRef(a) {
1809
- this.ga = a;
2025
+ this.g2 = a;
1810
2026
  this.j("ColumnsAutoGeneratedRef");
1811
2027
  }
1812
2028
  get selectedItemsChangedRef() {
1813
- return this.h3;
2029
+ return this.i0;
1814
2030
  }
1815
2031
  set selectedItemsChangedRef(a) {
1816
- this.h3 = a;
2032
+ this.i0 = a;
1817
2033
  this.j("SelectedItemsChangedRef");
1818
2034
  }
1819
2035
  get selectedKeysChangedRef() {
1820
- return this.h4;
2036
+ return this.i1;
1821
2037
  }
1822
2038
  set selectedKeysChangedRef(a) {
1823
- this.h4 = a;
2039
+ this.i1 = a;
1824
2040
  this.j("SelectedKeysChangedRef");
1825
2041
  }
1826
2042
  get selectedCellsChangedRef() {
1827
- return this.h2;
2043
+ return this.iz;
1828
2044
  }
1829
2045
  set selectedCellsChangedRef(a) {
1830
- this.h2 = a;
2046
+ this.iz = a;
1831
2047
  this.j("SelectedCellsChangedRef");
1832
2048
  }
1833
2049
  get selectionChangedRef() {
1834
- return this.h6;
2050
+ return this.i3;
1835
2051
  }
1836
2052
  set selectionChangedRef(a) {
1837
- this.h6 = a;
2053
+ this.i3 = a;
1838
2054
  this.j("SelectionChangedRef");
1839
2055
  }
1840
2056
  get activeCellChangedRef() {
1841
- return this.fa;
2057
+ return this.fk;
1842
2058
  }
1843
2059
  set activeCellChangedRef(a) {
1844
- this.fa = a;
2060
+ this.fk = a;
1845
2061
  this.j("ActiveCellChangedRef");
1846
2062
  }
1847
2063
  get selectedCellRangesChangedRef() {
1848
- return this.h1;
2064
+ return this.iy;
1849
2065
  }
1850
2066
  set selectedCellRangesChangedRef(a) {
1851
- this.h1 = a;
2067
+ this.iy = a;
1852
2068
  this.j("SelectedCellRangesChangedRef");
1853
2069
  }
1854
2070
  get columnWidthChangedRef() {
1855
- return this.gc;
2071
+ return this.g4;
1856
2072
  }
1857
2073
  set columnWidthChangedRef(a) {
1858
- this.gc = a;
2074
+ this.g4 = a;
1859
2075
  this.j("ColumnWidthChangedRef");
1860
2076
  }
1861
2077
  get cellEditStartedRef() {
1862
- return this.fj;
2078
+ return this.fv;
1863
2079
  }
1864
2080
  set cellEditStartedRef(a) {
1865
- this.fj = a;
2081
+ this.fv = a;
1866
2082
  this.j("CellEditStartedRef");
1867
2083
  }
1868
2084
  get cellEditEndedRef() {
1869
- return this.fi;
2085
+ return this.fu;
1870
2086
  }
1871
2087
  set cellEditEndedRef(a) {
1872
- this.fi = a;
2088
+ this.fu = a;
1873
2089
  this.j("CellEditEndedRef");
1874
2090
  }
1875
2091
  get rowEditStartedRef() {
1876
- return this.hk;
2092
+ return this.ie;
1877
2093
  }
1878
2094
  set rowEditStartedRef(a) {
1879
- this.hk = a;
2095
+ this.ie = a;
1880
2096
  this.j("RowEditStartedRef");
1881
2097
  }
1882
2098
  get rowEditEndedRef() {
1883
- return this.hj;
2099
+ return this.id;
1884
2100
  }
1885
2101
  set rowEditEndedRef(a) {
1886
- this.hj = a;
2102
+ this.id = a;
1887
2103
  this.j("RowEditEndedRef");
1888
2104
  }
1889
2105
  get customFilterRequestedRef() {
1890
- return this.gd;
2106
+ return this.g5;
1891
2107
  }
1892
2108
  set customFilterRequestedRef(a) {
1893
- this.gd = a;
2109
+ this.g5 = a;
1894
2110
  this.j("CustomFilterRequestedRef");
1895
2111
  }
1896
2112
  get actualPrimaryKeyChangeRef() {
1897
- return this.fc;
2113
+ return this.fo;
1898
2114
  }
1899
2115
  set actualPrimaryKeyChangeRef(a) {
1900
- this.fc = a;
2116
+ this.fo = a;
1901
2117
  this.j("ActualPrimaryKeyChangeRef");
1902
2118
  }
1903
2119
  }