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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (701) hide show
  1. package/bundles/igniteui-angular-core.umd.js +15433 -11222
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/AbsolutePanelBridge.js +6 -6
  4. package/esm2015/lib/AggregatedDataProviderLayerInfo.js +12 -2
  5. package/esm2015/lib/AggregatedDataProvider_combined.js +1 -1
  6. package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
  7. package/esm2015/lib/AnchoredRadialSeriesDescription.js +35 -35
  8. package/esm2015/lib/AreaSeriesDescription.js +3 -3
  9. package/esm2015/lib/AxisDescriptionMetadata.js +8 -8
  10. package/esm2015/lib/BarSeriesDescription.js +6 -6
  11. package/esm2015/lib/BaseDOMEventProxy_combined.js +443 -440
  12. package/esm2015/lib/BubbleSeriesDescription.js +40 -40
  13. package/esm2015/lib/BulletGraphDescriptionMetadata.js +2 -2
  14. package/esm2015/lib/CanvasGestureDOMEventProxy.js +265 -264
  15. package/esm2015/lib/CanvasScalingHelpers.js +1 -1
  16. package/esm2015/lib/CategoryAngleAxisDescription.js +30 -30
  17. package/esm2015/lib/CategoryAxisBaseDescription.js +29 -21
  18. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
  19. package/esm2015/lib/CategoryChartDescription.js +150 -134
  20. package/esm2015/lib/CategoryChartDescriptionMetadata.js +4 -2
  21. package/esm2015/lib/CategoryDateTimeXAxisDescription.js +22 -22
  22. package/esm2015/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
  23. package/esm2015/lib/CategorySeriesDescription.js +22 -22
  24. package/esm2015/lib/CategoryXAxisDescription.js +36 -36
  25. package/esm2015/lib/CategoryYAxisDescription.js +34 -34
  26. package/esm2015/lib/CellInfoDescription.js +202 -178
  27. package/esm2015/lib/CellInfoDescriptionMetadata.js +7 -4
  28. package/esm2015/lib/CodeGenerationLibraryItem.js +4 -3
  29. package/esm2015/lib/CodeGenerationLibraryItemPlatform.js +2 -1
  30. package/esm2015/lib/CodeGenerationTargetPlatforms.js +2 -1
  31. package/esm2015/lib/ColumnFragmentDescription.js +6 -6
  32. package/esm2015/lib/ColumnSeriesDescription.js +9 -9
  33. package/esm2015/lib/ComboBoxColumnDescription.js +15 -15
  34. package/esm2015/lib/ComponentRendererAdapter.js +2 -0
  35. package/esm2015/lib/ComponentRenderer_combined.js +112 -71
  36. package/esm2015/lib/DashboardTileDescriptionMetadata.js +2 -2
  37. package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
  38. package/esm2015/lib/DataChartCategoryDescriptionModule.js +2 -0
  39. package/esm2015/lib/DataChartDescriptionMetadata.js +2 -2
  40. package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
  41. package/esm2015/lib/DataGridColumnDescription.js +411 -163
  42. package/esm2015/lib/DataGridColumnDescriptionMetadata.js +35 -4
  43. package/esm2015/lib/DataGridDescription.js +730 -514
  44. package/esm2015/lib/DataGridFilterDialogDescription.js +169 -25
  45. package/esm2015/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
  46. package/esm2015/lib/DataGridPagerDescription.js +38 -22
  47. package/esm2015/lib/DataGridPagerDescriptionMetadata.js +2 -0
  48. package/esm2015/lib/DataLegendDescriptionMetadata.js +12 -12
  49. package/esm2015/lib/DataPieBaseChartDescription.js +141 -125
  50. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
  51. package/esm2015/lib/DataPieChartDescription.js +36 -36
  52. package/esm2015/lib/DataPieChartDescriptionMetadata.js +2 -2
  53. package/esm2015/lib/DataSeries.js +1 -1
  54. package/esm2015/lib/DataSeriesMarker.js +7 -3
  55. package/esm2015/lib/DataSourceSpecialRow.js +2 -8
  56. package/esm2015/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
  57. package/esm2015/lib/DateTimeCellInfoDescription.js +18 -18
  58. package/esm2015/lib/DateTimeColumnDescription.js +36 -36
  59. package/esm2015/lib/DefinitionBaseDescriptionMetadata.js +1 -1
  60. package/esm2015/lib/DescriptionSerializer.js +3 -2
  61. package/esm2015/lib/DivBridge.js +1 -1
  62. package/esm2015/lib/DomainChartDescription.js +615 -559
  63. package/esm2015/lib/DomainChartDescriptionMetadata.js +23 -13
  64. package/esm2015/lib/DoughnutChartDescriptionMetadata.js +2 -2
  65. package/esm2015/lib/EditorCellInfoDescription.js +38 -38
  66. package/esm2015/lib/EventProxy.js +84 -78
  67. package/esm2015/lib/FilterCellInfoDescription.js +36 -36
  68. package/esm2015/lib/FilterSyntaxLexer.js +2 -2
  69. package/esm2015/lib/FinancialChartDescription.js +167 -167
  70. package/esm2015/lib/FinancialChartDescriptionMetadata.js +2 -2
  71. package/esm2015/lib/FlatDataProvider_combined.js +150 -143
  72. package/esm2015/lib/FontStringUtil.js +3 -1
  73. package/esm2015/lib/GeographicMapDescriptionMetadata.js +2 -2
  74. package/esm2015/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
  75. package/esm2015/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
  76. package/esm2015/lib/GridBridge.js +23 -11
  77. package/esm2015/lib/GridLayout.js +7 -0
  78. package/esm2015/lib/GridLayoutLayoutInfo.js +27 -0
  79. package/esm2015/lib/GridLayoutSizeDefinition.js +33 -0
  80. package/esm2015/lib/GridLayoutSizeInfo.js +25 -0
  81. package/esm2015/lib/GridLayoutSizeType.js +29 -0
  82. package/esm2015/lib/GridLayoutView.js +7 -0
  83. package/esm2015/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
  84. package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  85. package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  86. package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  87. package/esm2015/lib/IComponentRendererAdapter_combined.js +5 -0
  88. package/esm2015/lib/IGridLayoutView.js +7 -0
  89. package/esm2015/lib/IGridLayoutView_combined.js +383 -0
  90. package/esm2015/lib/INativeUIElementBridge_combined.js +186 -180
  91. package/esm2015/lib/IRenderer_combined.js +120 -20
  92. package/esm2015/lib/IgcButtonBridge.js +1 -1
  93. package/esm2015/lib/ImageCellInfoDescription.js +9 -9
  94. package/esm2015/lib/ImageColumnDescription.js +21 -21
  95. package/esm2015/lib/ItemLegendDescriptionMetadata.js +2 -2
  96. package/esm2015/lib/JsonDictionaryValue.js +2 -1
  97. package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +53 -7
  98. package/esm2015/lib/LegendDescriptionMetadata.js +2 -2
  99. package/esm2015/lib/LineSeriesDescription.js +3 -3
  100. package/esm2015/lib/LinearGaugeDescriptionMetadata.js +2 -2
  101. package/esm2015/lib/MarkerSeriesDescription.js +37 -29
  102. package/esm2015/lib/MarkerSeriesDescriptionMetadata.js +3 -2
  103. package/esm2015/lib/NativeUI.js +65 -53
  104. package/esm2015/lib/NativeUIAbsolutePanel.js +8 -8
  105. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  106. package/esm2015/lib/NativeUIButton.js +86 -86
  107. package/esm2015/lib/NativeUIButtonGroup.js +49 -49
  108. package/esm2015/lib/NativeUICheckbox.js +33 -33
  109. package/esm2015/lib/NativeUICheckboxList.js +147 -147
  110. package/esm2015/lib/NativeUIColorEditor.js +22 -22
  111. package/esm2015/lib/NativeUIColumn.js +1 -1
  112. package/esm2015/lib/NativeUICombo.js +30 -30
  113. package/esm2015/lib/NativeUIContent.js +5 -5
  114. package/esm2015/lib/NativeUIDropDown.js +22 -22
  115. package/esm2015/lib/NativeUIElementBridge.js +10 -2
  116. package/esm2015/lib/NativeUIGrid.js +67 -61
  117. package/esm2015/lib/NativeUIIcon.js +27 -27
  118. package/esm2015/lib/NativeUIIconButton.js +27 -27
  119. package/esm2015/lib/NativeUIInput.js +121 -121
  120. package/esm2015/lib/NativeUIInputsFactory.js +12 -12
  121. package/esm2015/lib/NativeUILabel.js +18 -12
  122. package/esm2015/lib/NativeUIPopup.js +100 -100
  123. package/esm2015/lib/NativeUISlider.js +66 -66
  124. package/esm2015/lib/NumericCellInfoDescription.js +39 -39
  125. package/esm2015/lib/NumericColumnDescription.js +59 -51
  126. package/esm2015/lib/NumericColumnDescriptionMetadata.js +1 -0
  127. package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
  128. package/esm2015/lib/PanelBridge.js +4 -4
  129. package/esm2015/lib/PieChartDescriptionMetadata.js +2 -2
  130. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
  131. package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
  132. package/esm2015/lib/PolarBaseDescription.js +75 -75
  133. package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
  134. package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
  135. package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
  136. package/esm2015/lib/PopupView_combined.js +1 -1
  137. package/esm2015/lib/PropertyEditorDescriptionMetadata.js +2 -2
  138. package/esm2015/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
  139. package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
  140. package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
  141. package/esm2015/lib/RadialBaseChartDescription.js +229 -229
  142. package/esm2015/lib/RadialBaseDescription.js +85 -69
  143. package/esm2015/lib/RadialBaseDescriptionMetadata.js +2 -0
  144. package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
  145. package/esm2015/lib/RadialGaugeDescriptionMetadata.js +5 -5
  146. package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
  147. package/esm2015/lib/RadialPieSeriesDescription.js +15 -15
  148. package/esm2015/lib/RangeBarSeriesDescription.js +39 -0
  149. package/esm2015/lib/RangeBarSeriesDescriptionMetadata.js +41 -0
  150. package/esm2015/lib/RangeBarSeriesDescriptionModule.js +20 -0
  151. package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
  152. package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
  153. package/esm2015/lib/SVGParser.js +6 -0
  154. package/esm2015/lib/SVGRect.js +4 -0
  155. package/esm2015/lib/ScatterBaseDescription.js +71 -71
  156. package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
  157. package/esm2015/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
  158. package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
  159. package/esm2015/lib/ScrollerView_combined.js +315 -257
  160. package/esm2015/lib/SectionHeaderCellInfoDescription.js +9 -9
  161. package/esm2015/lib/SectionHeaderDescription.js +22 -6
  162. package/esm2015/lib/SectionHeaderDescriptionMetadata.js +2 -0
  163. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
  164. package/esm2015/lib/SizeDefinitionCollection.js +28 -0
  165. package/esm2015/lib/SpanBridge.js +5 -0
  166. package/esm2015/lib/SparklineDescriptionMetadata.js +2 -2
  167. package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
  168. package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
  169. package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
  170. package/esm2015/lib/StackedFragmentSeriesDescription.js +277 -245
  171. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
  172. package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
  173. package/esm2015/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
  174. package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
  175. package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
  176. package/esm2015/lib/SummaryCellInfoDescription.js +21 -21
  177. package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
  178. package/esm2015/lib/TemplateColumnDescription.js +6 -6
  179. package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
  180. package/esm2015/lib/TemplateSectionHeaderDescription.js +3 -3
  181. package/esm2015/lib/TextCellInfoDescription.js +3 -3
  182. package/esm2015/lib/TextColumnDescription.js +18 -18
  183. package/esm2015/lib/TextHeaderCellInfoDescription.js +167 -15
  184. package/esm2015/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
  185. package/esm2015/lib/TimeAxisBaseDescription.js +22 -22
  186. package/esm2015/lib/TimeAxisIntervalDescription.js +3 -3
  187. package/esm2015/lib/TimeXAxisDescription.js +11 -11
  188. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  189. package/esm2015/lib/ToolActionButtonPairDescription.js +103 -103
  190. package/esm2015/lib/ToolActionCheckboxDescription.js +33 -25
  191. package/esm2015/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
  192. package/esm2015/lib/ToolActionCheckboxGroupDescription.js +71 -0
  193. package/esm2015/lib/ToolActionCheckboxGroupDescriptionMetadata.js +45 -0
  194. package/esm2015/lib/ToolActionCheckboxGroupDescriptionModule.js +20 -0
  195. package/esm2015/lib/ToolActionCheckboxGroupInfo.js +37 -0
  196. package/esm2015/lib/ToolActionCheckboxGroupInfoDescription.js +41 -0
  197. package/esm2015/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +41 -0
  198. package/esm2015/lib/ToolActionCheckboxInfo.js +7 -0
  199. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +8 -0
  200. package/esm2015/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
  201. package/esm2015/lib/ToolActionCheckboxListDescription.js +84 -20
  202. package/esm2015/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
  203. package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
  204. package/esm2015/lib/ToolActionComboDescription.js +12 -12
  205. package/esm2015/lib/ToolActionDescription.js +140 -116
  206. package/esm2015/lib/ToolActionDescriptionMetadata.js +3 -0
  207. package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  208. package/esm2015/lib/ToolActionFieldSelectorDescription.js +21 -21
  209. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  210. package/esm2015/lib/ToolActionIconButtonDescription.js +31 -31
  211. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  212. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  213. package/esm2015/lib/ToolActionRadioDescription.js +39 -31
  214. package/esm2015/lib/ToolActionRadioDescriptionMetadata.js +1 -0
  215. package/esm2015/lib/ToolActionRadioGroupDescription.js +71 -0
  216. package/esm2015/lib/ToolActionRadioGroupDescriptionMetadata.js +45 -0
  217. package/esm2015/lib/ToolActionRadioGroupDescriptionModule.js +20 -0
  218. package/esm2015/lib/ToolActionRadioGroupInfo.js +37 -0
  219. package/esm2015/lib/ToolActionRadioGroupInfoDescription.js +41 -0
  220. package/esm2015/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +41 -0
  221. package/esm2015/lib/ToolActionRadioInfo.js +7 -0
  222. package/esm2015/lib/ToolActionRadioInfoDescription.js +8 -0
  223. package/esm2015/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
  224. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  225. package/esm2015/lib/ToolActionSubPanelDescription.js +3 -3
  226. package/esm2015/lib/ToolActionSubPanelInfo.js +10 -0
  227. package/esm2015/lib/ToolActionSubPanelInfoDescription.js +8 -0
  228. package/esm2015/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
  229. package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
  230. package/esm2015/lib/ToolActionType.js +3 -1
  231. package/esm2015/lib/ToolPanelDescription.js +193 -169
  232. package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
  233. package/esm2015/lib/ToolPanelDescriptionModule.js +10 -6
  234. package/esm2015/lib/ToolbarDescription.js +133 -117
  235. package/esm2015/lib/ToolbarDescriptionMetadata.js +4 -2
  236. package/esm2015/lib/TreemapDescriptionMetadata.js +4 -4
  237. package/esm2015/lib/TypeDescriptionPlatform.js +2 -1
  238. package/esm2015/lib/UIElementPropertyId.js +1 -1
  239. package/esm2015/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
  240. package/esm2015/lib/ValueLayerDescriptionMetadata.js +1 -1
  241. package/esm2015/lib/ValueOverlayDescriptionMetadata.js +1 -1
  242. package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  243. package/esm2015/lib/VerticalRangeCategorySeriesDescription.js +71 -0
  244. package/esm2015/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +45 -0
  245. package/esm2015/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +18 -0
  246. package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  247. package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
  248. package/esm2015/lib/XYChartDescription.js +229 -229
  249. package/esm2015/lib/XYChartDescriptionMetadata.js +4 -2
  250. package/esm2015/lib/XamMultiScaleImageView_combined.js +3 -3
  251. package/esm2015/lib/ZoomSliderDescriptionMetadata.js +3 -3
  252. package/esm2015/lib/angular-renderer.js +18 -0
  253. package/esm2015/lib/array.js +33 -0
  254. package/esm2015/lib/componentUtil.js +101 -0
  255. package/esm2015/lib/dictionary.js +14 -3
  256. package/esm2015/lib/dom.js +12 -0
  257. package/esm2015/lib/igx-grid-layout-size-definition.js +60 -0
  258. package/esm2015/lib/igx-size-definition-collection.js +53 -0
  259. package/esm2015/lib/type.js +53 -0
  260. package/esm2015/public_api.js +29 -0
  261. package/esm5/lib/AbsolutePanelBridge.js +6 -6
  262. package/esm5/lib/AggregatedDataProviderLayerInfo.js +12 -2
  263. package/esm5/lib/AggregatedDataProvider_combined.js +1 -1
  264. package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
  265. package/esm5/lib/AnchoredRadialSeriesDescription.js +35 -35
  266. package/esm5/lib/AreaSeriesDescription.js +3 -3
  267. package/esm5/lib/AxisDescriptionMetadata.js +8 -8
  268. package/esm5/lib/BarSeriesDescription.js +6 -6
  269. package/esm5/lib/BaseDOMEventProxy_combined.js +441 -438
  270. package/esm5/lib/BubbleSeriesDescription.js +40 -40
  271. package/esm5/lib/BulletGraphDescriptionMetadata.js +2 -2
  272. package/esm5/lib/CanvasGestureDOMEventProxy.js +265 -264
  273. package/esm5/lib/CanvasScalingHelpers.js +1 -1
  274. package/esm5/lib/CategoryAngleAxisDescription.js +30 -30
  275. package/esm5/lib/CategoryAxisBaseDescription.js +32 -20
  276. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
  277. package/esm5/lib/CategoryChartDescription.js +158 -134
  278. package/esm5/lib/CategoryChartDescriptionMetadata.js +4 -2
  279. package/esm5/lib/CategoryDateTimeXAxisDescription.js +22 -22
  280. package/esm5/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
  281. package/esm5/lib/CategorySeriesDescription.js +22 -22
  282. package/esm5/lib/CategoryXAxisDescription.js +36 -36
  283. package/esm5/lib/CategoryYAxisDescription.js +34 -34
  284. package/esm5/lib/CellInfoDescription.js +213 -177
  285. package/esm5/lib/CellInfoDescriptionMetadata.js +7 -4
  286. package/esm5/lib/CodeGenerationLibraryItem.js +4 -3
  287. package/esm5/lib/CodeGenerationLibraryItemPlatform.js +2 -1
  288. package/esm5/lib/CodeGenerationTargetPlatforms.js +2 -1
  289. package/esm5/lib/ColumnFragmentDescription.js +6 -6
  290. package/esm5/lib/ColumnSeriesDescription.js +9 -9
  291. package/esm5/lib/ComboBoxColumnDescription.js +15 -15
  292. package/esm5/lib/ComponentRendererAdapter.js +2 -0
  293. package/esm5/lib/ComponentRenderer_combined.js +112 -71
  294. package/esm5/lib/DashboardTileDescriptionMetadata.js +2 -2
  295. package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
  296. package/esm5/lib/DataChartCategoryDescriptionModule.js +2 -0
  297. package/esm5/lib/DataChartDescriptionMetadata.js +2 -2
  298. package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
  299. package/esm5/lib/DataGridColumnDescription.js +535 -163
  300. package/esm5/lib/DataGridColumnDescriptionMetadata.js +35 -4
  301. package/esm5/lib/DataGridDescription.js +896 -572
  302. package/esm5/lib/DataGridFilterDialogDescription.js +240 -24
  303. package/esm5/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
  304. package/esm5/lib/DataGridPagerDescription.js +44 -20
  305. package/esm5/lib/DataGridPagerDescriptionMetadata.js +2 -0
  306. package/esm5/lib/DataLegendDescriptionMetadata.js +12 -12
  307. package/esm5/lib/DataPieBaseChartDescription.js +149 -125
  308. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
  309. package/esm5/lib/DataPieChartDescription.js +36 -36
  310. package/esm5/lib/DataPieChartDescriptionMetadata.js +2 -2
  311. package/esm5/lib/DataSeries.js +1 -1
  312. package/esm5/lib/DataSeriesMarker.js +7 -3
  313. package/esm5/lib/DataSourceSpecialRow.js +3 -26
  314. package/esm5/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
  315. package/esm5/lib/DateTimeCellInfoDescription.js +18 -18
  316. package/esm5/lib/DateTimeColumnDescription.js +36 -36
  317. package/esm5/lib/DefinitionBaseDescriptionMetadata.js +1 -1
  318. package/esm5/lib/DescriptionSerializer.js +3 -2
  319. package/esm5/lib/DivBridge.js +1 -1
  320. package/esm5/lib/DomainChartDescription.js +641 -557
  321. package/esm5/lib/DomainChartDescriptionMetadata.js +23 -13
  322. package/esm5/lib/DoughnutChartDescriptionMetadata.js +2 -2
  323. package/esm5/lib/EditorCellInfoDescription.js +38 -38
  324. package/esm5/lib/EventProxy.js +83 -77
  325. package/esm5/lib/FilterCellInfoDescription.js +36 -36
  326. package/esm5/lib/FilterSyntaxLexer.js +2 -2
  327. package/esm5/lib/FinancialChartDescription.js +167 -167
  328. package/esm5/lib/FinancialChartDescriptionMetadata.js +2 -2
  329. package/esm5/lib/FlatDataProvider_combined.js +150 -143
  330. package/esm5/lib/FontStringUtil.js +3 -1
  331. package/esm5/lib/GeographicMapDescriptionMetadata.js +2 -2
  332. package/esm5/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
  333. package/esm5/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
  334. package/esm5/lib/GridBridge.js +23 -11
  335. package/esm5/lib/GridLayout.js +7 -0
  336. package/esm5/lib/GridLayoutLayoutInfo.js +29 -0
  337. package/esm5/lib/GridLayoutSizeDefinition.js +39 -0
  338. package/esm5/lib/GridLayoutSizeInfo.js +27 -0
  339. package/esm5/lib/GridLayoutSizeType.js +29 -0
  340. package/esm5/lib/GridLayoutView.js +7 -0
  341. package/esm5/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
  342. package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  343. package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  344. package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  345. package/esm5/lib/IComponentRendererAdapter_combined.js +5 -0
  346. package/esm5/lib/IGridLayoutView.js +7 -0
  347. package/esm5/lib/IGridLayoutView_combined.js +539 -0
  348. package/esm5/lib/INativeUIElementBridge_combined.js +172 -162
  349. package/esm5/lib/IRenderer_combined.js +120 -20
  350. package/esm5/lib/IgcButtonBridge.js +1 -1
  351. package/esm5/lib/ImageCellInfoDescription.js +9 -9
  352. package/esm5/lib/ImageColumnDescription.js +21 -21
  353. package/esm5/lib/ItemLegendDescriptionMetadata.js +2 -2
  354. package/esm5/lib/JsonDictionaryValue.js +2 -1
  355. package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +57 -7
  356. package/esm5/lib/LegendDescriptionMetadata.js +2 -2
  357. package/esm5/lib/LineSeriesDescription.js +3 -3
  358. package/esm5/lib/LinearGaugeDescriptionMetadata.js +2 -2
  359. package/esm5/lib/MarkerSeriesDescription.js +40 -28
  360. package/esm5/lib/MarkerSeriesDescriptionMetadata.js +3 -2
  361. package/esm5/lib/NativeUI.js +65 -53
  362. package/esm5/lib/NativeUIAbsolutePanel.js +8 -8
  363. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  364. package/esm5/lib/NativeUIButton.js +68 -68
  365. package/esm5/lib/NativeUIButtonGroup.js +43 -43
  366. package/esm5/lib/NativeUICheckbox.js +30 -30
  367. package/esm5/lib/NativeUICheckboxList.js +133 -133
  368. package/esm5/lib/NativeUIColorEditor.js +20 -20
  369. package/esm5/lib/NativeUIColumn.js +1 -1
  370. package/esm5/lib/NativeUICombo.js +24 -24
  371. package/esm5/lib/NativeUIContent.js +4 -4
  372. package/esm5/lib/NativeUIDropDown.js +18 -18
  373. package/esm5/lib/NativeUIElementBridge.js +10 -2
  374. package/esm5/lib/NativeUIGrid.js +63 -57
  375. package/esm5/lib/NativeUIIcon.js +24 -24
  376. package/esm5/lib/NativeUIIconButton.js +24 -24
  377. package/esm5/lib/NativeUIInput.js +100 -100
  378. package/esm5/lib/NativeUIInputsFactory.js +12 -12
  379. package/esm5/lib/NativeUILabel.js +19 -9
  380. package/esm5/lib/NativeUIPopup.js +84 -84
  381. package/esm5/lib/NativeUISlider.js +53 -53
  382. package/esm5/lib/NumericCellInfoDescription.js +39 -39
  383. package/esm5/lib/NumericColumnDescription.js +63 -51
  384. package/esm5/lib/NumericColumnDescriptionMetadata.js +1 -0
  385. package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
  386. package/esm5/lib/PanelBridge.js +4 -4
  387. package/esm5/lib/PieChartDescriptionMetadata.js +2 -2
  388. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
  389. package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
  390. package/esm5/lib/PolarBaseDescription.js +75 -75
  391. package/esm5/lib/PolarLineSeriesDescription.js +3 -3
  392. package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
  393. package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
  394. package/esm5/lib/PopupView_combined.js +1 -1
  395. package/esm5/lib/PropertyEditorDescriptionMetadata.js +2 -2
  396. package/esm5/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
  397. package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
  398. package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
  399. package/esm5/lib/RadialBaseChartDescription.js +229 -229
  400. package/esm5/lib/RadialBaseDescription.js +93 -69
  401. package/esm5/lib/RadialBaseDescriptionMetadata.js +2 -0
  402. package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
  403. package/esm5/lib/RadialGaugeDescriptionMetadata.js +5 -5
  404. package/esm5/lib/RadialLineSeriesDescription.js +3 -3
  405. package/esm5/lib/RadialPieSeriesDescription.js +15 -15
  406. package/esm5/lib/RangeBarSeriesDescription.js +49 -0
  407. package/esm5/lib/RangeBarSeriesDescriptionMetadata.js +45 -0
  408. package/esm5/lib/RangeBarSeriesDescriptionModule.js +24 -0
  409. package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
  410. package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
  411. package/esm5/lib/SVGParser.js +6 -0
  412. package/esm5/lib/SVGRect.js +4 -0
  413. package/esm5/lib/ScatterBaseDescription.js +71 -71
  414. package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
  415. package/esm5/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
  416. package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
  417. package/esm5/lib/ScrollerView_combined.js +315 -257
  418. package/esm5/lib/SectionHeaderCellInfoDescription.js +9 -9
  419. package/esm5/lib/SectionHeaderDescription.js +30 -6
  420. package/esm5/lib/SectionHeaderDescriptionMetadata.js +2 -0
  421. package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
  422. package/esm5/lib/SizeDefinitionCollection.js +30 -0
  423. package/esm5/lib/SpanBridge.js +5 -0
  424. package/esm5/lib/SparklineDescriptionMetadata.js +2 -2
  425. package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
  426. package/esm5/lib/StackedBarSeriesDescription.js +6 -6
  427. package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
  428. package/esm5/lib/StackedFragmentSeriesDescription.js +293 -245
  429. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
  430. package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
  431. package/esm5/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
  432. package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
  433. package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
  434. package/esm5/lib/SummaryCellInfoDescription.js +21 -21
  435. package/esm5/lib/TemplateCellInfoDescription.js +3 -3
  436. package/esm5/lib/TemplateColumnDescription.js +6 -6
  437. package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
  438. package/esm5/lib/TemplateSectionHeaderDescription.js +3 -3
  439. package/esm5/lib/TextCellInfoDescription.js +3 -3
  440. package/esm5/lib/TextColumnDescription.js +18 -18
  441. package/esm5/lib/TextHeaderCellInfoDescription.js +243 -15
  442. package/esm5/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
  443. package/esm5/lib/TimeAxisBaseDescription.js +22 -22
  444. package/esm5/lib/TimeAxisIntervalDescription.js +3 -3
  445. package/esm5/lib/TimeXAxisDescription.js +11 -11
  446. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  447. package/esm5/lib/ToolActionButtonPairDescription.js +103 -103
  448. package/esm5/lib/ToolActionCheckboxDescription.js +37 -25
  449. package/esm5/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
  450. package/esm5/lib/ToolActionCheckboxGroupDescription.js +97 -0
  451. package/esm5/lib/ToolActionCheckboxGroupDescriptionMetadata.js +49 -0
  452. package/esm5/lib/ToolActionCheckboxGroupDescriptionModule.js +24 -0
  453. package/esm5/lib/ToolActionCheckboxGroupInfo.js +47 -0
  454. package/esm5/lib/ToolActionCheckboxGroupInfoDescription.js +51 -0
  455. package/esm5/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +45 -0
  456. package/esm5/lib/ToolActionCheckboxInfo.js +11 -0
  457. package/esm5/lib/ToolActionCheckboxInfoDescription.js +12 -0
  458. package/esm5/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
  459. package/esm5/lib/ToolActionCheckboxListDescription.js +116 -20
  460. package/esm5/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
  461. package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
  462. package/esm5/lib/ToolActionComboDescription.js +12 -12
  463. package/esm5/lib/ToolActionDescription.js +151 -115
  464. package/esm5/lib/ToolActionDescriptionMetadata.js +3 -0
  465. package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  466. package/esm5/lib/ToolActionFieldSelectorDescription.js +21 -21
  467. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  468. package/esm5/lib/ToolActionIconButtonDescription.js +31 -31
  469. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  470. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  471. package/esm5/lib/ToolActionRadioDescription.js +43 -31
  472. package/esm5/lib/ToolActionRadioDescriptionMetadata.js +1 -0
  473. package/esm5/lib/ToolActionRadioGroupDescription.js +97 -0
  474. package/esm5/lib/ToolActionRadioGroupDescriptionMetadata.js +49 -0
  475. package/esm5/lib/ToolActionRadioGroupDescriptionModule.js +24 -0
  476. package/esm5/lib/ToolActionRadioGroupInfo.js +47 -0
  477. package/esm5/lib/ToolActionRadioGroupInfoDescription.js +51 -0
  478. package/esm5/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +45 -0
  479. package/esm5/lib/ToolActionRadioInfo.js +11 -0
  480. package/esm5/lib/ToolActionRadioInfoDescription.js +12 -0
  481. package/esm5/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
  482. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  483. package/esm5/lib/ToolActionSubPanelDescription.js +3 -3
  484. package/esm5/lib/ToolActionSubPanelInfo.js +13 -1
  485. package/esm5/lib/ToolActionSubPanelInfoDescription.js +14 -1
  486. package/esm5/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
  487. package/esm5/lib/ToolActionTextInputDescription.js +3 -3
  488. package/esm5/lib/ToolActionType.js +3 -1
  489. package/esm5/lib/ToolPanelDescription.js +205 -169
  490. package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
  491. package/esm5/lib/ToolPanelDescriptionModule.js +10 -6
  492. package/esm5/lib/ToolbarDescription.js +141 -117
  493. package/esm5/lib/ToolbarDescriptionMetadata.js +4 -2
  494. package/esm5/lib/TreemapDescriptionMetadata.js +4 -4
  495. package/esm5/lib/TypeDescriptionPlatform.js +2 -1
  496. package/esm5/lib/UIElementPropertyId.js +1 -1
  497. package/esm5/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
  498. package/esm5/lib/ValueLayerDescriptionMetadata.js +1 -1
  499. package/esm5/lib/ValueOverlayDescriptionMetadata.js +1 -1
  500. package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  501. package/esm5/lib/VerticalRangeCategorySeriesDescription.js +97 -0
  502. package/esm5/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +49 -0
  503. package/esm5/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +22 -0
  504. package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  505. package/esm5/lib/WaterfallSeriesDescription.js +12 -12
  506. package/esm5/lib/XYChartDescription.js +229 -229
  507. package/esm5/lib/XYChartDescriptionMetadata.js +4 -2
  508. package/esm5/lib/XamMultiScaleImageView_combined.js +3 -3
  509. package/esm5/lib/ZoomSliderDescriptionMetadata.js +3 -3
  510. package/esm5/lib/angular-renderer.js +18 -0
  511. package/esm5/lib/array.js +33 -0
  512. package/esm5/lib/componentUtil.js +101 -0
  513. package/esm5/lib/dictionary.js +31 -3
  514. package/esm5/lib/dom.js +12 -0
  515. package/esm5/lib/igx-grid-layout-size-definition.js +74 -0
  516. package/esm5/lib/igx-size-definition-collection.js +58 -0
  517. package/esm5/lib/type.js +57 -0
  518. package/esm5/public_api.js +29 -0
  519. package/fesm2015/igniteui-angular-core.js +14095 -10831
  520. package/fesm5/igniteui-angular-core.js +15389 -11223
  521. package/lib/AggregatedDataProviderLayerInfo.d.ts +2 -1
  522. package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
  523. package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
  524. package/lib/AreaSeriesDescription.d.ts +1 -1
  525. package/lib/BarSeriesDescription.d.ts +2 -2
  526. package/lib/BaseDOMEventProxy_combined.d.ts +85 -84
  527. package/lib/BubbleSeriesDescription.d.ts +14 -14
  528. package/lib/CanvasGestureDOMEventProxy.d.ts +32 -32
  529. package/lib/CategoryAngleAxisDescription.d.ts +11 -11
  530. package/lib/CategoryAxisBaseDescription.d.ts +11 -8
  531. package/lib/CategoryChartDescription.d.ts +51 -45
  532. package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
  533. package/lib/CategorySeriesDescription.d.ts +8 -8
  534. package/lib/CategoryXAxisDescription.d.ts +13 -13
  535. package/lib/CategoryYAxisDescription.d.ts +13 -13
  536. package/lib/CellInfoDescription.d.ts +71 -62
  537. package/lib/CodeGenerationLibraryItemPlatform.d.ts +2 -1
  538. package/lib/CodeGenerationTargetPlatforms.d.ts +2 -1
  539. package/lib/ColumnFragmentDescription.d.ts +2 -2
  540. package/lib/ColumnSeriesDescription.d.ts +3 -3
  541. package/lib/ComboBoxColumnDescription.d.ts +5 -5
  542. package/lib/ComponentRendererAdapter.d.ts +1 -0
  543. package/lib/DataGridColumnDescription.d.ts +150 -57
  544. package/lib/DataGridDescription.d.ts +257 -176
  545. package/lib/DataGridFilterDialogDescription.d.ts +63 -9
  546. package/lib/DataGridPagerDescription.d.ts +12 -6
  547. package/lib/DataPieBaseChartDescription.d.ts +49 -43
  548. package/lib/DataPieChartDescription.d.ts +12 -12
  549. package/lib/DataSeriesMarker.d.ts +6 -2
  550. package/lib/DateTimeCellInfoDescription.d.ts +6 -6
  551. package/lib/DateTimeColumnDescription.d.ts +12 -12
  552. package/lib/DomainChartDescription.d.ts +213 -192
  553. package/lib/EditorCellInfoDescription.d.ts +13 -13
  554. package/lib/EventProxy.d.ts +46 -44
  555. package/lib/FilterCellInfoDescription.d.ts +12 -12
  556. package/lib/FinancialChartDescription.d.ts +56 -56
  557. package/lib/FlatDataProvider_combined.d.ts +31 -28
  558. package/lib/GridBridge.d.ts +2 -0
  559. package/lib/GridLayout.d.ts +1 -0
  560. package/lib/GridLayoutLayoutInfo.d.ts +15 -0
  561. package/lib/GridLayoutSizeDefinition.d.ts +13 -0
  562. package/lib/GridLayoutSizeInfo.d.ts +13 -0
  563. package/lib/GridLayoutSizeType.d.ts +22 -0
  564. package/lib/GridLayoutView.d.ts +1 -0
  565. package/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.d.ts +1 -0
  566. package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
  567. package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
  568. package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
  569. package/lib/IComponentRendererAdapter_combined.d.ts +1 -0
  570. package/lib/IGridLayoutView.d.ts +1 -0
  571. package/lib/IGridLayoutView_combined.d.ts +72 -0
  572. package/lib/INativeUIElementBridge_combined.d.ts +71 -69
  573. package/lib/INativeUIGridBridge.d.ts +2 -0
  574. package/lib/IRenderer_combined.d.ts +16 -13
  575. package/lib/IScrollerKeyboardListener.d.ts +1 -0
  576. package/lib/ImageCellInfoDescription.d.ts +3 -3
  577. package/lib/ImageColumnDescription.d.ts +7 -7
  578. package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +14 -0
  579. package/lib/LineSeriesDescription.d.ts +1 -1
  580. package/lib/MarkerSeriesDescription.d.ts +14 -11
  581. package/lib/NativeUI.d.ts +37 -31
  582. package/lib/NativeUIAbsolutePanel.d.ts +3 -3
  583. package/lib/NativeUIBuiltInProperties.d.ts +94 -89
  584. package/lib/NativeUIButton.d.ts +33 -33
  585. package/lib/NativeUIButtonGroup.d.ts +22 -22
  586. package/lib/NativeUICheckbox.d.ts +11 -11
  587. package/lib/NativeUICheckboxList.d.ts +51 -51
  588. package/lib/NativeUIColorEditor.d.ts +5 -5
  589. package/lib/NativeUIColumn.d.ts +1 -1
  590. package/lib/NativeUICombo.d.ts +11 -11
  591. package/lib/NativeUIContent.d.ts +3 -3
  592. package/lib/NativeUIDropDown.d.ts +9 -9
  593. package/lib/NativeUIGrid.d.ts +31 -29
  594. package/lib/NativeUIIcon.d.ts +8 -8
  595. package/lib/NativeUIIconButton.d.ts +6 -6
  596. package/lib/NativeUIInput.d.ts +43 -43
  597. package/lib/NativeUILabel.d.ts +8 -6
  598. package/lib/NativeUIPopup.d.ts +36 -36
  599. package/lib/NativeUISlider.d.ts +23 -23
  600. package/lib/NumericCellInfoDescription.d.ts +13 -13
  601. package/lib/NumericColumnDescription.d.ts +20 -17
  602. package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
  603. package/lib/PolarAreaSeriesDescription.d.ts +1 -1
  604. package/lib/PolarBaseDescription.d.ts +27 -27
  605. package/lib/PolarLineSeriesDescription.d.ts +1 -1
  606. package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
  607. package/lib/PolarSplineSeriesDescription.d.ts +1 -1
  608. package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
  609. package/lib/RadialAreaSeriesDescription.d.ts +1 -1
  610. package/lib/RadialBaseChartDescription.d.ts +80 -80
  611. package/lib/RadialBaseDescription.d.ts +31 -25
  612. package/lib/RadialColumnSeriesDescription.d.ts +2 -2
  613. package/lib/RadialLineSeriesDescription.d.ts +1 -1
  614. package/lib/RadialPieSeriesDescription.d.ts +5 -5
  615. package/lib/RangeBarSeriesDescription.d.ts +16 -0
  616. package/lib/RangeBarSeriesDescriptionMetadata.d.ts +13 -0
  617. package/lib/RangeBarSeriesDescriptionModule.d.ts +9 -0
  618. package/lib/RangeCategorySeriesDescription.d.ts +4 -4
  619. package/lib/RangeColumnSeriesDescription.d.ts +2 -2
  620. package/lib/SVGRect.d.ts +2 -0
  621. package/lib/ScatterBaseDescription.d.ts +26 -26
  622. package/lib/ScatterLineSeriesDescription.d.ts +1 -1
  623. package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
  624. package/lib/ScrollerView_combined.d.ts +51 -41
  625. package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
  626. package/lib/SectionHeaderDescription.d.ts +8 -2
  627. package/lib/SizeDefinitionCollection.d.ts +12 -0
  628. package/lib/SplineSeriesBaseDescription.d.ts +2 -2
  629. package/lib/StackedBarSeriesDescription.d.ts +2 -2
  630. package/lib/StackedColumnSeriesDescription.d.ts +2 -2
  631. package/lib/StackedFragmentSeriesDescription.d.ts +99 -87
  632. package/lib/StackedSeriesBaseDescription.d.ts +4 -4
  633. package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
  634. package/lib/StackedSplineSeriesDescription.d.ts +1 -1
  635. package/lib/SummaryCellInfoDescription.d.ts +7 -7
  636. package/lib/TemplateCellInfoDescription.d.ts +1 -1
  637. package/lib/TemplateColumnDescription.d.ts +2 -2
  638. package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
  639. package/lib/TemplateSectionHeaderDescription.d.ts +1 -1
  640. package/lib/TextCellInfoDescription.d.ts +1 -1
  641. package/lib/TextColumnDescription.d.ts +6 -6
  642. package/lib/TextHeaderCellInfoDescription.d.ts +62 -5
  643. package/lib/TimeAxisBaseDescription.d.ts +8 -8
  644. package/lib/TimeAxisIntervalDescription.d.ts +1 -1
  645. package/lib/TimeXAxisDescription.d.ts +4 -4
  646. package/lib/ToolActionButtonDescription.d.ts +2 -2
  647. package/lib/ToolActionButtonPairDescription.d.ts +37 -37
  648. package/lib/ToolActionCheckboxDescription.d.ts +12 -9
  649. package/lib/ToolActionCheckboxGroupDescription.d.ts +28 -0
  650. package/lib/ToolActionCheckboxGroupDescriptionMetadata.d.ts +13 -0
  651. package/lib/ToolActionCheckboxGroupDescriptionModule.d.ts +9 -0
  652. package/lib/ToolActionCheckboxGroupInfo.d.ts +16 -0
  653. package/lib/ToolActionCheckboxGroupInfoDescription.d.ts +18 -0
  654. package/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.d.ts +13 -0
  655. package/lib/ToolActionCheckboxInfo.d.ts +3 -0
  656. package/lib/ToolActionCheckboxInfoDescription.d.ts +3 -0
  657. package/lib/ToolActionCheckboxListDescription.d.ts +31 -7
  658. package/lib/ToolActionColorEditorDescription.d.ts +1 -1
  659. package/lib/ToolActionComboDescription.d.ts +4 -4
  660. package/lib/ToolActionDescription.d.ts +49 -40
  661. package/lib/ToolActionFieldSelectorDescription.d.ts +7 -7
  662. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  663. package/lib/ToolActionIconButtonDescription.d.ts +11 -11
  664. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  665. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  666. package/lib/ToolActionRadioDescription.d.ts +14 -11
  667. package/lib/ToolActionRadioGroupDescription.d.ts +28 -0
  668. package/lib/ToolActionRadioGroupDescriptionMetadata.d.ts +13 -0
  669. package/lib/ToolActionRadioGroupDescriptionModule.d.ts +9 -0
  670. package/lib/ToolActionRadioGroupInfo.d.ts +16 -0
  671. package/lib/ToolActionRadioGroupInfoDescription.d.ts +18 -0
  672. package/lib/ToolActionRadioGroupInfoDescriptionMetadata.d.ts +13 -0
  673. package/lib/ToolActionRadioInfo.d.ts +3 -0
  674. package/lib/ToolActionRadioInfoDescription.d.ts +3 -0
  675. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  676. package/lib/ToolActionSubPanelDescription.d.ts +1 -1
  677. package/lib/ToolActionSubPanelInfo.d.ts +3 -0
  678. package/lib/ToolActionSubPanelInfoDescription.d.ts +3 -0
  679. package/lib/ToolActionTextInputDescription.d.ts +1 -1
  680. package/lib/ToolActionType.d.ts +3 -1
  681. package/lib/ToolPanelDescription.d.ts +68 -59
  682. package/lib/ToolbarDescription.d.ts +46 -40
  683. package/lib/TypeDescriptionPlatform.d.ts +2 -1
  684. package/lib/UIElementPropertyId.d.ts +3 -1
  685. package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
  686. package/lib/VerticalRangeCategorySeriesDescription.d.ts +28 -0
  687. package/lib/VerticalRangeCategorySeriesDescriptionMetadata.d.ts +13 -0
  688. package/lib/VerticalRangeCategorySeriesProxyDescriptionModule.d.ts +9 -0
  689. package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
  690. package/lib/WaterfallSeriesDescription.d.ts +4 -4
  691. package/lib/XYChartDescription.d.ts +80 -80
  692. package/lib/angular-renderer.d.ts +3 -1
  693. package/lib/array.d.ts +5 -0
  694. package/lib/componentUtil.d.ts +2 -0
  695. package/lib/dictionary.d.ts +5 -3
  696. package/lib/dom.d.ts +4 -0
  697. package/lib/igx-grid-layout-size-definition.d.ts +31 -0
  698. package/lib/igx-size-definition-collection.d.ts +8 -0
  699. package/lib/type.d.ts +24 -1
  700. package/package.json +1 -1
  701. package/public_api.d.ts +29 -0
