igniteui-webcomponents-data-grids 6.0.1-beta.1 → 6.0.2-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 (241) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +12298 -10495
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
  7. package/esm2015/lib/CanvasGridCellBase.js +9 -9
  8. package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  15. package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
  17. package/esm2015/lib/CellPresenterBase.js +64 -39
  18. package/esm2015/lib/CheckboxListView_combined.js +49 -49
  19. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8409 -7998
  21. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  22. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  23. package/esm2015/lib/ColumnSortDescription.js +6 -1
  24. package/esm2015/lib/ColumnSummaryDescription.js +6 -1
  25. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  26. package/esm2015/lib/ContentCellModelHelper.js +46 -33
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +10 -10
  31. package/esm2015/lib/EditorCell.js +308 -308
  32. package/esm2015/lib/EditorCellPresenter.js +28 -28
  33. package/esm2015/lib/EditorRowCell.js +1 -1
  34. package/esm2015/lib/FilterCell.js +278 -278
  35. package/esm2015/lib/FilterCellPresenter.js +18 -18
  36. package/esm2015/lib/GridCellBase.js +587 -317
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +11 -11
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
  46. package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
  47. package/esm2015/lib/GridConditionalStyleProperty.js +326 -205
  48. package/esm2015/lib/GridExternalWrapper.js +6 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  50. package/esm2015/lib/GridStyleRepository.js +1 -1
  51. package/esm2015/lib/ImageCell.js +62 -62
  52. package/esm2015/lib/ImageCellPresenter.js +18 -18
  53. package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
  54. package/esm2015/lib/NumericCell.js +9 -5
  55. package/esm2015/lib/NumericCellPresenter.js +10 -10
  56. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  57. package/esm2015/lib/SectionHeaderCell.js +17 -17
  58. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  59. package/esm2015/lib/SummaryCell.js +41 -41
  60. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  61. package/esm2015/lib/TemplateCell.js +16 -16
  62. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  63. package/esm2015/lib/TemplateHeader.js +8 -8
  64. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  65. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  66. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  67. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  68. package/esm2015/lib/TextCell.js +35 -30
  69. package/esm2015/lib/TextCellDecoration.js +33 -0
  70. package/esm2015/lib/TextCellPresenter.js +11 -11
  71. package/esm2015/lib/TextHeaderCell.js +157 -150
  72. package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
  73. package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
  74. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  75. package/esm2015/lib/igc-cell-info.js +301 -190
  76. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  77. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  78. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igc-data-grid-column-component.js +284 -160
  80. package/esm2015/lib/igc-data-grid-component.js +64 -4
  81. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  83. package/esm2015/lib/igc-definition-base-component.js +66 -65
  84. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  87. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
  89. package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
  90. package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
  91. package/esm2015/lib/igc-header-component.js +24 -24
  92. package/esm2015/lib/igc-image-cell-info.js +6 -6
  93. package/esm2015/lib/igc-image-column-component.js +12 -12
  94. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  96. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igc-section-header-component.js +24 -24
  98. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igc-summary-row-component.js +24 -24
  100. package/esm2015/lib/igc-template-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igc-text-cell-info.js +2 -2
  103. package/esm2015/lib/igc-text-column-component.js +9 -9
  104. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +4 -0
  106. package/esm5/lib/AccessibilityRow.js +3 -3
  107. package/esm5/lib/CanvasCellPresenterBase.js +14 -14
  108. package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasGridCellBase.js +9 -9
  111. package/esm5/lib/CanvasImageCellPresenter.js +10 -10
  112. package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  114. package/esm5/lib/CanvasSummaryCell.js +1 -1
  115. package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
  116. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  117. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  118. package/esm5/lib/CanvasTextCellPresenter.js +10 -10
  119. package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
  120. package/esm5/lib/CellPresenterBase.js +64 -39
  121. package/esm5/lib/CheckboxListView_combined.js +49 -49
  122. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  123. package/esm5/lib/ColumnFilterCondition_combined.js +8205 -7695
  124. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  125. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  126. package/esm5/lib/ColumnSortDescription.js +6 -1
  127. package/esm5/lib/ColumnSummaryDescription.js +6 -1
  128. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  129. package/esm5/lib/ContentCellModelHelper.js +46 -33
  130. package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +10 -10
  134. package/esm5/lib/EditorCell.js +291 -291
  135. package/esm5/lib/EditorCellPresenter.js +28 -28
  136. package/esm5/lib/EditorRowCell.js +1 -1
  137. package/esm5/lib/FilterCell.js +266 -266
  138. package/esm5/lib/FilterCellPresenter.js +18 -18
  139. package/esm5/lib/GridCellBase.js +625 -311
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +11 -11
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
  149. package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
  150. package/esm5/lib/GridConditionalStyleProperty.js +343 -194
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  153. package/esm5/lib/GridStyleRepository.js +1 -1
  154. package/esm5/lib/ImageCell.js +61 -61
  155. package/esm5/lib/ImageCellPresenter.js +18 -18
  156. package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
  157. package/esm5/lib/NumericCell.js +9 -5
  158. package/esm5/lib/NumericCellPresenter.js +10 -10
  159. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  160. package/esm5/lib/SectionHeaderCell.js +17 -17
  161. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  162. package/esm5/lib/SummaryCell.js +41 -41
  163. package/esm5/lib/SummaryCellPresenter.js +14 -14
  164. package/esm5/lib/TemplateCell.js +16 -16
  165. package/esm5/lib/TemplateCellPresenter.js +5 -5
  166. package/esm5/lib/TemplateHeader.js +8 -8
  167. package/esm5/lib/TemplateHeaderCell.js +6 -6
  168. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  169. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  170. package/esm5/lib/TemplateSectionHeader.js +2 -2
  171. package/esm5/lib/TextCell.js +35 -30
  172. package/esm5/lib/TextCellDecoration.js +33 -0
  173. package/esm5/lib/TextCellPresenter.js +11 -11
  174. package/esm5/lib/TextHeaderCell.js +155 -148
  175. package/esm5/lib/TextHeaderCellPresenter.js +35 -35
  176. package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
  177. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  178. package/esm5/lib/igc-cell-info.js +349 -190
  179. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  180. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  181. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igc-data-grid-column-component.js +332 -160
  183. package/esm5/lib/igc-data-grid-component.js +68 -4
  184. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igc-date-time-column-component.js +23 -23
  186. package/esm5/lib/igc-definition-base-component.js +66 -65
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
  192. package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
  193. package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
  194. package/esm5/lib/igc-header-component.js +24 -24
  195. package/esm5/lib/igc-image-cell-info.js +6 -6
  196. package/esm5/lib/igc-image-column-component.js +12 -12
  197. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igc-numeric-column-component.js +35 -35
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +24 -24
  201. package/esm5/lib/igc-summary-cell-info.js +9 -9
  202. package/esm5/lib/igc-summary-row-component.js +24 -24
  203. package/esm5/lib/igc-template-cell-info.js +2 -2
  204. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igc-text-cell-info.js +2 -2
  206. package/esm5/lib/igc-text-column-component.js +9 -9
  207. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +4 -0
  209. package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
  210. package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
  211. package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
  212. package/lib/ContentCellModelHelper.d.ts +4 -4
  213. package/lib/EditorCell.d.ts +74 -74
  214. package/lib/FilterCell.d.ts +61 -61
  215. package/lib/GridCellBase.d.ts +140 -95
  216. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
  217. package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
  218. package/lib/GridConditionalStyleProperty.d.ts +84 -61
  219. package/lib/ImageCell.d.ts +20 -20
  220. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  221. package/lib/NumericCell.d.ts +2 -1
  222. package/lib/SectionHeaderCell.d.ts +4 -4
  223. package/lib/SummaryCell.d.ts +11 -11
  224. package/lib/TemplateCell.d.ts +6 -6
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +3 -3
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +10 -8
  230. package/lib/TextCellDecoration.d.ts +26 -0
  231. package/lib/TextHeaderCell.d.ts +37 -35
  232. package/lib/VerticalSeparatorCell.d.ts +9 -9
  233. package/lib/igc-cell-info.d.ts +58 -0
  234. package/lib/igc-data-grid-column-component.d.ts +62 -1
  235. package/lib/igc-data-grid-component.d.ts +15 -1
  236. package/lib/igc-definition-base-component.d.ts +1 -1
  237. package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
  238. package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
  239. package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
  240. package/package.json +4 -4
  241. package/public_api.d.ts +4 -0
@@ -29,6 +29,7 @@ import { Rect } from "igniteui-webcomponents-core";
29
29
  import { ModelTypes } from "./ModelTypes";
30
30
  import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
31
31
  import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
32
+ import { TextCellDecoration } from "./TextCellDecoration";
32
33
  import { TextCellLineBreakMode } from "./TextCellLineBreakMode";
33
34
  import { ColumnSortDirection } from "./ColumnSortDirection";
34
35
  import { PinnedPositions } from "./PinnedPositions";
