igniteui-webcomponents-grids 5.0.3-beta.0 → 5.1.1-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 (428) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/BaseEditorView.js +36 -30
  5. package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
  6. package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
  7. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  8. package/esm2015/lib/CanvasGridCellBase.js +377 -361
  9. package/esm2015/lib/CanvasImageCell.js +30 -30
  10. package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
  11. package/esm2015/lib/CanvasNumericCell.js +2 -2
  12. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  14. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  15. package/esm2015/lib/CanvasSummaryCell.js +50 -50
  16. package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
  17. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  18. package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
  19. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  20. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  21. package/esm2015/lib/CanvasTextCell.js +3 -3
  22. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  23. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  24. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
  25. package/esm2015/lib/CellPresenterBase.js +40 -38
  26. package/esm2015/lib/CheckboxListBridge.js +88 -23
  27. package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
  28. package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
  29. package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
  30. package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
  31. package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
  32. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  33. package/esm2015/lib/CheckboxListView_combined.js +617 -520
  34. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  35. package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
  36. package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
  37. package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
  38. package/esm2015/lib/ColumnPinningView_combined.js +15 -15
  39. package/esm2015/lib/ColumnSummaryDescription.js +53 -46
  40. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
  41. package/esm2015/lib/ComboEditorView.js +119 -117
  42. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  43. package/esm2015/lib/ContentCellModelHelper.js +19 -19
  44. package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
  45. package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
  46. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  47. package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
  48. package/esm2015/lib/DateEditorView.js +94 -94
  49. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  50. package/esm2015/lib/Dragger.js +3 -2
  51. package/esm2015/lib/DraggerView.js +1 -1
  52. package/esm2015/lib/EditorCell.js +303 -303
  53. package/esm2015/lib/EditorCellPresenter.js +28 -28
  54. package/esm2015/lib/EditorRowCell.js +1 -1
  55. package/esm2015/lib/FilterCell.js +272 -272
  56. package/esm2015/lib/FilterCellPresenter.js +18 -18
  57. package/esm2015/lib/GridCellBase.js +295 -279
  58. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
  59. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  60. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  61. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  62. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  63. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  64. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  65. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  66. package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
  67. package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
  68. package/esm2015/lib/GridConditionalStyle.js +7 -0
  69. package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
  70. package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
  71. package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
  72. package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
  73. package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
  74. package/esm2015/lib/GridExternalWrapper.js +6 -6
  75. package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
  76. package/esm2015/lib/GridModuleHelper.js +24 -0
  77. package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
  78. package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
  79. package/esm2015/lib/GridStyleRepository.js +206 -173
  80. package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
  81. package/esm2015/lib/ImageCell.js +60 -60
  82. package/esm2015/lib/ImageCellPresenter.js +18 -18
  83. package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
  84. package/esm2015/lib/NativeUIComboFactory.js +47 -0
  85. package/esm2015/lib/NativeUIGridFactory.js +1 -1
  86. package/esm2015/lib/NumericCell.js +5 -5
  87. package/esm2015/lib/NumericCellPresenter.js +8 -8
  88. package/esm2015/lib/NumericEditorView.js +3 -3
  89. package/esm2015/lib/PropertyEditorView_combined.js +66 -66
  90. package/esm2015/lib/SectionHeaderCell.js +17 -17
  91. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  92. package/esm2015/lib/SummaryCell.js +41 -41
  93. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  94. package/esm2015/lib/TemplateCell.js +16 -16
  95. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  96. package/esm2015/lib/TemplateHeader.js +9 -9
  97. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  98. package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
  99. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  100. package/esm2015/lib/TemplateSectionHeader.js +3 -3
  101. package/esm2015/lib/TextCell.js +30 -30
  102. package/esm2015/lib/TextCellPresenter.js +9 -9
  103. package/esm2015/lib/TextEditorView.js +78 -78
  104. package/esm2015/lib/TextHeaderCell.js +149 -153
  105. package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
  106. package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
  107. package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
  108. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  109. package/esm2015/lib/igc-cell-info.js +177 -177
  110. package/esm2015/lib/igc-checkbox-list-component.js +131 -79
  111. package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
  112. package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
  113. package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
  114. package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
  115. package/esm2015/lib/igc-column-summary-description.js +24 -15
  116. package/esm2015/lib/igc-combo-box-column-component.js +16 -10
  117. package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
  118. package/esm2015/lib/igc-data-grid-column-component.js +182 -160
  119. package/esm2015/lib/igc-data-grid-component.js +50 -24
  120. package/esm2015/lib/igc-data-grid-core-module.js +5 -0
  121. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
  122. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  123. package/esm2015/lib/igc-date-time-column-component.js +29 -23
  124. package/esm2015/lib/igc-definition-base-component.js +317 -111
  125. package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
  126. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  127. package/esm2015/lib/igc-editor-definition-component.js +6 -0
  128. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  129. package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
  130. package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
  131. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
  132. package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
  133. package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
  134. package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
  135. package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
  136. package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
  137. package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
  138. package/esm2015/lib/igc-header-component.js +30 -24
  139. package/esm2015/lib/igc-header-row-separator-component.js +6 -0
  140. package/esm2015/lib/igc-header-separator-component.js +6 -0
  141. package/esm2015/lib/igc-image-cell-info.js +6 -6
  142. package/esm2015/lib/igc-image-column-component.js +18 -12
  143. package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
  144. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  145. package/esm2015/lib/igc-numeric-column-component.js +41 -35
  146. package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
  147. package/esm2015/lib/igc-row-separator-component.js +6 -0
  148. package/esm2015/lib/igc-section-footer-component.js +6 -0
  149. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  150. package/esm2015/lib/igc-section-header-component.js +30 -24
  151. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  152. package/esm2015/lib/igc-summary-row-component.js +30 -24
  153. package/esm2015/lib/igc-summary-row-root-component.js +6 -0
  154. package/esm2015/lib/igc-summary-row-section-component.js +6 -0
  155. package/esm2015/lib/igc-template-cell-info.js +2 -2
  156. package/esm2015/lib/igc-template-column-component.js +6 -0
  157. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm2015/lib/igc-template-header-component.js +6 -0
  159. package/esm2015/lib/igc-template-section-header-component.js +6 -0
  160. package/esm2015/lib/igc-text-cell-info.js +2 -2
  161. package/esm2015/lib/igc-text-column-component.js +15 -9
  162. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  163. package/esm2015/lib/igc-text-header-component.js +6 -0
  164. package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
  165. package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
  166. package/esm2015/public_api.js +36 -4
  167. package/esm5/lib/AccessibilityRow.js +3 -3
  168. package/esm5/lib/BaseEditorView.js +36 -30
  169. package/esm5/lib/CanvasCellPresenterBase.js +17 -17
  170. package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
  171. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  172. package/esm5/lib/CanvasGridCellBase.js +375 -359
  173. package/esm5/lib/CanvasImageCell.js +29 -29
  174. package/esm5/lib/CanvasImageCellPresenter.js +17 -17
  175. package/esm5/lib/CanvasNumericCell.js +2 -2
  176. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  177. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  178. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  179. package/esm5/lib/CanvasSummaryCell.js +50 -50
  180. package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
  181. package/esm5/lib/CanvasTemplateCell.js +7 -7
  182. package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
  183. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  184. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  185. package/esm5/lib/CanvasTextCell.js +3 -3
  186. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  187. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  188. package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
  189. package/esm5/lib/CellPresenterBase.js +40 -38
  190. package/esm5/lib/CheckboxListBridge.js +88 -23
  191. package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
  192. package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
  193. package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
  194. package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
  195. package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
  196. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  197. package/esm5/lib/CheckboxListView_combined.js +599 -498
  198. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  199. package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
  200. package/esm5/lib/ColumnGroupingView_combined.js +6 -5
  201. package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
  202. package/esm5/lib/ColumnPinningView_combined.js +15 -15
  203. package/esm5/lib/ColumnSummaryDescription.js +56 -45
  204. package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
  205. package/esm5/lib/ComboEditorView.js +116 -114
  206. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  207. package/esm5/lib/ContentCellModelHelper.js +19 -19
  208. package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
  209. package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
  210. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  211. package/esm5/lib/DataGridToolbarView_combined.js +3 -2
  212. package/esm5/lib/DateEditorView.js +92 -92
  213. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  214. package/esm5/lib/Dragger.js +3 -2
  215. package/esm5/lib/DraggerView.js +1 -1
  216. package/esm5/lib/EditorCell.js +285 -285
  217. package/esm5/lib/EditorCellPresenter.js +28 -28
  218. package/esm5/lib/EditorRowCell.js +1 -1
  219. package/esm5/lib/FilterCell.js +262 -262
  220. package/esm5/lib/FilterCellPresenter.js +18 -18
  221. package/esm5/lib/GridCellBase.js +286 -270
  222. package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
  223. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  224. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  225. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  226. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  227. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  228. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  229. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  230. package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
  231. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
  232. package/esm5/lib/GridConditionalStyle.js +7 -0
  233. package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
  234. package/esm5/lib/GridConditionalStyleCollection.js +7 -0
  235. package/esm5/lib/GridConditionalStyleProperty.js +761 -0
  236. package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
  237. package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
  238. package/esm5/lib/GridExternalWrapper.js +6 -6
  239. package/esm5/lib/GridFilterDialogView_combined.js +311 -291
  240. package/esm5/lib/GridModuleHelper.js +28 -0
  241. package/esm5/lib/GridSelectedKeysCollection.js +54 -3
  242. package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
  243. package/esm5/lib/GridStyleRepository.js +248 -203
  244. package/esm5/lib/ISummaryChooserView_combined.js +10 -10
  245. package/esm5/lib/ImageCell.js +60 -60
  246. package/esm5/lib/ImageCellPresenter.js +18 -18
  247. package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
  248. package/esm5/lib/NativeUIComboFactory.js +57 -0
  249. package/esm5/lib/NativeUIGridFactory.js +1 -1
  250. package/esm5/lib/NumericCell.js +5 -5
  251. package/esm5/lib/NumericCellPresenter.js +8 -8
  252. package/esm5/lib/NumericEditorView.js +3 -3
  253. package/esm5/lib/PropertyEditorView_combined.js +66 -66
  254. package/esm5/lib/SectionHeaderCell.js +17 -17
  255. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  256. package/esm5/lib/SummaryCell.js +41 -41
  257. package/esm5/lib/SummaryCellPresenter.js +14 -14
  258. package/esm5/lib/TemplateCell.js +16 -16
  259. package/esm5/lib/TemplateCellPresenter.js +5 -5
  260. package/esm5/lib/TemplateHeader.js +9 -9
  261. package/esm5/lib/TemplateHeaderCell.js +6 -6
  262. package/esm5/lib/TemplateHeaderCellModel.js +22 -16
  263. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  264. package/esm5/lib/TemplateSectionHeader.js +3 -3
  265. package/esm5/lib/TextCell.js +30 -30
  266. package/esm5/lib/TextCellPresenter.js +9 -9
  267. package/esm5/lib/TextEditorView.js +78 -78
  268. package/esm5/lib/TextHeaderCell.js +147 -151
  269. package/esm5/lib/TextHeaderCellPresenter.js +38 -32
  270. package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
  271. package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
  272. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  273. package/esm5/lib/igc-cell-info.js +177 -177
  274. package/esm5/lib/igc-checkbox-list-component.js +141 -79
  275. package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
  276. package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
  277. package/esm5/lib/igc-column-moving-separator-component.js +15 -9
  278. package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
  279. package/esm5/lib/igc-column-summary-description.js +28 -15
  280. package/esm5/lib/igc-combo-box-column-component.js +16 -10
  281. package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
  282. package/esm5/lib/igc-data-grid-column-component.js +182 -160
  283. package/esm5/lib/igc-data-grid-component.js +55 -24
  284. package/esm5/lib/igc-data-grid-core-module.js +5 -0
  285. package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
  286. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  287. package/esm5/lib/igc-date-time-column-component.js +29 -23
  288. package/esm5/lib/igc-definition-base-component.js +389 -112
  289. package/esm5/lib/igc-edit-row-definition-component.js +6 -0
  290. package/esm5/lib/igc-editor-cell-info.js +23 -23
  291. package/esm5/lib/igc-editor-definition-component.js +6 -0
  292. package/esm5/lib/igc-filter-cell-info.js +26 -26
  293. package/esm5/lib/igc-filter-row-definition-component.js +18 -12
  294. package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
  295. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
  296. package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
  297. package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
  298. package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
  299. package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
  300. package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
  301. package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
  302. package/esm5/lib/igc-header-component.js +30 -24
  303. package/esm5/lib/igc-header-row-separator-component.js +6 -0
  304. package/esm5/lib/igc-header-separator-component.js +6 -0
  305. package/esm5/lib/igc-image-cell-info.js +6 -6
  306. package/esm5/lib/igc-image-column-component.js +18 -12
  307. package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
  308. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  309. package/esm5/lib/igc-numeric-column-component.js +41 -35
  310. package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
  311. package/esm5/lib/igc-row-separator-component.js +6 -0
  312. package/esm5/lib/igc-section-footer-component.js +6 -0
  313. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  314. package/esm5/lib/igc-section-header-component.js +30 -24
  315. package/esm5/lib/igc-summary-cell-info.js +9 -9
  316. package/esm5/lib/igc-summary-row-component.js +30 -24
  317. package/esm5/lib/igc-summary-row-root-component.js +6 -0
  318. package/esm5/lib/igc-summary-row-section-component.js +6 -0
  319. package/esm5/lib/igc-template-cell-info.js +2 -2
  320. package/esm5/lib/igc-template-column-component.js +6 -0
  321. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  322. package/esm5/lib/igc-template-header-component.js +6 -0
  323. package/esm5/lib/igc-template-section-header-component.js +6 -0
  324. package/esm5/lib/igc-text-cell-info.js +2 -2
  325. package/esm5/lib/igc-text-column-component.js +15 -9
  326. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  327. package/esm5/lib/igc-text-header-component.js +6 -0
  328. package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
  329. package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
  330. package/esm5/public_api.js +36 -4
  331. package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
  332. package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
  333. package/grids/combined.js +8020 -8012
  334. package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
  335. package/grids/styles.css +1 -1
  336. package/grids/themes/dark/bootstrap.css +1 -1
  337. package/grids/themes/dark/fluent.css +1 -1
  338. package/grids/themes/dark/indigo.css +1 -1
  339. package/grids/themes/dark/material.css +1 -1
  340. package/grids/themes/light/bootstrap.css +1 -1
  341. package/grids/themes/light/fluent.css +1 -1
  342. package/grids/themes/light/indigo.css +1 -1
  343. package/grids/themes/light/material.css +1 -1
  344. package/lib/BaseEditorView.d.ts +12 -11
  345. package/lib/CanvasGridCellBase.d.ts +113 -110
  346. package/lib/CanvasImageCell.d.ts +13 -13
  347. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  348. package/lib/CanvasSummaryCell.d.ts +14 -14
  349. package/lib/CanvasTemplateCell.d.ts +4 -4
  350. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  351. package/lib/CanvasTextCell.d.ts +1 -1
  352. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  353. package/lib/CheckboxListBridge.d.ts +20 -9
  354. package/lib/CheckboxListExternal.d.ts +6 -6
  355. package/lib/CheckboxListExternalIndexType.d.ts +12 -0
  356. package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
  357. package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
  358. package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
  359. package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
  360. package/lib/CheckboxListViewExternal.d.ts +20 -0
  361. package/lib/CheckboxListView_combined.d.ts +135 -121
  362. package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
  363. package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
  364. package/lib/ColumnSummaryDescription.d.ts +21 -18
  365. package/lib/ComboEditorView.d.ts +17 -17
  366. package/lib/DataGridColumnToolbarManager.d.ts +1 -0
  367. package/lib/DateEditorView.d.ts +14 -14
  368. package/lib/EditorCell.d.ts +67 -67
  369. package/lib/FilterCell.d.ts +55 -55
  370. package/lib/GridCellBase.d.ts +92 -89
  371. package/lib/GridCompoundConditionalStyle.d.ts +1 -0
  372. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
  373. package/lib/GridConditionalStyle.d.ts +1 -0
  374. package/lib/GridConditionalStyleBoundType.d.ts +9 -0
  375. package/lib/GridConditionalStyleCollection.d.ts +1 -0
  376. package/lib/GridConditionalStyleProperty.d.ts +127 -0
  377. package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
  378. package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
  379. package/lib/GridFilterDialogView_combined.d.ts +103 -79
  380. package/lib/GridModuleHelper.d.ts +8 -0
  381. package/lib/GridSelectedKeysCollection.d.ts +6 -2
  382. package/lib/GridStyleRepository.d.ts +68 -62
  383. package/lib/ICellActionManager.d.ts +1 -1
  384. package/lib/ICellPresenter.d.ts +1 -1
  385. package/lib/ICellRenderingEngine.d.ts +1 -1
  386. package/lib/IDataAdapter.d.ts +1 -1
  387. package/lib/IDragger.d.ts +1 -1
  388. package/lib/IDraggerView.d.ts +1 -1
  389. package/lib/IExternalDefinitionBase.d.ts +1 -1
  390. package/lib/IExternalGrid.d.ts +1 -1
  391. package/lib/IGridInfoRequestor.d.ts +1 -1
  392. package/lib/ISummaryChooserView.d.ts +1 -1
  393. package/lib/ImageCell.d.ts +18 -18
  394. package/lib/NativeUIComboFactory.d.ts +18 -0
  395. package/lib/NumericCell.d.ts +1 -1
  396. package/lib/SectionHeaderCell.d.ts +4 -4
  397. package/lib/SummaryCell.d.ts +10 -10
  398. package/lib/TemplateCell.d.ts +6 -6
  399. package/lib/TemplateHeader.d.ts +4 -4
  400. package/lib/TemplateHeaderCell.d.ts +3 -3
  401. package/lib/TemplateHeaderCellModel.d.ts +7 -6
  402. package/lib/TemplateSectionHeader.d.ts +3 -3
  403. package/lib/TextCell.d.ts +7 -7
  404. package/lib/TextEditorView.d.ts +7 -7
  405. package/lib/TextHeaderCell.d.ts +30 -30
  406. package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
  407. package/lib/TextIconSetConditionalStyle.d.ts +18 -0
  408. package/lib/VerticalSeparatorCell.d.ts +8 -8
  409. package/lib/igc-checkbox-list-component.d.ts +10 -0
  410. package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
  411. package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
  412. package/lib/igc-column-summary-description.d.ts +5 -0
  413. package/lib/igc-data-grid-column-component.d.ts +8 -0
  414. package/lib/igc-data-grid-component.d.ts +5 -0
  415. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  416. package/lib/igc-definition-base-component.d.ts +63 -0
  417. package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
  418. package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
  419. package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
  420. package/lib/igc-grid-conditional-style-component.d.ts +80 -0
  421. package/lib/igc-grid-conditional-style-module.d.ts +3 -0
  422. package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
  423. package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
  424. package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
  425. package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
  426. package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
  427. package/package.json +4 -4
  428. package/public_api.d.ts +36 -4
@@ -23,6 +23,7 @@ import { XButton } from "igniteui-webcomponents-inputs";
23
23
  import { FontInfo } from "igniteui-webcomponents-core";
24
24
  import { BrushAppearanceData } from "igniteui-webcomponents-core";
25
25
  import { ModelStates } from "./ModelStates";
26
+ import { HashSet$1 } from "igniteui-webcomponents-core";
26
27
  import { CellPath } from "./CellPath";
27
28
  import { Rect } from "igniteui-webcomponents-core";
28
29
  import { ModelTypes } from "./ModelTypes";
@@ -67,7 +68,6 @@ import { ISummaryResult } from "igniteui-webcomponents-core";
67
68
  import { PagerVisualModelExport } from "./PagerVisualModelExport";
68
69
  import { DataSourceLocalDataProvider } from "igniteui-webcomponents-core";
69
70
  import { IDataSourceSchema } from "igniteui-webcomponents-core";
70
- import { HashSet$1 } from "igniteui-webcomponents-core";
71
71
  import { DefinitionPropertyUpdatedEventArgs } from "./DefinitionPropertyUpdatedEventArgs";
72
72
  import { CellPropertyAnimationType } from "./CellPropertyAnimationType";
73
73
  import { IPropertySetter } from "./IPropertySetter";
@@ -103,6 +103,7 @@ import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
103
103
  import { GridSelectedCellRangesCollection } from "./GridSelectedCellRangesCollection";
104
104
  import { CornerRadius } from "igniteui-webcomponents-core";
105
105
  import { IPlatformPixelConverter } from "./IPlatformPixelConverter";
106
+ import { ListSortDirection } from "igniteui-webcomponents-core";
106
107
  import { IEditableDataSource } from "igniteui-webcomponents-core";
107
108
  import { EnterKeyBehaviors } from "./EnterKeyBehaviors";
108
109
  import { EnterKeyBehaviorAfterEdit } from "./EnterKeyBehaviorAfterEdit";
@@ -120,6 +121,7 @@ import { GridSelectedKeysChangedEventArgs } from "./GridSelectedKeysChangedEvent
120
121
  import { GridSelectedCellRangesChangedEventArgs } from "./GridSelectedCellRangesChangedEventArgs";
121
122
  import { GridDataCommittedEventArgs } from "./GridDataCommittedEventArgs";
122
123
  import { GridDataCommittingEventArgs } from "./GridDataCommittingEventArgs";