@@ -14,22 +14,22 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(DataGridDescription, _super);
15
15
  function DataGridDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.i4 = null;
18
- _this.g9 = null;
19
- _this.fd = null;
17
+ _this.j0 = null;
18
+ _this.h3 = null;
20
19
  _this.by = false;
21
20
  _this.b3 = false;
22
21
  _this.b8 = false;
23
- _this.f8 = null;
24
- _this.f0 = null;
22
+ _this.ju = null;
23
+ _this.g0 = null;
24
+ _this.gd = null;
25
25
  _this.b5 = false;
26
- _this.hm = null;
27
- _this.hn = null;
28
- _this.go = null;
29
- _this.dp = 0;
30
- _this.dq = 0;
31
- _this.dr = 0;
32
- _this.ds = 0;
26
+ _this.ih = null;
27
+ _this.ii = null;
28
+ _this.hg = null;
29
+ _this.dt = 0;
30
+ _this.du = 0;
31
+ _this.dv = 0;
32
+ _this.dw = 0;
33
33
  _this.bi = null;
34
34
  _this.bk = null;
35
35
  _this.bm = null;
@@ -41,37 +41,37 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  _this.be = null;
42
42
  _this.m = null;
43
43
  _this.o = null;
44
- _this.gi = null;
45
- _this.eq = 0;
46
- _this.ex = 0;
47
- _this.dl = 0;
48
- _this.ep = 0;
49
- _this.et = 0;
50
- _this.gg = null;
44
+ _this.ha = null;
45
+ _this.ew = 0;
46
+ _this.e5 = 0;
47
+ _this.dq = 0;
48
+ _this.ev = 0;
49
+ _this.e0 = 0;
50
+ _this.g8 = null;
51
51
  _this.ay = null;