@@ -486,473 +487,521 @@ export declare abstract class CellModel extends Base {
486
487
  get p(): DataGrid;
487
488
  set p(a: DataGrid);
488
489
  constructor();
489
- private static dn;
490
- private static dm;
491
- private static bu;
492
- static ft(a: string): number;
490
+ private static d0;
491
+ private static dz;
492
+ private static by;
493
+ static f5(a: string): number;
493
494
  s: ICellPresenter;
494
- static g6: number;
495
+ static hi: number;
495
496
  private t;
496
497
  get u(): ModelStates;
497
498
  set u(a: ModelStates);
498
- private hr;
499
- get ke(): string;
500
- set ke(a: string);
499
+ private ig;
500
+ get k5(): string;
501
+ set k5(a: string);
501
502
  private k;
502
- static gs: number;
503
+ static g4: number;
503
504
  get l(): CellPath;
504
505
  set l(a: CellPath);
505
- private ah;
506
- static fd: number;
507
- get ax(): boolean;
508
- set ax(a: boolean);
509
- fb: number;
510
- bj: boolean;
511
- bo: boolean;
512
- a3: boolean;
513
- a1: boolean;
514
- bh: boolean;
515
- bp: boolean;
506
+ private al;
507
+ static fp: number;
508
+ get a1(): boolean;
509
+ set a1(a: boolean);
510
+ fn: number;
511
+ bn: boolean;
512
+ bs: boolean;
513
+ a7: boolean;
516
514
  a5: boolean;
517
- bi: boolean;
515
+ bl: boolean;
516
+ bt: boolean;
517
+ a9: boolean;
518
+ bm: boolean;
518
519
  c: ICellActionManager;
519
520
  e: IGridInfoRequestor;
520
521
  d: ICellModelExportUpdater;
521
- private aj;
522
- static f2: number;
523
- get a0(): boolean;
524
- set a0(a: boolean);
525
- private b1;
526
- static ex: number;
527
- get ci(): number;
528
- set ci(a: number);
529
- private lj;
530
- static et: number;
531
- get l2(): Brush;
532
- set l2(a: Brush);
533
- private lk;
534
- static ew: number;
535
- get l3(): Brush;
536
- set l3(a: Brush);
537
- private c9;
538
- static ez: number;
539
- get ey(): number;
540
- set ey(a: number);
541
- private c8;
542
- static ev: number;
543
- get eu(): number;
544
- set eu(a: number);
545
- private mh;
522
+ private an;
523
+ static ge: number;
524
+ get a4(): boolean;
525
+ set a4(a: boolean);
526
+ private b5;
546
527
  static e9: number;
547
- get mi(): Rect;
548
- set mi(a: Rect);
549
- static readonly f8: number;
550
- private aq;
551
- get bd(): boolean;
552
- set bd(a: boolean);
553
- private at;
554
- static ga: number;
528
+ get cq(): number;
529
+ set cq(a: number);
530
+ private mq;
531
+ static e5: number;
532
+ get nc(): Brush;
533
+ set nc(a: Brush);
534
+ private mr;
535
+ static e8: number;
536
+ get nd(): Brush;
537
+ set nd(a: Brush);
538
+ private dl;
539
+ static fb: number;
540
+ get fa(): number;
541
+ set fa(a: number);
542
+ private dk;
543
+ static e7: number;
544
+ get e6(): number;
545
+ set e6(a: number);
546
+ private nu;
547
+ static fl: number;
548
+ get nv(): Rect;
549
+ set nv(a: Rect);
550
+ static readonly gk: number;
551
+ private au;
552
+ get bh(): boolean;
553
+ set bh(a: boolean);
554
+ private ax;
555
+ static gm: number;
556
+ get bo(): boolean;
557
+ set bo(a: boolean);
558
+ private ay;
559
+ static gn: number;
560
+ get bp(): boolean;
561
+ set bp(a: boolean);
562
+ private aw;
563
+ static gl: number;
555
564
  get bk(): boolean;
556
565
  set bk(a: boolean);
557
- private au;
558
- static gb: number;
559
- get bl(): boolean;
560
- set bl(a: boolean);
561
566
  private as;
562
- static f9: number;
563
- get bg(): boolean;
564
- set bg(a: boolean);
565
- private ao;
566
- static f7: number;
567
- get bb(): boolean;
568
- set bb(a: boolean);
569
- private dl;
570
- static f1: number;
571
- get f0(): number;
572
- set f0(a: number);
573
- private br;
574
- a4(a: string): boolean;
575
- a8(propertyId_: number): boolean;
576
- a7(a: string): boolean;
577
- private de;
567
+ static gj: number;
568
+ get bf(): boolean;
569
+ set bf(a: boolean);
570
+ private dy;
571
+ static gd: number;
572
+ get gc(): number;
573
+ set gc(a: number);
574
+ private bv;
575
+ a8(a: string): boolean;
576
+ bc(propertyId_: number): boolean;
577
+ bb(a: string): boolean;
578
+ private dr;
578
579
  private a;
579
- kw(propertyId_: number): void;
580
- kt(): void;
581
- kx(a: string): void;
582
- private ai;
583
- get ay(): boolean;
584
- set ay(a: boolean);
585
- private aw;
586
- protected k4(a: string, b: number, c: any, d: any): void;
587
- protected bq(a: string): boolean;
588
- protected k7(a: string, b: any, c: any): void;
589
- private k5;
590
- private kz;
591
- private k0;
592
- private k1;
593
- private k2;
594
- private k6;
595
- private k3;
580
+ l3(propertyId_: number): void;
581
+ l0(): void;
582
+ l4(a: string): void;
583
+ private am;
584
+ get a2(): boolean;
585
+ set a2(a: boolean);
586
+ private a0;
587
+ protected mb(a: string, b: number, c: any, d: any): void;
588
+ protected bu(a: string): boolean;
589
+ protected me(a: string, b: any, c: any): void;
590
+ private mc;
591
+ private l6;
592
+ private l7;
596
593
  private l8;
597
- k9(): void;
598
- protected la(): void;
599
- private bt;
600
- lc(a: string, b: any): void;
601
- az(a: string): boolean;
602
- k8(a: string): void;
603
- hl(a: string): any;
594
+ private l9;
595
+ private md;
596
+ private ma;
597
+ private ni;
598
+ mg(): void;
599
+ protected mh(): void;
600
+ private bx;
601
+ mj(a: string, b: any): void;
602
+ a3(a: string): boolean;
603
+ mf(a: string): void;
604
+ h9(a: string): any;
604
605
  private q;
605
606
  get r(): GridLayer;
606
607
  set r(a: GridLayer);
607
- static gx: number;
608
- private hk;
609
- get ho(): any;
610
- set ho(a: any);
611
- static readonly hg: number;
612
- private cd;
608
+ static g9: number;
609
+ private h8;
610
+ get ic(): any;
611
+ set ic(a: any);
612
+ static readonly h4: number;
613
+ private cl;
614
+ get c6(): number;
615
+ set c6(a: number);
616
+ static readonly h5: number;
617
+ private cm;
618
+ get c7(): number;
619
+ set c7(a: number);
620
+ static readonly hd: number;
621
+ private d5;
622
+ get hc(): number;
623
+ set hc(a: number);
624
+ static readonly hf: number;
625
+ private d6;
626
+ get he(): number;
627
+ set he(a: number);
628
+ static readonly ft: number;
629
+ private b7;
630
+ get cs(): number;
631
+ set cs(a: number);
632
+ static readonly fm: number;
633
+ private b6;
634
+ get cr(): number;
635
+ set cr(a: number);
636
+ static readonly es: number;
637
+ private b3;
638
+ get co(): number;
639
+ set co(a: number);
640
+ static readonly gu: number;
641
+ private cb;
642
+ get cw(): number;
643
+ set cw(a: number);
644
+ static readonly eu: number;
645
+ private b4;
646
+ get cp(): number;
647
+ set cp(a: number);
648
+ static readonly gq: number;
649
+ l5(): void;
650
+ private b9;
613
651
  get cu(): number;
614
652
  set cu(a: number);
615
- static readonly hh: number;
616
- private ce;
653
+ static readonly hx: number;
654
+ private ci;
655
+ get c3(): number;
656
+ set c3(a: number);
657
+ static readonly gr: number;
658
+ private ca;
617
659
  get cv(): number;
618
660
  set cv(a: number);
619
- static readonly g1: number;
620
- private dt;
621
- get g0(): number;
622
- set g0(a: number);
623
- static readonly g3: number;
624
- private du;
625
- get g2(): number;
626
- set g2(a: number);
627
- static readonly fh: number;
628
- private b3;
629
- get ck(): number;
630
- set ck(a: number);
631
- static readonly fa: number;
661
+ static readonly hy: number;
662
+ private cj;
663
+ get c4(): number;
664
+ set c4(a: number);
665
+ static readonly f7: number;
666
+ private dx;
667
+ get f6(): number;
668
+ set f6(a: number);
669
+ static readonly h3: number;
670
+ private d7;
671
+ get h2(): number;
672
+ set h2(a: number);
673
+ static readonly go: number;
674
+ private az;
675
+ get br(): boolean;
676
+ set br(a: boolean);
677
+ static readonly gt: number;
678
+ private v;
679
+ get w(): ModelTypes;
680
+ set w(a: ModelTypes);
681
+ static readonly hb: number;
682
+ private cd;
683
+ get cy(): number;
684
+ set cy(a: number);
685
+ static readonly eh: number;
632
686
  private b2;
633
- get cj(): number;
634
- set cj(a: number);
635
- static readonly eg: number;
636
- private bz;
637
- get cg(): number;
638
- set cg(a: number);
639
- static readonly gi: number;
640
- private b7;
641
- get co(): number;
642
- set co(a: number);
643
- static readonly ei: number;
644
- private b0;
645
- get ch(): number;
646
- set ch(a: number);
647
- static readonly ge: number;
648
- ky(): void;
649
- private b5;
650
- get cm(): number;
651
- set cm(a: number);
652
- static readonly g9: number;
653
- private ca;
654
- get cr(): number;
655
- set cr(a: number);
656
- static readonly gf: number;
657
- private b6;
658
687
  get cn(): number;
659
688
  set cn(a: number);
660
- static readonly ha: number;
661
- private cb;
662
- get cs(): number;
663
- set cs(a: number);
664
- static readonly fv: number;
665
- private dk;
666
- get fu(): number;
667
- set fu(a: number);
668
- static readonly hf: number;
669
- private dv;
670
- get he(): number;
671
- set he(a: number);
672
- static readonly gc: number;
689
+ static readonly ga: number;
690
+ private b8;
691
+ get ct(): number;
692
+ set ct(a: number);
673
693
  private av;
674
- get bn(): boolean;
675
- set bn(a: boolean);
676
- static readonly gh: number;
677
- private v;
678
- get w(): ModelTypes;
679
- set w(a: ModelTypes);
680
- static readonly gz: number;
681
- private b9;
682
- get cq(): number;
683
- set cq(a: number);
684
- static readonly d5: number;
685
- private by;
686
- get cf(): number;
687
- set cf(a: number);
688
- static readonly fy: number;
689
- private b4;
690
- get cl(): number;
691
- set cl(a: number);
692
- private ar;
693
- get be(): boolean;
694
- set be(a: boolean);
695
- static readonly fw: number;
694
+ get bi(): boolean;
695
+ set bi(a: boolean);
696
+ static readonly f8: number;
696
697
  private f;
697
698
  get g(): CellContentHorizontalAlignment;
698
699
  set g(a: CellContentHorizontalAlignment);
699
- static readonly hc: number;
700
+ static readonly h0: number;
700
701
  private h;
701
702
  get i(): CellContentVerticalAlignment;
702
703
  set i(a: CellContentVerticalAlignment);
703
- static readonly es: number;
704
- private li;
705
- get l1(): Brush;
706
- set l1(a: Brush);
707
704
  static readonly e4: number;
708
- private ll;
709
- get l4(): Brush;
710
- set l4(a: Brush);
711
- static readonly d6: number;
712
- private lf;
713
- get ly(): Brush;
714
- set ly(a: Brush);
715
- static readonly eb: number;
716
- private lg;
717
- get lz(): Brush;
718
- set lz(a: Brush);
719
- static readonly d0: number;
720
- private le;
721
- get lx(): Brush;
722
- set lx(a: Brush);
723
- static readonly fm: number;
724
- private ln;
725
- get l6(): Brush;
726
- set l6(a: Brush);
727
- static readonly gy: number;
728
- private lt;
729
- get md(): Brush;
730
- set md(a: Brush);
731
- static readonly fx: number;
732
- private lp;
733
- get l9(): Brush;
734
- set l9(a: Brush);
735
- static readonly fz: number;
736
- private lq;
737
- get ma(): Brush;
738
- set ma(a: Brush);
739
- static readonly g5: number;
740
- private lu;
741
- get me(): Brush;
742
- set me(a: Brush);
705
+ private mp;
706
+ get nb(): Brush;
707
+ set nb(a: Brush);
708
+ static readonly fg: number;
709
+ private ms;
710
+ get ne(): Brush;
711
+ set ne(a: Brush);
712
+ static readonly ei: number;
713
+ private mm;
714
+ get m8(): Brush;
715
+ set m8(a: Brush);
716
+ static readonly en: number;
717
+ private mn;
718
+ get m9(): Brush;
719
+ set m9(a: Brush);
720
+ static readonly ec: number;
721
+ private ml;
722
+ get m7(): Brush;
723
+ set m7(a: Brush);
724
+ static readonly fy: number;
725
+ private mu;
726
+ get ng(): Brush;
727
+ set ng(a: Brush);
728
+ static readonly ha: number;
729
+ private m0;
730
+ get nn(): Brush;
731
+ set nn(a: Brush);
732
+ static readonly f9: number;
733
+ private mw;
734
+ get nj(): Brush;
735
+ set nj(a: Brush);
736
+ static readonly gb: number;
737
+ private mx;
738
+ get nk(): Brush;
739
+ set nk(a: Brush);
740
+ static readonly hh: number;
741
+ private m1;
742
+ get no(): Brush;
743
+ set no(a: Brush);
744
+ static readonly hj: number;
745
+ private m2;
746
+ get np(): Brush;
747
+ set np(a: Brush);
748
+ static readonly g6: number;
749
+ private mz;
750
+ get nm(): Brush;
751
+ set nm(a: Brush);
752
+ private my;
753
+ static readonly gp: number;
754
+ get nl(): Brush;
755
+ set nl(a: Brush);
756
+ private mv;
757
+ static readonly f3: number;
758
+ get nh(): Brush;
759
+ set nh(a: Brush);
743
760
  static readonly g7: number;
744
- private lv;
745
- get mf(): Brush;
746
- set mf(a: Brush);
747
- static readonly gu: number;
748
- private ls;
749
- get mc(): Brush;
750
- set mc(a: Brush);
751
- private lr;
752
- static readonly gd: number;
753
- get mb(): Brush;
754
- set mb(a: Brush);
755
- private lo;
756
- static readonly fr: number;
757
- get l7(): Brush;
758
- set l7(a: Brush);
761
+ private cc;
762
+ get cx(): number;
763
+ set cx(a: number);
759
764
  static readonly gv: number;
760
- private b8;
761
- get cp(): number;
762
- set cp(a: number);
763
- static readonly gj: number;
764
- private hj;
765
- get hn(): any;
766
- set hn(a: any);
767
- static readonly gw: number;
768
- private hq;
769
- get j3(): string;
770
- set j3(a: string);
771
- static readonly hb: number;
772
- private hs;
773
- get ki(): string;
774
- set ki(a: string);
765
+ private h7;
766
+ get ib(): any;
767
+ set ib(a: any);
775
768
  static readonly g8: number;
776
- private lw;
777
- get mg(): Brush;
778
- set mg(a: Brush);
779
- static readonly er: number;
780
- private lh;
781
- get l0(): Brush;
782
- set l0(a: Brush);
783
- static readonly fc: number;
784
- private lm;
785
- get l5(): Brush;
786
- set l5(a: Brush);
787
- static readonly fs: number;
769
+ private ie;
770
+ get ku(): string;
771
+ set ku(a: string);
772
+ static readonly hz: number;
773
+ private ik;
774
+ get lp(): string;
775
+ set lp(a: string);
776
+ static readonly hv: number;
777
+ private m6;
778
+ get nt(): Brush;
779
+ set nt(a: Brush);
780
+ static readonly e3: number;
781
+ private mo;
782
+ get na(): Brush;
783
+ set na(a: Brush);
784
+ static readonly fo: number;
785
+ private mt;
786
+ get nf(): Brush;
787
+ set nf(a: Brush);
788
+ static readonly f4: number;
789
+ private af;
790
+ get aj(): FontInfo;
791
+ set aj(a: FontInfo);
792
+ static readonly et: number;
788
793
  private ad;
789
- get ag(): FontInfo;
790
- set ag(a: FontInfo);
791
- static readonly eh: number;
792
- private ab;
793
- get ae(): FontInfo;
794
- set ae(a: FontInfo);
795
- static readonly gg: number;
794
+ get ah(): FontInfo;
795
+ set ah(a: FontInfo);
796
+ static readonly hu: number;
797
+ private ij;
798
+ get lg(): string;
799
+ set lg(a: string);
800
+ static readonly hs: number;
801
+ private m5;
802
+ get ns(): Brush;
803
+ set ns(a: Brush);
804
+ static readonly ht: number;
805
+ private ag;
806
+ get ak(): FontInfo;
807
+ set ak(a: FontInfo);
808
+ static readonly hm: number;
809
+ private ii;
810
+ get k9(): string;
811
+ set k9(a: string);
812
+ static readonly hk: number;
813
+ private ih;
814
+ get k6(): string;
815
+ set k6(a: string);
816
+ static readonly hn: number;
817
+ private m4;
818
+ get nr(): Brush;
819
+ set nr(a: Brush);
820
+ static readonly hl: number;
821
+ private m3;
822
+ get nq(): Brush;
823
+ set nq(a: Brush);
824
+ static readonly hp: number;
825
+ private cf;
826
+ get c0(): number;
827
+ set c0(a: number);
828
+ static readonly hq: number;
829
+ private cg;
830
+ get c1(): number;
831
+ set c1(a: number);
832
+ static readonly hr: number;
833
+ private ch;
834
+ get c2(): number;
835
+ set c2(a: number);
836
+ static readonly ho: number;
837
+ private ce;
838
+ get cz(): number;
839
+ set cz(a: number);
840
+ static readonly hw: number;
796
841
  private z;
797
- get aa(): TextCellLineBreakMode;
798
- set aa(a: TextCellLineBreakMode);
799
- static readonly hd: number;
800
- private cc;
801
- get ct(): number;
802
- set ct(a: number);
803
- static readonly gn: number;
842
+ get aa(): TextCellDecoration;
843
+ set aa(a: TextCellDecoration);
844
+ static readonly gs: number;
845
+ private ab;
846
+ get ac(): TextCellLineBreakMode;
847
+ set ac(a: TextCellLineBreakMode);
848
+ static readonly h1: number;
849
+ private ck;
850
+ get c5(): number;
851
+ set c5(a: number);
852
+ static readonly gz: number;
853
+ private d2;
854
+ get gy(): number;
855
+ set gy(a: number);
856
+ static readonly g3: number;
857
+ private d4;
858
+ get g2(): number;
859
+ set g2(a: number);
860
+ static readonly g1: number;
861
+ private d3;
862
+ get g0(): number;
863
+ set g0(a: number);
864
+ static readonly gx: number;
865
+ private d1;
866
+ get gw(): number;
867
+ set gw(a: number);
868
+ static readonly ey: number;
869
+ private dh;
870
+ get ex(): number;
871
+ set ex(a: number);
872
+ static readonly e2: number;
873
+ private dj;
874
+ get e1(): number;
875
+ set e1(a: number);
876
+ static readonly e0: number;
877
+ private di;
878
+ get ez(): number;
879
+ set ez(a: number);
880
+ static readonly ew: number;
881
+ private dg;
882
+ get ev(): number;
883
+ set ev(a: number);
884
+ static readonly ff: number;
885
+ private dn;
886
+ get fe(): number;
887
+ set fe(a: number);
888
+ static readonly fk: number;
804
889
  private dq;
805
- get gm(): number;
806
- set gm(a: number);
807
- static readonly gr: number;
808
- private ds;
809
- get gq(): number;
810
- set gq(a: number);
811
- static readonly gp: number;
812
- private dr;
813
- get go(): number;
814
- set go(a: number);
815
- static readonly gl: number;
890
+ get fj(): number;
891
+ set fj(a: number);
892
+ static readonly fi: number;
816
893
  private dp;
817
- get gk(): number;
818
- set gk(a: number);
894
+ get fh(): number;
895
+ set fh(a: number);
896
+ static readonly fd: number;
897
+ private dm;
898
+ get fc(): number;
899
+ set fc(a: number);
900
+ static readonly eb: number;
901
+ private c9;
902
+ get ea(): number;
903
+ set ea(a: number);
904
+ static readonly eg: number;
905
+ private db;
906
+ get ef(): number;
907
+ set ef(a: number);
908
+ static readonly ee: number;
909
+ private da;
910
+ get ed(): number;
911
+ set ed(a: number);
912
+ static readonly d9: number;
913
+ private c8;
914
+ get d8(): number;
915
+ set d8(a: number);
916
+ static readonly fx: number;
917
+ private du;
918
+ get fw(): number;
919
+ set fw(a: number);
920
+ static readonly f2: number;
921
+ private dw;
922
+ get f1(): number;
923
+ set f1(a: number);
924
+ static readonly f0: number;
925
+ private dv;
926
+ get fz(): number;
927
+ set fz(a: number);
928
+ static readonly fv: number;
929
+ private dt;
930
+ get fu(): number;
931
+ set fu(a: number);
819
932
  static readonly em: number;
820
- private c5;
933
+ private dd;
821
934
  get el(): number;
822
935
  set el(a: number);
823
- static readonly eq: number;
824
- private c7;
825
- get ep(): number;
826
- set ep(a: number);
827
- static readonly eo: number;
828
- private c6;
829
- get en(): number;
830
- set en(a: number);
936
+ static readonly er: number;
937
+ private df;
938
+ get eq(): number;
939
+ set eq(a: number);
940
+ static readonly ep: number;
941
+ private de;
942
+ get eo(): number;
943
+ set eo(a: number);
831
944
  static readonly ek: number;
832
- private c4;
945
+ private dc;
833
946
  get ej(): number;
834
947
  set ej(a: number);
835
- static readonly e3: number;
836
- private db;
837
- get e2(): number;
838
- set e2(a: number);
839
- static readonly e8: number;
840
- private dd;
841
- get e7(): number;
842
- set e7(a: number);
843
- static readonly e6: number;
844
- private dc;
845
- get e5(): number;
846
- set e5(a: number);
847
- static readonly e1: number;
848
- private da;
849
- get e0(): number;
850
- set e0(a: number);
851
- static readonly dz: number;
852
- private cx;
853
- get dy(): number;
854
- set dy(a: number);
855
- static readonly d4: number;
856
- private cz;
857
- get d3(): number;
858
- set d3(a: number);
859
- static readonly d2: number;
860
- private cy;
861
- get d1(): number;
862
- set d1(a: number);
863
- static readonly dx: number;
864
- private cw;
865
- get dw(): number;
866
- set dw(a: number);
867
- static readonly fl: number;
868
- private dh;
869
- get fk(): number;
870
- set fk(a: number);
871
- static readonly fq: number;
872
- private dj;
873
- get fp(): number;
874
- set fp(a: number);
875
- static readonly fo: number;
876
- private di;
877
- get fn(): number;
878
- set fn(a: number);
879
- static readonly fj: number;
880
- private dg;
881
- get fi(): number;
882
- set fi(a: number);
883
- static readonly ea: number;
884
- private c1;
885
- get d9(): number;
886
- set d9(a: number);
887
- static readonly ef: number;
888
- private c3;
889
- get ee(): number;
890
- set ee(a: number);
891
- static readonly ed: number;
892
- private c2;
893
- get ec(): number;
894
- set ec(a: number);
895
- static readonly d8: number;
896
- private c0;
897
- get d7(): number;
898
- set d7(a: number);
899
- static readonly g4: number;
948
+ static readonly hg: number;
900
949
  private m;
901
950
  get n(): ColumnSortDirection;
902
951
  set n(a: ColumnSortDirection);
903
- static readonly f6: number;
904
- private an;
905
- get ba(): boolean;
906
- set ba(a: boolean);
907
- static readonly f3: number;
908
- private ak;
909
- get a2(): boolean;
910
- set a2(a: boolean);
911
- static readonly gt: number;
952
+ static readonly gi: number;
953
+ private ar;
954
+ get be(): boolean;
955
+ set be(a: boolean);
956
+ static readonly gf: number;
957
+ private ao;
958
+ get a6(): boolean;
959
+ set a6(a: boolean);
960
+ static readonly g5: number;
912
961
  private x;
913
962
  get y(): PinnedPositions;
914
963
  set y(a: PinnedPositions);
915
- static readonly ff: number;
916
- private ac;
917
- get af(): FontInfo;
918
- set af(a: FontInfo);
919
- static readonly f5: number;
920
- private am;
921
- get a9(): boolean;
922
- set a9(a: boolean);
923
- static readonly f4: number;
924
- private al;
925
- get a6(): boolean;
926
- set a6(a: boolean);
927
- static readonly fe: number;
928
- private hp;
929
- get iv(): string;
930
- set iv(a: string);
931
- bf: boolean;
932
- private df;
933
- get fg(): number;
934
- set fg(a: number);
964
+ static readonly fr: number;
965
+ private ae;
966
+ get ai(): FontInfo;
967
+ set ai(a: FontInfo);
968
+ static readonly gh: number;
969
+ private aq;
970
+ get bd(): boolean;
971
+ set bd(a: boolean);
972
+ static readonly gg: number;
935
973
  private ap;
936
- get bc(): boolean;
937
- set bc(a: boolean);
938
- hi: number;
939
- kr(): void;
940
- protected ks(): void;
974
+ get ba(): boolean;
975
+ set ba(a: boolean);
976
+ static readonly fq: number;
977
+ private id;
978
+ get jm(): string;
979
+ set jm(a: string);
980
+ bj: boolean;
981
+ private ds;
982
+ get fs(): number;
983
+ set fs(a: number);
984
+ private at;
985
+ get bg(): boolean;
986
+ set bg(a: boolean);
987
+ h6: number;
988
+ ly(): void;
989
+ protected lz(): void;
941
990
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
942
991
  b(a: CellModelExport): CellModelExport;
943
- private static bv;
944
- protected kv(): void;
945
- private static bs;
946
- private bw;
947
- protected ku(): void;
948
- kp(a: string): Type;
949
- ld(a: string, b: any): void;
950
- hm(a: string): any;
951
- lb(a: string, b: any): void;
992
+ private static bz;
993
+ protected l2(): void;
994
+ private static bw;
995
+ private b0;
996
+ protected l1(): void;
997
+ lw(a: string): Type;
998
+ mk(a: string, b: any): void;
999
+ ia(a: string): any;
1000
+ mi(a: string, b: any): void;
952
1001
  cellReconciling: (model: CellModel) => void;
953
- bm(a: DataSourceRowType): boolean;
954
- i6(): string;
955
- kq(a: List$1<GridConditionalStyle>): void;
1002
+ bq(a: DataSourceRowType): boolean;
1003
+ jx(): string;
1004
+ lx(a: List$1<GridConditionalStyle>): void;
956
1005
  }
957
1006
  /**
958
1007
  * @hidden
@@ -960,42 +1009,42 @@ export declare abstract class CellModel extends Base {
960
1009
  export declare class DateTimeCellModel extends CellModel {
961
1010
  static $t: Type;
962
1011
  constructor();
963
- static readonly mv: number;
964
- private ms;
965
- get mt(): Date;
966
- set mt(a: Date);
967
- static readonly my: number;
968
- private m4;
969
- get na(): string;
970
- set na(a: string);
971
- static readonly mx: number;
972
- private mj;
973
- get mk(): any[];
974
- set mk(a: any[]);
975
- ml: BindingFormatter;
976
- private m2;
977
- static readonly mw: number;
1012
+ static readonly n8: number;
1013
+ private n5;
1014
+ get n6(): Date;
1015
+ set n6(a: Date);
1016
+ static readonly ob: number;
1017
+ private oh;
1018
+ get on(): string;
1019
+ set on(a: string);
1020
+ static readonly oa: number;
1021
+ private nw;
1022
+ get nx(): any[];
1023
+ set nx(a: any[]);
1024
+ ny: BindingFormatter;
1025
+ private of;
1026
+ static readonly n9: number;
978
1027
  private _formatOverride;
979
- get m3(): any;
980
- set m3(a: any);
981
- static readonly mu: number;
982
- private mo;
983
- get mp(): DateTimeFormats;
984
- set mp(a: DateTimeFormats);
985
- m7(a: Date): string;
986
- i6(): string;
987
- static readonly mz: number;
988
- private mm;
989
- get mn(): DateTimeColumnValueFormatter;
990
- set mn(a: DateTimeColumnValueFormatter);
991
- static readonly m0: number;
992
- private mq;
993
- get mr(): boolean;
994
- set mr(a: boolean);
995
- protected k7(a: string, b: any, c: any): void;
996
- ld(a: string, b: any): void;
997
- kp(a: string): Type;
998
- hm(a: string): any;
1028
+ get og(): any;
1029
+ set og(a: any);
1030
+ static readonly n7: number;
1031
+ private n1;
1032
+ get n2(): DateTimeFormats;
1033
+ set n2(a: DateTimeFormats);
1034
+ ok(a: Date): string;
1035
+ jx(): string;
1036
+ static readonly oc: number;
1037
+ private nz;
1038
+ get n0(): DateTimeColumnValueFormatter;
1039
+ set n0(a: DateTimeColumnValueFormatter);
1040
+ static readonly od: number;
1041
+ private n3;
1042
+ get n4(): boolean;
1043
+ set n4(a: boolean);
1044
+ protected me(a: string, b: any, c: any): void;
1045
+ mk(a: string, b: any): void;
1046
+ lw(a: string): Type;
1047
+ ia(a: string): any;
999
1048
  b(a: CellModelExport): CellModelExport;
1000
1049
  }
1001
1050
  /**
@@ -1004,102 +1053,102 @@ export declare class DateTimeCellModel extends CellModel {
1004
1053
  export declare class EditorCellModel extends CellModel {
1005
1054
  static $t: Type;
1006
1055
  constructor();
1007
- private my;
1008
- private mx;
1009
- private ms;
1010
- static m8: number;
1011
- get mv(): boolean;
1012
- private mn;
1013
- static m5: number;
1014
- get mo(): CellModel;
1015
- set mo(a: CellModel);
1016
- private ml;
1017
- static mz: number;
1018
- get mm(): DataSourceSchemaPropertyType;
1019
- set mm(a: DataSourceSchemaPropertyType);
1020
- private nh;
1021
- static m6: number;
1022
- get nr(): string;
1023
- set nr(a: string);
1024
- ne: any;
1025
- private mp;
1026
- static m3: number;
1027
- get mq(): EditorType;
1028
- set mq(a: EditorType);
1029
- private nc;
1030
- static m1: number;
1031
- get nd(): any;
1032
- set nd(a: any);
1033
- private ng;
1034
- static m2: number;
1035
- get nm(): string;
1036
- set nm(a: string);
1037
- private mj;
1038
- static m4: number;
1039
- get mk(): string[];
1040
- set mk(a: string[]);
1041
- static m7: number;
1042
- private mr;
1043
- get mu(): boolean;
1044
- set mu(a: boolean);
1045
- static m0: number;
1046
- private nf;
1047
- get nj(): string;
1048
- set nj(a: string);
1049
- static readonly m9: number;
1050
- private mt;
1051
- get mw(): boolean;
1052
- set mw(a: boolean);
1053
- get nb(): number;
1054
- get na(): number;
1055
- protected la(): void;
1056
- protected k7(a: string, b: any, c: any): void;
1057
- kp(a: string): Type;
1058
- ld(a: string, b: any): void;
1059
- hm(a: string): any;
1060
- b(a: CellModelExport): CellModelExport;
1056
+ private ob;
1057
+ private oa;
1058
+ private n5;
1059
+ static ol: number;
1060
+ get n8(): boolean;
1061
+ private n0;
1062
+ static oi: number;
1063
+ get n1(): CellModel;
1064
+ set n1(a: CellModel);
1065
+ private ny;
1066
+ static oc: number;
1067
+ get nz(): DataSourceSchemaPropertyType;
1068
+ set nz(a: DataSourceSchemaPropertyType);
1069
+ private ou;
1070
+ static oj: number;
1071
+ get o4(): string;
1072
+ set o4(a: string);
1073
+ or: any;
1074
+ private n2;
1075
+ static og: number;
1076
+ get n3(): EditorType;
1077
+ set n3(a: EditorType);
1078
+ private op;
1079
+ static oe: number;
1080
+ get oq(): any;
1081
+ set oq(a: any);
1082
+ private ot;
1083
+ static of: number;
1084
+ get oz(): string;
1085
+ set oz(a: string);
1061
1086
  private nw;
1087
+ static oh: number;
1088
+ get nx(): string[];
1089
+ set nx(a: string[]);
1090
+ static ok: number;
1091
+ private n4;
1092
+ get n7(): boolean;
1093
+ set n7(a: boolean);
1094
+ static od: number;
1095
+ private os;
1096
+ get ow(): string;
1097
+ set ow(a: string);
1098
+ static readonly om: number;
1099
+ private n6;
1100
+ get n9(): boolean;
1101
+ set n9(a: boolean);
1102
+ get oo(): number;
1103
+ get on(): number;
1104
+ protected mh(): void;
1105
+ protected me(a: string, b: any, c: any): void;
1106
+ lw(a: string): Type;
1107
+ mk(a: string, b: any): void;
1108
+ ia(a: string): any;
1109
+ b(a: CellModelExport): CellModelExport;
1110
+ private o9;
1062
1111
  }
1063
1112
  /**
1064
1113
  * @hidden
1065
1114
  */
1066
1115
  export declare class FilterCellModel extends CellModel {
1067
1116
  static $t: Type;
1068
- static readonly m1: number;
1069
- private mn;
1070
- get mo(): DataSourceSchemaPropertyType;
1071
- set mo(a: DataSourceSchemaPropertyType);
1072
- static readonly m4: number;
1073
- private ml;
1074
- get mm(): ColumnFilterCondition;
1075
- set mm(a: ColumnFilterCondition);
1076
- static readonly m2: number;
1077
- private mp;
1078
- get mq(): IFilterExpression;
1079
- set mq(a: IFilterExpression);
1080
- static readonly m3: number;
1081
- private mr;
1082
- get ms(): GridFilterOperandsCollection;
1083
- set ms(a: GridFilterOperandsCollection);
1084
- static m5: number;
1085
- private mt;
1086
- get mu(): boolean;
1087
- set mu(a: boolean);
1088
- private mj;
1089
- get mk(): ColumnComparisonConditionOperatorType;
1090
- set mk(a: ColumnComparisonConditionOperatorType);
1091
- m6: any;
1092
- m0: number;
1093
- mz: number;
1094
- my: number;
1095
- mx: number;
1096
- mw: number;
1097
- mv: number;
1117
+ static readonly oe: number;
1118
+ private n0;
1119
+ get n1(): DataSourceSchemaPropertyType;
1120
+ set n1(a: DataSourceSchemaPropertyType);
1121
+ static readonly oh: number;
1122
+ private ny;
1123
+ get nz(): ColumnFilterCondition;
1124
+ set nz(a: ColumnFilterCondition);
1125
+ static readonly of: number;
1126
+ private n2;
1127
+ get n3(): IFilterExpression;
1128
+ set n3(a: IFilterExpression);
1129
+ static readonly og: number;
1130
+ private n4;
1131
+ get n5(): GridFilterOperandsCollection;
1132
+ set n5(a: GridFilterOperandsCollection);
1133
+ static oi: number;
1134
+ private n6;
1135
+ get n7(): boolean;
1136
+ set n7(a: boolean);
1137
+ private nw;
1138
+ get nx(): ColumnComparisonConditionOperatorType;
1139
+ set nx(a: ColumnComparisonConditionOperatorType);
1140
+ oj: any;
1141
+ od: number;
1142
+ oc: number;
1143
+ ob: number;
1144
+ oa: number;
1145
+ n9: number;
1146
+ n8: number;
1098
1147
  constructor();
1099
- ld(a: string, b: any): void;
1100
- kp(a: string): Type;
1101
- hm(a: string): any;
1102
- lb(a: string, b: any): void;
1148
+ mk(a: string, b: any): void;
1149
+ lw(a: string): Type;
1150
+ ia(a: string): any;
1151
+ mi(a: string, b: any): void;
1103
1152
  b(a: CellModelExport): CellModelExport;
1104
1153
  }
