igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -151,6 +151,7 @@ import { CellStyleRequestedEventArgs } from "./CellStyleRequestedEventArgs";
151
151
  import { IToolbarTarget } from "igniteui-angular-core";
152
152
  import { ToolCommand } from "igniteui-angular-core";
153
153
  import { FormatCellEventArgs } from "./FormatCellEventArgs";
154
+ import { GridColumnProviderOnAttachingOverrideEventArgs } from "igniteui-angular-layouts";
154
155
  import { LayoutAction } from "./LayoutAction";
155
156
  import { ToolActionInfo } from "igniteui-angular-core";
156
157
  import { ICommandAvailabilityListener } from "igniteui-angular-core";
@@ -266,6 +267,7 @@ export interface IExternalGrid {
266
267
  setScrollbarStyle(a: ScrollbarStyle): void;
267
268
  setScrollbarColor(a: Brush): void;
268
269
  setClipboardText(a: string): void;
270
+ setBackground(a: Brush): void;
269
271
  }
270
272
  /**
271
273
  * @hidden
@@ -1362,26 +1364,54 @@ export declare class TextCellModel extends CellModel {
1362
1364
  export declare class TextHeaderCellModel extends TextCellModel {
1363
1365
  static $t: Type;
1364
1366
  constructor();
1365
- static readonly of: number;
1366
- private oa;
1367
- get ob(): boolean;
1368
- set ob(a: boolean);
1369
- static readonly og: number;
1367
+ static readonly oo: number;
1368
+ private oc;
1369
+ get od(): boolean;
1370
+ set od(a: boolean);
1371
+ static readonly op: number;
1370
1372
  private n8;
1371
1373
  get n9(): SortIndicatorStyle;
1372
1374
  set n9(a: SortIndicatorStyle);
1373
- static readonly oc: number;
1375
+ static readonly oi: number;
1374
1376
  private n4;
1375
1377
  get n5(): ColumnOptionsIconAlignment;
1376
1378
  set n5(a: ColumnOptionsIconAlignment);
1377
- static readonly oe: number;
1378
- private om;
1379
- get on(): Brush;
1380
- set on(a: Brush);
1381
- static readonly od: number;
1379
+ static readonly ok: number;
1380
+ private o6;
1381
+ get pd(): Brush;
1382
+ set pd(a: Brush);
1383
+ static readonly oj: number;
1382
1384
  private n6;
1383
1385
  get n7(): ColumnOptionsIconBehavior;
1384
1386
  set n7(a: ColumnOptionsIconBehavior);
1387
+ static readonly on: number;
1388
+ private oa;
1389
+ get ob(): BaseControlTheme;
1390
+ set ob(a: BaseControlTheme);
1391
+ static readonly of: number;
1392
+ private o3;
1393
+ get pa(): Brush;
1394
+ set pa(a: Brush);
1395
+ static readonly om: number;
1396
+ private o8;
1397
+ get pf(): Brush;
1398
+ set pf(a: Brush);
1399
+ static readonly ol: number;
1400
+ private o7;
1401
+ get pe(): Brush;
1402
+ set pe(a: Brush);
1403
+ static readonly og: number;
1404
+ private o4;
1405
+ get pb(): Brush;
1406
+ set pb(a: Brush);
1407
+ static readonly oh: number;
1408
+ private o5;
1409
+ get pc(): Brush;
1410
+ set pc(a: Brush);
1411
+ static readonly oe: number;
1412
+ private o2;
1413
+ get o9(): Brush;
1414
+ set o9(a: Brush);
1385
1415
  mo(a: string, b: any): void;
1386
1416
  l0(a: string): Type;
1387
1417
  id(a: string): any;
@@ -1393,13 +1423,13 @@ export declare class TextHeaderCellModel extends TextCellModel {
1393
1423
  export declare class Pager extends Base implements INotifyPropertyChanged {
1394
1424
  static $t: Type;
1395
1425
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1396
- protected bu(a: string, b: any, c: any): void;
1397
- protected bz(a: string, b: any, c: any): void;
1398
- private br;
1399
- static readonly a1: string;
1400
- static readonly bd: string;
1401
- static readonly a7: string;
1402
- static readonly a6: string;
1426
+ protected bw(a: string, b: any, c: any): void;
1427
+ protected b1(a: string, b: any, c: any): void;
1428
+ private bt;
1429
+ static readonly a3: string;
1430
+ static readonly bf: string;
1431
+ static readonly a9: string;
1432
+ static readonly a8: string;
1403
1433
  protected n: PagerView;
1404
1434
  private _executionContext;
1405
1435
  get executionContext(): IExecutionContext;
@@ -1409,8 +1439,8 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
1409
1439
  private t;
1410
1440
  protected get u(): SRProvider;
1411
1441
  private au;
1412
- get a9(): string;
1413
- set a9(a: string);
1442
+ get bb(): string;
1443
+ set bb(a: string);
1414
1444
  private g;
1415
1445
  get targetGrid(): DataGrid;
1416
1446
  set targetGrid(a: DataGrid);
@@ -1432,10 +1462,16 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
1432
1462
  private r;
1433
1463
  get s(): FontInfo;
1434
1464
  set s(a: FontInfo);
1435
- private b8;
1436
- get ca(): Brush;
1437
- set ca(a: Brush);
1438
- private b9;
1465
+ private cc;
1466
+ get cg(): Brush;
1467
+ set cg(a: Brush);
1468
+ private ce;
1469
+ get ci(): Brush;
1470
+ set ci(a: Brush);
1471
+ private cd;
1472
+ get ch(): Brush;
1473
+ set ch(a: Brush);
1474
+ private cf;
1439
1475
  get border(): Brush;
1440
1476
  set border(a: Brush);
1441
1477
  private k;
@@ -1460,40 +1496,42 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
1460
1496
  private get aq();
1461
1497
  private set aq(value);
1462
1498
  pageChanged: (sender: any, args: PageChangedEventArgs) => void;
1463
- private bo;
1499
+ private bq;
1464
1500
  private aa;
1465
1501
  private v;
1466
1502
  private w;
1467
1503
  private ab;
1468
1504
  private z;
1469
1505
  constructor();
1470
- private b2;
1471
- b1(): void;
1506
+ private b4;
1507
+ b3(): void;
1508
+ private bn;
1509
+ private bv;
1472
1510
  private bl;
1473
- private bt;
1474
- private bj;
1475
- private b7;
1476
- private b6;
1477
- b5(): void;
1478
- bn(): void;
1479
- by(): void;
1480
- bk(): void;
1511
+ private cb;
1512
+ private ca;
1513
+ b9(): void;
1514
+ bp(): void;
1515
+ b0(): void;
1481
1516
  bm(): void;
1517
+ bo(): void;
1482
1518
  provideContainer(a: any): void;
1483
- private bx;
1519
+ private bz;
1520
+ private b7;
1521
+ private b8;
1484
1522
  private y;
1485
- private bq;
1486
- private x;
1487
- private bp;
1488
- private bv;
1489
1523
  private bs;
1524
+ private x;
1525
+ private br;
1526
+ private bx;
1527
+ private bu;
1490
1528
  private f;
1491
- private bw;
1492
- private b4;
1493
- b3(): void;
1529
+ private by;
1530
+ private b6;
1531
+ b5(): void;
1494
1532
  a(a: IDataSource, b: any[]): ISummaryResult[][];
1495
1533
  as(): any;
1496
- az(): string;
1534
+ a1(): string;
1497
1535
  e(): PagerVisualModelExport;
1498
1536
  }
1499
1537
  /**
@@ -1622,7 +1660,7 @@ export declare class EditingManager extends Base {
1622
1660
  */