52
52
  _this.a0 = null;
53
- _this.g0 = null;
54
- _this.gm = null;
55
- _this.gn = null;
53
+ _this.hu = null;
54
+ _this.he = null;
55
+ _this.hf = null;
56
56
  _this.bt = false;
57
57
  _this.bq = false;
58
- _this.ey = 0;
58
+ _this.e6 = 0;
59
59
  _this.b4 = false;
60
- _this.fv = null;
61
- _this.f6 = null;
62
- _this.fh = null;
63
- _this.ho = null;
64
- _this.hl = null;
65
- _this.fs = null;
60
+ _this.f8 = null;
61
+ _this.gy = null;
62
+ _this.ft = null;
63
+ _this.ij = null;
64
+ _this.ig = null;
65
+ _this.f5 = null;
66
66
  _this.a6 = null;
67
- _this.f7 = null;
67
+ _this.gz = null;
68
+ _this.g3 = null;
69
+ _this.gc = null;
68
70
  _this.gb = null;
69
- _this.fz = null;
70
- _this.fy = null;
71
- _this.fw = null;
72
- _this.h7 = null;
73
- _this.e9 = null;
74
- _this.h5 = null;
71
+ _this.f9 = null;
72
+ _this.i4 = null;
73
+ _this.fj = null;
74
+ _this.i2 = null;
75
75
  _this.b9 = false;
76
76
  _this.aa = null;
77
77
  _this.ab = null;
@@ -80,111 +80,117 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
80
80
  _this.u = null;
81
81
  _this.v = null;
82
82
  _this.bv = false;
83
+ _this.cg = false;
83
84
  _this.b1 = false;
84
85
  _this.b2 = false;
85
- _this.fr = null;
86
- _this.hz = null;
87
- _this.ic = null;
88
- _this.ip = null;
89
- _this.du = 0;
90
- _this.gj = null;
91
- _this.dm = 0;
92
- _this.gk = null;
93
- _this.gl = null;
94
- _this.dn = 0;
95
- _this.gh = null;
96
- _this.ia = null;
97
- _this.hh = null;
86
+ _this.f3 = null;
87
+ _this.f4 = null;
88
+ _this.iw = null;
89
+ _this.i9 = null;
90
+ _this.jk = null;
91
+ _this.dy = 0;
92
+ _this.hb = null;
93
+ _this.dr = 0;
94
+ _this.hc = null;
98
95
  _this.hd = null;
96
+ _this.ds = 0;
97
+ _this.g9 = null;
98
+ _this.i7 = null;
99
+ _this.ib = null;
100
+ _this.h7 = null;
99
101
  _this.a8 = null;
100
- _this.ff = null;
101
- _this.ft = null;
102
- _this.g6 = null;
103
- _this.g7 = null;
104
- _this.fk = null;
105
- _this.de = 0;
106
- _this.fl = null;
107
- _this.fm = null;
108
- _this.hv = null;
102
+ _this.fr = null;
103
+ _this.f6 = null;
109
104
  _this.h0 = null;
110
- _this.hw = null;
111
- _this.dv = 0;
112
- _this.hx = null;
113
- _this.hy = null;
114
- _this.id = null;
115
- _this.dw = 0;
116
- _this.ie = null;
117
- _this.ig = null;
118
- _this.iq = null;
119
- _this.dy = 0;
105
+ _this.h1 = null;
106
+ _this.fw = null;
107
+ _this.dg = 0;
108
+ _this.fx = null;
109
+ _this.fy = null;
120
110
  _this.ir = null;
111
+ _this.ix = null;
121
112
  _this.is = null;
122
- _this.im = null;
123
- _this.ij = null;
113
+ _this.it = null;
114
+ _this.dz = 0;
115
+ _this.iu = null;
116
+ _this.iv = null;
117
+ _this.ja = null;
118
+ _this.d0 = 0;
119
+ _this.jb = null;
120
+ _this.jc = null;
121
+ _this.jl = null;
122
+ _this.d2 = 0;
123
+ _this.jm = null;
124
+ _this.jn = null;
125
+ _this.ji = null;
126
+ _this.jf = null;
127
+ _this.d1 = 0;
128
+ _this.jg = null;
129
+ _this.jh = null;
130
+ _this.jq = null;
131
+ _this.d3 = 0;
132
+ _this.jr = null;
133
+ _this.js = null;
134
+ _this.jt = null;
135
+ _this.jd = null;
136
+ _this.jo = null;
137
+ _this.je = null;
138
+ _this.jp = null;
139
+ _this.e4 = 0;
140
+ _this.e1 = 0;
141
+ _this.hz = null;
142
+ _this.ht = null;
143
+ _this.h2 = null;
144
+ _this.hv = null;
124
145
  _this.dx = 0;
146
+ _this.hw = null;
147
+ _this.hx = null;
125
148
  _this.ik = null;
149
+ _this.hy = null;
150
+ _this.io = null;
126
151
  _this.il = null;
127
- _this.iv = null;
128
- _this.dz = 0;
129
- _this.iw = null;
130
- _this.ix = null;
131
- _this.iy = null;
132
- _this.ih = null;
133
- _this.it = null;
134
- _this.ii = null;
135
- _this.iu = null;
136
- _this.ew = 0;
137
- _this.eu = 0;
138
- _this.g5 = null;
139
- _this.gz = null;
140
- _this.g8 = null;
152
+ _this.im = null;
153
+ _this.ez = 0;
154
+ _this.dk = 0;
155
+ _this.ex = 0;
156
+ _this.dh = 0;
141
157
  _this.g1 = null;
142
- _this.dt = 0;
143
- _this.g2 = null;
144
- _this.g3 = null;
145
- _this.hp = null;
146
- _this.g4 = null;
147
- _this.hs = null;
148
- _this.hq = null;
149
- _this.hr = null;
150
- _this.es = 0;
151
- _this.dg = 0;
152
- _this.er = 0;
153
- _this.df = 0;
154
- _this.f9 = null;
155
- _this.f1 = null;
158
+ _this.ge = null;
156
159
  _this.ce = false;
157
- _this.f2 = null;
158
- _this.f4 = null;
159
- _this.f3 = null;
160
- _this.fe = null;
161
- _this.da = 0;
162
- _this.db = 0;
160
+ _this.gr = null;
161
+ _this.gt = null;
162
+ _this.gs = null;
163
+ _this.fm = null;
164
+ _this.fq = null;
163
165
  _this.dc = 0;
164
166
  _this.dd = 0;
167
+ _this.de = 0;
168
+ _this.df = 0;
165
169
  _this.ca = false;
166
- _this.di = 0;
167
- _this.dh = 0;
168
- _this.dj = 0;
169
- _this.dk = 0;
170
+ _this.dm = 0;
171
+ _this.dl = 0;
172
+ _this.dn = 0;
173
+ _this.dp = 0;
170
174
  _this.bu = false;
171
175
  _this.cf = false;
176
+ _this.fl = null;
177
+ _this.fp = null;
172
178
  _this.x = null;
173
179
  _this.s = null;
174
180
  _this.r = null;
175
181
  _this.t = null;
176
- _this.hb = null;
177
- _this.ha = null;
178
- _this.hc = null;
182
+ _this.h5 = null;
183
+ _this.h4 = null;
184
+ _this.h6 = null;
179
185
  _this.ac = null;
180
186
  _this.q = null;
181
187
  _this.p = null;
182
188
  _this.ad = null;
183
- _this.io = null;
189
+ _this.jj = null;
184
190
  _this.bz = false;
185
- _this.gx = null;
191
+ _this.hr = null;
186
192
  _this.b0 = false;
187
- _this.gy = null;
193
+ _this.hs = null;
188
194
  _this.bp = false;
189
195
  _this.w = null;
190
196
  _this.l = null;
@@ -193,70 +199,91 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
193
199
  _this.cd = false;
194
200
  _this.cc = false;
195
201
  _this.cb = false;
196
- _this.gp = null;
197
- _this.gq = null;
202
+ _this.hh = null;
203
+ _this.hi = null;
198
204
  _this.bx = false;
199
205
  _this.bw = false;
200
- _this.hf = null;
201
- _this.he = null;
202
- _this.hg = null;
203
- _this.gv = null;
204
- _this.gu = null;
205
- _this.gr = null;
206
- _this.c8 = new Date();
206
+ _this.h9 = null;
207
+ _this.h8 = null;
208
+ _this.ia = null;
209
+ _this.hp = null;
210
+ _this.hm = null;
211
+ _this.hj = null;
212
+ _this.da = new Date();
207
213
  _this.br = false;
208
- _this.ev = 0;
214
+ _this.e3 = 0;
209
215
  _this.b6 = false;
210
216
  _this.b7 = false;
211
- _this.i3 = null;
212
- _this.iz = null;
213
- _this.i0 = null;
214
- _this.i1 = null;
215
- _this.i2 = null;
216
- _this.hu = null;
217
- _this.ht = null;
217
+ _this.jz = null;
218
+ _this.jv = null;
219
+ _this.jw = null;
220
+ _this.jx = null;
221
+ _this.jy = null;
222
+ _this.iq = null;
223
+ _this.ip = null;
224
+ _this.gg = null;
225
+ _this.gv = null;
226
+ _this.gh = null;
227
+ _this.di = 0;
228
+ _this.gi = null;
229
+ _this.gj = null;
230
+ _this.gq = null;
231
+ _this.gw = null;
232
+ _this.gp = null;
233
+ _this.gu = null;
234
+ _this.gk = null;
235
+ _this.go = null;
236
+ _this.gl = null;
237
+ _this.dj = 0;
238
+ _this.gm = null;
239
+ _this.gn = null;
240
+ _this.gf = null;
241
+ _this.ey = 0;
218
242
  _this.bo = false;
243
+ _this.e2 = 0;
219
244
  _this.bs = false;
220
- _this.gt = null;
221
- _this.gs = null;
222
- _this.fp = null;
223
- _this.fq = null;
245
+ _this.hl = null;
246
+ _this.hk = null;
247
+ _this.f1 = null;
248
+ _this.f2 = null;
249
+ _this.fz = null;
250
+ _this.f0 = null;
251
+ _this.fs = null;
252
+ _this.hn = null;
253
+ _this.ho = null;
254
+ _this.i6 = null;
255
+ _this.hq = null;
256
+ _this.i8 = null;
257
+ _this.ga = null;
258
+ _this.gx = null;
259
+ _this.f7 = null;
260
+ _this.g6 = null;
261
+ _this.g7 = null;
262
+ _this.ic = null;
263
+ _this.i5 = null;
224
264
  _this.fn = null;
225
- _this.fo = null;
226
- _this.fg = null;
227
- _this.h9 = null;
228
- _this.gw = null;
229
- _this.ib = null;
230
- _this.fx = null;
231
- _this.f5 = null;
265
+ _this.g2 = null;
266
+ _this.i0 = null;
267
+ _this.i1 = null;
268
+ _this.iz = null;
269
+ _this.i3 = null;
270
+ _this.fk = null;
271
+ _this.iy = null;
272
+ _this.g4 = null;
273
+ _this.fv = null;
232
274
  _this.fu = null;
233
- _this.ge = null;
234
- _this.gf = null;
235
- _this.hi = null;
236
- _this.h8 = null;
237
- _this.fb = null;
238
- _this.ga = null;
239
- _this.h3 = null;
240
- _this.h4 = null;
241
- _this.h2 = null;
242
- _this.h6 = null;
243
- _this.fa = null;
244
- _this.h1 = null;
245
- _this.gc = null;
246
- _this.fj = null;
247
- _this.fi = null;
248
- _this.hk = null;
249
- _this.hj = null;
250
- _this.gd = null;
251
- _this.fc = null;
275
+ _this.ie = null;
276
+ _this.id = null;
277
+ _this.g5 = null;
278
+ _this.fo = null;
252
279
  return _this;
253
280
  }
254
281
  Object.defineProperty(DataGridDescription.prototype, "width", {
255
282
  get: function () {
256
- return this.i4;
283
+ return this.j0;
257
284
  },
258
285
  set: function (a) {
259
- this.i4 = a;
286
+ this.j0 = a;
260
287
  this.j("Width");
261
288
  },
262
289
  enumerable: false,
@@ -264,26 +291,15 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
264
291
  });