1105
1154
  /**
@@ -1115,24 +1164,24 @@ export declare class EditorRowCellModel extends CellModel {
1115
1164
  export declare class SummaryCellModel extends CellModel {
1116
1165
  static $t: Type;
1117
1166
  constructor();
1118
- static readonly ml: number;
1119
- private mp;
1120
- get mr(): string;
1121
- set mr(a: string);
1122
- static readonly mm: number;
1123
- private mq;
1124
- get mt(): string;
1125
- set mt(a: string);
1126
- static readonly mo: number;
1127
- private mx;
1128
- get my(): Brush;
1129
- set my(a: Brush);
1130
- static readonly mn: number;
1131
- private mj;
1132
- get mk(): FontInfo;
1133
- set mk(a: FontInfo);
1167
+ static readonly ny: number;
1168
+ private n2;
1169
+ get n4(): string;
1170
+ set n4(a: string);
1171
+ static readonly nz: number;
1172
+ private n3;
1173
+ get n6(): string;
1174
+ set n6(a: string);
1175
+ static readonly n1: number;
1176
+ private oa;
1177
+ get ob(): Brush;
1178
+ set ob(a: Brush);
1179
+ static readonly n0: number;
1180
+ private nw;
1181
+ get nx(): FontInfo;
1182
+ set nx(a: FontInfo);
1134
1183
  b(a: CellModelExport): CellModelExport;
1135
- bm(a: DataSourceRowType): boolean;
1184
+ bq(a: DataSourceRowType): boolean;
1136
1185
  }
1137
1186
  /**
1138
1187
  * @hidden
@@ -1147,22 +1196,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
1147
1196
  export declare class ImageCellModel extends CellModel {
1148
1197
  static $t: Type;
1149
1198
  constructor();
1150
- static readonly mn: number;
1151
- private mq;
1152
- get mr(): string;
1153
- set mr(a: string);
1154
- static readonly mp: number;
1155
- private ml;
1156
- get mm(): ImageStretchOptions;
1157
- set mm(a: ImageStretchOptions);
1158
- static readonly mo: number;
1159
- private mj;
1160
- get mk(): ImageResourceType;
1161
- set mk(a: ImageResourceType);
1199
+ static readonly n0: number;
1200
+ private n3;
1201
+ get n4(): string;
1202
+ set n4(a: string);
1203
+ static readonly n2: number;
1204
+ private ny;
1205
+ get nz(): ImageStretchOptions;
1206
+ set nz(a: ImageStretchOptions);
1207
+ static readonly n1: number;
1208
+ private nw;
1209
+ get nx(): ImageResourceType;
1210
+ set nx(a: ImageResourceType);
1162
1211
  b(a: CellModelExport): CellModelExport;
1163
- ld(a: string, b: any): void;
1164
- kp(a: string): Type;
1165
- hm(a: string): any;
1212
+ mk(a: string, b: any): void;
1213
+ lw(a: string): Type;
1214
+ ia(a: string): any;
1166
1215
  }
1167
1216
  /**
1168
1217
  * @hidden
@@ -1170,67 +1219,67 @@ export declare class ImageCellModel extends CellModel {
1170
1219
  export declare class NumericCellModel extends CellModel {
1171
1220
  static $t: Type;
1172
1221
  constructor();
1173
- static readonly m8: number;
1174
- private mr;
1175
- get ms(): number;
1176
- set ms(a: number);
1177
- static readonly mz: number;
1178
- private mm;
1179
- get mo(): boolean;
1180
- set mo(a: boolean);
1181
- static readonly my: number;
1182
- private nf;
1183
- get nm(): string;
1184
- set nm(a: string);
1185
- static readonly mx: number;
1186
- private mj;
1187
- get mk(): any[];
1188
- set mk(a: any[]);
1189
- ml: BindingFormatter;
1190
- private nd;
1191
- static readonly mw: number;
1222
+ static readonly ol: number;
1223
+ private n4;
1224
+ get n5(): number;
1225
+ set n5(a: number);
1226
+ static readonly oc: number;
1227
+ private nz;
1228
+ get n1(): boolean;
1229
+ set n1(a: boolean);
1230
+ static readonly ob: number;
1231
+ private os;
1232
+ get oz(): string;
1233
+ set oz(a: string);
1234
+ static readonly oa: number;
1235
+ private nw;
1236
+ get nx(): any[];
1237
+ set nx(a: any[]);
1238
+ ny: BindingFormatter;
1239
+ private oq;
1240
+ static readonly n9: number;
1192
1241
  private _formatOverride;
1193
- get ne(): any;
1194
- set ne(a: any);
1195
- static readonly m6: number;
1196
- private ng;
1197
- get ns(): string;
1198
- set ns(a: string);
1199
- static readonly m9: number;
1200
- private ni;
1201
- get nx(): string;
1202
- set nx(a: string);
1203
- static readonly m7: number;
1204
- private nh;
1205
- get nu(): string;
1206
- set nu(a: string);
1207
- static readonly na: number;
1208
- private nj;
1209
- get nz(): string;
1210
- set nz(a: string);
1211
- static readonly m1: number;
1212
- private mt;
1213
- get m0(): number;
1214
- set m0(a: number);
1215
- static readonly m3: number;
1216
- private mu;
1217
- get m2(): number;
1218
- set m2(a: number);
1219
- static readonly m5: number;
1220
- private mv;
1221
- get m4(): number;
1222
- set m4(a: number);
1223
- static readonly nb: number;
1224
- private mn;
1225
- get mq(): boolean;
1226
- set mq(a: boolean);
1227
- mp(): boolean;
1228
- protected k7(a: string, b: any, c: any): void;
1229
- ld(a: string, b: any): void;
1230
- kp(a: string): Type;
1231
- hm(a: string): any;
1242
+ get or(): any;
1243
+ set or(a: any);
1244
+ static readonly oj: number;
1245
+ private ot;
1246
+ get o5(): string;
1247
+ set o5(a: string);
1248
+ static readonly om: number;
1249
+ private ov;
1250
+ get pa(): string;
1251
+ set pa(a: string);
1252
+ static readonly ok: number;
1253
+ private ou;
1254
+ get o7(): string;
1255
+ set o7(a: string);
1256
+ static readonly on: number;
1257
+ private ow;
1258
+ get pc(): string;
1259
+ set pc(a: string);
1260
+ static readonly oe: number;
1261
+ private n6;
1262
+ get od(): number;
1263
+ set od(a: number);
1264
+ static readonly og: number;
1265
+ private n7;
1266
+ get of(): number;
1267
+ set of(a: number);
1268
+ static readonly oi: number;
1269
+ private n8;
1270
+ get oh(): number;
1271
+ set oh(a: number);
1272
+ static readonly oo: number;
1273
+ private n0;
1274
+ get n3(): boolean;
1275
+ set n3(a: boolean);
1276
+ n2(): boolean;
1277
+ protected me(a: string, b: any, c: any): void;
1278
+ mk(a: string, b: any): void;
1279
+ lw(a: string): Type;
1280
+ ia(a: string): any;
1232
1281
  b(a: CellModelExport): CellModelExport;
1233
- i6(): string;
1282
+ jx(): string;
1234
1283
  }
1235
1284
  /**
1236
1285
  * @hidden
@@ -1246,31 +1295,31 @@ export declare class RowSeparatorModel extends CellModel {
1246
1295
  export declare class SectionHeaderCellModel extends CellModel {
1247
1296
  static $t: Type;
1248
1297
  constructor();
1249
- static readonly mp: number;
1250
- private mj;
1251
- get ml(): GroupData[];
1252
- set ml(a: GroupData[]);
1253
- static readonly ms: number;
1254
- private mk;
1255
- get mm(): SummaryData[];
1256
- set mm(a: SummaryData[]);
1257
- static readonly mr: number;
1258
- private mv;
1259
- get mz(): string;
1260
- set mz(a: string);
1261
- static readonly mq: number;
1262
- private mu;
1263
- get mx(): string;
1264
- set mx(a: string);
1265
- static readonly mt: number;
1266
- private mn;
1267
- get mo(): GroupSummaryDisplayMode;
1268
- set mo(a: GroupSummaryDisplayMode);
1269
- ld(a: string, b: any): void;
1270
- kp(a: string): Type;
1271
- hm(a: string): any;
1298
+ static readonly n2: number;
1299
+ private nw;
1300
+ get ny(): GroupData[];
1301
+ set ny(a: GroupData[]);
1302
+ static readonly n5: number;
1303
+ private nx;
1304
+ get nz(): SummaryData[];
1305
+ set nz(a: SummaryData[]);
1306
+ static readonly n4: number;
1307
+ private n8;
1308
+ get oc(): string;
1309
+ set oc(a: string);
1310
+ static readonly n3: number;
1311
+ private n7;
1312
+ get oa(): string;
1313
+ set oa(a: string);
1314
+ static readonly n6: number;
1315
+ private n0;
1316
+ get n1(): GroupSummaryDisplayMode;
1317
+ set n1(a: GroupSummaryDisplayMode);
1318
+ mk(a: string, b: any): void;
1319
+ lw(a: string): Type;
1320
+ ia(a: string): any;
1272
1321
  b(a: CellModelExport): CellModelExport;
1273
- bm(a: DataSourceRowType): boolean;
1322
+ bq(a: DataSourceRowType): boolean;
1274
1323
  }
1275
1324
  /**
1276
1325
  * @hidden
@@ -1278,13 +1327,13 @@ export declare class SectionHeaderCellModel extends CellModel {
1278
1327
  export declare class TemplateCellModel extends CellModel {
1279
1328
  static $t: Type;
1280
1329
  constructor();
1281
- static readonly mj: number;
1282
- private mk;
1283
- get ml(): any;
1284
- set ml(a: any);
1285
- ld(a: string, b: any): void;
1286
- kp(a: string): Type;
1287
- hm(a: string): any;
1330
+ static readonly nw: number;
1331
+ private nx;
1332
+ get ny(): any;
1333
+ set ny(a: any);
1334
+ mk(a: string, b: any): void;
1335
+ lw(a: string): Type;
1336
+ ia(a: string): any;
1288
1337
  b(a: CellModelExport): CellModelExport;
1289
1338
  }
1290
1339
  /**
@@ -1293,15 +1342,15 @@ export declare class TemplateCellModel extends CellModel {
1293
1342
  export declare class TextCellModel extends CellModel {
1294
1343
  static $t: Type;
1295
1344
  constructor();
1296
- static readonly mj: number;
1297
- private mk;
1298
- get ml(): string;
1299
- set ml(a: string);
1300
- ld(a: string, b: any): void;
1301
- kp(a: string): Type;
1302
- hm(a: string): any;
1345
+ static readonly nw: number;
1346
+ private nx;
1347
+ get ny(): string;
1348
+ set ny(a: string);
1349
+ mk(a: string, b: any): void;
1350
+ lw(a: string): Type;
1351
+ ia(a: string): any;
1303
1352
  b(a: CellModelExport): CellModelExport;
1304
- i6(): string;
1353
+ jx(): string;
1305
1354
  }
1306
1355
  /**
1307
1356
  * @hidden
@@ -1309,29 +1358,29 @@ export declare class TextCellModel extends CellModel {
1309
1358
  export declare class TextHeaderCellModel extends TextCellModel {
1310
1359
  static $t: Type;
1311
1360
  constructor();
1312
- static readonly my: number;
1313
- private mt;
1314
- get mu(): boolean;
1315
- set mu(a: boolean);
1316
- static readonly mz: number;
1317
- private mr;
1318
- get ms(): SortIndicatorStyle;
1319
- set ms(a: SortIndicatorStyle);
1320
- static readonly mv: number;
1321
- private mn;
1322
- get mo(): ColumnOptionsIconAlignment;
1323
- set mo(a: ColumnOptionsIconAlignment);
1324
- static readonly mx: number;
1325
- private m5;
1326
- get m6(): Brush;
1327
- set m6(a: Brush);
1328
- static readonly mw: number;
1329
- private mp;
1330
- get mq(): ColumnOptionsIconBehavior;
1331
- set mq(a: ColumnOptionsIconBehavior);
1332
- ld(a: string, b: any): void;
1333
- kp(a: string): Type;
1334
- hm(a: string): any;
1361
+ static readonly ob: number;
1362
+ private n6;
1363
+ get n7(): boolean;
1364
+ set n7(a: boolean);
1365
+ static readonly oc: number;
1366
+ private n4;
1367
+ get n5(): SortIndicatorStyle;
1368
+ set n5(a: SortIndicatorStyle);
1369
+ static readonly n8: number;
1370
+ private n0;
1371
+ get n1(): ColumnOptionsIconAlignment;
1372
+ set n1(a: ColumnOptionsIconAlignment);
1373
+ static readonly oa: number;
1374
+ private oi;
1375
+ get oj(): Brush;
1376
+ set oj(a: Brush);
1377
+ static readonly n9: number;
1378
+ private n2;
1379
+ get n3(): ColumnOptionsIconBehavior;
1380
+ set n3(a: ColumnOptionsIconBehavior);
1381
+ mk(a: string, b: any): void;
1382
+ lw(a: string): Type;
1383
+ ia(a: string): any;
1335
1384
  b(a: CellModelExport): CellModelExport;
1336
1385
  }
1337
1386
  /**
@@ -1569,19 +1618,19 @@ export declare class EditingManager extends Base {
1569
1618
  */