124
+ import { DataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
123
125
  import { GridSizeChangedEventArgs } from "./GridSizeChangedEventArgs";
124
126
  import { ColumnStates } from "./ColumnStates";
125
127
  import { IColumnGroupingVisualModelExport } from "./IColumnGroupingVisualModelExport";
@@ -141,8 +143,18 @@ import { GridColumnSpacerCollection } from "./GridColumnSpacerCollection";
141
143
  import { GridEffectMainIntent } from "./GridEffectMainIntent";
142
144
  import { FixedCellPositions } from "./FixedCellPositions";
143
145
  import { GridEffectSubIntent } from "./GridEffectSubIntent";
146
+ import { GridConditionalStylePropertyCollection } from "./GridConditionalStylePropertyCollection";
147
+ import { PropertyUpdatedEventArgs } from "igniteui-webcomponents-core";
148
+ import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridConditionFilterStringErrorsParsingEventArgs";
144
149
  import { CellStyleRequestedEventArgs } from "./CellStyleRequestedEventArgs";
150
+ import { IToolbarTarget } from "igniteui-webcomponents-core";
151
+ import { ToolCommand } from "igniteui-webcomponents-core";
152
+ import { IToolbarContextAccessor } from "igniteui-webcomponents-core";
145
153
  import { LayoutAction } from "./LayoutAction";
154
+ import { ToolActionInfo } from "igniteui-webcomponents-core";
155
+ import { ICommandAvailabilityListener } from "igniteui-webcomponents-core";
156
+ import { ICommandStateChangedListener } from "igniteui-webcomponents-core";
157
+ import { ToolCommandExecutionState } from "igniteui-webcomponents-core";
146
158
  import { JsonWriter } from "igniteui-webcomponents-core";
147
159
  import { CalculationParameters } from "./CalculationParameters";
148
160
  import { ColumnPropertySettersCollection } from "./ColumnPropertySettersCollection";
@@ -333,6 +345,7 @@ export interface ICellActionManager {
333
345
  applyFilter(a: ColumnComparisonConditionOperatorType, b: any): void;
334
346
  applyCustomFilter(a: string, b: number, c: any): void;
335
347
  clearFilter(): void;
348
+ shouldSkipFocusRetain(): boolean;
336
349
  }
337
350
  /**
338
351
  * @hidden
@@ -395,6 +408,7 @@ export declare class DefaultCellActionManager extends Base implements ICellActio
395
408
  applyFilter(a: ColumnComparisonConditionOperatorType, b: any): void;
396
409
  applyCustomFilter(a: string, b: number, c: any): void;
397
410
  clearFilter(): void;
411
+ shouldSkipFocusRetain(): boolean;
398
412
  }
399
413
  /**
400
414
  * @hidden
@@ -471,435 +485,469 @@ export declare abstract class CellModel extends Base {
471
485
  get p(): DataGrid;
472
486
  set p(a: DataGrid);
473
487
  constructor();
474
- private static dc;
475
- private static db;
476
- private static bo;
477
- static fb(a: string): number;
488
+ private static dn;
489
+ private static dm;
490
+ private static bu;
491
+ static ft(a: string): number;
478
492
  s: ICellPresenter;
479
- static gn: number;
493
+ static g6: number;
480
494
  private t;
481
495
  get u(): ModelStates;
482
496
  set u(a: ModelStates);
483
- jm: string;
497
+ private hq;
498
+ get kc(): string;
499
+ set kc(a: string);
484
500
  private k;
485
- static f9: number;
501
+ static gs: number;
486
502
  get l(): CellPath;
487
503
  set l(a: CellPath);
488
504
  private ah;
489
- static ev: number;
490
- get au(): boolean;
491
- set au(a: boolean);
492
- et: number;
493
- be: boolean;
505
+ static fd: number;
506
+ get ax(): boolean;
507
+ set ax(a: boolean);
508
+ fb: number;
494
509
  bj: boolean;
495
- ay: boolean;
496
- aw: boolean;
497
- bc: boolean;
498
- bk: boolean;
499
- a0: boolean;
500
- bd: boolean;
510
+ bo: boolean;
511
+ a3: boolean;
512
+ a1: boolean;
513
+ bh: boolean;
514
+ bp: boolean;
515
+ a5: boolean;
516
+ bi: boolean;
501
517
  c: ICellActionManager;
502
518
  e: IGridInfoRequestor;
503
519
  d: ICellModelExportUpdater;
504
- private lh;
505
- static er: number;
506
- get li(): Rect;
507
- set li(a: Rect);
508
- static readonly fp: number;
509
- private ao;
510
- get a8(): boolean;
511
- set a8(a: boolean);
512
- private ar;
513
- static fr: number;
514
- get bf(): boolean;
515
- set bf(a: boolean);
520
+ private aj;
521
+ static f2: number;
522
+ get a0(): boolean;
523
+ set a0(a: boolean);
524
+ private b1;
525
+ static ex: number;
526
+ get ci(): number;
527
+ set ci(a: number);
528
+ private lf;
529
+ static et: number;
530
+ get ly(): Brush;
531
+ set ly(a: Brush);
532
+ private lg;
533
+ static ew: number;
534
+ get lz(): Brush;
535
+ set lz(a: Brush);
536
+ private c9;
537
+ static ez: number;
538
+ get ey(): number;
539
+ set ey(a: number);
540
+ private c8;
541
+ static ev: number;
542
+ get eu(): number;
543
+ set eu(a: number);
544
+ private md;
545
+ static e9: number;
546
+ get me(): Rect;
547
+ set me(a: Rect);
548
+ static readonly f8: number;
549
+ private aq;
550
+ get bd(): boolean;
551
+ set bd(a: boolean);
552
+ private at;
553
+ static ga: number;
554
+ get bk(): boolean;
555
+ set bk(a: boolean);
556
+ private au;
557
+ static gb: number;
558
+ get bl(): boolean;
559
+ set bl(a: boolean);
516
560
  private as;
517
- static fs: number;
561
+ static f9: number;
518
562
  get bg(): boolean;
519
563
  set bg(a: boolean);
520
- private aq;
521
- static fq: number;
564
+ private ao;
565
+ static f7: number;
522
566
  get bb(): boolean;
523
567
  set bb(a: boolean);
524
- private am;
525
- static fo: number;
526
- get a6(): boolean;
527
- set a6(a: boolean);
528
- private da;
529
- static fj: number;
530
- get fi(): number;
531
- set fi(a: number);
532
- private bl;
533
- az(a: string): boolean;
534
- a3(propertyId_: number): boolean;
535
- a2(a: string): boolean;
536
- private c3;
568
+ private dl;
569
+ static f1: number;
570
+ get f0(): number;
571
+ set f0(a: number);
572
+ private br;
573
+ a4(a: string): boolean;
574
+ a8(propertyId_: number): boolean;
575
+ a7(a: string): boolean;
576
+ private de;
537
577
  private a;
538
- j0(propertyId_: number): void;
539
- jx(): void;
540
- j1(a: string): void;
541
- protected j8(a: string, b: number, c: any, d: any): void;
542
- protected kb(a: string, b: any, c: any): void;
543
- private j9;
544
- private j3;
545
- private j4;
546
- private j5;
547
- private j6;
548
- private ka;
549
- private j7;
550
- private k8;
551
- kd(): void;
552
- protected ke(): void;
553
- private bn;
554
- kg(a: string, b: any): void;
555
- av(a: string): boolean;
556
- kc(a: string): void;
557
- g1(a: string): any;
578
+ ks(propertyId_: number): void;
579
+ kp(): void;
580
+ kt(a: string): void;
581
+ private ai;
582
+ get ay(): boolean;
583
+ set ay(a: boolean);
584
+ private aw;
585
+ protected k0(a: string, b: number, c: any, d: any): void;
586
+ protected bq(a: string): boolean;
587
+ protected k3(a: string, b: any, c: any): void;
588
+ private k1;
589
+ private kv;
590
+ private kw;
591
+ private kx;
592
+ private ky;
593
+ private k2;
594
+ private kz;
595
+ private l4;
596
+ k5(): void;
597
+ protected k6(): void;
598
+ private bt;
599
+ k8(a: string, b: any): void;
600
+ az(a: string): boolean;
601
+ k4(a: string): void;
602
+ hk(a: string): any;
558
603
  private q;
559
604
  get r(): GridLayer;
560
605
  set r(a: GridLayer);
561
- static ge: number;
562
- private g0;
563
- get g4(): any;
564
- set g4(a: any);
565
- static readonly gw: number;
606
+ static gx: number;
607
+ private hj;
608
+ get hn(): any;
609
+ set hn(a: any);
610
+ static readonly hf: number;
611
+ private cd;
612
+ get cu(): number;
613
+ set cu(a: number);
614
+ static readonly hg: number;
615
+ private ce;
616
+ get cv(): number;
617
+ set cv(a: number);
618
+ static readonly g1: number;
619
+ private dt;
620
+ get g0(): number;
621
+ set g0(a: number);
622
+ static readonly g3: number;
623
+ private du;
624
+ get g2(): number;
625
+ set g2(a: number);
626
+ static readonly fh: number;
627
+ private b3;
628
+ get ck(): number;
629
+ set ck(a: number);
630
+ static readonly fa: number;
631
+ private b2;
632
+ get cj(): number;
633
+ set cj(a: number);
634
+ static readonly eg: number;
635
+ private bz;
636
+ get cg(): number;
637
+ set cg(a: number);
638
+ static readonly gi: number;
639
+ private b7;
640
+ get co(): number;
641
+ set co(a: number);
642
+ static readonly ei: number;
643
+ private b0;
644
+ get ch(): number;
645
+ set ch(a: number);
646
+ static readonly ge: number;
647
+ ku(): void;
566
648
  private b5;
567
- get cl(): number;
568
- set cl(a: number);
569
- static readonly gx: number;
570
- private b6;
571
649
  get cm(): number;
572
650
  set cm(a: number);
573
- static readonly gi: number;
574
- private dh;
575
- get gh(): number;
576
- set gh(a: number);
577
- static readonly gk: number;
578
- private di;
579
- get gj(): number;
580
- set gj(a: number);
581
- static readonly ez: number;
582
- private bv;
583
- get cb(): number;
584
- set cb(a: number);
585
- static readonly es: number;
586
- private bu;
587
- get ca(): number;
588
- set ca(a: number);
589
- static readonly d5: number;
590
- private bs;
591
- get b8(): number;
592
- set b8(a: number);
593
- static readonly fz: number;
594
- private bz;
595
- get cf(): number;
596
- set cf(a: number);
597
- static readonly d7: number;
598
- private bt;
599
- get b9(): number;
600
- set b9(a: number);
651
+ static readonly g9: number;
652
+ private ca;
653
+ get cr(): number;
654
+ set cr(a: number);
655
+ static readonly gf: number;
656
+ private b6;
657
+ get cn(): number;
658
+ set cn(a: number);
659
+ static readonly ha: number;
660
+ private cb;
661
+ get cs(): number;
662
+ set cs(a: number);
601
663
  static readonly fv: number;
602
- j2(): void;
603
- private bx;
604
- get cd(): number;
605
- set cd(a: number);
606
- static readonly gq: number;
607
- private b2;
608
- get ci(): number;
609
- set ci(a: number);
610
- static readonly fw: number;
611
- private by;
612
- get ce(): number;
613
- set ce(a: number);
614
- static readonly gr: number;
615
- private b3;
616
- get cj(): number;
617
- set cj(a: number);
618
- static readonly fd: number;
619
- private c9;
620
- get fc(): number;
621
- set fc(a: number);
622
- static readonly gv: number;
623
- private dj;
624
- get gu(): number;
625
- set gu(a: number);
626
- static readonly ft: number;
627
- private at;
628
- get bi(): boolean;
629
- set bi(a: boolean);
630
- static readonly fy: number;
664
+ private dk;
665
+ get fu(): number;
666
+ set fu(a: number);
667
+ static readonly he: number;
668
+ private dv;
669
+ get hd(): number;
670
+ set hd(a: number);
671
+ static readonly gc: number;
672
+ private av;
673
+ get bn(): boolean;
674
+ set bn(a: boolean);
675
+ static readonly gh: number;
631
676
  private v;
632
677
  get w(): ModelTypes;
633
678
  set w(a: ModelTypes);
634
- static readonly gg: number;
635
- private b1;
636
- get ch(): number;
637
- set ch(a: number);
638
- static readonly du: number;
639
- private br;
640
- get b7(): number;
641
- set b7(a: number);
642
- static readonly fg: number;
643
- private bw;
644
- get cc(): number;
645
- set cc(a: number);
646
- private ap;
647
- get a9(): boolean;
648
- set a9(a: boolean);
649
- static readonly fe: number;
679
+ static readonly gz: number;
680
+ private b9;
681
+ get cq(): number;
682
+ set cq(a: number);
683
+ static readonly d5: number;
684
+ private by;
685
+ get cf(): number;
686
+ set cf(a: number);
687
+ static readonly fy: number;
688
+ private b4;
689
+ get cl(): number;
690
+ set cl(a: number);
691
+ private ar;
692
+ get be(): boolean;
693
+ set be(a: boolean);
694
+ static readonly fw: number;
650
695
  private f;
651
696
  get g(): CellContentHorizontalAlignment;
652
697
  set g(a: CellContentHorizontalAlignment);
653
- static readonly gs: number;
698
+ static readonly hb: number;
654
699
  private h;
655
700
  get i(): CellContentVerticalAlignment;
656
701
  set i(a: CellContentVerticalAlignment);
657
- static readonly eh: number;
658
- private km;
659
- get k3(): Brush;
660
- set k3(a: Brush);
661
- static readonly em: number;
662
- private kn;
663
- get k4(): Brush;
664
- set k4(a: Brush);
665
- static readonly dv: number;
666
- private kj;
667
- get k0(): Brush;
668
- set k0(a: Brush);
669
- static readonly d0: number;
670
- private kk;
671
- get k1(): Brush;
672
- set k1(a: Brush);
673
- static readonly dp: number;
674
- private ki;
675
- get kz(): Brush;
676
- set kz(a: Brush);
702
+ static readonly es: number;
703
+ private le;
704
+ get lx(): Brush;
705
+ set lx(a: Brush);
677
706
  static readonly e4: number;
678
- private kp;
679
- get k6(): Brush;
680
- set k6(a: Brush);
681
- static readonly gf: number;
682
- private kv;
683
- get ld(): Brush;
684
- set ld(a: Brush);
685
- static readonly ff: number;
686
- private kr;
687
- get k9(): Brush;
688
- set k9(a: Brush);
689
- static readonly fh: number;
690
- private ks;
691
- get la(): Brush;
692
- set la(a: Brush);
693
- static readonly gm: number;
694
- private kw;
695
- get le(): Brush;
696
- set le(a: Brush);
697
- static readonly go: number;
698
- private kx;
699
- get lf(): Brush;
700
- set lf(a: Brush);
701
- static readonly gb: number;
702
- private ku;
703
- get lc(): Brush;
704
- set lc(a: Brush);
705
- private kt;
706
- static readonly fu: number;
707
- get lb(): Brush;
708
- set lb(a: Brush);
709
- private kq;
710
- static readonly e9: number;
711
- get k7(): Brush;
712
- set k7(a: Brush);
713
- static readonly gc: number;
714
- private b0;
715
- get cg(): number;
716
- set cg(a: number);
717
- static readonly f0: number;
718
- private gz;
719
- get g3(): any;
720
- set g3(a: any);
707
+ private lh;
708
+ get l0(): Brush;
709
+ set l0(a: Brush);
710
+ static readonly d6: number;
711
+ private lb;
712
+ get lu(): Brush;
713
+ set lu(a: Brush);
714
+ static readonly eb: number;
715
+ private lc;
716
+ get lv(): Brush;
717
+ set lv(a: Brush);
718
+ static readonly d0: number;
719
+ private la;
720
+ get lt(): Brush;
721
+ set lt(a: Brush);
722
+ static readonly fm: number;
723
+ private lj;
724
+ get l2(): Brush;
725
+ set l2(a: Brush);
726
+ static readonly gy: number;
727
+ private lp;
728
+ get l9(): Brush;
729
+ set l9(a: Brush);
730
+ static readonly fx: number;
731
+ private ll;
732
+ get l5(): Brush;
733
+ set l5(a: Brush);
734
+ static readonly fz: number;
735
+ private lm;
736
+ get l6(): Brush;
737
+ set l6(a: Brush);
738
+ static readonly g5: number;
739
+ private lq;
740
+ get ma(): Brush;
741
+ set ma(a: Brush);
742
+ static readonly g7: number;
743
+ private lr;
744
+ get mb(): Brush;
745
+ set mb(a: Brush);
746
+ static readonly gu: number;
747
+ private lo;
748
+ get l8(): Brush;
749
+ set l8(a: Brush);
750
+ private ln;
721
751
  static readonly gd: number;
722
- private g6;
723
- get jb(): string;
724
- set jb(a: string);
725
- static readonly gp: number;
726
- private ky;
727
- get lg(): Brush;
728
- set lg(a: Brush);
729
- static readonly eg: number;
730
- private kl;
731
- get k2(): Brush;
732
- set k2(a: Brush);
733
- static readonly eu: number;
734
- private ko;
735
- get k5(): Brush;
736
- set k5(a: Brush);
737
- static readonly fa: number;
752
+ get l7(): Brush;
753
+ set l7(a: Brush);
754
+ private lk;
755
+ static readonly fr: number;
756
+ get l3(): Brush;
757
+ set l3(a: Brush);
758
+ static readonly gv: number;
759
+ private b8;
760
+ get cp(): number;
761
+ set cp(a: number);
762
+ static readonly gj: number;
763
+ private hi;
764
+ get hm(): any;
765
+ set hm(a: any);
766
+ static readonly gw: number;
767
+ private hp;
768
+ get j1(): string;
769
+ set j1(a: string);
770
+ static readonly g8: number;
771
+ private ls;
772
+ get mc(): Brush;
773
+ set mc(a: Brush);
774
+ static readonly er: number;
775
+ private ld;
776
+ get lw(): Brush;
777
+ set lw(a: Brush);
778
+ static readonly fc: number;
779
+ private li;
780
+ get l1(): Brush;
781
+ set l1(a: Brush);
782
+ static readonly fs: number;
738
783
  private ad;
739
784
  get ag(): FontInfo;
740
785
  set ag(a: FontInfo);
741
- static readonly d6: number;
786
+ static readonly eh: number;
742
787
  private ab;
743
788
  get ae(): FontInfo;
744
789
  set ae(a: FontInfo);
745
- static readonly fx: number;
790
+ static readonly gg: number;
746
791
  private z;
747
792
  get aa(): TextCellLineBreakMode;
748
793
  set aa(a: TextCellLineBreakMode);
749
- static readonly gt: number;
750
- private b4;
751
- get ck(): number;
752
- set ck(a: number);
753
- static readonly f4: number;
754
- private de;
755
- get f3(): number;
756
- set f3(a: number);
757
- static readonly f8: number;
758
- private dg;
759
- get f7(): number;
760
- set f7(a: number);
761
- static readonly f6: number;
762
- private df;
763
- get f5(): number;
764
- set f5(a: number);
765
- static readonly f2: number;
766
- private dd;
767
- get f1(): number;
768
- set f1(a: number);
769
- static readonly eb: number;
770
- private cw;
771
- get ea(): number;
772
- set ea(a: number);
773
- static readonly ef: number;
774
- private cy;
775
- get ee(): number;
776
- set ee(a: number);
777
- static readonly ed: number;
778
- private cx;
779
- get ec(): number;
780
- set ec(a: number);
781
- static readonly d9: number;
782
- private cv;
783
- get d8(): number;
784
- set d8(a: number);
785
- static readonly el: number;
786
- private c0;
787
- get ek(): number;
788
- set ek(a: number);
794
+ static readonly hc: number;
795
+ private cc;
796
+ get ct(): number;
797
+ set ct(a: number);
798
+ static readonly gn: number;
799
+ private dq;
800
+ get gm(): number;
801
+ set gm(a: number);
802
+ static readonly gr: number;
803
+ private ds;
804
+ get gq(): number;
805
+ set gq(a: number);
806
+ static readonly gp: number;
807
+ private dr;
808
+ get go(): number;
809
+ set go(a: number);
810
+ static readonly gl: number;
811
+ private dp;
812
+ get gk(): number;
813
+ set gk(a: number);
814
+ static readonly em: number;
815
+ private c5;
816
+ get el(): number;
817
+ set el(a: number);
789
818
  static readonly eq: number;
790
- private c2;
819
+ private c7;
791
820
  get ep(): number;
792
821
  set ep(a: number);
793
822
  static readonly eo: number;
794
- private c1;
823
+ private c6;
795
824
  get en(): number;
796
825
  set en(a: number);
797
- static readonly ej: number;
798
- private cz;
799
- get ei(): number;
800
- set ei(a: number);
801
- static readonly dn: number;
802
- private co;
803
- get dm(): number;
804
- set dm(a: number);
805
- static readonly dt: number;
806
- private cq;
807
- get ds(): number;
808
- set ds(a: number);
809
- static readonly dr: number;
810
- private cp;
811
- get dq(): number;
812
- set dq(a: number);
813
- static readonly dl: number;
814
- private cn;
815
- get dk(): number;
816
- set dk(a: number);
826
+ static readonly ek: number;
827
+ private c4;
828
+ get ej(): number;
829
+ set ej(a: number);
817
830
  static readonly e3: number;
818
- private c6;
831
+ private db;
819
832
  get e2(): number;
820
833
  set e2(a: number);
821
834
  static readonly e8: number;
822
- private c8;
835
+ private dd;
823
836
  get e7(): number;
824
837
  set e7(a: number);
825
838
  static readonly e6: number;
826
- private c7;
839
+ private dc;
827
840
  get e5(): number;
828
841
  set e5(a: number);
829
842
  static readonly e1: number;
830
- private c5;
843
+ private da;
831
844
  get e0(): number;
832
845
  set e0(a: number);
833
846
  static readonly dz: number;
834
- private cs;
847
+ private cx;
835
848
  get dy(): number;
836
849
  set dy(a: number);
837
850
  static readonly d4: number;
838
- private cu;
851
+ private cz;
839
852
  get d3(): number;
840
853
  set d3(a: number);
841
854
  static readonly d2: number;
842
- private ct;
855
+ private cy;
843
856
  get d1(): number;
844
857
  set d1(a: number);
845
858
  static readonly dx: number;
846
- private cr;
859
+ private cw;
847
860
  get dw(): number;
848
861
  set dw(a: number);
849
- static readonly gl: number;
862
+ static readonly fl: number;
863
+ private dh;
864
+ get fk(): number;
865
+ set fk(a: number);
866
+ static readonly fq: number;
867
+ private dj;
868
+ get fp(): number;
869
+ set fp(a: number);
870
+ static readonly fo: number;
871
+ private di;
872
+ get fn(): number;
873
+ set fn(a: number);
874
+ static readonly fj: number;
875
+ private dg;
876
+ get fi(): number;
877
+ set fi(a: number);
878
+ static readonly ea: number;
879
+ private c1;
880
+ get d9(): number;
881
+ set d9(a: number);
882
+ static readonly ef: number;
883
+ private c3;
884
+ get ee(): number;
885
+ set ee(a: number);
886
+ static readonly ed: number;
887
+ private c2;
888
+ get ec(): number;
889
+ set ec(a: number);
890
+ static readonly d8: number;
891
+ private c0;
892
+ get d7(): number;
893
+ set d7(a: number);
894
+ static readonly g4: number;
850
895
  private m;
851
896
  get n(): ColumnSortDirection;
852
897
  set n(a: ColumnSortDirection);
853
- static readonly fn: number;
854
- private al;
855
- get a5(): boolean;
856
- set a5(a: boolean);
857
- static readonly fk: number;
858
- private ai;
859
- get ax(): boolean;
860
- set ax(a: boolean);
861
- static readonly ga: number;
898
+ static readonly f6: number;
899
+ private an;
900
+ get ba(): boolean;
901
+ set ba(a: boolean);
902
+ static readonly f3: number;
903
+ private ak;
904
+ get a2(): boolean;
905
+ set a2(a: boolean);
906
+ static readonly gt: number;
862
907
  private x;
863
908
  get y(): PinnedPositions;
864
909
  set y(a: PinnedPositions);
865
- static readonly ex: number;
910
+ static readonly ff: number;
866
911
  private ac;
867
912
  get af(): FontInfo;
868
913
  set af(a: FontInfo);
869
- static readonly fm: number;
870
- private ak;
871
- get a4(): boolean;
872
- set a4(a: boolean);
873
- static readonly fl: number;
874
- private aj;
875
- get a1(): boolean;
876
- set a1(a: boolean);
877
- static readonly ew: number;
878
- private g5;
879
- get h2(): string;
880
- set h2(a: string);
881
- ba: boolean;
882
- private c4;
883
- get ey(): number;
884
- set ey(a: number);
885
- private an;
886
- get a7(): boolean;
887
- set a7(a: boolean);
888
- gy: number;
889
- jv(): void;
890
- protected jw(): void;
914
+ static readonly f5: number;
915
+ private am;
916
+ get a9(): boolean;
917
+ set a9(a: boolean);
918
+ static readonly f4: number;
919
+ private al;
920
+ get a6(): boolean;
921
+ set a6(a: boolean);
922
+ static readonly fe: number;
923
+ private ho;
924
+ get it(): string;
925
+ set it(a: string);
926
+ bf: boolean;
927
+ private df;
928
+ get fg(): number;
929
+ set fg(a: number);
930
+ private ap;
931
+ get bc(): boolean;
932
+ set bc(a: boolean);
933
+ hh: number;
934
+ kn(): void;
935
+ protected ko(): void;
891
936
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
892
937
  b(a: CellModelExport): CellModelExport;
893
- private static bp;
894
- protected jz(): void;
895
- private static bm;
896
- protected jy(): void;
897
- kh(a: string, b: any): void;
898
- g2(a: string): any;
899
- kf(a: string, b: any): void;
938
+ private static bv;
939
+ protected kr(): void;
940
+ private static bs;
941
+ private bw;
942
+ protected kq(): void;
943
+ kl(a: string): Type;
944
+ k9(a: string, b: any): void;
945
+ hl(a: string): any;
946
+ k7(a: string, b: any): void;
900
947
  cellReconciling: (model: CellModel) => void;
901
- bh(a: DataSourceRowType): boolean;
902
- id(): string;
948
+ bm(a: DataSourceRowType): boolean;
949
+ i4(): string;
950
+ km(a: List$1<GridConditionalStyle>): void;
903
951
  }
904
952
  /**
905
953
  * @hidden
@@ -907,41 +955,42 @@ export declare abstract class CellModel extends Base {
907
955
  export declare class DateTimeCellModel extends CellModel {
908
956
  static $t: Type;
909
957
  constructor();
910
- static readonly lv: number;
911
- private ls;
912
- get lt(): Date;
913
- set lt(a: Date);
914
- static readonly ly: number;
915
- private l4;
916
- get ma(): string;
917
- set ma(a: string);
918
- static readonly lx: number;
919
- private lj;
920
- get lk(): any[];
921
- set lk(a: any[]);
922
- ll: BindingFormatter;
923
- private l2;
924
- static readonly lw: number;
958
+ static readonly mr: number;
959
+ private mo;
960
+ get mp(): Date;
961
+ set mp(a: Date);
962
+ static readonly mu: number;
963
+ private m0;
964
+ get m6(): string;
965
+ set m6(a: string);
966
+ static readonly mt: number;
967
+ private mf;
968
+ get mg(): any[];
969
+ set mg(a: any[]);
970
+ mh: BindingFormatter;
971
+ private my;
972
+ static readonly ms: number;
925
973
  private _formatOverride;
926
- get l3(): any;
927
- set l3(a: any);
928
- static readonly lu: number;
929
- private lo;
930
- get lp(): DateTimeFormats;
931
- set lp(a: DateTimeFormats);
932
- l7(a: Date): string;
933
- id(): string;
934
- static readonly lz: number;
935
- private lm;
936
- get ln(): DateTimeColumnValueFormatter;
937
- set ln(a: DateTimeColumnValueFormatter);
938
- static readonly l0: number;
939
- private lq;
940
- get lr(): boolean;
941
- set lr(a: boolean);
942
- protected kb(a: string, b: any, c: any): void;
943
- kh(a: string, b: any): void;
944
- g2(a: string): any;
974
+ get mz(): any;
975
+ set mz(a: any);
976
+ static readonly mq: number;
977
+ private mk;
978
+ get ml(): DateTimeFormats;
979
+ set ml(a: DateTimeFormats);
980
+ m3(a: Date): string;
981
+ i4(): string;
982
+ static readonly mv: number;
983
+ private mi;
984
+ get mj(): DateTimeColumnValueFormatter;
985
+ set mj(a: DateTimeColumnValueFormatter);
986
+ static readonly mw: number;
987
+ private mm;
988
+ get mn(): boolean;
989
+ set mn(a: boolean);
990
+ protected k3(a: string, b: any, c: any): void;
991
+ k9(a: string, b: any): void;
992
+ kl(a: string): Type;
993
+ hl(a: string): any;
945
994
  b(a: CellModelExport): CellModelExport;
946
995
  }
947
996
  /**
@@ -950,100 +999,102 @@ export declare class DateTimeCellModel extends CellModel {
950
999
  export declare class EditorCellModel extends CellModel {
951
1000
  static $t: Type;
952
1001
  constructor();
953
- private ly;
954
- private lx;
955
- private ls;
956
- static l8: number;
957
- get lv(): boolean;
958
- private ln;
959
- static l5: number;
960
- get lo(): CellModel;
961
- set lo(a: CellModel);
962
- private ll;
963
- static lz: number;
964
- get lm(): DataSourceSchemaPropertyType;
965
- set lm(a: DataSourceSchemaPropertyType);
1002
+ private mu;
1003
+ private mt;
1004
+ private mo;
1005
+ static m4: number;
1006
+ get mr(): boolean;
1007
+ private mj;
1008
+ static m1: number;
1009
+ get mk(): CellModel;
1010
+ set mk(a: CellModel);
966
1011
  private mh;
967
- static l6: number;
968
- get mr(): string;
969
- set mr(a: string);
970
- me: any;
971
- private lp;
972
- static l3: number;
973
- get lq(): EditorType;
974
- set lq(a: EditorType);
975
- private mc;
976
- static l1: number;
977
- get md(): any;
978
- set md(a: any);
979
- private mg;
980
- static l2: number;
981
- get mm(): string;
982
- set mm(a: string);
983
- private lj;
984
- static l4: number;
985
- get lk(): string[];
986
- set lk(a: string[]);
987
- static l7: number;
988
- private lr;
989
- get lu(): boolean;
990
- set lu(a: boolean);
991
- static l0: number;
1012
+ static mv: number;
1013
+ get mi(): DataSourceSchemaPropertyType;
1014
+ set mi(a: DataSourceSchemaPropertyType);
1015
+ private nd;
1016
+ static m2: number;
1017
+ get nn(): string;
1018
+ set nn(a: string);
1019
+ na: any;
1020
+ private ml;
1021
+ static mz: number;
1022
+ get mm(): EditorType;
1023
+ set mm(a: EditorType);
1024
+ private m8;
1025
+ static mx: number;
1026
+ get m9(): any;
1027
+ set m9(a: any);
1028
+ private nc;
1029
+ static my: number;
1030
+ get ni(): string;
1031
+ set ni(a: string);
992
1032
  private mf;
993
- get mj(): string;
994
- set mj(a: string);
995
- static readonly l9: number;
996
- private lt;
997
- get lw(): boolean;
998
- set lw(a: boolean);
999
- get mb(): number;
1000
- get ma(): number;
1001
- protected ke(): void;
1002
- protected kb(a: string, b: any, c: any): void;
1003
- kh(a: string, b: any): void;
1004
- g2(a: string): any;
1033
+ static m0: number;
1034
+ get mg(): string[];
1035
+ set mg(a: string[]);
1036
+ static m3: number;
1037
+ private mn;
1038
+ get mq(): boolean;
1039
+ set mq(a: boolean);
1040
+ static mw: number;
1041
+ private nb;
1042
+ get nf(): string;
1043
+ set nf(a: string);
1044
+ static readonly m5: number;
1045
+ private mp;
1046
+ get ms(): boolean;
1047
+ set ms(a: boolean);
1048
+ get m7(): number;
1049
+ get m6(): number;
1050
+ protected k6(): void;
1051
+ protected k3(a: string, b: any, c: any): void;
1052
+ kl(a: string): Type;
1053
+ k9(a: string, b: any): void;
1054
+ hl(a: string): any;
1005
1055
  b(a: CellModelExport): CellModelExport;
1006
- private mw;
1056
+ private ns;
1007
1057
  }
1008
1058
  /**
1009
1059
  * @hidden
1010
1060
  */
1011
1061
  export declare class FilterCellModel extends CellModel {
1012
1062
  static $t: Type;
1013
- static readonly l1: number;
1014
- private ln;
1015
- get lo(): DataSourceSchemaPropertyType;
1016
- set lo(a: DataSourceSchemaPropertyType);
1017
- static readonly l4: number;
1018
- private ll;
1019
- get lm(): ColumnFilterCondition;
1020
- set lm(a: ColumnFilterCondition);
1021
- static readonly l2: number;
1022
- private lp;
1023
- get lq(): IFilterExpression;
1024
- set lq(a: IFilterExpression);
1025
- static readonly l3: number;
1026
- private lr;
1027
- get ls(): GridFilterOperandsCollection;
1028
- set ls(a: GridFilterOperandsCollection);
1029
- static l5: number;
1030
- private lt;
1031
- get lu(): boolean;
1032
- set lu(a: boolean);
1033
- private lj;
1034
- get lk(): ColumnComparisonConditionOperatorType;
1035
- set lk(a: ColumnComparisonConditionOperatorType);
1036
- l6: any;
1037
- l0: number;
1038
- lz: number;
1039
- ly: number;
1040
- lx: number;
1041
- lw: number;
1042
- lv: number;
1063
+ static readonly mx: number;
1064
+ private mj;
1065
+ get mk(): DataSourceSchemaPropertyType;
1066
+ set mk(a: DataSourceSchemaPropertyType);
1067
+ static readonly m0: number;
1068
+ private mh;
1069
+ get mi(): ColumnFilterCondition;
1070
+ set mi(a: ColumnFilterCondition);
1071
+ static readonly my: number;
1072
+ private ml;
1073
+ get mm(): IFilterExpression;
1074
+ set mm(a: IFilterExpression);
1075
+ static readonly mz: number;
1076
+ private mn;
1077
+ get mo(): GridFilterOperandsCollection;
1078
+ set mo(a: GridFilterOperandsCollection);
1079
+ static m1: number;
1080
+ private mp;
1081
+ get mq(): boolean;
1082
+ set mq(a: boolean);
1083
+ private mf;
1084
+ get mg(): ColumnComparisonConditionOperatorType;
1085
+ set mg(a: ColumnComparisonConditionOperatorType);
1086
+ m2: any;
1087
+ mw: number;
1088
+ mv: number;
1089
+ mu: number;
1090
+ mt: number;
1091
+ ms: number;
1092
+ mr: number;
1043
1093
  constructor();
1044
- kh(a: string, b: any): void;
1045
- g2(a: string): any;
1046
- kf(a: string, b: any): void;
1094
+ k9(a: string, b: any): void;
1095
+ kl(a: string): Type;
1096
+ hl(a: string): any;
1097
+ k7(a: string, b: any): void;
1047
1098
  b(a: CellModelExport): CellModelExport;
1048
1099
  }
1049
1100
  /**
@@ -1059,24 +1110,24 @@ export declare class EditorRowCellModel extends CellModel {
1059
1110
  export declare class SummaryCellModel extends CellModel {
1060
1111
  static $t: Type;
1061
1112
  constructor();
1062
- static readonly ll: number;
1063
- private lp;
1064
- get lr(): string;
1065
- set lr(a: string);
1066
- static readonly lm: number;
1067
- private lq;
1068
- get lt(): string;
1069
- set lt(a: string);
1070
- static readonly lo: number;
1071
- private lx;
1072
- get ly(): Brush;
1073
- set ly(a: Brush);
1074
- static readonly ln: number;
1075
- private lj;
1076
- get lk(): FontInfo;
1077
- set lk(a: FontInfo);
1113
+ static readonly mh: number;
1114
+ private ml;
1115
+ get mn(): string;
1116
+ set mn(a: string);
1117
+ static readonly mi: number;
1118
+ private mm;
1119
+ get mp(): string;
1120
+ set mp(a: string);
1121
+ static readonly mk: number;
1122
+ private mt;
1123
+ get mu(): Brush;
1124
+ set mu(a: Brush);
1125
+ static readonly mj: number;
1126
+ private mf;
1127
+ get mg(): FontInfo;
1128
+ set mg(a: FontInfo);
1078
1129
  b(a: CellModelExport): CellModelExport;
1079
- bh(a: DataSourceRowType): boolean;
1130
+ bm(a: DataSourceRowType): boolean;
1080
1131
  }
1081
1132
  /**
1082
1133
  * @hidden
@@ -1091,21 +1142,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
1091
1142
  export declare class ImageCellModel extends CellModel {
1092
1143
  static $t: Type;
1093
1144
  constructor();
1094
- static readonly ln: number;
1095
- private lq;
1096
- get lr(): string;
1097
- set lr(a: string);
1098
- static readonly lp: number;
1099
- private ll;
1100
- get lm(): ImageStretchOptions;
1101
- set lm(a: ImageStretchOptions);
1102
- static readonly lo: number;
1103
- private lj;
1104
- get lk(): ImageResourceType;
1105
- set lk(a: ImageResourceType);
1145
+ static readonly mj: number;
1146
+ private mm;
1147
+ get mn(): string;
1148
+ set mn(a: string);
1149
+ static readonly ml: number;
1150
+ private mh;
1151
+ get mi(): ImageStretchOptions;
1152
+ set mi(a: ImageStretchOptions);
1153
+ static readonly mk: number;
1154
+ private mf;
1155
+ get mg(): ImageResourceType;
1156
+ set mg(a: ImageResourceType);
1106
1157
  b(a: CellModelExport): CellModelExport;
1107
- kh(a: string, b: any): void;
1108
- g2(a: string): any;
1158
+ k9(a: string, b: any): void;
1159
+ kl(a: string): Type;
1160
+ hl(a: string): any;
1109
1161
  }
1110
1162
  /**
1111
1163
  * @hidden
@@ -1113,66 +1165,67 @@ export declare class ImageCellModel extends CellModel {
1113
1165
  export declare class NumericCellModel extends CellModel {
1114
1166
  static $t: Type;
1115
1167
  constructor();
1116
- static readonly l8: number;
1117
- private lr;
1118
- get ls(): number;
1119
- set ls(a: number);
1120
- static readonly lz: number;
1121
- private lm;
1122
- get lo(): boolean;
1123
- set lo(a: boolean);
1124
- static readonly ly: number;
1168
+ static readonly m4: number;
1169
+ private mn;
1170
+ get mo(): number;
1171
+ set mo(a: number);
1172
+ static readonly mv: number;
1173
+ private mi;
1174
+ get mk(): boolean;
1175
+ set mk(a: boolean);
1176
+ static readonly mu: number;
1177
+ private nb;
1178
+ get ni(): string;
1179
+ set ni(a: string);
1180
+ static readonly mt: number;
1125
1181
  private mf;
1126
- get mm(): string;
1127
- set mm(a: string);
1128
- static readonly lx: number;
1129
- private lj;
1130
- get lk(): any[];
1131
- set lk(a: any[]);
1132
- ll: BindingFormatter;
1133
- private md;
1134
- static readonly lw: number;
1182
+ get mg(): any[];
1183
+ set mg(a: any[]);
1184
+ mh: BindingFormatter;
1185
+ private m9;
1186
+ static readonly ms: number;
1135
1187
  private _formatOverride;
1136
- get me(): any;
1137
- set me(a: any);
1138
- static readonly l6: number;
1139
- private mg;
1140
- get ms(): string;
1141
- set ms(a: string);
1142
- static readonly l9: number;
1143
- private mi;
1144
- get mx(): string;
1145
- set mx(a: string);
1146
- static readonly l7: number;
1147
- private mh;
1148
- get mu(): string;
1149
- set mu(a: string);
1150
- static readonly ma: number;
1188
+ get na(): any;
1189
+ set na(a: any);
1190
+ static readonly m2: number;
1191
+ private nc;
1192
+ get no(): string;
1193
+ set no(a: string);
1194
+ static readonly m5: number;
1195
+ private ne;
1196
+ get nt(): string;
1197
+ set nt(a: string);
1198
+ static readonly m3: number;
1199
+ private nd;
1200
+ get nq(): string;
1201
+ set nq(a: string);
1202
+ static readonly m6: number;
1203
+ private nf;
1204
+ get nv(): string;
1205
+ set nv(a: string);
1206
+ static readonly mx: number;
1207
+ private mp;
1208
+ get mw(): number;
1209
+ set mw(a: number);
1210
+ static readonly mz: number;
1211
+ private mq;
1212
+ get my(): number;
1213
+ set my(a: number);
1214
+ static readonly m1: number;
1215
+ private mr;
1216
+ get m0(): number;
1217
+ set m0(a: number);
1218
+ static readonly m7: number;
1151
1219
  private mj;
1152
- get mz(): string;
1153
- set mz(a: string);
1154
- static readonly l1: number;
1155
- private lt;
1156
- get l0(): number;
1157
- set l0(a: number);
1158
- static readonly l3: number;
1159
- private lu;
1160
- get l2(): number;
1161
- set l2(a: number);
1162
- static readonly l5: number;
1163
- private lv;
1164
- get l4(): number;
1165
- set l4(a: number);
1166
- static readonly mb: number;
1167
- private ln;
1168
- get lq(): boolean;
1169
- set lq(a: boolean);
1170
- lp(): boolean;
1171
- protected kb(a: string, b: any, c: any): void;
1172
- kh(a: string, b: any): void;
1173
- g2(a: string): any;
1220
+ get mm(): boolean;
1221
+ set mm(a: boolean);
1222
+ ml(): boolean;
1223
+ protected k3(a: string, b: any, c: any): void;
1224
+ k9(a: string, b: any): void;
1225
+ kl(a: string): Type;
1226
+ hl(a: string): any;
1174
1227
  b(a: CellModelExport): CellModelExport;
1175
- id(): string;
1228
+ i4(): string;
1176
1229
  }
1177
1230
  /**
1178
1231
  * @hidden
@@ -1188,30 +1241,31 @@ export declare class RowSeparatorModel extends CellModel {
1188
1241
  export declare class SectionHeaderCellModel extends CellModel {
1189
1242
  static $t: Type;
1190
1243
  constructor();
1191
- static readonly lp: number;
1192
- private lj;
1193
- get ll(): GroupData[];
1194
- set ll(a: GroupData[]);
1195
- static readonly ls: number;
1196
- private lk;
1197
- get lm(): SummaryData[];
1198
- set lm(a: SummaryData[]);
1199
- static readonly lr: number;
1200
- private lv;
1201
- get lz(): string;
1202
- set lz(a: string);
1203
- static readonly lq: number;
1204
- private lu;
1205
- get lx(): string;
1206
- set lx(a: string);
1207
- static readonly lt: number;
1208
- private ln;
1209
- get lo(): GroupSummaryDisplayMode;
1210
- set lo(a: GroupSummaryDisplayMode);
1211
- kh(a: string, b: any): void;
1212
- g2(a: string): any;
1244
+ static readonly ml: number;
1245
+ private mf;
1246
+ get mh(): GroupData[];
1247
+ set mh(a: GroupData[]);
1248
+ static readonly mo: number;
1249
+ private mg;
1250
+ get mi(): SummaryData[];
1251
+ set mi(a: SummaryData[]);
1252
+ static readonly mn: number;
1253
+ private mr;
1254
+ get mv(): string;
1255
+ set mv(a: string);
1256
+ static readonly mm: number;
1257
+ private mq;
1258
+ get mt(): string;
1259
+ set mt(a: string);
1260
+ static readonly mp: number;
1261
+ private mj;
1262
+ get mk(): GroupSummaryDisplayMode;
1263
+ set mk(a: GroupSummaryDisplayMode);
1264
+ k9(a: string, b: any): void;
1265
+ kl(a: string): Type;
1266
+ hl(a: string): any;
1213
1267
  b(a: CellModelExport): CellModelExport;
1214
- bh(a: DataSourceRowType): boolean;
1268
+ bm(a: DataSourceRowType): boolean;
1215
1269
  }
1216
1270
  /**
1217
1271
  * @hidden
@@ -1219,12 +1273,13 @@ export declare class SectionHeaderCellModel extends CellModel {
1219
1273
  export declare class TemplateCellModel extends CellModel {
1220
1274
  static $t: Type;
1221
1275
  constructor();
1222
- static readonly lj: number;
1223
- private lk;
1224
- get ll(): any;
1225
- set ll(a: any);
1226
- kh(a: string, b: any): void;
1227
- g2(a: string): any;
1276
+ static readonly mf: number;
1277
+ private mg;
1278
+ get mh(): any;
1279
+ set mh(a: any);
1280
+ k9(a: string, b: any): void;
1281
+ kl(a: string): Type;
1282
+ hl(a: string): any;
1228
1283
  b(a: CellModelExport): CellModelExport;
1229
1284
  }
1230
1285
  /**
@@ -1233,14 +1288,15 @@ export declare class TemplateCellModel extends CellModel {
1233
1288
  export declare class TextCellModel extends CellModel {
1234
1289
  static $t: Type;
1235
1290
  constructor();
1236
- static readonly lj: number;
1237
- private lk;
1238
- get ll(): string;
1239
- set ll(a: string);
1240
- kh(a: string, b: any): void;
1241
- g2(a: string): any;
1291
+ static readonly mf: number;
1292
+ private mg;
1293
+ get mh(): string;
1294
+ set mh(a: string);
1295
+ k9(a: string, b: any): void;
1296
+ kl(a: string): Type;
1297
+ hl(a: string): any;
1242
1298
  b(a: CellModelExport): CellModelExport;
1243
- id(): string;
1299
+ i4(): string;
1244
1300
  }
1245
1301
  /**
1246
1302
  * @hidden
@@ -1248,28 +1304,29 @@ export declare class TextCellModel extends CellModel {
1248
1304
  export declare class TextHeaderCellModel extends TextCellModel {
1249
1305
  static $t: Type;
1250
1306
  constructor();
1251
- static readonly ly: number;
1252
- private lt;
1253
- get lu(): boolean;
1254
- set lu(a: boolean);
1255
- static readonly lz: number;
1256
- private lr;
1257
- get ls(): SortIndicatorStyle;
1258
- set ls(a: SortIndicatorStyle);
1259
- static readonly lv: number;
1260
- private ln;
1261
- get lo(): ColumnOptionsIconAlignment;
1262
- set lo(a: ColumnOptionsIconAlignment);
1263
- static readonly lx: number;
1264
- private l5;
1265
- get l6(): Brush;
1266
- set l6(a: Brush);
1267
- static readonly lw: number;
1268
- private lp;
1269
- get lq(): ColumnOptionsIconBehavior;
1270
- set lq(a: ColumnOptionsIconBehavior);
1271
- kh(a: string, b: any): void;
1272
- g2(a: string): any;
1307
+ static readonly mu: number;
1308
+ private mp;
1309
+ get mq(): boolean;
1310
+ set mq(a: boolean);
1311
+ static readonly mv: number;
1312
+ private mn;
1313
+ get mo(): SortIndicatorStyle;
1314
+ set mo(a: SortIndicatorStyle);
1315
+ static readonly mr: number;
1316
+ private mj;
1317
+ get mk(): ColumnOptionsIconAlignment;
1318
+ set mk(a: ColumnOptionsIconAlignment);
1319
+ static readonly mt: number;
1320
+ private m1;
1321
+ get m2(): Brush;
1322
+ set m2(a: Brush);
1323
+ static readonly ms: number;
1324
+ private ml;
1325
+ get mm(): ColumnOptionsIconBehavior;
1326
+ set mm(a: ColumnOptionsIconBehavior);
1327
+ k9(a: string, b: any): void;
1328
+ kl(a: string): Type;
1329
+ hl(a: string): any;
1273
1330
  b(a: CellModelExport): CellModelExport;
1274
1331
  }
1275
1332
  /**
@@ -1422,8 +1479,9 @@ export declare class PagedDataProvider extends DataSourceLocalDataProvider {
1422
1479
  */
1423
1480
  export declare class DataSourceNotificationBridge extends Base implements IDataSourceUpdateNotifier {
1424
1481
  static $t: Type;
1482
+ private b;
1425
1483
  private a;
1426
- constructor(a: DataGrid);
1484
+ constructor(a: DataGrid, b: IDataSourceUpdateNotifier);
1427
1485
  rangeActualized(a: number, b: number): void;
1428
1486
  notifySetItem(a: number, b: any, c: any): void;
1429
1487
  notifyClearItems(): void;
@@ -1506,19 +1564,19 @@ export declare class EditingManager extends Base {
1506
1564
  */
1507
1565
  export declare class DataGrid extends Base implements INotifyPropertyChanged {
1508
1566
  static $t: Type;
1509
- private oi;
1567
+ private op;
1510
1568
  get externalObject(): any;
1511
1569
  set externalObject(a: any);
1512
1570
  private _propertySetter;
1513
1571
  get propertySetter(): IPropertySetter;
1514
1572
  set propertySetter(a: IPropertySetter);
1515
- private fb;
1573
+ private fc;
1516
1574
  get externalGrid(): IExternalGrid;
1517
1575
  set externalGrid(a: IExternalGrid);
1518
- private e9;
1576
+ private fa;
1519
1577
  get dragger(): IDragger;
1520
1578
  set dragger(a: IDragger);
1521
- private e3;
1579
+ private e4;
1522
1580
  get columnGrouping(): IColumnGrouping;
1523
1581
  set columnGrouping(a: IColumnGrouping);
1524
1582
  private _pager;
@@ -1529,618 +1587,618 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1529
1587
  set toolbar(a: IDataGridComponent);
1530
1588
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1531
1589
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1532
- vq(a: DataGridColumn): void;
1533
- vp(a: DataGridColumn): void;
1590
+ v6(a: DataGridColumn): void;
1591
+ v5(a: DataGridColumn): void;
1534
1592
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1535
1593
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1536
1594
  o(a: CellModel): ColumnFilterCondition;
1537
- p(a: CellModel): DataSourceSchemaPropertyType;
1538
- v0(a: DataGridColumn): void;
1595
+ q(a: CellModel): DataSourceSchemaPropertyType;
1596
+ wg(a: DataGridColumn): void;
1539
1597
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1540
1598
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1541
- t5(a: CellModel, b: ColumnFilterCondition): void;
1542
- t4(a: CellModel, b: ColumnFilterCondition): void;
1543
- vz(a: DataGridColumn): void;
1599
+ ug(a: CellModel, b: ColumnFilterCondition): void;
1600
+ uf(a: CellModel, b: ColumnFilterCondition): void;
1601
+ wf(a: DataGridColumn): void;
1544
1602
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1545
1603
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1546
- vw(a: DataGridColumn): void;
1547
- vv(a: DataGridColumn): void;
1604
+ wc(a: DataGridColumn): void;
1605
+ wb(a: DataGridColumn): void;
1548
1606
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1549
1607
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1550
- vs(a: DataGridColumn): void;
1551
- vr(a: DataGridColumn): void;
1608
+ v8(a: DataGridColumn): void;
1609
+ v7(a: DataGridColumn): void;
1552
1610
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1553
- vk(a: CellModel): void;
1611
+ v0(a: CellModel): void;
1554
1612
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1555
- vl(a: CellModel): void;
1613
+ v1(a: CellModel): void;
1556
1614
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1557
- vi(a: CellModel): void;
1615
+ vy(a: CellModel): void;
1558
1616
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1559
- vj(a: CellModel): void;
1560
- wr(a: number, b: string): void;
1617
+ vz(a: CellModel): void;
1618
+ w8(a: number, b: string): void;
1561
1619
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1562
- wf(a: CellModel): void;
1563
- yg(a: number): void;
1564
- private mu;
1565
- we(a: EditorCellModel): void;
1566
- vb(a: CellModel, b: MouseButton): void;
1567
- u9(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1568
- private xa;
1569
- private bq;
1620
+ wv(a: CellModel): void;
1621
+ y0(a: number): void;
1622
+ private m1;
1623
+ wu(a: EditorCellModel): void;
1624
+ vr(a: CellModel, b: MouseButton): void;
1625
+ vp(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1626
+ private xr;
1627
+ private br;
1570
1628
  get columnResizingMode(): ColumnResizingMode;
1571
1629
  set columnResizingMode(a: ColumnResizingMode);
1572
- private bc;
1630
+ private bd;
1573
1631
  get columnMovingMode(): ColumnMovingMode;
1574
1632
  set columnMovingMode(a: ColumnMovingMode);
1575
- e0: HoverManager;
1576
- private h4;
1633
+ e1: HoverManager;
1634
+ private h5;
1577
1635
  get isRowHoverEnabled(): boolean;
1578
1636
  set isRowHoverEnabled(a: boolean);
1579
- private y9;
1637
+ private zt;
1580
1638
  get rowHoverBackground(): Brush;
1581
1639
  set rowHoverBackground(a: Brush);
1582
- private za;
1640
+ private zu;
1583
1641
  get rowHoverTextColor(): Brush;
1584
1642
  set rowHoverTextColor(a: Brush);
1585
- private y1;
1643
+ private zl;
1586
1644
  get editRowBorder(): Brush;
1587
1645
  set editRowBorder(a: Brush);
1588
- private aax;
1646
+ private abh;
1589
1647
  get editRowBorderWidth(): Thickness;
1590
1648
  set editRowBorderWidth(a: Thickness);
1591
- aar: Point;
1592
- aq: CellPath;
1593
- an: CellPath;
1594
- private ht;
1595
- vg(a: CellModel, b: number, c: number): void;
1596
- vh(a: CellModel, b: number, c: number): void;
1597
- vf(a: CellModel, b: number, c: number): void;
1598
- wk(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1599
- wl(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1600
- private jb;
1601
- private my;
1602
- private get n7();
1603
- private set n7(value);
1604
- ve(a: CellModel, b: number, c: number): void;
1605
- wj(a: CellModel, b: number, c: number): void;
1606
- private m6;
1649
+ abb: Point;
1650
+ ar: CellPath;
1651
+ ao: CellPath;
1652
+ private hu;
1653
+ vw(a: CellModel, b: number, c: number): void;
1654
+ vx(a: CellModel, b: number, c: number): void;
1655
+ vv(a: CellModel, b: number, c: number): void;
1656
+ w0(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1657
+ w1(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1658
+ private jc;
1659
+ private m5;
1660
+ private get oe();
1661
+ private set oe(value);
1662
+ vu(a: CellModel, b: number, c: number): void;
1663
+ wz(a: CellModel, b: number, c: number): void;
1664
+ private nd;
1665
+ private ib;
1607
1666
  private ia;
1608
- private h9;
1609
- private hi;
1610
- private l1;
1611
- private l8;
1612
- private l6;
1667
+ private hj;
1613
1668
  private l7;
1614
- private ln;
1615
- private lw;
1616
- private lx;
1617
- private ly;
1618
- private lz;
1619
- private ar;
1620
- private nc;
1621
- private nb;
1622
- private iq;
1623
- t0(): void;
1624
- wd(a: CellPath, b: number, c: number, d: boolean): void;
1625
- v9(a: any, b: DragSelectEventArgs): void;
1626
- v7(a: any, b: DragSelectEventArgs): void;
1627
- private m2;
1628
- get n9(): number;
1629
- set n9(a: number);
1630
- private nd;
1631
- private fm;
1632
- private v8;
1633
- private am;
1634
- private ai;
1635
- private aj;
1636
- private ls;
1637
- private l5;
1669
+ private me;
1670
+ private mc;
1671
+ private md;
1672
+ private lt;
1638
1673
  private l2;
1639
1674
  private l3;
1640
- private wa;
1641
- private wb;
1642
- private xx;
1643
- private wc;
1644
- private lj;
1645
- private lk;
1646
- private x2;
1647
- private aat;
1648
- private ah;
1675
+ private l4;
1676
+ private l5;
1677
+ private as;
1678
+ private nj;
1679
+ private ni;
1680
+ private ir;
1681
+ ub(): void;
1682
+ wt(a: CellPath, b: number, c: number, d: boolean): void;
1683
+ wp(a: any, b: DragSelectEventArgs): void;
1684
+ wn(a: any, b: DragSelectEventArgs): void;
1685
+ private m9;
1686
+ get og(): number;
1687
+ set og(a: number);
1688
+ private nk;
1689
+ private fn;
1690
+ private wo;
1691
+ private an;
1692
+ private aj;
1693
+ private ak;
1694
+ private ly;
1695
+ private mb;
1696
+ private l8;
1697
+ private l9;
1698
+ private wq;
1699
+ private wr;
1700
+ private yh;
1701
+ private ws;
1702
+ private lo;
1703
+ private lp;
1704
+ private ym;
1705
+ private abd;
1706
+ private ai;
1649
1707
  getHitCell(a: number, b: number): CellModel;
1650
- private at;
1651
- private i0;
1652
- private uc;
1653
- private yl;
1708
+ private au;
1709
+ private i1;
1710
+ private uo;
1711
+ private y5;
1654
1712
  constructor();
1655
- xo(a: ColumnGroupDescription): void;
1656
- xp(a: ColumnSummaryDescription): void;
1657
- private x9;
1658
- private uk;
1659
- private j1;
1660
- private uh;
1661
- private x7;
1662
- private yf;
1663
- private b4;
1664
- private it;
1665
- private x0;
1666
- private x1;
1667
- private iv;
1668
- private xz;
1669
- private xy;
1670
- private is;
1671
- private w6;
1672
- private w7;
1673
- private c3;
1674
- get c4(): GridAnimationManager;
1675
- set c4(a: GridAnimationManager);
1713
+ x7(a: ColumnGroupDescription): void;
1714
+ x8(a: ColumnSummaryDescription): void;
1715
+ private yt;
1716
+ private uy;
1717
+ private j3;
1718
+ private uv;
1719
+ private yr;
1720
+ private yz;
1721
+ private b5;
1722
+ private iu;
1723
+ private yk;
1724
+ private yl;
1725
+ private iw;
1726
+ private yj;
1727
+ private yi;
1728
+ private it;
1729
+ private xn;
1730
+ private xo;
1731
+ private c4;
1732
+ get c5(): GridAnimationManager;
1733
+ set c5(a: GridAnimationManager);
1676
1734
  private _delayedExecutionManager;
1677
1735
  get delayedExecutionManager(): IDelayedExecutionManager;
1678
1736
  set delayedExecutionManager(a: IDelayedExecutionManager);
1679
- private fn;
1680
- get fo(): ResponsiveEngine;
1681
- private e5;
1682
- get e6(): IDataAdapter;
1683
- set e6(a: IDataAdapter);
1684
- private aw;
1685
- get ax(): ColumnController;
1686
- set ax(a: ColumnController);
1687
- private dz;
1688
- get d0(): GridLayerController;
1689
- set d0(a: GridLayerController);
1690
- private f9;
1691
- get ga(): SpatialEngine;
1692
- set ga(a: SpatialEngine);
1693
- private du;
1694
- get dv(): GridEffectManager;
1695
- set dv(a: GridEffectManager);
1696
- private f3;
1697
- get f4(): SelectionManager;
1698
- set f4(a: SelectionManager);
1699
- private ab;
1700
- get ac(): ActivationManager;
1701
- set ac(a: ActivationManager);
1702
- private f7;
1703
- get f8(): SortManager;
1704
- set f8(a: SortManager);
1705
- ci: EditingManager;
1706
- private g7;
1737
+ private fo;
1738
+ get fp(): ResponsiveEngine;
1739
+ private e6;
1740
+ get e7(): IDataAdapter;
1741
+ set e7(a: IDataAdapter);
1742
+ private ax;
1743
+ get ay(): ColumnController;
1744
+ set ay(a: ColumnController);
1745
+ private d0;
1746
+ get d1(): GridLayerController;
1747
+ set d1(a: GridLayerController);
1748
+ private ga;
1749
+ get gb(): SpatialEngine;
1750
+ set gb(a: SpatialEngine);
1751
+ private dv;
1752
+ get dw(): GridEffectManager;
1753
+ set dw(a: GridEffectManager);
1754
+ private f4;
1755
+ get f5(): SelectionManager;
1756
+ set f5(a: SelectionManager);
1757
+ private ac;
1758
+ get ad(): ActivationManager;
1759
+ set ad(a: ActivationManager);
1760
+ private f8;
1761
+ get f9(): SortManager;
1762
+ set f9(a: SortManager);
1763
+ cj: EditingManager;
1764
+ private g8;
1707
1765
  get tickProvider(): ITickProvider;
1708
1766
  set tickProvider(a: ITickProvider);
1709
- private f1;
1767
+ private f2;
1710
1768
  get sectionHeader(): SectionHeader;
1711
1769
  set sectionHeader(a: SectionHeader);
1712
- private fz;
1713
- get f0(): SectionFooter;
1714
- set f0(a: SectionFooter);
1715
- private gb;
1770
+ private f0;
1771
+ get f1(): SectionFooter;
1772
+ set f1(a: SectionFooter);
1773
+ private gc;
1716
1774
  get summaryRowRoot(): SummaryRowRoot;
1717
1775
  set summaryRowRoot(a: SummaryRowRoot);
1718
- private gd;
1776
+ private ge;
1719
1777
  get summaryRowSection(): SummaryRowSection;
1720
1778
  set summaryRowSection(a: SummaryRowSection);
1721
- private fw;
1779
+ private fx;
1722
1780
  get rowSeparator(): RowSeparator;
1723
1781
  set rowSeparator(a: RowSeparator);
1724
- private ew;
1782
+ private ex;
1725
1783
  get headerRowSeparator(): HeaderRowSeparator;
1726
1784
  set headerRowSeparator(a: HeaderRowSeparator);
1727
- private ey;
1785
+ private ez;
1728
1786
  get headerSeparator(): HeaderSeparator;
1729
1787
  set headerSeparator(a: HeaderSeparator);
1730
- private bs;
1788
+ private bt;
1731
1789
  get columnResizingSeparator(): ColumnResizingSeparator;
1732
1790
  set columnResizingSeparator(a: ColumnResizingSeparator);
1733
- private be;
1791
+ private bf;
1734
1792
  get columnMovingSeparator(): ColumnMovingSeparator;
1735
1793
  set columnMovingSeparator(a: ColumnMovingSeparator);
1736
- private fk;
1794
+ private fl;
1737
1795
  get pinnedAreaSeparator(): PinnedAreaSeparator;
1738
1796
  set pinnedAreaSeparator(a: PinnedAreaSeparator);
1739
- private cn;
1740
1797
  private co;
1741
- private cx;
1798
+ private cp;
1799
+ private cy;
1742
1800
  private b;
1743
1801
  get autoGenerateDesiredProperties(): string[];
1744
1802
  set autoGenerateDesiredProperties(a: string[]);
1745
1803
  private c;
1746
1804
  get dataSourceDesiredProperties(): string[];
1747
1805
  set dataSourceDesiredProperties(a: string[]);
1748
- private gh;
1749
- get gi(): VisibilityEngine;
1750
- set gi(a: VisibilityEngine);
1806
+ private gi;
1807
+ get gj(): VisibilityEngine;
1808
+ set gj(a: VisibilityEngine);
1751
1809
  private _viewportManager;
1752
1810
  get viewportManager(): IViewportManager;
1753
1811
  set viewportManager(a: IViewportManager);
1754
- private lr;
1755
- get ma(): number;
1756
- set ma(a: number);
1757
- private lq;
1758
- get l9(): number;
1759
- set l9(a: number);
1760
- private gn;
1812
+ private lx;
1813
+ get mg(): number;
1814
+ set mg(a: number);
1815
+ private lw;
1816
+ get mf(): number;
1817
+ set mf(a: number);
1818
+ private go;
1761
1819
  get density(): ControlDisplayDensity;
1762
1820
  set density(a: ControlDisplayDensity);
1763
- private mq;
1821
+ private mw;
1764
1822
  get actualRowHeight(): number;
1765
1823
  set actualRowHeight(a: number);
1766
- private m3;
1824
+ private na;
1767
1825
  get rowHeight(): number;
1768
1826
  set rowHeight(a: number);
1769
- private b9;
1827
+ private ca;
1770
1828
  get defaultColumnWidth(): ColumnWidth;
1771
1829
  set defaultColumnWidth(a: ColumnWidth);
1772
- private lv;
1830
+ private l1;
1773
1831
  get defaultColumnMinWidth(): number;
1774
1832
  set defaultColumnMinWidth(a: number);
1775
- private mp;
1833
+ private mv;
1776
1834
  get actualHeaderHeight(): number;
1777
1835
  set actualHeaderHeight(a: number);
1778
- private mv;
1836
+ private m2;
1779
1837
  get headerHeight(): number;
1780
1838
  set headerHeight(a: number);
1781
- private m8;
1839
+ private nf;
1782
1840
  get sectionHeaderHeight(): number;
1783
1841
  set sectionHeaderHeight(a: number);
1784
- private oj;
1842
+ private oq;
1785
1843
  get itemsSource(): any;
1786
1844
  set itemsSource(a: any);
1787
- private m7;
1845
+ private ne;
1788
1846
  get sectionFooterHeight(): number;
1789
1847
  set sectionFooterHeight(a: number);
1790
- private m5;
1848
+ private nc;
1791
1849
  get rowSpacingHeight(): number;
1792
1850
  set rowSpacingHeight(a: number);
1793
- private mt;
1851
+ private m0;
1794
1852
  get columnSpacingWidth(): number;
1795
1853
  set columnSpacingWidth(a: number);
1796
- private eu;
1854
+ private ev;
1797
1855
  get headerClickAction(): HeaderClickAction;
1798
1856
  set headerClickAction(a: HeaderClickAction);
1799
- private cl;
1857
+ private cm;
1800
1858
  get editMode(): EditModeType;
1801
1859
  set editMode(a: EditModeType);
1802
- private cj;
1860
+ private ck;
1803
1861
  get editModeClickAction(): EditModeClickAction;
1804
1862
  set editModeClickAction(a: EditModeClickAction);
1805
- private hj;
1863
+ private hk;
1806
1864
  get editOnKeyPress(): boolean;
1807
1865
  set editOnKeyPress(a: boolean);
1808
- private hf;
1866
+ private hg;
1809
1867
  get autoGenerateColumns(): boolean;
1810
1868
  set autoGenerateColumns(a: boolean);
1811
- private m4;
1869
+ private nb;
1812
1870
  get rowSeparatorHeight(): number;
1813
1871
  set rowSeparatorHeight(a: number);
1814
- private h3;
1872
+ private h4;
1815
1873
  get isPlaceholderRenderingEnabled(): boolean;
1816
1874
  set isPlaceholderRenderingEnabled(a: boolean);
1817
- private ji;
1818
- private by;
1819
- private bu;
1875
+ private jj;
1876
+ private bz;
1877
+ private bv;
1820
1878
  get columnAddingAnimationMode(): ColumnShowingAnimationMode;
1821
1879
  set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
1822
- get jq(): boolean;
1823
- private bl;
1880
+ get jr(): boolean;
1881
+ private bm;
1824
1882
  get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
1825
1883
  set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
1826
- protected get jj(): boolean;
1827
- get jf(): boolean;
1828
- private af;
1884
+ protected get jk(): boolean;
1885
+ get jg(): boolean;
1886
+ private ag;
1829
1887
  get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
1830
1888
  set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
1831
- get kb(): boolean;
1832
- private fu;
1889
+ get kd(): boolean;
1890
+ private fv;
1833
1891
  get rowSelectionAnimationMode(): RowSelectionAnimationMode;
1834
1892
  set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
1835
- get j9(): boolean;
1836
- private fr;
1893
+ get kb(): boolean;
1894
+ private fs;
1837
1895
  get rowHoverAnimationMode(): RowHoverAnimationMode;
1838
1896
  set rowHoverAnimationMode(a: RowHoverAnimationMode);
1839
- get jg(): boolean;
1840
- private au;
1897
+ get jh(): boolean;
1898
+ private av;
1841
1899
  get cellSelectionAnimationMode(): CellSelectionAnimationMode;
1842
1900
  set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
1843
- private di;
1901
+ private dj;
1844
1902
  get columnAnimationSettings(): GridColumnAnimationSettings;
1845
1903
  set columnAnimationSettings(a: GridColumnAnimationSettings);
1846
- private c5;
1904
+ private c6;
1847
1905
  get animationSettings(): GridAnimationSettings;
1848
1906
  set animationSettings(a: GridAnimationSettings);
1849
- jr(a: DataGridColumn): boolean;
1850
- private bp;
1851
- private bn;
1907
+ js(a: DataGridColumn): boolean;
1908
+ private bq;
1909
+ private bo;
1852
1910
  get columnResizingAnimationMode(): ColumnResizingAnimationMode;
1853
1911
  set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
1854
- private js;
1855
- private bz;
1856
- private bv;
1912
+ private jt;
1913
+ private b0;
1914
+ private bw;
1857
1915
  get columnShowingAnimationMode(): ColumnShowingAnimationMode;
1858
1916
  set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
1859
- private jm;
1860
- private bb;
1861
- private a9;
1917
+ private jn;
1918
+ private bc;
1919
+ private ba;
1862
1920
  get columnMovingAnimationMode(): ColumnMovingAnimationMode;
1863
1921
  set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
1864
- private jl;
1865
- private a8;
1866
- private a6;
1922
+ private jm;
1923
+ private a9;
1924
+ private a7;
1867
1925
  get columnHidingAnimationMode(): ColumnHidingAnimationMode;
1868
1926
  set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
1869
- private jk;
1870
- private a0;
1871
- private ay;
1927
+ private jl;
1928
+ private a1;
1929
+ private az;
1872
1930
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
1873
1931
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
1874
- private aay;
1932
+ private abi;
1875
1933
  get inset(): Thickness;
1876
1934
  set inset(a: Thickness);
1877
- private cf;
1935
+ private cg;
1878
1936
  get selectionMode(): DataGridSelectionMode;
1879
1937
  set selectionMode(a: DataGridSelectionMode);
1880
- private c0;
1938
+ private c1;
1881
1939
  get activationMode(): GridActivationMode;
1882
1940
  set activationMode(a: GridActivationMode);
1883
- private ej;
1941
+ private ek;
1884
1942
  get selectionBehavior(): GridSelectionBehavior;
1885
1943
  set selectionBehavior(a: GridSelectionBehavior);
1886
- private h8;
1944
+ private h9;
1887
1945
  get mouseDragSelectionEnabled(): boolean;
1888
1946
  set mouseDragSelectionEnabled(a: boolean);
1889
- private hn;
1890
- get jd(): boolean;
1891
- set jd(a: boolean);
1892
- private eb;
1947
+ private ho;
1948
+ get je(): boolean;
1949
+ set je(a: boolean);
1950
+ private ec;
1893
1951
  get selectedItems(): GridSelectedItemsCollection;
1894
- private eg;
1952
+ private eh;
1895
1953
  get selectedKeys(): GridSelectedKeysCollection;
1896
- private d7;
1954
+ private d8;
1897
1955
  get selectedCells(): GridSelectedCellsCollection;
1898
- private d4;
1956
+ private d5;
1899
1957
  get selectedCellRanges(): GridSelectedCellRangesCollection;
1900
- private hm;
1901
- get jc(): boolean;
1902
- set jc(a: boolean);
1903
- private ea;
1958
+ private hn;
1959
+ get jd(): boolean;
1960
+ set jd(a: boolean);
1961
+ private eb;
1904
1962
  get pinnedItems(): GridSelectedItemsCollection;
1905
- private ef;
1963
+ private eg;
1906
1964
  get pinnedKeys(): GridSelectedKeysCollection;
1907
- private yb;
1908
- private hq;
1965
+ private yv;
1966
+ private hr;
1909
1967
  get isColumnOptionsEnabled(): boolean;
1910
1968
  set isColumnOptionsEnabled(a: boolean);
1911
- private hu;
1969
+ private hv;
1912
1970
  get isGroupByAreaVisible(): boolean;
1913
1971
  set isGroupByAreaVisible(a: boolean);
1914
- private hz;
1972
+ private h0;
1915
1973
  get isGroupRowSticky(): boolean;
1916
1974
  set isGroupRowSticky(a: boolean);
1917
- private h0;
1975
+ private h1;
1918
1976
  get isHeaderSeparatorVisible(): boolean;
1919
1977
  set isHeaderSeparatorVisible(a: boolean);
1920
- private yv;
1978
+ private zf;
1921
1979
  get cellSelectedBackground(): Brush;
1922
1980
  set cellSelectedBackground(a: Brush);
1923
- private zh;
1981
+ private z1;
1924
1982
  get sectionHeaderSelectedBackground(): Brush;
1925
1983
  set sectionHeaderSelectedBackground(a: Brush);
1926
- private zk;
1984
+ private z4;
1927
1985
  get summaryRootBackground(): Brush;
1928
1986
  set summaryRootBackground(a: Brush);
1929
- private zo;
1987
+ private z8;
1930
1988
  get summarySectionBackground(): Brush;
1931
1989
  set summarySectionBackground(a: Brush);
1932
- private l4;
1990
+ private ma;
1933
1991
  get pinnedRowOpacity(): number;
1934
1992
  set pinnedRowOpacity(a: number);
1935
- private gq;
1993
+ private gr;
1936
1994
  get editTextStyle(): FontInfo;
1937
1995
  set editTextStyle(a: FontInfo);
1938
- private l0;
1996
+ private l6;
1939
1997
  get editOpacity(): number;
1940
1998
  set editOpacity(a: number);
1941
- private y0;
1999
+ private zk;
1942
2000
  get deletedTextColor(): Brush;
1943
2001
  set deletedTextColor(a: Brush);
1944
- private zj;
2002
+ private z3;
1945
2003
  get stickyRowBackground(): Brush;
1946
2004
  set stickyRowBackground(a: Brush);
1947
- private y8;
2005
+ private zs;
1948
2006
  get pinnedRowBackground(): Brush;
1949
2007
  set pinnedRowBackground(a: Brush);
1950
- private y7;
2008
+ private zr;
1951
2009
  get lastStickyRowBackground(): Brush;
1952
2010
  set lastStickyRowBackground(a: Brush);
2011
+ private dg;
1953
2012
  private df;
1954
- private de;
1955
2013
  get activeCell(): GridCellPosition;
1956
2014
  set activeCell(a: GridCellPosition);
1957
- private yu;
2015
+ private ze;
1958
2016
  get cellBackground(): Brush;
1959
2017
  set cellBackground(a: Brush);
1960
- private yw;
2018
+ private zg;
1961
2019
  get cellTextColor(): Brush;
1962
2020
  set cellTextColor(a: Brush);
1963
- private y5;
2021
+ private zp;
1964
2022
  get headerSortIndicatorColor(): Brush;
1965
2023
  set headerSortIndicatorColor(a: Brush);
1966
- private f5;
2024
+ private f6;
1967
2025
  get headerSortIndicatorStyle(): SortIndicatorStyle;
1968
2026
  set headerSortIndicatorStyle(a: SortIndicatorStyle);
1969
- private gp;
2027
+ private gq;
1970
2028
  get cellTextStyle(): FontInfo;
1971
2029
  set cellTextStyle(a: FontInfo);
1972
- private zg;
2030
+ private z0;
1973
2031
  get sectionHeaderBackground(): Brush;
1974
2032
  set sectionHeaderBackground(a: Brush);
1975
- private zi;
2033
+ private z2;
1976
2034
  get sectionHeaderTextColor(): Brush;
1977
2035
  set sectionHeaderTextColor(a: Brush);
1978
- private gs;
2036
+ private gt;
1979
2037
  get sectionHeaderTextStyle(): FontInfo;
1980
2038
  set sectionHeaderTextStyle(a: FontInfo);
1981
- private gt;
2039
+ private gu;
1982
2040
  get summaryRootLabelTextStyle(): FontInfo;
1983
2041
  set summaryRootLabelTextStyle(a: FontInfo);
1984
- private gv;
2042
+ private gw;
1985
2043
  get summarySectionLabelTextStyle(): FontInfo;
1986
2044
  set summarySectionLabelTextStyle(a: FontInfo);
1987
- private zn;
2045
+ private z7;
1988
2046
  get summaryRootValueTextColor(): Brush;
1989
2047
  set summaryRootValueTextColor(a: Brush);
1990
- private gu;
2048
+ private gv;
1991
2049
  get summaryRootValueTextStyle(): FontInfo;
1992
2050
  set summaryRootValueTextStyle(a: FontInfo);
1993
- private gw;
2051
+ private gx;
1994
2052
  get summarySectionValueTextStyle(): FontInfo;
1995
2053
  set summarySectionValueTextStyle(a: FontInfo);
1996
- private zr;
2054
+ private aab;
1997
2055
  get summarySectionValueTextColor(): Brush;
1998
2056
  set summarySectionValueTextColor(a: Brush);
1999
- private zl;
2057
+ private z5;
2000
2058
  get summaryRootLabelTextColor(): Brush;
2001
2059
  set summaryRootLabelTextColor(a: Brush);
2002
- private zp;
2060
+ private z9;
2003
2061
  get summarySectionLabelTextColor(): Brush;
2004
2062
  set summarySectionLabelTextColor(a: Brush);
2005
- private zm;
2063
+ private z6;
2006
2064
  get summaryRootSelectedBackground(): Brush;
2007
2065
  set summaryRootSelectedBackground(a: Brush);
2008
- private zq;
2066
+ private aaa;
2009
2067
  get summarySectionSelectedBackground(): Brush;
2010
2068
  set summarySectionSelectedBackground(a: Brush);
2011
- private m1;
2069
+ private m8;
2012
2070
  get pinnedAreaSeparatorWidth(): number;
2013
2071
  set pinnedAreaSeparatorWidth(a: number);
2014
- private mw;
2072
+ private m3;
2015
2073
  get headerSeparatorWidth(): number;
2016
2074
  set headerSeparatorWidth(a: number);
2017
- ng(a: number): number;
2018
- private y4;
2075
+ nn(a: number): number;
2076
+ private zo;
2019
2077
  get headerSeparatorBackground(): Brush;
2020
2078
  set headerSeparatorBackground(a: Brush);
2021
- private y2;
2079
+ private zm;
2022
2080
  get headerBackground(): Brush;
2023
2081
  set headerBackground(a: Brush);
2024
- private y6;
2082
+ private zq;
2025
2083
  get headerTextColor(): Brush;
2026
2084
  set headerTextColor(a: Brush);
2027
- private gr;
2085
+ private gs;
2028
2086
  get headerTextStyle(): FontInfo;
2029
2087
  set headerTextStyle(a: FontInfo);
2030
- private zb;
2088
+ private zv;
2031
2089
  get rowSeparatorBackground(): Brush;
2032
2090
  set rowSeparatorBackground(a: Brush);
2033
- private y3;
2091
+ private zn;
2034
2092
  get headerRowSeparatorBackground(): Brush;
2035
2093
  set headerRowSeparatorBackground(a: Brush);
2036
- private ze;
2094
+ private zy;
2037
2095
  get rowSeparatorStickyRowBackground(): Brush;
2038
2096
  set rowSeparatorStickyRowBackground(a: Brush);
2039
- private zc;
2097
+ private zw;
2040
2098
  get rowSeparatorLastStickyRowBackground(): Brush;
2041
2099
  set rowSeparatorLastStickyRowBackground(a: Brush);
2042
- private zd;
2100
+ private zx;
2043
2101
  get rowSeparatorPinnedRowBackground(): Brush;
2044
2102
  set rowSeparatorPinnedRowBackground(a: Brush);
2045
- private ms;
2103
+ private mz;
2046
2104
  get columnResizingSeparatorWidth(): number;
2047
2105
  set columnResizingSeparatorWidth(a: number);
2048
- private lu;
2106
+ private l0;
2049
2107
  get columnResizingSeparatorOpacity(): number;
2050
2108
  set columnResizingSeparatorOpacity(a: number);
2051
- private mr;
2109
+ private mx;
2052
2110
  get columnMovingSeparatorWidth(): number;
2053
2111
  set columnMovingSeparatorWidth(a: number);
2054
- private lt;
2112
+ private lz;
2055
2113
  get columnMovingSeparatorOpacity(): number;
2056
2114
  set columnMovingSeparatorOpacity(a: number);
2057
- private yz;
2115
+ private zj;
2058
2116
  get columnResizingSeparatorBackground(): Brush;
2059
2117
  set columnResizingSeparatorBackground(a: Brush);
2060
- private yx;
2118
+ private zh;
2061
2119
  get columnMovingSeparatorBackground(): Brush;
2062
2120
  set columnMovingSeparatorBackground(a: Brush);
2063
- private ik;
2121
+ private il;
2064
2122
  get shiftSectionContent(): boolean;
2065
2123
  set shiftSectionContent(a: boolean);
2066
- private bg;
2124
+ private bh;
2067
2125
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2068
2126
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2069
- private yy;
2127
+ private zi;
2070
2128
  get columnOptionsIconColor(): Brush;
2071
2129
  set columnOptionsIconColor(a: Brush);
2072
- private bi;
2130
+ private bj;
2073
2131
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2074
2132
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2075
- private yt;
2133
+ private zd;
2076
2134
  get border(): Brush;
2077
2135
  set border(a: Brush);
2078
- private aaw;
2079
- get aa2(): Thickness;
2080
- set aa2(a: Thickness);
2081
- private aau;
2136
+ private abg;
2137
+ get abm(): Thickness;
2138
+ set abm(a: Thickness);
2139
+ private abe;
2082
2140
  get actualBorderWidth(): Thickness;
2083
2141
  set actualBorderWidth(a: Thickness);
2084
- private aav;
2142
+ private abf;
2085
2143
  get borderWidth(): Thickness;
2086
2144
  set borderWidth(a: Thickness);
2087
- private ic;
2145
+ private id;
2088
2146
  get notifyOnAllSelectionChanges(): boolean;
2089
2147
  set notifyOnAllSelectionChanges(a: boolean);
2090
- private yo;
2091
- get ys(): CornerRadius;
2092
- set ys(a: CornerRadius);
2093
- private yn;
2148
+ private y8;
2149
+ get zc(): CornerRadius;
2150
+ set zc(a: CornerRadius);
2151
+ private y7;
2094
2152
  get cornerRadius(): CornerRadius;
2095
2153
  set cornerRadius(a: CornerRadius);
2096
- private ym;
2154
+ private y6;
2097
2155
  get actualCornerRadius(): CornerRadius;
2098
2156
  set actualCornerRadius(a: CornerRadius);
2099
2157
  static readonly isActiveCellStyleEnabledPropertyName: string;
2100
- private hp;
2158
+ private hq;
2101
2159
  get isActiveCellStyleEnabled(): boolean;
2102
2160
  set isActiveCellStyleEnabled(a: boolean);
2103
- private g5;
2161
+ private g6;
2104
2162
  get platformPixelConverter(): IPlatformPixelConverter;
2105
2163
  set platformPixelConverter(a: IPlatformPixelConverter);
2106
- private e1;
2164
+ private e2;
2107
2165
  get renderingEngine(): ICellRenderingEngine;
2108
2166
  set renderingEngine(a: ICellRenderingEngine);
2109
- private wo;
2110
- private fp;
2167
+ private w4;
2168
+ private fq;
2111
2169
  get responsiveStates(): ResponsiveStatesCollection;
2112
- private gj;
2170
+ private gk;
2113
2171
  get model(): VisualModel;
2114
2172
  set model(a: VisualModel);
2115
2173
  get actualVisibleRegion(): Rect;
2116
- private b1;
2117
- private a1;
2118
- private s;
2119
- private b6;
2120
- private z;
2174
+ private b2;
2175
+ private a2;
2176
+ private t;
2177
+ private b7;
2121
2178
  private aa;
2179
+ private ab;
2180
+ private ip;
2122
2181
  private io;
2182
+ private iq;
2123
2183
  private im;
2124
- private ip;
2125
- private il;
2126
- private b0;
2127
- private a2;
2128
- private t;
2129
- private b5;
2184
+ private b1;
2185
+ private a3;
2186
+ private u;
2187
+ private b6;
2130
2188
  get initialSortDescriptions(): ColumnSortDescriptionCollection;
2131
2189
  get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
2132
2190
  get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
2133
- private or;
2191
+ private o1;
2134
2192
  get initialSorts(): string;
2135
2193
  set initialSorts(a: string);
2136
- private oq;
2194
+ private o0;
2137
2195
  get initialGroups(): string;
2138
2196
  set initialGroups(a: string);
2139
- private os;
2197
+ private o2;
2140
2198
  get initialSummaries(): string;
2141
2199
  set initialSummaries(a: string);
2142
- private up;
2143
- ja(a: any[], b: any[]): boolean;
2200
+ private u3;
2201
+ jb(a: any[], b: any[]): boolean;
2144
2202
  get sortDescriptions(): ColumnSortDescriptionCollection;
2145
2203
  get groupDescriptions(): ColumnGroupDescriptionCollection;
2146
2204
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
@@ -2148,51 +2206,51 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2148
2206
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2149
2207
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2150
2208
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2151
- private vx;
2209
+ private wd;
2152
2210
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2153
2211
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2154
2212
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
2155
2213
  get filterExpressions(): FilterExpressionCollection;
2156
2214
  get summaryDescriptions(): ColumnSummaryDescriptionCollection;
2157
- private ir;
2158
- private gf;
2215
+ private is;
2216
+ private gg;
2159
2217
  get summaryScope(): SummaryScope;
2160
2218
  set summaryScope(a: SummaryScope);
2219
+ private hx;
2161
2220
  private hw;
2162
- private hv;
2163
2221
  get isGroupCollapsable(): boolean;
2164
2222
  set isGroupCollapsable(a: boolean);
2165
- private hk;
2166
- private eq;
2223
+ private hl;
2224
+ private er;
2167
2225
  get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
2168
2226
  set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
2227
+ private hz;
2169
2228
  private hy;
2170
- private hx;
2171
2229
  get isGroupExpandedDefault(): boolean;
2172
2230
  set isGroupExpandedDefault(a: boolean);
2173
- private hl;
2174
- private es;
2231
+ private hm;
2232
+ private et;
2175
2233
  get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
2176
2234
  set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
2177
- private he;
2235
+ private hf;
2178
2236
  get autoAcceptEdits(): boolean;
2179
2237
  set autoAcceptEdits(a: boolean);
2180
2238
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2181
2239
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2182
- protected wm(a: string, b: any, c: any): void;
2183
- xn(): void;
2184
- xd(): void;
2185
- xe(): void;
2240
+ protected w2(a: string, b: any, c: any): void;
2241
+ x6(): void;
2242
+ xu(): void;
2243
+ xv(): void;
2186
2244
  calculateCompleted: (sender: any, e: any) => void;
2187
- u6(): void;
2188
- uj(): void;
2189
- private ii;
2190
- get kz(): boolean;
2191
- set kz(a: boolean);
2245
+ vm(): void;
2246
+ ux(): void;
2247
+ private ij;
2248
+ get k1(): boolean;
2249
+ set k1(a: boolean);
2192
2250
  refresh(): void;
2193
2251
  flush(): void;
2194
- private x;
2195
- private v;
2252
+ private y;
2253
+ private w;
2196
2254
  get actualDataSource(): IDataSource;
2197
2255
  set actualDataSource(a: IDataSource);
2198
2256
  private d;
@@ -2201,183 +2259,199 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2201
2259
  private a;
2202
2260
  get actualPrimaryKey(): string[];
2203
2261
  set actualPrimaryKey(a: string[]);
2204
- private ha;
2205
- get iw(): boolean;
2206
- set iw(a: boolean);
2207
- protected w8(a: string, b: any, c: any): void;
2208
- private yd;
2209
- private yq;
2210
- private aa1;
2262
+ private hb;
2263
+ get ix(): boolean;
2264
+ set ix(a: boolean);
2265
+ protected xp(a: string, b: any, c: any): void;
2266
+ private yx;
2267
+ private za;
2268
+ private abl;
2211
2269
  syncBorder(): void;
2212
- private v6;
2270
+ private wm;
2213
2271
  private m;
2214
2272
  private n;
2215
2273
  private h;
2216
- private t7;
2217
- private xq;
2218
- private ul;
2274
+ private ui;
2275
+ private ya;
2276
+ private uz;
2277
+ private u0;
2278
+ private yb;
2279
+ private u1;
2219
2280
  private um;
2220
- private xr;
2221
- private un;
2222
- private ua;
2223
- private t9;
2224
- private v5;
2225
- u0(): void;
2281
+ private ul;
2282
+ rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2283
+ private lj;
2284
+ private qz;
2285
+ private w5;
2286
+ private ut;
2287
+ private uk;
2288
+ private wl;
2289
+ vg(): void;
2226
2290
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2227
2291
  onSizeChanged(a: number, b: number): void;
2228
2292
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
2229
- private mz;
2230
- private m0;
2231
- lb: boolean;
2293
+ private m6;
2294
+ private m7;
2295
+ le: boolean;
2232
2296
  notifyScrollStart(): void;
2233
2297
  notifyScrollStop(): void;
2234
2298
  setViewport(a: number, b: number, c: number, d: number): void;
2235
2299
  get actualColumns(): GridColumnCollection;
2236
2300
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2237
- private dk;
2301
+ private dl;
2238
2302
  get columns(): GridColumnCollection;
2239
- wi(a: CellModel, b: any, c: any): void;
2240
- wh(a: CellModel, b: any, c: any, d: string): void;
2241
- ce(a: CellPath): DataGridColumn;
2303
+ wy(a: CellModel, b: any, c: any): void;
2304
+ wx(a: CellModel, b: any, c: any, d: string): void;
2305
+ cf(a: CellPath): DataGridColumn;
2242
2306
  hideThenRemoveColumn(a: DataGridColumn): void;
2243
2307
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2244
- private ts;
2245
- private ib;
2246
- private v1;
2247
- private vy;
2248
- private vt;
2249
2308
  private t3;
2250
- private wu;
2251
- private t6;
2309
+ private ic;
2310
+ private wh;
2311
+ private we;
2312
+ private v9;
2313
+ private ue;
2314
+ private xb;
2315
+ private uh;
2252
2316
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2253
- private k9;
2254
- private la;
2317
+ private lc;
2318
+ private ld;
2255
2319
  moveColumn(a: number, b: number): void;
2256
2320
  moveColumnLeft(a: number): void;
2257
2321
  moveColumnRight(a: number): void;
2258
2322
  canMoveColumnLeft(a: number): boolean;
2259
2323
  canMoveColumnRight(a: number): boolean;
2260
- private kg;
2324
+ private ki;
2325
+ private cd;
2261
2326
  private cc;
2262
- private cb;
2263
- private vu;
2264
- private t2;
2265
- private ye;
2266
- private ch;
2267
- qp(a: CellPath, b: DataGrid, c: any, d: number): string;
2268
- ak(a: CellPath, b: string): CellModel;
2327
+ private wa;
2328
+ private ud;
2329
+ private yy;
2330
+ private ci;
2331
+ q0(a: CellPath, b: DataGrid, c: any, d: number): string;
2332
+ al(a: CellPath, b: string): CellModel;
2269
2333
  exportVisualModel(): any;
2270
2334
  exportSerializedVisualModel(): string;
2271
- ft(a: number): RowPath;
2272
- private g9;
2335
+ fu(a: number): RowPath;
2336
+ private ha;
2273
2337
  scrollToRowByIndex(a: number): void;
2274
2338
  scrollToLastRowByIndex(a: number): void;
2275
2339
  scrollToItem(a: any): boolean;
2276
2340
  scrollToPrimaryKey(a: any[]): boolean;
2277
2341
  scrollToColumnByIndex(a: number): void;
2278
- private xt;
2279
- k6(a: DataGridColumn): boolean;
2280
- v4(a: number, b: number): void;
2281
- private t1;
2282
- private no;
2283
- private k2;
2342
+ private yd;
2343
+ k8(a: DataGridColumn): boolean;
2344
+ wk(a: number, b: number): void;
2345
+ private uc;
2346
+ private nv;
2347
+ private k4;
2284
2348
  getLastVisibleIndex(): number;
2285
2349
  getFirstVisibleIndex(): number;
2286
- nq(): number;
2287
- nv(): number;
2288
- w3(): void;
2289
- jh: boolean;
2290
- j0: boolean;
2350
+ nx(): number;
2351
+ n2(): number;
2352
+ xk(): void;
2353
+ ji: boolean;
2354
+ j2: boolean;
2355
+ get j9(): boolean;
2356
+ get ka(): boolean;
2291
2357
  get j7(): boolean;
2292
2358
  get j8(): boolean;
2293
- get j5(): boolean;
2294
- get j6(): boolean;
2295
- private k0;
2296
- private k1;
2297
- private lf;
2298
- private lg;
2299
- private lh;
2300
- private li;
2359
+ private k2;
2360
+ private k3;
2361
+ private lk;
2362
+ private ll;
2363
+ private lm;
2364
+ private ln;
2365
+ private hd;
2301
2366
  private hc;
2302
- private hb;
2303
- tx(a?: boolean): void;
2304
- uf(): void;
2305
- ws(a: any, b: PrimaryKeyValue): void;
2306
- wt(a: any, b: PrimaryKeyValue): void;
2307
- wz(a: number, b: any, c: PrimaryKeyValue): void;
2308
- private iu;
2309
- u7(a: number, b: number, c: string): void;
2310
- va(a: number, b: string): void;
2311
- private u8;
2312
- private m9;
2313
- private na;
2314
- ki(a: boolean, b: boolean): boolean;
2315
- kj(a: boolean, b: boolean): boolean;
2367
+ t8(a?: boolean): void;
2368
+ ur(): void;
2369
+ w9(a: any, b: PrimaryKeyValue): void;
2370
+ xa(a: any, b: PrimaryKeyValue): void;
2371
+ xg(a: number, b: any, c: PrimaryKeyValue): void;
2372
+ private iv;
2373
+ vn(a: number, b: number, c: string): void;
2374
+ vq(a: number, b: string): void;
2375
+ private vo;
2376
+ private ng;
2377
+ private nh;
2378
+ kk(a: boolean, b: boolean): boolean;
2379
+ kl(a: boolean, b: boolean): boolean;
2380
+ private n1;
2381
+ private nw;
2382
+ private n6;
2383
+ private n5;
2316
2384
  private nu;
2317
- private np;
2318
- private nz;
2319
- private ny;
2320
- private nn;
2321
- ty(a: number, b: number, c: boolean, d?: boolean): void;
2322
- kn(a: boolean, b: boolean): boolean;
2385
+ t9(a: number, b: number, c: boolean, d?: boolean): void;
2323
2386
  kp(a: boolean, b: boolean): boolean;
2324
- kq(a: boolean, b: boolean): boolean;
2325
2387
  kr(a: boolean, b: boolean): boolean;
2326
2388
  ks(a: boolean, b: boolean): boolean;
2389
+ kt(a: boolean, b: boolean): boolean;
2327
2390
  ku(a: boolean, b: boolean): boolean;
2328
- w4(): void;
2391
+ kw(a: boolean, b: boolean): boolean;
2392
+ xl(): void;
2393
+ kx(a: boolean, b: boolean): boolean;
2394
+ km(a: boolean, b: boolean): boolean;
2395
+ kn(): boolean;
2396
+ ko(): boolean;
2329
2397
  kv(a: boolean, b: boolean): boolean;
2330
- kk(a: boolean, b: boolean): boolean;
2331
- kl(): boolean;
2332
- km(): boolean;
2333
- kt(a: boolean, b: boolean): boolean;
2334
- ao: CellPath;
2335
2398
  ap: CellPath;
2336
- ld(): boolean;
2337
- k8(a: CellModel): boolean;
2338
- i9(a: boolean, b?: boolean): boolean;
2339
- ue(a: boolean): void;
2340
- vm(a: PrimaryKeyValue, b: number): void;
2341
- vn(a: PrimaryKeyValue, b: number): void;
2399
+ aq: CellPath;
2400
+ lg(): boolean;
2401
+ lb(a: CellModel): boolean;
2402
+ ja(a: boolean, b?: boolean): boolean;
2403
+ uq(a: boolean): void;
2404
+ v2(a: PrimaryKeyValue, b: number): void;
2405
+ v3(a: PrimaryKeyValue, b: number): void;
2342
2406
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2343
2407
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2344
2408
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2345
2409
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2346
2410
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2347
- private ij;
2348
- private w0;
2411
+ private ik;
2412
+ private xh;
2349
2413
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2350
2414
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
2351
- yj(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2352
- tv(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2353
- tw(a: any, b: PrimaryKeyValue, c: boolean): void;
2354
- yi(a: number, b: any, c: PrimaryKeyValue): void;
2355
- xl(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2356
- xm(a: any, b: PrimaryKeyValue, c: boolean): void;
2357
- private ww;
2358
- private wx;
2359
- private wv;
2360
- private wy;
2361
- private as;
2362
- tu(a: number, b: number, c: number, d: number): void;
2363
- tt(a: CellRange): void;
2364
- xi(a: CellRange): void;
2365
- xh(): void;
2366
- private uy;
2367
- w1(a: number, b: any, c: any): void;
2368
- private uq;
2369
- vo(): void;
2415
+ y3(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2416
+ t6(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2417
+ t7(a: any, b: PrimaryKeyValue, c: boolean): void;
2418
+ y2(a: number, b: any, c: PrimaryKeyValue): void;
2419
+ x3(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2420
+ x4(a: any, b: PrimaryKeyValue, c: boolean): void;
2421
+ private xd;
2422
+ private xe;
2423
+ private xc;
2424
+ private xf;
2425
+ private at;
2426
+ t5(a: number, b: number, c: number, d: number): void;
2427
+ t4(a: CellRange): void;
2428
+ x0(a: CellRange): void;
2429
+ xz(): void;
2430
+ private ve;
2431
+ xi(a: number, b: any, c: any): void;
2432
+ private u4;
2433
+ v4(): void;
2434
+ x9(a: GridConditionalStyle, b: DataGridColumn): void;
2435
+ x5(a: GridConditionalStyle, b: DataGridColumn): void;
2436
+ lq(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2437
+ private li;
2438
+ us(a: ColumnSummaryDescription): void;
2439
+ private jv;
2440
+ xy(a: ColumnSummaryDescription): void;
2370
2441
  invalidateVisibleRows(): void;
2371
- private ur;
2372
- private nr;
2373
- private nw;
2374
- private us;
2375
- private ho;
2376
- w9(): void;
2377
- wg(a: number, b: any): void;
2378
- wn(a: number, b: any): void;
2442
+ oy(a: DataGridColumn): any;
2443
+ ox(a: DataGridColumn): any;
2444
+ oz(a: DataGridColumn): any;
2445
+ private u5;
2446
+ private ny;
2447
+ private n3;
2448
+ private u6;
2449
+ private hp;
2450
+ xq(): void;
2451
+ ww(a: number, b: any): void;
2452
+ w3(a: number, b: any): void;
2379
2453
  setActiveResponsiveState(a: string): void;
2380
- x4(a: ResponsiveState): void;
2454
+ yo(a: ResponsiveState): void;
2381
2455
  notifySetItem(a: number, b: any, c: any): void;
2382
2456
  notifyClearItems(): void;
2383
2457
  notifyInsertItem(a: number, b: any): void;
@@ -2390,30 +2464,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2390
2464
  getColumnAtRenderedIndex(a: number): DataGridColumn;
2391
2465
  getRootSummaryResults(): ISummaryResult[];
2392
2466
  getSectionSummaryResults(a: number): ISummaryResult[][];
2393
- private ih;
2467
+ private ii;
2394
2468
  get reactsToSortChanges(): boolean;
2395
2469
  set reactsToSortChanges(a: boolean);
2396
- private ig;
2470
+ private ih;
2397
2471
  get reactsToGroupChanges(): boolean;
2398
2472
  set reactsToGroupChanges(a: boolean);
2399
- private ie;
2473
+ private ig;
2400
2474
  get reactsToFilterChanges(): boolean;
2401
2475
  set reactsToFilterChanges(a: boolean);
2402
- y(a: DataGridColumn): IFilterExpression;
2403
- le(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2404
- private yk;
2405
- private ok;
2476
+ z(a: DataGridColumn): IFilterExpression;
2477
+ lh(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2478
+ private y4;
2479
+ private or;
2406
2480
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2407
- private v2;
2481
+ private wi;
2408
2482
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2409
- private vd;
2483
+ private vt;
2410
2484
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2411
- private vc;
2485
+ private vs;
2412
2486
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2413
- private wq;
2487
+ private w7;
2414
2488
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2415
- private wp;
2416
- jt(): boolean;
2489
+ private w6;
2490
+ ju(): boolean;
2417
2491
  get canUndo(): boolean;
2418
2492
  get canRedo(): boolean;
2419
2493
  get canCommit(): boolean;
@@ -2426,106 +2500,110 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2426
2500
  updatePropertyAtKey(a: any[], b: string, c: any): void;
2427
2501
  removeItemByKey(a: any[]): void;
2428
2502
  removeItem(a: any): void;
2429
- private id;
2503
+ private ie;
2430
2504
  acceptEdit(a: number): void;
2431
2505
  rejectEdit(a: number): void;
2432
2506
  setEditError(a: number, b: string): void;
2433
2507
  startEditMode(): void;
2434
2508
  endEditMode(a: boolean): void;
2435
- private cr;
2509
+ private cs;
2436
2510
  get enterBehavior(): EnterKeyBehaviors;
2437
2511
  set enterBehavior(a: EnterKeyBehaviors);
2438
- private cp;
2512
+ private cq;
2439
2513
  get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
2440
2514
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2441
2515
  selectAllRows(): void;
2442
2516
  deselectAllRows(): void;
2443
- private h1;
2444
- get j2(): boolean;
2445
- set j2(a: boolean);
2446
- ko(a: Key, b: boolean, c: boolean): boolean;
2447
- private lc;
2448
- k7(): boolean;
2449
- private hs;
2517
+ private h2;
2518
+ get j4(): boolean;
2519
+ set j4(a: boolean);
2520
+ kq(a: Key, b: boolean, c: boolean): boolean;
2521
+ private lf;
2522
+ k9(): boolean;
2523
+ private ht;
2450
2524
  get isColumnOptionsSummariesEnabled(): boolean;
2451
2525
  set isColumnOptionsSummariesEnabled(a: boolean);
2452
- private hr;
2526
+ private hs;
2453
2527
  get isColumnOptionsGroupingEnabled(): boolean;
2454
2528
  set isColumnOptionsGroupingEnabled(a: boolean);
2455
- private fh;
2529
+ private fi;
2456
2530
  get mergedCellMode(): MergedCellMode;
2457
2531
  set mergedCellMode(a: MergedCellMode);
2458
- private ff;
2532
+ private fg;
2459
2533
  get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
2460
2534
  set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
2461
- private ad;
2535
+ private ae;
2462
2536
  get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
2463
2537
  set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
2464
2538
  saveLayout(): string;
2465
- private fy;
2466
- private ll;
2539
+ private fz;
2540
+ private lr;
2467
2541
  loadLayout(a: string): void;
2468
- private q;
2469
2542
  private r;
2470
- nt(a: CellPath): number;
2471
- private cy;
2543
+ private s;
2544
+ n0(a: CellPath): number;
2545
+ private cz;
2472
2546
  get filterUIType(): FilterUIType;
2473
2547
  set filterUIType(a: FilterUIType);
2474
- private cv;
2548
+ private cw;
2475
2549
  get filterLogicalOperator(): FilterLogicalOperator;
2476
2550
  set filterLogicalOperator(a: FilterLogicalOperator);
2477
- private ct;
2551
+ private cu;
2478
2552
  get filterComparisonType(): FilterComparisonType;
2479
2553
  set filterComparisonType(a: FilterComparisonType);
2480
- ju(): boolean;
2481
- private lo;
2554
+ jw(): boolean;
2555
+ private lu;
2482
2556
  get todayOverride(): Date;
2483
2557
  set todayOverride(a: Date);
2484
- private hg;
2558
+ private hh;
2485
2559
  get clearSelectionOnEscape(): boolean;
2486
2560
  set clearSelectionOnEscape(a: boolean);
2487
2561
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2488
- v3(a: DataGridColumn, b: FilterOperand, c: any): void;
2489
- private h2;
2562
+ wj(a: DataGridColumn, b: FilterOperand, c: any): void;
2563
+ private my;
2564
+ la(): boolean;
2565
+ va(): void;
2566
+ u9(): void;
2567
+ private h3;
2490
2568
  get isPagerVisible(): boolean;
2491
2569
  set isPagerVisible(a: boolean);
2492
- private mx;
2570
+ private m4;
2493
2571
  get pageSize(): number;
2494
2572
  set pageSize(a: number);
2495
- private h7;
2573
+ private h8;
2496
2574
  get isToolbarVisible(): boolean;
2497
2575
  set isToolbarVisible(a: boolean);
2498
- private h5;
2576
+ private h6;
2499
2577
  get isToolbarColumnChooserVisible(): boolean;
2500
2578
  set isToolbarColumnChooserVisible(a: boolean);
2501
- private h6;
2579
+ private h7;
2502
2580
  get isToolbarColumnPinningVisible(): boolean;
2503
2581
  set isToolbarColumnPinningVisible(a: boolean);
2504
- private ox;
2582
+ private o7;
2505
2583
  get toolbarTitle(): string;
2506
2584
  set toolbarTitle(a: string);
2507
- private ot;
2585
+ private o3;
2508
2586
  get toolbarColumnChooserText(): string;
2509
2587
  set toolbarColumnChooserText(a: string);
2510
- private ou;
2588
+ private o4;
2511
2589
  get toolbarColumnChooserTitle(): string;
2512
2590
  set toolbarColumnChooserTitle(a: string);
2513
- private ov;
2591
+ private o5;
2514
2592
  get toolbarColumnPinningText(): string;
2515
2593
  set toolbarColumnPinningText(a: string);
2516
- private ow;
2594
+ private o6;
2517
2595
  get toolbarColumnPinningTitle(): string;
2518
2596
  set toolbarColumnPinningTitle(a: string);
2519
- private gl;
2597
+ private gm;
2520
2598
  get scrollbarStyle(): ScrollbarStyle;
2521
2599
  set scrollbarStyle(a: ScrollbarStyle);
2522
- private zf;
2600
+ private zz;
2523
2601
  get scrollbarBackground(): Brush;
2524
2602
  set scrollbarBackground(a: Brush);
2525
- private hd;
2603
+ private he;
2526
2604
  get allowCopyOperation(): boolean;
2527
2605
  set allowCopyOperation(a: boolean);
2528
- private hh;
2606
+ private hi;
2529
2607
  get deferEventForRowDragSelection(): boolean;
2530
2608
  set deferEventForRowDragSelection(a: boolean);
2531
2609
  }
@@ -2707,6 +2785,64 @@ export declare class GridAnimationManager extends Base {
2707
2785
  an(a: DataGrid, b: number): void;
2708
2786
  ap(a: DataGrid, b: number): void;
2709
2787
  }
2788
+ /**
2789
+ * @hidden
2790
+ */
2791
+ export declare class GridConditionalStyle extends Base implements INotifyPropertyChanged {
2792
+ static $t: Type;
2793
+ protected get_s(): boolean;
2794
+ get s(): boolean;
2795
+ constructor();
2796
+ g: DefinitionBase;
2797
+ private am;
2798
+ private ac;
2799
+ get ak(): string;
2800
+ set ak(a: string);
2801
+ private n;
2802
+ get w(): boolean;
2803
+ set w(a: boolean);
2804
+ private h;
2805
+ get properties(): GridConditionalStylePropertyCollection;
2806
+ private y;
2807
+ private aa;
2808
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2809
+ propertyUpdated: (sender: any, e: PropertyUpdatedEventArgs) => void;
2810
+ private o;
2811
+ an(a: HashSet$1<string>): void;
2812
+ z(): HashSet$1<string>;
2813
+ private ab;
2814
+ get ae(): string;
2815
+ set ae(a: string);
2816
+ private b;
2817
+ get e(): IFilterExpression;
2818
+ set e(a: IFilterExpression);
2819
+ d: IFilterExpression;
2820
+ x(): boolean;
2821
+ private l;
2822
+ get u(): boolean;
2823
+ set u(a: boolean);
2824
+ private k;
2825
+ get t(): boolean;
2826
+ set t(a: boolean);
2827
+ private m;
2828
+ get v(): boolean;
2829
+ set v(a: boolean);
2830
+ q(): boolean;
2831
+ p(): boolean;
2832
+ r(): boolean;
2833
+ protected ao(a: string, b: any, c: any): void;
2834
+ protected ap(a: string, b: any, c: any): void;
2835
+ filterStringErrorsParsing: (sender: any, args: GridConditionFilterStringErrorsParsingEventArgs) => void;
2836
+ private c;
2837
+ private f;
2838
+ }
2839
+ /**
2840
+ * @hidden
2841
+ */
2842
+ export declare class GridConditionalStyleCollection extends ObservableCollection$1<GridConditionalStyle> {
2843
+ static $t: Type;
2844
+ constructor();
2845
+ }
2710
2846
  /**
2711
2847
  * @hidden
2712
2848
  */
@@ -2775,464 +2911,571 @@ export declare class GridSelectedCellsCollection extends ObservableCollection$1<
2775
2911
  export declare abstract class DefinitionBase extends Base implements INotifyPropertyChanged {
2776
2912
  static $t: Type;
2777
2913
  constructor();
2778
- private bl;
2779
- private t;
2780
- get externalObject(): any;
2781
- set externalObject(a: any);
2782
- private ds;
2783
- get d8(): Brush;
2784
- set d8(a: Brush);
2785
- private dt;
2786
- get d9(): Brush;
2787
- set d9(a: Brush);
2788
- private di;
2789
- get dz(): Brush;
2790
- set dz(a: Brush);
2791
- private du;
2792
- get ea(): Brush;
2793
- set ea(a: Brush);
2794
- private dl;
2795
- get d2(): Brush;
2796
- set d2(a: Brush);
2797
- private a2;
2798
- get be(): number;
2799
- set be(a: number);
2800
- private a4;
2801
- get bg(): number;
2802
- set bg(a: number);
2914
+ private ef;
2803
2915
  private a3;
2804
- get bf(): number;
2805
- set bf(a: number);
2806
- private a1;
2807
- get bd(): number;
2808
- set bd(a: number);
2916
+ protected ez(a: GridConditionalStyle): void;
2917
+ protected e0(a: GridConditionalStyle): void;
2918
+ protected ct(): any;
2919
+ protected cs(): any;
2920
+ protected cr(): any;
2921
+ private eh;
2922
+ private fb;
2809
2923
  private ay;
2810
- get ba(): number;
2811
- set ba(a: number);
2812
- private a0;
2813
- get bc(): number;
2814
- set bc(a: number);
2924
+ private ep;
2925
+ private ex;
2926
+ private em;
2927
+ private eg;
2928
+ private a2;
2929
+ e3(a: GridConditionalStyle): void;
2815
2930
  private az;
2816
- get bb(): number;
2817
- set bb(a: number);
2818
2931
  private ax;
2819
- get a9(): number;
2820
- set a9(a: number);
2821
- private a6;
2822
- get bi(): number;
2823
- set bi(a: number);
2824
- private a8;
2825
- get bk(): number;
2826
- set bk(a: number);
2827
- private a7;
2828
- get bj(): number;
2829
- set bj(a: number);
2830
- private a5;
2831
- get bh(): number;
2832
- set bh(a: number);
2833
- private r;
2932
+ private ec;
2933
+ private ek;
2934
+ private ed;
2935
+ e2(a: GridConditionalStyle): void;
2936
+ as(a: GridConditionalStyle): boolean;
2937
+ private ei;
2938
+ private cl;
2939
+ private x;
2940
+ get externalObject(): any;
2941
+ set externalObject(a: any);
2942
+ private fu;
2943
+ get ge(): Brush;
2944
+ set ge(a: Brush);
2945
+ private v;
2946
+ get conditionalStyles(): GridConditionalStyleCollection;
2947
+ private fx;
2948
+ get gh(): Brush;
2949
+ set gh(a: Brush);
2950
+ private fj;
2951
+ get f3(): Brush;
2952
+ set f3(a: Brush);
2953
+ private fy;
2954
+ get gi(): Brush;
2955
+ set gi(a: Brush);
2956
+ private fo;
2957
+ get f8(): Brush;
2958
+ set f8(a: Brush);
2959
+ private bw;
2960
+ get cc(): number;
2961
+ set cc(a: number);
2962
+ private by;
2963
+ get ce(): number;
2964
+ set ce(a: number);
2965
+ private bx;
2966
+ get cd(): number;
2967
+ set cd(a: number);
2968
+ private bv;
2969
+ get cb(): number;
2970
+ set cb(a: number);
2971
+ private bo;
2972
+ get b4(): number;
2973
+ set b4(a: number);
2974
+ private bq;
2975
+ get b6(): number;
2976
+ set b6(a: number);
2977
+ private bp;
2978
+ get b5(): number;
2979
+ set b5(a: number);
2980
+ private bn;
2981
+ get b3(): number;
2982
+ set b3(a: number);
2983
+ private b0;
2984
+ get cg(): number;
2985
+ set cg(a: number);
2986
+ private b2;
2987
+ get ci(): number;
2988
+ set ci(a: number);
2989
+ private b1;
2990
+ get ch(): number;
2991
+ set ch(a: number);
2992
+ private bz;
2993
+ get cf(): number;
2994
+ set cf(a: number);
2995
+ private t;
2834
2996
  get grid(): DataGrid;
2835
2997
  set grid(a: DataGrid);
2836
- private c1;
2837
- protected c0(a: DataGrid, b: DataGrid): void;
2838
- protected c2(a: any, b: PropertyChangedEventArgs): void;
2839
- private dk;
2840
- get d1(): Brush;
2841
- set d1(a: Brush);
2842
- private dj;
2843
- get d0(): Brush;
2844
- set d0(a: Brush);
2845
- private dm;
2846
- get d3(): Brush;
2847
- set d3(a: Brush);
2848
- private dx;
2849
- get ek(): Brush;
2850
- set ek(a: Brush);
2851
- private dq;
2852
- get d6(): Brush;
2853
- set d6(a: Brush);
2854
- private dw;
2855
- get ej(): Brush;
2856
- set ej(a: Brush);
2857
- private dp;
2858
- get d5(): Brush;
2859
- set d5(a: Brush);
2860
- private dv;
2861
- get ei(): Brush;
2862
- set ei(a: Brush);
2863
- private dn;
2864
- get d4(): Brush;
2865
- set d4(a: Brush);
2866
- private ar;
2867
- get au(): number;
2868
- set au(a: number);
2869
- private b;
2998
+ private er;
2999
+ protected eq(a: DataGrid, b: DataGrid): void;
3000
+ protected es(a: any, b: PropertyChangedEventArgs): void;
3001
+ private fl;
3002
+ get f5(): Brush;
3003
+ set f5(a: Brush);
3004
+ private fk;
3005
+ get f4(): Brush;
3006
+ set f4(a: Brush);
3007
+ private fp;
3008
+ get f9(): Brush;
3009
+ set f9(a: Brush);
3010
+ private f1;
3011
+ get gw(): Brush;
3012
+ set gw(a: Brush);
3013
+ private fs;
3014
+ get gc(): Brush;
3015
+ set gc(a: Brush);
3016
+ private f0;
3017
+ get gv(): Brush;
3018
+ set gv(a: Brush);
3019
+ private fr;
3020
+ get gb(): Brush;
3021
+ set gb(a: Brush);
3022
+ private fz;
3023
+ get gu(): Brush;
3024
+ set gu(a: Brush);
3025
+ private fq;
3026
+ get ga(): Brush;
3027
+ set ga(a: Brush);
3028
+ private bd;
3029
+ get bh(): number;
3030
+ set bh(a: number);
3031
+ private d;
3032
+ get g(): CellContentHorizontalAlignment;
3033
+ set g(a: CellContentHorizontalAlignment);
3034
+ private i;
3035
+ get l(): CellContentVerticalAlignment;
3036
+ set l(a: CellContentVerticalAlignment);
3037
+ private c;
2870
3038
  get e(): CellContentHorizontalAlignment;
2871
3039
  set e(a: CellContentHorizontalAlignment);
2872
- private g;
3040
+ private h;
2873
3041
  get j(): CellContentVerticalAlignment;
2874
3042
  set j(a: CellContentVerticalAlignment);
2875
- private a;
2876
- get c(): CellContentHorizontalAlignment;
2877
- set c(a: CellContentHorizontalAlignment);
2878
- private f;
2879
- get h(): CellContentVerticalAlignment;
2880
- set h(a: CellContentVerticalAlignment);
2881
- private w;
2882
- get y(): TextCellLineBreakMode;
2883
- set y(a: TextCellLineBreakMode);
2884
- private v;
2885
- get x(): TextCellLineBreakMode;
2886
- set x(a: TextCellLineBreakMode);
2887
- private dy;
2888
- get el(): Brush;
2889
- set el(a: Brush);
2890
- private dr;
2891
- get d7(): Brush;
2892
- set d7(a: Brush);
2893
- private as;
2894
- get aw(): number;
2895
- set aw(a: number);
2896
- private aq;
2897
- get at(): number;
2898
- set at(a: number);
2899
- private ac;
3043
+ private aa;
3044
+ get ac(): TextCellLineBreakMode;
3045
+ set ac(a: TextCellLineBreakMode);
3046
+ private z;
3047
+ get ab(): TextCellLineBreakMode;
3048
+ set ab(a: TextCellLineBreakMode);
3049
+ private f2;
3050
+ get gx(): Brush;
3051
+ set gx(a: Brush);
3052
+ private ft;
3053
+ get gd(): Brush;
3054
+ set gd(a: Brush);
3055
+ private an;
3056
+ get ar(): boolean;
3057
+ set ar(a: boolean);
3058
+ private fv;
3059
+ get gf(): Brush;
3060
+ set gf(a: Brush);
3061
+ private fm;
3062
+ get f6(): Brush;
3063
+ set f6(a: Brush);
3064
+ private fw;
3065
+ get gg(): Brush;
3066
+ set gg(a: Brush);
3067
+ private fn;
3068
+ get f7(): Brush;
3069
+ set f7(a: Brush);
3070
+ private bu;
3071
+ get ca(): number;
3072
+ set ca(a: number);
3073
+ private bs;
3074
+ get b8(): number;
3075
+ set b8(a: number);
3076
+ private bt;
3077
+ get b9(): number;
3078
+ set b9(a: number);
3079
+ private br;
3080
+ get b7(): number;
3081
+ set b7(a: number);
3082
+ private be;
3083
+ get bm(): number;
3084
+ set bm(a: number);
3085
+ private bc;
3086
+ get bf(): number;
3087
+ set bf(a: number);
3088
+ private ag;
2900
3089
  get textStyle(): FontInfo;
2901
3090
  set textStyle(a: FontInfo);
2902
- private ab;
2903
- get ad(): FontInfo;
2904
- set ad(a: FontInfo);
2905
- k(a: CellPath, b: string): CellModel;
2906
- protected abstract l(a: CellPath): CellModel;
2907
- cm(a: CellPath, b: DataGrid, c: any, d: number): string;
2908
- protected abstract cn(a: CellPath, b: DataGrid, c: any): string;
2909
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
2910
- cy(a: CellModel, b: DataGrid, c: any, d: any): void;
2911
- private n;
3091
+ private af;
3092
+ get ah(): FontInfo;
3093
+ set ah(a: FontInfo);
3094
+ m(a: CellPath, b: string): CellModel;
3095
+ ba(a: string): List$1<GridConditionalStyle>;
3096
+ private a6;
3097
+ private bb;
3098
+ private a9;
3099
+ protected abstract n(a: CellPath): CellModel;
3100
+ private eu;
3101
+ private a7;
3102
+ d1(a: CellPath, b: DataGrid, c: any, d: number): string;
3103
+ private aw;
3104
+ protected abstract d2(a: CellPath, b: DataGrid, c: any): string;
3105
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3106
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
3107
+ protected at(a: GridConditionalStyle): boolean;
3108
+ private al;
3109
+ private ee;
3110
+ private cn;
3111
+ private cp;
3112
+ private cq;
3113
+ private gt;
3114
+ private gs;
3115
+ private bk;
3116
+ private bl;
3117
+ bg(a: any): number;
3118
+ private a;
3119
+ private b;
3120
+ private bj;
3121
+ private p;
2912
3122
  dataBinding: (sender: any, args: DataBindingEventArgs) => void;
2913
3123
  dataBound: (sender: any, args: DataBindingEventArgs) => void;
2914
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
2915
- ck(a: DataGrid, b: any, c: any): string;
2916
- c6(): void;
2917
- protected aj(a: string): boolean;
2918
- protected ak(a: string): boolean;
3124
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3125
+ dz(a: DataGrid, b: any, c: any): string;
3126
+ ey(): void;
3127
+ protected au(a: string): boolean;
3128
+ protected av(a: string): boolean;
2919
3129
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2920
- protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2921
- protected c9(): void;
2922
- protected dg(): void;
2923
- protected dh(): void;
2924
- protected de(): void;
2925
- protected dd(): void;
2926
- protected df(): void;
2927
- protected dc(): void;
2928
- protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2929
- private ag;
2930
- protected da(): void;
2931
- private c8;
2932
- private db;
2933
- private am;
2934
- private ao;
2935
- private al;
2936
- protected get an(): HashSet$1<string>;
2937
- protected get ap(): List$1<string>;
2938
- private cw;
2939
- protected d(): CellContentHorizontalAlignment;
2940
- protected i(): CellContentVerticalAlignment;
2941
- protected eh(): Brush;
2942
- protected eb(): Brush;
2943
- protected af(): FontInfo;
2944
- protected ec(): Brush;
2945
- protected eg(): Brush;
2946
- protected ee(): Brush;
2947
- protected ed(): Brush;
2948
- protected ef(): Brush;
2949
- protected av(): number;
3130
+ protected et(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3131
+ protected e5(): void;
3132
+ protected fh(): void;
3133
+ protected e6(): void;
3134
+ protected e8(): void;
3135
+ protected e9(): void;
3136
+ protected e7(): void;
3137
+ protected fi(): void;
3138
+ protected ff(): void;
3139
+ protected fe(): void;
3140
+ protected fg(): void;
3141
+ protected fd(): void;
3142
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3143
+ private ak;
3144
+ protected fa(): void;
3145
+ private e4;
3146
+ private fc;
3147
+ private a1;
3148
+ private a5;
3149
+ private a0;
3150
+ protected get a4(): HashSet$1<string>;
3151
+ protected get a8(): List$1<string>;
3152
+ private ej;
3153
+ protected f(): CellContentHorizontalAlignment;
3154
+ protected k(): CellContentVerticalAlignment;
3155
+ protected gr(): Brush;
3156
+ protected gl(): Brush;
3157
+ protected gm(): Brush;
3158
+ protected ck(): number;
3159
+ protected cj(): number;
3160
+ protected gj(): Brush;
3161
+ protected aj(): FontInfo;
3162
+ protected gk(): Brush;
3163
+ protected gq(): Brush;
3164
+ protected go(): Brush;
3165
+ protected gn(): Brush;
3166
+ protected gp(): Brush;
3167
+ protected bi(): number;
2950
3168
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
2951
- private z;
2952
- c7(a: string, b: CellPropertyAnimationType, c: any): void;
2953
- ai(): boolean;
2954
- get aa(): FastIterationDictionary$2<string, any>;
2955
- ah(a: string): boolean;
2956
- c5(a: string): void;
2957
- bn(a: string): any;
2958
- cl(a: any, b: DataSourceSchemaPropertyType, c: any): string;
2959
- u(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
3169
+ private ad;
3170
+ private am;
3171
+ e1(a: string, b: CellPropertyAnimationType, c: any): void;
3172
+ ap(): boolean;
3173
+ get ae(): FastIterationDictionary$2<string, any>;
3174
+ get aq(): boolean;
3175
+ ao(a: string): boolean;
3176
+ ew(a: string): void;
3177
+ co(a: string): any;
3178
+ d0(a: any, b: DataSourceSchemaPropertyType, c: any): string;
3179
+ y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
2960
3180
  cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
2961
3181
  }
2962
3182
  /**
2963
3183
  * @hidden
2964
3184
  */
2965
- export declare abstract class DataGridColumn extends DefinitionBase {
3185
+ export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
2966
3186
  static $t: Type;
2967
3187
  constructor();
2968
- protected lh(): Brush;
2969
- protected lg(): Brush;
2970
- private static h5;
2971
- h6: number;
2972
- private fg;
2973
- get fh(): ColumnStates;
2974
- set fh(a: ColumnStates);
2975
- private hr;
2976
- get h2(): number;
2977
- set h2(a: number);
2978
- private ht;
2979
- get h4(): number;
2980
- set h4(a: number);
3188
+ protected e0(a: GridConditionalStyle): void;
3189
+ protected cr(): any;
3190
+ protected cs(): any;
3191
+ protected ct(): any;
3192
+ protected at(a: GridConditionalStyle): boolean;
3193
+ protected ny(): Brush;
3194
+ protected nx(): Brush;
3195
+ private static kn;
3196
+ ko: number;
2981
3197
  private hs;
2982
- get h3(): number;
2983
- set h3(a: number);
2984
- private hq;
2985
- get h1(): number;
2986
- set h1(a: number);
2987
- private ie;
2988
- get jz(): string;
2989
- set jz(a: string);
2990
- private ho;
2991
- get hz(): number;
2992
- set hz(a: number);
2993
- private hn;
2994
- get hy(): number;
2995
- set hy(a: number);
2996
- private hp;
2997
- get h0(): number;
2998
- set h0(a: number);
2999
- private f3;
3000
- get f5(): PinnedPositions;
3001
- set f5(a: PinnedPositions);
3002
- private ic;
3003
- get i8(): string;
3004
- set i8(a: string);
3005
- private id;
3006
- get jf(): string;
3007
- set jf(a: string);
3008
- private ia;
3009
- get im(): string;
3010
- set im(a: string);
3011
- private k8;
3012
- get lk(): Brush;
3013
- set lk(a: Brush);
3014
- private k3;
3015
- get ld(): Brush;
3016
- set ld(a: Brush);
3017
- private k6;
3018
- get li(): Brush;
3019
- set li(a: Brush);
3020
- private k1;
3021
- get lb(): Brush;
3022
- set lb(a: Brush);
3023
- private k7;
3024
- get lj(): Brush;
3025
- set lj(a: Brush);
3026
- private k2;
3027
- get lc(): Brush;
3028
- set lc(a: Brush);
3029
- private fr;
3030
- get fs(): GridColumnAnimationSettings;
3031
- set fs(a: GridColumnAnimationSettings);
3032
- private fi;
3198
+ get ht(): ColumnStates;
3199
+ set ht(a: ColumnStates);
3200
+ private j9;
3201
+ get kk(): number;
3202
+ set kk(a: number);
3203
+ private kb;
3204
+ get km(): number;
3205
+ set km(a: number);
3206
+ private ka;
3207
+ get kl(): number;
3208
+ set kl(a: number);
3209
+ private j8;
3210
+ get kj(): number;
3211
+ set kj(a: number);
3212
+ private kw;
3213
+ get mf(): string;
3214
+ set mf(a: string);
3215
+ private j6;
3216
+ get kh(): number;
3217
+ set kh(a: number);
3218
+ private j5;
3219
+ get kg(): number;
3220
+ set kg(a: number);
3221
+ private j7;
3222
+ get ki(): number;
3223
+ set ki(a: number);
3224
+ private ii;
3225
+ get ik(): PinnedPositions;
3226
+ set ik(a: PinnedPositions);
3227
+ private ku;
3228
+ get lo(): string;
3229
+ set lo(a: string);
3230
+ private kv;
3231
+ get lv(): string;
3232
+ set lv(a: string);
3233
+ private ks;
3234
+ get k3(): string;
3235
+ set k3(a: string);
3236
+ private np;
3237
+ get n1(): Brush;
3238
+ set n1(a: Brush);
3239
+ private nk;
3240
+ get nu(): Brush;
3241
+ set nu(a: Brush);
3242
+ private nn;
3243
+ get nz(): Brush;
3244
+ set nz(a: Brush);
3245
+ private ni;
3246
+ get ns(): Brush;
3247
+ set ns(a: Brush);
3248
+ private no;
3249
+ get n0(): Brush;
3250
+ set n0(a: Brush);
3251
+ private nj;
3252
+ get nt(): Brush;
3253
+ set nt(a: Brush);
3254
+ private h5;
3255
+ get h6(): GridColumnAnimationSettings;
3256
+ set h6(a: GridColumnAnimationSettings);
3257
+ private hu;
3033
3258
  get width(): ColumnWidth;
3034
3259
  set width(a: ColumnWidth);
3035
- private hf;
3036
- get hi(): number;
3037
- set hi(a: number);
3038
- private go;
3039
- get g6(): boolean;
3040
- set g6(a: boolean);
3041
- private gi;
3042
- get g0(): boolean;
3043
- set g0(a: boolean);
3044
- private gr;
3045
- get g9(): boolean;
3046
- set g9(a: boolean);
3047
- private eo;
3048
- get ep(): ColumnFilterCondition;
3049
- set ep(a: ColumnFilterCondition);
3050
- private eq;
3051
- get er(): IFilterExpression;
3052
- set er(a: IFilterExpression);
3053
- private fv;
3260
+ private jx;
3261
+ get j0(): number;
3262
+ set j0(a: number);
3263
+ private i6;
3264
+ get jo(): boolean;
3265
+ set jo(a: boolean);
3266
+ private i0;
3267
+ get ji(): boolean;
3268
+ set ji(a: boolean);
3269
+ private i9;
3270
+ get jr(): boolean;
3271
+ set jr(a: boolean);
3272
+ private g0;
3273
+ get g1(): ColumnFilterCondition;
3274
+ set g1(a: ColumnFilterCondition);
3275
+ private g2;
3276
+ get g3(): IFilterExpression;
3277
+ set g3(a: IFilterExpression);
3278
+ private h9;
3054
3279
  get header(): Header;
3055
3280
  set header(a: Header);
3056
- private gn;
3057
- get g5(): boolean;
3058
- set g5(a: boolean);
3059
- private gq;
3060
- get g8(): boolean;
3061
- set g8(a: boolean);
3062
- private gp;
3063
- get g7(): boolean;
3064
- set g7(a: boolean);
3065
- private gs;
3066
- get hb(): boolean;
3067
- set hb(a: boolean);
3068
- private fe;
3069
- get ff(): ColumnSortDirection;
3070
- set ff(a: ColumnSortDirection);
3071
- private f4;
3072
- get f6(): PinnedPositions;
3073
- set f6(a: PinnedPositions);
3074
- private gh;
3075
- get gz(): boolean;
3076
- set gz(a: boolean);
3077
- get gw(): boolean;
3078
- private e4;
3079
- get e6(): ColumnOptionsIconAlignment;
3080
- set e6(a: ColumnOptionsIconAlignment);
3081
- private e5;
3082
- get e7(): ColumnOptionsIconAlignment;
3083
- set e7(a: ColumnOptionsIconAlignment);
3084
- private kz;
3085
- get k9(): Brush;
3086
- set k9(a: Brush);
3087
- private k4;
3088
- get le(): Brush;
3089
- set le(a: Brush);
3090
- private e9;
3091
- get fb(): ColumnOptionsIconBehavior;
3092
- set fb(a: ColumnOptionsIconBehavior);
3093
- private e8;
3094
- get fa(): ColumnOptionsIconBehavior;
3095
- set fa(a: ColumnOptionsIconBehavior);
3096
- private gd;
3097
- get gt(): boolean;
3098
- set gt(a: boolean);
3099
- private gj;
3100
- get g1(): boolean;
3101
- set g1(a: boolean);
3102
- private gf;
3103
- get gv(): boolean;
3104
- set gv(a: boolean);
3105
- private gl;
3106
- get g3(): boolean;
3107
- set g3(a: boolean);
3108
- private ge;
3109
- get gu(): boolean;
3110
- set gu(a: boolean);
3111
- private gk;
3112
- get g2(): boolean;
3113
- set g2(a: boolean);
3114
- private gm;
3115
- get g4(): boolean;
3116
- set g4(a: boolean);
3117
- private k5;
3118
- get lf(): Brush;
3119
- set lf(a: Brush);
3120
- private k0;
3121
- get la(): Brush;
3122
- set la(a: Brush);
3123
- private he;
3124
- get hh(): number;
3125
- set hh(a: number);
3126
- private hd;
3127
- get hg(): number;
3128
- set hg(a: number);
3129
- private ga;
3281
+ private i5;
3282
+ get jn(): boolean;
3283
+ set jn(a: boolean);
3284
+ private i8;
3285
+ get jq(): boolean;
3286
+ set jq(a: boolean);
3287
+ private i7;
3288
+ get jp(): boolean;
3289
+ set jp(a: boolean);
3290
+ private ja;
3291
+ get jt(): boolean;
3292
+ set jt(a: boolean);
3293
+ private hq;
3294
+ get hr(): ColumnSortDirection;
3295
+ set hr(a: ColumnSortDirection);
3296
+ private ij;
3297
+ get il(): PinnedPositions;
3298
+ set il(a: PinnedPositions);
3299
+ private iz;
3300
+ get jh(): boolean;
3301
+ set jh(a: boolean);
3302
+ get je(): boolean;
3303
+ private hg;
3304
+ get hi(): ColumnOptionsIconAlignment;
3305
+ set hi(a: ColumnOptionsIconAlignment);
3306
+ private hh;
3307
+ get hj(): ColumnOptionsIconAlignment;
3308
+ set hj(a: ColumnOptionsIconAlignment);
3309
+ private ng;
3310
+ get nq(): Brush;
3311
+ set nq(a: Brush);
3312
+ private nl;
3313
+ get nv(): Brush;
3314
+ set nv(a: Brush);
3315
+ private hl;
3316
+ get hn(): ColumnOptionsIconBehavior;
3317
+ set hn(a: ColumnOptionsIconBehavior);
3318
+ private hk;
3319
+ get hm(): ColumnOptionsIconBehavior;
3320
+ set hm(a: ColumnOptionsIconBehavior);
3321
+ private iv;
3322
+ get jb(): boolean;
3323
+ set jb(a: boolean);
3324
+ private i1;
3325
+ get jj(): boolean;
3326
+ set jj(a: boolean);
3327
+ private ix;
3328
+ get jd(): boolean;
3329
+ set jd(a: boolean);
3330
+ private i3;
3331
+ get jl(): boolean;
3332
+ set jl(a: boolean);
3333
+ private iw;
3334
+ get jc(): boolean;
3335
+ set jc(a: boolean);
3336
+ private i2;
3337
+ get jk(): boolean;
3338
+ set jk(a: boolean);
3339
+ private i4;
3340
+ get jm(): boolean;
3341
+ set jm(a: boolean);
3342
+ private nm;
3343
+ get nw(): Brush;
3344
+ set nw(a: Brush);
3345
+ private nh;
3346
+ get nr(): Brush;
3347
+ set nr(a: Brush);
3348
+ private jw;
3349
+ get jz(): number;
3350
+ set jz(a: number);
3351
+ private jv;
3352
+ get jy(): number;
3353
+ set jy(a: number);
3354
+ private is;
3130
3355
  get textEditStyle(): FontInfo;
3131
3356
  set textEditStyle(a: FontInfo);
3132
- private f9;
3133
- get gb(): FontInfo;
3134
- set gb(a: FontInfo);
3135
- private fk;
3136
- get fl(): EditorType;
3137
- set fl(a: EditorType);
3138
- private h7;
3139
- get h8(): any;
3140
- set h8(a: any);
3357
+ private ir;
3358
+ get it(): FontInfo;
3359
+ set it(a: FontInfo);
3360
+ private hy;
3361
+ get hz(): EditorType;
3362
+ set hz(a: EditorType);
3363
+ private kp;
3364
+ get kq(): any;
3365
+ set kq(a: any);
3366
+ private kt;
3367
+ get lk(): string;
3368
+ set lk(a: string);
3369
+ private gy;
3370
+ get gz(): string[];
3371
+ set gz(a: string[]);
3372
+ private ie;
3373
+ get ih(): MergedCellMode;
3374
+ set ih(a: MergedCellMode);
3141
3375
  private ib;
3142
- get i4(): string;
3143
- set i4(a: string);
3144
- private em;
3145
- get en(): string[];
3146
- set en(a: string[]);
3147
- private f0;
3148
- get f2(): MergedCellMode;
3149
- set f2(a: MergedCellMode);
3150
- private fx;
3151
- get fz(): MergedCellEvaluationCriteria;
3152
- set fz(a: MergedCellEvaluationCriteria);
3153
- private ev;
3154
- get ey(): CellContentVerticalAlignment;
3155
- set ey(a: CellContentVerticalAlignment);
3156
- private eu;
3157
- get ew(): CellContentVerticalAlignment;
3158
- set ew(a: CellContentVerticalAlignment);
3159
- private hk;
3160
- get hv(): number;
3161
- set hv(a: number);
3162
- private hm;
3163
- get hx(): number;
3164
- set hx(a: number);
3165
- private hl;
3166
- get hw(): number;
3167
- set hw(a: number);
3168
- private hj;
3169
- get hu(): number;
3170
- set hu(a: number);
3171
- private fm;
3172
- get fn(): FilterComparisonType;
3173
- set fn(a: FilterComparisonType);
3174
- fp(a: FilterComparisonType): FilterComparisonType;
3175
- fo(): FilterComparisonType;
3176
- private ft;
3177
- get fu(): GridFilterOperandsCollection;
3178
- private kd;
3179
- f1(): MergedCellMode;
3180
- fy(): MergedCellEvaluationCriteria;
3181
- ha(): boolean;
3182
- protected ee(): Brush;
3183
- protected eg(): Brush;
3184
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3185
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3186
- protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3187
- protected ez(): CellContentVerticalAlignment;
3188
- protected et(): CellContentHorizontalAlignment;
3189
- protected ex(): CellContentVerticalAlignment;
3190
- private kv;
3191
- private kh;
3192
- protected c0(a: DataGrid, b: DataGrid): void;
3193
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3194
- kw(): void;
3195
- kx(): void;
3196
- ky(): void;
3197
- protected c9(): void;
3198
- protected dg(): void;
3199
- protected dh(): void;
3200
- protected de(): void;
3201
- protected ks(): void;
3202
- protected ku(): void;
3203
- protected kt(): void;
3204
- protected dd(): void;
3205
- protected df(): void;
3206
- protected dc(): void;
3207
- protected km(): void;
3208
- protected kq(): void;
3209
- protected kp(): void;
3210
- protected kn(): void;
3211
- protected kr(): void;
3212
- protected ko(): void;
3376
+ get id(): MergedCellEvaluationCriteria;
3377
+ set id(a: MergedCellEvaluationCriteria);
3378
+ private g7;
3379
+ get ha(): CellContentVerticalAlignment;
3380
+ set ha(a: CellContentVerticalAlignment);
3381
+ private g6;
3382
+ get g8(): CellContentVerticalAlignment;
3383
+ set g8(a: CellContentVerticalAlignment);
3384
+ private j2;
3385
+ get kd(): number;
3386
+ set kd(a: number);
3387
+ private j4;
3388
+ get kf(): number;
3389
+ set kf(a: number);
3390
+ private j3;
3391
+ get ke(): number;
3392
+ set ke(a: number);
3393
+ private j1;
3394
+ get kc(): number;
3395
+ set kc(a: number);
3396
+ private h0;
3397
+ get h1(): FilterComparisonType;
3398
+ set h1(a: FilterComparisonType);
3399
+ h3(a: FilterComparisonType): FilterComparisonType;
3400
+ h2(): FilterComparisonType;
3401
+ private h7;
3402
+ get h8(): GridFilterOperandsCollection;
3403
+ private mt;
3404
+ ig(): MergedCellMode;
3405
+ ic(): MergedCellEvaluationCriteria;
3406
+ js(): boolean;
3407
+ protected go(): Brush;
3408
+ protected gq(): Brush;
3409
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3410
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3411
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3412
+ protected hb(): CellContentVerticalAlignment;
3413
+ protected g5(): CellContentHorizontalAlignment;
3414
+ protected g9(): CellContentVerticalAlignment;
3415
+ private nc;
3416
+ private my;
3417
+ protected eq(a: DataGrid, b: DataGrid): void;
3418
+ protected es(a: any, b: PropertyChangedEventArgs): void;
3419
+ nd(): void;
3420
+ ne(): void;
3421
+ nf(): void;
3422
+ protected e5(): void;
3423
+ protected fh(): void;
3424
+ protected fi(): void;
3425
+ protected ff(): void;
3426
+ protected m9(): void;
3427
+ protected nb(): void;
3428
+ protected na(): void;
3429
+ protected fe(): void;
3430
+ protected fg(): void;
3431
+ protected fd(): void;
3432
+ protected m3(): void;
3433
+ protected m7(): void;
3434
+ protected m6(): void;
3435
+ protected m4(): void;
3436
+ protected m8(): void;
3437
+ protected m5(): void;
3213
3438
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3214
3439
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3215
- protected kl(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3216
- e3(): ColumnHidingAnimationMode;
3217
- fd(): ColumnShowingAnimationMode;
3218
- e2(): ColumnExchangingAnimationMode;
3219
- fc(): ColumnResizingAnimationMode;
3220
- jd(): string;
3221
- private f7;
3222
- private gg;
3223
- kk(a: string, b: CellPropertyAnimationType, c: any): void;
3224
- gy(): boolean;
3225
- get f8(): FastIterationDictionary$2<string, any>;
3226
- gx(a: string): boolean;
3227
- kj(a: string): void;
3228
- h9(a: string): any;
3229
- hc: List$1<LayoutAction>;
3230
- ki(a: string): void;
3231
- kf(a: ColumnComparisonConditionOperatorType, b: any): void;
3232
- ke(a: string, b: number, c: any): void;
3233
- es(a: FilterOperand, b: any): IFilterExpression;
3234
- fq(a: string, b: number): FilterOperand;
3235
- kg(): void;
3440
+ protected m2(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3441
+ hf(): ColumnHidingAnimationMode;
3442
+ hp(): ColumnShowingAnimationMode;
3443
+ he(): ColumnExchangingAnimationMode;
3444
+ ho(): ColumnResizingAnimationMode;
3445
+ lt(): string;
3446
+ private ip;
3447
+ private iy;
3448
+ m1(a: string, b: CellPropertyAnimationType, c: any): void;
3449
+ jg(): boolean;
3450
+ get iq(): FastIterationDictionary$2<string, any>;
3451
+ jf(a: string): boolean;
3452
+ m0(a: string): void;
3453
+ kr(a: string): any;
3454
+ ju: List$1<LayoutAction>;
3455
+ mz(a: string): void;
3456
+ mv(a: ColumnComparisonConditionOperatorType, b: any): void;
3457
+ mu(a: string, b: number, c: any): void;
3458
+ g4(a: FilterOperand, b: any): IFilterExpression;
3459
+ h4(a: string, b: number): FilterOperand;
3460
+ mw(): void;
3461
+ private hw;
3462
+ get hx(): DataGridColumnToolbarManager;
3463
+ getDesiredToolbarActions(): ToolActionInfo[];
3464
+ addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3465
+ removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3466
+ addCommandStateChangedListener(a: ICommandStateChangedListener): void;
3467
+ removeCommandStateChangedListener(a: ICommandStateChangedListener): void;
3468
+ onToolCommandExecuting(a: ToolCommand): ToolCommandExecutionState;
3469
+ private _commandCompleted;
3470
+ get commandCompleted(): (arg1: ToolCommand) => void;
3471
+ set commandCompleted(a: (arg1: ToolCommand) => void);
3472
+ private _invalidateActions;
3473
+ get invalidateActions(): () => void;
3474
+ set invalidateActions(a: () => void);
3475
+ private im;
3476
+ get io(): IToolbarContextAccessor;
3477
+ provideContextAccessor(a: IToolbarContextAccessor): void;
3478
+ mx(): void;
3236
3479
  }
3237
3480
  /**
3238
3481
  * @hidden
@@ -3521,23 +3764,23 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
3521
3764
  */
3522
3765
  export declare class ColumnMovingSeparator extends DefinitionBase {
3523
3766
  static $t: Type;
3524
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3525
- protected l(a: CellPath): CellModel;
3526
- protected ec(): Brush;
3527
- private eq;
3528
- get er(): number;
3529
- set er(a: number);
3530
- private em;
3531
- get eo(): number;
3532
- set eo(a: number);
3533
- private en;
3534
- get ep(): number;
3535
- set ep(a: number);
3536
- protected c0(a: DataGrid, b: DataGrid): void;
3537
- protected c9(): void;
3538
- protected ev(): void;
3539
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3540
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3767
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
3768
+ protected n(a: CellPath): CellModel;
3769
+ protected gk(): Brush;
3770
+ private g2;
3771
+ get g3(): number;
3772
+ set g3(a: number);
3773
+ private gy;
3774
+ get g0(): number;
3775
+ set g0(a: number);
3776
+ private gz;
3777
+ get g1(): number;
3778
+ set g1(a: number);
3779
+ protected eq(a: DataGrid, b: DataGrid): void;
3780
+ protected e5(): void;
3781
+ protected g7(): void;
3782
+ protected es(a: any, b: PropertyChangedEventArgs): void;
3783
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3541
3784
  }
3542
3785
  /**
3543
3786
  * @hidden
@@ -3545,71 +3788,71 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
3545
3788
  export declare class ComboBoxColumn extends DataGridColumn {
3546
3789
  static $t: Type;
3547
3790
  constructor();
3548
- private lm;
3549
- get ln(): IDataSource;
3550
- set ln(a: IDataSource);
3551
- get lo(): any;
3552
- set lo(a: any);
3553
- get ls(): string;
3554
- set ls(a: string);
3555
- get lt(): string;
3556
- set lt(a: string);
3557
- get ll(): string[];
3558
- set ll(a: string[]);
3559
- protected l(a: CellPath): CellModel;
3560
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3561
- protected c0(a: DataGrid, b: DataGrid): void;
3562
- ck(a: DataGrid, b: any, c: any): string;
3563
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3564
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3565
- protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3566
- private lu;
3567
- private lv;
3568
- private lq;
3569
- lr(a: any): string;
3791
+ private n3;
3792
+ get n4(): IDataSource;
3793
+ set n4(a: IDataSource);
3794
+ get n5(): any;
3795
+ set n5(a: any);
3796
+ get n9(): string;
3797
+ set n9(a: string);
3798
+ get oa(): string;
3799
+ set oa(a: string);
3800
+ get n2(): string[];
3801
+ set n2(a: string[]);
3802
+ protected n(a: CellPath): CellModel;
3803
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
3804
+ protected eq(a: DataGrid, b: DataGrid): void;
3805
+ dz(a: DataGrid, b: any, c: any): string;
3806
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3807
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3808
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3809
+ private ob;
3810
+ private oc;
3811
+ private n7;
3812
+ n8(a: any): string;
3570
3813
  }
3571
3814
  /**
3572
3815
  * @hidden
3573
3816
  */
3574
3817
  export declare class DateTimeColumn extends DataGridColumn {
3575
3818
  static $t: Type;
3576
- private lo;
3577
- private lp;
3578
- get lq(): DateTimeFormats;
3579
- set lq(a: DateTimeFormats);
3580
- private lz;
3581
- get l8(): string;
3582
- set l8(a: string);
3583
- private ly;
3584
- get l1(): string;
3585
- set l1(a: string);
3586
- private ll;
3587
- get lm(): any[];
3588
- set lm(a: any[]);
3589
- private lv;
3590
- get lx(): any;
3591
- set lx(a: any);
3592
- private ls;
3593
- get lt(): boolean;
3594
- set lt(a: boolean);
3595
- get lr(): EditorType;
3596
- set lr(a: EditorType);
3597
- get lw(): any;
3598
- set lw(a: any);
3599
- get l3(): string;
3600
- set l3(a: string);
3601
- get l4(): string;
3602
- set l4(a: string);
3603
- protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3819
+ private n5;
3820
+ private n6;
3821
+ get n7(): DateTimeFormats;
3822
+ set n7(a: DateTimeFormats);
3823
+ private og;
3824
+ get op(): string;
3825
+ set op(a: string);
3826
+ private of;
3827
+ get oi(): string;
3828
+ set oi(a: string);
3829
+ private n2;
3830
+ get n3(): any[];
3831
+ set n3(a: any[]);
3832
+ private oc;
3833
+ get oe(): any;
3834
+ set oe(a: any);
3835
+ private n9;
3836
+ get oa(): boolean;
3837
+ set oa(a: boolean);
3838
+ get n8(): EditorType;
3839
+ set n8(a: EditorType);
3840
+ get od(): any;
3841
+ set od(a: any);
3842
+ get ok(): string;
3843
+ set ok(a: string);
3844
+ get ol(): string;
3845
+ set ol(a: string);
3846
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3604
3847
  constructor();
3605
- protected l(a: CellPath): CellModel;
3606
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3607
- ck(a: DataGrid, b: any, c: any): string;
3608
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3609
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3610
- private lu;
3611
- ln: BindingFormatter;
3612
- private l5;
3848
+ protected n(a: CellPath): CellModel;
3849
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
3850
+ dz(a: DataGrid, b: any, c: any): string;
3851
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3852
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3853
+ private ob;
3854
+ n4: BindingFormatter;
3855
+ private om;
3613
3856
  }
3614
3857
  /**
3615
3858
  * @hidden
@@ -3636,27 +3879,129 @@ export declare class DataBindingEventArgs extends EventArgs {
3636
3879
  get cellInfo(): CellModel;
3637
3880
  set cellInfo(a: CellModel);
3638
3881
  }
3882
+ /**
3883
+ * @hidden
3884
+ */
3885
+ export declare abstract class GridCompoundConditionalStyle extends GridConditionalStyle {
3886
+ static $t: Type;
3887
+ protected get_s(): boolean;
3888
+ aq(): GridConditionalStyleCollection;
3889
+ p(): boolean;
3890
+ q(): boolean;
3891
+ r(): boolean;
3892
+ }
3893
+ /**
3894
+ * @hidden
3895
+ */
3896
+ export declare class DataGridColumnToolbarManager extends Base {
3897
+ static $t: Type;
3898
+ private f;
3899
+ private static k;
3900
+ private j;
3901
+ constructor(a: DataGridColumn);
3902
+ private bz;
3903
+ private b0;
3904
+ private bq;
3905
+ private bp;
3906
+ private br;
3907
+ private a2;
3908
+ private a9;
3909
+ private bj;
3910
+ private bg;
3911
+ private l;
3912
+ private n;
3913
+ private m;
3914
+ private bh;
3915
+ private bc;
3916
+ private bn;
3917
+ private q;
3918
+ private r;
3919
+ a3(a: ICommandAvailabilityListener): void;
3920
+ a4(a: ICommandStateChangedListener): void;
3921
+ private static readonly z;
3922
+ private static readonly x;
3923
+ private static readonly at;
3924
+ private static readonly au;
3925
+ private static readonly ay;
3926
+ private static readonly az;
3927
+ private static readonly w;
3928
+ private static readonly y;
3929
+ private static readonly ak;
3930
+ private static readonly ap;
3931
+ private static readonly ax;
3932
+ private static readonly a1;
3933
+ private static readonly a0;
3934
+ private static readonly ab;
3935
+ private h;
3936
+ protected get i(): SRProvider;
3937
+ private am;
3938
+ a(): ToolActionInfo[];
3939
+ private bk;
3940
+ private bl;
3941
+ private b6;
3942
+ private an;
3943
+ private al;
3944
+ private u;
3945
+ private v;
3946
+ private ba;
3947
+ private b5;
3948
+ private b4;
3949
+ private b3;
3950
+ private o;
3951
+ private s;
3952
+ private static bo;
3953
+ p(): boolean;
3954
+ g(a: ToolCommand): ToolCommandExecutionState;
3955
+ private bb;
3956
+ a7(): void;
3957
+ a8(): void;
3958
+ private static b;
3959
+ private a6;
3960
+ private a5;
3961
+ private b2;
3962
+ private b1;
3963
+ private by;
3964
+ private bm;
3965
+ private bf;
3966
+ private bi;
3967
+ private bt;
3968
+ private bs;
3969
+ bw(a: ICommandAvailabilityListener): void;
3970
+ bx(a: ICommandStateChangedListener): void;
3971
+ static c(a: DataGridColumn, b: number): {
3972
+ ret: ColumnGroupDescription;
3973
+ p1: number;
3974
+ };
3975
+ static d(a: ListSortDirection): ColumnSortDirection;
3976
+ static t(a: ColumnSortDirection): ListSortDirection;
3977
+ get e(): ColumnSortDirection;
3978
+ set e(a: ColumnSortDirection);
3979
+ private be;
3980
+ private bd;
3981
+ bu(a: DataGrid, b: DataGrid): void;
3982
+ bv(): void;
3983
+ }
3639
3984
  /**
3640
3985
  * @hidden
3641
3986
  */
3642
3987
  export declare class EditorDefinition extends DefinitionBase {
3643
3988
  static $t: Type;
3644
3989
  constructor();
3645
- private et;
3646
- get eu(): Rect;
3647
- set eu(a: Rect);
3648
- private eo;
3649
- get er(): string;
3650
- set er(a: string);
3651
- private em;
3652
- get en(): CellModel;
3653
- set en(a: CellModel);
3654
- protected l(a: CellPath): CellModel;
3655
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3656
- protected c0(a: DataGrid, b: DataGrid): void;
3657
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3658
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3659
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3990
+ private g5;
3991
+ get g6(): Rect;
3992
+ set g6(a: Rect);
3993
+ private g0;
3994
+ get g3(): string;
3995
+ set g3(a: string);
3996
+ private gy;
3997
+ get gz(): CellModel;
3998
+ set gz(a: CellModel);
3999
+ protected n(a: CellPath): CellModel;
4000
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4001
+ protected eq(a: DataGrid, b: DataGrid): void;
4002
+ protected es(a: any, b: PropertyChangedEventArgs): void;
4003
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4004
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3660
4005
  }
3661
4006
  /**
3662
4007
  * @hidden
@@ -3664,38 +4009,38 @@ export declare class EditorDefinition extends DefinitionBase {
3664
4009
  export declare class EditRowDefinition extends DefinitionBase {
3665
4010
  static $t: Type;
3666
4011
  constructor();
3667
- protected l(a: CellPath): CellModel;
3668
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3669
- protected c0(a: DataGrid, b: DataGrid): void;
3670
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3671
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
4012
+ protected n(a: CellPath): CellModel;
4013
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4014
+ protected eq(a: DataGrid, b: DataGrid): void;
4015
+ protected es(a: any, b: PropertyChangedEventArgs): void;
4016
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3672
4017
  }
3673
4018
  /**
3674
4019
  * @hidden
3675
4020
  */
3676
4021
  export declare class FilterRowDefinition extends DefinitionBase {
3677
4022
  static $t: Type;
3678
- private en;
3679
- get er(): number;
3680
- set er(a: number);
3681
- private ep;
3682
- get et(): number;
3683
- set et(a: number);
3684
- private eo;
3685
- get es(): number;
3686
- set es(a: number);
3687
- private em;
3688
- get eq(): number;
3689
- set eq(a: number);
4023
+ private gz;
4024
+ get g3(): number;
4025
+ set g3(a: number);
4026
+ private g1;
4027
+ get g5(): number;
4028
+ set g5(a: number);
4029
+ private g0;
4030
+ get g4(): number;
4031
+ set g4(a: number);
4032
+ private gy;
4033
+ get g2(): number;
4034
+ set g2(a: number);
3690
4035
  constructor();
3691
- protected l(a: CellPath): CellModel;
3692
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3693
- protected c0(a: DataGrid, b: DataGrid): void;
3694
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3695
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3696
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3697
- protected dg(): void;
3698
- protected c9(): void;
4036
+ protected n(a: CellPath): CellModel;
4037
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4038
+ protected eq(a: DataGrid, b: DataGrid): void;
4039
+ protected es(a: any, b: PropertyChangedEventArgs): void;
4040
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4041
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4042
+ protected fh(): void;
4043
+ protected e5(): void;
3699
4044
  }
3700
4045
  /**
3701
4046
  * @hidden
@@ -3703,108 +4048,108 @@ export declare class FilterRowDefinition extends DefinitionBase {
3703
4048
  export declare abstract class Header extends DefinitionBase {
3704
4049
  static $t: Type;
3705
4050
  constructor();
3706
- protected eh(): Brush;
3707
- protected ec(): Brush;
3708
- protected fb(): Brush;
3709
- protected af(): FontInfo;
3710
- protected c0(a: DataGrid, b: DataGrid): void;
3711
- protected c9(): void;
3712
- protected dg(): void;
3713
- protected dh(): void;
3714
- protected e6(): void;
3715
- protected e7(): void;
3716
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3717
- private e9;
3718
- get fc(): Brush;
3719
- set fc(a: Brush);
3720
- private e8;
3721
- get fa(): Brush;
3722
- set fa(a: Brush);
3723
- private en;
3724
- get ep(): SortIndicatorStyle;
3725
- set ep(a: SortIndicatorStyle);
3726
- private em;
3727
- get eo(): SortIndicatorStyle;
3728
- set eo(a: SortIndicatorStyle);
3729
- private er;
3730
- get ev(): number;
3731
- set ev(a: number);
3732
- private et;
3733
- get ex(): number;
3734
- set ex(a: number);
3735
- private es;
3736
- get ew(): number;
3737
- set ew(a: number);
3738
- private eq;
3739
- get eu(): number;
3740
- set eu(a: number);
3741
- protected ak(a: string): boolean;
3742
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3743
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
4051
+ protected gr(): Brush;
4052
+ protected gk(): Brush;
4053
+ protected hn(): Brush;
4054
+ protected aj(): FontInfo;
4055
+ protected eq(a: DataGrid, b: DataGrid): void;
4056
+ protected e5(): void;
4057
+ protected fh(): void;
4058
+ protected fi(): void;
4059
+ protected hi(): void;
4060
+ protected hj(): void;
4061
+ protected es(a: any, b: PropertyChangedEventArgs): void;
4062
+ private hl;
4063
+ get ho(): Brush;
4064
+ set ho(a: Brush);
4065
+ private hk;
4066
+ get hm(): Brush;
4067
+ set hm(a: Brush);
4068
+ private gz;
4069
+ get g1(): SortIndicatorStyle;
4070
+ set g1(a: SortIndicatorStyle);
4071
+ private gy;
4072
+ get g0(): SortIndicatorStyle;
4073
+ set g0(a: SortIndicatorStyle);
4074
+ private g3;
4075
+ get g7(): number;
4076
+ set g7(a: number);
4077
+ private g5;
4078
+ get g9(): number;
4079
+ set g9(a: number);
4080
+ private g4;
4081
+ get g8(): number;
4082
+ set g8(a: number);
4083
+ private g2;
4084
+ get g6(): number;
4085
+ set g6(a: number);
4086
+ protected av(a: string): boolean;
4087
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4088
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3744
4089
  }
3745
4090
  /**
3746
4091
  * @hidden
3747
4092
  */
3748
4093
  export declare class ColumnResizingSeparator extends DefinitionBase {
3749
4094
  static $t: Type;
3750
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3751
- protected l(a: CellPath): CellModel;
3752
- protected ec(): Brush;
3753
- private em;
3754
- get eo(): number;
3755
- set eo(a: number);
3756
- private en;
3757
- get ep(): number;
3758
- set ep(a: number);
3759
- protected c9(): void;
3760
- protected et(): void;
3761
- protected es(a: any, b: PropertyChangedEventArgs): void;
3762
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
4095
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4096
+ protected n(a: CellPath): CellModel;
4097
+ protected gk(): Brush;
4098
+ private gy;
4099
+ get g0(): number;
4100
+ set g0(a: number);
4101
+ private gz;
4102
+ get g1(): number;
4103
+ set g1(a: number);
4104
+ protected e5(): void;
4105
+ protected g5(): void;
4106
+ protected g4(a: any, b: PropertyChangedEventArgs): void;
4107
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3763
4108
  }
3764
4109
  /**
3765
4110
  * @hidden
3766
4111
  */
3767
4112
  export declare class HeaderSeparator extends DefinitionBase {
3768
4113
  static $t: Type;
3769
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3770
- protected l(a: CellPath): CellModel;
3771
- protected ec(): Brush;
3772
- protected em(): number;
3773
- protected c0(a: DataGrid, b: DataGrid): void;
3774
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3775
- protected c9(): void;
3776
- private en;
3777
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
4114
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4115
+ protected n(a: CellPath): CellModel;
4116
+ protected gk(): Brush;
4117
+ protected gy(): number;
4118
+ protected eq(a: DataGrid, b: DataGrid): void;
4119
+ protected es(a: any, b: PropertyChangedEventArgs): void;
4120
+ protected e5(): void;
4121
+ private gz;
4122
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3778
4123
  }
3779
4124
  /**
3780
4125
  * @hidden
3781
4126
  */
3782
4127
  export declare class ImageColumn extends DataGridColumn {
3783
4128
  static $t: Type;
3784
- private lo;
3785
- get lp(): ImageStretchOptions;
3786
- set lp(a: ImageStretchOptions);
3787
- private lm;
3788
- get ln(): ImageResourceType;
3789
- set ln(a: ImageResourceType);
3790
- get ll(): EditorType;
3791
- set ll(a: EditorType);
3792
- get lq(): any;
3793
- set lq(a: any);
3794
- get lr(): string;
3795
- set lr(a: string);
3796
- get ls(): string;
3797
- set ls(a: string);
4129
+ private n5;
4130
+ get n6(): ImageStretchOptions;
4131
+ set n6(a: ImageStretchOptions);
4132
+ private n3;
4133
+ get n4(): ImageResourceType;
4134
+ set n4(a: ImageResourceType);
4135
+ get n2(): EditorType;
4136
+ set n2(a: EditorType);
4137
+ get n7(): any;
4138
+ set n7(a: any);
4139
+ get n8(): string;
4140
+ set n8(a: string);
4141
+ get n9(): string;
4142
+ set n9(a: string);
3798
4143
  constructor();
3799
- protected i(): CellContentVerticalAlignment;
3800
- protected et(): CellContentHorizontalAlignment;
3801
- protected ez(): CellContentVerticalAlignment;
3802
- protected d(): CellContentHorizontalAlignment;
3803
- protected l(a: CellPath): CellModel;
3804
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3805
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3806
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3807
- private lt;
4144
+ protected k(): CellContentVerticalAlignment;
4145
+ protected g5(): CellContentHorizontalAlignment;
4146
+ protected hb(): CellContentVerticalAlignment;
4147
+ protected f(): CellContentHorizontalAlignment;
4148
+ protected n(a: CellPath): CellModel;
4149
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4150
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4151
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4152
+ private oa;
3808
4153
  }
3809
4154
  /**
3810
4155
  * @hidden
@@ -3823,69 +4168,69 @@ export declare class NumericCellFormatter extends Base {
3823
4168
  export declare class NumericColumn extends DataGridColumn {
3824
4169
  static $t: Type;
3825
4170
  constructor();
3826
- protected d(): CellContentHorizontalAlignment;
3827
- private l2;
3828
- get mg(): string;
3829
- set mg(a: string);
3830
- private l4;
3831
- get mk(): string;
3832
- set mk(a: string);
3833
- private l3;
3834
- get mi(): string;
3835
- set mi(a: string);
3836
- private l5;
3837
- get mm(): string;
3838
- set mm(a: string);
3839
- private ls;
3840
- get lv(): number;
3841
- set lv(a: number);
3842
- private lt;
3843
- get lw(): number;
3844
- set lw(a: number);
3845
- private lu;
3846
- get lx(): number;
3847
- set lx(a: number);
3848
- private lp;
3849
- get lq(): boolean;
3850
- set lq(a: boolean);
3851
- private l1;
3852
- get mb(): string;
3853
- set mb(a: string);
3854
- private ll;
3855
- get lm(): any[];
3856
- set lm(a: any[]);
3857
- private ly;
3858
- get l0(): any;
3859
- set l0(a: any);
3860
- get lo(): EditorType;
3861
- set lo(a: EditorType);
3862
- get lz(): any;
3863
- set lz(a: any);
3864
- get l6(): string;
3865
- set l6(a: string);
3866
- get l7(): string;
3867
- set l7(a: string);
3868
- ln: BindingFormatter;
3869
- protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3870
- protected l(a: CellPath): CellModel;
3871
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3872
- ck(a: DataGrid, b: any, c: any): string;
3873
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3874
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3875
- private lr;
3876
- private l8;
4171
+ protected f(): CellContentHorizontalAlignment;
4172
+ private oj;
4173
+ get ox(): string;
4174
+ set ox(a: string);
4175
+ private ol;
4176
+ get o1(): string;
4177
+ set o1(a: string);
4178
+ private ok;
4179
+ get oz(): string;
4180
+ set oz(a: string);
4181
+ private om;
4182
+ get o3(): string;
4183
+ set o3(a: string);
4184
+ private n9;
4185
+ get oc(): number;
4186
+ set oc(a: number);
4187
+ private oa;
4188
+ get od(): number;
4189
+ set od(a: number);
4190
+ private ob;
4191
+ get oe(): number;
4192
+ set oe(a: number);
4193
+ private n6;
4194
+ get n7(): boolean;
4195
+ set n7(a: boolean);
4196
+ private oi;
4197
+ get os(): string;
4198
+ set os(a: string);
4199
+ private n2;
4200
+ get n3(): any[];
4201
+ set n3(a: any[]);
4202
+ private of;
4203
+ get oh(): any;
4204
+ set oh(a: any);
4205
+ get n5(): EditorType;
4206
+ set n5(a: EditorType);
4207
+ get og(): any;
4208
+ set og(a: any);
4209
+ get on(): string;
4210
+ set on(a: string);
4211
+ get oo(): string;
4212
+ set oo(a: string);
4213
+ n4: BindingFormatter;
4214
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4215
+ protected n(a: CellPath): CellModel;
4216
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4217
+ dz(a: DataGrid, b: any, c: any): string;
4218
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4219
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4220
+ private n8;
4221
+ private op;
3877
4222
  }
3878
4223
  /**
3879
4224
  * @hidden
3880
4225
  */
3881
4226
  export declare class PinnedAreaSeparator extends DefinitionBase {
3882
4227
  static $t: Type;
3883
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3884
- protected l(a: CellPath): CellModel;
3885
- protected ec(): Brush;
3886
- protected c0(a: DataGrid, b: DataGrid): void;
3887
- protected c9(): void;
3888
- protected c2(a: any, b: PropertyChangedEventArgs): void;
4228
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4229
+ protected n(a: CellPath): CellModel;
4230
+ protected gk(): Brush;
4231
+ protected eq(a: DataGrid, b: DataGrid): void;
4232
+ protected e5(): void;
4233
+ protected es(a: any, b: PropertyChangedEventArgs): void;
3889
4234
  }
3890
4235
  /**
3891
4236
  * @hidden
@@ -3912,168 +4257,168 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
3912
4257
  */
3913
4258
  export declare class SectionFooter extends DefinitionBase {
3914
4259
  static $t: Type;
3915
- protected l(a: CellPath): CellModel;
3916
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3917
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3918
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
4260
+ protected n(a: CellPath): CellModel;
4261
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4262
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4263
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
3919
4264
  }
3920
4265
  /**
3921
4266
  * @hidden
3922
4267
  */
3923
4268
  export declare class SectionHeader extends DefinitionBase {
3924
4269
  static $t: Type;
3925
- private fe;
3926
- get fg(): Brush;
3927
- set fg(a: Brush);
3928
- private fd;
3929
- get ff(): Brush;
3930
- set ff(a: Brush);
3931
- private eu;
3932
- get ey(): number;
3933
- set ey(a: number);
3934
- private ew;
3935
- get e0(): number;
3936
- set e0(a: number);
3937
- private ev;
3938
- get ez(): number;
3939
- set ez(a: number);
3940
- private et;
3941
- get ex(): number;
3942
- set ex(a: number);
3943
- private eq;
3944
- get er(): boolean;
3945
- set er(a: boolean);
3946
- private en;
3947
- get eo(): GroupSummaryDisplayMode;
3948
- set eo(a: GroupSummaryDisplayMode);
4270
+ private hq;
4271
+ get hs(): Brush;
4272
+ set hs(a: Brush);
4273
+ private hp;
4274
+ get hr(): Brush;
4275
+ set hr(a: Brush);
4276
+ private g6;
4277
+ get ha(): number;
4278
+ set ha(a: number);
4279
+ private g8;
4280
+ get hc(): number;
4281
+ set hc(a: number);
4282
+ private g7;
4283
+ get hb(): number;
4284
+ set hb(a: number);
4285
+ private g5;
4286
+ get g9(): number;
4287
+ set g9(a: number);
4288
+ private g2;
4289
+ get g3(): boolean;
4290
+ set g3(a: boolean);
4291
+ private gz;
4292
+ get g0(): GroupSummaryDisplayMode;
4293
+ set g0(a: GroupSummaryDisplayMode);
3949
4294
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3950
4295
  constructor();
3951
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3952
- protected l(a: CellPath): CellModel;
3953
- protected ec(): Brush;
3954
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
3955
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
3956
- protected c0(a: DataGrid, b: DataGrid): void;
3957
- private es;
3958
- private fa;
3959
- private e9;
3960
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3961
- fc(): void;
3962
- protected c9(): void;
3963
- protected dg(): void;
3964
- protected dh(): void;
3965
- fb(): void;
3966
- protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3967
- private em;
4296
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4297
+ protected n(a: CellPath): CellModel;
4298
+ protected gk(): Brush;
4299
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4300
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4301
+ protected eq(a: DataGrid, b: DataGrid): void;
4302
+ private g4;
4303
+ private hm;
4304
+ private hl;
4305
+ protected es(a: any, b: PropertyChangedEventArgs): void;
4306
+ ho(): void;
4307
+ protected e5(): void;
4308
+ protected fh(): void;
4309
+ protected fi(): void;
4310
+ hn(): void;
4311
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4312
+ private gy;
3968
4313
  }
3969
4314
  /**
3970
4315
  * @hidden
3971
4316
  */
3972
4317
  export declare class RowSeparator extends DefinitionBase {
3973
4318
  static $t: Type;
3974
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3975
- protected c0(a: DataGrid, b: DataGrid): void;
3976
- protected c9(): void;
3977
- protected dd(): void;
3978
- protected df(): void;
3979
- protected dc(): void;
3980
- protected c2(a: any, b: PropertyChangedEventArgs): void;
3981
- protected l(a: CellPath): CellModel;
3982
- protected ec(): Brush;
3983
- protected eg(): Brush;
3984
- protected ed(): Brush;
3985
- protected ee(): Brush;
3986
- protected av(): number;
4319
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4320
+ protected eq(a: DataGrid, b: DataGrid): void;
4321
+ protected e5(): void;
4322
+ protected fe(): void;
4323
+ protected fg(): void;
4324
+ protected fd(): void;
4325
+ protected es(a: any, b: PropertyChangedEventArgs): void;
4326
+ protected n(a: CellPath): CellModel;
4327
+ protected gk(): Brush;
4328
+ protected gq(): Brush;
4329
+ protected gn(): Brush;
4330
+ protected go(): Brush;
4331
+ protected bi(): number;
3987
4332
  }
3988
4333
  /**
3989
4334
  * @hidden
3990
4335
  */
3991
4336
  export declare class HeaderRowSeparator extends DefinitionBase {
3992
4337
  static $t: Type;
3993
- protected cn(a: CellPath, b: DataGrid, c: any): string;
3994
- protected l(a: CellPath): CellModel;
3995
- protected ec(): Brush;
3996
- protected c9(): void;
3997
- protected c0(a: DataGrid, b: DataGrid): void;
3998
- protected c2(a: any, b: PropertyChangedEventArgs): void;
4338
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4339
+ protected n(a: CellPath): CellModel;
4340
+ protected gk(): Brush;
4341
+ protected e5(): void;
4342
+ protected eq(a: DataGrid, b: DataGrid): void;
4343
+ protected es(a: any, b: PropertyChangedEventArgs): void;
3999
4344
  }
4000
4345
  /**
4001
4346
  * @hidden
4002
4347
  */
4003
4348
  export declare abstract class SummaryRow extends DefinitionBase {
4004
4349
  static $t: Type;
4005
- private fe;
4006
- get fj(): Brush;
4007
- set fj(a: Brush);
4008
- private fc;
4009
- get fg(): Brush;
4010
- set fg(a: Brush);
4011
- private ff;
4012
- get fk(): Brush;
4013
- set fk(a: Brush);
4014
- private fd;
4015
- get fh(): Brush;
4016
- set fh(a: Brush);
4017
- private en;
4350
+ private hq;
4351
+ get hv(): Brush;
4352
+ set hv(a: Brush);
4353
+ private ho;
4354
+ get hs(): Brush;
4355
+ set hs(a: Brush);
4356
+ private hr;
4357
+ get hw(): Brush;
4358
+ set hw(a: Brush);
4359
+ private hp;
4360
+ get ht(): Brush;
4361
+ set ht(a: Brush);
4362
+ private gz;
4018
4363
  get summaryNameTextStyle(): FontInfo;
4019
4364
  set summaryNameTextStyle(a: FontInfo);
4020
- private em;
4021
- get eo(): FontInfo;
4022
- set eo(a: FontInfo);
4023
- private es;
4024
- get ew(): number;
4025
- set ew(a: number);
4026
- private eu;
4027
- get ey(): number;
4028
- set ey(a: number);
4029
- private et;
4030
- get ex(): number;
4031
- set ex(a: number);
4032
- private er;
4033
- get ev(): number;
4034
- set ev(a: number);
4365
+ private gy;
4366
+ get g0(): FontInfo;
4367
+ set g0(a: FontInfo);
4368
+ private g4;
4369
+ get g8(): number;
4370
+ set g8(a: number);
4371
+ private g6;
4372
+ get ha(): number;
4373
+ set ha(a: number);
4374
+ private g5;
4375
+ get g9(): number;
4376
+ set g9(a: number);
4377
+ private g3;
4378
+ get g7(): number;
4379
+ set g7(a: number);
4035
4380
  constructor();
4036
- protected cn(a: CellPath, b: DataGrid, c: any): string;
4037
- protected l(a: CellPath): CellModel;
4038
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
4039
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
4040
- protected c0(a: DataGrid, b: DataGrid): void;
4041
- protected fi(): Brush;
4042
- protected eh(): Brush;
4043
- protected c2(a: any, b: PropertyChangedEventArgs): void;
4044
- protected e9(): void;
4045
- protected fa(): void;
4046
- protected dh(): void;
4047
- protected fb(): void;
4048
- protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4049
- protected af(): FontInfo;
4050
- protected ep(): FontInfo;
4381
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4382
+ protected n(a: CellPath): CellModel;
4383
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4384
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4385
+ protected eq(a: DataGrid, b: DataGrid): void;
4386
+ protected hu(): Brush;
4387
+ protected gr(): Brush;
4388
+ protected es(a: any, b: PropertyChangedEventArgs): void;
4389
+ protected hl(): void;
4390
+ protected hm(): void;
4391
+ protected fi(): void;
4392
+ protected hn(): void;
4393
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4394
+ protected aj(): FontInfo;
4395
+ protected g1(): FontInfo;
4051
4396
  }
4052
4397
  /**
4053
4398
  * @hidden
4054
4399
  */
4055
4400
  export declare class SummaryRowRoot extends SummaryRow {
4056
4401
  static $t: Type;
4057
- protected cn(a: CellPath, b: DataGrid, c: any): string;
4058
- protected ec(): Brush;
4059
- protected c9(): void;
4060
- protected e9(): void;
4061
- protected fa(): void;
4062
- protected dg(): void;
4063
- protected fb(): void;
4402
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4403
+ protected gk(): Brush;
4404
+ protected e5(): void;
4405
+ protected hl(): void;
4406
+ protected hm(): void;
4407
+ protected fh(): void;
4408
+ protected hn(): void;
4064
4409
  }
4065
4410
  /**
4066
4411
  * @hidden
4067
4412
  */
4068
4413
  export declare class SummaryRowSection extends SummaryRow {
4069
4414
  static $t: Type;
4070
- protected cn(a: CellPath, b: DataGrid, c: any): string;
4071
- protected ec(): Brush;
4072
- protected c9(): void;
4073
- protected e9(): void;
4074
- protected fa(): void;
4075
- protected dg(): void;
4076
- protected fb(): void;
4415
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4416
+ protected gk(): Brush;
4417
+ protected e5(): void;
4418
+ protected hl(): void;
4419
+ protected hm(): void;
4420
+ protected fh(): void;
4421
+ protected hn(): void;
4077
4422
  }
4078
4423
  /**
4079
4424
  * @hidden
@@ -4081,13 +4426,13 @@ export declare class SummaryRowSection extends SummaryRow {
4081
4426
  export declare class TemplateColumn extends DataGridColumn {
4082
4427
  static $t: Type;
4083
4428
  constructor();
4084
- protected l(a: CellPath): CellModel;
4085
- protected cn(a: CellPath, b: DataGrid, c: any): string;
4086
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
4087
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
4088
- lm(a: TemplateCellModel, b: any): void;
4429
+ protected n(a: CellPath): CellModel;
4430
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4431
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4432
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4433
+ n3(a: TemplateCellModel, b: any): void;
4089
4434
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4090
- protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4435
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4091
4436
  }
4092
4437
  /**
4093
4438
  * @hidden
@@ -4106,23 +4451,23 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4106
4451
  */
4107
4452
  export declare class TextColumn extends DataGridColumn {
4108
4453
  static $t: Type;
4109
- private ln;
4110
- get lr(): string;
4111
- set lr(a: string);
4112
- get ll(): EditorType;
4113
- set ll(a: EditorType);
4114
- get lm(): any;
4115
- set lm(a: any);
4116
- get lo(): string;
4117
- set lo(a: string);
4118
- get lp(): string;
4119
- set lp(a: string);
4120
- protected l(a: CellPath): CellModel;
4121
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
4122
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
4123
- ck(a: DataGrid, b: any, c: any): string;
4124
- private lq;
4125
- protected cn(a: CellPath, b: DataGrid, c: any): string;
4454
+ private n4;
4455
+ get n8(): string;
4456
+ set n8(a: string);
4457
+ get n2(): EditorType;
4458
+ set n2(a: EditorType);
4459
+ get n3(): any;
4460
+ set n3(a: any);
4461
+ get n5(): string;
4462
+ set n5(a: string);
4463
+ get n6(): string;
4464
+ set n6(a: string);
4465
+ protected n(a: CellPath): CellModel;
4466
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4467
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4468
+ dz(a: DataGrid, b: any, c: any): string;
4469
+ private n7;
4470
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4126
4471
  }
4127
4472
  /**
4128
4473
  * @hidden
@@ -4130,10 +4475,10 @@ export declare class TextColumn extends DataGridColumn {
4130
4475
  export declare class TextHeader extends Header {
4131
4476
  static $t: Type;
4132
4477
  constructor();
4133
- protected l(a: CellPath): CellModel;
4134
- protected cn(a: CellPath, b: DataGrid, c: any): string;
4135
- cx(a: CellModel, b: DataGrid, c: any, d: any): void;
4136
- cz(a: CellModel, b: DataGrid, c: any, d: any): void;
4478
+ protected n(a: CellPath): CellModel;
4479
+ protected d2(a: CellPath, b: DataGrid, c: any): string;
4480
+ el(a: CellModel, b: DataGrid, c: any, d: any): void;
4481
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4137
4482
  }
4138
4483
  /**
4139
4484
  * @hidden