265
292
  Object.defineProperty(DataGridDescription.prototype, "height", {
266
293
  get: function () {
267
- return this.g9;
294
+ return this.h3;
268
295
  },
269
296
  set: function (a) {
270
- this.g9 = a;
297
+ this.h3 = a;
271
298
  this.j("Height");
272
299
  },
273
300
  enumerable: false,
274
301
  configurable: true
275
302
  });
276
- Object.defineProperty(DataGridDescription.prototype, "background", {
277
- get: function () {
278
- return this.fd;
279
- },
280
- set: function (a) {
281
- this.fd = a;
282
- this.j("Background");
283
- },
284
- enumerable: false,
285
- configurable: true
286
- });
287
303
  Object.defineProperty(DataGridDescription.prototype, "isGroupByAreaVisible", {
288
304
  get: function () {
289
305
  return this.by;
@@ -327,12 +343,23 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
327
343
  enumerable: false,
328
344
  configurable: true
329
345
  });
346
+ Object.defineProperty(DataGridDescription.prototype, "theme", {
347
+ get: function () {
348
+ return this.ju;
349
+ },
350
+ set: function (a) {
351
+ this.ju = a;
352
+ this.j("Theme");
353
+ },
354
+ enumerable: false,
355
+ configurable: true
356
+ });
330
357
  Object.defineProperty(DataGridDescription.prototype, "columnResizingMode", {
331
358
  get: function () {
332
- return this.f8;
359
+ return this.g0;
333
360
  },
334
361
  set: function (a) {
335
- this.f8 = a;
362
+ this.g0 = a;
336
363
  this.j("ColumnResizingMode");
337
364
  },
338
365
  enumerable: false,
@@ -340,10 +367,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
340
367
  });
341
368
  Object.defineProperty(DataGridDescription.prototype, "columnMovingMode", {
342
369
  get: function () {
343
- return this.f0;
370
+ return this.gd;
344
371
  },
345
372
  set: function (a) {
346
- this.f0 = a;
373
+ this.gd = a;
347
374
  this.j("ColumnMovingMode");
348
375
  },
349
376
  enumerable: false,
@@ -362,10 +389,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
362
389
  });
363
390
  Object.defineProperty(DataGridDescription.prototype, "rowHoverBackground", {
364
391
  get: function () {
365
- return this.hm;
392
+ return this.ih;
366
393
  },
367
394
  set: function (a) {
368
- this.hm = a;
395
+ this.ih = a;
369
396
  this.j("RowHoverBackground");
370
397
  },
371
398
  enumerable: false,
@@ -373,10 +400,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
373
400
  });
374
401
  Object.defineProperty(DataGridDescription.prototype, "rowHoverTextColor", {
375
402
  get: function () {
376
- return this.hn;
403
+ return this.ii;
377
404
  },
378
405
  set: function (a) {
379
- this.hn = a;
406
+ this.ii = a;
380
407
  this.j("RowHoverTextColor");
381
408
  },
382
409
  enumerable: false,
@@ -384,10 +411,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
384
411
  });
385
412
  Object.defineProperty(DataGridDescription.prototype, "editRowBorder", {
386
413
  get: function () {
387
- return this.go;
414
+ return this.hg;
388
415
  },
389
416
  set: function (a) {
390
- this.go = a;
417
+ this.hg = a;
391
418
  this.j("EditRowBorder");
392
419
  },
393
420
  enumerable: false,
@@ -395,10 +422,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
395
422
  });
396
423
  Object.defineProperty(DataGridDescription.prototype, "editRowBorderWidthBottom", {
397
424
  get: function () {
398
- return this.dp;
425
+ return this.dt;
399
426
  },
400
427
  set: function (a) {
401
- this.dp = a;
428
+ this.dt = a;
402
429
  this.j("EditRowBorderWidthBottom");
403
430
  },
404
431
  enumerable: false,
@@ -406,10 +433,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
406
433
  });
407
434
  Object.defineProperty(DataGridDescription.prototype, "editRowBorderWidthLeft", {
408
435
  get: function () {
409
- return this.dq;
436
+ return this.du;
410
437
  },
411
438
  set: function (a) {
412
- this.dq = a;
439
+ this.du = a;
413
440
  this.j("EditRowBorderWidthLeft");
414
441
  },
415
442
  enumerable: false,
@@ -417,10 +444,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
417
444
  });
418
445
  Object.defineProperty(DataGridDescription.prototype, "editRowBorderWidthRight", {
419
446
  get: function () {
420
- return this.dr;
447
+ return this.dv;
421
448
  },
422
449
  set: function (a) {
423
- this.dr = a;
450
+ this.dv = a;
424
451
  this.j("EditRowBorderWidthRight");
425
452
  },
426
453
  enumerable: false,
@@ -428,10 +455,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
428
455
  });
429
456
  Object.defineProperty(DataGridDescription.prototype, "editRowBorderWidthTop", {
430
457
  get: function () {
431
- return this.ds;
458
+ return this.dw;
432
459
  },
433
460
  set: function (a) {
434
- this.ds = a;
461
+ this.dw = a;
435
462
  this.j("EditRowBorderWidthTop");
436
463
  },
437
464
  enumerable: false,
@@ -560,10 +587,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
560
587
  });
561
588
  Object.defineProperty(DataGridDescription.prototype, "density", {
562
589
  get: function () {
563
- return this.gi;
590
+ return this.ha;
564
591
  },
565
592
  set: function (a) {
566
- this.gi = a;
593
+ this.ha = a;
567
594
  this.j("Density");
568
595
  },
569
596
  enumerable: false,
@@ -571,10 +598,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
571
598
  });
572
599
  Object.defineProperty(DataGridDescription.prototype, "actualRowHeight", {
573
600
  get: function () {
574
- return this.eq;
601
+ return this.ew;
575
602
  },
576
603
  set: function (a) {
577
- this.eq = a;
604
+ this.ew = a;
578
605
  this.j("ActualRowHeight");
579
606
  },
580
607
  enumerable: false,
@@ -582,10 +609,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
582
609
  });
583
610
  Object.defineProperty(DataGridDescription.prototype, "rowHeight", {
584
611
  get: function () {
585
- return this.ex;
612
+ return this.e5;
586
613
  },
587
614
  set: function (a) {
588
- this.ex = a;
615
+ this.e5 = a;
589
616
  this.j("RowHeight");
590
617
  },
591
618
  enumerable: false,
@@ -593,10 +620,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
593
620
  });
594
621
  Object.defineProperty(DataGridDescription.prototype, "defaultColumnMinWidth", {
595
622
  get: function () {
596
- return this.dl;
623
+ return this.dq;
597
624
  },
598
625
  set: function (a) {
599
- this.dl = a;
626
+ this.dq = a;
600
627
  this.j("DefaultColumnMinWidth");
601
628
  },
602
629
  enumerable: false,
@@ -604,10 +631,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
604
631
  });
605
632
  Object.defineProperty(DataGridDescription.prototype, "actualHeaderHeight", {
606
633
  get: function () {
607
- return this.ep;
634
+ return this.ev;
608
635
  },
609
636
  set: function (a) {
610
- this.ep = a;
637
+ this.ev = a;
611
638
  this.j("ActualHeaderHeight");
612
639
  },
613
640
  enumerable: false,
@@ -615,10 +642,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
615
642
  });
616
643
  Object.defineProperty(DataGridDescription.prototype, "headerHeight", {
617
644
  get: function () {
618
- return this.et;
645
+ return this.e0;
619
646
  },
620
647
  set: function (a) {
621
- this.et = a;
648
+ this.e0 = a;
622
649
  this.j("HeaderHeight");
623
650
  },
624
651
  enumerable: false,
@@ -626,10 +653,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
626
653
  });
627
654
  Object.defineProperty(DataGridDescription.prototype, "dataSourceRef", {
628
655
  get: function () {
629
- return this.gg;
656
+ return this.g8;
630
657
  },
631
658
  set: function (a) {
632
- this.gg = a;
659
+ this.g8 = a;
633
660
  this.j("DataSourceRef");
634
661
  },
635
662
  enumerable: false,
@@ -659,10 +686,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
659
686
  });
660
687
  Object.defineProperty(DataGridDescription.prototype, "headerClickAction", {
661
688
  get: function () {
662
- return this.g0;
689
+ return this.hu;
663
690
  },
664
691
  set: function (a) {
665
- this.g0 = a;
692
+ this.hu = a;
666
693
  this.j("HeaderClickAction");
667
694
  },
668
695
  enumerable: false,
@@ -670,10 +697,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
670
697
  });
671
698
  Object.defineProperty(DataGridDescription.prototype, "editMode", {
672
699
  get: function () {
673
- return this.gm;
700
+ return this.he;
674
701
  },
675
702
  set: function (a) {
676
- this.gm = a;
703
+ this.he = a;
677
704
  this.j("EditMode");
678
705
  },
679
706
  enumerable: false,
@@ -681,10 +708,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
681
708
  });
682
709
  Object.defineProperty(DataGridDescription.prototype, "editModeClickAction", {
683
710
  get: function () {
684
- return this.gn;
711
+ return this.hf;
685
712
  },
686
713
  set: function (a) {
687
- this.gn = a;
714
+ this.hf = a;
688
715
  this.j("EditModeClickAction");
689
716
  },
690
717
  enumerable: false,
@@ -714,10 +741,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
714
741
  });
715
742
  Object.defineProperty(DataGridDescription.prototype, "rowSeparatorHeight", {
716
743
  get: function () {
717
- return this.ey;
744
+ return this.e6;
718
745
  },
719
746
  set: function (a) {
720
- this.ey = a;
747
+ this.e6 = a;
721
748
  this.j("RowSeparatorHeight");
722
749
  },
723
750
  enumerable: false,
@@ -736,10 +763,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
736
763
  });
737
764
  Object.defineProperty(DataGridDescription.prototype, "columnAddingAnimationMode", {
738
765
  get: function () {
739
- return this.fv;
766
+ return this.f8;
740
767
  },
741
768
  set: function (a) {
742
- this.fv = a;
769
+ this.f8 = a;
743
770
  this.j("ColumnAddingAnimationMode");
744
771
  },
745
772
  enumerable: false,
@@ -747,10 +774,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
747
774
  });
748
775
  Object.defineProperty(DataGridDescription.prototype, "columnPropertyUpdatingAnimationMode", {
749
776
  get: function () {
750
- return this.f6;
777
+ return this.gy;
751
778
  },
752
779
  set: function (a) {
753
- this.f6 = a;
780
+ this.gy = a;
754
781
  this.j("ColumnPropertyUpdatingAnimationMode");
755
782
  },
756
783
  enumerable: false,
@@ -758,10 +785,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
758
785
  });
759
786
  Object.defineProperty(DataGridDescription.prototype, "cellDataLoadedAnimationMode", {
760
787
  get: function () {
761
- return this.fh;
788
+ return this.ft;
762
789
  },
763
790
  set: function (a) {
764
- this.fh = a;
791
+ this.ft = a;
765
792
  this.j("CellDataLoadedAnimationMode");
766
793
  },
767
794
  enumerable: false,
@@ -769,10 +796,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
769
796
  });
770
797
  Object.defineProperty(DataGridDescription.prototype, "rowSelectionAnimationMode", {
771
798
  get: function () {
772
- return this.ho;
799
+ return this.ij;
773
800
  },
774
801
  set: function (a) {
775
- this.ho = a;
802
+ this.ij = a;
776
803
  this.j("RowSelectionAnimationMode");
777
804
  },
778
805
  enumerable: false,
@@ -780,10 +807,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
780
807
  });
781
808
  Object.defineProperty(DataGridDescription.prototype, "rowHoverAnimationMode", {
782
809
  get: function () {
783
- return this.hl;
810
+ return this.ig;
784
811
  },
785
812
  set: function (a) {
786
- this.hl = a;
813
+ this.ig = a;
787
814
  this.j("RowHoverAnimationMode");
788
815
  },
789
816
  enumerable: false,
@@ -791,10 +818,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
791
818
  });
792
819
  Object.defineProperty(DataGridDescription.prototype, "cellSelectionAnimationMode", {
793
820
  get: function () {
794
- return this.fs;
821
+ return this.f5;
795
822
  },
796
823
  set: function (a) {
797
- this.fs = a;
824
+ this.f5 = a;
798
825
  this.j("CellSelectionAnimationMode");
799
826
  },
800
827
  enumerable: false,
@@ -813,10 +840,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
813
840
  });
814
841
  Object.defineProperty(DataGridDescription.prototype, "columnResizingAnimationMode", {
815
842
  get: function () {
816
- return this.f7;
843
+ return this.gz;
817
844
  },
818
845
  set: function (a) {
819
- this.f7 = a;
846
+ this.gz = a;
820
847
  this.j("ColumnResizingAnimationMode");
821
848
  },
822
849
  enumerable: false,
@@ -824,10 +851,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
824
851
  });
825
852
  Object.defineProperty(DataGridDescription.prototype, "columnShowingAnimationMode", {
826
853
  get: function () {
827
- return this.gb;
854
+ return this.g3;
828
855
  },
829
856
  set: function (a) {
830
- this.gb = a;
857
+ this.g3 = a;
831
858
  this.j("ColumnShowingAnimationMode");
832
859
  },
833
860
  enumerable: false,
@@ -835,10 +862,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
835
862
  });
836
863
  Object.defineProperty(DataGridDescription.prototype, "columnMovingAnimationMode", {
837
864
  get: function () {
838
- return this.fz;
865
+ return this.gc;
839
866
  },
840
867
  set: function (a) {
841
- this.fz = a;
868
+ this.gc = a;
842
869
  this.j("ColumnMovingAnimationMode");
843
870
  },
844
871
  enumerable: false,
@@ -846,10 +873,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
846
873
  });
847
874
  Object.defineProperty(DataGridDescription.prototype, "columnHidingAnimationMode", {
848
875
  get: function () {
849
- return this.fy;
876
+ return this.gb;
850
877
  },
851
878
  set: function (a) {
852
- this.fy = a;
879
+ this.gb = a;
853
880
  this.j("ColumnHidingAnimationMode");
854
881
  },
855
882
  enumerable: false,
@@ -857,10 +884,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
857
884
  });
858
885
  Object.defineProperty(DataGridDescription.prototype, "columnExchangingAnimationMode", {
859
886
  get: function () {
860
- return this.fw;
887
+ return this.f9;
861
888
  },
862
889
  set: function (a) {
863
- this.fw = a;
890
+ this.f9 = a;
864
891
  this.j("ColumnExchangingAnimationMode");
865
892
  },
866
893
  enumerable: false,
@@ -868,10 +895,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
868
895
  });
869
896
  Object.defineProperty(DataGridDescription.prototype, "selectionMode", {
870
897
  get: function () {
871
- return this.h7;
898
+ return this.i4;
872
899
  },
873
900
  set: function (a) {
874
- this.h7 = a;
901
+ this.i4 = a;
875
902
  this.j("SelectionMode");
876
903
  },
877
904
  enumerable: false,
@@ -879,10 +906,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
879
906
  });
880
907
  Object.defineProperty(DataGridDescription.prototype, "activationMode", {
881
908
  get: function () {
882
- return this.e9;
909
+ return this.fj;
883
910
  },
884
911
  set: function (a) {
885
- this.e9 = a;
912
+ this.fj = a;
886
913
  this.j("ActivationMode");
887
914
  },
888
915
  enumerable: false,
@@ -890,10 +917,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
890
917
  });
891
918
  Object.defineProperty(DataGridDescription.prototype, "selectionBehavior", {
892
919
  get: function () {
893
- return this.h5;
920
+ return this.i2;
894
921
  },
895
922
  set: function (a) {
896
- this.h5 = a;
923
+ this.i2 = a;
897
924
  this.j("SelectionBehavior");
898
925
  },
899
926
  enumerable: false,
@@ -987,6 +1014,17 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
987
1014
  enumerable: false,
988
1015
  configurable: true
989
1016
  });
1017
+ Object.defineProperty(DataGridDescription.prototype, "useNewerColumnOptionsMenu", {
1018
+ get: function () {
1019
+ return this.cg;
1020
+ },
1021
+ set: function (a) {
1022
+ this.cg = a;
1023
+ this.j("UseNewerColumnOptionsMenu");
1024
+ },
1025
+ enumerable: false,
1026
+ configurable: true
1027
+ });
990
1028
  Object.defineProperty(DataGridDescription.prototype, "isGroupRowSticky", {
991
1029
  get: function () {
992
1030
  return this.b1;
@@ -1011,21 +1049,32 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1011
1049
  });
1012
1050
  Object.defineProperty(DataGridDescription.prototype, "cellSelectedBackground", {
1013
1051
  get: function () {
1014
- return this.fr;
1052
+ return this.f3;
1015
1053
  },
1016
1054
  set: function (a) {
1017
- this.fr = a;
1055
+ this.f3 = a;
1018
1056
  this.j("CellSelectedBackground");
1019
1057
  },
1020
1058
  enumerable: false,
1021
1059
  configurable: true
1022
1060
  });
1061
+ Object.defineProperty(DataGridDescription.prototype, "cellSelectedTextColor", {
1062
+ get: function () {
1063
+ return this.f4;
1064
+ },
1065
+ set: function (a) {
1066
+ this.f4 = a;
1067
+ this.j("CellSelectedTextColor");
1068
+ },
1069
+ enumerable: false,
1070
+ configurable: true
1071
+ });
1023
1072
  Object.defineProperty(DataGridDescription.prototype, "sectionHeaderSelectedBackground", {
1024
1073
  get: function () {
1025
- return this.hz;
1074
+ return this.iw;
1026
1075
  },
1027
1076
  set: function (a) {
1028
- this.hz = a;
1077
+ this.iw = a;
1029
1078
  this.j("SectionHeaderSelectedBackground");
1030
1079
  },
1031
1080
  enumerable: false,
@@ -1033,10 +1082,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1033
1082
  });
1034
1083
  Object.defineProperty(DataGridDescription.prototype, "summaryRootBackground", {
1035
1084
  get: function () {
1036
- return this.ic;
1085
+ return this.i9;
1037
1086
  },
1038
1087
  set: function (a) {
1039
- this.ic = a;
1088
+ this.i9 = a;
1040
1089
  this.j("SummaryRootBackground");
1041
1090
  },
1042
1091
  enumerable: false,
@@ -1044,10 +1093,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1044
1093
  });
1045
1094
  Object.defineProperty(DataGridDescription.prototype, "summarySectionBackground", {
1046
1095
  get: function () {
1047
- return this.ip;
1096
+ return this.jk;
1048
1097
  },
1049
1098
  set: function (a) {
1050
- this.ip = a;
1099
+ this.jk = a;
1051
1100
  this.j("SummarySectionBackground");
1052
1101
  },
1053
1102
  enumerable: false,
@@ -1055,10 +1104,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1055
1104
  });
1056
1105
  Object.defineProperty(DataGridDescription.prototype, "pinnedRowOpacity", {
1057
1106
  get: function () {
1058
- return this.du;
1107
+ return this.dy;
1059
1108
  },
1060
1109
  set: function (a) {
1061
- this.du = a;
1110
+ this.dy = a;
1062
1111
  this.j("PinnedRowOpacity");
1063
1112
  },
1064
1113
  enumerable: false,
@@ -1066,10 +1115,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1066
1115
  });
1067
1116
  Object.defineProperty(DataGridDescription.prototype, "editFontFamily", {
1068
1117
  get: function () {
1069
- return this.gj;
1118
+ return this.hb;
1070
1119
  },
1071
1120
  set: function (a) {
1072
- this.gj = a;
1121
+ this.hb = a;
1073
1122
  this.j("EditFontFamily");
1074
1123
  },
1075
1124
  enumerable: false,
@@ -1077,10 +1126,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1077
1126
  });
1078
1127
  Object.defineProperty(DataGridDescription.prototype, "editFontSize", {
1079
1128
  get: function () {
1080
- return this.dm;
1129
+ return this.dr;
1081
1130
  },
1082
1131
  set: function (a) {
1083
- this.dm = a;
1132
+ this.dr = a;
1084
1133
  this.j("EditFontSize");
1085
1134
  },
1086
1135
  enumerable: false,
@@ -1088,10 +1137,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1088
1137
  });
1089
1138
  Object.defineProperty(DataGridDescription.prototype, "editFontStyle", {
1090
1139
  get: function () {
1091
- return this.gk;
1140
+ return this.hc;
1092
1141
  },
1093
1142
  set: function (a) {
1094
- this.gk = a;
1143
+ this.hc = a;
1095
1144
  this.j("EditFontStyle");
1096
1145
  },
1097
1146
  enumerable: false,
@@ -1099,10 +1148,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1099
1148
  });
1100
1149
  Object.defineProperty(DataGridDescription.prototype, "editFontWeight", {
1101
1150
  get: function () {
1102
- return this.gl;
1151
+ return this.hd;
1103
1152
  },
1104
1153
  set: function (a) {
1105
- this.gl = a;
1154
+ this.hd = a;
1106
1155
  this.j("EditFontWeight");
1107
1156
  },
1108
1157
  enumerable: false,
@@ -1110,10 +1159,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1110
1159
  });
1111
1160
  Object.defineProperty(DataGridDescription.prototype, "editOpacity", {
1112
1161
  get: function () {
1113
- return this.dn;
1162
+ return this.ds;
1114
1163
  },
1115
1164
  set: function (a) {
1116
- this.dn = a;
1165
+ this.ds = a;
1117
1166
  this.j("EditOpacity");
1118
1167
  },
1119
1168
  enumerable: false,
@@ -1121,10 +1170,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1121
1170
  });
1122
1171
  Object.defineProperty(DataGridDescription.prototype, "deletedTextColor", {
1123
1172
  get: function () {
1124
- return this.gh;
1173
+ return this.g9;
1125
1174
  },
1126
1175
  set: function (a) {
1127
- this.gh = a;
1176
+ this.g9 = a;
1128
1177
  this.j("DeletedTextColor");
1129
1178
  },
1130
1179
  enumerable: false,
@@ -1132,10 +1181,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1132
1181
  });
1133
1182
  Object.defineProperty(DataGridDescription.prototype, "stickyRowBackground", {
1134
1183
  get: function () {
1135
- return this.ia;
1184
+ return this.i7;
1136
1185
  },
1137
1186
  set: function (a) {
1138
- this.ia = a;
1187
+ this.i7 = a;
1139
1188
  this.j("StickyRowBackground");
1140
1189
  },
1141
1190
  enumerable: false,
@@ -1143,10 +1192,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1143
1192
  });
1144
1193
  Object.defineProperty(DataGridDescription.prototype, "pinnedRowBackground", {
1145
1194
  get: function () {
1146
- return this.hh;
1195
+ return this.ib;
1147
1196
  },
1148
1197
  set: function (a) {
1149
- this.hh = a;
1198
+ this.ib = a;
1150
1199
  this.j("PinnedRowBackground");
1151
1200
  },
1152
1201
  enumerable: false,
@@ -1154,10 +1203,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1154
1203
  });
1155
1204
  Object.defineProperty(DataGridDescription.prototype, "lastStickyRowBackground", {
1156
1205
  get: function () {
1157
- return this.hd;
1206
+ return this.h7;
1158
1207
  },
1159
1208
  set: function (a) {
1160
- this.hd = a;
1209
+ this.h7 = a;
1161
1210
  this.j("LastStickyRowBackground");
1162
1211
  },
1163
1212
  enumerable: false,
@@ -1176,10 +1225,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1176
1225
  });
1177
1226
  Object.defineProperty(DataGridDescription.prototype, "cellBackground", {
1178
1227
  get: function () {
1179
- return this.ff;
1228
+ return this.fr;
1180
1229
  },
1181
1230
  set: function (a) {
1182
- this.ff = a;
1231
+ this.fr = a;
1183
1232
  this.j("CellBackground");
1184
1233
  },
1185
1234
  enumerable: false,
@@ -1187,10 +1236,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1187
1236
  });
1188
1237
  Object.defineProperty(DataGridDescription.prototype, "cellTextColor", {
1189
1238
  get: function () {
1190
- return this.ft;
1239
+ return this.f6;
1191
1240
  },
1192
1241
  set: function (a) {
1193
- this.ft = a;
1242
+ this.f6 = a;
1194
1243
  this.j("CellTextColor");
1195
1244
  },
1196
1245
  enumerable: false,
@@ -1198,10 +1247,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1198
1247
  });
1199
1248
  Object.defineProperty(DataGridDescription.prototype, "headerSortIndicatorColor", {
1200
1249
  get: function () {
1201
- return this.g6;
1250
+ return this.h0;
1202
1251
  },
1203
1252
  set: function (a) {
1204
- this.g6 = a;
1253
+ this.h0 = a;
1205
1254
  this.j("HeaderSortIndicatorColor");
1206
1255
  },
1207
1256
  enumerable: false,
@@ -1209,10 +1258,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1209
1258
  });
1210
1259
  Object.defineProperty(DataGridDescription.prototype, "headerSortIndicatorStyle", {
1211
1260
  get: function () {
1212
- return this.g7;
1261
+ return this.h1;
1213
1262
  },
1214
1263
  set: function (a) {
1215
- this.g7 = a;
1264
+ this.h1 = a;
1216
1265
  this.j("HeaderSortIndicatorStyle");
1217
1266
  },
1218
1267
  enumerable: false,
@@ -1220,10 +1269,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1220
1269
  });
1221
1270
  Object.defineProperty(DataGridDescription.prototype, "cellFontFamily", {
1222
1271
  get: function () {
1223
- return this.fk;
1272
+ return this.fw;
1224
1273
  },
1225
1274
  set: function (a) {
1226
- this.fk = a;
1275
+ this.fw = a;
1227
1276
  this.j("CellFontFamily");
1228
1277
  },
1229
1278
  enumerable: false,
@@ -1231,10 +1280,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1231
1280
  });
1232
1281
  Object.defineProperty(DataGridDescription.prototype, "cellFontSize", {
1233
1282
  get: function () {
1234
- return this.de;
1283
+ return this.dg;
1235
1284
  },
1236
1285
  set: function (a) {
1237
- this.de = a;
1286
+ this.dg = a;
1238
1287
  this.j("CellFontSize");
1239
1288
  },
1240
1289
  enumerable: false,
@@ -1242,10 +1291,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1242
1291
  });
1243
1292
  Object.defineProperty(DataGridDescription.prototype, "cellFontStyle", {
1244
1293
  get: function () {
1245
- return this.fl;
1294
+ return this.fx;
1246
1295
  },
1247
1296
  set: function (a) {
1248
- this.fl = a;
1297
+ this.fx = a;
1249
1298
  this.j("CellFontStyle");
1250
1299
  },
1251
1300
  enumerable: false,
@@ -1253,10 +1302,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1253
1302
  });
1254
1303
  Object.defineProperty(DataGridDescription.prototype, "cellFontWeight", {
1255
1304
  get: function () {
1256
- return this.fm;
1305
+ return this.fy;
1257
1306
  },
1258
1307
  set: function (a) {
1259
- this.fm = a;
1308
+ this.fy = a;
1260
1309
  this.j("CellFontWeight");
1261
1310
  },
1262
1311
  enumerable: false,
@@ -1264,10 +1313,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1264
1313
  });
1265
1314
  Object.defineProperty(DataGridDescription.prototype, "sectionHeaderBackground", {
1266
1315
  get: function () {
1267
- return this.hv;
1316
+ return this.ir;
1268
1317
  },
1269
1318
  set: function (a) {
1270
- this.hv = a;
1319
+ this.ir = a;
1271
1320
  this.j("SectionHeaderBackground");
1272
1321
  },
1273
1322
  enumerable: false,
@@ -1275,21 +1324,32 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1275
1324
  });
1276
1325
  Object.defineProperty(DataGridDescription.prototype, "sectionHeaderTextColor", {
1277
1326
  get: function () {
1278
- return this.h0;
1327
+ return this.ix;
1279
1328
  },
1280
1329
  set: function (a) {
1281
- this.h0 = a;
1330
+ this.ix = a;
1282
1331
  this.j("SectionHeaderTextColor");
1283
1332
  },
1284
1333
  enumerable: false,
1285
1334
  configurable: true
1286
1335
  });
1336
+ Object.defineProperty(DataGridDescription.prototype, "sectionHeaderExpansionIndicatorIconColor", {
1337
+ get: function () {
1338
+ return this.is;
1339
+ },
1340
+ set: function (a) {
1341
+ this.is = a;
1342
+ this.j("SectionHeaderExpansionIndicatorIconColor");
1343
+ },
1344
+ enumerable: false,
1345
+ configurable: true
1346
+ });
1287
1347
  Object.defineProperty(DataGridDescription.prototype, "sectionHeaderFontFamily", {
1288
1348
  get: function () {
1289
- return this.hw;
1349
+ return this.it;
1290
1350
  },
1291
1351
  set: function (a) {
1292
- this.hw = a;
1352
+ this.it = a;
1293
1353
  this.j("SectionHeaderFontFamily");
1294
1354
  },
1295
1355
  enumerable: false,
@@ -1297,10 +1357,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1297
1357
  });
1298
1358
  Object.defineProperty(DataGridDescription.prototype, "sectionHeaderFontSize", {
1299
1359
  get: function () {
1300
- return this.dv;
1360
+ return this.dz;
1301
1361
  },
1302
1362
  set: function (a) {
1303
- this.dv = a;
1363
+ this.dz = a;
1304
1364
  this.j("SectionHeaderFontSize");
1305
1365
  },
1306
1366
  enumerable: false,
@@ -1308,10 +1368,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1308
1368
  });
1309
1369
  Object.defineProperty(DataGridDescription.prototype, "sectionHeaderFontStyle", {
1310
1370
  get: function () {
1311
- return this.hx;
1371
+ return this.iu;
1312
1372
  },
1313
1373
  set: function (a) {
1314
- this.hx = a;
1374
+ this.iu = a;
1315
1375
  this.j("SectionHeaderFontStyle");
1316
1376
  },
1317
1377
  enumerable: false,
@@ -1319,10 +1379,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1319
1379
  });
1320
1380
  Object.defineProperty(DataGridDescription.prototype, "sectionHeaderFontWeight", {
1321
1381
  get: function () {
1322
- return this.hy;
1382
+ return this.iv;
1323
1383
  },
1324
1384
  set: function (a) {
1325
- this.hy = a;
1385
+ this.iv = a;
1326
1386
  this.j("SectionHeaderFontWeight");
1327
1387
  },
1328
1388
  enumerable: false,
@@ -1330,10 +1390,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1330
1390
  });
1331
1391
  Object.defineProperty(DataGridDescription.prototype, "summaryRootLabelFontFamily", {
1332
1392
  get: function () {
1333
- return this.id;
1393
+ return this.ja;
1334
1394
  },
1335
1395
  set: function (a) {
1336
- this.id = a;
1396
+ this.ja = a;
1337
1397
  this.j("SummaryRootLabelFontFamily");
1338
1398
  },
1339
1399
  enumerable: false,
@@ -1341,10 +1401,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1341
1401
  });
1342
1402
  Object.defineProperty(DataGridDescription.prototype, "summaryRootLabelFontSize", {
1343
1403
  get: function () {
1344
- return this.dw;
1404
+ return this.d0;
1345
1405
  },
1346
1406
  set: function (a) {
1347
- this.dw = a;
1407
+ this.d0 = a;
1348
1408
  this.j("SummaryRootLabelFontSize");
1349
1409
  },
1350
1410
  enumerable: false,
@@ -1352,10 +1412,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1352
1412
  });
1353
1413
  Object.defineProperty(DataGridDescription.prototype, "summaryRootLabelFontStyle", {
1354
1414
  get: function () {
1355
- return this.ie;
1415
+ return this.jb;
1356
1416
  },
1357
1417
  set: function (a) {
1358
- this.ie = a;
1418
+ this.jb = a;
1359
1419
  this.j("SummaryRootLabelFontStyle");
1360
1420
  },
1361
1421
  enumerable: false,
@@ -1363,10 +1423,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1363
1423
  });
1364
1424
  Object.defineProperty(DataGridDescription.prototype, "summaryRootLabelFontWeight", {
1365
1425
  get: function () {
1366
- return this.ig;
1426
+ return this.jc;
1367
1427
  },
1368
1428
  set: function (a) {
1369
- this.ig = a;
1429
+ this.jc = a;
1370
1430
  this.j("SummaryRootLabelFontWeight");
1371
1431
  },
1372
1432
  enumerable: false,
@@ -1374,10 +1434,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1374
1434
  });
1375
1435
  Object.defineProperty(DataGridDescription.prototype, "summarySectionLabelFontFamily", {
1376
1436
  get: function () {
1377
- return this.iq;
1437
+ return this.jl;
1378
1438
  },
1379
1439
  set: function (a) {
1380
- this.iq = a;
1440
+ this.jl = a;
1381
1441
  this.j("SummarySectionLabelFontFamily");
1382
1442
  },
1383
1443
  enumerable: false,
@@ -1385,10 +1445,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1385
1445
  });
1386
1446
  Object.defineProperty(DataGridDescription.prototype, "summarySectionLabelFontSize", {
1387
1447
  get: function () {
1388
- return this.dy;
1448
+ return this.d2;
1389
1449
  },
1390
1450
  set: function (a) {
1391
- this.dy = a;
1451
+ this.d2 = a;
1392
1452
  this.j("SummarySectionLabelFontSize");
1393
1453
  },
1394
1454
  enumerable: false,
@@ -1396,10 +1456,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1396
1456
  });
1397
1457
  Object.defineProperty(DataGridDescription.prototype, "summarySectionLabelFontStyle", {
1398
1458
  get: function () {
1399
- return this.ir;
1459
+ return this.jm;
1400
1460
  },
1401
1461
  set: function (a) {
1402
- this.ir = a;
1462
+ this.jm = a;
1403
1463
  this.j("SummarySectionLabelFontStyle");
1404
1464
  },
1405
1465
  enumerable: false,
@@ -1407,10 +1467,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1407
1467
  });
1408
1468
  Object.defineProperty(DataGridDescription.prototype, "summarySectionLabelFontWeight", {
1409
1469
  get: function () {
1410
- return this.is;
1470
+ return this.jn;
1411
1471
  },
1412
1472
  set: function (a) {
1413
- this.is = a;
1473
+ this.jn = a;
1414
1474
  this.j("SummarySectionLabelFontWeight");
1415
1475
  },
1416
1476
  enumerable: false,
@@ -1418,10 +1478,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1418
1478
  });
1419
1479
  Object.defineProperty(DataGridDescription.prototype, "summaryRootValueTextColor", {
1420
1480
  get: function () {
1421
- return this.im;
1481
+ return this.ji;
1422
1482
  },
1423
1483
  set: function (a) {
1424
- this.im = a;
1484
+ this.ji = a;
1425
1485
  this.j("SummaryRootValueTextColor");
1426
1486
  },
1427
1487
  enumerable: false,
@@ -1429,10 +1489,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1429
1489
  });
1430
1490
  Object.defineProperty(DataGridDescription.prototype, "summaryRootValueFontFamily", {
1431
1491
  get: function () {
1432
- return this.ij;
1492
+ return this.jf;
1433
1493
  },
1434
1494
  set: function (a) {
1435
- this.ij = a;
1495
+ this.jf = a;
1436
1496
  this.j("SummaryRootValueFontFamily");
1437
1497
  },
1438
1498
  enumerable: false,
@@ -1440,10 +1500,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1440
1500
  });
1441
1501
  Object.defineProperty(DataGridDescription.prototype, "summaryRootValueFontSize", {
1442
1502
  get: function () {
1443
- return this.dx;
1503
+ return this.d1;
1444
1504
  },
1445
1505
  set: function (a) {
1446
- this.dx = a;
1506
+ this.d1 = a;
1447
1507
  this.j("SummaryRootValueFontSize");
1448
1508
  },
1449
1509
  enumerable: false,
@@ -1451,10 +1511,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1451
1511
  });
1452
1512
  Object.defineProperty(DataGridDescription.prototype, "summaryRootValueFontStyle", {
1453
1513
  get: function () {
1454
- return this.ik;
1514
+ return this.jg;
1455
1515
  },
1456
1516
  set: function (a) {
1457
- this.ik = a;
1517
+ this.jg = a;
1458
1518
  this.j("SummaryRootValueFontStyle");
1459
1519
  },
1460
1520
  enumerable: false,
@@ -1462,10 +1522,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1462
1522
  });
1463
1523
  Object.defineProperty(DataGridDescription.prototype, "summaryRootValueFontWeight", {
1464
1524
  get: function () {
1465
- return this.il;
1525
+ return this.jh;
1466
1526
  },
1467
1527
  set: function (a) {
1468
- this.il = a;
1528
+ this.jh = a;
1469
1529
  this.j("SummaryRootValueFontWeight");
1470
1530
  },
1471
1531
  enumerable: false,
@@ -1473,10 +1533,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1473
1533
  });
1474
1534
  Object.defineProperty(DataGridDescription.prototype, "summarySectionValueFontFamily", {
1475
1535
  get: function () {
1476
- return this.iv;
1536
+ return this.jq;
1477
1537
  },
1478
1538
  set: function (a) {
1479
- this.iv = a;
1539
+ this.jq = a;
1480
1540
  this.j("SummarySectionValueFontFamily");
1481
1541
  },
1482
1542
  enumerable: false,
@@ -1484,10 +1544,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1484
1544
  });
1485
1545
  Object.defineProperty(DataGridDescription.prototype, "summarySectionValueFontSize", {
1486
1546
  get: function () {
1487
- return this.dz;
1547
+ return this.d3;
1488
1548
  },
1489
1549
  set: function (a) {
1490
- this.dz = a;
1550
+ this.d3 = a;
1491
1551
  this.j("SummarySectionValueFontSize");
1492
1552
  },
1493
1553
  enumerable: false,
@@ -1495,10 +1555,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1495
1555
  });
1496
1556
  Object.defineProperty(DataGridDescription.prototype, "summarySectionValueFontStyle", {
1497
1557
  get: function () {
1498
- return this.iw;
1558
+ return this.jr;
1499
1559
  },
1500
1560
  set: function (a) {
1501
- this.iw = a;
1561
+ this.jr = a;
1502
1562
  this.j("SummarySectionValueFontStyle");
1503
1563
  },
1504
1564
  enumerable: false,
@@ -1506,10 +1566,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1506
1566
  });
1507
1567
  Object.defineProperty(DataGridDescription.prototype, "summarySectionValueFontWeight", {
1508
1568
  get: function () {
1509
- return this.ix;
1569
+ return this.js;
1510
1570
  },
1511
1571
  set: function (a) {
1512
- this.ix = a;
1572
+ this.js = a;
1513
1573
  this.j("SummarySectionValueFontWeight");
1514
1574
  },
1515
1575
  enumerable: false,
@@ -1517,10 +1577,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1517
1577
  });
1518
1578
  Object.defineProperty(DataGridDescription.prototype, "summarySectionValueTextColor", {
1519
1579
  get: function () {
1520
- return this.iy;
1580
+ return this.jt;
1521
1581
  },
1522
1582
  set: function (a) {
1523
- this.iy = a;
1583
+ this.jt = a;
1524
1584
  this.j("SummarySectionValueTextColor");
1525
1585
  },
1526
1586
  enumerable: false,
@@ -1528,10 +1588,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1528
1588
  });
1529
1589
  Object.defineProperty(DataGridDescription.prototype, "summaryRootLabelTextColor", {
1530
1590
  get: function () {
1531
- return this.ih;
1591
+ return this.jd;
1532
1592
  },
1533
1593
  set: function (a) {
1534
- this.ih = a;
1594
+ this.jd = a;
1535
1595
  this.j("SummaryRootLabelTextColor");
1536
1596
  },
1537
1597
  enumerable: false,
@@ -1539,10 +1599,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1539
1599
  });
1540
1600
  Object.defineProperty(DataGridDescription.prototype, "summarySectionLabelTextColor", {
1541
1601
  get: function () {
1542
- return this.it;
1602
+ return this.jo;
1543
1603
  },
1544
1604
  set: function (a) {
1545
- this.it = a;
1605
+ this.jo = a;
1546
1606
  this.j("SummarySectionLabelTextColor");
1547
1607
  },
1548
1608
  enumerable: false,
@@ -1550,10 +1610,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1550
1610
  });
1551
1611
  Object.defineProperty(DataGridDescription.prototype, "summaryRootSelectedBackground", {
1552
1612
  get: function () {
1553
- return this.ii;
1613
+ return this.je;
1554
1614
  },
1555
1615
  set: function (a) {
1556
- this.ii = a;
1616
+ this.je = a;
1557
1617
  this.j("SummaryRootSelectedBackground");
1558
1618
  },
1559
1619
  enumerable: false,
@@ -1561,10 +1621,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1561
1621
  });
1562
1622
  Object.defineProperty(DataGridDescription.prototype, "summarySectionSelectedBackground", {
1563
1623
  get: function () {
1564
- return this.iu;
1624
+ return this.jp;
1565
1625
  },
1566
1626
  set: function (a) {
1567
- this.iu = a;
1627
+ this.jp = a;
1568
1628
  this.j("SummarySectionSelectedBackground");
1569
1629
  },
1570
1630
  enumerable: false,
@@ -1572,10 +1632,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1572
1632
  });
1573
1633
  Object.defineProperty(DataGridDescription.prototype, "pinnedAreaSeparatorWidth", {
1574
1634
  get: function () {
1575
- return this.ew;
1635
+ return this.e4;
1576
1636
  },
1577
1637
  set: function (a) {
1578
- this.ew = a;
1638
+ this.e4 = a;
1579
1639
  this.j("PinnedAreaSeparatorWidth");
1580
1640
  },
1581
1641
  enumerable: false,
@@ -1583,10 +1643,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1583
1643
  });
1584
1644
  Object.defineProperty(DataGridDescription.prototype, "headerSeparatorWidth", {
1585
1645
  get: function () {
1586
- return this.eu;
1646
+ return this.e1;
1587
1647
  },
1588
1648
  set: function (a) {
1589
- this.eu = a;
1649
+ this.e1 = a;
1590
1650
  this.j("HeaderSeparatorWidth");
1591
1651
  },
1592
1652
  enumerable: false,
@@ -1594,10 +1654,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1594
1654
  });
1595
1655
  Object.defineProperty(DataGridDescription.prototype, "headerSeparatorBackground", {
1596
1656
  get: function () {
1597
- return this.g5;
1657
+ return this.hz;
1598
1658
  },
1599
1659
  set: function (a) {
1600
- this.g5 = a;
1660
+ this.hz = a;
1601
1661
  this.j("HeaderSeparatorBackground");
1602
1662
  },
1603
1663
  enumerable: false,
@@ -1605,10 +1665,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1605
1665
  });
1606
1666
  Object.defineProperty(DataGridDescription.prototype, "headerBackground", {
1607
1667
  get: function () {
1608
- return this.gz;
1668
+ return this.ht;
1609
1669
  },
1610
1670
  set: function (a) {
1611
- this.gz = a;
1671
+ this.ht = a;
1612
1672
  this.j("HeaderBackground");
1613
1673
  },
1614
1674
  enumerable: false,
@@ -1616,10 +1676,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1616
1676
  });
1617
1677
  Object.defineProperty(DataGridDescription.prototype, "headerTextColor", {
1618
1678
  get: function () {
1619
- return this.g8;
1679
+ return this.h2;
1620
1680
  },
1621
1681
  set: function (a) {
1622
- this.g8 = a;
1682
+ this.h2 = a;
1623
1683
  this.j("HeaderTextColor");
1624
1684
  },
1625
1685
  enumerable: false,
@@ -1627,10 +1687,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1627
1687
  });
1628
1688
  Object.defineProperty(DataGridDescription.prototype, "headerFontFamily", {
1629
1689
  get: function () {
1630
- return this.g1;
1690
+ return this.hv;
1631
1691
  },
1632
1692
  set: function (a) {
1633
- this.g1 = a;
1693
+ this.hv = a;
1634
1694
  this.j("HeaderFontFamily");
1635
1695
  },
1636
1696
  enumerable: false,
@@ -1638,10 +1698,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1638
1698
  });
1639
1699
  Object.defineProperty(DataGridDescription.prototype, "headerFontSize", {
1640
1700
  get: function () {
1641
- return this.dt;
1701
+ return this.dx;
1642
1702
  },
1643
1703
  set: function (a) {
1644
- this.dt = a;
1704
+ this.dx = a;
1645
1705
  this.j("HeaderFontSize");
1646
1706
  },
1647
1707
  enumerable: false,
@@ -1649,10 +1709,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1649
1709
  });
1650
1710
  Object.defineProperty(DataGridDescription.prototype, "headerFontStyle", {
1651
1711
  get: function () {
1652
- return this.g2;
1712
+ return this.hw;
1653
1713
  },
1654
1714
  set: function (a) {
1655
- this.g2 = a;
1715
+ this.hw = a;
1656
1716
  this.j("HeaderFontStyle");
1657
1717
  },
1658
1718
  enumerable: false,
@@ -1660,10 +1720,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1660
1720
  });
1661
1721
  Object.defineProperty(DataGridDescription.prototype, "headerFontWeight", {
1662
1722
  get: function () {
1663
- return this.g3;
1723
+ return this.hx;
1664
1724
  },
1665
1725
  set: function (a) {
1666
- this.g3 = a;
1726
+ this.hx = a;
1667
1727
  this.j("HeaderFontWeight");
1668
1728
  },
1669
1729
  enumerable: false,
@@ -1671,10 +1731,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1671
1731
  });
1672
1732
  Object.defineProperty(DataGridDescription.prototype, "rowSeparatorBackground", {
1673
1733
  get: function () {
1674
- return this.hp;
1734
+ return this.ik;
1675
1735
  },
1676
1736
  set: function (a) {
1677
- this.hp = a;
1737
+ this.ik = a;
1678
1738
  this.j("RowSeparatorBackground");
1679
1739
  },
1680
1740
  enumerable: false,
@@ -1682,10 +1742,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1682
1742
  });
1683
1743
  Object.defineProperty(DataGridDescription.prototype, "headerRowSeparatorBackground", {
1684
1744
  get: function () {
1685
- return this.g4;
1745
+ return this.hy;
1686
1746
  },
1687
1747
  set: function (a) {
1688
- this.g4 = a;
1748
+ this.hy = a;
1689
1749
  this.j("HeaderRowSeparatorBackground");
1690
1750
  },
1691
1751
  enumerable: false,
@@ -1693,10 +1753,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1693
1753
  });
1694
1754
  Object.defineProperty(DataGridDescription.prototype, "rowSeparatorStickyRowBackground", {
1695
1755
  get: function () {
1696
- return this.hs;
1756
+ return this.io;
1697
1757
  },
1698
1758
  set: function (a) {
1699
- this.hs = a;
1759
+ this.io = a;
1700
1760
  this.j("RowSeparatorStickyRowBackground");
1701
1761
  },
1702
1762
  enumerable: false,
@@ -1704,10 +1764,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1704
1764
  });
1705
1765
  Object.defineProperty(DataGridDescription.prototype, "rowSeparatorLastStickyRowBackground", {
1706
1766
  get: function () {
1707
- return this.hq;
1767
+ return this.il;
1708
1768
  },
1709
1769
  set: function (a) {
1710
- this.hq = a;
1770
+ this.il = a;
1711
1771
  this.j("RowSeparatorLastStickyRowBackground");
1712
1772
  },
1713
1773
  enumerable: false,
@@ -1715,10 +1775,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1715
1775
  });
1716
1776
  Object.defineProperty(DataGridDescription.prototype, "rowSeparatorPinnedRowBackground", {
1717
1777
  get: function () {
1718
- return this.hr;
1778
+ return this.im;
1719
1779
  },
1720
1780
  set: function (a) {
1721
- this.hr = a;
1781
+ this.im = a;
1722
1782
  this.j("RowSeparatorPinnedRowBackground");
1723
1783
  },
1724
1784
  enumerable: false,
@@ -1726,10 +1786,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1726
1786
  });
1727
1787
  Object.defineProperty(DataGridDescription.prototype, "columnResizingSeparatorWidth", {
1728
1788
  get: function () {
1729
- return this.es;
1789
+ return this.ez;
1730
1790
  },
1731
1791
  set: function (a) {
1732
- this.es = a;
1792
+ this.ez = a;
1733
1793
  this.j("ColumnResizingSeparatorWidth");
1734
1794
  },
1735
1795
  enumerable: false,
@@ -1737,10 +1797,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1737
1797
  });
1738
1798
  Object.defineProperty(DataGridDescription.prototype, "columnResizingSeparatorOpacity", {
1739
1799
  get: function () {
1740
- return this.dg;
1800
+ return this.dk;
1741
1801
  },
1742
1802
  set: function (a) {
1743
- this.dg = a;
1803
+ this.dk = a;
1744
1804
  this.j("ColumnResizingSeparatorOpacity");
1745
1805
  },
1746
1806
  enumerable: false,
@@ -1748,10 +1808,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1748
1808
  });
1749
1809
  Object.defineProperty(DataGridDescription.prototype, "columnMovingSeparatorWidth", {
1750
1810
  get: function () {
1751
- return this.er;
1811
+ return this.ex;
1752
1812
  },
1753
1813
  set: function (a) {
1754
- this.er = a;
1814
+ this.ex = a;
1755
1815
  this.j("ColumnMovingSeparatorWidth");
1756
1816
  },
1757
1817
  enumerable: false,
@@ -1759,10 +1819,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1759
1819
  });
1760
1820
  Object.defineProperty(DataGridDescription.prototype, "columnMovingSeparatorOpacity", {
1761
1821
  get: function () {
1762
- return this.df;
1822
+ return this.dh;
1763
1823
  },
1764
1824
  set: function (a) {
1765
- this.df = a;
1825
+ this.dh = a;
1766
1826
  this.j("ColumnMovingSeparatorOpacity");
1767
1827
  },
1768
1828
  enumerable: false,
@@ -1770,10 +1830,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1770
1830
  });
1771
1831
  Object.defineProperty(DataGridDescription.prototype, "columnResizingSeparatorBackground", {
1772
1832
  get: function () {
1773
- return this.f9;
1833
+ return this.g1;
1774
1834
  },
1775
1835
  set: function (a) {
1776
- this.f9 = a;
1836
+ this.g1 = a;
1777
1837
  this.j("ColumnResizingSeparatorBackground");
1778
1838
  },
1779
1839
  enumerable: false,
@@ -1781,10 +1841,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1781
1841
  });
1782
1842
  Object.defineProperty(DataGridDescription.prototype, "columnMovingSeparatorBackground", {
1783
1843
  get: function () {
1784
- return this.f1;
1844
+ return this.ge;
1785
1845
  },
1786
1846
  set: function (a) {
1787
- this.f1 = a;
1847
+ this.ge = a;
1788
1848
  this.j("ColumnMovingSeparatorBackground");
1789
1849
  },
1790
1850
  enumerable: false,
@@ -1803,10 +1863,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1803
1863
  });
1804
1864
  Object.defineProperty(DataGridDescription.prototype, "columnOptionsIconAlignment", {
1805
1865
  get: function () {
1806
- return this.f2;
1866
+ return this.gr;
1807
1867
  },
1808
1868
  set: function (a) {
1809
- this.f2 = a;
1869
+ this.gr = a;
1810
1870
  this.j("ColumnOptionsIconAlignment");
1811
1871
  },
1812
1872
  enumerable: false,
@@ -1814,10 +1874,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1814
1874
  });
1815
1875
  Object.defineProperty(DataGridDescription.prototype, "columnOptionsIconColor", {
1816
1876
  get: function () {
1817
- return this.f4;
1877
+ return this.gt;
1818
1878
  },
1819
1879
  set: function (a) {
1820
- this.f4 = a;
1880
+ this.gt = a;
1821
1881
  this.j("ColumnOptionsIconColor");
1822
1882
  },
1823
1883
  enumerable: false,
@@ -1825,21 +1885,32 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1825
1885
  });
1826
1886
  Object.defineProperty(DataGridDescription.prototype, "columnOptionsIconBehavior", {
1827
1887
  get: function () {
1828
- return this.f3;
1888
+ return this.gs;
1829
1889
  },
1830
1890
  set: function (a) {
1831
- this.f3 = a;
1891
+ this.gs = a;
1832
1892
  this.j("ColumnOptionsIconBehavior");
1833
1893
  },
1834
1894
  enumerable: false,
1835
1895
  configurable: true
1836
1896
  });
1897
+ Object.defineProperty(DataGridDescription.prototype, "actualBorder", {
1898
+ get: function () {
1899
+ return this.fm;
1900
+ },
1901
+ set: function (a) {
1902
+ this.fm = a;
1903
+ this.j("ActualBorder");
1904
+ },
1905
+ enumerable: false,
1906
+ configurable: true
1907
+ });
1837
1908
  Object.defineProperty(DataGridDescription.prototype, "border", {
1838
1909
  get: function () {
1839
- return this.fe;
1910
+ return this.fq;
1840
1911
  },
1841
1912
  set: function (a) {
1842
- this.fe = a;
1913
+ this.fq = a;
1843
1914
  this.j("Border");
1844
1915
  },
1845
1916
  enumerable: false,
@@ -1847,10 +1918,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1847
1918
  });
1848
1919
  Object.defineProperty(DataGridDescription.prototype, "borderWidthBottom", {
1849
1920
  get: function () {
1850
- return this.da;
1921
+ return this.dc;
1851
1922
  },
1852
1923
  set: function (a) {
1853
- this.da = a;
1924
+ this.dc = a;
1854
1925
  this.j("BorderWidthBottom");
1855
1926
  },
1856
1927
  enumerable: false,
@@ -1858,10 +1929,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1858
1929
  });
1859
1930
  Object.defineProperty(DataGridDescription.prototype, "borderWidthLeft", {
1860
1931
  get: function () {
1861
- return this.db;
1932
+ return this.dd;
1862
1933
  },
1863
1934
  set: function (a) {
1864
- this.db = a;
1935
+ this.dd = a;
1865
1936
  this.j("BorderWidthLeft");
1866
1937
  },
1867
1938
  enumerable: false,
@@ -1869,10 +1940,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1869
1940
  });
1870
1941
  Object.defineProperty(DataGridDescription.prototype, "borderWidthRight", {
1871
1942
  get: function () {
1872
- return this.dc;
1943
+ return this.de;
1873
1944
  },
1874
1945
  set: function (a) {
1875
- this.dc = a;
1946
+ this.de = a;
1876
1947
  this.j("BorderWidthRight");
1877
1948
  },
1878
1949
  enumerable: false,
@@ -1880,10 +1951,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1880
1951
  });
1881
1952
  Object.defineProperty(DataGridDescription.prototype, "borderWidthTop", {
1882
1953
  get: function () {
1883
- return this.dd;
1954
+ return this.df;
1884
1955
  },
1885
1956
  set: function (a) {
1886
- this.dd = a;
1957
+ this.df = a;
1887
1958
  this.j("BorderWidthTop");
1888
1959
  },
1889
1960
  enumerable: false,
@@ -1902,10 +1973,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1902
1973
  });
1903
1974
  Object.defineProperty(DataGridDescription.prototype, "cornerRadiusBottomRight", {
1904
1975
  get: function () {
1905
- return this.di;
1976
+ return this.dm;
1906
1977
  },
1907
1978
  set: function (a) {
1908
- this.di = a;
1979
+ this.dm = a;
1909
1980
  this.j("CornerRadiusBottomRight");
1910
1981
  },
1911
1982
  enumerable: false,
@@ -1913,10 +1984,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1913
1984
  });
1914
1985
  Object.defineProperty(DataGridDescription.prototype, "cornerRadiusBottomLeft", {
1915
1986
  get: function () {
1916
- return this.dh;
1987
+ return this.dl;
1917
1988
  },
1918
1989
  set: function (a) {
1919
- this.dh = a;
1990
+ this.dl = a;
1920
1991
  this.j("CornerRadiusBottomLeft");
1921
1992
  },
1922
1993
  enumerable: false,
@@ -1924,10 +1995,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1924
1995
  });
1925
1996
  Object.defineProperty(DataGridDescription.prototype, "cornerRadiusTopLeft", {
1926
1997
  get: function () {
1927
- return this.dj;
1998
+ return this.dn;
1928
1999
  },
1929
2000
  set: function (a) {
1930
- this.dj = a;
2001
+ this.dn = a;
1931
2002
  this.j("CornerRadiusTopLeft");
1932
2003
  },
1933
2004
  enumerable: false,
@@ -1935,10 +2006,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1935
2006
  });
1936
2007
  Object.defineProperty(DataGridDescription.prototype, "cornerRadiusTopRight", {
1937
2008
  get: function () {
1938
- return this.dk;
2009
+ return this.dp;
1939
2010
  },
1940
2011
  set: function (a) {
1941
- this.dk = a;
2012
+ this.dp = a;
1942
2013
  this.j("CornerRadiusTopRight");
1943
2014
  },
1944
2015
  enumerable: false,
@@ -1966,6 +2037,28 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1966
2037
  enumerable: false,
1967
2038
  configurable: true
1968
2039
  });
2040
+ Object.defineProperty(DataGridDescription.prototype, "actualBackground", {
2041
+ get: function () {
2042
+ return this.fl;
2043
+ },
2044
+ set: function (a) {
2045
+ this.fl = a;
2046
+ this.j("ActualBackground");
2047
+ },
2048
+ enumerable: false,
2049
+ configurable: true
2050
+ });
2051
+ Object.defineProperty(DataGridDescription.prototype, "background", {
2052
+ get: function () {
2053
+ return this.fp;
2054
+ },
2055
+ set: function (a) {
2056
+ this.fp = a;
2057
+ this.j("Background");
2058
+ },
2059
+ enumerable: false,
2060
+ configurable: true
2061
+ });
1969
2062
  Object.defineProperty(DataGridDescription.prototype, "responsiveStates", {
1970
2063
  get: function () {
1971
2064
  return this.x;
@@ -2012,10 +2105,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2012
2105
  });
2013
2106
  Object.defineProperty(DataGridDescription.prototype, "initialSorts", {
2014
2107
  get: function () {
2015
- return this.hb;
2108
+ return this.h5;
2016
2109
  },
2017
2110
  set: function (a) {
2018
- this.hb = a;
2111
+ this.h5 = a;
2019
2112
  this.j("InitialSorts");
2020
2113
  },
2021
2114
  enumerable: false,
@@ -2023,10 +2116,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2023
2116
  });
2024
2117
  Object.defineProperty(DataGridDescription.prototype, "initialGroups", {
2025
2118
  get: function () {
2026
- return this.ha;
2119
+ return this.h4;
2027
2120
  },
2028
2121
  set: function (a) {
2029
- this.ha = a;
2122
+ this.h4 = a;
2030
2123
  this.j("InitialGroups");
2031
2124
  },
2032
2125
  enumerable: false,
@@ -2034,10 +2127,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2034
2127
  });
2035
2128
  Object.defineProperty(DataGridDescription.prototype, "initialSummaries", {
2036
2129
  get: function () {
2037
- return this.hc;
2130
+ return this.h6;
2038
2131
  },
2039
2132
  set: function (a) {
2040
- this.hc = a;
2133
+ this.h6 = a;
2041
2134
  this.j("InitialSummaries");
2042
2135
  },
2043
2136
  enumerable: false,
@@ -2089,10 +2182,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2089
2182
  });
2090
2183
  Object.defineProperty(DataGridDescription.prototype, "summaryScope", {
2091
2184
  get: function () {
2092
- return this.io;
2185
+ return this.jj;
2093
2186
  },
2094
2187
  set: function (a) {
2095
- this.io = a;
2188
+ this.jj = a;
2096
2189
  this.j("SummaryScope");
2097
2190
  },
2098
2191
  enumerable: false,
@@ -2111,10 +2204,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2111
2204
  });
2112
2205
  Object.defineProperty(DataGridDescription.prototype, "groupHeaderDisplayMode", {
2113
2206
  get: function () {
2114
- return this.gx;
2207
+ return this.hr;
2115
2208
  },
2116
2209
  set: function (a) {
2117
- this.gx = a;
2210
+ this.hr = a;
2118
2211
  this.j("GroupHeaderDisplayMode");
2119
2212
  },
2120
2213
  enumerable: false,
@@ -2133,10 +2226,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2133
2226
  });
2134
2227
  Object.defineProperty(DataGridDescription.prototype, "groupSummaryDisplayMode", {
2135
2228
  get: function () {
2136
- return this.gy;
2229
+ return this.hs;
2137
2230
  },
2138
2231
  set: function (a) {
2139
- this.gy = a;
2232
+ this.hs = a;
2140
2233
  this.j("GroupSummaryDisplayMode");
2141
2234
  },
2142
2235
  enumerable: false,
@@ -2232,10 +2325,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2232
2325
  });
2233
2326
  Object.defineProperty(DataGridDescription.prototype, "enterBehavior", {
2234
2327
  get: function () {
2235
- return this.gp;
2328
+ return this.hh;
2236
2329
  },
2237
2330
  set: function (a) {
2238
- this.gp = a;
2331
+ this.hh = a;
2239
2332
  this.j("EnterBehavior");
2240
2333
  },
2241
2334
  enumerable: false,
@@ -2243,242 +2336,451 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2243
2336
  });
2244
2337
  Object.defineProperty(DataGridDescription.prototype, "enterBehaviorAfterEdit", {
2245
2338
  get: function () {
2246
- return this.gq;
2339
+ return this.hi;
2247
2340
  },
2248
2341
  set: function (a) {
2249
- this.gq = a;
2342
+ this.hi = a;
2250
2343
  this.j("EnterBehaviorAfterEdit");
2251
2344
  },
2252
2345
  enumerable: false,
2253
2346
  configurable: true
2254
2347
  });
2255
- Object.defineProperty(DataGridDescription.prototype, "isColumnOptionsSummariesEnabled", {
2348
+ Object.defineProperty(DataGridDescription.prototype, "isColumnOptionsSummariesEnabled", {
2349
+ get: function () {
2350
+ return this.bx;
2351
+ },
2352
+ set: function (a) {
2353
+ this.bx = a;
2354
+ this.j("IsColumnOptionsSummariesEnabled");
2355
+ },
2356
+ enumerable: false,
2357
+ configurable: true
2358
+ });
2359
+ Object.defineProperty(DataGridDescription.prototype, "isColumnOptionsGroupingEnabled", {
2360
+ get: function () {
2361
+ return this.bw;
2362
+ },
2363
+ set: function (a) {
2364
+ this.bw = a;
2365
+ this.j("IsColumnOptionsGroupingEnabled");
2366
+ },
2367
+ enumerable: false,
2368
+ configurable: true
2369
+ });
2370
+ Object.defineProperty(DataGridDescription.prototype, "mergedCellMode", {
2371
+ get: function () {
2372
+ return this.h9;
2373
+ },
2374
+ set: function (a) {
2375
+ this.h9 = a;
2376
+ this.j("MergedCellMode");
2377
+ },
2378
+ enumerable: false,
2379
+ configurable: true
2380
+ });
2381
+ Object.defineProperty(DataGridDescription.prototype, "mergedCellEvaluationCriteria", {
2382
+ get: function () {
2383
+ return this.h8;
2384
+ },
2385
+ set: function (a) {
2386
+ this.h8 = a;
2387
+ this.j("MergedCellEvaluationCriteria");
2388
+ },
2389
+ enumerable: false,
2390
+ configurable: true
2391
+ });
2392
+ Object.defineProperty(DataGridDescription.prototype, "mergedCellVerticalAlignment", {
2393
+ get: function () {
2394
+ return this.ia;
2395
+ },
2396
+ set: function (a) {
2397
+ this.ia = a;
2398
+ this.j("MergedCellVerticalAlignment");
2399
+ },
2400
+ enumerable: false,
2401
+ configurable: true
2402
+ });
2403
+ Object.defineProperty(DataGridDescription.prototype, "filterUIType", {
2404
+ get: function () {
2405
+ return this.hp;
2406
+ },
2407
+ set: function (a) {
2408
+ this.hp = a;
2409
+ this.j("FilterUIType");
2410
+ },
2411
+ enumerable: false,
2412
+ configurable: true
2413
+ });
2414
+ Object.defineProperty(DataGridDescription.prototype, "filterLogicalOperator", {
2415
+ get: function () {
2416
+ return this.hm;
2417
+ },
2418
+ set: function (a) {
2419
+ this.hm = a;
2420
+ this.j("FilterLogicalOperator");
2421
+ },
2422
+ enumerable: false,
2423
+ configurable: true
2424
+ });
2425
+ Object.defineProperty(DataGridDescription.prototype, "filterComparisonType", {
2426
+ get: function () {
2427
+ return this.hj;
2428
+ },
2429
+ set: function (a) {
2430
+ this.hj = a;
2431
+ this.j("FilterComparisonType");
2432
+ },
2433
+ enumerable: false,
2434
+ configurable: true
2435
+ });
2436
+ Object.defineProperty(DataGridDescription.prototype, "todayOverride", {
2437
+ get: function () {
2438
+ return this.da;
2439
+ },
2440
+ set: function (a) {
2441
+ this.da = a;
2442
+ this.j("TodayOverride");
2443
+ },
2444
+ enumerable: false,
2445
+ configurable: true
2446
+ });
2447
+ Object.defineProperty(DataGridDescription.prototype, "clearSelectionOnEscape", {
2448
+ get: function () {
2449
+ return this.br;
2450
+ },
2451
+ set: function (a) {
2452
+ this.br = a;
2453
+ this.j("ClearSelectionOnEscape");
2454
+ },
2455
+ enumerable: false,
2456
+ configurable: true
2457
+ });
2458
+ Object.defineProperty(DataGridDescription.prototype, "pageSize", {
2459
+ get: function () {
2460
+ return this.e3;
2461
+ },
2462
+ set: function (a) {
2463
+ this.e3 = a;
2464
+ this.j("PageSize");
2465
+ },
2466
+ enumerable: false,
2467
+ configurable: true
2468
+ });
2469
+ Object.defineProperty(DataGridDescription.prototype, "isToolbarColumnChooserVisible", {
2470
+ get: function () {
2471
+ return this.b6;
2472
+ },
2473
+ set: function (a) {
2474
+ this.b6 = a;
2475
+ this.j("IsToolbarColumnChooserVisible");
2476
+ },
2477
+ enumerable: false,
2478
+ configurable: true
2479
+ });
2480
+ Object.defineProperty(DataGridDescription.prototype, "isToolbarColumnPinningVisible", {
2481
+ get: function () {
2482
+ return this.b7;
2483
+ },
2484
+ set: function (a) {
2485
+ this.b7 = a;
2486
+ this.j("IsToolbarColumnPinningVisible");
2487
+ },
2488
+ enumerable: false,
2489
+ configurable: true
2490
+ });
2491
+ Object.defineProperty(DataGridDescription.prototype, "toolbarTitle", {
2492
+ get: function () {
2493
+ return this.jz;
2494
+ },
2495
+ set: function (a) {
2496
+ this.jz = a;
2497
+ this.j("ToolbarTitle");
2498
+ },
2499
+ enumerable: false,
2500
+ configurable: true
2501
+ });
2502
+ Object.defineProperty(DataGridDescription.prototype, "toolbarColumnChooserText", {
2503
+ get: function () {
2504
+ return this.jv;
2505
+ },
2506
+ set: function (a) {
2507
+ this.jv = a;
2508
+ this.j("ToolbarColumnChooserText");
2509
+ },
2510
+ enumerable: false,
2511
+ configurable: true
2512
+ });
2513
+ Object.defineProperty(DataGridDescription.prototype, "toolbarColumnChooserTitle", {
2514
+ get: function () {
2515
+ return this.jw;
2516
+ },
2517
+ set: function (a) {
2518
+ this.jw = a;
2519
+ this.j("ToolbarColumnChooserTitle");
2520
+ },
2521
+ enumerable: false,
2522
+ configurable: true
2523
+ });
2524
+ Object.defineProperty(DataGridDescription.prototype, "toolbarColumnPinningText", {
2525
+ get: function () {
2526
+ return this.jx;
2527
+ },
2528
+ set: function (a) {
2529
+ this.jx = a;
2530
+ this.j("ToolbarColumnPinningText");
2531
+ },
2532
+ enumerable: false,
2533
+ configurable: true
2534
+ });
2535
+ Object.defineProperty(DataGridDescription.prototype, "toolbarColumnPinningTitle", {
2536
+ get: function () {
2537
+ return this.jy;
2538
+ },
2539
+ set: function (a) {
2540
+ this.jy = a;
2541
+ this.j("ToolbarColumnPinningTitle");
2542
+ },
2543
+ enumerable: false,
2544
+ configurable: true
2545
+ });
2546
+ Object.defineProperty(DataGridDescription.prototype, "scrollbarStyle", {
2547
+ get: function () {
2548
+ return this.iq;
2549
+ },
2550
+ set: function (a) {
2551
+ this.iq = a;
2552
+ this.j("ScrollbarStyle");
2553
+ },
2554
+ enumerable: false,
2555
+ configurable: true
2556
+ });
2557
+ Object.defineProperty(DataGridDescription.prototype, "scrollbarBackground", {
2256
2558
  get: function () {
2257
- return this.bx;
2559
+ return this.ip;
2258
2560
  },
2259
2561
  set: function (a) {
2260
- this.bx = a;
2261
- this.j("IsColumnOptionsSummariesEnabled");
2562
+ this.ip = a;
2563
+ this.j("ScrollbarBackground");
2262
2564
  },
2263
2565
  enumerable: false,
2264
2566
  configurable: true
2265
2567
  });
2266
- Object.defineProperty(DataGridDescription.prototype, "isColumnOptionsGroupingEnabled", {
2568
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsBackground", {
2267
2569
  get: function () {
2268
- return this.bw;
2570
+ return this.gg;
2269
2571
  },
2270
2572
  set: function (a) {
2271
- this.bw = a;
2272
- this.j("IsColumnOptionsGroupingEnabled");
2573
+ this.gg = a;
2574
+ this.j("ColumnOptionsBackground");
2273
2575
  },
2274
2576
  enumerable: false,
2275
2577
  configurable: true
2276
2578
  });
2277
- Object.defineProperty(DataGridDescription.prototype, "mergedCellMode", {
2579
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsTextColor", {
2278
2580
  get: function () {
2279
- return this.hf;
2581
+ return this.gv;
2280
2582
  },
2281
2583
  set: function (a) {
2282
- this.hf = a;
2283
- this.j("MergedCellMode");
2584
+ this.gv = a;
2585
+ this.j("ColumnOptionsTextColor");
2284
2586
  },
2285
2587
  enumerable: false,
2286
2588
  configurable: true
2287
2589
  });
2288
- Object.defineProperty(DataGridDescription.prototype, "mergedCellEvaluationCriteria", {
2590
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsFontFamily", {
2289
2591
  get: function () {
2290
- return this.he;
2592
+ return this.gh;
2291
2593
  },
2292
2594
  set: function (a) {
2293
- this.he = a;
2294
- this.j("MergedCellEvaluationCriteria");
2595
+ this.gh = a;
2596
+ this.j("ColumnOptionsFontFamily");
2295
2597
  },
2296
2598
  enumerable: false,
2297
2599
  configurable: true
2298
2600
  });
2299
- Object.defineProperty(DataGridDescription.prototype, "mergedCellVerticalAlignment", {
2601
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsFontSize", {
2300
2602
  get: function () {
2301
- return this.hg;
2603
+ return this.di;
2302
2604
  },
2303
2605
  set: function (a) {
2304
- this.hg = a;
2305
- this.j("MergedCellVerticalAlignment");
2606
+ this.di = a;
2607
+ this.j("ColumnOptionsFontSize");
2306
2608
  },
2307
2609
  enumerable: false,
2308
2610
  configurable: true
2309
2611
  });
2310
- Object.defineProperty(DataGridDescription.prototype, "filterUIType", {
2612
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsFontStyle", {
2311
2613
  get: function () {
2312
- return this.gv;
2614
+ return this.gi;
2313
2615
  },
2314
2616
  set: function (a) {
2315
- this.gv = a;
2316
- this.j("FilterUIType");
2617
+ this.gi = a;
2618
+ this.j("ColumnOptionsFontStyle");
2317
2619
  },
2318
2620
  enumerable: false,
2319
2621
  configurable: true
2320
2622
  });
2321
- Object.defineProperty(DataGridDescription.prototype, "filterLogicalOperator", {
2623
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsFontWeight", {
2322
2624
  get: function () {
2323
- return this.gu;
2625
+ return this.gj;
2324
2626
  },
2325
2627
  set: function (a) {
2326
- this.gu = a;
2327
- this.j("FilterLogicalOperator");
2628
+ this.gj = a;
2629
+ this.j("ColumnOptionsFontWeight");
2328
2630
  },
2329
2631
  enumerable: false,
2330
2632
  configurable: true
2331
2633
  });
2332
- Object.defineProperty(DataGridDescription.prototype, "filterComparisonType", {
2634
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsHoverBackgroundColor", {
2333
2635
  get: function () {
2334
- return this.gr;
2636
+ return this.gq;
2335
2637
  },
2336
2638
  set: function (a) {
2337
- this.gr = a;
2338
- this.j("FilterComparisonType");
2639
+ this.gq = a;
2640
+ this.j("ColumnOptionsHoverBackgroundColor");
2339
2641
  },
2340
2642
  enumerable: false,
2341
2643
  configurable: true
2342
2644
  });
2343
- Object.defineProperty(DataGridDescription.prototype, "todayOverride", {
2645
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsToolTipBackgroundColor", {
2344
2646
  get: function () {
2345
- return this.c8;
2647
+ return this.gw;
2346
2648
  },
2347
2649
  set: function (a) {
2348
- this.c8 = a;
2349
- this.j("TodayOverride");
2650
+ this.gw = a;
2651
+ this.j("ColumnOptionsToolTipBackgroundColor");
2350
2652
  },
2351
2653
  enumerable: false,
2352
2654
  configurable: true
2353
2655
  });
2354
- Object.defineProperty(DataGridDescription.prototype, "clearSelectionOnEscape", {
2656
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsHighlightColor", {
2355
2657
  get: function () {
2356
- return this.br;
2658
+ return this.gp;
2357
2659
  },
2358
2660
  set: function (a) {
2359
- this.br = a;
2360
- this.j("ClearSelectionOnEscape");
2661
+ this.gp = a;
2662
+ this.j("ColumnOptionsHighlightColor");
2361
2663
  },
2362
2664
  enumerable: false,
2363
2665
  configurable: true
2364
2666
  });
2365
- Object.defineProperty(DataGridDescription.prototype, "pageSize", {
2667
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsSeparatorColor", {
2366
2668
  get: function () {
2367
- return this.ev;
2669
+ return this.gu;
2368
2670
  },
2369
2671
  set: function (a) {
2370
- this.ev = a;
2371
- this.j("PageSize");
2672
+ this.gu = a;
2673
+ this.j("ColumnOptionsSeparatorColor");
2372
2674
  },
2373
2675
  enumerable: false,
2374
2676
  configurable: true
2375
2677
  });
2376
- Object.defineProperty(DataGridDescription.prototype, "isToolbarColumnChooserVisible", {
2678
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsGroupHeaderBackground", {
2377
2679
  get: function () {
2378
- return this.b6;
2680
+ return this.gk;
2379
2681
  },
2380
2682
  set: function (a) {
2381
- this.b6 = a;
2382
- this.j("IsToolbarColumnChooserVisible");
2683
+ this.gk = a;
2684
+ this.j("ColumnOptionsGroupHeaderBackground");
2383
2685
  },
2384
2686
  enumerable: false,
2385
2687
  configurable: true
2386
2688
  });
2387
- Object.defineProperty(DataGridDescription.prototype, "isToolbarColumnPinningVisible", {
2689
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsGroupHeaderTextColor", {
2388
2690
  get: function () {
2389
- return this.b7;
2691
+ return this.go;
2390
2692
  },
2391
2693
  set: function (a) {
2392
- this.b7 = a;
2393
- this.j("IsToolbarColumnPinningVisible");
2694
+ this.go = a;
2695
+ this.j("ColumnOptionsGroupHeaderTextColor");
2394
2696
  },
2395
2697
  enumerable: false,
2396
2698
  configurable: true
2397
2699
  });
2398
- Object.defineProperty(DataGridDescription.prototype, "toolbarTitle", {
2700
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsGroupHeaderFontFamily", {
2399
2701
  get: function () {
2400
- return this.i3;
2702
+ return this.gl;
2401
2703
  },
2402
2704
  set: function (a) {
2403
- this.i3 = a;
2404
- this.j("ToolbarTitle");
2705
+ this.gl = a;
2706
+ this.j("ColumnOptionsGroupHeaderFontFamily");
2405
2707
  },
2406
2708
  enumerable: false,
2407
2709
  configurable: true
2408
2710
  });
2409
- Object.defineProperty(DataGridDescription.prototype, "toolbarColumnChooserText", {
2711
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsGroupHeaderFontSize", {
2410
2712
  get: function () {
2411
- return this.iz;
2713
+ return this.dj;
2412
2714
  },
2413
2715
  set: function (a) {
2414
- this.iz = a;
2415
- this.j("ToolbarColumnChooserText");
2716
+ this.dj = a;
2717
+ this.j("ColumnOptionsGroupHeaderFontSize");
2416
2718
  },
2417
2719
  enumerable: false,
2418
2720
  configurable: true
2419
2721
  });
2420
- Object.defineProperty(DataGridDescription.prototype, "toolbarColumnChooserTitle", {
2722
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsGroupHeaderFontStyle", {
2421
2723
  get: function () {
2422
- return this.i0;
2724
+ return this.gm;
2423
2725
  },
2424
2726
  set: function (a) {
2425
- this.i0 = a;
2426
- this.j("ToolbarColumnChooserTitle");
2727
+ this.gm = a;
2728
+ this.j("ColumnOptionsGroupHeaderFontStyle");
2427
2729
  },
2428
2730
  enumerable: false,
2429
2731
  configurable: true
2430
2732
  });
2431
- Object.defineProperty(DataGridDescription.prototype, "toolbarColumnPinningText", {
2733
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsGroupHeaderFontWeight", {
2432
2734
  get: function () {
2433
- return this.i1;
2735
+ return this.gn;
2434
2736
  },
2435
2737
  set: function (a) {
2436
- this.i1 = a;
2437
- this.j("ToolbarColumnPinningText");
2738
+ this.gn = a;
2739
+ this.j("ColumnOptionsGroupHeaderFontWeight");
2438
2740
  },
2439
2741
  enumerable: false,
2440
2742
  configurable: true
2441
2743
  });
2442
- Object.defineProperty(DataGridDescription.prototype, "toolbarColumnPinningTitle", {
2744
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsAccentColor", {
2443
2745
  get: function () {
2444
- return this.i2;
2746
+ return this.gf;
2445
2747
  },
2446
2748
  set: function (a) {
2447
- this.i2 = a;
2448
- this.j("ToolbarColumnPinningTitle");
2749
+ this.gf = a;
2750
+ this.j("ColumnOptionsAccentColor");
2449
2751
  },
2450
2752
  enumerable: false,
2451
2753
  configurable: true
2452
2754
  });
2453
- Object.defineProperty(DataGridDescription.prototype, "scrollbarStyle", {
2755
+ Object.defineProperty(DataGridDescription.prototype, "columnOptionsRowHeight", {
2454
2756
  get: function () {
2455
- return this.hu;
2757
+ return this.ey;
2456
2758
  },
2457
2759
  set: function (a) {
2458
- this.hu = a;
2459
- this.j("ScrollbarStyle");
2760
+ this.ey = a;
2761
+ this.j("ColumnOptionsRowHeight");
2460
2762
  },
2461
2763
  enumerable: false,
2462
2764
  configurable: true
2463
2765
  });
2464
- Object.defineProperty(DataGridDescription.prototype, "scrollbarBackground", {
2766
+ Object.defineProperty(DataGridDescription.prototype, "allowCopyOperation", {
2465
2767
  get: function () {
2466
- return this.ht;
2768
+ return this.bo;
2467
2769
  },
2468
2770
  set: function (a) {
2469
- this.ht = a;
2470
- this.j("ScrollbarBackground");
2771
+ this.bo = a;
2772
+ this.j("AllowCopyOperation");
2471
2773
  },
2472
2774
  enumerable: false,
2473
2775
  configurable: true
2474
2776
  });
2475
- Object.defineProperty(DataGridDescription.prototype, "allowCopyOperation", {
2777
+ Object.defineProperty(DataGridDescription.prototype, "maxSelectedCellRanges", {
2476
2778
  get: function () {
2477
- return this.bo;
2779
+ return this.e2;
2478
2780
  },
2479
2781
  set: function (a) {
2480
- this.bo = a;
2481
- this.j("AllowCopyOperation");
2782
+ this.e2 = a;
2783
+ this.j("MaxSelectedCellRanges");
2482
2784
  },
2483
2785
  enumerable: false,
2484
2786
  configurable: true
@@ -2496,10 +2798,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2496
2798
  });
2497
2799
  Object.defineProperty(DataGridDescription.prototype, "filterExpressionsChangingRef", {
2498
2800
  get: function () {
2499
- return this.gt;
2801
+ return this.hl;
2500
2802
  },
2501
2803
  set: function (a) {
2502
- this.gt = a;
2804
+ this.hl = a;
2503
2805
  this.j("FilterExpressionsChangingRef");
2504
2806
  },
2505
2807
  enumerable: false,
@@ -2507,10 +2809,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2507
2809
  });
2508
2810
  Object.defineProperty(DataGridDescription.prototype, "filterExpressionsChangedRef", {
2509
2811
  get: function () {
2510
- return this.gs;
2812
+ return this.hk;
2511
2813
  },
2512
2814
  set: function (a) {
2513
- this.gs = a;
2815
+ this.hk = a;
2514
2816
  this.j("FilterExpressionsChangedRef");
2515
2817
  },
2516
2818
  enumerable: false,
@@ -2518,10 +2820,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2518
2820
  });
2519
2821
  Object.defineProperty(DataGridDescription.prototype, "cellPreviewPointerDownRef", {
2520
2822
  get: function () {
2521
- return this.fp;
2823
+ return this.f1;
2522
2824
  },
2523
2825
  set: function (a) {
2524
- this.fp = a;
2826
+ this.f1 = a;
2525
2827
  this.j("CellPreviewPointerDownRef");
2526
2828
  },
2527
2829
  enumerable: false,
@@ -2529,10 +2831,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2529
2831
  });
2530
2832
  Object.defineProperty(DataGridDescription.prototype, "cellPreviewPointerUpRef", {
2531
2833
  get: function () {
2532
- return this.fq;
2834
+ return this.f2;
2533
2835
  },
2534
2836
  set: function (a) {
2535
- this.fq = a;
2837
+ this.f2 = a;
2536
2838
  this.j("CellPreviewPointerUpRef");
2537
2839
  },
2538
2840
  enumerable: false,
@@ -2540,10 +2842,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2540
2842
  });
2541
2843
  Object.defineProperty(DataGridDescription.prototype, "cellPointerDownRef", {
2542
2844
  get: function () {
2543
- return this.fn;
2845
+ return this.fz;
2544
2846
  },
2545
2847
  set: function (a) {
2546
- this.fn = a;
2848
+ this.fz = a;
2547
2849
  this.j("CellPointerDownRef");
2548
2850
  },
2549
2851
  enumerable: false,
@@ -2551,10 +2853,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2551
2853
  });
2552
2854
  Object.defineProperty(DataGridDescription.prototype, "cellPointerUpRef", {
2553
2855
  get: function () {
2554
- return this.fo;
2856
+ return this.f0;
2555
2857
  },
2556
2858
  set: function (a) {
2557
- this.fo = a;
2859
+ this.f0 = a;
2558
2860
  this.j("CellPointerUpRef");
2559
2861
  },
2560
2862
  enumerable: false,
@@ -2562,21 +2864,43 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2562
2864
  });
2563
2865
  Object.defineProperty(DataGridDescription.prototype, "cellClickedRef", {
2564
2866
  get: function () {
2565
- return this.fg;
2867
+ return this.fs;
2566
2868
  },
2567
2869
  set: function (a) {
2568
- this.fg = a;
2870
+ this.fs = a;
2569
2871
  this.j("CellClickedRef");
2570
2872
  },
2571
2873
  enumerable: false,
2572
2874
  configurable: true
2573
2875
  });
2876
+ Object.defineProperty(DataGridDescription.prototype, "filterRowDataBindingRef", {
2877
+ get: function () {
2878
+ return this.hn;
2879
+ },
2880
+ set: function (a) {
2881
+ this.hn = a;
2882
+ this.j("FilterRowDataBindingRef");
2883
+ },
2884
+ enumerable: false,
2885
+ configurable: true
2886
+ });
2887
+ Object.defineProperty(DataGridDescription.prototype, "filterRowDataBoundRef", {
2888
+ get: function () {
2889
+ return this.ho;
2890
+ },
2891
+ set: function (a) {
2892
+ this.ho = a;
2893
+ this.j("FilterRowDataBoundRef");
2894
+ },
2895
+ enumerable: false,
2896
+ configurable: true
2897
+ });
2574
2898
  Object.defineProperty(DataGridDescription.prototype, "sortDescriptionsChangedRef", {
2575
2899
  get: function () {
2576
- return this.h9;
2900
+ return this.i6;
2577
2901
  },
2578
2902
  set: function (a) {
2579
- this.h9 = a;
2903
+ this.i6 = a;
2580
2904
  this.j("SortDescriptionsChangedRef");
2581
2905
  },
2582
2906
  enumerable: false,
@@ -2584,10 +2908,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2584
2908
  });
2585
2909
  Object.defineProperty(DataGridDescription.prototype, "groupDescriptionsChangedRef", {
2586
2910
  get: function () {
2587
- return this.gw;
2911
+ return this.hq;
2588
2912
  },
2589
2913
  set: function (a) {
2590
- this.gw = a;
2914
+ this.hq = a;
2591
2915
  this.j("GroupDescriptionsChangedRef");
2592
2916
  },
2593
2917
  enumerable: false,
@@ -2595,10 +2919,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2595
2919
  });
2596
2920
  Object.defineProperty(DataGridDescription.prototype, "summaryDescriptionsChangedRef", {
2597
2921
  get: function () {
2598
- return this.ib;
2922
+ return this.i8;
2599
2923
  },
2600
2924
  set: function (a) {
2601
- this.ib = a;
2925
+ this.i8 = a;
2602
2926
  this.j("SummaryDescriptionsChangedRef");
2603
2927
  },
2604
2928
  enumerable: false,
@@ -2606,10 +2930,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2606
2930
  });
2607
2931
  Object.defineProperty(DataGridDescription.prototype, "columnHiddenChangedRef", {
2608
2932
  get: function () {
2609
- return this.fx;
2933
+ return this.ga;
2610
2934
  },
2611
2935
  set: function (a) {
2612
- this.fx = a;
2936
+ this.ga = a;
2613
2937
  this.j("ColumnHiddenChangedRef");
2614
2938
  },
2615
2939
  enumerable: false,
@@ -2617,10 +2941,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2617
2941
  });
2618
2942
  Object.defineProperty(DataGridDescription.prototype, "columnPinnedChangedRef", {
2619
2943
  get: function () {
2620
- return this.f5;
2944
+ return this.gx;
2621
2945
  },
2622
2946
  set: function (a) {
2623
- this.f5 = a;
2947
+ this.gx = a;
2624
2948
  this.j("ColumnPinnedChangedRef");
2625
2949
  },
2626
2950
  enumerable: false,
@@ -2628,10 +2952,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2628
2952
  });
2629
2953
  Object.defineProperty(DataGridDescription.prototype, "cellValueChangingRef", {
2630
2954
  get: function () {
2631
- return this.fu;
2955
+ return this.f7;
2632
2956
  },
2633
2957
  set: function (a) {
2634
- this.fu = a;
2958
+ this.f7 = a;
2635
2959
  this.j("CellValueChangingRef");
2636
2960
  },
2637
2961
  enumerable: false,
@@ -2639,10 +2963,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2639
2963
  });
2640
2964
  Object.defineProperty(DataGridDescription.prototype, "dataCommittedRef", {
2641
2965
  get: function () {
2642
- return this.ge;
2966
+ return this.g6;
2643
2967
  },
2644
2968
  set: function (a) {
2645
- this.ge = a;
2969
+ this.g6 = a;
2646
2970
  this.j("DataCommittedRef");
2647
2971
  },
2648
2972
  enumerable: false,
@@ -2650,10 +2974,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2650
2974
  });
2651
2975
  Object.defineProperty(DataGridDescription.prototype, "dataCommittingRef", {
2652
2976
  get: function () {
2653
- return this.gf;
2977
+ return this.g7;
2654
2978
  },
2655
2979
  set: function (a) {
2656
- this.gf = a;
2980
+ this.g7 = a;
2657
2981
  this.j("DataCommittingRef");
2658
2982
  },
2659
2983
  enumerable: false,
@@ -2661,10 +2985,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2661
2985
  });
2662
2986
  Object.defineProperty(DataGridDescription.prototype, "rootSummariesChangedRef", {
2663
2987
  get: function () {
2664
- return this.hi;
2988
+ return this.ic;
2665
2989
  },
2666
2990
  set: function (a) {
2667
- this.hi = a;
2991
+ this.ic = a;
2668
2992
  this.j("RootSummariesChangedRef");
2669
2993
  },
2670
2994
  enumerable: false,
@@ -2672,10 +2996,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2672
2996
  });
2673
2997
  Object.defineProperty(DataGridDescription.prototype, "sizeChangedRef", {
2674
2998
  get: function () {
2675
- return this.h8;
2999
+ return this.i5;
2676
3000
  },
2677
3001
  set: function (a) {
2678
- this.h8 = a;
3002
+ this.i5 = a;
2679
3003
  this.j("SizeChangedRef");
2680
3004
  },
2681
3005
  enumerable: false,
@@ -2683,10 +3007,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2683
3007
  });
2684
3008
  Object.defineProperty(DataGridDescription.prototype, "actualColumnsChangedRef", {
2685
3009
  get: function () {
2686
- return this.fb;
3010
+ return this.fn;
2687
3011
  },
2688
3012
  set: function (a) {
2689
- this.fb = a;
3013
+ this.fn = a;
2690
3014
  this.j("ActualColumnsChangedRef");
2691
3015
  },
2692
3016
  enumerable: false,
@@ -2694,10 +3018,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2694
3018
  });
2695
3019
  Object.defineProperty(DataGridDescription.prototype, "columnsAutoGeneratedRef", {
2696
3020
  get: function () {
2697
- return this.ga;
3021
+ return this.g2;
2698
3022
  },
2699
3023
  set: function (a) {
2700
- this.ga = a;
3024
+ this.g2 = a;
2701
3025
  this.j("ColumnsAutoGeneratedRef");
2702
3026
  },
2703
3027
  enumerable: false,
@@ -2705,10 +3029,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2705
3029
  });
2706
3030
  Object.defineProperty(DataGridDescription.prototype, "selectedItemsChangedRef", {
2707
3031
  get: function () {
2708
- return this.h3;
3032
+ return this.i0;
2709
3033
  },
2710
3034
  set: function (a) {
2711
- this.h3 = a;
3035
+ this.i0 = a;
2712
3036
  this.j("SelectedItemsChangedRef");
2713
3037
  },
2714
3038
  enumerable: false,
@@ -2716,10 +3040,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2716
3040
  });
2717
3041
  Object.defineProperty(DataGridDescription.prototype, "selectedKeysChangedRef", {
2718
3042
  get: function () {
2719
- return this.h4;
3043
+ return this.i1;
2720
3044
  },
2721
3045
  set: function (a) {
2722
- this.h4 = a;
3046
+ this.i1 = a;
2723
3047
  this.j("SelectedKeysChangedRef");
2724
3048
  },
2725
3049
  enumerable: false,
@@ -2727,10 +3051,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2727
3051
  });
2728
3052
  Object.defineProperty(DataGridDescription.prototype, "selectedCellsChangedRef", {
2729
3053
  get: function () {
2730
- return this.h2;
3054
+ return this.iz;
2731
3055
  },
2732
3056
  set: function (a) {
2733
- this.h2 = a;
3057
+ this.iz = a;
2734
3058
  this.j("SelectedCellsChangedRef");
2735
3059
  },
2736
3060
  enumerable: false,
@@ -2738,10 +3062,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2738
3062
  });
2739
3063
  Object.defineProperty(DataGridDescription.prototype, "selectionChangedRef", {
2740
3064
  get: function () {
2741
- return this.h6;
3065
+ return this.i3;
2742
3066
  },
2743
3067
  set: function (a) {
2744
- this.h6 = a;
3068
+ this.i3 = a;
2745
3069
  this.j("SelectionChangedRef");
2746
3070
  },
2747
3071
  enumerable: false,
@@ -2749,10 +3073,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2749
3073
  });
2750
3074
  Object.defineProperty(DataGridDescription.prototype, "activeCellChangedRef", {
2751
3075
  get: function () {
2752
- return this.fa;
3076
+ return this.fk;
2753
3077
  },
2754
3078
  set: function (a) {
2755
- this.fa = a;
3079
+ this.fk = a;
2756
3080
  this.j("ActiveCellChangedRef");
2757
3081
  },
2758
3082
  enumerable: false,
@@ -2760,10 +3084,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2760
3084
  });
2761
3085
  Object.defineProperty(DataGridDescription.prototype, "selectedCellRangesChangedRef", {
2762
3086
  get: function () {
2763
- return this.h1;
3087
+ return this.iy;
2764
3088
  },
2765
3089
  set: function (a) {
2766
- this.h1 = a;
3090
+ this.iy = a;
2767
3091
  this.j("SelectedCellRangesChangedRef");
2768
3092
  },
2769
3093
  enumerable: false,
@@ -2771,10 +3095,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2771
3095
  });
2772
3096
  Object.defineProperty(DataGridDescription.prototype, "columnWidthChangedRef", {
2773
3097
  get: function () {
2774
- return this.gc;
3098
+ return this.g4;
2775
3099
  },
2776
3100
  set: function (a) {
2777
- this.gc = a;
3101
+ this.g4 = a;
2778
3102
  this.j("ColumnWidthChangedRef");
2779
3103
  },
2780
3104
  enumerable: false,
@@ -2782,10 +3106,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2782
3106
  });
2783
3107
  Object.defineProperty(DataGridDescription.prototype, "cellEditStartedRef", {
2784
3108
  get: function () {
2785
- return this.fj;
3109
+ return this.fv;
2786
3110
  },
2787
3111
  set: function (a) {
2788
- this.fj = a;
3112
+ this.fv = a;
2789
3113
  this.j("CellEditStartedRef");
2790
3114
  },
2791
3115
  enumerable: false,
@@ -2793,10 +3117,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2793
3117
  });
2794
3118
  Object.defineProperty(DataGridDescription.prototype, "cellEditEndedRef", {
2795
3119
  get: function () {
2796
- return this.fi;
3120
+ return this.fu;
2797
3121
  },
2798
3122
  set: function (a) {
2799
- this.fi = a;
3123
+ this.fu = a;
2800
3124
  this.j("CellEditEndedRef");
2801
3125
  },
2802
3126
  enumerable: false,
@@ -2804,10 +3128,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2804
3128
  });
2805
3129
  Object.defineProperty(DataGridDescription.prototype, "rowEditStartedRef", {
2806
3130
  get: function () {
2807
- return this.hk;
3131
+ return this.ie;
2808
3132
  },
2809
3133
  set: function (a) {
2810
- this.hk = a;
3134
+ this.ie = a;
2811
3135
  this.j("RowEditStartedRef");
2812
3136
  },
2813
3137
  enumerable: false,
@@ -2815,10 +3139,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2815
3139
  });
2816
3140
  Object.defineProperty(DataGridDescription.prototype, "rowEditEndedRef", {
2817
3141
  get: function () {
2818
- return this.hj;
3142
+ return this.id;
2819
3143
  },
2820
3144
  set: function (a) {
2821
- this.hj = a;
3145
+ this.id = a;
2822
3146
  this.j("RowEditEndedRef");
2823
3147
  },
2824
3148
  enumerable: false,
@@ -2826,10 +3150,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2826
3150
  });
2827
3151
  Object.defineProperty(DataGridDescription.prototype, "customFilterRequestedRef", {
2828
3152
  get: function () {
2829
- return this.gd;
3153
+ return this.g5;
2830
3154
  },
2831
3155
  set: function (a) {
2832
- this.gd = a;
3156
+ this.g5 = a;
2833
3157
  this.j("CustomFilterRequestedRef");
2834
3158
  },
2835
3159
  enumerable: false,
@@ -2837,10 +3161,10 @@ var DataGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2837
3161
  });
2838
3162
  Object.defineProperty(DataGridDescription.prototype, "actualPrimaryKeyChangeRef", {
2839
3163
  get: function () {
2840
- return this.fc;
3164
+ return this.fo;
2841
3165
  },
2842
3166
  set: function (a) {
2843
- this.fc = a;
3167
+ this.fo = a;
2844
3168
  this.j("ActualPrimaryKeyChangeRef");
2845
3169
  },
2846
3170
  enumerable: false,