1623
1661
  export declare class DataGrid extends Base implements INotifyPropertyChanged {
1624
1662
  static $t: Type;
1625
- private os;
1663
+ private ou;
1626
1664
  get externalObject(): any;
1627
1665
  set externalObject(a: any);
1628
1666
  private _propertySetter;
@@ -1643,45 +1681,48 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1643
1681
  private _toolbar;
1644
1682
  get toolbar(): IDataGridComponent;
1645
1683
  set toolbar(a: IDataGridComponent);
1684
+ private gp;
1685
+ get theme(): BaseControlTheme;
1686
+ set theme(a: BaseControlTheme);
1646
1687
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1647
1688
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1648
- wd(a: DataGridColumn): void;
1649
- wc(a: DataGridColumn): void;
1689
+ wp(a: DataGridColumn): void;
1690
+ wo(a: DataGridColumn): void;
1650
1691
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1651
1692
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1652
1693
  p(a: CellModel): ColumnFilterCondition;
1653
1694
  r(a: CellModel): DataSourceSchemaPropertyType;
1654
- wn(a: DataGridColumn): void;
1695
+ wz(a: DataGridColumn): void;
1655
1696
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1656
1697
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1657
- un(a: CellModel, b: ColumnFilterCondition): void;
1658
- um(a: CellModel, b: ColumnFilterCondition): void;
1659
- wm(a: DataGridColumn): void;
1698
+ uz(a: CellModel, b: ColumnFilterCondition): void;
1699
+ uy(a: CellModel, b: ColumnFilterCondition): void;
1700
+ wy(a: DataGridColumn): void;
1660
1701
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1661
1702
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1662
- wj(a: DataGridColumn): void;
1663
- wi(a: DataGridColumn): void;
1703
+ wv(a: DataGridColumn): void;
1704
+ wu(a: DataGridColumn): void;
1664
1705
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1665
1706
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1666
- wf(a: DataGridColumn): void;
1667
- we(a: DataGridColumn): void;
1707
+ wr(a: DataGridColumn): void;
1708
+ wq(a: DataGridColumn): void;
1668
1709
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1669
- v7(a: CellModel): void;
1710
+ wj(a: CellModel): void;
1670
1711
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1671
- v8(a: CellModel): void;
1712
+ wk(a: CellModel): void;
1672
1713
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1673
- v5(a: CellModel): void;
1714
+ wh(a: CellModel): void;
1674
1715
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1675
- v6(a: CellModel): void;
1676
- xf(a: number, b: string): void;
1716
+ wi(a: CellModel): void;
1717
+ xr(a: number, b: string): void;
1677
1718
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1678
- w2(a: CellModel): void;
1679
- zb(a: number): void;
1680
- private m4;
1681
- w1(a: EditorCellModel): void;
1682
- vy(a: CellModel, b: MouseButton): void;
1683
- vw(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1684
- private xy;
1719
+ xe(a: CellModel): void;
1720
+ zn(a: number): void;
1721
+ private m6;
1722
+ xd(a: EditorCellModel): void;
1723
+ wa(a: CellModel, b: MouseButton): void;
1724
+ v8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1725
+ private ya;
1685
1726
  private bs;
1686
1727
  get columnResizingMode(): ColumnResizingMode;
1687
1728
  set columnResizingMode(a: ColumnResizingMode);
@@ -1689,103 +1730,103 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1689
1730
  get columnMovingMode(): ColumnMovingMode;
1690
1731
  set columnMovingMode(a: ColumnMovingMode);
1691
1732
  e2: HoverManager;
1692
- private h6;
1733
+ private h8;
1693
1734
  get isRowHoverEnabled(): boolean;
1694
1735
  set isRowHoverEnabled(a: boolean);
1695
- private z4;
1736
+ private aap;
1696
1737
  get rowHoverBackground(): Brush;
1697
1738
  set rowHoverBackground(a: Brush);
1698
- private z5;
1739
+ private aaq;
1699
1740
  get rowHoverTextColor(): Brush;
1700
1741
  set rowHoverTextColor(a: Brush);
1701
- private zw;
1742
+ private aah;
1702
1743
  get editRowBorder(): Brush;
1703
1744
  set editRowBorder(a: Brush);
1704
- private abs;
1745
+ private acm;
1705
1746
  get editRowBorderWidth(): Thickness;
1706
1747
  set editRowBorderWidth(a: Thickness);
1707
- abm: Point;
1748
+ acg: Point;
1708
1749
  as: CellPath;
1709
1750
  ap: CellPath;
1710
- private hv;
1711
- v3(a: CellModel, b: number, c: number): void;
1712
- v4(a: CellModel, b: number, c: number): void;
1713
- v2(a: CellModel, b: number, c: number): void;
1714
- w7(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1715
- w8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1716
- private je;
1717
- private m8;
1718
- private get oh();
1719
- private set oh(value);
1720
- v1(a: CellModel, b: number, c: number): void;
1721
- w6(a: CellModel, b: number, c: number): void;
1722
- private ng;
1723
- private ic;
1724
- private ib;
1725
- private hk;
1726
- private ma;
1751
+ private hx;
1752
+ wf(a: CellModel, b: number, c: number): void;
1753
+ wg(a: CellModel, b: number, c: number): void;
1754
+ we(a: CellModel, b: number, c: number): void;
1755
+ xj(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1756
+ xk(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1757
+ private jg;
1758
+ private na;
1759
+ private get oj();
1760
+ private set oj(value);
1761
+ wd(a: CellModel, b: number, c: number): void;
1762
+ xi(a: CellModel, b: number, c: number): void;
1763
+ private ni;
1764
+ private ie;
1765
+ private id;
1766
+ private hm;
1767
+ private mc;
1768
+ private mj;
1727
1769
  private mh;
1728
- private mf;
1729
- private mg;
1730
- private lw;
1731
- private l5;
1732
- private l6;
1770
+ private mi;
1771
+ private ly;
1733
1772
  private l7;
1734
1773
  private l8;
1774
+ private l9;
1775
+ private ma;
1735
1776
  private at;
1736
- private nm;
1737
- private nl;
1738
- private is;
1739
- ui(): void;
1740
- w0(a: CellPath, b: number, c: number, d: boolean): void;
1741
- ww(a: any, b: DragSelectEventArgs): void;
1742
- wu(a: any, b: DragSelectEventArgs): void;
1743
- private nc;
1744
- get oj(): number;
1745
- set oj(a: number);
1777
+ private no;
1746
1778
  private nn;
1779
+ private iu;
1780
+ uu(): void;
1781
+ xc(a: CellPath, b: number, c: number, d: boolean): void;
1782
+ w8(a: any, b: DragSelectEventArgs): void;
1783
+ w6(a: any, b: DragSelectEventArgs): void;
1784
+ private ne;
1785
+ get ol(): number;
1786
+ set ol(a: number);
1787
+ private np;
1747
1788
  private fo;
1748
- private wv;
1789
+ private w7;
1749
1790
  private ao;
1750
1791
  private ak;
1751
1792
  private al;
1752
- private l1;
1793
+ private l3;
1794
+ private mg;
1795
+ private md;
1753
1796
  private me;
1754
- private mb;
1755
- private mc;
1756
- private wx;
1757
- private wy;
1758
- private ys;
1759
- private wz;
1760
- private lr;
1761
- private ls;
1762
- private yx;
1763
- private abo;
1797
+ private w9;
1798
+ private xa;
1799
+ private y4;
1800
+ private xb;
1801
+ private lt;
1802
+ private lu;
1803
+ private y9;
1804
+ private aci;
1764
1805
  private aj;
1765
1806
  getHitCell(a: number, b: number): CellModel;
1766
1807
  private av;
1767
- private i3;
1768
- private uv;
1769
- private zg;
1808
+ private i5;
1809
+ private u7;
1810
+ private zs;
1770
1811
  constructor();
1771
- yi(a: ColumnGroupDescription): void;
1772
- yj(a: ColumnSummaryDescription): void;
1773
- private y4;
1774
- private u5;
1775
- private j5;
1776
- private u2;
1777
- private y2;
1778
- private za;
1812
+ yu(a: ColumnGroupDescription): void;
1813
+ yv(a: ColumnSummaryDescription): void;
1814
+ private zg;
1815
+ private vh;
1816
+ private j7;
1817
+ private ve;
1818
+ private ze;
1819
+ private zm;
1779
1820
  private b6;
1780
- private iw;
1781
- private yv;
1782
- private yw;
1783
1821
  private iy;
1784
- private yu;
1785
- private yt;
1786
- private iv;
1787
- private xu;
1788
- private xv;
1822
+ private y7;
1823
+ private y8;
1824
+ private i0;
1825
+ private y6;
1826
+ private y5;
1827
+ private ix;
1828
+ private x6;
1829
+ private x7;
1789
1830
  private c5;
1790
1831
  get c6(): GridAnimationManager;
1791
1832
  set c6(a: GridAnimationManager);
@@ -1819,7 +1860,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1819
1860
  get ga(): SortManager;
1820
1861
  set ga(a: SortManager);
1821
1862
  ck: EditingManager;
1822
- private g9;
1863
+ private hb;
1823
1864
  get tickProvider(): ITickProvider;
1824
1865
  set tickProvider(a: ITickProvider);
1825
1866
  private f3;
@@ -1867,46 +1908,46 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1867
1908
  private _viewportManager;
1868
1909
  get viewportManager(): IViewportManager;
1869
1910
  set viewportManager(a: IViewportManager);
1870
- private l0;
1871
- get mj(): number;
1872
- set mj(a: number);
1873
- private lz;
1874
- get mi(): number;
1875
- set mi(a: number);
1876
- private gp;
1911
+ private l2;
1912
+ get ml(): number;
1913
+ set ml(a: number);
1914
+ private l1;
1915
+ get mk(): number;
1916
+ set mk(a: number);
1917
+ private gr;
1877
1918
  get density(): ControlDisplayDensity;
1878
1919
  set density(a: ControlDisplayDensity);
1879
- private mz;
1920
+ private m1;
1880
1921
  get actualRowHeight(): number;
1881
1922
  set actualRowHeight(a: number);
1882
- private nd;
1923
+ private nf;
1883
1924
  get rowHeight(): number;
1884
1925
  set rowHeight(a: number);
1885
1926
  private cb;
1886
1927
  get defaultColumnWidth(): ColumnWidth;
1887
1928
  set defaultColumnWidth(a: ColumnWidth);
1888
- private l4;
1929
+ private l6;
1889
1930
  get defaultColumnMinWidth(): number;
1890
1931
  set defaultColumnMinWidth(a: number);
1891
- private my;
1932
+ private m0;
1892
1933
  get actualHeaderHeight(): number;
1893
1934
  set actualHeaderHeight(a: number);
1894
- private m5;
1935
+ private m7;
1895
1936
  get headerHeight(): number;
1896
1937
  set headerHeight(a: number);
1897
- private ni;
1938
+ private nk;
1898
1939
  get sectionHeaderHeight(): number;
1899
1940
  set sectionHeaderHeight(a: number);
1900
- private ot;
1941
+ private ov;
1901
1942
  get itemsSource(): any;
1902
1943
  set itemsSource(a: any);
1903
- private nh;
1944
+ private nj;
1904
1945
  get sectionFooterHeight(): number;
1905
1946
  set sectionFooterHeight(a: number);
1906
- private nf;
1947
+ private nh;
1907
1948
  get rowSpacingHeight(): number;
1908
1949
  set rowSpacingHeight(a: number);
1909
- private m3;
1950
+ private m5;
1910
1951
  get columnSpacingWidth(): number;
1911
1952
  set columnSpacingWidth(a: number);
1912
1953
  private ew;
@@ -1918,41 +1959,41 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1918
1959
  private cl;
1919
1960
  get editModeClickAction(): EditModeClickAction;
1920
1961
  set editModeClickAction(a: EditModeClickAction);
1921
- private hl;
1962
+ private hn;
1922
1963
  get editOnKeyPress(): boolean;
1923
1964
  set editOnKeyPress(a: boolean);
1924
- private hh;
1965
+ private hj;
1925
1966
  get autoGenerateColumns(): boolean;
1926
1967
  set autoGenerateColumns(a: boolean);
1927
- private ne;
1968
+ private ng;
1928
1969
  get rowSeparatorHeight(): number;
1929
1970
  set rowSeparatorHeight(a: number);
1930
- private h5;
1971
+ private h7;
1931
1972
  get isPlaceholderRenderingEnabled(): boolean;
1932
1973
  set isPlaceholderRenderingEnabled(a: boolean);
1933
- private jl;
1974
+ private jn;
1934
1975
  private b0;
1935
1976
  private bw;
1936
1977
  get columnAddingAnimationMode(): ColumnShowingAnimationMode;
1937
1978
  set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
1938
- get jt(): boolean;
1979
+ get jv(): boolean;
1939
1980
  private bn;
1940
1981
  get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
1941
1982
  set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
1942
- protected get jm(): boolean;
1943
- get ji(): boolean;
1983
+ protected get jo(): boolean;
1984
+ get jk(): boolean;
1944
1985
  private ah;
1945
1986
  get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
1946
1987
  set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
1947
- get kf(): boolean;
1988
+ get kh(): boolean;
1948
1989
  private fw;
1949
1990
  get rowSelectionAnimationMode(): RowSelectionAnimationMode;
1950
1991
  set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
1951
- get kd(): boolean;
1992
+ get kf(): boolean;
1952
1993
  private ft;
1953
1994
  get rowHoverAnimationMode(): RowHoverAnimationMode;
1954
1995
  set rowHoverAnimationMode(a: RowHoverAnimationMode);
1955
- get jj(): boolean;
1996
+ get jl(): boolean;
1956
1997
  private aw;
1957
1998
  get cellSelectionAnimationMode(): CellSelectionAnimationMode;
1958
1999
  set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
@@ -1962,32 +2003,32 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1962
2003
  private c7;
1963
2004
  get animationSettings(): GridAnimationSettings;
1964
2005
  set animationSettings(a: GridAnimationSettings);
1965
- ju(a: DataGridColumn): boolean;
2006
+ jw(a: DataGridColumn): boolean;
1966
2007
  private br;
1967
2008
  private bp;
1968
2009
  get columnResizingAnimationMode(): ColumnResizingAnimationMode;
1969
2010
  set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
1970
- private jv;
2011
+ private jx;
1971
2012
  private b1;
1972
2013
  private bx;
1973
2014
  get columnShowingAnimationMode(): ColumnShowingAnimationMode;
1974
2015
  set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
1975
- private jp;
2016
+ private jr;
1976
2017
  private bd;
1977
2018
  private bb;
1978
2019
  get columnMovingAnimationMode(): ColumnMovingAnimationMode;
1979
2020
  set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
1980
- private jo;
2021
+ private jq;
1981
2022
  private ba;
1982
2023
  private a8;
1983
2024
  get columnHidingAnimationMode(): ColumnHidingAnimationMode;
1984
2025
  set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
1985
- private jn;
2026
+ private jp;
1986
2027
  private a2;
1987
2028
  private a0;
1988
2029
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
1989
2030
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
1990
- private abt;
2031
+ private acn;
1991
2032
  get inset(): Thickness;
1992
2033
  set inset(a: Thickness);
1993
2034
  private ch;
@@ -1999,12 +2040,12 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1999
2040
  private el;
2000
2041
  get selectionBehavior(): GridSelectionBehavior;
2001
2042
  set selectionBehavior(a: GridSelectionBehavior);
2002
- private ia;
2043
+ private ic;
2003
2044
  get mouseDragSelectionEnabled(): boolean;
2004
2045
  set mouseDragSelectionEnabled(a: boolean);
2005
- private hp;
2006
- get jg(): boolean;
2007
- set jg(a: boolean);
2046
+ private hr;
2047
+ get ji(): boolean;
2048
+ set ji(a: boolean);
2008
2049
  private ed;
2009
2050
  get selectedItems(): GridSelectedItemsCollection;
2010
2051
  private ei;
@@ -2013,219 +2054,228 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2013
2054
  get selectedCells(): GridSelectedCellsCollection;
2014
2055
  private d6;
2015
2056
  get selectedCellRanges(): GridSelectedCellRangesCollection;
2016
- private ho;
2017
- get jf(): boolean;
2018
- set jf(a: boolean);
2057
+ private hq;
2058
+ get jh(): boolean;
2059
+ set jh(a: boolean);
2019
2060
  private ec;
2020
2061
  get pinnedItems(): GridSelectedItemsCollection;
2021
2062
  private eh;
2022
2063
  get pinnedKeys(): GridSelectedKeysCollection;
2023
- private y6;
2024
- private hs;
2064
+ private zi;
2065
+ private hu;
2025
2066
  get isColumnOptionsEnabled(): boolean;
2026
2067
  set isColumnOptionsEnabled(a: boolean);
2027
- private hw;
2068
+ private hy;
2028
2069
  get isGroupByAreaVisible(): boolean;
2029
2070
  set isGroupByAreaVisible(a: boolean);
2030
- private h1;
2071
+ private h3;
2031
2072
  get isGroupRowSticky(): boolean;
2032
2073
  set isGroupRowSticky(a: boolean);
2033
- private h2;
2074
+ private h4;
2034
2075
  get isHeaderSeparatorVisible(): boolean;
2035
2076
  set isHeaderSeparatorVisible(a: boolean);
2036
- private zq;
2077
+ private z5;
2037
2078
  get cellSelectedBackground(): Brush;
2038
2079
  set cellSelectedBackground(a: Brush);
2039
- private aac;
2080
+ private aax;
2040
2081
  get sectionHeaderSelectedBackground(): Brush;
2041
2082
  set sectionHeaderSelectedBackground(a: Brush);
2042
- private aaf;
2083
+ private aa0;
2043
2084
  get summaryRootBackground(): Brush;
2044
2085
  set summaryRootBackground(a: Brush);
2045
- private aaj;
2086
+ private aa4;
2046
2087
  get summarySectionBackground(): Brush;
2047
2088
  set summarySectionBackground(a: Brush);
2048
- private md;
2089
+ private mf;
2049
2090
  get pinnedRowOpacity(): number;
2050
2091
  set pinnedRowOpacity(a: number);
2051
- private gs;
2092
+ private gu;
2052
2093
  get editTextStyle(): FontInfo;
2053
2094
  set editTextStyle(a: FontInfo);
2054
- private l9;
2095
+ private mb;
2055
2096
  get editOpacity(): number;
2056
2097
  set editOpacity(a: number);
2057
- private zv;
2098
+ private aag;
2058
2099
  get deletedTextColor(): Brush;
2059
2100
  set deletedTextColor(a: Brush);
2060
- private aae;
2101
+ private aaz;
2061
2102
  get stickyRowBackground(): Brush;
2062
2103
  set stickyRowBackground(a: Brush);
2063
- private z3;
2104
+ private aao;
2064
2105
  get pinnedRowBackground(): Brush;
2065
2106
  set pinnedRowBackground(a: Brush);
2066
- private z2;
2107
+ private aan;
2067
2108
  get lastStickyRowBackground(): Brush;
2068
2109
  set lastStickyRowBackground(a: Brush);
2069
2110
  private dh;
2070
2111
  private dg;
2071
2112
  get activeCell(): GridCellPosition;
2072
2113
  set activeCell(a: GridCellPosition);
2073
- private zp;
2114
+ private z4;
2074
2115
  get cellBackground(): Brush;
2075
2116
  set cellBackground(a: Brush);
2076
- private zr;
2117
+ private z6;
2077
2118
  get cellTextColor(): Brush;
2078
2119
  set cellTextColor(a: Brush);
2079
- private z0;
2120
+ private aal;
2080
2121
  get headerSortIndicatorColor(): Brush;
2081
2122
  set headerSortIndicatorColor(a: Brush);
2082
2123
  private f7;
2083
2124
  get headerSortIndicatorStyle(): SortIndicatorStyle;
2084
2125
  set headerSortIndicatorStyle(a: SortIndicatorStyle);
2085
- private gr;
2126
+ private gt;
2086
2127
  get cellTextStyle(): FontInfo;
2087
2128
  set cellTextStyle(a: FontInfo);
2088
- private aab;
2129
+ private aaw;
2089
2130
  get sectionHeaderBackground(): Brush;
2090
2131
  set sectionHeaderBackground(a: Brush);
2091
- private aad;
2132
+ private aay;
2092
2133
  get sectionHeaderTextColor(): Brush;
2093
2134
  set sectionHeaderTextColor(a: Brush);
2094
- private gu;
2135
+ private gw;
2095
2136
  get sectionHeaderTextStyle(): FontInfo;
2096
2137
  set sectionHeaderTextStyle(a: FontInfo);
2097
- private gv;
2138
+ private gx;
2098
2139
  get summaryRootLabelTextStyle(): FontInfo;
2099
2140
  set summaryRootLabelTextStyle(a: FontInfo);
2100
- private gx;
2141
+ private gz;
2101
2142
  get summarySectionLabelTextStyle(): FontInfo;
2102
2143
  set summarySectionLabelTextStyle(a: FontInfo);
2103
- private aai;
2144
+ private aa3;
2104
2145
  get summaryRootValueTextColor(): Brush;
2105
2146
  set summaryRootValueTextColor(a: Brush);
2106
- private gw;
2147
+ private gy;
2107
2148
  get summaryRootValueTextStyle(): FontInfo;
2108
2149
  set summaryRootValueTextStyle(a: FontInfo);
2109
- private gy;
2150
+ private g0;
2110
2151
  get summarySectionValueTextStyle(): FontInfo;
2111
2152
  set summarySectionValueTextStyle(a: FontInfo);
2112
- private aam;
2153
+ private aa7;
2113
2154
  get summarySectionValueTextColor(): Brush;
2114
2155
  set summarySectionValueTextColor(a: Brush);
2115
- private aag;
2156
+ private aa1;
2116
2157
  get summaryRootLabelTextColor(): Brush;
2117
2158
  set summaryRootLabelTextColor(a: Brush);
2118
- private aak;
2159
+ private aa5;
2119
2160
  get summarySectionLabelTextColor(): Brush;
2120
2161
  set summarySectionLabelTextColor(a: Brush);
2121
- private aah;
2162
+ private aa2;
2122
2163
  get summaryRootSelectedBackground(): Brush;
2123
2164
  set summaryRootSelectedBackground(a: Brush);
2124
- private aal;
2165
+ private aa6;
2125
2166
  get summarySectionSelectedBackground(): Brush;
2126
2167
  set summarySectionSelectedBackground(a: Brush);
2127
- private nb;
2168
+ private nd;
2128
2169
  get pinnedAreaSeparatorWidth(): number;
2129
2170
  set pinnedAreaSeparatorWidth(a: number);
2130
- private m6;
2171
+ private m8;
2131
2172
  get headerSeparatorWidth(): number;
2132
2173
  set headerSeparatorWidth(a: number);
2133
- nq(a: number): number;
2134
- private zz;
2174
+ ns(a: number): number;
2175
+ private aak;
2135
2176
  get headerSeparatorBackground(): Brush;
2136
2177
  set headerSeparatorBackground(a: Brush);
2137
- private zx;
2178
+ private aai;
2138
2179
  get headerBackground(): Brush;
2139
2180
  set headerBackground(a: Brush);
2140
- private z1;
2181
+ private aam;
2141
2182
  get headerTextColor(): Brush;
2142
2183
  set headerTextColor(a: Brush);
2143
- private gt;
2184
+ private gv;
2144
2185
  get headerTextStyle(): FontInfo;
2145
2186
  set headerTextStyle(a: FontInfo);
2146
- private z6;
2187
+ private aar;
2147
2188
  get rowSeparatorBackground(): Brush;
2148
2189
  set rowSeparatorBackground(a: Brush);
2149
- private zy;
2190
+ private aaj;
2150
2191
  get headerRowSeparatorBackground(): Brush;
2151
2192
  set headerRowSeparatorBackground(a: Brush);
2152
- private z9;
2193
+ private aau;
2153
2194
  get rowSeparatorStickyRowBackground(): Brush;
2154
2195
  set rowSeparatorStickyRowBackground(a: Brush);
2155
- private z7;
2196
+ private aas;
2156
2197
  get rowSeparatorLastStickyRowBackground(): Brush;
2157
2198
  set rowSeparatorLastStickyRowBackground(a: Brush);
2158
- private z8;
2199
+ private aat;
2159
2200
  get rowSeparatorPinnedRowBackground(): Brush;
2160
2201
  set rowSeparatorPinnedRowBackground(a: Brush);
2161
- private m2;
2202
+ private m4;
2162
2203
  get columnResizingSeparatorWidth(): number;
2163
2204
  set columnResizingSeparatorWidth(a: number);
2164
- private l3;
2205
+ private l5;
2165
2206
  get columnResizingSeparatorOpacity(): number;
2166
2207
  set columnResizingSeparatorOpacity(a: number);
2167
- private m0;
2208
+ private m2;
2168
2209
  get columnMovingSeparatorWidth(): number;
2169
2210
  set columnMovingSeparatorWidth(a: number);
2170
- private l2;
2211
+ private l4;
2171
2212
  get columnMovingSeparatorOpacity(): number;
2172
2213
  set columnMovingSeparatorOpacity(a: number);
2173
- private zu;
2214
+ private aaf;
2174
2215
  get columnResizingSeparatorBackground(): Brush;
2175
2216
  set columnResizingSeparatorBackground(a: Brush);
2176
- private zs;
2217
+ private z7;
2177
2218
  get columnMovingSeparatorBackground(): Brush;
2178
2219
  set columnMovingSeparatorBackground(a: Brush);
2179
- private im;
2220
+ private ip;
2180
2221
  get shiftSectionContent(): boolean;
2181
2222
  set shiftSectionContent(a: boolean);
2182
2223
  private bi;
2183
2224
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2184
2225
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2185
- private zt;
2226
+ private aac;
2186
2227
  get columnOptionsIconColor(): Brush;
2187
2228
  set columnOptionsIconColor(a: Brush);
2188
2229
  private bk;
2189
2230
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2190
2231
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2191
- private zo;
2232
+ private z1;
2233
+ get actualBorder(): Brush;
2234
+ set actualBorder(a: Brush);
2235
+ private z3;
2192
2236
  get border(): Brush;
2193
2237
  set border(a: Brush);
2194
- private abr;
2195
- get abx(): Thickness;
2196
- set abx(a: Thickness);
2197
- private abp;
2238
+ private acl;
2239
+ get acr(): Thickness;
2240
+ set acr(a: Thickness);
2241
+ private acj;
2198
2242
  get actualBorderWidth(): Thickness;
2199
2243
  set actualBorderWidth(a: Thickness);
2200
- private abq;
2244
+ private ack;
2201
2245
  get borderWidth(): Thickness;
2202
2246
  set borderWidth(a: Thickness);
2203
- private ie;
2247
+ private ih;
2204
2248
  get notifyOnAllSelectionChanges(): boolean;
2205
2249
  set notifyOnAllSelectionChanges(a: boolean);
2206
- private zj;
2207
- get zn(): CornerRadius;
2208
- set zn(a: CornerRadius);
2209
- private zi;
2250
+ private zv;
2251
+ get zz(): CornerRadius;
2252
+ set zz(a: CornerRadius);
2253
+ private zu;
2210
2254
  get cornerRadius(): CornerRadius;
2211
2255
  set cornerRadius(a: CornerRadius);
2212
- private zh;
2256
+ private zt;
2213
2257
  get actualCornerRadius(): CornerRadius;
2214
2258
  set actualCornerRadius(a: CornerRadius);
2215
2259
  static readonly isActiveCellStyleEnabledPropertyName: string;
2216
- private hr;
2260
+ private ht;
2217
2261
  get isActiveCellStyleEnabled(): boolean;
2218
2262
  set isActiveCellStyleEnabled(a: boolean);
2219
- private it;
2263
+ private iv;
2220
2264
  get stopPropagation(): boolean;
2221
2265
  set stopPropagation(a: boolean);
2222
- private g7;
2266
+ private z0;
2267
+ get actualBackground(): Brush;
2268
+ set actualBackground(a: Brush);
2269
+ private z2;
2270
+ get background(): Brush;
2271
+ set background(a: Brush);
2272
+ private g9;
2223
2273
  get platformPixelConverter(): IPlatformPixelConverter;
2224
2274
  set platformPixelConverter(a: IPlatformPixelConverter);
2225
2275
  private e3;
2226
2276
  get renderingEngine(): ICellRenderingEngine;
2227
2277
  set renderingEngine(a: ICellRenderingEngine);
2228
- private xb;
2278
+ private xn;
2229
2279
  private fr;
2230
2280
  get responsiveStates(): ResponsiveStatesCollection;
2231
2281
  private gl;
@@ -2238,10 +2288,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2238
2288
  private b8;
2239
2289
  private ab;
2240
2290
  private ac;
2241
- private iq;
2242
- private ip;
2291
+ private is;
2243
2292
  private ir;
2244
- private io;
2293
+ private it;
2294
+ private iq;
2245
2295
  private b2;
2246
2296
  private a4;
2247
2297
  private v;
@@ -2249,17 +2299,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2249
2299
  get initialSortDescriptions(): ColumnSortDescriptionCollection;
2250
2300
  get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
2251
2301
  get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
2252
- private o5;
2302
+ private o7;
2253
2303
  get initialSorts(): string;
2254
2304
  set initialSorts(a: string);
2255
- private o4;
2305
+ private o6;
2256
2306
  get initialGroups(): string;
2257
2307
  set initialGroups(a: string);
2258
- private o6;
2308
+ private o8;
2259
2309
  get initialSummaries(): string;
2260
2310
  set initialSummaries(a: string);
2261
- private va;
2262
- jd(a: any[], b: any[]): boolean;
2311
+ private vm;
2312
+ jf(a: any[], b: any[]): boolean;
2263
2313
  get sortDescriptions(): ColumnSortDescriptionCollection;
2264
2314
  get groupDescriptions(): ColumnGroupDescriptionCollection;
2265
2315
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
@@ -2267,47 +2317,47 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2267
2317
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2268
2318
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2269
2319
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2270
- private wk;
2320
+ private ww;
2271
2321
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2272
2322
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2273
2323
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
2274
2324
  get filterExpressions(): FilterExpressionCollection;
2275
2325
  get summaryDescriptions(): ColumnSummaryDescriptionCollection;
2276
- private iu;
2326
+ private iw;
2277
2327
  private gh;
2278
2328
  get summaryScope(): SummaryScope;
2279
2329
  set summaryScope(a: SummaryScope);
2280
- private hy;
2281
- private hx;
2330
+ private h0;
2331
+ private hz;
2282
2332
  get isGroupCollapsable(): boolean;
2283
2333
  set isGroupCollapsable(a: boolean);
2284
- private hm;
2334
+ private ho;
2285
2335
  private es;
2286
2336
  get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
2287
2337
  set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
2288
- private h0;
2289
- private hz;
2338
+ private h2;
2339
+ private h1;
2290
2340
  get isGroupExpandedDefault(): boolean;
2291
2341
  set isGroupExpandedDefault(a: boolean);
2292
- private hn;
2342
+ private hp;
2293
2343
  private eu;
2294
2344
  get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
2295
2345
  set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
2296
- private hg;
2346
+ private hi;
2297
2347
  get autoAcceptEdits(): boolean;
2298
2348
  set autoAcceptEdits(a: boolean);
2299
2349
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2300
2350
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2301
- protected w9(a: string, b: any, c: any): void;
2302
- yh(): void;
2303
- x1(): void;
2304
- x2(): void;
2351
+ protected xl(a: string, b: any, c: any): void;
2352
+ yt(): void;
2353
+ yd(): void;
2354
+ ye(): void;
2305
2355
  calculateCompleted: (sender: any, e: any) => void;
2306
- vt(): void;
2307
- u4(): void;
2308
- private ik;
2309
- get k3(): boolean;
2310
- set k3(a: boolean);
2356
+ v5(): void;
2357
+ vg(): void;
2358
+ private im;
2359
+ get k5(): boolean;
2360
+ set k5(a: boolean);
2311
2361
  refresh(): void;
2312
2362
  flush(): void;
2313
2363
  private z;
@@ -2320,40 +2370,40 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2320
2370
  private a;
2321
2371
  get actualPrimaryKey(): string[];
2322
2372
  set actualPrimaryKey(a: string[]);
2323
- private hc;
2324
- get iz(): boolean;
2325
- set iz(a: boolean);
2326
- protected xw(a: string, b: any, c: any): void;
2327
- private y8;
2328
- private zl;
2329
- private abw;
2373
+ private he;
2374
+ get i1(): boolean;
2375
+ set i1(a: boolean);
2376
+ protected x8(a: string, b: any, c: any): void;
2377
+ private zk;
2378
+ private zx;
2379
+ private acq;
2330
2380
  syncBorder(): void;
2331
- private wt;
2381
+ private w5;
2332
2382
  private n;
2333
2383
  private o;
2334
2384
  private h;
2335
- private up;
2336
- private yl;
2337
- private u6;
2338
- private u7;
2339
- private ym;
2340
- private u8;
2341
- private ut;
2342
- private us;
2385
+ private u1;
2386
+ private yx;
2387
+ private vi;
2388
+ private vj;
2389
+ private yy;
2390
+ private vk;
2391
+ private u5;
2392
+ private u4;
2343
2393
  rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2344
- private lm;
2345
- private q5;
2346
- private xc;
2347
- private u0;
2348
- private ur;
2349
- private ws;
2350
- vn(): void;
2394
+ private lo;
2395
+ private rg;
2396
+ private xo;
2397
+ private vc;
2398
+ private u3;
2399
+ private w4;
2400
+ vz(): void;
2351
2401
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2352
2402
  onSizeChanged(a: number, b: number): void;
2353
2403
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
2354
- private m9;
2355
- private na;
2356
- lh: boolean;
2404
+ private nb;
2405
+ private nc;
2406
+ lj: boolean;
2357
2407
  notifyScrollStart(): void;
2358
2408
  notifyScrollStop(): void;
2359
2409
  setViewport(a: number, b: number, c: number, d: number): void;
@@ -2361,158 +2411,158 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2361
2411
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2362
2412
  private dm;
2363
2413
  get columns(): GridColumnCollection;
2364
- w5(a: CellModel, b: any, c: any): void;
2365
- w4(a: CellModel, b: any, c: any, d: string): void;
2414
+ xh(a: CellModel, b: any, c: any): void;
2415
+ xg(a: CellModel, b: any, c: any, d: string): void;
2366
2416
  cg(a: CellPath): DataGridColumn;
2367
2417
  hideThenRemoveColumn(a: DataGridColumn): void;
2368
2418
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2369
- private ua;
2370
- private id;
2371
- private wo;
2372
- private wl;
2373
- private wg;
2374
- private ul;
2375
- private xi;
2376
- private uo;
2419
+ private um;
2420
+ private ig;
2421
+ private w0;
2422
+ private wx;
2423
+ private ws;
2424
+ private ux;
2425
+ private xu;
2426
+ private u0;
2377
2427
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2378
- private lf;
2379
- private lg;
2428
+ private lh;
2429
+ private li;
2380
2430
  moveColumn(a: number, b: number): void;
2381
2431
  moveColumnLeft(a: number): void;
2382
2432
  moveColumnRight(a: number): void;
2383
2433
  canMoveColumnLeft(a: number): boolean;
2384
2434
  canMoveColumnRight(a: number): boolean;
2385
- private kk;
2435
+ private km;
2386
2436
  private ce;
2387
2437
  private cd;
2388
- private wh;
2389
- private uk;
2390
- private y9;
2438
+ private wt;
2439
+ private uw;
2440
+ private zl;
2391
2441
  private cj;
2392
- q6(a: CellPath, b: DataGrid, c: any, d: number): string;
2442
+ rh(a: CellPath, b: DataGrid, c: any, d: number): string;
2393
2443
  am(a: CellPath, b: string): CellModel;
2394
2444
  exportVisualModel(): any;
2395
2445
  exportSerializedVisualModel(): string;
2396
2446
  fv(a: number): RowPath;
2397
- private hb;
2447
+ private hd;
2398
2448
  scrollToRowByIndex(a: number): void;
2399
2449
  scrollToLastRowByIndex(a: number): void;
2400
2450
  scrollToItem(a: any): boolean;
2401
2451
  scrollToPrimaryKey(a: any[]): boolean;
2402
2452
  scrollToColumnByIndex(a: number): void;
2403
- private yo;
2404
- la(a: DataGridColumn): boolean;
2405
- wr(a: number, b: number): void;
2406
- private uj;
2407
- private ny;
2408
- private k6;
2453
+ private y0;
2454
+ lc(a: DataGridColumn): boolean;
2455
+ w3(a: number, b: number): void;
2456
+ private uv;
2457
+ private n0;
2458
+ private k8;
2409
2459
  getLastVisibleIndex(): number;
2410
2460
  getFirstVisibleIndex(): number;
2411
- n0(): number;
2412
- n5(): number;
2413
- xr(): void;
2414
- jk: boolean;
2415
- j4: boolean;
2461
+ n2(): number;
2462
+ n7(): number;
2463
+ x3(): void;
2464
+ jm: boolean;
2465
+ j6: boolean;
2466
+ get kd(): boolean;
2467
+ get ke(): boolean;
2416
2468
  get kb(): boolean;
2417
2469
  get kc(): boolean;
2418
- get j9(): boolean;
2419
- get ka(): boolean;
2420
- private k4;
2421
- private k5;
2422
- private ln;
2423
- private lo;
2470
+ private k6;
2471
+ private k7;
2424
2472
  private lp;
2425
2473
  private lq;
2426
- private he;
2427
- private hd;
2428
- uf(a?: boolean): void;
2429
- uy(): void;
2430
- xg(a: any, b: PrimaryKeyValue): void;
2431
- xh(a: any, b: PrimaryKeyValue): void;
2432
- xn(a: number, b: any, c: PrimaryKeyValue): void;
2433
- private ix;
2434
- vu(a: number, b: number, c: string): void;
2435
- vx(a: number, b: string): void;
2436
- private vv;
2437
- private nj;
2438
- private nk;
2439
- km(a: boolean, b: boolean): boolean;
2440
- kn(a: boolean, b: boolean): boolean;
2441
- private n4;
2474
+ private lr;
2475
+ private ls;
2476
+ private hg;
2477
+ private hf;
2478
+ ur(a?: boolean): void;
2479
+ va(): void;
2480
+ xs(a: any, b: PrimaryKeyValue): void;
2481
+ xt(a: any, b: PrimaryKeyValue): void;
2482
+ xz(a: number, b: any, c: PrimaryKeyValue): void;
2483
+ private iz;
2484
+ v6(a: number, b: number, c: string): void;
2485
+ v9(a: number, b: string): void;
2486
+ private v7;
2487
+ private nl;
2488
+ private nm;
2489
+ ko(a: boolean, b: boolean): boolean;
2490
+ kp(a: boolean, b: boolean): boolean;
2491
+ private n6;
2492
+ private n1;
2493
+ private ob;
2494
+ private oa;
2442
2495
  private nz;
2443
- private n9;
2444
- private n8;
2445
- private nx;
2446
- ug(a: number, b: number, c: boolean, d?: boolean): void;
2447
- kr(a: boolean, b: boolean): boolean;
2496
+ us(a: number, b: number, c: boolean, d?: boolean): void;
2448
2497
  kt(a: boolean, b: boolean): boolean;
2449
- ku(a: boolean, b: boolean): boolean;
2450
2498
  kv(a: boolean, b: boolean): boolean;
2451
2499
  kw(a: boolean, b: boolean): boolean;
2500
+ kx(a: boolean, b: boolean): boolean;
2452
2501
  ky(a: boolean, b: boolean): boolean;
2453
- xs(): void;
2502
+ k0(a: boolean, b: boolean): boolean;
2503
+ x4(): void;
2504
+ k1(a: boolean, b: boolean): boolean;
2505
+ kq(a: boolean, b: boolean): boolean;
2506
+ kr(): boolean;
2507
+ ks(): boolean;
2454
2508
  kz(a: boolean, b: boolean): boolean;
2455
- ko(a: boolean, b: boolean): boolean;
2456
- kp(): boolean;
2457
- kq(): boolean;
2458
- kx(a: boolean, b: boolean): boolean;
2459
2509
  aq: CellPath;
2460
2510
  ar: CellPath;
2461
- lj(): boolean;
2462
- ld(a: CellModel): boolean;
2463
- jc(a: boolean, b?: boolean): boolean;
2464
- ux(a: boolean): void;
2465
- v9(a: PrimaryKeyValue, b: number): void;
2466
- wa(a: PrimaryKeyValue, b: number): void;
2511
+ ll(): boolean;
2512
+ lf(a: CellModel): boolean;
2513
+ je(a: boolean, b?: boolean): boolean;
2514
+ u9(a: boolean): void;
2515
+ wl(a: PrimaryKeyValue, b: number): void;
2516
+ wm(a: PrimaryKeyValue, b: number): void;
2467
2517
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2468
2518
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2469
2519
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2470
2520
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2471
2521
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2472
- private il;
2473
- private xo;
2522
+ private io;
2523
+ private x0;
2474
2524
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2475
2525
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
2476
- ze(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2477
- ud(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2478
- ue(a: any, b: PrimaryKeyValue, c: boolean): void;
2479
- zd(a: number, b: any, c: PrimaryKeyValue): void;
2480
- ye(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2481
- yf(a: any, b: PrimaryKeyValue, c: boolean): void;
2482
- private xk;
2483
- private xl;
2484
- private xj;
2485
- private xm;
2526
+ zq(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2527
+ up(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2528
+ uq(a: any, b: PrimaryKeyValue, c: boolean): void;
2529
+ zp(a: number, b: any, c: PrimaryKeyValue): void;
2530
+ yq(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2531
+ yr(a: any, b: PrimaryKeyValue, c: boolean): void;
2532
+ private xw;
2533
+ private xx;
2534
+ private xv;
2535
+ private xy;
2486
2536
  private au;
2487
- uc(a: number, b: number, c: number, d: number): void;
2488
- ub(a: CellRange): void;
2489
- yb(a: CellRange): void;
2490
- ya(): void;
2491
- private vl;
2492
- xp(a: number, b: any, c: any): void;
2493
- private vb;
2494
- wb(): void;
2495
- yk(a: GridConditionalStyle, b: DataGridColumn): void;
2496
- yg(a: GridConditionalStyle, b: DataGridColumn): void;
2497
- lt(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2498
- private ll;
2499
- uz(a: ColumnSummaryDescription): void;
2500
- private jx;
2501
- x9(a: ColumnSummaryDescription): void;
2537
+ uo(a: number, b: number, c: number, d: number): void;
2538
+ un(a: CellRange): void;
2539
+ yn(a: CellRange): void;
2540
+ ym(): void;
2541
+ private vx;
2542
+ x1(a: number, b: any, c: any): void;
2543
+ private vn;
2544
+ wn(): void;
2545
+ yw(a: GridConditionalStyle, b: DataGridColumn): void;
2546
+ ys(a: GridConditionalStyle, b: DataGridColumn): void;
2547
+ lv(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2548
+ private ln;
2549
+ vb(a: ColumnSummaryDescription): void;
2550
+ private jz;
2551
+ yl(a: ColumnSummaryDescription): void;
2502
2552
  invalidateVisibleRows(): void;
2503
- o2(a: DataGridColumn): any;
2504
- o1(a: DataGridColumn): any;
2553
+ o4(a: DataGridColumn): any;
2505
2554
  o3(a: DataGridColumn): any;
2506
- private vc;
2507
- private n1;
2508
- private n6;
2509
- private vd;
2510
- private hq;
2511
- xx(): void;
2512
- w3(a: number, b: any): void;
2513
- xa(a: number, b: any): void;
2555
+ o5(a: DataGridColumn): any;
2556
+ private vo;
2557
+ private n3;
2558
+ private n8;
2559
+ private vp;
2560
+ private hs;
2561
+ x9(): void;
2562
+ xf(a: number, b: any): void;
2563
+ xm(a: number, b: any): void;
2514
2564
  setActiveResponsiveState(a: string): void;
2515
- yz(a: ResponsiveState): void;
2565
+ zb(a: ResponsiveState): void;
2516
2566
  notifySetItem(a: number, b: any, c: any): void;
2517
2567
  notifyClearItems(): void;
2518
2568
  notifyInsertItem(a: number, b: any): void;
@@ -2525,30 +2575,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2525
2575
  getColumnAtRenderedIndex(a: number): DataGridColumn;
2526
2576
  getRootSummaryResults(): ISummaryResult[];
2527
2577
  getSectionSummaryResults(a: number): ISummaryResult[][];
2528
- private ij;
2578
+ private il;
2529
2579
  get reactsToSortChanges(): boolean;
2530
2580
  set reactsToSortChanges(a: boolean);
2531
- private ii;
2581
+ private ik;
2532
2582
  get reactsToGroupChanges(): boolean;
2533
2583
  set reactsToGroupChanges(a: boolean);
2534
- private ih;
2584
+ private ij;
2535
2585
  get reactsToFilterChanges(): boolean;
2536
2586
  set reactsToFilterChanges(a: boolean);
2537
2587
  aa(a: DataGridColumn): IFilterExpression;
2538
- lk(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2539
- private zf;
2540
- private ou;
2588
+ lm(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2589
+ private zr;
2590
+ private ow;
2541
2591
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2542
- private wp;
2592
+ private w1;
2543
2593
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2544
- private v0;
2594
+ private wc;
2545
2595
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2546
- private vz;
2596
+ private wb;
2547
2597
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2548
- private xe;
2598
+ private xq;
2549
2599
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2550
- private xd;
2551
- jw(): boolean;
2600
+ private xp;
2601
+ jy(): boolean;
2552
2602
  get canUndo(): boolean;
2553
2603
  get canRedo(): boolean;
2554
2604
  get canCommit(): boolean;
@@ -2561,7 +2611,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2561
2611
  updatePropertyAtKey(a: any[], b: string, c: any): void;
2562
2612
  removeItemByKey(a: any[]): void;
2563
2613
  removeItem(a: any): void;
2564
- private ig;
2614
+ private ii;
2565
2615
  acceptEdit(a: number): void;
2566
2616
  rejectEdit(a: number): void;
2567
2617
  setEditError(a: number, b: string): void;
@@ -2575,16 +2625,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2575
2625
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2576
2626
  selectAllRows(): void;
2577
2627
  deselectAllRows(): void;
2578
- private h3;
2579
- get j6(): boolean;
2580
- set j6(a: boolean);
2581
- ks(a: Key, b: boolean, c: boolean): boolean;
2582
- private li;
2583
- lb(): boolean;
2584
- private hu;
2628
+ private h5;
2629
+ get j8(): boolean;
2630
+ set j8(a: boolean);
2631
+ ku(a: Key, b: boolean, c: boolean): boolean;
2632
+ private lk;
2633
+ ld(): boolean;
2634
+ private hw;
2585
2635
  get isColumnOptionsSummariesEnabled(): boolean;
2586
2636
  set isColumnOptionsSummariesEnabled(a: boolean);
2587
- private ht;
2637
+ private hv;
2588
2638
  get isColumnOptionsGroupingEnabled(): boolean;
2589
2639
  set isColumnOptionsGroupingEnabled(a: boolean);
2590
2640
  private fj;
@@ -2598,11 +2648,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2598
2648
  set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
2599
2649
  saveLayout(): string;
2600
2650
  private f0;
2601
- private lu;
2651
+ private lw;
2602
2652
  loadLayout(a: string): void;
2603
2653
  private s;
2604
2654
  private t;
2605
- n3(a: CellPath): number;
2655
+ n5(a: CellPath): number;
2606
2656
  private c0;
2607
2657
  get filterUIType(): FilterUIType;
2608
2658
  set filterUIType(a: FilterUIType);
@@ -2612,59 +2662,77 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2612
2662
  private cv;
2613
2663
  get filterComparisonType(): FilterComparisonType;
2614
2664
  set filterComparisonType(a: FilterComparisonType);
2615
- jy(): boolean;
2616
- private lx;
2665
+ j0(): boolean;
2666
+ private lz;
2617
2667
  get todayOverride(): Date;
2618
2668
  set todayOverride(a: Date);
2619
- private hi;
2669
+ private hk;
2620
2670
  get clearSelectionOnEscape(): boolean;
2621
2671
  set clearSelectionOnEscape(a: boolean);
2622
2672
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2623
- wq(a: DataGridColumn, b: FilterOperand, c: any): void;
2624
- private m1;
2625
- lc(): boolean;
2626
- vh(): void;
2627
- vg(): void;
2628
- private h4;
2673
+ w2(a: DataGridColumn, b: FilterOperand, c: any): void;
2674
+ private m3;
2675
+ le(): boolean;
2676
+ vt(): void;
2677
+ vs(): void;
2678
+ private h6;
2629
2679
  get isPagerVisible(): boolean;
2630
2680
  set isPagerVisible(a: boolean);
2631
- private m7;
2681
+ private m9;
2632
2682
  get pageSize(): number;
2633
2683
  set pageSize(a: number);
2634
- private h9;
2684
+ private ib;
2635
2685
  get isToolbarVisible(): boolean;
2636
2686
  set isToolbarVisible(a: boolean);
2637
- private h7;
2687
+ private h9;
2638
2688
  get isToolbarColumnChooserVisible(): boolean;
2639
2689
  set isToolbarColumnChooserVisible(a: boolean);
2640
- private h8;
2690
+ private ia;
2641
2691
  get isToolbarColumnPinningVisible(): boolean;
2642
2692
  set isToolbarColumnPinningVisible(a: boolean);
2643
- private pb;
2693
+ private pd;
2644
2694
  get toolbarTitle(): string;
2645
2695
  set toolbarTitle(a: string);
2646
- private o7;
2696
+ private o9;
2647
2697
  get toolbarColumnChooserText(): string;
2648
2698
  set toolbarColumnChooserText(a: string);
2649
- private o8;
2699
+ private pa;
2650
2700
  get toolbarColumnChooserTitle(): string;
2651
2701
  set toolbarColumnChooserTitle(a: string);
2652
- private o9;
2702
+ private pb;
2653
2703
  get toolbarColumnPinningText(): string;
2654
2704
  set toolbarColumnPinningText(a: string);
2655
- private pa;
2705
+ private pc;
2656
2706
  get toolbarColumnPinningTitle(): string;
2657
2707
  set toolbarColumnPinningTitle(a: string);
2658
2708
  private gn;
2659
2709
  get scrollbarStyle(): ScrollbarStyle;
2660
2710
  set scrollbarStyle(a: ScrollbarStyle);
2661
- private aaa;
2711
+ private aav;
2662
2712
  get scrollbarBackground(): Brush;
2663
2713
  set scrollbarBackground(a: Brush);
2664
- private hf;
2714
+ private z9;
2715
+ get columnOptionsBackground(): Brush;
2716
+ set columnOptionsBackground(a: Brush);
2717
+ private aae;
2718
+ get columnOptionsTextColor(): Brush;
2719
+ set columnOptionsTextColor(a: Brush);
2720
+ private aad;
2721
+ get columnOptionsSeparatorColor(): Brush;
2722
+ set columnOptionsSeparatorColor(a: Brush);
2723
+ private aaa;
2724
+ get columnOptionsGroupHeaderBackground(): Brush;
2725
+ set columnOptionsGroupHeaderBackground(a: Brush);
2726
+ private aab;
2727
+ get columnOptionsGroupHeaderTextColor(): Brush;
2728
+ set columnOptionsGroupHeaderTextColor(a: Brush);
2729
+ private z8;
2730
+ get columnOptionsAccentColor(): Brush;
2731
+ set columnOptionsAccentColor(a: Brush);
2732
+ private hh;
2665
2733
  get allowCopyOperation(): boolean;
2666
2734
  set allowCopyOperation(a: boolean);
2667
- private hj;
2735
+ private hl;
2668
2736
  get deferEventForRowDragSelection(): boolean;
2669
2737
  set deferEventForRowDragSelection(a: boolean);
2670
2738
  registerIconFromText(a: string, b: string, c: string): void;
@@ -2979,124 +3047,125 @@ export declare class GridSelectedCellsCollection extends ObservableCollection$1<
2979
3047
  */
2980
3048
  export declare abstract class DefinitionBase extends Base implements INotifyPropertyChanged {
2981
3049
  static $t: Type;
3050
+ protected get ad(): BaseControlTheme;
2982
3051
  constructor();
2983
- private eg;
2984
- private a3;
2985
- protected e0(a: GridConditionalStyle): void;
3052
+ private eh;
3053
+ private a4;
2986
3054
  protected e1(a: GridConditionalStyle): void;
3055
+ protected e2(a: GridConditionalStyle): void;
3056
+ protected cv(): any;
2987
3057
  protected cu(): any;
2988
3058
  protected ct(): any;
2989
- protected cs(): any;
3059
+ private ej;
3060
+ private fe;
3061
+ private az;
3062
+ private er;
3063
+ private ez;
3064
+ private eo;
2990
3065
  private ei;
2991
- private fc;
3066
+ private a3;
3067
+ e6(a: GridConditionalStyle): void;
3068
+ private a0;
2992
3069
  private ay;
2993
- private eq;
2994
- private ey;
2995
- private en;
2996
- private eh;
2997
- private a2;
2998
- e4(a: GridConditionalStyle): void;
2999
- private az;
3000
- private ax;
3001
- private ed;
3002
- private el;
3003
3070
  private ee;
3004
- e3(a: GridConditionalStyle): void;
3005
- as(a: GridConditionalStyle): boolean;
3006
- private ej;
3007
- private cl;
3071
+ private em;
3072
+ private ef;
3073
+ e5(a: GridConditionalStyle): void;
3074
+ at(a: GridConditionalStyle): boolean;
3075
+ private ek;
3076
+ private cm;
3008
3077
  private x;
3009
3078
  get externalObject(): any;
3010
3079
  set externalObject(a: any);
3011
- private fv;
3012
- get gf(): Brush;
3013
- set gf(a: Brush);
3080
+ private fx;
3081
+ get gh(): Brush;
3082
+ set gh(a: Brush);
3014
3083
  private v;
3015
3084
  get conditionalStyles(): GridConditionalStyleCollection;
3016
- private fy;
3017
- get gi(): Brush;
3018
- set gi(a: Brush);
3019
- private fk;
3020
- get f4(): Brush;
3021
- set f4(a: Brush);
3022
- private fz;
3023
- get gj(): Brush;
3024
- set gj(a: Brush);
3025
- private fp;
3026
- get f9(): Brush;
3027
- set f9(a: Brush);
3028
- private bw;
3029
- get cc(): number;
3030
- set cc(a: number);
3031
- private by;
3032
- get ce(): number;
3033
- set ce(a: number);
3034
- private bx;
3035
- get cd(): number;
3085
+ private f0;
3086
+ get gk(): Brush;
3087
+ set gk(a: Brush);
3088
+ private fm;
3089
+ get f6(): Brush;
3090
+ set f6(a: Brush);
3091
+ private f1;
3092
+ get gl(): Brush;
3093
+ set gl(a: Brush);
3094
+ private fr;
3095
+ get gb(): Brush;
3096
+ set gb(a: Brush);
3097
+ private bx;
3098
+ get cd(): number;
3036
3099
  set cd(a: number);
3037
- private bv;
3038
- get cb(): number;
3039
- set cb(a: number);
3040
- private bo;
3041
- get b4(): number;
3042
- set b4(a: number);
3043
- private bq;
3044
- get b6(): number;
3045
- set b6(a: number);
3100
+ private bz;
3101
+ get cf(): number;
3102
+ set cf(a: number);
3103
+ private by;
3104
+ get ce(): number;
3105
+ set ce(a: number);
3106
+ private bw;
3107
+ get cc(): number;
3108
+ set cc(a: number);
3046
3109
  private bp;
3047
3110
  get b5(): number;
3048
3111
  set b5(a: number);
3049
- private bn;
3050
- get b3(): number;
3051
- set b3(a: number);
3052
- private b0;
3053
- get cg(): number;
3054
- set cg(a: number);
3055
- private b2;
3056
- get ci(): number;
3057
- set ci(a: number);
3112
+ private br;
3113
+ get b7(): number;
3114
+ set b7(a: number);
3115
+ private bq;
3116
+ get b6(): number;
3117
+ set b6(a: number);
3118
+ private bo;
3119
+ get b4(): number;
3120
+ set b4(a: number);
3058
3121
  private b1;
3059
3122
  get ch(): number;
3060
3123
  set ch(a: number);
3061
- private bz;
3062
- get cf(): number;
3063
- set cf(a: number);
3124
+ private b3;
3125
+ get cj(): number;
3126
+ set cj(a: number);
3127
+ private b2;
3128
+ get ci(): number;
3129
+ set ci(a: number);
3130
+ private b0;
3131
+ get cg(): number;
3132
+ set cg(a: number);
3064
3133
  private t;
3065
3134
  get grid(): DataGrid;
3066
3135
  set grid(a: DataGrid);
3067
- private es;
3068
- protected er(a: DataGrid, b: DataGrid): void;
3069
- protected et(a: any, b: PropertyChangedEventArgs): void;
3070
- private fm;
3071
- get f6(): Brush;
3072
- set f6(a: Brush);
3073
- private fl;
3074
- get f5(): Brush;
3075
- set f5(a: Brush);
3076
- private fq;
3077
- get ga(): Brush;
3078
- set ga(a: Brush);
3136
+ private et;
3137
+ protected es(a: DataGrid, b: DataGrid): void;
3138
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
3139
+ private fo;
3140
+ get f8(): Brush;
3141
+ set f8(a: Brush);
3142
+ private fn;
3143
+ get f7(): Brush;
3144
+ set f7(a: Brush);
3145
+ private fs;
3146
+ get gc(): Brush;
3147
+ set gc(a: Brush);
3148
+ private f4;
3149
+ get gz(): Brush;
3150
+ set gz(a: Brush);
3151
+ private fv;
3152
+ get gf(): Brush;
3153
+ set gf(a: Brush);
3154
+ private f3;
3155
+ get gy(): Brush;
3156
+ set gy(a: Brush);
3157
+ private fu;
3158
+ get ge(): Brush;
3159
+ set ge(a: Brush);
3079
3160
  private f2;
3080
3161
  get gx(): Brush;
3081
3162
  set gx(a: Brush);
3082
3163
  private ft;
3083
3164
  get gd(): Brush;
3084
3165
  set gd(a: Brush);
3085
- private f1;
3086
- get gw(): Brush;
3087
- set gw(a: Brush);
3088
- private fs;
3089
- get gc(): Brush;
3090
- set gc(a: Brush);
3091
- private f0;
3092
- get gv(): Brush;
3093
- set gv(a: Brush);
3094
- private fr;
3095
- get gb(): Brush;
3096
- set gb(a: Brush);
3097
- private bd;
3098
- get bh(): number;
3099
- set bh(a: number);
3166
+ private be;
3167
+ get bi(): number;
3168
+ set bi(a: number);
3100
3169
  private d;
3101
3170
  get g(): CellContentHorizontalAlignment;
3102
3171
  set g(a: CellContentHorizontalAlignment);
@@ -3115,137 +3184,138 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3115
3184
  private z;
3116
3185
  get ab(): TextCellLineBreakMode;
3117
3186
  set ab(a: TextCellLineBreakMode);
3118
- private f3;
3119
- get gy(): Brush;
3120
- set gy(a: Brush);
3121
- private fu;
3122
- get ge(): Brush;
3123
- set ge(a: Brush);
3124
- private an;
3125
- get ar(): boolean;
3126
- set ar(a: boolean);
3187
+ private f5;
3188
+ get g0(): Brush;
3189
+ set g0(a: Brush);
3127
3190
  private fw;
3128
3191
  get gg(): Brush;
3129
3192
  set gg(a: Brush);
3130
- private fn;
3131
- get f7(): Brush;
3132
- set f7(a: Brush);
3133
- private fx;
3134
- get gh(): Brush;
3135
- set gh(a: Brush);
3136
- private fo;
3137
- get f8(): Brush;
3138
- set f8(a: Brush);
3193
+ private ao;
3194
+ get as(): boolean;
3195
+ set as(a: boolean);
3196
+ private fy;
3197
+ get gi(): Brush;
3198
+ set gi(a: Brush);
3199
+ private fp;
3200
+ get f9(): Brush;
3201
+ set f9(a: Brush);
3202
+ private fz;
3203
+ get gj(): Brush;
3204
+ set gj(a: Brush);
3205
+ private fq;
3206
+ get ga(): Brush;
3207
+ set ga(a: Brush);
3208
+ private bv;
3209
+ get cb(): number;
3210
+ set cb(a: number);
3211
+ private bt;
3212
+ get b9(): number;
3213
+ set b9(a: number);
3139
3214
  private bu;
3140
3215
  get ca(): number;
3141
3216
  set ca(a: number);
3142
3217
  private bs;
3143
3218
  get b8(): number;
3144
3219
  set b8(a: number);
3145
- private bt;
3146
- get b9(): number;
3147
- set b9(a: number);
3148
- private br;
3149
- get b7(): number;
3150
- set b7(a: number);
3151
- private be;
3152
- get bm(): number;
3153
- set bm(a: number);
3154
- private bc;
3155
- get bf(): number;
3156
- set bf(a: number);
3157
- private ag;
3220
+ private bf;
3221
+ get bn(): number;
3222
+ set bn(a: number);
3223
+ private bd;
3224
+ get bg(): number;
3225
+ set bg(a: number);
3226
+ private ah;
3158
3227
  get textStyle(): FontInfo;
3159
3228
  set textStyle(a: FontInfo);
3160
- private af;
3161
- get ah(): FontInfo;
3162
- set ah(a: FontInfo);
3229
+ private ag;
3230
+ get ai(): FontInfo;
3231
+ set ai(a: FontInfo);
3163
3232
  m(a: CellPath, b: string): CellModel;
3164
- ba(a: string): List$1<GridConditionalStyle>;
3165
- private a6;
3166
- private bb;
3167
- private a9;
3168
- protected abstract n(a: CellPath): CellModel;
3169
- private ev;
3233
+ bb(a: string): List$1<GridConditionalStyle>;
3170
3234
  private a7;
3171
- d2(a: CellPath, b: DataGrid, c: any, d: number): string;
3172
- private aw;
3173
- protected abstract d3(a: CellPath, b: DataGrid, c: any): string;
3174
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
3175
- eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3176
- protected at(a: GridConditionalStyle): boolean;
3177
- private al;
3178
- private ef;
3179
- private cn;
3235
+ private bc;
3236
+ private ba;
3237
+ protected abstract n(a: CellPath): CellModel;
3238
+ private ew;
3239
+ private a8;
3240
+ d3(a: CellPath, b: DataGrid, c: any, d: number): string;
3241
+ private ax;
3242
+ protected abstract d4(a: CellPath, b: DataGrid, c: any): string;
3243
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
3244
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3245
+ protected au(a: GridConditionalStyle): boolean;
3246
+ private am;
3247
+ private eg;
3180
3248
  private co;
3181
- private cq;
3249
+ private cp;
3182
3250
  private cr;
3183
- private gu;
3184
- private gt;
3185
- private bk;
3251
+ private cs;
3252
+ private gw;
3253
+ private gv;
3186
3254
  private bl;
3187
- bg(a: any): number;
3255
+ private bm;
3256
+ bh(a: any): number;
3188
3257
  private a;
3189
3258
  private b;
3190
- private bj;
3259
+ private bk;
3191
3260
  private p;
3192
3261
  dataBinding: (sender: any, args: DataBindingEventArgs) => void;
3193
3262
  dataBound: (sender: any, args: DataBindingEventArgs) => void;
3194
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3195
- d0(a: DataGrid, b: any, c: any): string;
3196
- ez(): void;
3197
- protected au(a: string): boolean;
3263
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3264
+ d1(a: DataGrid, b: any, c: any): string;
3265
+ e0(): void;
3198
3266
  protected av(a: string): boolean;
3267
+ protected aw(a: string): boolean;
3199
3268
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
3200
- protected eu(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3201
- protected e6(): void;
3202
- protected fi(): void;
3203
- protected e7(): void;
3269
+ protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3270
+ protected e8(): void;
3271
+ protected fk(): void;
3204
3272
  protected e9(): void;
3273
+ protected fb(): void;
3274
+ protected fc(): void;
3205
3275
  protected fa(): void;
3206
- protected e8(): void;
3276
+ protected fl(): void;
3277
+ protected fi(): void;
3278
+ protected fh(): void;
3207
3279
  protected fj(): void;
3208
3280
  protected fg(): void;
3209
- protected ff(): void;
3210
- protected fh(): void;
3211
- protected fe(): void;
3212
- protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3213
- private ak;
3214
- protected fb(): void;
3215
- private e5;
3216
- private fd;
3281
+ protected e4(): void;
3282
+ protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3283
+ private al;
3284
+ protected fd(): void;
3285
+ private e7;
3286
+ private ff;
3287
+ private a2;
3288
+ private a6;
3217
3289
  private a1;
3218
- private a5;
3219
- private a0;
3220
- protected get a4(): HashSet$1<string>;
3221
- protected get a8(): List$1<string>;
3222
- private ek;
3290
+ protected get a5(): HashSet$1<string>;
3291
+ protected get a9(): List$1<string>;
3292
+ private el;
3223
3293
  protected f(): CellContentHorizontalAlignment;
3224
3294
  protected k(): CellContentVerticalAlignment;
3225
- protected gs(): Brush;
3295
+ protected gu(): Brush;
3296
+ protected go(): Brush;
3297
+ protected gp(): Brush;
3298
+ protected cl(): number;
3299
+ protected ck(): number;
3226
3300
  protected gm(): Brush;
3301
+ protected ak(): FontInfo;
3227
3302
  protected gn(): Brush;
3228
- protected ck(): number;
3229
- protected cj(): number;
3230
- protected gk(): Brush;
3231
- protected aj(): FontInfo;
3232
- protected gl(): Brush;
3303
+ protected gt(): Brush;
3233
3304
  protected gr(): Brush;
3234
- protected gp(): Brush;
3235
- protected go(): Brush;
3236
3305
  protected gq(): Brush;
3237
- protected bi(): number;
3306
+ protected gs(): Brush;
3307
+ protected bj(): number;
3238
3308
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
3239
- private ad;
3240
- private am;
3241
- e2(a: string, b: CellPropertyAnimationType, c: any): void;
3242
- ap(): boolean;
3243
- get ae(): FastIterationDictionary$2<string, any>;
3244
- get aq(): boolean;
3245
- ao(a: string): boolean;
3246
- ex(a: string): void;
3247
- cp(a: string): any;
3248
- d1(a: any, b: DataSourceSchemaPropertyType, c: any): string;
3309
+ private ae;
3310
+ private an;
3311
+ e3(a: string, b: CellPropertyAnimationType, c: any): void;
3312
+ aq(): boolean;
3313
+ get af(): FastIterationDictionary$2<string, any>;
3314
+ get ar(): boolean;
3315
+ ap(a: string): boolean;
3316
+ ey(a: string): void;
3317
+ cq(a: string): any;
3318
+ d2(a: any, b: DataSourceSchemaPropertyType, c: any): string;
3249
3319
  y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
3250
3320
  cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
3251
3321
  }
@@ -3255,323 +3325,372 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3255
3325
  export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
3256
3326
  static $t: Type;
3257
3327
  constructor();
3258
- protected e1(a: GridConditionalStyle): void;
3259
- protected cs(): any;
3328
+ private ok;
3329
+ protected e2(a: GridConditionalStyle): void;
3260
3330
  protected ct(): any;
3261
3331
  protected cu(): any;
3262
- protected at(a: GridConditionalStyle): boolean;
3263
- protected o2(): Brush;
3264
- protected o1(): Brush;
3265
- private static k3;
3266
- k4: number;
3267
- private ht;
3268
- get hu(): ColumnStates;
3269
- set hu(a: ColumnStates);
3270
- private kp;
3271
- get k0(): number;
3272
- set k0(a: number);
3273
- private kr;
3274
- get k2(): number;
3275
- set k2(a: number);
3276
- private kq;
3277
- get k1(): number;
3278
- set k1(a: number);
3279
- private ko;
3280
- get kz(): number;
3281
- set kz(a: number);
3282
- private lc;
3332
+ protected cv(): any;
3333
+ protected au(a: GridConditionalStyle): boolean;
3334
+ protected qj(): Brush;
3335
+ protected qi(): Brush;
3336
+ private static la;
3337
+ lb: number;
3338
+ private hv;
3339
+ get hw(): ColumnStates;
3340
+ set hw(a: ColumnStates);
3341
+ private kw;
3342
+ get k7(): number;
3343
+ set k7(a: number);
3344
+ private ky;
3345
+ get k9(): number;
3346
+ set k9(a: number);
3347
+ private kx;
3348
+ get k8(): number;
3349
+ set k8(a: number);
3350
+ private kv;
3351
+ get k6(): number;
3352
+ set k6(a: number);
3353
+ private lj;
3354
+ get ni(): string;
3355
+ set ni(a: string);
3356
+ private kt;
3357
+ get k4(): number;
3358
+ set k4(a: number);
3359
+ private ks;
3360
+ get k3(): number;
3361
+ set k3(a: number);
3362
+ private ku;
3363
+ get k5(): number;
3364
+ set k5(a: number);
3365
+ private ip;
3366
+ get ir(): PinnedPositions;
3367
+ set ir(a: PinnedPositions);
3368
+ private lh;
3369
+ get mr(): string;
3370
+ set mr(a: string);
3371
+ private li;
3283
3372
  get my(): string;
3284
3373
  set my(a: string);
3285
- private km;
3286
- get kx(): number;
3287
- set kx(a: number);
3288
- private kl;
3289
- get kw(): number;
3290
- set kw(a: number);
3291
- private kn;
3292
- get ky(): number;
3293
- set ky(a: number);
3294
- private ik;
3295
- get im(): PinnedPositions;
3296
- set im(a: PinnedPositions);
3297
- private la;
3298
- get l7(): string;
3299
- set l7(a: string);
3300
- private lb;
3301
- get me(): string;
3302
- set me(a: string);
3303
- private k8;
3304
- get lm(): string;
3305
- set lm(a: string);
3306
- private oq;
3307
- get o5(): Brush;
3308
- set o5(a: Brush);
3309
- private ol;
3310
- get oy(): Brush;
3311
- set oy(a: Brush);
3312
- private oo;
3313
- get o3(): Brush;
3314
- set o3(a: Brush);
3315
- private oj;
3316
- get ow(): Brush;
3317
- set ow(a: Brush);
3318
- private op;
3319
- get o4(): Brush;
3320
- set o4(a: Brush);
3321
- private ok;
3322
- get ox(): Brush;
3323
- set ox(a: Brush);
3324
- private h7;
3325
- get h8(): GridColumnAnimationSettings;
3326
- set h8(a: GridColumnAnimationSettings);
3327
- private hv;
3374
+ private lf;
3375
+ get l0(): string;
3376
+ set l0(a: string);
3377
+ private pv;
3378
+ get qm(): Brush;
3379
+ set qm(a: Brush);
3380
+ private pk;
3381
+ get p9(): Brush;
3382
+ set p9(a: Brush);
3383
+ private pt;
3384
+ get qk(): Brush;
3385
+ set qk(a: Brush);
3386
+ private pi;
3387
+ get p7(): Brush;
3388
+ set p7(a: Brush);
3389
+ private pu;
3390
+ get ql(): Brush;
3391
+ set ql(a: Brush);
3392
+ private pj;
3393
+ get p8(): Brush;
3394
+ set p8(a: Brush);
3395
+ private ib;
3396
+ get ic(): GridColumnAnimationSettings;
3397
+ set ic(a: GridColumnAnimationSettings);
3398
+ private hx;
3328
3399
  get width(): ColumnWidth;
3329
3400
  set width(a: ColumnWidth);
3330
- private j3;
3331
- get kb(): number;
3332
- set kb(a: number);
3401
+ private ka;
3402
+ get ki(): number;
3403
+ set ki(a: number);
3404
+ private ji;
3405
+ get j0(): boolean;
3406
+ set j0(a: boolean);
3407
+ private jc;
3408
+ get ju(): boolean;
3409
+ set ju(a: boolean);
3410
+ private jl;
3411
+ get j3(): boolean;
3412
+ set j3(a: boolean);
3413
+ private g3;
3414
+ get g4(): ColumnFilterCondition;
3415
+ set g4(a: ColumnFilterCondition);
3416
+ private g5;
3417
+ get g6(): IFilterExpression;
3418
+ set g6(a: IFilterExpression);
3419
+ private ig;
3420
+ get header(): Header;
3421
+ set header(a: Header);
3422
+ private jh;
3423
+ get jz(): boolean;
3424
+ set jz(a: boolean);
3425
+ private jk;
3426
+ get j2(): boolean;
3427
+ set j2(a: boolean);
3428
+ private jj;
3429
+ get j1(): boolean;
3430
+ set j1(a: boolean);
3431
+ private jm;
3432
+ get j5(): boolean;
3433
+ set j5(a: boolean);
3434
+ private ht;
3435
+ get hu(): ColumnSortDirection;
3436
+ set hu(a: ColumnSortDirection);
3437
+ private iq;
3438
+ get is(): PinnedPositions;
3439
+ set is(a: PinnedPositions);
3333
3440
  private jb;
3334
3441
  get jt(): boolean;
3335
3442
  set jt(a: boolean);
3336
- private i5;
3443
+ get jq(): boolean;
3444
+ private hj;
3445
+ get hl(): ColumnOptionsIconAlignment;
3446
+ set hl(a: ColumnOptionsIconAlignment);
3447
+ private hk;
3448
+ get hm(): ColumnOptionsIconAlignment;
3449
+ set hm(a: ColumnOptionsIconAlignment);
3450
+ private pe;
3451
+ get p3(): Brush;
3452
+ set p3(a: Brush);
3453
+ private pp;
3454
+ get qe(): Brush;
3455
+ set qe(a: Brush);
3456
+ private ho;
3457
+ get hq(): ColumnOptionsIconBehavior;
3458
+ set hq(a: ColumnOptionsIconBehavior);
3459
+ private hn;
3460
+ get hp(): ColumnOptionsIconBehavior;
3461
+ set hp(a: ColumnOptionsIconBehavior);
3462
+ private i7;
3337
3463
  get jn(): boolean;
3338
3464
  set jn(a: boolean);
3339
- private je;
3340
- get jw(): boolean;
3341
- set jw(a: boolean);
3342
- private g1;
3343
- get g2(): ColumnFilterCondition;
3344
- set g2(a: ColumnFilterCondition);
3345
- private g3;
3346
- get g4(): IFilterExpression;
3347
- set g4(a: IFilterExpression);
3348
- private ib;
3349
- get header(): Header;
3350
- set header(a: Header);
3351
- private ja;
3352
- get js(): boolean;
3353
- set js(a: boolean);
3354
3465
  private jd;
3355
3466
  get jv(): boolean;
3356
3467
  set jv(a: boolean);
3357
- private jc;
3358
- get ju(): boolean;
3359
- set ju(a: boolean);
3468
+ private i9;
3469
+ get jp(): boolean;
3470
+ set jp(a: boolean);
3360
3471
  private jf;
3361
- get jy(): boolean;
3362
- set jy(a: boolean);
3363
- private hr;
3364
- get hs(): ColumnSortDirection;
3365
- set hs(a: ColumnSortDirection);
3366
- private il;
3367
- get io(): PinnedPositions;
3368
- set io(a: PinnedPositions);
3369
- private i4;
3370
- get jm(): boolean;
3371
- set jm(a: boolean);
3372
- get jj(): boolean;
3373
- private hh;
3374
- get hj(): ColumnOptionsIconAlignment;
3375
- set hj(a: ColumnOptionsIconAlignment);
3376
- private hi;
3377
- get hk(): ColumnOptionsIconAlignment;
3378
- set hk(a: ColumnOptionsIconAlignment);
3379
- private oh;
3380
- get ou(): Brush;
3381
- set ou(a: Brush);
3382
- private om;
3383
- get oz(): Brush;
3384
- set oz(a: Brush);
3385
- private hm;
3386
- get ho(): ColumnOptionsIconBehavior;
3387
- set ho(a: ColumnOptionsIconBehavior);
3388
- private hl;
3389
- get hn(): ColumnOptionsIconBehavior;
3390
- set hn(a: ColumnOptionsIconBehavior);
3391
- private i0;
3392
- get jg(): boolean;
3393
- set jg(a: boolean);
3394
- private i6;
3472
+ get jx(): boolean;
3473
+ set jx(a: boolean);
3474
+ private i8;
3395
3475
  get jo(): boolean;
3396
3476
  set jo(a: boolean);
3477
+ private je;
3478
+ get jw(): boolean;
3479
+ set jw(a: boolean);
3480
+ private iw;
3481
+ get ix(): BaseControlTheme;
3482
+ set ix(a: BaseControlTheme);
3483
+ private pd;
3484
+ get p0(): Brush;
3485
+ set p0(a: Brush);
3486
+ private pm;
3487
+ get qb(): Brush;
3488
+ set qb(a: Brush);
3489
+ private pg;
3490
+ get p5(): Brush;
3491
+ set p5(a: Brush);
3492
+ private pr;
3493
+ get qg(): Brush;
3494
+ set qg(a: Brush);
3495
+ private pf;
3496
+ get p4(): Brush;
3497
+ set p4(a: Brush);
3498
+ private pq;
3499
+ get qf(): Brush;
3500
+ set qf(a: Brush);
3501
+ static readonly lq: string;
3502
+ private pa;
3503
+ get p1(): Brush;
3504
+ set p1(a: Brush);
3505
+ private pn;
3506
+ get qc(): Brush;
3507
+ set qc(a: Brush);
3508
+ private pb;
3509
+ get p2(): Brush;
3510
+ set p2(a: Brush);
3511
+ private po;
3512
+ get qd(): Brush;
3513
+ set qd(a: Brush);
3514
+ private pc;
3515
+ get pz(): Brush;
3516
+ set pz(a: Brush);
3517
+ private pl;
3518
+ get qa(): Brush;
3519
+ set qa(a: Brush);
3520
+ private jg;
3521
+ get jy(): boolean;
3522
+ set jy(a: boolean);
3523
+ private ps;
3524
+ get qh(): Brush;
3525
+ set qh(a: Brush);
3526
+ private ph;
3527
+ get p6(): Brush;
3528
+ set p6(a: Brush);
3529
+ private j9;
3530
+ get kh(): number;
3531
+ set kh(a: number);
3532
+ private j8;
3533
+ get kg(): number;
3534
+ set kg(a: number);
3397
3535
  private i2;
3398
- get ji(): boolean;
3399
- set ji(a: boolean);
3400
- private i8;
3401
- get jq(): boolean;
3402
- set jq(a: boolean);
3403
- private i1;
3404
- get jh(): boolean;
3405
- set jh(a: boolean);
3406
- private i7;
3407
- get jp(): boolean;
3408
- set jp(a: boolean);
3409
- private i9;
3410
- get jr(): boolean;
3411
- set jr(a: boolean);
3412
- private on;
3413
- get o0(): Brush;
3414
- set o0(a: Brush);
3415
- private oi;
3416
- get ov(): Brush;
3417
- set ov(a: Brush);
3418
- private j2;
3419
- get ka(): number;
3420
- set ka(a: number);
3421
- private j1;
3422
- get j9(): number;
3423
- set j9(a: number);
3424
- private iv;
3425
3536
  get textEditStyle(): FontInfo;
3426
3537
  set textEditStyle(a: FontInfo);
3427
- private iu;
3428
- get ix(): FontInfo;
3429
- set ix(a: FontInfo);
3430
- private hz;
3431
- get h0(): EditorType;
3432
- set h0(a: EditorType);
3433
- private k5;
3434
- get k6(): any;
3435
- set k6(a: any);
3436
- private k9;
3437
- get l3(): string;
3438
- set l3(a: string);
3439
- private gz;
3440
- get g0(): string[];
3441
- set g0(a: string[]);
3442
- private ih;
3443
- get ij(): MergedCellMode;
3444
- set ij(a: MergedCellMode);
3445
- private id;
3446
- get ig(): MergedCellEvaluationCriteria;
3447
- set ig(a: MergedCellEvaluationCriteria);
3448
- private g8;
3538
+ private i1;
3539
+ get i4(): FontInfo;
3540
+ set i4(a: FontInfo);
3541
+ private h3;
3542
+ get h4(): EditorType;
3543
+ set h4(a: EditorType);
3544
+ private lc;
3545
+ get ld(): any;
3546
+ set ld(a: any);
3547
+ private lg;
3548
+ get mn(): string;
3549
+ set mn(a: string);
3550
+ private g1;
3551
+ get g2(): string[];
3552
+ set g2(a: string[]);
3553
+ private il;
3554
+ get io(): MergedCellMode;
3555
+ set io(a: MergedCellMode);
3556
+ private ii;
3557
+ get ik(): MergedCellEvaluationCriteria;
3558
+ set ik(a: MergedCellEvaluationCriteria);
3559
+ private ha;
3560
+ get hd(): CellContentVerticalAlignment;
3561
+ set hd(a: CellContentVerticalAlignment);
3562
+ private g9;
3449
3563
  get hb(): CellContentVerticalAlignment;
3450
3564
  set hb(a: CellContentVerticalAlignment);
3451
- private g7;
3452
- get g9(): CellContentVerticalAlignment;
3453
- set g9(a: CellContentVerticalAlignment);
3454
- private ki;
3455
- get kt(): number;
3456
- set kt(a: number);
3457
- private kk;
3458
- get kv(): number;
3459
- set kv(a: number);
3460
- private kj;
3461
- get ku(): number;
3462
- set ku(a: number);
3463
- private kh;
3464
- get ks(): number;
3465
- set ks(a: number);
3466
- private h1;
3467
- get h2(): FilterComparisonType;
3468
- set h2(a: FilterComparisonType);
3469
- h4(a: FilterComparisonType): FilterComparisonType;
3470
- h3(): FilterComparisonType;
3471
- private h9;
3472
- get ia(): GridFilterOperandsCollection;
3473
- private lf;
3474
- get nm(): string;
3475
- set nm(a: string);
3476
- private ot;
3477
- get o8(): Brush;
3478
- set o8(a: Brush);
3479
- private iw;
3565
+ private kp;
3566
+ get k0(): number;
3567
+ set k0(a: number);
3568
+ private kr;
3569
+ get k2(): number;
3570
+ set k2(a: number);
3571
+ private kq;
3572
+ get k1(): number;
3573
+ set k1(a: number);
3574
+ private ko;
3575
+ get kz(): number;
3576
+ set kz(a: number);
3577
+ private h5;
3578
+ get h6(): FilterComparisonType;
3579
+ set h6(a: FilterComparisonType);
3580
+ h8(a: FilterComparisonType): FilterComparisonType;
3581
+ h7(): FilterComparisonType;
3582
+ private id;
3583
+ get ie(): GridFilterOperandsCollection;
3584
+ private lm;
3585
+ get n6(): string;
3586
+ set n6(a: string);
3587
+ private py;
3588
+ get qp(): Brush;
3589
+ set qp(a: Brush);
3590
+ private i3;
3480
3591
  get suffixTextStyle(): FontInfo;
3481
3592
  set suffixTextStyle(a: FontInfo);
3482
- private le;
3483
- get ne(): string;
3484
- set ne(a: string);
3485
- private ld;
3486
- get nb(): string;
3487
- set nb(a: string);
3488
- private os;
3489
- get o7(): Brush;
3490
- set o7(a: Brush);
3491
- private or;
3492
- get o6(): Brush;
3493
- set o6(a: Brush);
3494
- private j5;
3495
- get kd(): number;
3496
- set kd(a: number);
3497
- private j6;
3498
- get ke(): number;
3499
- set ke(a: number);
3500
- private j7;
3501
- get kf(): number;
3502
- set kf(a: number);
3503
- private j4;
3504
- get kc(): number;
3505
- set kc(a: number);
3506
- private j8;
3507
- get kg(): number;
3508
- set kg(a: number);
3509
- private ip;
3510
- get iq(): TextCellDecoration;
3511
- set iq(a: TextCellDecoration);
3593
+ private ll;
3594
+ get ny(): string;
3595
+ set ny(a: string);
3596
+ private lk;
3597
+ get nv(): string;
3598
+ set nv(a: string);
3599
+ private px;
3600
+ get qo(): Brush;
3601
+ set qo(a: Brush);
3602
+ private pw;
3603
+ get qn(): Brush;
3604
+ set qn(a: Brush);
3605
+ private kc;
3606
+ get kk(): number;
3607
+ set kk(a: number);
3608
+ private kd;
3609
+ get kl(): number;
3610
+ set kl(a: number);
3611
+ private ke;
3612
+ get km(): number;
3613
+ set km(a: number);
3614
+ private kb;
3615
+ get kj(): number;
3616
+ set kj(a: number);
3617
+ private kf;
3618
+ get kn(): number;
3619
+ set kn(a: number);
3620
+ private it;
3621
+ get iu(): TextCellDecoration;
3622
+ set iu(a: TextCellDecoration);
3512
3623
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3513
- private nt;
3514
- ii(): MergedCellMode;
3515
- ie(): MergedCellEvaluationCriteria;
3516
- jx(): boolean;
3517
- protected gp(): Brush;
3624
+ private od;
3625
+ im(): MergedCellMode;
3626
+ ij(): MergedCellEvaluationCriteria;
3627
+ j4(): boolean;
3518
3628
  protected gr(): Brush;
3519
- nr(a: CellModel, b: any, c: any): string;
3520
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3521
- protected d3(a: CellPath, b: DataGrid, c: any): string;
3522
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
3523
- protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3629
+ protected gt(): Brush;
3630
+ ob(a: CellModel, b: any, c: any): string;
3631
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3632
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
3633
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
3634
+ protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3635
+ protected he(): CellContentVerticalAlignment;
3636
+ protected g8(): CellContentHorizontalAlignment;
3524
3637
  protected hc(): CellContentVerticalAlignment;
3525
- protected g6(): CellContentHorizontalAlignment;
3526
- protected ha(): CellContentVerticalAlignment;
3527
- private od;
3528
- private nz;
3529
- protected er(a: DataGrid, b: DataGrid): void;
3530
- protected et(a: any, b: PropertyChangedEventArgs): void;
3531
- oe(): void;
3532
- of(): void;
3533
- og(): void;
3534
- protected e6(): void;
3638
+ private o6;
3639
+ private oj;
3640
+ protected es(a: DataGrid, b: DataGrid): void;
3641
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
3642
+ o7(): void;
3643
+ o8(): void;
3644
+ o9(): void;
3645
+ protected e8(): void;
3646
+ protected fk(): void;
3647
+ protected fl(): void;
3535
3648
  protected fi(): void;
3649
+ protected o3(): void;
3650
+ protected o5(): void;
3651
+ protected o4(): void;
3652
+ protected fh(): void;
3536
3653
  protected fj(): void;
3537
3654
  protected fg(): void;
3538
- protected oa(): void;
3539
- protected oc(): void;
3540
- protected ob(): void;
3541
- protected ff(): void;
3542
- protected fh(): void;
3543
- protected fe(): void;
3544
- protected n4(): void;
3545
- protected n8(): void;
3546
- protected n7(): void;
3547
- protected n5(): void;
3548
- protected n9(): void;
3549
- protected n6(): void;
3655
+ protected or(): void;
3656
+ protected oy(): void;
3657
+ protected ox(): void;
3658
+ protected ot(): void;
3659
+ protected o0(): void;
3660
+ protected ow(): void;
3661
+ protected o2(): void;
3662
+ protected os(): void;
3663
+ protected o1(): void;
3664
+ protected oz(): void;
3665
+ protected ou(): void;
3666
+ protected ov(): void;
3667
+ protected oq(): void;
3550
3668
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3551
3669
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3552
- protected n3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3553
- hg(): ColumnHidingAnimationMode;
3554
- hq(): ColumnShowingAnimationMode;
3555
- hf(): ColumnExchangingAnimationMode;
3556
- hp(): ColumnResizingAnimationMode;
3557
- mc(): string;
3558
- private is;
3559
- private i3;
3560
- n2(a: string, b: CellPropertyAnimationType, c: any): void;
3561
- jl(): boolean;
3562
- get it(): FastIterationDictionary$2<string, any>;
3563
- jk(a: string): boolean;
3564
- n1(a: string): void;
3565
- k7(a: string): any;
3566
- j0: List$1<LayoutAction>;
3567
- n0(a: string): void;
3568
- nv(a: ColumnComparisonConditionOperatorType, b: any): void;
3569
- nu(a: string, b: number, c: any): void;
3570
- g5(a: FilterOperand, b: any): IFilterExpression;
3571
- h5(a: string, b: number): FilterOperand;
3572
- nw(): void;
3573
- private hx;
3574
- get hy(): DataGridColumnToolbarManager;
3670
+ protected om(a: CellModel): void;
3671
+ protected op(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3672
+ hi(): ColumnHidingAnimationMode;
3673
+ hs(): ColumnShowingAnimationMode;
3674
+ hh(): ColumnExchangingAnimationMode;
3675
+ hr(): ColumnResizingAnimationMode;
3676
+ mw(): string;
3677
+ private iz;
3678
+ private ja;
3679
+ oo(a: string, b: CellPropertyAnimationType, c: any): void;
3680
+ js(): boolean;
3681
+ get i0(): FastIterationDictionary$2<string, any>;
3682
+ jr(a: string): boolean;
3683
+ on(a: string): void;
3684
+ le(a: string): any;
3685
+ j7: List$1<LayoutAction>;
3686
+ ol(a: string): void;
3687
+ of(a: ColumnComparisonConditionOperatorType, b: any): void;
3688
+ oe(a: string, b: number, c: any): void;
3689
+ g7(a: FilterOperand, b: any): IFilterExpression;
3690
+ h9(a: string, b: number): FilterOperand;
3691
+ og(): void;
3692
+ private h1;
3693
+ get h2(): DataGridColumnToolbarManager;
3575
3694
  getDesiredToolbarActions(): ToolActionInfo[];
3576
3695
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3577
3696
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -3584,12 +3703,15 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3584
3703
  private _invalidateActions;
3585
3704
  get invalidateActions(): () => void;
3586
3705
  set invalidateActions(a: () => void);
3587
- private jz;
3588
- ir(): IToolbarContextAccessor;
3589
- ny(a: (arg1: IToolbarContextAccessor) => void): void;
3706
+ private j6;
3707
+ iy(): IToolbarContextAccessor;
3708
+ oi(a: (arg1: IToolbarContextAccessor) => void): void;
3590
3709
  provideContextAccessor(a: IToolbarContextAccessor): void;
3591
3710
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3592
- nx(): void;
3711
+ oh(): void;
3712
+ hz: DataGridColumn;
3713
+ abstract h0(): DataGridColumn;
3714
+ onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
3593
3715
  }
3594
3716
  /**
3595
3717
  * @hidden
@@ -3878,23 +4000,24 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
3878
4000
  */
3879
4001
  export declare class ColumnMovingSeparator extends DefinitionBase {
3880
4002
  static $t: Type;
3881
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4003
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
3882
4004
  protected n(a: CellPath): CellModel;
3883
- protected gl(): Brush;
3884
- private g3;
4005
+ protected gn(): Brush;
4006
+ private g5;
4007
+ get g6(): number;
4008
+ set g6(a: number);
4009
+ private g1;
4010
+ get g3(): number;
4011
+ set g3(a: number);
4012
+ private g2;
3885
4013
  get g4(): number;
3886
4014
  set g4(a: number);
3887
- private gz;
3888
- get g1(): number;
3889
- set g1(a: number);
3890
- private g0;
3891
- get g2(): number;
3892
- set g2(a: number);
3893
- protected er(a: DataGrid, b: DataGrid): void;
3894
- protected e6(): void;
3895
- protected g8(): void;
3896
- protected et(a: any, b: PropertyChangedEventArgs): void;
3897
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4015
+ protected es(a: DataGrid, b: DataGrid): void;
4016
+ protected e8(): void;
4017
+ protected ha(): void;
4018
+ protected e4(): void;
4019
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4020
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
3898
4021
  }
3899
4022
  /**
3900
4023
  * @hidden
@@ -3902,71 +4025,73 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
3902
4025
  export declare class ComboBoxColumn extends DataGridColumn {
3903
4026
  static $t: Type;
3904
4027
  constructor();
3905
- private pa;
3906
- get pb(): IDataSource;
3907
- set pb(a: IDataSource);
3908
- get pc(): any;
3909
- set pc(a: any);
3910
- get pg(): string;
3911
- set pg(a: string);
3912
- get ph(): string;
3913
- set ph(a: string);
3914
- get o9(): string[];
3915
- set o9(a: string[]);
4028
+ private qr;
4029
+ get qs(): IDataSource;
4030
+ set qs(a: IDataSource);
4031
+ get qt(): any;
4032
+ set qt(a: any);
4033
+ get qx(): string;
4034
+ set qx(a: string);
4035
+ get qy(): string;
4036
+ set qy(a: string);
4037
+ get qq(): string[];
4038
+ set qq(a: string[]);
3916
4039
  protected n(a: CellPath): CellModel;
3917
- protected d3(a: CellPath, b: DataGrid, c: any): string;
3918
- protected er(a: DataGrid, b: DataGrid): void;
3919
- d0(a: DataGrid, b: any, c: any): string;
3920
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3921
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
3922
- protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3923
- private pi;
3924
- private pj;
3925
- private pe;
3926
- pf(a: any): string;
4040
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4041
+ protected es(a: DataGrid, b: DataGrid): void;
4042
+ d1(a: DataGrid, b: any, c: any): string;
4043
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4044
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4045
+ protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4046
+ private qz;
4047
+ private q0;
4048
+ private qv;
4049
+ qw(a: any): string;
4050
+ h0(): DataGridColumn;
3927
4051
  }
3928
4052
  /**
3929
4053
  * @hidden
3930
4054
  */
3931
4055
  export declare class DateTimeColumn extends DataGridColumn {
3932
4056
  static $t: Type;
3933
- private pc;
3934
- private pd;
3935
- get pe(): DateTimeFormats;
3936
- set pe(a: DateTimeFormats);
3937
- private pn;
3938
- get pw(): string;
3939
- set pw(a: string);
3940
- private pm;
3941
- get pp(): string;
3942
- set pp(a: string);
3943
- private o9;
3944
- get pa(): any[];
3945
- set pa(a: any[]);
3946
- private pj;
3947
- get pl(): any;
3948
- set pl(a: any);
3949
- private pg;
3950
- get ph(): boolean;
3951
- set ph(a: boolean);
3952
- get pf(): EditorType;
3953
- set pf(a: EditorType);
3954
- get pk(): any;
3955
- set pk(a: any);
3956
- get pr(): string;
3957
- set pr(a: string);
3958
- get ps(): string;
3959
- set ps(a: string);
3960
- protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4057
+ private qt;
4058
+ private qu;
4059
+ get qv(): DateTimeFormats;
4060
+ set qv(a: DateTimeFormats);
4061
+ private q4;
4062
+ get rd(): string;
4063
+ set rd(a: string);
4064
+ private q3;
4065
+ get q6(): string;
4066
+ set q6(a: string);
4067
+ private qq;
4068
+ get qr(): any[];
4069
+ set qr(a: any[]);
4070
+ private q0;
4071
+ get q2(): any;
4072
+ set q2(a: any);
4073
+ private qx;
4074
+ get qy(): boolean;
4075
+ set qy(a: boolean);
4076
+ get qw(): EditorType;
4077
+ set qw(a: EditorType);
4078
+ get q1(): any;
4079
+ set q1(a: any);
4080
+ get q8(): string;
4081
+ set q8(a: string);
4082
+ get q9(): string;
4083
+ set q9(a: string);
4084
+ protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3961
4085
  constructor();
3962
4086
  protected n(a: CellPath): CellModel;
3963
- protected d3(a: CellPath, b: DataGrid, c: any): string;
3964
- d0(a: DataGrid, b: any, c: any): string;
3965
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3966
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
3967
- private pi;
3968
- pb: BindingFormatter;
3969
- private pt;
4087
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4088
+ d1(a: DataGrid, b: any, c: any): string;
4089
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4090
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4091
+ private qz;
4092
+ qs: BindingFormatter;
4093
+ private ra;
4094
+ h0(): DataGridColumn;
3970
4095
  }
3971
4096
  /**
3972
4097
  * @hidden
@@ -4101,21 +4226,21 @@ export declare class DataGridColumnToolbarManager extends Base {
4101
4226
  export declare class EditorDefinition extends DefinitionBase {
4102
4227
  static $t: Type;
4103
4228
  constructor();
4104
- private g6;
4105
- get g7(): Rect;
4106
- set g7(a: Rect);
4229
+ private g8;
4230
+ get g9(): Rect;
4231
+ set g9(a: Rect);
4232
+ private g3;
4233
+ get g6(): string;
4234
+ set g6(a: string);
4107
4235
  private g1;
4108
- get g4(): string;
4109
- set g4(a: string);
4110
- private gz;
4111
- get g0(): CellModel;
4112
- set g0(a: CellModel);
4236
+ get g2(): CellModel;
4237
+ set g2(a: CellModel);
4113
4238
  protected n(a: CellPath): CellModel;
4114
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4115
- protected er(a: DataGrid, b: DataGrid): void;
4116
- protected et(a: any, b: PropertyChangedEventArgs): void;
4117
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4118
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4239
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4240
+ protected es(a: DataGrid, b: DataGrid): void;
4241
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4242
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4243
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4119
4244
  }
4120
4245
  /**
4121
4246
  * @hidden
@@ -4124,37 +4249,37 @@ export declare class EditRowDefinition extends DefinitionBase {
4124
4249
  static $t: Type;
4125
4250
  constructor();
4126
4251
  protected n(a: CellPath): CellModel;
4127
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4128
- protected er(a: DataGrid, b: DataGrid): void;
4129
- protected et(a: any, b: PropertyChangedEventArgs): void;
4130
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4252
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4253
+ protected es(a: DataGrid, b: DataGrid): void;
4254
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4255
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4131
4256
  }
4132
4257
  /**
4133
4258
  * @hidden
4134
4259
  */
4135
4260
  export declare class FilterRowDefinition extends DefinitionBase {
4136
4261
  static $t: Type;
4137
- private g0;
4138
- get g4(): number;
4139
- set g4(a: number);
4140
4262
  private g2;
4141
4263
  get g6(): number;
4142
4264
  set g6(a: number);
4265
+ private g4;
4266
+ get g8(): number;
4267
+ set g8(a: number);
4268
+ private g3;
4269
+ get g7(): number;
4270
+ set g7(a: number);
4143
4271
  private g1;
4144
4272
  get g5(): number;
4145
4273
  set g5(a: number);
4146
- private gz;
4147
- get g3(): number;
4148
- set g3(a: number);
4149
4274
  constructor();
4150
4275
  protected n(a: CellPath): CellModel;
4151
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4152
- protected er(a: DataGrid, b: DataGrid): void;
4153
- protected et(a: any, b: PropertyChangedEventArgs): void;
4154
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4155
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4156
- protected fi(): void;
4157
- protected e6(): void;
4276
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4277
+ protected es(a: DataGrid, b: DataGrid): void;
4278
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4279
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4280
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4281
+ protected fk(): void;
4282
+ protected e8(): void;
4158
4283
  }
4159
4284
  /**
4160
4285
  * @hidden
@@ -4162,108 +4287,111 @@ export declare class FilterRowDefinition extends DefinitionBase {
4162
4287
  export declare abstract class Header extends DefinitionBase {
4163
4288
  static $t: Type;
4164
4289
  constructor();
4165
- protected gs(): Brush;
4166
- protected gl(): Brush;
4167
- protected ho(): Brush;
4168
- protected aj(): FontInfo;
4169
- protected er(a: DataGrid, b: DataGrid): void;
4170
- protected e6(): void;
4171
- protected fi(): void;
4172
- protected fj(): void;
4173
- protected hj(): void;
4174
- protected hk(): void;
4175
- protected et(a: any, b: PropertyChangedEventArgs): void;
4176
- private hm;
4290
+ protected gu(): Brush;
4291
+ protected gn(): Brush;
4292
+ protected hq(): Brush;
4293
+ protected ak(): FontInfo;
4294
+ protected es(a: DataGrid, b: DataGrid): void;
4295
+ protected e8(): void;
4296
+ protected fk(): void;
4297
+ protected fl(): void;
4298
+ protected hl(): void;
4299
+ protected hm(): void;
4300
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4301
+ private ho;
4302
+ get hr(): Brush;
4303
+ set hr(a: Brush);
4304
+ private hn;
4177
4305
  get hp(): Brush;
4178
4306
  set hp(a: Brush);
4179
- private hl;
4180
- get hn(): Brush;
4181
- set hn(a: Brush);
4182
- private g0;
4183
- get g2(): SortIndicatorStyle;
4184
- set g2(a: SortIndicatorStyle);
4185
- private gz;
4186
- get g1(): SortIndicatorStyle;
4187
- set g1(a: SortIndicatorStyle);
4188
- private g4;
4189
- get g8(): number;
4190
- set g8(a: number);
4307
+ private g2;
4308
+ get g4(): SortIndicatorStyle;
4309
+ set g4(a: SortIndicatorStyle);
4310
+ private g1;
4311
+ get g3(): SortIndicatorStyle;
4312
+ set g3(a: SortIndicatorStyle);
4191
4313
  private g6;
4192
4314
  get ha(): number;
4193
4315
  set ha(a: number);
4316
+ private g8;
4317
+ get hc(): number;
4318
+ set hc(a: number);
4319
+ private g7;
4320
+ get hb(): number;
4321
+ set hb(a: number);
4194
4322
  private g5;
4195
4323
  get g9(): number;
4196
4324
  set g9(a: number);
4197
- private g3;
4198
- get g7(): number;
4199
- set g7(a: number);
4200
- protected av(a: string): boolean;
4201
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4202
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4325
+ protected aw(a: string): boolean;
4326
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4327
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4203
4328
  }
4204
4329
  /**
4205
4330
  * @hidden
4206
4331
  */
4207
4332
  export declare class ColumnResizingSeparator extends DefinitionBase {
4208
4333
  static $t: Type;
4209
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4334
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4210
4335
  protected n(a: CellPath): CellModel;
4211
- protected gl(): Brush;
4212
- private gz;
4213
- get g1(): number;
4214
- set g1(a: number);
4215
- private g0;
4216
- get g2(): number;
4217
- set g2(a: number);
4218
- protected e6(): void;
4219
- protected g6(): void;
4220
- protected g5(a: any, b: PropertyChangedEventArgs): void;
4221
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4336
+ protected gn(): Brush;
4337
+ private g1;
4338
+ get g3(): number;
4339
+ set g3(a: number);
4340
+ private g2;
4341
+ get g4(): number;
4342
+ set g4(a: number);
4343
+ protected e8(): void;
4344
+ protected g8(): void;
4345
+ protected e4(): void;
4346
+ protected g7(a: any, b: PropertyChangedEventArgs): void;
4347
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4222
4348
  }
4223
4349
  /**
4224
4350
  * @hidden
4225
4351
  */
4226
4352
  export declare class HeaderSeparator extends DefinitionBase {
4227
4353
  static $t: Type;
4228
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4354
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4229
4355
  protected n(a: CellPath): CellModel;
4230
- protected gl(): Brush;
4231
- protected gz(): number;
4232
- protected er(a: DataGrid, b: DataGrid): void;
4233
- protected et(a: any, b: PropertyChangedEventArgs): void;
4234
- protected e6(): void;
4235
- private g0;
4236
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4356
+ protected gn(): Brush;
4357
+ protected g1(): number;
4358
+ protected es(a: DataGrid, b: DataGrid): void;
4359
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4360
+ protected e8(): void;
4361
+ protected e4(): void;
4362
+ private g2;
4363
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4237
4364
  }
4238
4365
  /**
4239
4366
  * @hidden
4240
4367
  */
4241
4368
  export declare class ImageColumn extends DataGridColumn {
4242
4369
  static $t: Type;
4243
- private pc;
4244
- get pd(): ImageStretchOptions;
4245
- set pd(a: ImageStretchOptions);
4246
- private pa;
4247
- get pb(): ImageResourceType;
4248
- set pb(a: ImageResourceType);
4249
- get o9(): EditorType;
4250
- set o9(a: EditorType);
4251
- get pe(): any;
4252
- set pe(a: any);
4253
- get pf(): string;
4254
- set pf(a: string);
4255
- get pg(): string;
4256
- set pg(a: string);
4370
+ private qt;
4371
+ get qu(): ImageStretchOptions;
4372
+ set qu(a: ImageStretchOptions);
4373
+ private qr;
4374
+ get qs(): ImageResourceType;
4375
+ set qs(a: ImageResourceType);
4376
+ get qq(): EditorType;
4377
+ set qq(a: EditorType);
4378
+ get qv(): any;
4379
+ set qv(a: any);
4380
+ get qw(): string;
4381
+ set qw(a: string);
4382
+ get qx(): string;
4383
+ set qx(a: string);
4257
4384
  constructor();
4258
4385
  protected k(): CellContentVerticalAlignment;
4259
- protected g6(): CellContentHorizontalAlignment;
4260
- protected hc(): CellContentVerticalAlignment;
4386
+ protected g8(): CellContentHorizontalAlignment;
4387
+ protected he(): CellContentVerticalAlignment;
4261
4388
  protected f(): CellContentHorizontalAlignment;
4262
4389
  protected n(a: CellPath): CellModel;
4263
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4264
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4265
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4266
- private ph;
4390
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4391
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4392
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4393
+ private qy;
4394
+ h0(): DataGridColumn;
4267
4395
  }
4268
4396
  /**
4269
4397
  * @hidden
@@ -4283,68 +4411,69 @@ export declare class NumericColumn extends DataGridColumn {
4283
4411
  static $t: Type;
4284
4412
  constructor();
4285
4413
  protected f(): CellContentHorizontalAlignment;
4286
- private pq;
4287
- get p4(): string;
4288
- set p4(a: string);
4289
- private ps;
4290
- get p8(): string;
4291
- set p8(a: string);
4292
- private pr;
4293
- get p6(): string;
4294
- set p6(a: string);
4295
- private pt;
4296
- get qa(): string;
4297
- set qa(a: string);
4298
- private pg;
4299
- get pj(): number;
4300
- set pj(a: number);
4301
- private ph;
4302
- get pk(): number;
4303
- set pk(a: number);
4304
- private pi;
4305
- get pl(): number;
4306
- set pl(a: number);
4307
- private pd;
4308
- get pe(): boolean;
4309
- set pe(a: boolean);
4310
- private pp;
4311
- get pz(): string;
4312
- set pz(a: string);
4313
- private o9;
4314
- get pa(): any[];
4315
- set pa(a: any[]);
4316
- private pm;
4317
- get po(): any;
4318
- set po(a: any);
4319
- get pc(): EditorType;
4320
- set pc(a: EditorType);
4321
- get pn(): any;
4322
- set pn(a: any);
4323
- get pu(): string;
4324
- set pu(a: string);
4325
- get pv(): string;
4326
- set pv(a: string);
4327
- pb: BindingFormatter;
4328
- protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4414
+ private q7;
4415
+ get rl(): string;
4416
+ set rl(a: string);
4417
+ private q9;
4418
+ get rp(): string;
4419
+ set rp(a: string);
4420
+ private q8;
4421
+ get rn(): string;
4422
+ set rn(a: string);
4423
+ private ra;
4424
+ get rr(): string;
4425
+ set rr(a: string);
4426
+ private qx;
4427
+ get q0(): number;
4428
+ set q0(a: number);
4429
+ private qy;
4430
+ get q1(): number;
4431
+ set q1(a: number);
4432
+ private qz;
4433
+ get q2(): number;
4434
+ set q2(a: number);
4435
+ private qu;
4436
+ get qv(): boolean;
4437
+ set qv(a: boolean);
4438
+ private q6;
4439
+ get rg(): string;
4440
+ set rg(a: string);
4441
+ private qq;
4442
+ get qr(): any[];
4443
+ set qr(a: any[]);
4444
+ private q3;
4445
+ get q5(): any;
4446
+ set q5(a: any);
4447
+ get qt(): EditorType;
4448
+ set qt(a: EditorType);
4449
+ get q4(): any;
4450
+ set q4(a: any);
4451
+ get rb(): string;
4452
+ set rb(a: string);
4453
+ get rc(): string;
4454
+ set rc(a: string);
4455
+ qs: BindingFormatter;
4456
+ protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4329
4457
  protected n(a: CellPath): CellModel;
4330
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4331
- d0(a: DataGrid, b: any, c: any): string;
4332
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4333
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4334
- private pf;
4335
- private pw;
4458
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4459
+ d1(a: DataGrid, b: any, c: any): string;
4460
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4461
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4462
+ private qw;
4463
+ private rd;
4464
+ h0(): DataGridColumn;
4336
4465
  }
4337
4466
  /**
4338
4467
  * @hidden
4339
4468
  */
4340
4469
  export declare class PinnedAreaSeparator extends DefinitionBase {
4341
4470
  static $t: Type;
4342
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4471
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4343
4472
  protected n(a: CellPath): CellModel;
4344
- protected gl(): Brush;
4345
- protected er(a: DataGrid, b: DataGrid): void;
4346
- protected e6(): void;
4347
- protected et(a: any, b: PropertyChangedEventArgs): void;
4473
+ protected gn(): Brush;
4474
+ protected es(a: DataGrid, b: DataGrid): void;
4475
+ protected e8(): void;
4476
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4348
4477
  }
4349
4478
  /**
4350
4479
  * @hidden
@@ -4372,167 +4501,170 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
4372
4501
  export declare class SectionFooter extends DefinitionBase {
4373
4502
  static $t: Type;
4374
4503
  protected n(a: CellPath): CellModel;
4375
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4376
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4377
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4504
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4505
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4506
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4378
4507
  }
4379
4508
  /**
4380
4509
  * @hidden
4381
4510
  */
4382
4511
  export declare class SectionHeader extends DefinitionBase {
4383
4512
  static $t: Type;
4384
- private hr;
4385
- get ht(): Brush;
4386
- set ht(a: Brush);
4387
- private hq;
4388
- get hs(): Brush;
4389
- set hs(a: Brush);
4390
- private g7;
4391
- get hb(): number;
4392
- set hb(a: number);
4513
+ private ht;
4514
+ get hv(): Brush;
4515
+ set hv(a: Brush);
4516
+ private hs;
4517
+ get hu(): Brush;
4518
+ set hu(a: Brush);
4393
4519
  private g9;
4394
4520
  get hd(): number;
4395
4521
  set hd(a: number);
4522
+ private hb;
4523
+ get hf(): number;
4524
+ set hf(a: number);
4525
+ private ha;
4526
+ get he(): number;
4527
+ set he(a: number);
4396
4528
  private g8;
4397
4529
  get hc(): number;
4398
4530
  set hc(a: number);
4399
- private g6;
4400
- get ha(): number;
4401
- set ha(a: number);
4402
- private g3;
4403
- get g4(): boolean;
4404
- set g4(a: boolean);
4405
- private g0;
4406
- get g1(): GroupSummaryDisplayMode;
4407
- set g1(a: GroupSummaryDisplayMode);
4531
+ private g5;
4532
+ get g6(): boolean;
4533
+ set g6(a: boolean);
4534
+ private g2;
4535
+ get g3(): GroupSummaryDisplayMode;
4536
+ set g3(a: GroupSummaryDisplayMode);
4408
4537
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
4409
4538
  constructor();
4410
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4539
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4411
4540
  protected n(a: CellPath): CellModel;
4412
- protected gl(): Brush;
4413
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4414
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4415
- protected er(a: DataGrid, b: DataGrid): void;
4416
- private g5;
4417
- private hn;
4418
- private hm;
4419
- protected et(a: any, b: PropertyChangedEventArgs): void;
4420
- hp(): void;
4421
- protected e6(): void;
4422
- protected fi(): void;
4423
- protected fj(): void;
4424
- ho(): void;
4425
- protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4426
- private gz;
4541
+ protected gn(): Brush;
4542
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4543
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4544
+ protected es(a: DataGrid, b: DataGrid): void;
4545
+ private g7;
4546
+ private hp;
4547
+ private ho;
4548
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4549
+ hr(): void;
4550
+ protected e8(): void;
4551
+ protected fk(): void;
4552
+ protected fl(): void;
4553
+ hq(): void;
4554
+ protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4555
+ private g1;
4427
4556
  }
4428
4557
  /**
4429
4558
  * @hidden
4430
4559
  */
4431
4560
  export declare class RowSeparator extends DefinitionBase {
4432
4561
  static $t: Type;
4433
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4434
- protected er(a: DataGrid, b: DataGrid): void;
4435
- protected e6(): void;
4436
- protected ff(): void;
4562
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4563
+ protected es(a: DataGrid, b: DataGrid): void;
4564
+ protected e8(): void;
4437
4565
  protected fh(): void;
4438
- protected fe(): void;
4439
- protected et(a: any, b: PropertyChangedEventArgs): void;
4566
+ protected fj(): void;
4567
+ protected fg(): void;
4568
+ protected e4(): void;
4569
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4440
4570
  protected n(a: CellPath): CellModel;
4441
- protected gl(): Brush;
4571
+ protected gn(): Brush;
4572
+ protected gt(): Brush;
4573
+ protected gq(): Brush;
4442
4574
  protected gr(): Brush;
4443
- protected go(): Brush;
4444
- protected gp(): Brush;
4445
- protected bi(): number;
4575
+ protected bj(): number;
4446
4576
  }
4447
4577
  /**
4448
4578
  * @hidden
4449
4579
  */
4450
4580
  export declare class HeaderRowSeparator extends DefinitionBase {
4451
4581
  static $t: Type;
4452
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4582
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4453
4583
  protected n(a: CellPath): CellModel;
4454
- protected gl(): Brush;
4455
- protected e6(): void;
4456
- protected er(a: DataGrid, b: DataGrid): void;
4457
- protected et(a: any, b: PropertyChangedEventArgs): void;
4584
+ protected gn(): Brush;
4585
+ protected e8(): void;
4586
+ protected e4(): void;
4587
+ protected es(a: DataGrid, b: DataGrid): void;
4588
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4458
4589
  }
4459
4590
  /**
4460
4591
  * @hidden
4461
4592
  */
4462
4593
  export declare abstract class SummaryRow extends DefinitionBase {
4463
4594
  static $t: Type;
4595
+ private ht;
4596
+ get hy(): Brush;
4597
+ set hy(a: Brush);
4464
4598
  private hr;
4599
+ get hv(): Brush;
4600
+ set hv(a: Brush);
4601
+ private hu;
4602
+ get hz(): Brush;
4603
+ set hz(a: Brush);
4604
+ private hs;
4465
4605
  get hw(): Brush;
4466
4606
  set hw(a: Brush);
4467
- private hp;
4468
- get ht(): Brush;
4469
- set ht(a: Brush);
4470
- private hs;
4471
- get hx(): Brush;
4472
- set hx(a: Brush);
4473
- private hq;
4474
- get hu(): Brush;
4475
- set hu(a: Brush);
4476
- private g0;
4607
+ private g2;
4477
4608
  get summaryNameTextStyle(): FontInfo;
4478
4609
  set summaryNameTextStyle(a: FontInfo);
4479
- private gz;
4480
- get g1(): FontInfo;
4481
- set g1(a: FontInfo);
4482
- private g5;
4483
- get g9(): number;
4484
- set g9(a: number);
4610
+ private g1;
4611
+ get g3(): FontInfo;
4612
+ set g3(a: FontInfo);
4485
4613
  private g7;
4486
4614
  get hb(): number;
4487
4615
  set hb(a: number);
4616
+ private g9;
4617
+ get hd(): number;
4618
+ set hd(a: number);
4619
+ private g8;
4620
+ get hc(): number;
4621
+ set hc(a: number);
4488
4622
  private g6;
4489
4623
  get ha(): number;
4490
4624
  set ha(a: number);
4491
- private g4;
4492
- get g8(): number;
4493
- set g8(a: number);
4494
4625
  constructor();
4495
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4626
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4496
4627
  protected n(a: CellPath): CellModel;
4497
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4498
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4499
- protected er(a: DataGrid, b: DataGrid): void;
4500
- protected hv(): Brush;
4501
- protected gs(): Brush;
4502
- protected et(a: any, b: PropertyChangedEventArgs): void;
4503
- protected hm(): void;
4504
- protected hn(): void;
4505
- protected fj(): void;
4628
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4629
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4630
+ protected es(a: DataGrid, b: DataGrid): void;
4631
+ protected e4(): void;
4632
+ protected hx(): Brush;
4633
+ protected gu(): Brush;
4634
+ protected eu(a: any, b: PropertyChangedEventArgs): void;
4506
4635
  protected ho(): void;
4507
- protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4508
- protected aj(): FontInfo;
4509
- protected g2(): FontInfo;
4636
+ protected hp(): void;
4637
+ protected fl(): void;
4638
+ protected hq(): void;
4639
+ protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4640
+ protected ak(): FontInfo;
4641
+ protected g4(): FontInfo;
4510
4642
  }
4511
4643
  /**
4512
4644
  * @hidden
4513
4645
  */
4514
4646
  export declare class SummaryRowRoot extends SummaryRow {
4515
4647
  static $t: Type;
4516
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4517
- protected gl(): Brush;
4518
- protected e6(): void;
4519
- protected hm(): void;
4520
- protected hn(): void;
4521
- protected fi(): void;
4648
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4649
+ protected gn(): Brush;
4650
+ protected e8(): void;
4522
4651
  protected ho(): void;
4652
+ protected hp(): void;
4653
+ protected fk(): void;
4654
+ protected hq(): void;
4523
4655
  }
4524
4656
  /**
4525
4657
  * @hidden
4526
4658
  */
4527
4659
  export declare class SummaryRowSection extends SummaryRow {
4528
4660
  static $t: Type;
4529
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4530
- protected gl(): Brush;
4531
- protected e6(): void;
4532
- protected hm(): void;
4533
- protected hn(): void;
4534
- protected fi(): void;
4661
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4662
+ protected gn(): Brush;
4663
+ protected e8(): void;
4535
4664
  protected ho(): void;
4665
+ protected hp(): void;
4666
+ protected fk(): void;
4667
+ protected hq(): void;
4536
4668
  }
4537
4669
  /**
4538
4670
  * @hidden
@@ -4541,12 +4673,13 @@ export declare class TemplateColumn extends DataGridColumn {
4541
4673
  static $t: Type;
4542
4674
  constructor();
4543
4675
  protected n(a: CellPath): CellModel;
4544
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4545
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4546
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4547
- pa(a: TemplateCellModel, b: any): void;
4676
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4677
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4678
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4679
+ qr(a: TemplateCellModel, b: any): void;
4548
4680
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4549
- protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4681
+ protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4682
+ h0(): DataGridColumn;
4550
4683
  }
4551
4684
  /**
4552
4685
  * @hidden
@@ -4565,23 +4698,24 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4565
4698
  */
4566
4699
  export declare class TextColumn extends DataGridColumn {
4567
4700
  static $t: Type;
4568
- private pb;
4569
- get pf(): string;
4570
- set pf(a: string);
4571
- get o9(): EditorType;
4572
- set o9(a: EditorType);
4573
- get pa(): any;
4574
- set pa(a: any);
4575
- get pc(): string;
4576
- set pc(a: string);
4577
- get pd(): string;
4578
- set pd(a: string);
4701
+ private qs;
4702
+ get qw(): string;
4703
+ set qw(a: string);
4704
+ get qq(): EditorType;
4705
+ set qq(a: EditorType);
4706
+ get qr(): any;
4707
+ set qr(a: any);
4708
+ get qt(): string;
4709
+ set qt(a: string);
4710
+ get qu(): string;
4711
+ set qu(a: string);
4579
4712
  protected n(a: CellPath): CellModel;
4580
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4581
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4582
- d0(a: DataGrid, b: any, c: any): string;
4583
- private pe;
4584
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4713
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4714
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4715
+ d1(a: DataGrid, b: any, c: any): string;
4716
+ private qv;
4717
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4718
+ h0(): DataGridColumn;
4585
4719
  }
4586
4720
  /**
4587
4721
  * @hidden
@@ -4590,9 +4724,9 @@ export declare class TextHeader extends Header {
4590
4724
  static $t: Type;
4591
4725
  constructor();
4592
4726
  protected n(a: CellPath): CellModel;
4593
- protected d3(a: CellPath, b: DataGrid, c: any): string;
4594
- em(a: CellModel, b: DataGrid, c: any, d: any): void;
4595
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4727
+ protected d4(a: CellPath, b: DataGrid, c: any): string;
4728
+ en(a: CellModel, b: DataGrid, c: any, d: any): void;
4729
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4596
4730
  }
4597
4731
  /**
4598
4732
  * @hidden