1570
1619
  export declare class DataGrid extends Base implements INotifyPropertyChanged {
1571
1620
  static $t: Type;
1572
- private op;
1621
+ private os;
1573
1622
  get externalObject(): any;
1574
1623
  set externalObject(a: any);
1575
1624
  private _propertySetter;
1576
1625
  get propertySetter(): IPropertySetter;
1577
1626
  set propertySetter(a: IPropertySetter);
1578
- private fc;
1627
+ private fd;
1579
1628
  get externalGrid(): IExternalGrid;
1580
1629
  set externalGrid(a: IExternalGrid);
1581
- private fa;
1630
+ private fb;
1582
1631
  get dragger(): IDragger;
1583
1632
  set dragger(a: IDragger);
1584
- private e4;
1633
+ private e5;
1585
1634
  get columnGrouping(): IColumnGrouping;
1586
1635
  set columnGrouping(a: IColumnGrouping);
1587
1636
  private _pager;
@@ -1592,618 +1641,621 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1592
1641
  set toolbar(a: IDataGridComponent);
1593
1642
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1594
1643
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1595
- v6(a: DataGridColumn): void;
1596
- v5(a: DataGridColumn): void;
1644
+ wd(a: DataGridColumn): void;
1645
+ wc(a: DataGridColumn): void;
1597
1646
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1598
1647
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1599
- o(a: CellModel): ColumnFilterCondition;
1600
- q(a: CellModel): DataSourceSchemaPropertyType;
1601
- wg(a: DataGridColumn): void;
1648
+ p(a: CellModel): ColumnFilterCondition;
1649
+ r(a: CellModel): DataSourceSchemaPropertyType;
1650
+ wn(a: DataGridColumn): void;
1602
1651
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1603
1652
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1604
- ug(a: CellModel, b: ColumnFilterCondition): void;
1605
- uf(a: CellModel, b: ColumnFilterCondition): void;
1606
- wf(a: DataGridColumn): void;
1653
+ un(a: CellModel, b: ColumnFilterCondition): void;
1654
+ um(a: CellModel, b: ColumnFilterCondition): void;
1655
+ wm(a: DataGridColumn): void;
1607
1656
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1608
1657
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1609
- wc(a: DataGridColumn): void;
1610
- wb(a: DataGridColumn): void;
1658
+ wj(a: DataGridColumn): void;
1659
+ wi(a: DataGridColumn): void;
1611
1660
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1612
1661
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1613
- v8(a: DataGridColumn): void;
1614
- v7(a: DataGridColumn): void;
1662
+ wf(a: DataGridColumn): void;
1663
+ we(a: DataGridColumn): void;
1615
1664
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1616
- v0(a: CellModel): void;
1665
+ v7(a: CellModel): void;
1617
1666
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1618
- v1(a: CellModel): void;
1667
+ v8(a: CellModel): void;
1619
1668
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1620
- vy(a: CellModel): void;
1669
+ v5(a: CellModel): void;
1621
1670
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1622
- vz(a: CellModel): void;
1623
- w8(a: number, b: string): void;
1671
+ v6(a: CellModel): void;
1672
+ xf(a: number, b: string): void;
1624
1673
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1625
- wv(a: CellModel): void;
1626
- y0(a: number): void;
1627
- private m1;
1628
- wu(a: EditorCellModel): void;
1629
- vr(a: CellModel, b: MouseButton): void;
1630
- vp(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1631
- private xr;
1632
- private br;
1674
+ w2(a: CellModel): void;
1675
+ zb(a: number): void;
1676
+ private m4;
1677
+ w1(a: EditorCellModel): void;
1678
+ vy(a: CellModel, b: MouseButton): void;
1679
+ vw(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1680
+ private xy;
1681
+ private bs;
1633
1682
  get columnResizingMode(): ColumnResizingMode;
1634
1683
  set columnResizingMode(a: ColumnResizingMode);
1635
- private bd;
1684
+ private be;
1636
1685
  get columnMovingMode(): ColumnMovingMode;
1637
1686
  set columnMovingMode(a: ColumnMovingMode);
1638
- e1: HoverManager;
1639
- private h5;
1687
+ e2: HoverManager;
1688
+ private h6;
1640
1689
  get isRowHoverEnabled(): boolean;
1641
1690
  set isRowHoverEnabled(a: boolean);
1642
- private zt;
1691
+ private z4;
1643
1692
  get rowHoverBackground(): Brush;
1644
1693
  set rowHoverBackground(a: Brush);
1645
- private zu;
1694
+ private z5;
1646
1695
  get rowHoverTextColor(): Brush;
1647
1696
  set rowHoverTextColor(a: Brush);
1648
- private zl;
1697
+ private zw;
1649
1698
  get editRowBorder(): Brush;
1650
1699
  set editRowBorder(a: Brush);
1651
- private abh;
1700
+ private abs;
1652
1701
  get editRowBorderWidth(): Thickness;
1653
1702
  set editRowBorderWidth(a: Thickness);
1654
- abb: Point;
1655
- ar: CellPath;
1656
- ao: CellPath;
1657
- private hu;
1658
- vw(a: CellModel, b: number, c: number): void;
1659
- vx(a: CellModel, b: number, c: number): void;
1660
- vv(a: CellModel, b: number, c: number): void;
1661
- w0(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1662
- w1(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1663
- private jc;
1664
- private m5;
1665
- private get oe();
1666
- private set oe(value);
1667
- vu(a: CellModel, b: number, c: number): void;
1668
- wz(a: CellModel, b: number, c: number): void;
1669
- private nd;
1703
+ abm: Point;
1704
+ as: CellPath;
1705
+ ap: CellPath;
1706
+ private hv;
1707
+ v3(a: CellModel, b: number, c: number): void;
1708
+ v4(a: CellModel, b: number, c: number): void;
1709
+ v2(a: CellModel, b: number, c: number): void;
1710
+ w7(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1711
+ w8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1712
+ private je;
1713
+ private m8;
1714
+ private get oh();
1715
+ private set oh(value);
1716
+ v1(a: CellModel, b: number, c: number): void;
1717
+ w6(a: CellModel, b: number, c: number): void;
1718
+ private ng;
1719
+ private ic;
1670
1720
  private ib;
1671
- private ia;
1672
- private hj;
1721
+ private hk;
1722
+ private ma;
1723
+ private mh;
1724
+ private mf;
1725
+ private mg;
1726
+ private lw;
1727
+ private l5;
1728
+ private l6;
1673
1729
  private l7;
1730
+ private l8;
1731
+ private at;
1732
+ private nm;
1733
+ private nl;
1734
+ private is;
1735
+ ui(): void;
1736
+ w0(a: CellPath, b: number, c: number, d: boolean): void;
1737
+ ww(a: any, b: DragSelectEventArgs): void;
1738
+ wu(a: any, b: DragSelectEventArgs): void;
1739
+ private nc;
1740
+ get oj(): number;
1741
+ set oj(a: number);
1742
+ private nn;
1743
+ private fo;
1744
+ private wv;
1745
+ private ao;
1746
+ private ak;
1747
+ private al;
1748
+ private l1;
1674
1749
  private me;
1750
+ private mb;
1675
1751
  private mc;
1676
- private md;
1677
- private lt;
1678
- private l2;
1679
- private l3;
1680
- private l4;
1681
- private l5;
1682
- private as;
1683
- private nj;
1684
- private ni;
1685
- private ir;
1686
- ub(): void;
1687
- wt(a: CellPath, b: number, c: number, d: boolean): void;
1688
- wp(a: any, b: DragSelectEventArgs): void;
1689
- wn(a: any, b: DragSelectEventArgs): void;
1690
- private m9;
1691
- get og(): number;
1692
- set og(a: number);
1693
- private nk;
1694
- private fn;
1695
- private wo;
1696
- private an;
1752
+ private wx;
1753
+ private wy;
1754
+ private ys;
1755
+ private wz;
1756
+ private lr;
1757
+ private ls;
1758
+ private yx;
1759
+ private abo;
1697
1760
  private aj;
1698
- private ak;
1699
- private ly;
1700
- private mb;
1701
- private l8;
1702
- private l9;
1703
- private wq;
1704
- private wr;
1705
- private yh;
1706
- private ws;
1707
- private lo;
1708
- private lp;
1709
- private ym;
1710
- private abd;
1711
- private ai;
1712
1761
  getHitCell(a: number, b: number): CellModel;
1713
- private au;
1714
- private i1;
1715
- private uo;
1716
- private y5;
1717
- constructor();
1718
- x7(a: ColumnGroupDescription): void;
1719
- x8(a: ColumnSummaryDescription): void;
1720
- private yt;
1721
- private uy;
1722
- private j3;
1762
+ private av;
1763
+ private i3;
1723
1764
  private uv;
1724
- private yr;
1725
- private yz;
1726
- private b5;
1727
- private iu;
1728
- private yk;
1729
- private yl;
1765
+ private zg;
1766
+ constructor();
1767
+ yi(a: ColumnGroupDescription): void;
1768
+ yj(a: ColumnSummaryDescription): void;
1769
+ private y4;
1770
+ private u5;
1771
+ private j5;
1772
+ private u2;
1773
+ private y2;
1774
+ private za;
1775
+ private b6;
1730
1776
  private iw;
1731
- private yj;
1732
- private yi;
1733
- private it;
1734
- private xn;
1735
- private xo;
1736
- private c4;
1737
- get c5(): GridAnimationManager;
1738
- set c5(a: GridAnimationManager);
1777
+ private yv;
1778
+ private yw;
1779
+ private iy;
1780
+ private yu;
1781
+ private yt;
1782
+ private iv;
1783
+ private xu;
1784
+ private xv;
1785
+ private c5;
1786
+ get c6(): GridAnimationManager;
1787
+ set c6(a: GridAnimationManager);
1739
1788
  private _delayedExecutionManager;
1740
1789
  get delayedExecutionManager(): IDelayedExecutionManager;
1741
1790
  set delayedExecutionManager(a: IDelayedExecutionManager);
1742
- private fo;
1743
- get fp(): ResponsiveEngine;
1744
- private e6;
1745
- get e7(): IDataAdapter;
1746
- set e7(a: IDataAdapter);
1747
- private ax;
1748
- get ay(): ColumnController;
1749
- set ay(a: ColumnController);
1750
- private d0;
1751
- get d1(): GridLayerController;
1752
- set d1(a: GridLayerController);
1753
- private ga;
1754
- get gb(): SpatialEngine;
1755
- set gb(a: SpatialEngine);
1756
- private dv;
1757
- get dw(): GridEffectManager;
1758
- set dw(a: GridEffectManager);
1759
- private f4;
1760
- get f5(): SelectionManager;
1761
- set f5(a: SelectionManager);
1762
- private ac;
1763
- get ad(): ActivationManager;
1764
- set ad(a: ActivationManager);
1765
- private f8;
1766
- get f9(): SortManager;
1767
- set f9(a: SortManager);
1768
- cj: EditingManager;
1769
- private g8;
1791
+ private fp;
1792
+ get fq(): ResponsiveEngine;
1793
+ private e7;
1794
+ get e8(): IDataAdapter;
1795
+ set e8(a: IDataAdapter);
1796
+ private ay;
1797
+ get az(): ColumnController;
1798
+ set az(a: ColumnController);
1799
+ private d1;
1800
+ get d2(): GridLayerController;
1801
+ set d2(a: GridLayerController);
1802
+ private gb;
1803
+ get gc(): SpatialEngine;
1804
+ set gc(a: SpatialEngine);
1805
+ private dw;
1806
+ get dx(): GridEffectManager;
1807
+ set dx(a: GridEffectManager);
1808
+ private f5;
1809
+ get f6(): SelectionManager;
1810
+ set f6(a: SelectionManager);
1811
+ private ad;
1812
+ get ae(): ActivationManager;
1813
+ set ae(a: ActivationManager);
1814
+ private f9;
1815
+ get ga(): SortManager;
1816
+ set ga(a: SortManager);
1817
+ ck: EditingManager;
1818
+ private g9;
1770
1819
  get tickProvider(): ITickProvider;
1771
1820
  set tickProvider(a: ITickProvider);
1772
- private f2;
1821
+ private f3;
1773
1822
  get sectionHeader(): SectionHeader;
1774
1823
  set sectionHeader(a: SectionHeader);
1775
- private f0;
1776
- get f1(): SectionFooter;
1777
- set f1(a: SectionFooter);
1778
- private gc;
1824
+ private f1;
1825
+ get f2(): SectionFooter;
1826
+ set f2(a: SectionFooter);
1827
+ private gd;
1779
1828
  get summaryRowRoot(): SummaryRowRoot;
1780
1829
  set summaryRowRoot(a: SummaryRowRoot);
1781
- private ge;
1830
+ private gf;
1782
1831
  get summaryRowSection(): SummaryRowSection;
1783
1832
  set summaryRowSection(a: SummaryRowSection);
1784
- private fx;
1833
+ private fy;
1785
1834
  get rowSeparator(): RowSeparator;
1786
1835
  set rowSeparator(a: RowSeparator);
1787
- private ex;
1836
+ private ey;
1788
1837
  get headerRowSeparator(): HeaderRowSeparator;
1789
1838
  set headerRowSeparator(a: HeaderRowSeparator);
1790
- private ez;
1839
+ private e0;
1791
1840
  get headerSeparator(): HeaderSeparator;
1792
1841
  set headerSeparator(a: HeaderSeparator);
1793
- private bt;
1842
+ private bu;
1794
1843
  get columnResizingSeparator(): ColumnResizingSeparator;
1795
1844
  set columnResizingSeparator(a: ColumnResizingSeparator);
1796
- private bf;
1845
+ private bg;
1797
1846
  get columnMovingSeparator(): ColumnMovingSeparator;
1798
1847
  set columnMovingSeparator(a: ColumnMovingSeparator);
1799
- private fl;
1848
+ private fm;
1800
1849
  get pinnedAreaSeparator(): PinnedAreaSeparator;
1801
1850
  set pinnedAreaSeparator(a: PinnedAreaSeparator);
1802
- private co;
1803
1851
  private cp;
1804
- private cy;
1852
+ private cq;
1853
+ private cz;
1805
1854
  private b;
1806
1855
  get autoGenerateDesiredProperties(): string[];
1807
1856
  set autoGenerateDesiredProperties(a: string[]);
1808
1857
  private c;
1809
1858
  get dataSourceDesiredProperties(): string[];
1810
1859
  set dataSourceDesiredProperties(a: string[]);
1811
- private gi;
1812
- get gj(): VisibilityEngine;
1813
- set gj(a: VisibilityEngine);
1860
+ private gj;
1861
+ get gk(): VisibilityEngine;
1862
+ set gk(a: VisibilityEngine);
1814
1863
  private _viewportManager;
1815
1864
  get viewportManager(): IViewportManager;
1816
1865
  set viewportManager(a: IViewportManager);
1817
- private lx;
1818
- get mg(): number;
1819
- set mg(a: number);
1820
- private lw;
1821
- get mf(): number;
1822
- set mf(a: number);
1823
- private go;
1866
+ private l0;
1867
+ get mj(): number;
1868
+ set mj(a: number);
1869
+ private lz;
1870
+ get mi(): number;
1871
+ set mi(a: number);
1872
+ private gp;
1824
1873
  get density(): ControlDisplayDensity;
1825
1874
  set density(a: ControlDisplayDensity);
1826
- private mw;
1875
+ private mz;
1827
1876
  get actualRowHeight(): number;
1828
1877
  set actualRowHeight(a: number);
1829
- private na;
1878
+ private nd;
1830
1879
  get rowHeight(): number;
1831
1880
  set rowHeight(a: number);
1832
- private ca;
1881
+ private cb;
1833
1882
  get defaultColumnWidth(): ColumnWidth;
1834
1883
  set defaultColumnWidth(a: ColumnWidth);
1835
- private l1;
1884
+ private l4;
1836
1885
  get defaultColumnMinWidth(): number;
1837
1886
  set defaultColumnMinWidth(a: number);
1838
- private mv;
1887
+ private my;
1839
1888
  get actualHeaderHeight(): number;
1840
1889
  set actualHeaderHeight(a: number);
1841
- private m2;
1890
+ private m5;
1842
1891
  get headerHeight(): number;
1843
1892
  set headerHeight(a: number);
1844
- private nf;
1893
+ private ni;
1845
1894
  get sectionHeaderHeight(): number;
1846
1895
  set sectionHeaderHeight(a: number);
1847
- private oq;
1896
+ private ot;
1848
1897
  get itemsSource(): any;
1849
1898
  set itemsSource(a: any);
1850
- private ne;
1899
+ private nh;
1851
1900
  get sectionFooterHeight(): number;
1852
1901
  set sectionFooterHeight(a: number);
1853
- private nc;
1902
+ private nf;
1854
1903
  get rowSpacingHeight(): number;
1855
1904
  set rowSpacingHeight(a: number);
1856
- private m0;
1905
+ private m3;
1857
1906
  get columnSpacingWidth(): number;
1858
1907
  set columnSpacingWidth(a: number);
1859
- private ev;
1908
+ private ew;
1860
1909
  get headerClickAction(): HeaderClickAction;
1861
1910
  set headerClickAction(a: HeaderClickAction);
1862
- private cm;
1911
+ private cn;
1863
1912
  get editMode(): EditModeType;
1864
1913
  set editMode(a: EditModeType);
1865
- private ck;
1914
+ private cl;
1866
1915
  get editModeClickAction(): EditModeClickAction;
1867
1916
  set editModeClickAction(a: EditModeClickAction);
1868
- private hk;
1917
+ private hl;
1869
1918
  get editOnKeyPress(): boolean;
1870
1919
  set editOnKeyPress(a: boolean);
1871
- private hg;
1920
+ private hh;
1872
1921
  get autoGenerateColumns(): boolean;
1873
1922
  set autoGenerateColumns(a: boolean);
1874
- private nb;
1923
+ private ne;
1875
1924
  get rowSeparatorHeight(): number;
1876
1925
  set rowSeparatorHeight(a: number);
1877
- private h4;
1926
+ private h5;
1878
1927
  get isPlaceholderRenderingEnabled(): boolean;
1879
1928
  set isPlaceholderRenderingEnabled(a: boolean);
1880
- private jj;
1881
- private bz;
1882
- private bv;
1929
+ private jl;
1930
+ private b0;
1931
+ private bw;
1883
1932
  get columnAddingAnimationMode(): ColumnShowingAnimationMode;
1884
1933
  set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
1885
- get jr(): boolean;
1886
- private bm;
1934
+ get jt(): boolean;
1935
+ private bn;
1887
1936
  get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
1888
1937
  set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
1889
- protected get jk(): boolean;
1890
- get jg(): boolean;
1891
- private ag;
1938
+ protected get jm(): boolean;
1939
+ get ji(): boolean;
1940
+ private ah;
1892
1941
  get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
1893
1942
  set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
1894
- get kd(): boolean;
1895
- private fv;
1943
+ get kf(): boolean;
1944
+ private fw;
1896
1945
  get rowSelectionAnimationMode(): RowSelectionAnimationMode;
1897
1946
  set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
1898
- get kb(): boolean;
1899
- private fs;
1947
+ get kd(): boolean;
1948
+ private ft;
1900
1949
  get rowHoverAnimationMode(): RowHoverAnimationMode;
1901
1950
  set rowHoverAnimationMode(a: RowHoverAnimationMode);
1902
- get jh(): boolean;
1903
- private av;
1951
+ get jj(): boolean;
1952
+ private aw;
1904
1953
  get cellSelectionAnimationMode(): CellSelectionAnimationMode;
1905
1954
  set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
1906
- private dj;
1955
+ private dk;
1907
1956
  get columnAnimationSettings(): GridColumnAnimationSettings;
1908
1957
  set columnAnimationSettings(a: GridColumnAnimationSettings);
1909
- private c6;
1958
+ private c7;
1910
1959
  get animationSettings(): GridAnimationSettings;
1911
1960
  set animationSettings(a: GridAnimationSettings);
1912
- js(a: DataGridColumn): boolean;
1913
- private bq;
1914
- private bo;
1961
+ ju(a: DataGridColumn): boolean;
1962
+ private br;
1963
+ private bp;
1915
1964
  get columnResizingAnimationMode(): ColumnResizingAnimationMode;
1916
1965
  set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
1917
- private jt;
1918
- private b0;
1919
- private bw;
1966
+ private jv;
1967
+ private b1;
1968
+ private bx;
1920
1969
  get columnShowingAnimationMode(): ColumnShowingAnimationMode;
1921
1970
  set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
1922
- private jn;
1923
- private bc;
1924
- private ba;
1971
+ private jp;
1972
+ private bd;
1973
+ private bb;
1925
1974
  get columnMovingAnimationMode(): ColumnMovingAnimationMode;
1926
1975
  set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
1927
- private jm;
1928
- private a9;
1929
- private a7;
1976
+ private jo;
1977
+ private ba;
1978
+ private a8;
1930
1979
  get columnHidingAnimationMode(): ColumnHidingAnimationMode;
1931
1980
  set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
1932
- private jl;
1933
- private a1;
1934
- private az;
1981
+ private jn;
1982
+ private a2;
1983
+ private a0;
1935
1984
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
1936
1985
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
1937
- private abi;
1986
+ private abt;
1938
1987
  get inset(): Thickness;
1939
1988
  set inset(a: Thickness);
1940
- private cg;
1989
+ private ch;
1941
1990
  get selectionMode(): DataGridSelectionMode;
1942
1991
  set selectionMode(a: DataGridSelectionMode);
1943
- private c1;
1992
+ private c2;
1944
1993
  get activationMode(): GridActivationMode;
1945
1994
  set activationMode(a: GridActivationMode);
1946
- private ek;
1995
+ private el;
1947
1996
  get selectionBehavior(): GridSelectionBehavior;
1948
1997
  set selectionBehavior(a: GridSelectionBehavior);
1949
- private h9;
1998
+ private ia;
1950
1999
  get mouseDragSelectionEnabled(): boolean;
1951
2000
  set mouseDragSelectionEnabled(a: boolean);
1952
- private ho;
1953
- get je(): boolean;
1954
- set je(a: boolean);
1955
- private ec;
2001
+ private hp;
2002
+ get jg(): boolean;
2003
+ set jg(a: boolean);
2004
+ private ed;
1956
2005
  get selectedItems(): GridSelectedItemsCollection;
1957
- private eh;
2006
+ private ei;
1958
2007
  get selectedKeys(): GridSelectedKeysCollection;
1959
- private d8;
2008
+ private d9;
1960
2009
  get selectedCells(): GridSelectedCellsCollection;
1961
- private d5;
2010
+ private d6;
1962
2011
  get selectedCellRanges(): GridSelectedCellRangesCollection;
1963
- private hn;
1964
- get jd(): boolean;
1965
- set jd(a: boolean);
1966
- private eb;
2012
+ private ho;
2013
+ get jf(): boolean;
2014
+ set jf(a: boolean);
2015
+ private ec;
1967
2016
  get pinnedItems(): GridSelectedItemsCollection;
1968
- private eg;
2017
+ private eh;
1969
2018
  get pinnedKeys(): GridSelectedKeysCollection;
1970
- private yv;
1971
- private hr;
2019
+ private y6;
2020
+ private hs;
1972
2021
  get isColumnOptionsEnabled(): boolean;
1973
2022
  set isColumnOptionsEnabled(a: boolean);
1974
- private hv;
2023
+ private hw;
1975
2024
  get isGroupByAreaVisible(): boolean;
1976
2025
  set isGroupByAreaVisible(a: boolean);
1977
- private h0;
2026
+ private h1;
1978
2027
  get isGroupRowSticky(): boolean;
1979
2028
  set isGroupRowSticky(a: boolean);
1980
- private h1;
2029
+ private h2;
1981
2030
  get isHeaderSeparatorVisible(): boolean;
1982
2031
  set isHeaderSeparatorVisible(a: boolean);
1983
- private zf;
2032
+ private zq;
1984
2033
  get cellSelectedBackground(): Brush;
1985
2034
  set cellSelectedBackground(a: Brush);
1986
- private z1;
2035
+ private aac;
1987
2036
  get sectionHeaderSelectedBackground(): Brush;
1988
2037
  set sectionHeaderSelectedBackground(a: Brush);
1989
- private z4;
2038
+ private aaf;
1990
2039
  get summaryRootBackground(): Brush;
1991
2040
  set summaryRootBackground(a: Brush);
1992
- private z8;
2041
+ private aaj;
1993
2042
  get summarySectionBackground(): Brush;
1994
2043
  set summarySectionBackground(a: Brush);
1995
- private ma;
2044
+ private md;
1996
2045
  get pinnedRowOpacity(): number;
1997
2046
  set pinnedRowOpacity(a: number);
1998
- private gr;
2047
+ private gs;
1999
2048
  get editTextStyle(): FontInfo;
2000
2049
  set editTextStyle(a: FontInfo);
2001
- private l6;
2050
+ private l9;
2002
2051
  get editOpacity(): number;
2003
2052
  set editOpacity(a: number);
2004
- private zk;
2053
+ private zv;
2005
2054
  get deletedTextColor(): Brush;
2006
2055
  set deletedTextColor(a: Brush);
2007
- private z3;
2056
+ private aae;
2008
2057
  get stickyRowBackground(): Brush;
2009
2058
  set stickyRowBackground(a: Brush);
2010
- private zs;
2059
+ private z3;
2011
2060
  get pinnedRowBackground(): Brush;
2012
2061
  set pinnedRowBackground(a: Brush);
2013
- private zr;
2062
+ private z2;
2014
2063
  get lastStickyRowBackground(): Brush;
2015
2064
  set lastStickyRowBackground(a: Brush);
2065
+ private dh;
2016
2066
  private dg;
2017
- private df;
2018
2067
  get activeCell(): GridCellPosition;
2019
2068
  set activeCell(a: GridCellPosition);
2020
- private ze;
2069
+ private zp;
2021
2070
  get cellBackground(): Brush;
2022
2071
  set cellBackground(a: Brush);
2023
- private zg;
2072
+ private zr;
2024
2073
  get cellTextColor(): Brush;
2025
2074
  set cellTextColor(a: Brush);
2026
- private zp;
2075
+ private z0;
2027
2076
  get headerSortIndicatorColor(): Brush;
2028
2077
  set headerSortIndicatorColor(a: Brush);
2029
- private f6;
2078
+ private f7;
2030
2079
  get headerSortIndicatorStyle(): SortIndicatorStyle;
2031
2080
  set headerSortIndicatorStyle(a: SortIndicatorStyle);
2032
- private gq;
2081
+ private gr;
2033
2082
  get cellTextStyle(): FontInfo;
2034
2083
  set cellTextStyle(a: FontInfo);
2035
- private z0;
2084
+ private aab;
2036
2085
  get sectionHeaderBackground(): Brush;
2037
2086
  set sectionHeaderBackground(a: Brush);
2038
- private z2;
2087
+ private aad;
2039
2088
  get sectionHeaderTextColor(): Brush;
2040
2089
  set sectionHeaderTextColor(a: Brush);
2041
- private gt;
2090
+ private gu;
2042
2091
  get sectionHeaderTextStyle(): FontInfo;
2043
2092
  set sectionHeaderTextStyle(a: FontInfo);
2044
- private gu;
2093
+ private gv;
2045
2094
  get summaryRootLabelTextStyle(): FontInfo;
2046
2095
  set summaryRootLabelTextStyle(a: FontInfo);
2047
- private gw;
2096
+ private gx;
2048
2097
  get summarySectionLabelTextStyle(): FontInfo;
2049
2098
  set summarySectionLabelTextStyle(a: FontInfo);
2050
- private z7;
2099
+ private aai;
2051
2100
  get summaryRootValueTextColor(): Brush;
2052
2101
  set summaryRootValueTextColor(a: Brush);
2053
- private gv;
2102
+ private gw;
2054
2103
  get summaryRootValueTextStyle(): FontInfo;
2055
2104
  set summaryRootValueTextStyle(a: FontInfo);
2056
- private gx;
2105
+ private gy;
2057
2106
  get summarySectionValueTextStyle(): FontInfo;
2058
2107
  set summarySectionValueTextStyle(a: FontInfo);
2059
- private aab;
2108
+ private aam;
2060
2109
  get summarySectionValueTextColor(): Brush;
2061
2110
  set summarySectionValueTextColor(a: Brush);
2062
- private z5;
2111
+ private aag;
2063
2112
  get summaryRootLabelTextColor(): Brush;
2064
2113
  set summaryRootLabelTextColor(a: Brush);
2065
- private z9;
2114
+ private aak;
2066
2115
  get summarySectionLabelTextColor(): Brush;
2067
2116
  set summarySectionLabelTextColor(a: Brush);
2068
- private z6;
2117
+ private aah;
2069
2118
  get summaryRootSelectedBackground(): Brush;
2070
2119
  set summaryRootSelectedBackground(a: Brush);
2071
- private aaa;
2120
+ private aal;
2072
2121
  get summarySectionSelectedBackground(): Brush;
2073
2122
  set summarySectionSelectedBackground(a: Brush);
2074
- private m8;
2123
+ private nb;
2075
2124
  get pinnedAreaSeparatorWidth(): number;
2076
2125
  set pinnedAreaSeparatorWidth(a: number);
2077
- private m3;
2126
+ private m6;
2078
2127
  get headerSeparatorWidth(): number;
2079
2128
  set headerSeparatorWidth(a: number);
2080
- nn(a: number): number;
2081
- private zo;
2129
+ nq(a: number): number;
2130
+ private zz;
2082
2131
  get headerSeparatorBackground(): Brush;
2083
2132
  set headerSeparatorBackground(a: Brush);
2084
- private zm;
2133
+ private zx;
2085
2134
  get headerBackground(): Brush;
2086
2135
  set headerBackground(a: Brush);
2087
- private zq;
2136
+ private z1;
2088
2137
  get headerTextColor(): Brush;
2089
2138
  set headerTextColor(a: Brush);
2090
- private gs;
2139
+ private gt;
2091
2140
  get headerTextStyle(): FontInfo;
2092
2141
  set headerTextStyle(a: FontInfo);
2093
- private zv;
2142
+ private z6;
2094
2143
  get rowSeparatorBackground(): Brush;
2095
2144
  set rowSeparatorBackground(a: Brush);
2096
- private zn;
2145
+ private zy;
2097
2146
  get headerRowSeparatorBackground(): Brush;
2098
2147
  set headerRowSeparatorBackground(a: Brush);
2099
- private zy;
2148
+ private z9;
2100
2149
  get rowSeparatorStickyRowBackground(): Brush;
2101
2150
  set rowSeparatorStickyRowBackground(a: Brush);
2102
- private zw;
2151
+ private z7;
2103
2152
  get rowSeparatorLastStickyRowBackground(): Brush;
2104
2153
  set rowSeparatorLastStickyRowBackground(a: Brush);
2105
- private zx;
2154
+ private z8;
2106
2155
  get rowSeparatorPinnedRowBackground(): Brush;
2107
2156
  set rowSeparatorPinnedRowBackground(a: Brush);
2108
- private mz;
2157
+ private m2;
2109
2158
  get columnResizingSeparatorWidth(): number;
2110
2159
  set columnResizingSeparatorWidth(a: number);
2111
- private l0;
2160
+ private l3;
2112
2161
  get columnResizingSeparatorOpacity(): number;
2113
2162
  set columnResizingSeparatorOpacity(a: number);
2114
- private mx;
2163
+ private m0;
2115
2164
  get columnMovingSeparatorWidth(): number;
2116
2165
  set columnMovingSeparatorWidth(a: number);
2117
- private lz;
2166
+ private l2;
2118
2167
  get columnMovingSeparatorOpacity(): number;
2119
2168
  set columnMovingSeparatorOpacity(a: number);
2120
- private zj;
2169
+ private zu;
2121
2170
  get columnResizingSeparatorBackground(): Brush;
2122
2171
  set columnResizingSeparatorBackground(a: Brush);
2123
- private zh;
2172
+ private zs;
2124
2173
  get columnMovingSeparatorBackground(): Brush;
2125
2174
  set columnMovingSeparatorBackground(a: Brush);
2126
- private il;
2175
+ private im;
2127
2176
  get shiftSectionContent(): boolean;
2128
2177
  set shiftSectionContent(a: boolean);
2129
- private bh;
2178
+ private bi;
2130
2179
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2131
2180
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2132
- private zi;
2181
+ private zt;
2133
2182
  get columnOptionsIconColor(): Brush;
2134
2183
  set columnOptionsIconColor(a: Brush);
2135
- private bj;
2184
+ private bk;
2136
2185
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2137
2186
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2138
- private zd;
2187
+ private zo;
2139
2188
  get border(): Brush;
2140
2189
  set border(a: Brush);
2141
- private abg;
2142
- get abm(): Thickness;
2143
- set abm(a: Thickness);
2144
- private abe;
2190
+ private abr;
2191
+ get abx(): Thickness;
2192
+ set abx(a: Thickness);
2193
+ private abp;
2145
2194
  get actualBorderWidth(): Thickness;
2146
2195
  set actualBorderWidth(a: Thickness);
2147
- private abf;
2196
+ private abq;
2148
2197
  get borderWidth(): Thickness;
2149
2198
  set borderWidth(a: Thickness);
2150
- private id;
2199
+ private ie;
2151
2200
  get notifyOnAllSelectionChanges(): boolean;
2152
2201
  set notifyOnAllSelectionChanges(a: boolean);
2153
- private y8;
2154
- get zc(): CornerRadius;
2155
- set zc(a: CornerRadius);
2156
- private y7;
2202
+ private zj;
2203
+ get zn(): CornerRadius;
2204
+ set zn(a: CornerRadius);
2205
+ private zi;
2157
2206
  get cornerRadius(): CornerRadius;
2158
2207
  set cornerRadius(a: CornerRadius);
2159
- private y6;
2208
+ private zh;
2160
2209
  get actualCornerRadius(): CornerRadius;
2161
2210
  set actualCornerRadius(a: CornerRadius);
2162
2211
  static readonly isActiveCellStyleEnabledPropertyName: string;
2163
- private hq;
2212
+ private hr;
2164
2213
  get isActiveCellStyleEnabled(): boolean;
2165
2214
  set isActiveCellStyleEnabled(a: boolean);
2166
- private g6;
2215
+ private it;
2216
+ get stopPropagation(): boolean;
2217
+ set stopPropagation(a: boolean);
2218
+ private g7;
2167
2219
  get platformPixelConverter(): IPlatformPixelConverter;
2168
2220
  set platformPixelConverter(a: IPlatformPixelConverter);
2169
- private e2;
2221
+ private e3;
2170
2222
  get renderingEngine(): ICellRenderingEngine;
2171
2223
  set renderingEngine(a: ICellRenderingEngine);
2172
- private w4;
2173
- private fq;
2224
+ private xb;
2225
+ private fr;
2174
2226
  get responsiveStates(): ResponsiveStatesCollection;
2175
- private gk;
2227
+ private gl;
2176
2228
  get model(): VisualModel;
2177
2229
  set model(a: VisualModel);
2178
2230
  get actualVisibleRegion(): Rect;
2179
- private b2;
2180
- private a2;
2181
- private t;
2182
- private b7;
2183
- private aa;
2231
+ private b3;
2232
+ private a3;
2233
+ private u;
2234
+ private b8;
2184
2235
  private ab;
2236
+ private ac;
2237
+ private iq;
2185
2238
  private ip;
2239
+ private ir;
2186
2240
  private io;
2187
- private iq;
2188
- private im;
2189
- private b1;
2190
- private a3;
2191
- private u;
2192
- private b6;
2241
+ private b2;
2242
+ private a4;
2243
+ private v;
2244
+ private b7;
2193
2245
  get initialSortDescriptions(): ColumnSortDescriptionCollection;
2194
2246
  get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
2195
2247
  get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
2196
- private o1;
2248
+ private o5;
2197
2249
  get initialSorts(): string;
2198
2250
  set initialSorts(a: string);
2199
- private o0;
2251
+ private o4;
2200
2252
  get initialGroups(): string;
2201
2253
  set initialGroups(a: string);
2202
- private o2;
2254
+ private o6;
2203
2255
  get initialSummaries(): string;
2204
2256
  set initialSummaries(a: string);
2205
- private u3;
2206
- jb(a: any[], b: any[]): boolean;
2257
+ private va;
2258
+ jd(a: any[], b: any[]): boolean;
2207
2259
  get sortDescriptions(): ColumnSortDescriptionCollection;
2208
2260
  get groupDescriptions(): ColumnGroupDescriptionCollection;
2209
2261
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
@@ -2211,51 +2263,51 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2211
2263
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2212
2264
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2213
2265
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2214
- private wd;
2266
+ private wk;
2215
2267
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2216
2268
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2217
2269
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
2218
2270
  get filterExpressions(): FilterExpressionCollection;
2219
2271
  get summaryDescriptions(): ColumnSummaryDescriptionCollection;
2220
- private is;
2221
- private gg;
2272
+ private iu;
2273
+ private gh;
2222
2274
  get summaryScope(): SummaryScope;
2223
2275
  set summaryScope(a: SummaryScope);
2276
+ private hy;
2224
2277
  private hx;
2225
- private hw;
2226
2278
  get isGroupCollapsable(): boolean;
2227
2279
  set isGroupCollapsable(a: boolean);
2228
- private hl;
2229
- private er;
2280
+ private hm;
2281
+ private es;
2230
2282
  get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
2231
2283
  set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
2284
+ private h0;
2232
2285
  private hz;
2233
- private hy;
2234
2286
  get isGroupExpandedDefault(): boolean;
2235
2287
  set isGroupExpandedDefault(a: boolean);
2236
- private hm;
2237
- private et;
2288
+ private hn;
2289
+ private eu;
2238
2290
  get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
2239
2291
  set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
2240
- private hf;
2292
+ private hg;
2241
2293
  get autoAcceptEdits(): boolean;
2242
2294
  set autoAcceptEdits(a: boolean);
2243
2295
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2244
2296
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2245
- protected w2(a: string, b: any, c: any): void;
2246
- x6(): void;
2247
- xu(): void;
2248
- xv(): void;
2297
+ protected w9(a: string, b: any, c: any): void;
2298
+ yh(): void;
2299
+ x1(): void;
2300
+ x2(): void;
2249
2301
  calculateCompleted: (sender: any, e: any) => void;
2250
- vm(): void;
2251
- ux(): void;
2252
- private ij;
2253
- get k1(): boolean;
2254
- set k1(a: boolean);
2302
+ vt(): void;
2303
+ u4(): void;
2304
+ private ik;
2305
+ get k3(): boolean;
2306
+ set k3(a: boolean);
2255
2307
  refresh(): void;
2256
2308
  flush(): void;
2257
- private y;
2258
- private w;
2309
+ private z;
2310
+ private x;
2259
2311
  get actualDataSource(): IDataSource;
2260
2312
  set actualDataSource(a: IDataSource);
2261
2313
  private d;
@@ -2264,235 +2316,235 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2264
2316
  private a;
2265
2317
  get actualPrimaryKey(): string[];
2266
2318
  set actualPrimaryKey(a: string[]);
2267
- private hb;
2268
- get ix(): boolean;
2269
- set ix(a: boolean);
2270
- protected xp(a: string, b: any, c: any): void;
2271
- private yx;
2272
- private za;
2273
- private abl;
2319
+ private hc;
2320
+ get iz(): boolean;
2321
+ set iz(a: boolean);
2322
+ protected xw(a: string, b: any, c: any): void;
2323
+ private y8;
2324
+ private zl;
2325
+ private abw;
2274
2326
  syncBorder(): void;
2275
- private wm;
2276
- private m;
2327
+ private wt;
2277
2328
  private n;
2329
+ private o;
2278
2330
  private h;
2279
- private ui;
2280
- private ya;
2281
- private uz;
2282
- private u0;
2283
- private yb;
2284
- private u1;
2285
- private um;
2286
- private ul;
2287
- rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2288
- private lj;
2289
- private qz;
2290
- private w5;
2331
+ private up;
2332
+ private yl;
2333
+ private u6;
2334
+ private u7;
2335
+ private ym;
2336
+ private u8;
2291
2337
  private ut;
2292
- private uk;
2293
- private wl;
2294
- vg(): void;
2338
+ private us;
2339
+ rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2340
+ private lm;
2341
+ private q5;
2342
+ private xc;
2343
+ private u0;
2344
+ private ur;
2345
+ private ws;
2346
+ vn(): void;
2295
2347
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2296
2348
  onSizeChanged(a: number, b: number): void;
2297
2349
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
2298
- private m6;
2299
- private m7;
2300
- le: boolean;
2350
+ private m9;
2351
+ private na;
2352
+ lh: boolean;
2301
2353
  notifyScrollStart(): void;
2302
2354
  notifyScrollStop(): void;
2303
2355
  setViewport(a: number, b: number, c: number, d: number): void;
2304
2356
  get actualColumns(): GridColumnCollection;
2305
2357
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2306
- private dl;
2358
+ private dm;
2307
2359
  get columns(): GridColumnCollection;
2308
- wy(a: CellModel, b: any, c: any): void;
2309
- wx(a: CellModel, b: any, c: any, d: string): void;
2310
- cf(a: CellPath): DataGridColumn;
2360
+ w5(a: CellModel, b: any, c: any): void;
2361
+ w4(a: CellModel, b: any, c: any, d: string): void;
2362
+ cg(a: CellPath): DataGridColumn;
2311
2363
  hideThenRemoveColumn(a: DataGridColumn): void;
2312
2364
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2313
- private t3;
2314
- private ic;
2315
- private wh;
2316
- private we;
2317
- private v9;
2318
- private ue;
2319
- private xb;
2320
- private uh;
2365
+ private ua;
2366
+ private id;
2367
+ private wo;
2368
+ private wl;
2369
+ private wg;
2370
+ private ul;
2371
+ private xi;
2372
+ private uo;
2321
2373
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2322
- private lc;
2323
- private ld;
2374
+ private lf;
2375
+ private lg;
2324
2376
  moveColumn(a: number, b: number): void;
2325
2377
  moveColumnLeft(a: number): void;
2326
2378
  moveColumnRight(a: number): void;
2327
2379
  canMoveColumnLeft(a: number): boolean;
2328
2380
  canMoveColumnRight(a: number): boolean;
2329
- private ki;
2381
+ private kk;
2382
+ private ce;
2330
2383
  private cd;
2331
- private cc;
2332
- private wa;
2333
- private ud;
2334
- private yy;
2335
- private ci;
2336
- q0(a: CellPath, b: DataGrid, c: any, d: number): string;
2337
- al(a: CellPath, b: string): CellModel;
2384
+ private wh;
2385
+ private uk;
2386
+ private y9;
2387
+ private cj;
2388
+ q6(a: CellPath, b: DataGrid, c: any, d: number): string;
2389
+ am(a: CellPath, b: string): CellModel;
2338
2390
  exportVisualModel(): any;
2339
2391
  exportSerializedVisualModel(): string;
2340
- fu(a: number): RowPath;
2341
- private ha;
2392
+ fv(a: number): RowPath;
2393
+ private hb;
2342
2394
  scrollToRowByIndex(a: number): void;
2343
2395
  scrollToLastRowByIndex(a: number): void;
2344
2396
  scrollToItem(a: any): boolean;
2345
2397
  scrollToPrimaryKey(a: any[]): boolean;
2346
2398
  scrollToColumnByIndex(a: number): void;
2347
- private yd;
2348
- k8(a: DataGridColumn): boolean;
2349
- wk(a: number, b: number): void;
2350
- private uc;
2351
- private nv;
2352
- private k4;
2399
+ private yo;
2400
+ la(a: DataGridColumn): boolean;
2401
+ wr(a: number, b: number): void;
2402
+ private uj;
2403
+ private ny;
2404
+ private k6;
2353
2405
  getLastVisibleIndex(): number;
2354
2406
  getFirstVisibleIndex(): number;
2355
- nx(): number;
2356
- n2(): number;
2357
- xk(): void;
2358
- ji: boolean;
2359
- j2: boolean;
2407
+ n0(): number;
2408
+ n5(): number;
2409
+ xr(): void;
2410
+ jk: boolean;
2411
+ j4: boolean;
2412
+ get kb(): boolean;
2413
+ get kc(): boolean;
2360
2414
  get j9(): boolean;
2361
2415
  get ka(): boolean;
2362
- get j7(): boolean;
2363
- get j8(): boolean;
2364
- private k2;
2365
- private k3;
2366
- private lk;
2367
- private ll;
2368
- private lm;
2416
+ private k4;
2417
+ private k5;
2369
2418
  private ln;
2419
+ private lo;
2420
+ private lp;
2421
+ private lq;
2422
+ private he;
2370
2423
  private hd;
2371
- private hc;
2372
- t8(a?: boolean): void;
2373
- ur(): void;
2374
- w9(a: any, b: PrimaryKeyValue): void;
2375
- xa(a: any, b: PrimaryKeyValue): void;
2376
- xg(a: number, b: any, c: PrimaryKeyValue): void;
2377
- private iv;
2378
- vn(a: number, b: number, c: string): void;
2379
- vq(a: number, b: string): void;
2380
- private vo;
2381
- private ng;
2382
- private nh;
2383
- kk(a: boolean, b: boolean): boolean;
2384
- kl(a: boolean, b: boolean): boolean;
2385
- private n1;
2386
- private nw;
2387
- private n6;
2388
- private n5;
2389
- private nu;
2390
- t9(a: number, b: number, c: boolean, d?: boolean): void;
2391
- kp(a: boolean, b: boolean): boolean;
2424
+ uf(a?: boolean): void;
2425
+ uy(): void;
2426
+ xg(a: any, b: PrimaryKeyValue): void;
2427
+ xh(a: any, b: PrimaryKeyValue): void;
2428
+ xn(a: number, b: any, c: PrimaryKeyValue): void;
2429
+ private ix;
2430
+ vu(a: number, b: number, c: string): void;
2431
+ vx(a: number, b: string): void;
2432
+ private vv;
2433
+ private nj;
2434
+ private nk;
2435
+ km(a: boolean, b: boolean): boolean;
2436
+ kn(a: boolean, b: boolean): boolean;
2437
+ private n4;
2438
+ private nz;
2439
+ private n9;
2440
+ private n8;
2441
+ private nx;
2442
+ ug(a: number, b: number, c: boolean, d?: boolean): void;
2392
2443
  kr(a: boolean, b: boolean): boolean;
2393
- ks(a: boolean, b: boolean): boolean;
2394
2444
  kt(a: boolean, b: boolean): boolean;
2395
2445
  ku(a: boolean, b: boolean): boolean;
2446
+ kv(a: boolean, b: boolean): boolean;
2396
2447
  kw(a: boolean, b: boolean): boolean;
2397
- xl(): void;
2448
+ ky(a: boolean, b: boolean): boolean;
2449
+ xs(): void;
2450
+ kz(a: boolean, b: boolean): boolean;
2451
+ ko(a: boolean, b: boolean): boolean;
2452
+ kp(): boolean;
2453
+ kq(): boolean;
2398
2454
  kx(a: boolean, b: boolean): boolean;
2399
- km(a: boolean, b: boolean): boolean;
2400
- kn(): boolean;
2401
- ko(): boolean;
2402
- kv(a: boolean, b: boolean): boolean;
2403
- ap: CellPath;
2404
2455
  aq: CellPath;
2405
- lg(): boolean;
2406
- lb(a: CellModel): boolean;
2407
- ja(a: boolean, b?: boolean): boolean;
2408
- uq(a: boolean): void;
2409
- v2(a: PrimaryKeyValue, b: number): void;
2410
- v3(a: PrimaryKeyValue, b: number): void;
2456
+ ar: CellPath;
2457
+ lj(): boolean;
2458
+ ld(a: CellModel): boolean;
2459
+ jc(a: boolean, b?: boolean): boolean;
2460
+ ux(a: boolean): void;
2461
+ v9(a: PrimaryKeyValue, b: number): void;
2462
+ wa(a: PrimaryKeyValue, b: number): void;
2411
2463
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2412
2464
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2413
2465
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2414
2466
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2415
2467
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2416
- private ik;
2417
- private xh;
2468
+ private il;
2469
+ private xo;
2418
2470
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2419
2471
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
2420
- y3(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2421
- t6(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2422
- t7(a: any, b: PrimaryKeyValue, c: boolean): void;
2423
- y2(a: number, b: any, c: PrimaryKeyValue): void;
2424
- x3(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2425
- x4(a: any, b: PrimaryKeyValue, c: boolean): void;
2426
- private xd;
2427
- private xe;
2428
- private xc;
2429
- private xf;
2430
- private at;
2431
- t5(a: number, b: number, c: number, d: number): void;
2432
- t4(a: CellRange): void;
2433
- x0(a: CellRange): void;
2434
- xz(): void;
2435
- private ve;
2436
- xi(a: number, b: any, c: any): void;
2437
- private u4;
2438
- v4(): void;
2439
- x9(a: GridConditionalStyle, b: DataGridColumn): void;
2440
- x5(a: GridConditionalStyle, b: DataGridColumn): void;
2441
- lq(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2442
- private li;
2443
- us(a: ColumnSummaryDescription): void;
2444
- private jv;
2445
- xy(a: ColumnSummaryDescription): void;
2472
+ ze(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2473
+ ud(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2474
+ ue(a: any, b: PrimaryKeyValue, c: boolean): void;
2475
+ zd(a: number, b: any, c: PrimaryKeyValue): void;
2476
+ ye(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2477
+ yf(a: any, b: PrimaryKeyValue, c: boolean): void;
2478
+ private xk;
2479
+ private xl;
2480
+ private xj;
2481
+ private xm;
2482
+ private au;
2483
+ uc(a: number, b: number, c: number, d: number): void;
2484
+ ub(a: CellRange): void;
2485
+ yb(a: CellRange): void;
2486
+ ya(): void;
2487
+ private vl;
2488
+ xp(a: number, b: any, c: any): void;
2489
+ private vb;
2490
+ wb(): void;
2491
+ yk(a: GridConditionalStyle, b: DataGridColumn): void;
2492
+ yg(a: GridConditionalStyle, b: DataGridColumn): void;
2493
+ lt(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2494
+ private ll;
2495
+ uz(a: ColumnSummaryDescription): void;
2496
+ private jx;
2497
+ x9(a: ColumnSummaryDescription): void;
2446
2498
  invalidateVisibleRows(): void;
2447
- oy(a: DataGridColumn): any;
2448
- ox(a: DataGridColumn): any;
2449
- oz(a: DataGridColumn): any;
2450
- private u5;
2451
- private ny;
2452
- private n3;
2453
- private u6;
2454
- private hp;
2455
- xq(): void;
2456
- ww(a: number, b: any): void;
2499
+ o2(a: DataGridColumn): any;
2500
+ o1(a: DataGridColumn): any;
2501
+ o3(a: DataGridColumn): any;
2502
+ private vc;
2503
+ private n1;
2504
+ private n6;
2505
+ private vd;
2506
+ private hq;
2507
+ xx(): void;
2457
2508
  w3(a: number, b: any): void;
2509
+ xa(a: number, b: any): void;
2458
2510
  setActiveResponsiveState(a: string): void;
2459
- yo(a: ResponsiveState): void;
2511
+ yz(a: ResponsiveState): void;
2460
2512
  notifySetItem(a: number, b: any, c: any): void;
2461
2513
  notifyClearItems(): void;
2462
2514
  notifyInsertItem(a: number, b: any): void;
2463
2515
  notifyRemoveItem(a: number, b: any): void;
2464
2516
  dataIndexOfItem(a: any): number;
2465
2517
  dataIndexOfPrimaryKey(a: any[]): number;
2466
- i(): string[];
2518
+ j(): string[];
2467
2519
  resolveCellValue(a: CellKey): any;
2468
2520
  resolveCellValueFromPosition(a: number, b: number): any;
2469
2521
  getColumnAtRenderedIndex(a: number): DataGridColumn;
2470
2522
  getRootSummaryResults(): ISummaryResult[];
2471
2523
  getSectionSummaryResults(a: number): ISummaryResult[][];
2472
- private ii;
2524
+ private ij;
2473
2525
  get reactsToSortChanges(): boolean;
2474
2526
  set reactsToSortChanges(a: boolean);
2475
- private ih;
2527
+ private ii;
2476
2528
  get reactsToGroupChanges(): boolean;
2477
2529
  set reactsToGroupChanges(a: boolean);
2478
- private ig;
2530
+ private ih;
2479
2531
  get reactsToFilterChanges(): boolean;
2480
2532
  set reactsToFilterChanges(a: boolean);
2481
- z(a: DataGridColumn): IFilterExpression;
2482
- lh(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2483
- private y4;
2484
- private or;
2533
+ aa(a: DataGridColumn): IFilterExpression;
2534
+ lk(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2535
+ private zf;
2536
+ private ou;
2485
2537
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2486
- private wi;
2538
+ private wp;
2487
2539
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2488
- private vt;
2540
+ private v0;
2489
2541
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2490
- private vs;
2542
+ private vz;
2491
2543
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2492
- private w7;
2544
+ private xe;
2493
2545
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2494
- private w6;
2495
- ju(): boolean;
2546
+ private xd;
2547
+ jw(): boolean;
2496
2548
  get canUndo(): boolean;
2497
2549
  get canRedo(): boolean;
2498
2550
  get canCommit(): boolean;
@@ -2505,112 +2557,120 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2505
2557
  updatePropertyAtKey(a: any[], b: string, c: any): void;
2506
2558
  removeItemByKey(a: any[]): void;
2507
2559
  removeItem(a: any): void;
2508
- private ie;
2560
+ private ig;
2509
2561
  acceptEdit(a: number): void;
2510
2562
  rejectEdit(a: number): void;
2511
2563
  setEditError(a: number, b: string): void;
2512
2564
  startEditMode(): void;
2513
2565
  endEditMode(a: boolean): void;
2514
- private cs;
2566
+ private ct;
2515
2567
  get enterBehavior(): EnterKeyBehaviors;
2516
2568
  set enterBehavior(a: EnterKeyBehaviors);
2517
- private cq;
2569
+ private cr;
2518
2570
  get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
2519
2571
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2520
2572
  selectAllRows(): void;
2521
2573
  deselectAllRows(): void;
2522
- private h2;
2523
- get j4(): boolean;
2524
- set j4(a: boolean);
2525
- kq(a: Key, b: boolean, c: boolean): boolean;
2526
- private lf;
2527
- k9(): boolean;
2528
- private ht;
2574
+ private h3;
2575
+ get j6(): boolean;
2576
+ set j6(a: boolean);
2577
+ ks(a: Key, b: boolean, c: boolean): boolean;
2578
+ private li;
2579
+ lb(): boolean;
2580
+ private hu;
2529
2581
  get isColumnOptionsSummariesEnabled(): boolean;
2530
2582
  set isColumnOptionsSummariesEnabled(a: boolean);
2531
- private hs;
2583
+ private ht;
2532
2584
  get isColumnOptionsGroupingEnabled(): boolean;
2533
2585
  set isColumnOptionsGroupingEnabled(a: boolean);
2534
- private fi;
2586
+ private fj;
2535
2587
  get mergedCellMode(): MergedCellMode;
2536
2588
  set mergedCellMode(a: MergedCellMode);
2537
- private fg;
2589
+ private fh;
2538
2590
  get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
2539
2591
  set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
2540
- private ae;
2592
+ private af;
2541
2593
  get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
2542
2594
  set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
2543
2595
  saveLayout(): string;
2544
- private fz;
2545
- private lr;
2596
+ private f0;
2597
+ private lu;
2546
2598
  loadLayout(a: string): void;
2547
- private r;
2548
2599
  private s;
2549
- n0(a: CellPath): number;
2550
- private cz;
2600
+ private t;
2601
+ n3(a: CellPath): number;
2602
+ private c0;
2551
2603
  get filterUIType(): FilterUIType;
2552
2604
  set filterUIType(a: FilterUIType);
2553
- private cw;
2605
+ private cx;
2554
2606
  get filterLogicalOperator(): FilterLogicalOperator;
2555
2607
  set filterLogicalOperator(a: FilterLogicalOperator);
2556
- private cu;
2608
+ private cv;
2557
2609
  get filterComparisonType(): FilterComparisonType;
2558
2610
  set filterComparisonType(a: FilterComparisonType);
2559
- jw(): boolean;
2560
- private lu;
2611
+ jy(): boolean;
2612
+ private lx;
2561
2613
  get todayOverride(): Date;
2562
2614
  set todayOverride(a: Date);
2563
- private hh;
2615
+ private hi;
2564
2616
  get clearSelectionOnEscape(): boolean;
2565
2617
  set clearSelectionOnEscape(a: boolean);
2566
2618
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2567
- wj(a: DataGridColumn, b: FilterOperand, c: any): void;
2568
- private my;
2569
- la(): boolean;
2570
- va(): void;
2571
- u9(): void;
2572
- private h3;
2619
+ wq(a: DataGridColumn, b: FilterOperand, c: any): void;
2620
+ private m1;
2621
+ lc(): boolean;
2622
+ vh(): void;
2623
+ vg(): void;
2624
+ private h4;
2573
2625
  get isPagerVisible(): boolean;
2574
2626
  set isPagerVisible(a: boolean);
2575
- private m4;
2627
+ private m7;
2576
2628
  get pageSize(): number;
2577
2629
  set pageSize(a: number);
2578
- private h8;
2630
+ private h9;
2579
2631
  get isToolbarVisible(): boolean;
2580
2632
  set isToolbarVisible(a: boolean);
2581
- private h6;
2633
+ private h7;
2582
2634
  get isToolbarColumnChooserVisible(): boolean;
2583
2635
  set isToolbarColumnChooserVisible(a: boolean);
2584
- private h7;
2636
+ private h8;
2585
2637
  get isToolbarColumnPinningVisible(): boolean;
2586
2638
  set isToolbarColumnPinningVisible(a: boolean);
2587
- private o7;
2639
+ private pb;
2588
2640
  get toolbarTitle(): string;
2589
2641
  set toolbarTitle(a: string);
2590
- private o3;
2642
+ private o7;
2591
2643
  get toolbarColumnChooserText(): string;
2592
2644
  set toolbarColumnChooserText(a: string);
2593
- private o4;
2645
+ private o8;
2594
2646
  get toolbarColumnChooserTitle(): string;
2595
2647
  set toolbarColumnChooserTitle(a: string);
2596
- private o5;
2648
+ private o9;
2597
2649
  get toolbarColumnPinningText(): string;
2598
2650
  set toolbarColumnPinningText(a: string);
2599
- private o6;
2651
+ private pa;
2600
2652
  get toolbarColumnPinningTitle(): string;
2601
2653
  set toolbarColumnPinningTitle(a: string);
2602
- private gm;
2654
+ private gn;
2603
2655
  get scrollbarStyle(): ScrollbarStyle;
2604
2656
  set scrollbarStyle(a: ScrollbarStyle);
2605
- private zz;
2657
+ private aaa;
2606
2658
  get scrollbarBackground(): Brush;
2607
2659
  set scrollbarBackground(a: Brush);
2608
- private he;
2660
+ private hf;
2609
2661
  get allowCopyOperation(): boolean;
2610
2662
  set allowCopyOperation(a: boolean);
2611
- private hi;
2663
+ private hj;
2612
2664
  get deferEventForRowDragSelection(): boolean;
2613
2665
  set deferEventForRowDragSelection(a: boolean);
2666
+ registerIconFromText(a: string, b: string, c: string): void;
2667
+ getIconFromCache(a: string, b: string): string;
2668
+ registerMultiPathSVG(a: string, b: string, c: string[]): void;
2669
+ getMultiPathSVGFromCache(a: string, b: string): string[];
2670
+ registerIconFromDataURL(a: string, b: string, c: string): void;
2671
+ getDataURLFromCache(a: string, b: string): string;
2672
+ registerIconSource(a: string, b: string, c: any): void;
2673
+ getIconSource(a: string, b: string): any;
2614
2674
  }
2615
2675
  /**
2616
2676
  * @hidden
@@ -2916,51 +2976,51 @@ export declare class GridSelectedCellsCollection extends ObservableCollection$1<
2916
2976
  export declare abstract class DefinitionBase extends Base implements INotifyPropertyChanged {
2917
2977
  static $t: Type;
2918
2978
  constructor();
2919
- private ef;
2979
+ private eg;
2920
2980
  private a3;
2921
- protected ez(a: GridConditionalStyle): void;
2922
2981
  protected e0(a: GridConditionalStyle): void;
2982
+ protected e1(a: GridConditionalStyle): void;
2983
+ protected cu(): any;
2923
2984
  protected ct(): any;
2924
2985
  protected cs(): any;
2925
- protected cr(): any;
2926
- private eh;
2927
- private fb;
2986
+ private ei;
2987
+ private fc;
2928
2988
  private ay;
2929
- private ep;
2930
- private ex;
2931
- private em;
2932
- private eg;
2989
+ private eq;
2990
+ private ey;
2991
+ private en;
2992
+ private eh;
2933
2993
  private a2;
2934
- e3(a: GridConditionalStyle): void;
2994
+ e4(a: GridConditionalStyle): void;
2935
2995
  private az;
2936
2996
  private ax;
2937
- private ec;
2938
- private ek;
2939
2997
  private ed;
2940
- e2(a: GridConditionalStyle): void;
2998
+ private el;
2999
+ private ee;
3000
+ e3(a: GridConditionalStyle): void;
2941
3001
  as(a: GridConditionalStyle): boolean;
2942
- private ei;
3002
+ private ej;
2943
3003
  private cl;
2944
3004
  private x;
2945
3005
  get externalObject(): any;
2946
3006
  set externalObject(a: any);
2947
- private fu;
2948
- get ge(): Brush;
2949
- set ge(a: Brush);
3007
+ private fv;
3008
+ get gf(): Brush;
3009
+ set gf(a: Brush);
2950
3010
  private v;
2951
3011
  get conditionalStyles(): GridConditionalStyleCollection;
2952
- private fx;
2953
- get gh(): Brush;
2954
- set gh(a: Brush);
2955
- private fj;
2956
- get f3(): Brush;
2957
- set f3(a: Brush);
2958
3012
  private fy;
2959
3013
  get gi(): Brush;
2960
3014
  set gi(a: Brush);
2961
- private fo;
2962
- get f8(): Brush;
2963
- set f8(a: Brush);
3015
+ private fk;
3016
+ get f4(): Brush;
3017
+ set f4(a: Brush);
3018
+ private fz;
3019
+ get gj(): Brush;
3020
+ set gj(a: Brush);
3021
+ private fp;
3022
+ get f9(): Brush;
3023
+ set f9(a: Brush);
2964
3024
  private bw;
2965
3025
  get cc(): number;
2966
3026
  set cc(a: number);
@@ -3000,18 +3060,24 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3000
3060
  private t;
3001
3061
  get grid(): DataGrid;
3002
3062
  set grid(a: DataGrid);
3003
- private er;
3004
- protected eq(a: DataGrid, b: DataGrid): void;
3005
- protected es(a: any, b: PropertyChangedEventArgs): void;
3063
+ private es;
3064
+ protected er(a: DataGrid, b: DataGrid): void;
3065
+ protected et(a: any, b: PropertyChangedEventArgs): void;
3066
+ private fm;
3067
+ get f6(): Brush;
3068
+ set f6(a: Brush);
3006
3069
  private fl;
3007
3070
  get f5(): Brush;
3008
3071
  set f5(a: Brush);
3009
- private fk;
3010
- get f4(): Brush;
3011
- set f4(a: Brush);
3012
- private fp;
3013
- get f9(): Brush;
3014
- set f9(a: Brush);
3072
+ private fq;
3073
+ get ga(): Brush;
3074
+ set ga(a: Brush);
3075
+ private f2;
3076
+ get gx(): Brush;
3077
+ set gx(a: Brush);
3078
+ private ft;
3079
+ get gd(): Brush;
3080
+ set gd(a: Brush);
3015
3081
  private f1;
3016
3082
  get gw(): Brush;
3017
3083
  set gw(a: Brush);
@@ -3024,12 +3090,6 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3024
3090
  private fr;
3025
3091
  get gb(): Brush;
3026
3092
  set gb(a: Brush);
3027
- private fz;
3028
- get gu(): Brush;
3029
- set gu(a: Brush);
3030
- private fq;
3031
- get ga(): Brush;
3032
- set ga(a: Brush);
3033
3093
  private bd;
3034
3094
  get bh(): number;
3035
3095
  set bh(a: number);
@@ -3051,27 +3111,27 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3051
3111
  private z;
3052
3112
  get ab(): TextCellLineBreakMode;
3053
3113
  set ab(a: TextCellLineBreakMode);
3054
- private f2;
3055
- get gx(): Brush;
3056
- set gx(a: Brush);
3057
- private ft;
3058
- get gd(): Brush;
3059
- set gd(a: Brush);
3114
+ private f3;
3115
+ get gy(): Brush;
3116
+ set gy(a: Brush);
3117
+ private fu;
3118
+ get ge(): Brush;
3119
+ set ge(a: Brush);
3060
3120
  private an;
3061
3121
  get ar(): boolean;
3062
3122
  set ar(a: boolean);
3063
- private fv;
3064
- get gf(): Brush;
3065
- set gf(a: Brush);
3066
- private fm;
3067
- get f6(): Brush;
3068
- set f6(a: Brush);
3069
3123
  private fw;
3070
3124
  get gg(): Brush;
3071
3125
  set gg(a: Brush);
3072
3126
  private fn;
3073
3127
  get f7(): Brush;
3074
3128
  set f7(a: Brush);
3129
+ private fx;
3130
+ get gh(): Brush;
3131
+ set gh(a: Brush);
3132
+ private fo;
3133
+ get f8(): Brush;
3134
+ set f8(a: Brush);
3075
3135
  private bu;
3076
3136
  get ca(): number;
3077
3137
  set ca(a: number);
@@ -3102,21 +3162,22 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3102
3162
  private bb;
3103
3163
  private a9;
3104
3164
  protected abstract n(a: CellPath): CellModel;
3105
- private eu;
3165
+ private ev;
3106
3166
  private a7;
3107
- d1(a: CellPath, b: DataGrid, c: any, d: number): string;
3167
+ d2(a: CellPath, b: DataGrid, c: any, d: number): string;
3108
3168
  private aw;
3109
- protected abstract d2(a: CellPath, b: DataGrid, c: any): string;
3110
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
3111
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
3169
+ protected abstract d3(a: CellPath, b: DataGrid, c: any): string;
3170
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
3171
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3112
3172
  protected at(a: GridConditionalStyle): boolean;
3113
3173
  private al;
3114
- private ee;
3174
+ private ef;
3115
3175
  private cn;
3116
- private cp;
3176
+ private co;
3117
3177
  private cq;
3178
+ private cr;
3179
+ private gu;
3118
3180
  private gt;
3119
- private gs;
3120
3181
  private bk;
3121
3182
  private bl;
3122
3183
  bg(a: any): number;
@@ -3126,61 +3187,61 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3126
3187
  private p;
3127
3188
  dataBinding: (sender: any, args: DataBindingEventArgs) => void;
3128
3189
  dataBound: (sender: any, args: DataBindingEventArgs) => void;
3129
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3130
- dz(a: DataGrid, b: any, c: any): string;
3131
- ey(): void;
3190
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3191
+ d0(a: DataGrid, b: any, c: any): string;
3192
+ ez(): void;
3132
3193
  protected au(a: string): boolean;
3133
3194
  protected av(a: string): boolean;
3134
3195
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
3135
- protected et(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3136
- protected e5(): void;
3137
- protected fh(): void;
3196
+ protected eu(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3138
3197
  protected e6(): void;
3139
- protected e8(): void;
3140
- protected e9(): void;
3141
- protected e7(): void;
3142
3198
  protected fi(): void;
3199
+ protected e7(): void;
3200
+ protected e9(): void;
3201
+ protected fa(): void;
3202
+ protected e8(): void;
3203
+ protected fj(): void;
3204
+ protected fg(): void;
3143
3205
  protected ff(): void;
3206
+ protected fh(): void;
3144
3207
  protected fe(): void;
3145
- protected fg(): void;
3146
- protected fd(): void;
3147
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3208
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3148
3209
  private ak;
3149
- protected fa(): void;
3150
- private e4;
3151
- private fc;
3210
+ protected fb(): void;
3211
+ private e5;
3212
+ private fd;
3152
3213
  private a1;
3153
3214
  private a5;
3154
3215
  private a0;
3155
3216
  protected get a4(): HashSet$1<string>;
3156
3217
  protected get a8(): List$1<string>;
3157
- private ej;
3218
+ private ek;
3158
3219
  protected f(): CellContentHorizontalAlignment;
3159
3220
  protected k(): CellContentVerticalAlignment;
3160
- protected gr(): Brush;
3161
- protected gl(): Brush;
3221
+ protected gs(): Brush;
3162
3222
  protected gm(): Brush;
3223
+ protected gn(): Brush;
3163
3224
  protected ck(): number;
3164
3225
  protected cj(): number;
3165
- protected gj(): Brush;
3166
- protected aj(): FontInfo;
3167
3226
  protected gk(): Brush;
3168
- protected gq(): Brush;
3169
- protected go(): Brush;
3170
- protected gn(): Brush;
3227
+ protected aj(): FontInfo;
3228
+ protected gl(): Brush;
3229
+ protected gr(): Brush;
3171
3230
  protected gp(): Brush;
3231
+ protected go(): Brush;
3232
+ protected gq(): Brush;
3172
3233
  protected bi(): number;
3173
3234
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
3174
3235
  private ad;
3175
3236
  private am;
3176
- e1(a: string, b: CellPropertyAnimationType, c: any): void;
3237
+ e2(a: string, b: CellPropertyAnimationType, c: any): void;
3177
3238
  ap(): boolean;
3178
3239
  get ae(): FastIterationDictionary$2<string, any>;
3179
3240
  get aq(): boolean;
3180
3241
  ao(a: string): boolean;
3181
- ew(a: string): void;
3182
- co(a: string): any;
3183
- d0(a: any, b: DataSourceSchemaPropertyType, c: any): string;
3242
+ ex(a: string): void;
3243
+ cp(a: string): any;
3244
+ d1(a: any, b: DataSourceSchemaPropertyType, c: any): string;
3184
3245
  y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
3185
3246
  cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
3186
3247
  }
@@ -3190,283 +3251,320 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3190
3251
  export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
3191
3252
  static $t: Type;
3192
3253
  constructor();
3193
- protected e0(a: GridConditionalStyle): void;
3194
- protected cr(): any;
3254
+ protected e1(a: GridConditionalStyle): void;
3195
3255
  protected cs(): any;
3196
3256
  protected ct(): any;
3257
+ protected cu(): any;
3197
3258
  protected at(a: GridConditionalStyle): boolean;
3198
- protected n1(): Brush;
3199
- protected n0(): Brush;
3200
- private static ko;
3201
- kp: number;
3202
- private hs;
3203
- get ht(): ColumnStates;
3204
- set ht(a: ColumnStates);
3205
- private ka;
3206
- get kl(): number;
3207
- set kl(a: number);
3208
- private kc;
3209
- get kn(): number;
3210
- set kn(a: number);
3211
- private kb;
3212
- get km(): number;
3213
- set km(a: number);
3214
- private j9;
3215
- get kk(): number;
3216
- set kk(a: number);
3217
- private kx;
3218
- get mg(): string;
3219
- set mg(a: string);
3220
- private j7;
3221
- get ki(): number;
3222
- set ki(a: number);
3223
- private j6;
3224
- get kh(): number;
3225
- set kh(a: number);
3226
- private j8;
3227
- get kj(): number;
3228
- set kj(a: number);
3229
- private ij;
3230
- get il(): PinnedPositions;
3231
- set il(a: PinnedPositions);
3232
- private kv;
3233
- get lp(): string;
3234
- set lp(a: string);
3235
- private kw;
3236
- get lw(): string;
3237
- set lw(a: string);
3238
- private kt;
3239
- get k4(): string;
3240
- set k4(a: string);
3241
- private ns;
3242
- get n4(): Brush;
3243
- set n4(a: Brush);
3244
- private nn;
3245
- get nx(): Brush;
3246
- set nx(a: Brush);
3247
- private nq;
3248
- get n2(): Brush;
3249
- set n2(a: Brush);
3250
- private nl;
3251
- get nv(): Brush;
3252
- set nv(a: Brush);
3253
- private nr;
3254
- get n3(): Brush;
3255
- set n3(a: Brush);
3256
- private nm;
3257
- get nw(): Brush;
3258
- set nw(a: Brush);
3259
- private h6;
3260
- get h7(): GridColumnAnimationSettings;
3261
- set h7(a: GridColumnAnimationSettings);
3262
- private hu;
3259
+ protected oz(): Brush;
3260
+ protected oy(): Brush;
3261
+ private static k1;
3262
+ k2: number;
3263
+ private ht;
3264
+ get hu(): ColumnStates;
3265
+ set hu(a: ColumnStates);
3266
+ private kn;
3267
+ get ky(): number;
3268
+ set ky(a: number);
3269
+ private kp;
3270
+ get k0(): number;
3271
+ set k0(a: number);
3272
+ private ko;
3273
+ get kz(): number;
3274
+ set kz(a: number);
3275
+ private km;
3276
+ get kx(): number;
3277
+ set kx(a: number);
3278
+ private la;
3279
+ get mw(): string;
3280
+ set mw(a: string);
3281
+ private kk;
3282
+ get kv(): number;
3283
+ set kv(a: number);
3284
+ private kj;
3285
+ get ku(): number;
3286
+ set ku(a: number);
3287
+ private kl;
3288
+ get kw(): number;
3289
+ set kw(a: number);
3290
+ private ik;
3291
+ get im(): PinnedPositions;
3292
+ set im(a: PinnedPositions);
3293
+ private k8;
3294
+ get l5(): string;
3295
+ set l5(a: string);
3296
+ private k9;
3297
+ get mc(): string;
3298
+ set mc(a: string);
3299
+ private k6;
3300
+ get lk(): string;
3301
+ set lk(a: string);
3302
+ private on;
3303
+ get o2(): Brush;
3304
+ set o2(a: Brush);
3305
+ private oi;
3306
+ get ov(): Brush;
3307
+ set ov(a: Brush);
3308
+ private ol;
3309
+ get o0(): Brush;
3310
+ set o0(a: Brush);
3311
+ private og;
3312
+ get ot(): Brush;
3313
+ set ot(a: Brush);
3314
+ private om;
3315
+ get o1(): Brush;
3316
+ set o1(a: Brush);
3317
+ private oh;
3318
+ get ou(): Brush;
3319
+ set ou(a: Brush);
3320
+ private h7;
3321
+ get h8(): GridColumnAnimationSettings;
3322
+ set h8(a: GridColumnAnimationSettings);
3323
+ private hv;
3263
3324
  get width(): ColumnWidth;
3264
3325
  set width(a: ColumnWidth);
3265
- private jy;
3266
- get j1(): number;
3267
- set j1(a: number);
3326
+ private j3;
3327
+ get ka(): number;
3328
+ set ka(a: number);
3329
+ private jb;
3330
+ get jt(): boolean;
3331
+ set jt(a: boolean);
3332
+ private i5;
3333
+ get jn(): boolean;
3334
+ set jn(a: boolean);
3335
+ private je;
3336
+ get jw(): boolean;
3337
+ set jw(a: boolean);
3338
+ private g1;
3339
+ get g2(): ColumnFilterCondition;
3340
+ set g2(a: ColumnFilterCondition);
3341
+ private g3;
3342
+ get g4(): IFilterExpression;
3343
+ set g4(a: IFilterExpression);
3344
+ private ib;
3345
+ get header(): Header;
3346
+ set header(a: Header);
3347
+ private ja;
3348
+ get js(): boolean;
3349
+ set js(a: boolean);
3350
+ private jd;
3351
+ get jv(): boolean;
3352
+ set jv(a: boolean);
3353
+ private jc;
3354
+ get ju(): boolean;
3355
+ set ju(a: boolean);
3356
+ private jf;
3357
+ get jy(): boolean;
3358
+ set jy(a: boolean);
3359
+ private hr;
3360
+ get hs(): ColumnSortDirection;
3361
+ set hs(a: ColumnSortDirection);
3362
+ private il;
3363
+ get io(): PinnedPositions;
3364
+ set io(a: PinnedPositions);
3365
+ private i4;
3366
+ get jm(): boolean;
3367
+ set jm(a: boolean);
3368
+ get jj(): boolean;
3369
+ private hh;
3370
+ get hj(): ColumnOptionsIconAlignment;
3371
+ set hj(a: ColumnOptionsIconAlignment);
3372
+ private hi;
3373
+ get hk(): ColumnOptionsIconAlignment;
3374
+ set hk(a: ColumnOptionsIconAlignment);
3375
+ private oe;
3376
+ get or(): Brush;
3377
+ set or(a: Brush);
3378
+ private oj;
3379
+ get ow(): Brush;
3380
+ set ow(a: Brush);
3381
+ private hm;
3382
+ get ho(): ColumnOptionsIconBehavior;
3383
+ set ho(a: ColumnOptionsIconBehavior);
3384
+ private hl;
3385
+ get hn(): ColumnOptionsIconBehavior;
3386
+ set hn(a: ColumnOptionsIconBehavior);
3387
+ private i0;
3388
+ get jg(): boolean;
3389
+ set jg(a: boolean);
3268
3390
  private i6;
3269
3391
  get jo(): boolean;
3270
3392
  set jo(a: boolean);
3271
- private i0;
3393
+ private i2;
3272
3394
  get ji(): boolean;
3273
3395
  set ji(a: boolean);
3274
- private i9;
3275
- get jr(): boolean;
3276
- set jr(a: boolean);
3277
- private g0;
3278
- get g1(): ColumnFilterCondition;
3279
- set g1(a: ColumnFilterCondition);
3280
- private g2;
3281
- get g3(): IFilterExpression;
3282
- set g3(a: IFilterExpression);
3283
- private ia;
3284
- get header(): Header;
3285
- set header(a: Header);
3286
- private i5;
3287
- get jn(): boolean;
3288
- set jn(a: boolean);
3289
3396
  private i8;
3290
3397
  get jq(): boolean;
3291
3398
  set jq(a: boolean);
3399
+ private i1;
3400
+ get jh(): boolean;
3401
+ set jh(a: boolean);
3292
3402
  private i7;
3293
3403
  get jp(): boolean;
3294
3404
  set jp(a: boolean);
3295
- private ja;
3296
- get jt(): boolean;
3297
- set jt(a: boolean);
3298
- private hq;
3299
- get hr(): ColumnSortDirection;
3300
- set hr(a: ColumnSortDirection);
3301
- private ik;
3302
- get im(): PinnedPositions;
3303
- set im(a: PinnedPositions);
3304
- private iz;
3305
- get jh(): boolean;
3306
- set jh(a: boolean);
3307
- get je(): boolean;
3308
- private hg;
3309
- get hi(): ColumnOptionsIconAlignment;
3310
- set hi(a: ColumnOptionsIconAlignment);
3311
- private hh;
3312
- get hj(): ColumnOptionsIconAlignment;
3313
- set hj(a: ColumnOptionsIconAlignment);
3314
- private nj;
3315
- get nt(): Brush;
3316
- set nt(a: Brush);
3317
- private no;
3318
- get ny(): Brush;
3319
- set ny(a: Brush);
3320
- private hl;
3321
- get hn(): ColumnOptionsIconBehavior;
3322
- set hn(a: ColumnOptionsIconBehavior);
3323
- private hk;
3324
- get hm(): ColumnOptionsIconBehavior;
3325
- set hm(a: ColumnOptionsIconBehavior);
3405
+ private i9;
3406
+ get jr(): boolean;
3407
+ set jr(a: boolean);
3408
+ private ok;
3409
+ get ox(): Brush;
3410
+ set ox(a: Brush);
3411
+ private of;
3412
+ get os(): Brush;
3413
+ set os(a: Brush);
3414
+ private j2;
3415
+ get j9(): number;
3416
+ set j9(a: number);
3417
+ private j1;
3418
+ get j8(): number;
3419
+ set j8(a: number);
3326
3420
  private iv;
3327
- get jb(): boolean;
3328
- set jb(a: boolean);
3329
- private i1;
3330
- get jj(): boolean;
3331
- set jj(a: boolean);
3332
- private ix;
3333
- get jd(): boolean;
3334
- set jd(a: boolean);
3335
- private i3;
3336
- get jl(): boolean;
3337
- set jl(a: boolean);
3338
- private iw;
3339
- get jc(): boolean;
3340
- set jc(a: boolean);
3341
- private i2;
3342
- get jk(): boolean;
3343
- set jk(a: boolean);
3344
- private i4;
3345
- get jm(): boolean;
3346
- set jm(a: boolean);
3347
- private np;
3348
- get nz(): Brush;
3349
- set nz(a: Brush);
3350
- private nk;
3351
- get nu(): Brush;
3352
- set nu(a: Brush);
3353
- private jx;
3354
- get j0(): number;
3355
- set j0(a: number);
3356
- private jw;
3357
- get jz(): number;
3358
- set jz(a: number);
3359
- private is;
3360
3421
  get textEditStyle(): FontInfo;
3361
3422
  set textEditStyle(a: FontInfo);
3362
- private ir;
3363
- get it(): FontInfo;
3364
- set it(a: FontInfo);
3365
- private hy;
3366
- get hz(): EditorType;
3367
- set hz(a: EditorType);
3368
- private kq;
3369
- get kr(): any;
3370
- set kr(a: any);
3371
- private ku;
3372
- get ll(): string;
3373
- set ll(a: string);
3374
- private gy;
3375
- get gz(): string[];
3376
- set gz(a: string[]);
3377
- private ig;
3378
- get ii(): MergedCellMode;
3379
- set ii(a: MergedCellMode);
3380
- private ic;
3381
- get ie(): MergedCellEvaluationCriteria;
3382
- set ie(a: MergedCellEvaluationCriteria);
3423
+ private iu;
3424
+ get ix(): FontInfo;
3425
+ set ix(a: FontInfo);
3426
+ private hz;
3427
+ get h0(): EditorType;
3428
+ set h0(a: EditorType);
3429
+ private k3;
3430
+ get k4(): any;
3431
+ set k4(a: any);
3432
+ private k7;
3433
+ get l1(): string;
3434
+ set l1(a: string);
3435
+ private gz;
3436
+ get g0(): string[];
3437
+ set g0(a: string[]);
3438
+ private ih;
3439
+ get ij(): MergedCellMode;
3440
+ set ij(a: MergedCellMode);
3441
+ private id;
3442
+ get ig(): MergedCellEvaluationCriteria;
3443
+ set ig(a: MergedCellEvaluationCriteria);
3444
+ private g8;
3445
+ get hb(): CellContentVerticalAlignment;
3446
+ set hb(a: CellContentVerticalAlignment);
3383
3447
  private g7;
3384
- get ha(): CellContentVerticalAlignment;
3385
- set ha(a: CellContentVerticalAlignment);
3386
- private g6;
3387
- get g8(): CellContentVerticalAlignment;
3388
- set g8(a: CellContentVerticalAlignment);
3389
- private j3;
3390
- get ke(): number;
3391
- set ke(a: number);
3448
+ get g9(): CellContentVerticalAlignment;
3449
+ set g9(a: CellContentVerticalAlignment);
3450
+ private kg;
3451
+ get kr(): number;
3452
+ set kr(a: number);
3453
+ private ki;
3454
+ get kt(): number;
3455
+ set kt(a: number);
3456
+ private kh;
3457
+ get ks(): number;
3458
+ set ks(a: number);
3459
+ private kf;
3460
+ get kq(): number;
3461
+ set kq(a: number);
3462
+ private h1;
3463
+ get h2(): FilterComparisonType;
3464
+ set h2(a: FilterComparisonType);
3465
+ h4(a: FilterComparisonType): FilterComparisonType;
3466
+ h3(): FilterComparisonType;
3467
+ private h9;
3468
+ get ia(): GridFilterOperandsCollection;
3469
+ private ld;
3470
+ get nj(): string;
3471
+ set nj(a: string);
3472
+ private oq;
3473
+ get o5(): Brush;
3474
+ set o5(a: Brush);
3475
+ private iw;
3476
+ get suffixTextStyle(): FontInfo;
3477
+ set suffixTextStyle(a: FontInfo);
3478
+ private lc;
3479
+ get nc(): string;
3480
+ set nc(a: string);
3481
+ private lb;
3482
+ get m9(): string;
3483
+ set m9(a: string);
3484
+ private op;
3485
+ get o4(): Brush;
3486
+ set o4(a: Brush);
3487
+ private oo;
3488
+ get o3(): Brush;
3489
+ set o3(a: Brush);
3392
3490
  private j5;
3393
- get kg(): number;
3394
- set kg(a: number);
3395
- private j4;
3396
- get kf(): number;
3397
- set kf(a: number);
3398
- private j2;
3491
+ get kc(): number;
3492
+ set kc(a: number);
3493
+ private j6;
3399
3494
  get kd(): number;
3400
3495
  set kd(a: number);
3401
- private h0;
3402
- get h1(): FilterComparisonType;
3403
- set h1(a: FilterComparisonType);
3404
- h3(a: FilterComparisonType): FilterComparisonType;
3405
- h2(): FilterComparisonType;
3406
- private h8;
3407
- get h9(): GridFilterOperandsCollection;
3496
+ private j7;
3497
+ get ke(): number;
3498
+ set ke(a: number);
3499
+ private j4;
3500
+ get kb(): number;
3501
+ set kb(a: number);
3502
+ private ip;
3503
+ get iq(): TextCellDecoration;
3504
+ set iq(a: TextCellDecoration);
3408
3505
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3409
- private mv;
3410
- ih(): MergedCellMode;
3411
- id(): MergedCellEvaluationCriteria;
3412
- js(): boolean;
3413
- protected go(): Brush;
3414
- protected gq(): Brush;
3415
- mt(a: CellModel, b: any, c: any): string;
3416
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3417
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
3418
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3419
- protected hb(): CellContentVerticalAlignment;
3420
- protected g5(): CellContentHorizontalAlignment;
3421
- protected g9(): CellContentVerticalAlignment;
3422
- private nf;
3423
- private m1;
3424
- protected eq(a: DataGrid, b: DataGrid): void;
3425
- protected es(a: any, b: PropertyChangedEventArgs): void;
3426
- ng(): void;
3427
- nh(): void;
3428
- ni(): void;
3429
- protected e5(): void;
3430
- protected fh(): void;
3506
+ private nq;
3507
+ ii(): MergedCellMode;
3508
+ ie(): MergedCellEvaluationCriteria;
3509
+ jx(): boolean;
3510
+ protected gp(): Brush;
3511
+ protected gr(): Brush;
3512
+ no(a: CellModel, b: any, c: any): string;
3513
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3514
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
3515
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
3516
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3517
+ protected hc(): CellContentVerticalAlignment;
3518
+ protected g6(): CellContentHorizontalAlignment;
3519
+ protected ha(): CellContentVerticalAlignment;
3520
+ private oa;
3521
+ private nw;
3522
+ protected er(a: DataGrid, b: DataGrid): void;
3523
+ protected et(a: any, b: PropertyChangedEventArgs): void;
3524
+ ob(): void;
3525
+ oc(): void;
3526
+ od(): void;
3527
+ protected e6(): void;
3431
3528
  protected fi(): void;
3529
+ protected fj(): void;
3530
+ protected fg(): void;
3531
+ protected n7(): void;
3532
+ protected n9(): void;
3533
+ protected n8(): void;
3432
3534
  protected ff(): void;
3433
- protected nc(): void;
3434
- protected ne(): void;
3435
- protected nd(): void;
3535
+ protected fh(): void;
3436
3536
  protected fe(): void;
3437
- protected fg(): void;
3438
- protected fd(): void;
3439
- protected m6(): void;
3440
- protected na(): void;
3441
- protected m9(): void;
3442
- protected m7(): void;
3443
- protected nb(): void;
3444
- protected m8(): void;
3537
+ protected n1(): void;
3538
+ protected n5(): void;
3539
+ protected n4(): void;
3540
+ protected n2(): void;
3541
+ protected n6(): void;
3542
+ protected n3(): void;
3445
3543
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3446
3544
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3447
- protected m5(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3448
- hf(): ColumnHidingAnimationMode;
3449
- hp(): ColumnShowingAnimationMode;
3450
- he(): ColumnExchangingAnimationMode;
3451
- ho(): ColumnResizingAnimationMode;
3452
- lu(): string;
3453
- private ip;
3454
- private iy;
3455
- m4(a: string, b: CellPropertyAnimationType, c: any): void;
3456
- jg(): boolean;
3457
- get iq(): FastIterationDictionary$2<string, any>;
3458
- jf(a: string): boolean;
3459
- m3(a: string): void;
3460
- ks(a: string): any;
3461
- jv: List$1<LayoutAction>;
3462
- m2(a: string): void;
3463
- mx(a: ColumnComparisonConditionOperatorType, b: any): void;
3464
- mw(a: string, b: number, c: any): void;
3465
- g4(a: FilterOperand, b: any): IFilterExpression;
3466
- h4(a: string, b: number): FilterOperand;
3467
- my(): void;
3468
- private hw;
3469
- get hx(): DataGridColumnToolbarManager;
3545
+ protected n0(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3546
+ hg(): ColumnHidingAnimationMode;
3547
+ hq(): ColumnShowingAnimationMode;
3548
+ hf(): ColumnExchangingAnimationMode;
3549
+ hp(): ColumnResizingAnimationMode;
3550
+ ma(): string;
3551
+ private is;
3552
+ private i3;
3553
+ nz(a: string, b: CellPropertyAnimationType, c: any): void;
3554
+ jl(): boolean;
3555
+ get it(): FastIterationDictionary$2<string, any>;
3556
+ jk(a: string): boolean;
3557
+ ny(a: string): void;
3558
+ k5(a: string): any;
3559
+ j0: List$1<LayoutAction>;
3560
+ nx(a: string): void;
3561
+ ns(a: ColumnComparisonConditionOperatorType, b: any): void;
3562
+ nr(a: string, b: number, c: any): void;
3563
+ g5(a: FilterOperand, b: any): IFilterExpression;
3564
+ h5(a: string, b: number): FilterOperand;
3565
+ nt(): void;
3566
+ private hx;
3567
+ get hy(): DataGridColumnToolbarManager;
3470
3568
  getDesiredToolbarActions(): ToolActionInfo[];
3471
3569
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3472
3570
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -3479,12 +3577,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3479
3577
  private _invalidateActions;
3480
3578
  get invalidateActions(): () => void;
3481
3579
  set invalidateActions(a: () => void);
3482
- private ju;
3483
- io(): IToolbarContextAccessor;
3484
- m0(a: (arg1: IToolbarContextAccessor) => void): void;
3580
+ private jz;
3581
+ ir(): IToolbarContextAccessor;
3582
+ nv(a: (arg1: IToolbarContextAccessor) => void): void;
3485
3583
  provideContextAccessor(a: IToolbarContextAccessor): void;
3486
3584
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3487
- mz(): void;
3585
+ nu(): void;
3488
3586
  }
3489
3587
  /**
3490
3588
  * @hidden
@@ -3773,23 +3871,23 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
3773
3871
  */
3774
3872
  export declare class ColumnMovingSeparator extends DefinitionBase {
3775
3873
  static $t: Type;
3776
- protected d2(a: CellPath, b: DataGrid, c: any): string;
3874
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
3777
3875
  protected n(a: CellPath): CellModel;
3778
- protected gk(): Brush;
3779
- private g2;
3780
- get g3(): number;
3781
- set g3(a: number);
3782
- private gy;
3783
- get g0(): number;
3784
- set g0(a: number);
3876
+ protected gl(): Brush;
3877
+ private g3;
3878
+ get g4(): number;
3879
+ set g4(a: number);
3785
3880
  private gz;
3786
3881
  get g1(): number;
3787
3882
  set g1(a: number);
3788
- protected eq(a: DataGrid, b: DataGrid): void;
3789
- protected e5(): void;
3790
- protected g7(): void;
3791
- protected es(a: any, b: PropertyChangedEventArgs): void;
3792
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
3883
+ private g0;
3884
+ get g2(): number;
3885
+ set g2(a: number);
3886
+ protected er(a: DataGrid, b: DataGrid): void;
3887
+ protected e6(): void;
3888
+ protected g8(): void;
3889
+ protected et(a: any, b: PropertyChangedEventArgs): void;
3890
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
3793
3891
  }
3794
3892
  /**
3795
3893
  * @hidden
@@ -3797,71 +3895,71 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
3797
3895
  export declare class ComboBoxColumn extends DataGridColumn {
3798
3896
  static $t: Type;
3799
3897
  constructor();
3800
- private n6;
3801
- get n7(): IDataSource;
3802
- set n7(a: IDataSource);
3803
- get n8(): any;
3804
- set n8(a: any);
3805
- get oc(): string;
3806
- set oc(a: string);
3807
- get od(): string;
3808
- set od(a: string);
3809
- get n5(): string[];
3810
- set n5(a: string[]);
3898
+ private o7;
3899
+ get o8(): IDataSource;
3900
+ set o8(a: IDataSource);
3901
+ get o9(): any;
3902
+ set o9(a: any);
3903
+ get pd(): string;
3904
+ set pd(a: string);
3905
+ get pe(): string;
3906
+ set pe(a: string);
3907
+ get o6(): string[];
3908
+ set o6(a: string[]);
3811
3909
  protected n(a: CellPath): CellModel;
3812
- protected d2(a: CellPath, b: DataGrid, c: any): string;
3813
- protected eq(a: DataGrid, b: DataGrid): void;
3814
- dz(a: DataGrid, b: any, c: any): string;
3815
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3816
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
3817
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3818
- private oe;
3819
- private of;
3820
- private oa;
3821
- ob(a: any): string;
3910
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
3911
+ protected er(a: DataGrid, b: DataGrid): void;
3912
+ d0(a: DataGrid, b: any, c: any): string;
3913
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3914
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
3915
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3916
+ private pf;
3917
+ private pg;
3918
+ private pb;
3919
+ pc(a: any): string;
3822
3920
  }
3823
3921
  /**
3824
3922
  * @hidden
3825
3923
  */
3826
3924
  export declare class DateTimeColumn extends DataGridColumn {
3827
3925
  static $t: Type;
3828
- private n8;
3829
- private n9;
3830
- get oa(): DateTimeFormats;
3831
- set oa(a: DateTimeFormats);
3832
- private oj;
3833
- get os(): string;
3834
- set os(a: string);
3835
- private oi;
3836
- get ol(): string;
3837
- set ol(a: string);
3838
- private n5;
3839
- get n6(): any[];
3840
- set n6(a: any[]);
3841
- private of;
3842
- get oh(): any;
3843
- set oh(a: any);
3844
- private oc;
3845
- get od(): boolean;
3846
- set od(a: boolean);
3847
- get ob(): EditorType;
3848
- set ob(a: EditorType);
3849
- get og(): any;
3850
- set og(a: any);
3851
- get on(): string;
3852
- set on(a: string);
3853
- get oo(): string;
3854
- set oo(a: string);
3855
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3926
+ private o9;
3927
+ private pa;
3928
+ get pb(): DateTimeFormats;
3929
+ set pb(a: DateTimeFormats);
3930
+ private pk;
3931
+ get pt(): string;
3932
+ set pt(a: string);
3933
+ private pj;
3934
+ get pm(): string;
3935
+ set pm(a: string);
3936
+ private o6;
3937
+ get o7(): any[];
3938
+ set o7(a: any[]);
3939
+ private pg;
3940
+ get pi(): any;
3941
+ set pi(a: any);
3942
+ private pd;
3943
+ get pe(): boolean;
3944
+ set pe(a: boolean);
3945
+ get pc(): EditorType;
3946
+ set pc(a: EditorType);
3947
+ get ph(): any;
3948
+ set ph(a: any);
3949
+ get po(): string;
3950
+ set po(a: string);
3951
+ get pp(): string;
3952
+ set pp(a: string);
3953
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3856
3954
  constructor();
3857
3955
  protected n(a: CellPath): CellModel;
3858
- protected d2(a: CellPath, b: DataGrid, c: any): string;
3859
- dz(a: DataGrid, b: any, c: any): string;
3860
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3861
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
3862
- private oe;
3863
- n7: BindingFormatter;
3864
- private op;
3956
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
3957
+ d0(a: DataGrid, b: any, c: any): string;
3958
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3959
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
3960
+ private pf;
3961
+ o8: BindingFormatter;
3962
+ private pq;
3865
3963
  }
3866
3964
  /**
3867
3965
  * @hidden
@@ -3996,21 +4094,21 @@ export declare class DataGridColumnToolbarManager extends Base {
3996
4094
  export declare class EditorDefinition extends DefinitionBase {
3997
4095
  static $t: Type;
3998
4096
  constructor();
3999
- private g5;
4000
- get g6(): Rect;
4001
- set g6(a: Rect);
4002
- private g0;
4003
- get g3(): string;
4004
- set g3(a: string);
4005
- private gy;
4006
- get gz(): CellModel;
4007
- set gz(a: CellModel);
4097
+ private g6;
4098
+ get g7(): Rect;
4099
+ set g7(a: Rect);
4100
+ private g1;
4101
+ get g4(): string;
4102
+ set g4(a: string);
4103
+ private gz;
4104
+ get g0(): CellModel;
4105
+ set g0(a: CellModel);
4008
4106
  protected n(a: CellPath): CellModel;
4009
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4010
- protected eq(a: DataGrid, b: DataGrid): void;
4011
- protected es(a: any, b: PropertyChangedEventArgs): void;
4012
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4013
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4107
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4108
+ protected er(a: DataGrid, b: DataGrid): void;
4109
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4110
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4111
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4014
4112
  }
4015
4113
  /**
4016
4114
  * @hidden
@@ -4019,37 +4117,37 @@ export declare class EditRowDefinition extends DefinitionBase {
4019
4117
  static $t: Type;
4020
4118
  constructor();
4021
4119
  protected n(a: CellPath): CellModel;
4022
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4023
- protected eq(a: DataGrid, b: DataGrid): void;
4024
- protected es(a: any, b: PropertyChangedEventArgs): void;
4025
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4120
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4121
+ protected er(a: DataGrid, b: DataGrid): void;
4122
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4123
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4026
4124
  }
4027
4125
  /**
4028
4126
  * @hidden
4029
4127
  */
4030
4128
  export declare class FilterRowDefinition extends DefinitionBase {
4031
4129
  static $t: Type;
4032
- private gz;
4033
- get g3(): number;
4034
- set g3(a: number);
4035
- private g1;
4036
- get g5(): number;
4037
- set g5(a: number);
4038
4130
  private g0;
4039
4131
  get g4(): number;
4040
4132
  set g4(a: number);
4041
- private gy;
4042
- get g2(): number;
4043
- set g2(a: number);
4133
+ private g2;
4134
+ get g6(): number;
4135
+ set g6(a: number);
4136
+ private g1;
4137
+ get g5(): number;
4138
+ set g5(a: number);
4139
+ private gz;
4140
+ get g3(): number;
4141
+ set g3(a: number);
4044
4142
  constructor();
4045
4143
  protected n(a: CellPath): CellModel;
4046
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4047
- protected eq(a: DataGrid, b: DataGrid): void;
4048
- protected es(a: any, b: PropertyChangedEventArgs): void;
4049
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4050
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4051
- protected fh(): void;
4052
- protected e5(): void;
4144
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4145
+ protected er(a: DataGrid, b: DataGrid): void;
4146
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4147
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4148
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4149
+ protected fi(): void;
4150
+ protected e6(): void;
4053
4151
  }
4054
4152
  /**
4055
4153
  * @hidden
@@ -4057,108 +4155,108 @@ export declare class FilterRowDefinition extends DefinitionBase {
4057
4155
  export declare abstract class Header extends DefinitionBase {
4058
4156
  static $t: Type;
4059
4157
  constructor();
4060
- protected gr(): Brush;
4061
- protected gk(): Brush;
4062
- protected hn(): Brush;
4158
+ protected gs(): Brush;
4159
+ protected gl(): Brush;
4160
+ protected ho(): Brush;
4063
4161
  protected aj(): FontInfo;
4064
- protected eq(a: DataGrid, b: DataGrid): void;
4065
- protected e5(): void;
4066
- protected fh(): void;
4162
+ protected er(a: DataGrid, b: DataGrid): void;
4163
+ protected e6(): void;
4067
4164
  protected fi(): void;
4068
- protected hi(): void;
4165
+ protected fj(): void;
4069
4166
  protected hj(): void;
4070
- protected es(a: any, b: PropertyChangedEventArgs): void;
4167
+ protected hk(): void;
4168
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4169
+ private hm;
4170
+ get hp(): Brush;
4171
+ set hp(a: Brush);
4071
4172
  private hl;
4072
- get ho(): Brush;
4073
- set ho(a: Brush);
4074
- private hk;
4075
- get hm(): Brush;
4076
- set hm(a: Brush);
4173
+ get hn(): Brush;
4174
+ set hn(a: Brush);
4175
+ private g0;
4176
+ get g2(): SortIndicatorStyle;
4177
+ set g2(a: SortIndicatorStyle);
4077
4178
  private gz;
4078
4179
  get g1(): SortIndicatorStyle;
4079
4180
  set g1(a: SortIndicatorStyle);
4080
- private gy;
4081
- get g0(): SortIndicatorStyle;
4082
- set g0(a: SortIndicatorStyle);
4083
- private g3;
4084
- get g7(): number;
4085
- set g7(a: number);
4086
- private g5;
4087
- get g9(): number;
4088
- set g9(a: number);
4089
4181
  private g4;
4090
4182
  get g8(): number;
4091
4183
  set g8(a: number);
4092
- private g2;
4093
- get g6(): number;
4094
- set g6(a: number);
4184
+ private g6;
4185
+ get ha(): number;
4186
+ set ha(a: number);
4187
+ private g5;
4188
+ get g9(): number;
4189
+ set g9(a: number);
4190
+ private g3;
4191
+ get g7(): number;
4192
+ set g7(a: number);
4095
4193
  protected av(a: string): boolean;
4096
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4097
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4194
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4195
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4098
4196
  }
4099
4197
  /**
4100
4198
  * @hidden
4101
4199
  */
4102
4200
  export declare class ColumnResizingSeparator extends DefinitionBase {
4103
4201
  static $t: Type;
4104
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4202
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4105
4203
  protected n(a: CellPath): CellModel;
4106
- protected gk(): Brush;
4107
- private gy;
4108
- get g0(): number;
4109
- set g0(a: number);
4204
+ protected gl(): Brush;
4110
4205
  private gz;
4111
4206
  get g1(): number;
4112
4207
  set g1(a: number);
4113
- protected e5(): void;
4114
- protected g5(): void;
4115
- protected g4(a: any, b: PropertyChangedEventArgs): void;
4116
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4208
+ private g0;
4209
+ get g2(): number;
4210
+ set g2(a: number);
4211
+ protected e6(): void;
4212
+ protected g6(): void;
4213
+ protected g5(a: any, b: PropertyChangedEventArgs): void;
4214
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4117
4215
  }
4118
4216
  /**
4119
4217
  * @hidden
4120
4218
  */
4121
4219
  export declare class HeaderSeparator extends DefinitionBase {
4122
4220
  static $t: Type;
4123
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4221
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4124
4222
  protected n(a: CellPath): CellModel;
4125
- protected gk(): Brush;
4126
- protected gy(): number;
4127
- protected eq(a: DataGrid, b: DataGrid): void;
4128
- protected es(a: any, b: PropertyChangedEventArgs): void;
4129
- protected e5(): void;
4130
- private gz;
4131
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4223
+ protected gl(): Brush;
4224
+ protected gz(): number;
4225
+ protected er(a: DataGrid, b: DataGrid): void;
4226
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4227
+ protected e6(): void;
4228
+ private g0;
4229
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4132
4230
  }
4133
4231
  /**
4134
4232
  * @hidden
4135
4233
  */
4136
4234
  export declare class ImageColumn extends DataGridColumn {
4137
4235
  static $t: Type;
4138
- private n8;
4139
- get n9(): ImageStretchOptions;
4140
- set n9(a: ImageStretchOptions);
4141
- private n6;
4142
- get n7(): ImageResourceType;
4143
- set n7(a: ImageResourceType);
4144
- get n5(): EditorType;
4145
- set n5(a: EditorType);
4146
- get oa(): any;
4147
- set oa(a: any);
4148
- get ob(): string;
4149
- set ob(a: string);
4150
- get oc(): string;
4151
- set oc(a: string);
4236
+ private o9;
4237
+ get pa(): ImageStretchOptions;
4238
+ set pa(a: ImageStretchOptions);
4239
+ private o7;
4240
+ get o8(): ImageResourceType;
4241
+ set o8(a: ImageResourceType);
4242
+ get o6(): EditorType;
4243
+ set o6(a: EditorType);
4244
+ get pb(): any;
4245
+ set pb(a: any);
4246
+ get pc(): string;
4247
+ set pc(a: string);
4248
+ get pd(): string;
4249
+ set pd(a: string);
4152
4250
  constructor();
4153
4251
  protected k(): CellContentVerticalAlignment;
4154
- protected g5(): CellContentHorizontalAlignment;
4155
- protected hb(): CellContentVerticalAlignment;
4252
+ protected g6(): CellContentHorizontalAlignment;
4253
+ protected hc(): CellContentVerticalAlignment;
4156
4254
  protected f(): CellContentHorizontalAlignment;
4157
4255
  protected n(a: CellPath): CellModel;
4158
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4159
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4160
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4161
- private od;
4256
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4257
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4258
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4259
+ private pe;
4162
4260
  }
4163
4261
  /**
4164
4262
  * @hidden
@@ -4178,68 +4276,68 @@ export declare class NumericColumn extends DataGridColumn {
4178
4276
  static $t: Type;
4179
4277
  constructor();
4180
4278
  protected f(): CellContentHorizontalAlignment;
4181
- private om;
4182
- get o0(): string;
4183
- set o0(a: string);
4184
- private oo;
4185
- get o4(): string;
4186
- set o4(a: string);
4187
- private on;
4188
- get o2(): string;
4189
- set o2(a: string);
4190
- private op;
4191
- get o6(): string;
4192
- set o6(a: string);
4193
- private oc;
4194
- get of(): number;
4195
- set of(a: number);
4196
- private od;
4197
- get og(): number;
4198
- set og(a: number);
4199
- private oe;
4200
- get oh(): number;
4201
- set oh(a: number);
4202
- private n9;
4203
- get oa(): boolean;
4204
- set oa(a: boolean);
4205
- private ol;
4206
- get ov(): string;
4207
- set ov(a: string);
4208
- private n5;
4209
- get n6(): any[];
4210
- set n6(a: any[]);
4211
- private oi;
4212
- get ok(): any;
4213
- set ok(a: any);
4214
- get n8(): EditorType;
4215
- set n8(a: EditorType);
4216
- get oj(): any;
4217
- set oj(a: any);
4218
- get oq(): string;
4219
- set oq(a: string);
4220
- get or(): string;
4221
- set or(a: string);
4222
- n7: BindingFormatter;
4223
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4279
+ private pn;
4280
+ get p1(): string;
4281
+ set p1(a: string);
4282
+ private pp;
4283
+ get p5(): string;
4284
+ set p5(a: string);
4285
+ private po;
4286
+ get p3(): string;
4287
+ set p3(a: string);
4288
+ private pq;
4289
+ get p7(): string;
4290
+ set p7(a: string);
4291
+ private pd;
4292
+ get pg(): number;
4293
+ set pg(a: number);
4294
+ private pe;
4295
+ get ph(): number;
4296
+ set ph(a: number);
4297
+ private pf;
4298
+ get pi(): number;
4299
+ set pi(a: number);
4300
+ private pa;
4301
+ get pb(): boolean;
4302
+ set pb(a: boolean);
4303
+ private pm;
4304
+ get pw(): string;
4305
+ set pw(a: string);
4306
+ private o6;
4307
+ get o7(): any[];
4308
+ set o7(a: any[]);
4309
+ private pj;
4310
+ get pl(): any;
4311
+ set pl(a: any);
4312
+ get o9(): EditorType;
4313
+ set o9(a: EditorType);
4314
+ get pk(): any;
4315
+ set pk(a: any);
4316
+ get pr(): string;
4317
+ set pr(a: string);
4318
+ get ps(): string;
4319
+ set ps(a: string);
4320
+ o8: BindingFormatter;
4321
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4224
4322
  protected n(a: CellPath): CellModel;
4225
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4226
- dz(a: DataGrid, b: any, c: any): string;
4227
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4228
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4229
- private ob;
4230
- private os;
4323
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4324
+ d0(a: DataGrid, b: any, c: any): string;
4325
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4326
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4327
+ private pc;
4328
+ private pt;
4231
4329
  }
4232
4330
  /**
4233
4331
  * @hidden
4234
4332
  */
4235
4333
  export declare class PinnedAreaSeparator extends DefinitionBase {
4236
4334
  static $t: Type;
4237
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4335
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4238
4336
  protected n(a: CellPath): CellModel;
4239
- protected gk(): Brush;
4240
- protected eq(a: DataGrid, b: DataGrid): void;
4241
- protected e5(): void;
4242
- protected es(a: any, b: PropertyChangedEventArgs): void;
4337
+ protected gl(): Brush;
4338
+ protected er(a: DataGrid, b: DataGrid): void;
4339
+ protected e6(): void;
4340
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4243
4341
  }
4244
4342
  /**
4245
4343
  * @hidden
@@ -4267,76 +4365,76 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
4267
4365
  export declare class SectionFooter extends DefinitionBase {
4268
4366
  static $t: Type;
4269
4367
  protected n(a: CellPath): CellModel;
4270
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4271
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4272
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4368
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4369
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4370
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4273
4371
  }
4274
4372
  /**
4275
4373
  * @hidden
4276
4374
  */
4277
4375
  export declare class SectionHeader extends DefinitionBase {
4278
4376
  static $t: Type;
4377
+ private hr;
4378
+ get ht(): Brush;
4379
+ set ht(a: Brush);
4279
4380
  private hq;
4280
4381
  get hs(): Brush;
4281
4382
  set hs(a: Brush);
4282
- private hp;
4283
- get hr(): Brush;
4284
- set hr(a: Brush);
4285
- private g6;
4286
- get ha(): number;
4287
- set ha(a: number);
4288
- private g8;
4289
- get hc(): number;
4290
- set hc(a: number);
4291
4383
  private g7;
4292
4384
  get hb(): number;
4293
4385
  set hb(a: number);
4294
- private g5;
4295
- get g9(): number;
4296
- set g9(a: number);
4297
- private g2;
4298
- get g3(): boolean;
4299
- set g3(a: boolean);
4300
- private gz;
4301
- get g0(): GroupSummaryDisplayMode;
4302
- set g0(a: GroupSummaryDisplayMode);
4386
+ private g9;
4387
+ get hd(): number;
4388
+ set hd(a: number);
4389
+ private g8;
4390
+ get hc(): number;
4391
+ set hc(a: number);
4392
+ private g6;
4393
+ get ha(): number;
4394
+ set ha(a: number);
4395
+ private g3;
4396
+ get g4(): boolean;
4397
+ set g4(a: boolean);
4398
+ private g0;
4399
+ get g1(): GroupSummaryDisplayMode;
4400
+ set g1(a: GroupSummaryDisplayMode);
4303
4401
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
4304
4402
  constructor();
4305
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4403
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4306
4404
  protected n(a: CellPath): CellModel;
4307
- protected gk(): Brush;
4308
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4309
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4310
- protected eq(a: DataGrid, b: DataGrid): void;
4311
- private g4;
4405
+ protected gl(): Brush;
4406
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4407
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4408
+ protected er(a: DataGrid, b: DataGrid): void;
4409
+ private g5;
4410
+ private hn;
4312
4411
  private hm;
4313
- private hl;
4314
- protected es(a: any, b: PropertyChangedEventArgs): void;
4315
- ho(): void;
4316
- protected e5(): void;
4317
- protected fh(): void;
4412
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4413
+ hp(): void;
4414
+ protected e6(): void;
4318
4415
  protected fi(): void;
4319
- hn(): void;
4320
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4321
- private gy;
4416
+ protected fj(): void;
4417
+ ho(): void;
4418
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4419
+ private gz;
4322
4420
  }
4323
4421
  /**
4324
4422
  * @hidden
4325
4423
  */
4326
4424
  export declare class RowSeparator extends DefinitionBase {
4327
4425
  static $t: Type;
4328
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4329
- protected eq(a: DataGrid, b: DataGrid): void;
4330
- protected e5(): void;
4426
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4427
+ protected er(a: DataGrid, b: DataGrid): void;
4428
+ protected e6(): void;
4429
+ protected ff(): void;
4430
+ protected fh(): void;
4331
4431
  protected fe(): void;
4332
- protected fg(): void;
4333
- protected fd(): void;
4334
- protected es(a: any, b: PropertyChangedEventArgs): void;
4432
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4335
4433
  protected n(a: CellPath): CellModel;
4336
- protected gk(): Brush;
4337
- protected gq(): Brush;
4338
- protected gn(): Brush;
4434
+ protected gl(): Brush;
4435
+ protected gr(): Brush;
4339
4436
  protected go(): Brush;
4437
+ protected gp(): Brush;
4340
4438
  protected bi(): number;
4341
4439
  }
4342
4440
  /**
@@ -4344,90 +4442,90 @@ export declare class RowSeparator extends DefinitionBase {
4344
4442
  */
4345
4443
  export declare class HeaderRowSeparator extends DefinitionBase {
4346
4444
  static $t: Type;
4347
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4445
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4348
4446
  protected n(a: CellPath): CellModel;
4349
- protected gk(): Brush;
4350
- protected e5(): void;
4351
- protected eq(a: DataGrid, b: DataGrid): void;
4352
- protected es(a: any, b: PropertyChangedEventArgs): void;
4447
+ protected gl(): Brush;
4448
+ protected e6(): void;
4449
+ protected er(a: DataGrid, b: DataGrid): void;
4450
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4353
4451
  }
4354
4452
  /**
4355
4453
  * @hidden
4356
4454
  */
4357
4455
  export declare abstract class SummaryRow extends DefinitionBase {
4358
4456
  static $t: Type;
4359
- private hq;
4360
- get hv(): Brush;
4361
- set hv(a: Brush);
4362
- private ho;
4363
- get hs(): Brush;
4364
- set hs(a: Brush);
4365
4457
  private hr;
4366
4458
  get hw(): Brush;
4367
4459
  set hw(a: Brush);
4368
4460
  private hp;
4369
4461
  get ht(): Brush;
4370
4462
  set ht(a: Brush);
4371
- private gz;
4463
+ private hs;
4464
+ get hx(): Brush;
4465
+ set hx(a: Brush);
4466
+ private hq;
4467
+ get hu(): Brush;
4468
+ set hu(a: Brush);
4469
+ private g0;
4372
4470
  get summaryNameTextStyle(): FontInfo;
4373
4471
  set summaryNameTextStyle(a: FontInfo);
4374
- private gy;
4375
- get g0(): FontInfo;
4376
- set g0(a: FontInfo);
4377
- private g4;
4378
- get g8(): number;
4379
- set g8(a: number);
4380
- private g6;
4381
- get ha(): number;
4382
- set ha(a: number);
4472
+ private gz;
4473
+ get g1(): FontInfo;
4474
+ set g1(a: FontInfo);
4383
4475
  private g5;
4384
4476
  get g9(): number;
4385
4477
  set g9(a: number);
4386
- private g3;
4387
- get g7(): number;
4388
- set g7(a: number);
4478
+ private g7;
4479
+ get hb(): number;
4480
+ set hb(a: number);
4481
+ private g6;
4482
+ get ha(): number;
4483
+ set ha(a: number);
4484
+ private g4;
4485
+ get g8(): number;
4486
+ set g8(a: number);
4389
4487
  constructor();
4390
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4488
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4391
4489
  protected n(a: CellPath): CellModel;
4392
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4393
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4394
- protected eq(a: DataGrid, b: DataGrid): void;
4395
- protected hu(): Brush;
4396
- protected gr(): Brush;
4397
- protected es(a: any, b: PropertyChangedEventArgs): void;
4398
- protected hl(): void;
4490
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4491
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4492
+ protected er(a: DataGrid, b: DataGrid): void;
4493
+ protected hv(): Brush;
4494
+ protected gs(): Brush;
4495
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4399
4496
  protected hm(): void;
4400
- protected fi(): void;
4401
4497
  protected hn(): void;
4402
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4498
+ protected fj(): void;
4499
+ protected ho(): void;
4500
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4403
4501
  protected aj(): FontInfo;
4404
- protected g1(): FontInfo;
4502
+ protected g2(): FontInfo;
4405
4503
  }
4406
4504
  /**
4407
4505
  * @hidden
4408
4506
  */
4409
4507
  export declare class SummaryRowRoot extends SummaryRow {
4410
4508
  static $t: Type;
4411
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4412
- protected gk(): Brush;
4413
- protected e5(): void;
4414
- protected hl(): void;
4509
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4510
+ protected gl(): Brush;
4511
+ protected e6(): void;
4415
4512
  protected hm(): void;
4416
- protected fh(): void;
4417
4513
  protected hn(): void;
4514
+ protected fi(): void;
4515
+ protected ho(): void;
4418
4516
  }
4419
4517
  /**
4420
4518
  * @hidden
4421
4519
  */
4422
4520
  export declare class SummaryRowSection extends SummaryRow {
4423
4521
  static $t: Type;
4424
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4425
- protected gk(): Brush;
4426
- protected e5(): void;
4427
- protected hl(): void;
4522
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4523
+ protected gl(): Brush;
4524
+ protected e6(): void;
4428
4525
  protected hm(): void;
4429
- protected fh(): void;
4430
4526
  protected hn(): void;
4527
+ protected fi(): void;
4528
+ protected ho(): void;
4431
4529
  }
4432
4530
  /**
4433
4531
  * @hidden
@@ -4436,12 +4534,12 @@ export declare class TemplateColumn extends DataGridColumn {
4436
4534
  static $t: Type;
4437
4535
  constructor();
4438
4536
  protected n(a: CellPath): CellModel;
4439
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4440
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4441
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4442
- n6(a: TemplateCellModel, b: any): void;
4537
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4538
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4539
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4540
+ o7(a: TemplateCellModel, b: any): void;
4443
4541
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4444
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4542
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4445
4543
  }
4446
4544
  /**
4447
4545
  * @hidden
@@ -4460,23 +4558,23 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4460
4558
  */
4461
4559
  export declare class TextColumn extends DataGridColumn {
4462
4560
  static $t: Type;
4463
- private n7;
4464
- get ob(): string;
4465
- set ob(a: string);
4466
- get n5(): EditorType;
4467
- set n5(a: EditorType);
4468
- get n6(): any;
4469
- set n6(a: any);
4470
- get n8(): string;
4471
- set n8(a: string);
4472
- get n9(): string;
4473
- set n9(a: string);
4561
+ private o8;
4562
+ get pc(): string;
4563
+ set pc(a: string);
4564
+ get o6(): EditorType;
4565
+ set o6(a: EditorType);
4566
+ get o7(): any;
4567
+ set o7(a: any);
4568
+ get o9(): string;
4569
+ set o9(a: string);
4570
+ get pa(): string;
4571
+ set pa(a: string);
4474
4572
  protected n(a: CellPath): CellModel;
4475
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4476
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4477
- dz(a: DataGrid, b: any, c: any): string;
4478
- private oa;
4479
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4573
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4574
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4575
+ d0(a: DataGrid, b: any, c: any): string;
4576
+ private pb;
4577
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4480
4578
  }
4481
4579
  /**
4482
4580
  * @hidden
@@ -4485,9 +4583,9 @@ export declare class TextHeader extends Header {
4485
4583
  static $t: Type;
4486
4584
  constructor();
4487
4585
  protected n(a: CellPath): CellModel;
4488
- protected d2(a: CellPath, b: DataGrid, c: any): string;
4489
- el(a: CellModel, b: DataGrid, c: any, d: any): void;
4490
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4586
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4587
+ em(a: CellModel, b: DataGrid, c: any, d: any): void;
4588
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4491
4589
  }
4492
4590
  /**
4493
4591
  * @hidden