igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-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 +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  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 +267 -267
  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 +63 -65
  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 +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -151,7 +151,6 @@ import { CellStyleRequestedEventArgs } from "./CellStyleRequestedEventArgs";
151
151
  import { IToolbarTarget } from "igniteui-webcomponents-core";
152
152
  import { ToolCommand } from "igniteui-webcomponents-core";
153
153
  import { FormatCellEventArgs } from "./FormatCellEventArgs";
154
- import { GridColumnProviderOnAttachingOverrideEventArgs } from "igniteui-webcomponents-layouts";
155
154
  import { LayoutAction } from "./LayoutAction";
156
155
  import { ToolActionInfo } from "igniteui-webcomponents-core";
157
156
  import { ICommandAvailabilityListener } from "igniteui-webcomponents-core";
@@ -267,7 +266,6 @@ export interface IExternalGrid {
267
266
  setScrollbarStyle(a: ScrollbarStyle): void;
268
267
  setScrollbarColor(a: Brush): void;
269
268
  setClipboardText(a: string): void;
270
- setBackground(a: Brush): void;
271
269
  }
272
270
  /**
273
271
  * @hidden
@@ -1364,54 +1362,26 @@ export declare class TextCellModel extends CellModel {
1364
1362
  export declare class TextHeaderCellModel extends TextCellModel {
1365
1363
  static $t: Type;
1366
1364
  constructor();
1367
- static readonly oo: number;
1368
- private oc;
1369
- get od(): boolean;
1370
- set od(a: boolean);
1371
- static readonly op: number;
1365
+ static readonly of: number;
1366
+ private oa;
1367
+ get ob(): boolean;
1368
+ set ob(a: boolean);
1369
+ static readonly og: number;
1372
1370
  private n8;
1373
1371
  get n9(): SortIndicatorStyle;
1374
1372
  set n9(a: SortIndicatorStyle);
1375
- static readonly oi: number;
1373
+ static readonly oc: number;
1376
1374
  private n4;
1377
1375
  get n5(): ColumnOptionsIconAlignment;
1378
1376
  set n5(a: ColumnOptionsIconAlignment);
1379
- static readonly ok: number;
1380
- private o6;
1381
- get pd(): Brush;
1382
- set pd(a: Brush);
1383
- static readonly oj: number;
1377
+ static readonly oe: number;
1378
+ private om;
1379
+ get on(): Brush;
1380
+ set on(a: Brush);
1381
+ static readonly od: number;
1384
1382
  private n6;
1385
1383
  get n7(): ColumnOptionsIconBehavior;
1386
1384
  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);
1415
1385
  mo(a: string, b: any): void;
1416
1386
  l0(a: string): Type;
1417
1387
  id(a: string): any;
@@ -1423,13 +1393,13 @@ export declare class TextHeaderCellModel extends TextCellModel {
1423
1393
  export declare class Pager extends Base implements INotifyPropertyChanged {
1424
1394
  static $t: Type;
1425
1395
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
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;
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;
1433
1403
  protected n: PagerView;
1434
1404
  private _executionContext;
1435
1405
  get executionContext(): IExecutionContext;
@@ -1439,8 +1409,8 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
1439
1409
  private t;
1440
1410
  protected get u(): SRProvider;
1441
1411
  private au;
1442
- get bb(): string;
1443
- set bb(a: string);
1412
+ get a9(): string;
1413
+ set a9(a: string);
1444
1414
  private g;
1445
1415
  get targetGrid(): DataGrid;
1446
1416
  set targetGrid(a: DataGrid);
@@ -1462,16 +1432,10 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
1462
1432
  private r;
1463
1433
  get s(): FontInfo;
1464
1434
  set s(a: FontInfo);
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;
1435
+ private b8;
1436
+ get ca(): Brush;
1437
+ set ca(a: Brush);
1438
+ private b9;
1475
1439
  get border(): Brush;
1476
1440
  set border(a: Brush);
1477
1441
  private k;
@@ -1496,42 +1460,40 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
1496
1460
  private get aq();
1497
1461
  private set aq(value);
1498
1462
  pageChanged: (sender: any, args: PageChangedEventArgs) => void;
1499
- private bq;
1463
+ private bo;
1500
1464
  private aa;
1501
1465
  private v;
1502
1466
  private w;
1503
1467
  private ab;
1504
1468
  private z;
1505
1469
  constructor();
1506
- private b4;
1507
- b3(): void;
1508
- private bn;
1509
- private bv;
1470
+ private b2;
1471
+ b1(): void;
1510
1472
  private bl;
1511
- private cb;
1512
- private ca;
1513
- b9(): void;
1514
- bp(): void;
1515
- b0(): void;
1473
+ private bt;
1474
+ private bj;
1475
+ private b7;
1476
+ private b6;
1477
+ b5(): void;
1478
+ bn(): void;
1479
+ by(): void;
1480
+ bk(): void;
1516
1481
  bm(): void;
1517
- bo(): void;
1518
1482
  provideContainer(a: any): void;
1519
- private bz;
1520
- private b7;
1521
- private b8;
1483
+ private bx;
1522
1484
  private y;
1523
- private bs;
1485
+ private bq;
1524
1486
  private x;
1525
- private br;
1526
- private bx;
1527
- private bu;
1487
+ private bp;
1488
+ private bv;
1489
+ private bs;
1528
1490
  private f;
1529
- private by;
1530
- private b6;
1531
- b5(): void;
1491
+ private bw;
1492
+ private b4;
1493
+ b3(): void;
1532
1494
  a(a: IDataSource, b: any[]): ISummaryResult[][];
1533
1495
  as(): any;
1534
- a1(): string;
1496
+ az(): string;
1535
1497
  e(): PagerVisualModelExport;
1536
1498
  }
1537
1499
  /**
@@ -1660,7 +1622,7 @@ export declare class EditingManager extends Base {
1660
1622
  */
1661
1623
  export declare class DataGrid extends Base implements INotifyPropertyChanged {
1662
1624
  static $t: Type;
1663
- private ou;
1625
+ private os;
1664
1626
  get externalObject(): any;
1665
1627
  set externalObject(a: any);
1666
1628
  private _propertySetter;
@@ -1681,48 +1643,45 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1681
1643
  private _toolbar;
1682
1644
  get toolbar(): IDataGridComponent;
1683
1645
  set toolbar(a: IDataGridComponent);
1684
- private gp;
1685
- get theme(): BaseControlTheme;
1686
- set theme(a: BaseControlTheme);
1687
1646
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1688
1647
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1689
- wp(a: DataGridColumn): void;
1690
- wo(a: DataGridColumn): void;
1648
+ wd(a: DataGridColumn): void;
1649
+ wc(a: DataGridColumn): void;
1691
1650
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1692
1651
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1693
1652
  p(a: CellModel): ColumnFilterCondition;
1694
1653
  r(a: CellModel): DataSourceSchemaPropertyType;
1695
- wz(a: DataGridColumn): void;
1654
+ wn(a: DataGridColumn): void;
1696
1655
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1697
1656
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1698
- uz(a: CellModel, b: ColumnFilterCondition): void;
1699
- uy(a: CellModel, b: ColumnFilterCondition): void;
1700
- wy(a: DataGridColumn): void;
1657
+ un(a: CellModel, b: ColumnFilterCondition): void;
1658
+ um(a: CellModel, b: ColumnFilterCondition): void;
1659
+ wm(a: DataGridColumn): void;
1701
1660
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1702
1661
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1703
- wv(a: DataGridColumn): void;
1704
- wu(a: DataGridColumn): void;
1662
+ wj(a: DataGridColumn): void;
1663
+ wi(a: DataGridColumn): void;
1705
1664
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1706
1665
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1707
- wr(a: DataGridColumn): void;
1708
- wq(a: DataGridColumn): void;
1666
+ wf(a: DataGridColumn): void;
1667
+ we(a: DataGridColumn): void;
1709
1668
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1710
- wj(a: CellModel): void;
1669
+ v7(a: CellModel): void;
1711
1670
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1712
- wk(a: CellModel): void;
1671
+ v8(a: CellModel): void;
1713
1672
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1714
- wh(a: CellModel): void;
1673
+ v5(a: CellModel): void;
1715
1674
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1716
- wi(a: CellModel): void;
1717
- xr(a: number, b: string): void;
1675
+ v6(a: CellModel): void;
1676
+ xf(a: number, b: string): void;
1718
1677
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
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;
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;
1726
1685
  private bs;
1727
1686
  get columnResizingMode(): ColumnResizingMode;
1728
1687
  set columnResizingMode(a: ColumnResizingMode);
@@ -1730,103 +1689,103 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1730
1689
  get columnMovingMode(): ColumnMovingMode;
1731
1690
  set columnMovingMode(a: ColumnMovingMode);
1732
1691
  e2: HoverManager;
1733
- private h8;
1692
+ private h6;
1734
1693
  get isRowHoverEnabled(): boolean;
1735
1694
  set isRowHoverEnabled(a: boolean);
1736
- private aap;
1695
+ private z4;
1737
1696
  get rowHoverBackground(): Brush;
1738
1697
  set rowHoverBackground(a: Brush);
1739
- private aaq;
1698
+ private z5;
1740
1699
  get rowHoverTextColor(): Brush;
1741
1700
  set rowHoverTextColor(a: Brush);
1742
- private aah;
1701
+ private zw;
1743
1702
  get editRowBorder(): Brush;
1744
1703
  set editRowBorder(a: Brush);
1745
- private acm;
1704
+ private abs;
1746
1705
  get editRowBorderWidth(): Thickness;
1747
1706
  set editRowBorderWidth(a: Thickness);
1748
- acg: Point;
1707
+ abm: Point;
1749
1708
  as: CellPath;
1750
1709
  ap: CellPath;
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;
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;
1769
1727
  private mh;
1770
- private mi;
1771
- private ly;
1728
+ private mf;
1729
+ private mg;
1730
+ private lw;
1731
+ private l5;
1732
+ private l6;
1772
1733
  private l7;
1773
1734
  private l8;
1774
- private l9;
1775
- private ma;
1776
1735
  private at;
1777
- private no;
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);
1778
1746
  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;
1788
1747
  private fo;
1789
- private w7;
1748
+ private wv;
1790
1749
  private ao;
1791
1750
  private ak;
1792
1751
  private al;
1793
- private l3;
1794
- private mg;
1795
- private md;
1752
+ private l1;
1796
1753
  private me;
1797
- private w9;
1798
- private xa;
1799
- private y4;
1800
- private xb;
1801
- private lt;
1802
- private lu;
1803
- private y9;
1804
- private aci;
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;
1805
1764
  private aj;
1806
1765
  getHitCell(a: number, b: number): CellModel;
1807
1766
  private av;
1808
- private i5;
1809
- private u7;
1810
- private zs;
1811
- constructor();
1812
- yu(a: ColumnGroupDescription): void;
1813
- yv(a: ColumnSummaryDescription): void;
1767
+ private i3;
1768
+ private uv;
1814
1769
  private zg;
1815
- private vh;
1816
- private j7;
1817
- private ve;
1818
- private ze;
1819
- private zm;
1770
+ 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;
1820
1779
  private b6;
1780
+ private iw;
1781
+ private yv;
1782
+ private yw;
1821
1783
  private iy;
1822
- private y7;
1823
- private y8;
1824
- private i0;
1825
- private y6;
1826
- private y5;
1827
- private ix;
1828
- private x6;
1829
- private x7;
1784
+ private yu;
1785
+ private yt;
1786
+ private iv;
1787
+ private xu;
1788
+ private xv;
1830
1789
  private c5;
1831
1790
  get c6(): GridAnimationManager;
1832
1791
  set c6(a: GridAnimationManager);
@@ -1860,7 +1819,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1860
1819
  get ga(): SortManager;
1861
1820
  set ga(a: SortManager);
1862
1821
  ck: EditingManager;
1863
- private hb;
1822
+ private g9;
1864
1823
  get tickProvider(): ITickProvider;
1865
1824
  set tickProvider(a: ITickProvider);
1866
1825
  private f3;
@@ -1908,46 +1867,46 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1908
1867
  private _viewportManager;
1909
1868
  get viewportManager(): IViewportManager;
1910
1869
  set viewportManager(a: IViewportManager);
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;
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;
1918
1877
  get density(): ControlDisplayDensity;
1919
1878
  set density(a: ControlDisplayDensity);
1920
- private m1;
1879
+ private mz;
1921
1880
  get actualRowHeight(): number;
1922
1881
  set actualRowHeight(a: number);
1923
- private nf;
1882
+ private nd;
1924
1883
  get rowHeight(): number;
1925
1884
  set rowHeight(a: number);
1926
1885
  private cb;
1927
1886
  get defaultColumnWidth(): ColumnWidth;
1928
1887
  set defaultColumnWidth(a: ColumnWidth);
1929
- private l6;
1888
+ private l4;
1930
1889
  get defaultColumnMinWidth(): number;
1931
1890
  set defaultColumnMinWidth(a: number);
1932
- private m0;
1891
+ private my;
1933
1892
  get actualHeaderHeight(): number;
1934
1893
  set actualHeaderHeight(a: number);
1935
- private m7;
1894
+ private m5;
1936
1895
  get headerHeight(): number;
1937
1896
  set headerHeight(a: number);
1938
- private nk;
1897
+ private ni;
1939
1898
  get sectionHeaderHeight(): number;
1940
1899
  set sectionHeaderHeight(a: number);
1941
- private ov;
1900
+ private ot;
1942
1901
  get itemsSource(): any;
1943
1902
  set itemsSource(a: any);
1944
- private nj;
1903
+ private nh;
1945
1904
  get sectionFooterHeight(): number;
1946
1905
  set sectionFooterHeight(a: number);
1947
- private nh;
1906
+ private nf;
1948
1907
  get rowSpacingHeight(): number;
1949
1908
  set rowSpacingHeight(a: number);
1950
- private m5;
1909
+ private m3;
1951
1910
  get columnSpacingWidth(): number;
1952
1911
  set columnSpacingWidth(a: number);
1953
1912
  private ew;
@@ -1959,41 +1918,41 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1959
1918
  private cl;
1960
1919
  get editModeClickAction(): EditModeClickAction;
1961
1920
  set editModeClickAction(a: EditModeClickAction);
1962
- private hn;
1921
+ private hl;
1963
1922
  get editOnKeyPress(): boolean;
1964
1923
  set editOnKeyPress(a: boolean);
1965
- private hj;
1924
+ private hh;
1966
1925
  get autoGenerateColumns(): boolean;
1967
1926
  set autoGenerateColumns(a: boolean);
1968
- private ng;
1927
+ private ne;
1969
1928
  get rowSeparatorHeight(): number;
1970
1929
  set rowSeparatorHeight(a: number);
1971
- private h7;
1930
+ private h5;
1972
1931
  get isPlaceholderRenderingEnabled(): boolean;
1973
1932
  set isPlaceholderRenderingEnabled(a: boolean);
1974
- private jn;
1933
+ private jl;
1975
1934
  private b0;
1976
1935
  private bw;
1977
1936
  get columnAddingAnimationMode(): ColumnShowingAnimationMode;
1978
1937
  set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
1979
- get jv(): boolean;
1938
+ get jt(): boolean;
1980
1939
  private bn;
1981
1940
  get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
1982
1941
  set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
1983
- protected get jo(): boolean;
1984
- get jk(): boolean;
1942
+ protected get jm(): boolean;
1943
+ get ji(): boolean;
1985
1944
  private ah;
1986
1945
  get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
1987
1946
  set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
1988
- get kh(): boolean;
1947
+ get kf(): boolean;
1989
1948
  private fw;
1990
1949
  get rowSelectionAnimationMode(): RowSelectionAnimationMode;
1991
1950
  set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
1992
- get kf(): boolean;
1951
+ get kd(): boolean;
1993
1952
  private ft;
1994
1953
  get rowHoverAnimationMode(): RowHoverAnimationMode;
1995
1954
  set rowHoverAnimationMode(a: RowHoverAnimationMode);
1996
- get jl(): boolean;
1955
+ get jj(): boolean;
1997
1956
  private aw;
1998
1957
  get cellSelectionAnimationMode(): CellSelectionAnimationMode;
1999
1958
  set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
@@ -2003,32 +1962,32 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2003
1962
  private c7;
2004
1963
  get animationSettings(): GridAnimationSettings;
2005
1964
  set animationSettings(a: GridAnimationSettings);
2006
- jw(a: DataGridColumn): boolean;
1965
+ ju(a: DataGridColumn): boolean;
2007
1966
  private br;
2008
1967
  private bp;
2009
1968
  get columnResizingAnimationMode(): ColumnResizingAnimationMode;
2010
1969
  set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
2011
- private jx;
1970
+ private jv;
2012
1971
  private b1;
2013
1972
  private bx;
2014
1973
  get columnShowingAnimationMode(): ColumnShowingAnimationMode;
2015
1974
  set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
2016
- private jr;
1975
+ private jp;
2017
1976
  private bd;
2018
1977
  private bb;
2019
1978
  get columnMovingAnimationMode(): ColumnMovingAnimationMode;
2020
1979
  set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
2021
- private jq;
1980
+ private jo;
2022
1981
  private ba;
2023
1982
  private a8;
2024
1983
  get columnHidingAnimationMode(): ColumnHidingAnimationMode;
2025
1984
  set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
2026
- private jp;
1985
+ private jn;
2027
1986
  private a2;
2028
1987
  private a0;
2029
1988
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
2030
1989
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
2031
- private acn;
1990
+ private abt;
2032
1991
  get inset(): Thickness;
2033
1992
  set inset(a: Thickness);
2034
1993
  private ch;
@@ -2040,12 +1999,12 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2040
1999
  private el;
2041
2000
  get selectionBehavior(): GridSelectionBehavior;
2042
2001
  set selectionBehavior(a: GridSelectionBehavior);
2043
- private ic;
2002
+ private ia;
2044
2003
  get mouseDragSelectionEnabled(): boolean;
2045
2004
  set mouseDragSelectionEnabled(a: boolean);
2046
- private hr;
2047
- get ji(): boolean;
2048
- set ji(a: boolean);
2005
+ private hp;
2006
+ get jg(): boolean;
2007
+ set jg(a: boolean);
2049
2008
  private ed;
2050
2009
  get selectedItems(): GridSelectedItemsCollection;
2051
2010
  private ei;
@@ -2054,228 +2013,219 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2054
2013
  get selectedCells(): GridSelectedCellsCollection;
2055
2014
  private d6;
2056
2015
  get selectedCellRanges(): GridSelectedCellRangesCollection;
2057
- private hq;
2058
- get jh(): boolean;
2059
- set jh(a: boolean);
2016
+ private ho;
2017
+ get jf(): boolean;
2018
+ set jf(a: boolean);
2060
2019
  private ec;
2061
2020
  get pinnedItems(): GridSelectedItemsCollection;
2062
2021
  private eh;
2063
2022
  get pinnedKeys(): GridSelectedKeysCollection;
2064
- private zi;
2065
- private hu;
2023
+ private y6;
2024
+ private hs;
2066
2025
  get isColumnOptionsEnabled(): boolean;
2067
2026
  set isColumnOptionsEnabled(a: boolean);
2068
- private hy;
2027
+ private hw;
2069
2028
  get isGroupByAreaVisible(): boolean;
2070
2029
  set isGroupByAreaVisible(a: boolean);
2071
- private h3;
2030
+ private h1;
2072
2031
  get isGroupRowSticky(): boolean;
2073
2032
  set isGroupRowSticky(a: boolean);
2074
- private h4;
2033
+ private h2;
2075
2034
  get isHeaderSeparatorVisible(): boolean;
2076
2035
  set isHeaderSeparatorVisible(a: boolean);
2077
- private z5;
2036
+ private zq;
2078
2037
  get cellSelectedBackground(): Brush;
2079
2038
  set cellSelectedBackground(a: Brush);
2080
- private aax;
2039
+ private aac;
2081
2040
  get sectionHeaderSelectedBackground(): Brush;
2082
2041
  set sectionHeaderSelectedBackground(a: Brush);
2083
- private aa0;
2042
+ private aaf;
2084
2043
  get summaryRootBackground(): Brush;
2085
2044
  set summaryRootBackground(a: Brush);
2086
- private aa4;
2045
+ private aaj;
2087
2046
  get summarySectionBackground(): Brush;
2088
2047
  set summarySectionBackground(a: Brush);
2089
- private mf;
2048
+ private md;
2090
2049
  get pinnedRowOpacity(): number;
2091
2050
  set pinnedRowOpacity(a: number);
2092
- private gu;
2051
+ private gs;
2093
2052
  get editTextStyle(): FontInfo;
2094
2053
  set editTextStyle(a: FontInfo);
2095
- private mb;
2054
+ private l9;
2096
2055
  get editOpacity(): number;
2097
2056
  set editOpacity(a: number);
2098
- private aag;
2057
+ private zv;
2099
2058
  get deletedTextColor(): Brush;
2100
2059
  set deletedTextColor(a: Brush);
2101
- private aaz;
2060
+ private aae;
2102
2061
  get stickyRowBackground(): Brush;
2103
2062
  set stickyRowBackground(a: Brush);
2104
- private aao;
2063
+ private z3;
2105
2064
  get pinnedRowBackground(): Brush;
2106
2065
  set pinnedRowBackground(a: Brush);
2107
- private aan;
2066
+ private z2;
2108
2067
  get lastStickyRowBackground(): Brush;
2109
2068
  set lastStickyRowBackground(a: Brush);
2110
2069
  private dh;
2111
2070
  private dg;
2112
2071
  get activeCell(): GridCellPosition;
2113
2072
  set activeCell(a: GridCellPosition);
2114
- private z4;
2073
+ private zp;
2115
2074
  get cellBackground(): Brush;
2116
2075
  set cellBackground(a: Brush);
2117
- private z6;
2076
+ private zr;
2118
2077
  get cellTextColor(): Brush;
2119
2078
  set cellTextColor(a: Brush);
2120
- private aal;
2079
+ private z0;
2121
2080
  get headerSortIndicatorColor(): Brush;
2122
2081
  set headerSortIndicatorColor(a: Brush);
2123
2082
  private f7;
2124
2083
  get headerSortIndicatorStyle(): SortIndicatorStyle;
2125
2084
  set headerSortIndicatorStyle(a: SortIndicatorStyle);
2126
- private gt;
2085
+ private gr;
2127
2086
  get cellTextStyle(): FontInfo;
2128
2087
  set cellTextStyle(a: FontInfo);
2129
- private aaw;
2088
+ private aab;
2130
2089
  get sectionHeaderBackground(): Brush;
2131
2090
  set sectionHeaderBackground(a: Brush);
2132
- private aay;
2091
+ private aad;
2133
2092
  get sectionHeaderTextColor(): Brush;
2134
2093
  set sectionHeaderTextColor(a: Brush);
2135
- private gw;
2094
+ private gu;
2136
2095
  get sectionHeaderTextStyle(): FontInfo;
2137
2096
  set sectionHeaderTextStyle(a: FontInfo);
2138
- private gx;
2097
+ private gv;
2139
2098
  get summaryRootLabelTextStyle(): FontInfo;
2140
2099
  set summaryRootLabelTextStyle(a: FontInfo);
2141
- private gz;
2100
+ private gx;
2142
2101
  get summarySectionLabelTextStyle(): FontInfo;
2143
2102
  set summarySectionLabelTextStyle(a: FontInfo);
2144
- private aa3;
2103
+ private aai;
2145
2104
  get summaryRootValueTextColor(): Brush;
2146
2105
  set summaryRootValueTextColor(a: Brush);
2147
- private gy;
2106
+ private gw;
2148
2107
  get summaryRootValueTextStyle(): FontInfo;
2149
2108
  set summaryRootValueTextStyle(a: FontInfo);
2150
- private g0;
2109
+ private gy;
2151
2110
  get summarySectionValueTextStyle(): FontInfo;
2152
2111
  set summarySectionValueTextStyle(a: FontInfo);
2153
- private aa7;
2112
+ private aam;
2154
2113
  get summarySectionValueTextColor(): Brush;
2155
2114
  set summarySectionValueTextColor(a: Brush);
2156
- private aa1;
2115
+ private aag;
2157
2116
  get summaryRootLabelTextColor(): Brush;
2158
2117
  set summaryRootLabelTextColor(a: Brush);
2159
- private aa5;
2118
+ private aak;
2160
2119
  get summarySectionLabelTextColor(): Brush;
2161
2120
  set summarySectionLabelTextColor(a: Brush);
2162
- private aa2;
2121
+ private aah;
2163
2122
  get summaryRootSelectedBackground(): Brush;
2164
2123
  set summaryRootSelectedBackground(a: Brush);
2165
- private aa6;
2124
+ private aal;
2166
2125
  get summarySectionSelectedBackground(): Brush;
2167
2126
  set summarySectionSelectedBackground(a: Brush);
2168
- private nd;
2127
+ private nb;
2169
2128
  get pinnedAreaSeparatorWidth(): number;
2170
2129
  set pinnedAreaSeparatorWidth(a: number);
2171
- private m8;
2130
+ private m6;
2172
2131
  get headerSeparatorWidth(): number;
2173
2132
  set headerSeparatorWidth(a: number);
2174
- ns(a: number): number;
2175
- private aak;
2133
+ nq(a: number): number;
2134
+ private zz;
2176
2135
  get headerSeparatorBackground(): Brush;
2177
2136
  set headerSeparatorBackground(a: Brush);
2178
- private aai;
2137
+ private zx;
2179
2138
  get headerBackground(): Brush;
2180
2139
  set headerBackground(a: Brush);
2181
- private aam;
2140
+ private z1;
2182
2141
  get headerTextColor(): Brush;
2183
2142
  set headerTextColor(a: Brush);
2184
- private gv;
2143
+ private gt;
2185
2144
  get headerTextStyle(): FontInfo;
2186
2145
  set headerTextStyle(a: FontInfo);
2187
- private aar;
2146
+ private z6;
2188
2147
  get rowSeparatorBackground(): Brush;
2189
2148
  set rowSeparatorBackground(a: Brush);
2190
- private aaj;
2149
+ private zy;
2191
2150
  get headerRowSeparatorBackground(): Brush;
2192
2151
  set headerRowSeparatorBackground(a: Brush);
2193
- private aau;
2152
+ private z9;
2194
2153
  get rowSeparatorStickyRowBackground(): Brush;
2195
2154
  set rowSeparatorStickyRowBackground(a: Brush);
2196
- private aas;
2155
+ private z7;
2197
2156
  get rowSeparatorLastStickyRowBackground(): Brush;
2198
2157
  set rowSeparatorLastStickyRowBackground(a: Brush);
2199
- private aat;
2158
+ private z8;
2200
2159
  get rowSeparatorPinnedRowBackground(): Brush;
2201
2160
  set rowSeparatorPinnedRowBackground(a: Brush);
2202
- private m4;
2161
+ private m2;
2203
2162
  get columnResizingSeparatorWidth(): number;
2204
2163
  set columnResizingSeparatorWidth(a: number);
2205
- private l5;
2164
+ private l3;
2206
2165
  get columnResizingSeparatorOpacity(): number;
2207
2166
  set columnResizingSeparatorOpacity(a: number);
2208
- private m2;
2167
+ private m0;
2209
2168
  get columnMovingSeparatorWidth(): number;
2210
2169
  set columnMovingSeparatorWidth(a: number);
2211
- private l4;
2170
+ private l2;
2212
2171
  get columnMovingSeparatorOpacity(): number;
2213
2172
  set columnMovingSeparatorOpacity(a: number);
2214
- private aaf;
2173
+ private zu;
2215
2174
  get columnResizingSeparatorBackground(): Brush;
2216
2175
  set columnResizingSeparatorBackground(a: Brush);
2217
- private z7;
2176
+ private zs;
2218
2177
  get columnMovingSeparatorBackground(): Brush;
2219
2178
  set columnMovingSeparatorBackground(a: Brush);
2220
- private ip;
2179
+ private im;
2221
2180
  get shiftSectionContent(): boolean;
2222
2181
  set shiftSectionContent(a: boolean);
2223
2182
  private bi;
2224
2183
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2225
2184
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2226
- private aac;
2185
+ private zt;
2227
2186
  get columnOptionsIconColor(): Brush;
2228
2187
  set columnOptionsIconColor(a: Brush);
2229
2188
  private bk;
2230
2189
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2231
2190
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2232
- private z1;
2233
- get actualBorder(): Brush;
2234
- set actualBorder(a: Brush);
2235
- private z3;
2191
+ private zo;
2236
2192
  get border(): Brush;
2237
2193
  set border(a: Brush);
2238
- private acl;
2239
- get acr(): Thickness;
2240
- set acr(a: Thickness);
2241
- private acj;
2194
+ private abr;
2195
+ get abx(): Thickness;
2196
+ set abx(a: Thickness);
2197
+ private abp;
2242
2198
  get actualBorderWidth(): Thickness;
2243
2199
  set actualBorderWidth(a: Thickness);
2244
- private ack;
2200
+ private abq;
2245
2201
  get borderWidth(): Thickness;
2246
2202
  set borderWidth(a: Thickness);
2247
- private ih;
2203
+ private ie;
2248
2204
  get notifyOnAllSelectionChanges(): boolean;
2249
2205
  set notifyOnAllSelectionChanges(a: boolean);
2250
- private zv;
2251
- get zz(): CornerRadius;
2252
- set zz(a: CornerRadius);
2253
- private zu;
2206
+ private zj;
2207
+ get zn(): CornerRadius;
2208
+ set zn(a: CornerRadius);
2209
+ private zi;
2254
2210
  get cornerRadius(): CornerRadius;
2255
2211
  set cornerRadius(a: CornerRadius);
2256
- private zt;
2212
+ private zh;
2257
2213
  get actualCornerRadius(): CornerRadius;
2258
2214
  set actualCornerRadius(a: CornerRadius);
2259
2215
  static readonly isActiveCellStyleEnabledPropertyName: string;
2260
- private ht;
2216
+ private hr;
2261
2217
  get isActiveCellStyleEnabled(): boolean;
2262
2218
  set isActiveCellStyleEnabled(a: boolean);
2263
- private iv;
2219
+ private it;
2264
2220
  get stopPropagation(): boolean;
2265
2221
  set stopPropagation(a: boolean);
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;
2222
+ private g7;
2273
2223
  get platformPixelConverter(): IPlatformPixelConverter;
2274
2224
  set platformPixelConverter(a: IPlatformPixelConverter);
2275
2225
  private e3;
2276
2226
  get renderingEngine(): ICellRenderingEngine;
2277
2227
  set renderingEngine(a: ICellRenderingEngine);
2278
- private xn;
2228
+ private xb;
2279
2229
  private fr;
2280
2230
  get responsiveStates(): ResponsiveStatesCollection;
2281
2231
  private gl;
@@ -2288,10 +2238,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2288
2238
  private b8;
2289
2239
  private ab;
2290
2240
  private ac;
2291
- private is;
2292
- private ir;
2293
- private it;
2294
2241
  private iq;
2242
+ private ip;
2243
+ private ir;
2244
+ private io;
2295
2245
  private b2;
2296
2246
  private a4;
2297
2247
  private v;
@@ -2299,17 +2249,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2299
2249
  get initialSortDescriptions(): ColumnSortDescriptionCollection;
2300
2250
  get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
2301
2251
  get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
2302
- private o7;
2252
+ private o5;
2303
2253
  get initialSorts(): string;
2304
2254
  set initialSorts(a: string);
2305
- private o6;
2255
+ private o4;
2306
2256
  get initialGroups(): string;
2307
2257
  set initialGroups(a: string);
2308
- private o8;
2258
+ private o6;
2309
2259
  get initialSummaries(): string;
2310
2260
  set initialSummaries(a: string);
2311
- private vm;
2312
- jf(a: any[], b: any[]): boolean;
2261
+ private va;
2262
+ jd(a: any[], b: any[]): boolean;
2313
2263
  get sortDescriptions(): ColumnSortDescriptionCollection;
2314
2264
  get groupDescriptions(): ColumnGroupDescriptionCollection;
2315
2265
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
@@ -2317,47 +2267,47 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2317
2267
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2318
2268
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2319
2269
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2320
- private ww;
2270
+ private wk;
2321
2271
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2322
2272
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2323
2273
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
2324
2274
  get filterExpressions(): FilterExpressionCollection;
2325
2275
  get summaryDescriptions(): ColumnSummaryDescriptionCollection;
2326
- private iw;
2276
+ private iu;
2327
2277
  private gh;
2328
2278
  get summaryScope(): SummaryScope;
2329
2279
  set summaryScope(a: SummaryScope);
2330
- private h0;
2331
- private hz;
2280
+ private hy;
2281
+ private hx;
2332
2282
  get isGroupCollapsable(): boolean;
2333
2283
  set isGroupCollapsable(a: boolean);
2334
- private ho;
2284
+ private hm;
2335
2285
  private es;
2336
2286
  get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
2337
2287
  set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
2338
- private h2;
2339
- private h1;
2288
+ private h0;
2289
+ private hz;
2340
2290
  get isGroupExpandedDefault(): boolean;
2341
2291
  set isGroupExpandedDefault(a: boolean);
2342
- private hp;
2292
+ private hn;
2343
2293
  private eu;
2344
2294
  get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
2345
2295
  set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
2346
- private hi;
2296
+ private hg;
2347
2297
  get autoAcceptEdits(): boolean;
2348
2298
  set autoAcceptEdits(a: boolean);
2349
2299
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2350
2300
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2351
- protected xl(a: string, b: any, c: any): void;
2352
- yt(): void;
2353
- yd(): void;
2354
- ye(): void;
2301
+ protected w9(a: string, b: any, c: any): void;
2302
+ yh(): void;
2303
+ x1(): void;
2304
+ x2(): void;
2355
2305
  calculateCompleted: (sender: any, e: any) => void;
2356
- v5(): void;
2357
- vg(): void;
2358
- private im;
2359
- get k5(): boolean;
2360
- set k5(a: boolean);
2306
+ vt(): void;
2307
+ u4(): void;
2308
+ private ik;
2309
+ get k3(): boolean;
2310
+ set k3(a: boolean);
2361
2311
  refresh(): void;
2362
2312
  flush(): void;
2363
2313
  private z;
@@ -2370,40 +2320,40 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2370
2320
  private a;
2371
2321
  get actualPrimaryKey(): string[];
2372
2322
  set actualPrimaryKey(a: string[]);
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;
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;
2380
2330
  syncBorder(): void;
2381
- private w5;
2331
+ private wt;
2382
2332
  private n;
2383
2333
  private o;
2384
2334
  private h;
2385
- private u1;
2386
- private yx;
2387
- private vi;
2388
- private vj;
2389
- private yy;
2390
- private vk;
2391
- private u5;
2392
- private u4;
2335
+ private up;
2336
+ private yl;
2337
+ private u6;
2338
+ private u7;
2339
+ private ym;
2340
+ private u8;
2341
+ private ut;
2342
+ private us;
2393
2343
  rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2394
- private lo;
2395
- private rg;
2396
- private xo;
2397
- private vc;
2398
- private u3;
2399
- private w4;
2400
- vz(): void;
2344
+ private lm;
2345
+ private q5;
2346
+ private xc;
2347
+ private u0;
2348
+ private ur;
2349
+ private ws;
2350
+ vn(): void;
2401
2351
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2402
2352
  onSizeChanged(a: number, b: number): void;
2403
2353
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
2404
- private nb;
2405
- private nc;
2406
- lj: boolean;
2354
+ private m9;
2355
+ private na;
2356
+ lh: boolean;
2407
2357
  notifyScrollStart(): void;
2408
2358
  notifyScrollStop(): void;
2409
2359
  setViewport(a: number, b: number, c: number, d: number): void;
@@ -2411,158 +2361,158 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2411
2361
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2412
2362
  private dm;
2413
2363
  get columns(): GridColumnCollection;
2414
- xh(a: CellModel, b: any, c: any): void;
2415
- xg(a: CellModel, b: any, c: any, d: string): void;
2364
+ w5(a: CellModel, b: any, c: any): void;
2365
+ w4(a: CellModel, b: any, c: any, d: string): void;
2416
2366
  cg(a: CellPath): DataGridColumn;
2417
2367
  hideThenRemoveColumn(a: DataGridColumn): void;
2418
2368
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2419
- private um;
2420
- private ig;
2421
- private w0;
2422
- private wx;
2423
- private ws;
2424
- private ux;
2425
- private xu;
2426
- private u0;
2369
+ private ua;
2370
+ private id;
2371
+ private wo;
2372
+ private wl;
2373
+ private wg;
2374
+ private ul;
2375
+ private xi;
2376
+ private uo;
2427
2377
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2428
- private lh;
2429
- private li;
2378
+ private lf;
2379
+ private lg;
2430
2380
  moveColumn(a: number, b: number): void;
2431
2381
  moveColumnLeft(a: number): void;
2432
2382
  moveColumnRight(a: number): void;
2433
2383
  canMoveColumnLeft(a: number): boolean;
2434
2384
  canMoveColumnRight(a: number): boolean;
2435
- private km;
2385
+ private kk;
2436
2386
  private ce;
2437
2387
  private cd;
2438
- private wt;
2439
- private uw;
2440
- private zl;
2388
+ private wh;
2389
+ private uk;
2390
+ private y9;
2441
2391
  private cj;
2442
- rh(a: CellPath, b: DataGrid, c: any, d: number): string;
2392
+ q6(a: CellPath, b: DataGrid, c: any, d: number): string;
2443
2393
  am(a: CellPath, b: string): CellModel;
2444
2394
  exportVisualModel(): any;
2445
2395
  exportSerializedVisualModel(): string;
2446
2396
  fv(a: number): RowPath;
2447
- private hd;
2397
+ private hb;
2448
2398
  scrollToRowByIndex(a: number): void;
2449
2399
  scrollToLastRowByIndex(a: number): void;
2450
2400
  scrollToItem(a: any): boolean;
2451
2401
  scrollToPrimaryKey(a: any[]): boolean;
2452
2402
  scrollToColumnByIndex(a: number): void;
2453
- private y0;
2454
- lc(a: DataGridColumn): boolean;
2455
- w3(a: number, b: number): void;
2456
- private uv;
2457
- private n0;
2458
- private k8;
2403
+ private yo;
2404
+ la(a: DataGridColumn): boolean;
2405
+ wr(a: number, b: number): void;
2406
+ private uj;
2407
+ private ny;
2408
+ private k6;
2459
2409
  getLastVisibleIndex(): number;
2460
2410
  getFirstVisibleIndex(): number;
2461
- n2(): number;
2462
- n7(): number;
2463
- x3(): void;
2464
- jm: boolean;
2465
- j6: boolean;
2466
- get kd(): boolean;
2467
- get ke(): boolean;
2411
+ n0(): number;
2412
+ n5(): number;
2413
+ xr(): void;
2414
+ jk: boolean;
2415
+ j4: boolean;
2468
2416
  get kb(): boolean;
2469
2417
  get kc(): boolean;
2470
- private k6;
2471
- private k7;
2418
+ get j9(): boolean;
2419
+ get ka(): boolean;
2420
+ private k4;
2421
+ private k5;
2422
+ private ln;
2423
+ private lo;
2472
2424
  private lp;
2473
2425
  private lq;
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;
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;
2495
2442
  private nz;
2496
- us(a: number, b: number, c: boolean, d?: boolean): void;
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;
2497
2448
  kt(a: boolean, b: boolean): boolean;
2449
+ ku(a: boolean, b: boolean): boolean;
2498
2450
  kv(a: boolean, b: boolean): boolean;
2499
2451
  kw(a: boolean, b: boolean): boolean;
2500
- kx(a: boolean, b: boolean): boolean;
2501
2452
  ky(a: boolean, b: boolean): boolean;
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;
2453
+ xs(): void;
2508
2454
  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;
2509
2459
  aq: CellPath;
2510
2460
  ar: CellPath;
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;
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;
2517
2467
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2518
2468
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2519
2469
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2520
2470
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2521
2471
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2522
- private io;
2523
- private x0;
2472
+ private il;
2473
+ private xo;
2524
2474
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2525
2475
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
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;
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;
2536
2486
  private au;
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;
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;
2552
2502
  invalidateVisibleRows(): void;
2553
- o4(a: DataGridColumn): any;
2503
+ o2(a: DataGridColumn): any;
2504
+ o1(a: DataGridColumn): any;
2554
2505
  o3(a: DataGridColumn): any;
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;
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;
2564
2514
  setActiveResponsiveState(a: string): void;
2565
- zb(a: ResponsiveState): void;
2515
+ yz(a: ResponsiveState): void;
2566
2516
  notifySetItem(a: number, b: any, c: any): void;
2567
2517
  notifyClearItems(): void;
2568
2518
  notifyInsertItem(a: number, b: any): void;
@@ -2575,30 +2525,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2575
2525
  getColumnAtRenderedIndex(a: number): DataGridColumn;
2576
2526
  getRootSummaryResults(): ISummaryResult[];
2577
2527
  getSectionSummaryResults(a: number): ISummaryResult[][];
2578
- private il;
2528
+ private ij;
2579
2529
  get reactsToSortChanges(): boolean;
2580
2530
  set reactsToSortChanges(a: boolean);
2581
- private ik;
2531
+ private ii;
2582
2532
  get reactsToGroupChanges(): boolean;
2583
2533
  set reactsToGroupChanges(a: boolean);
2584
- private ij;
2534
+ private ih;
2585
2535
  get reactsToFilterChanges(): boolean;
2586
2536
  set reactsToFilterChanges(a: boolean);
2587
2537
  aa(a: DataGridColumn): IFilterExpression;
2588
- lm(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2589
- private zr;
2590
- private ow;
2538
+ lk(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2539
+ private zf;
2540
+ private ou;
2591
2541
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2592
- private w1;
2542
+ private wp;
2593
2543
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2594
- private wc;
2544
+ private v0;
2595
2545
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2596
- private wb;
2546
+ private vz;
2597
2547
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2598
- private xq;
2548
+ private xe;
2599
2549
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2600
- private xp;
2601
- jy(): boolean;
2550
+ private xd;
2551
+ jw(): boolean;
2602
2552
  get canUndo(): boolean;
2603
2553
  get canRedo(): boolean;
2604
2554
  get canCommit(): boolean;
@@ -2611,7 +2561,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2611
2561
  updatePropertyAtKey(a: any[], b: string, c: any): void;
2612
2562
  removeItemByKey(a: any[]): void;
2613
2563
  removeItem(a: any): void;
2614
- private ii;
2564
+ private ig;
2615
2565
  acceptEdit(a: number): void;
2616
2566
  rejectEdit(a: number): void;
2617
2567
  setEditError(a: number, b: string): void;
@@ -2625,16 +2575,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2625
2575
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2626
2576
  selectAllRows(): void;
2627
2577
  deselectAllRows(): void;
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;
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;
2635
2585
  get isColumnOptionsSummariesEnabled(): boolean;
2636
2586
  set isColumnOptionsSummariesEnabled(a: boolean);
2637
- private hv;
2587
+ private ht;
2638
2588
  get isColumnOptionsGroupingEnabled(): boolean;
2639
2589
  set isColumnOptionsGroupingEnabled(a: boolean);
2640
2590
  private fj;
@@ -2648,11 +2598,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2648
2598
  set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
2649
2599
  saveLayout(): string;
2650
2600
  private f0;
2651
- private lw;
2601
+ private lu;
2652
2602
  loadLayout(a: string): void;
2653
2603
  private s;
2654
2604
  private t;
2655
- n5(a: CellPath): number;
2605
+ n3(a: CellPath): number;
2656
2606
  private c0;
2657
2607
  get filterUIType(): FilterUIType;
2658
2608
  set filterUIType(a: FilterUIType);
@@ -2662,77 +2612,59 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2662
2612
  private cv;
2663
2613
  get filterComparisonType(): FilterComparisonType;
2664
2614
  set filterComparisonType(a: FilterComparisonType);
2665
- j0(): boolean;
2666
- private lz;
2615
+ jy(): boolean;
2616
+ private lx;
2667
2617
  get todayOverride(): Date;
2668
2618
  set todayOverride(a: Date);
2669
- private hk;
2619
+ private hi;
2670
2620
  get clearSelectionOnEscape(): boolean;
2671
2621
  set clearSelectionOnEscape(a: boolean);
2672
2622
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2673
- w2(a: DataGridColumn, b: FilterOperand, c: any): void;
2674
- private m3;
2675
- le(): boolean;
2676
- vt(): void;
2677
- vs(): void;
2678
- private h6;
2623
+ wq(a: DataGridColumn, b: FilterOperand, c: any): void;
2624
+ private m1;
2625
+ lc(): boolean;
2626
+ vh(): void;
2627
+ vg(): void;
2628
+ private h4;
2679
2629
  get isPagerVisible(): boolean;
2680
2630
  set isPagerVisible(a: boolean);
2681
- private m9;
2631
+ private m7;
2682
2632
  get pageSize(): number;
2683
2633
  set pageSize(a: number);
2684
- private ib;
2634
+ private h9;
2685
2635
  get isToolbarVisible(): boolean;
2686
2636
  set isToolbarVisible(a: boolean);
2687
- private h9;
2637
+ private h7;
2688
2638
  get isToolbarColumnChooserVisible(): boolean;
2689
2639
  set isToolbarColumnChooserVisible(a: boolean);
2690
- private ia;
2640
+ private h8;
2691
2641
  get isToolbarColumnPinningVisible(): boolean;
2692
2642
  set isToolbarColumnPinningVisible(a: boolean);
2693
- private pd;
2643
+ private pb;
2694
2644
  get toolbarTitle(): string;
2695
2645
  set toolbarTitle(a: string);
2696
- private o9;
2646
+ private o7;
2697
2647
  get toolbarColumnChooserText(): string;
2698
2648
  set toolbarColumnChooserText(a: string);
2699
- private pa;
2649
+ private o8;
2700
2650
  get toolbarColumnChooserTitle(): string;
2701
2651
  set toolbarColumnChooserTitle(a: string);
2702
- private pb;
2652
+ private o9;
2703
2653
  get toolbarColumnPinningText(): string;
2704
2654
  set toolbarColumnPinningText(a: string);
2705
- private pc;
2655
+ private pa;
2706
2656
  get toolbarColumnPinningTitle(): string;
2707
2657
  set toolbarColumnPinningTitle(a: string);
2708
2658
  private gn;
2709
2659
  get scrollbarStyle(): ScrollbarStyle;
2710
2660
  set scrollbarStyle(a: ScrollbarStyle);
2711
- private aav;
2661
+ private aaa;
2712
2662
  get scrollbarBackground(): Brush;
2713
2663
  set scrollbarBackground(a: Brush);
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;
2664
+ private hf;
2733
2665
  get allowCopyOperation(): boolean;
2734
2666
  set allowCopyOperation(a: boolean);
2735
- private hl;
2667
+ private hj;
2736
2668
  get deferEventForRowDragSelection(): boolean;
2737
2669
  set deferEventForRowDragSelection(a: boolean);
2738
2670
  registerIconFromText(a: string, b: string, c: string): void;
@@ -3047,125 +2979,124 @@ export declare class GridSelectedCellsCollection extends ObservableCollection$1<
3047
2979
  */
3048
2980
  export declare abstract class DefinitionBase extends Base implements INotifyPropertyChanged {
3049
2981
  static $t: Type;
3050
- protected get ad(): BaseControlTheme;
3051
2982
  constructor();
3052
- private eh;
3053
- private a4;
2983
+ private eg;
2984
+ private a3;
2985
+ protected e0(a: GridConditionalStyle): void;
3054
2986
  protected e1(a: GridConditionalStyle): void;
3055
- protected e2(a: GridConditionalStyle): void;
3056
- protected cv(): any;
3057
2987
  protected cu(): any;
3058
2988
  protected ct(): any;
3059
- private ej;
3060
- private fe;
3061
- private az;
3062
- private er;
3063
- private ez;
3064
- private eo;
2989
+ protected cs(): any;
3065
2990
  private ei;
3066
- private a3;
3067
- e6(a: GridConditionalStyle): void;
3068
- private a0;
2991
+ private fc;
3069
2992
  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;
3070
3003
  private ee;
3071
- private em;
3072
- private ef;
3073
- e5(a: GridConditionalStyle): void;
3074
- at(a: GridConditionalStyle): boolean;
3075
- private ek;
3076
- private cm;
3004
+ e3(a: GridConditionalStyle): void;
3005
+ as(a: GridConditionalStyle): boolean;
3006
+ private ej;
3007
+ private cl;
3077
3008
  private x;
3078
3009
  get externalObject(): any;
3079
3010
  set externalObject(a: any);
3080
- private fx;
3081
- get gh(): Brush;
3082
- set gh(a: Brush);
3011
+ private fv;
3012
+ get gf(): Brush;
3013
+ set gf(a: Brush);
3083
3014
  private v;
3084
3015
  get conditionalStyles(): GridConditionalStyleCollection;
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;
3099
- set cd(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);
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);
3106
3028
  private bw;
3107
3029
  get cc(): number;
3108
3030
  set cc(a: number);
3109
- private bp;
3110
- get b5(): number;
3111
- set b5(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);
3031
+ private by;
3032
+ get ce(): number;
3033
+ set ce(a: number);
3034
+ private bx;
3035
+ get cd(): number;
3036
+ set cd(a: number);
3037
+ private bv;
3038
+ get cb(): number;
3039
+ set cb(a: number);
3118
3040
  private bo;
3119
3041
  get b4(): number;
3120
3042
  set b4(a: number);
3121
- private b1;
3122
- get ch(): number;
3123
- set ch(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);
3043
+ private bq;
3044
+ get b6(): number;
3045
+ set b6(a: number);
3046
+ private bp;
3047
+ get b5(): number;
3048
+ set b5(a: number);
3049
+ private bn;
3050
+ get b3(): number;
3051
+ set b3(a: number);
3130
3052
  private b0;
3131
3053
  get cg(): number;
3132
3054
  set cg(a: number);
3055
+ private b2;
3056
+ get ci(): number;
3057
+ set ci(a: number);
3058
+ private b1;
3059
+ get ch(): number;
3060
+ set ch(a: number);
3061
+ private bz;
3062
+ get cf(): number;
3063
+ set cf(a: number);
3133
3064
  private t;
3134
3065
  get grid(): DataGrid;
3135
3066
  set grid(a: DataGrid);
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);
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);
3160
3079
  private f2;
3161
3080
  get gx(): Brush;
3162
3081
  set gx(a: Brush);
3163
3082
  private ft;
3164
3083
  get gd(): Brush;
3165
3084
  set gd(a: Brush);
3166
- private be;
3167
- get bi(): number;
3168
- set bi(a: number);
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);
3169
3100
  private d;
3170
3101
  get g(): CellContentHorizontalAlignment;
3171
3102
  set g(a: CellContentHorizontalAlignment);
@@ -3184,138 +3115,137 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3184
3115
  private z;
3185
3116
  get ab(): TextCellLineBreakMode;
3186
3117
  set ab(a: TextCellLineBreakMode);
3187
- private f5;
3188
- get g0(): Brush;
3189
- set g0(a: Brush);
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);
3190
3127
  private fw;
3191
3128
  get gg(): Brush;
3192
3129
  set gg(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);
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);
3214
3139
  private bu;
3215
3140
  get ca(): number;
3216
3141
  set ca(a: number);
3217
3142
  private bs;
3218
3143
  get b8(): number;
3219
3144
  set b8(a: number);
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;
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;
3227
3158
  get textStyle(): FontInfo;
3228
3159
  set textStyle(a: FontInfo);
3229
- private ag;
3230
- get ai(): FontInfo;
3231
- set ai(a: FontInfo);
3160
+ private af;
3161
+ get ah(): FontInfo;
3162
+ set ah(a: FontInfo);
3232
3163
  m(a: CellPath, b: string): CellModel;
3233
- bb(a: string): List$1<GridConditionalStyle>;
3234
- private a7;
3235
- private bc;
3236
- private ba;
3164
+ ba(a: string): List$1<GridConditionalStyle>;
3165
+ private a6;
3166
+ private bb;
3167
+ private a9;
3237
3168
  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;
3169
+ private ev;
3170
+ 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;
3248
3180
  private co;
3249
- private cp;
3181
+ private cq;
3250
3182
  private cr;
3251
- private cs;
3252
- private gw;
3253
- private gv;
3183
+ private gu;
3184
+ private gt;
3185
+ private bk;
3254
3186
  private bl;
3255
- private bm;
3256
- bh(a: any): number;
3187
+ bg(a: any): number;
3257
3188
  private a;
3258
3189
  private b;
3259
- private bk;
3190
+ private bj;
3260
3191
  private p;
3261
3192
  dataBinding: (sender: any, args: DataBindingEventArgs) => void;
3262
3193
  dataBound: (sender: any, args: DataBindingEventArgs) => void;
3263
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3264
- d1(a: DataGrid, b: any, c: any): string;
3265
- e0(): 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;
3266
3198
  protected av(a: string): boolean;
3267
- protected aw(a: string): boolean;
3268
3199
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
3269
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3270
- protected e8(): void;
3271
- protected fk(): 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;
3272
3204
  protected e9(): void;
3273
- protected fb(): void;
3274
- protected fc(): void;
3275
3205
  protected fa(): void;
3276
- protected fl(): void;
3277
- protected fi(): void;
3278
- protected fh(): void;
3206
+ protected e8(): void;
3279
3207
  protected fj(): void;
3280
3208
  protected fg(): void;
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;
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;
3289
3217
  private a1;
3290
- protected get a5(): HashSet$1<string>;
3291
- protected get a9(): List$1<string>;
3292
- private el;
3218
+ private a5;
3219
+ private a0;
3220
+ protected get a4(): HashSet$1<string>;
3221
+ protected get a8(): List$1<string>;
3222
+ private ek;
3293
3223
  protected f(): CellContentHorizontalAlignment;
3294
3224
  protected k(): CellContentVerticalAlignment;
3295
- protected gu(): Brush;
3296
- protected go(): Brush;
3297
- protected gp(): Brush;
3298
- protected cl(): number;
3299
- protected ck(): number;
3225
+ protected gs(): Brush;
3300
3226
  protected gm(): Brush;
3301
- protected ak(): FontInfo;
3302
3227
  protected gn(): Brush;
3303
- protected gt(): Brush;
3228
+ protected ck(): number;
3229
+ protected cj(): number;
3230
+ protected gk(): Brush;
3231
+ protected aj(): FontInfo;
3232
+ protected gl(): Brush;
3304
3233
  protected gr(): Brush;
3234
+ protected gp(): Brush;
3235
+ protected go(): Brush;
3305
3236
  protected gq(): Brush;
3306
- protected gs(): Brush;
3307
- protected bj(): number;
3237
+ protected bi(): number;
3308
3238
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
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;
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;
3319
3249
  y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
3320
3250
  cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
3321
3251
  }
@@ -3325,372 +3255,323 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3325
3255
  export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
3326
3256
  static $t: Type;
3327
3257
  constructor();
3328
- private ok;
3329
- protected e2(a: GridConditionalStyle): void;
3258
+ protected e1(a: GridConditionalStyle): void;
3259
+ protected cs(): any;
3330
3260
  protected ct(): any;
3331
3261
  protected cu(): any;
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;
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;
3372
3283
  get my(): string;
3373
3284
  set my(a: string);
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;
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;
3399
3328
  get width(): ColumnWidth;
3400
3329
  set width(a: ColumnWidth);
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);
3330
+ private j3;
3331
+ get kb(): number;
3332
+ set kb(a: number);
3440
3333
  private jb;
3441
3334
  get jt(): boolean;
3442
3335
  set jt(a: boolean);
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;
3336
+ private i5;
3463
3337
  get jn(): boolean;
3464
3338
  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);
3465
3354
  private jd;
3466
3355
  get jv(): boolean;
3467
3356
  set jv(a: boolean);
3468
- private i9;
3469
- get jp(): boolean;
3470
- set jp(a: boolean);
3357
+ private jc;
3358
+ get ju(): boolean;
3359
+ set ju(a: boolean);
3471
3360
  private jf;
3472
- get jx(): boolean;
3473
- set jx(a: boolean);
3474
- private i8;
3475
- get jo(): boolean;
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
3361
  get jy(): boolean;
3522
3362
  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);
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;
3395
+ get jo(): boolean;
3396
+ set jo(a: boolean);
3535
3397
  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;
3536
3425
  get textEditStyle(): FontInfo;
3537
3426
  set textEditStyle(a: FontInfo);
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;
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;
3563
3449
  get hb(): CellContentVerticalAlignment;
3564
3450
  set hb(a: CellContentVerticalAlignment);
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;
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;
3591
3480
  get suffixTextStyle(): FontInfo;
3592
3481
  set suffixTextStyle(a: FontInfo);
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);
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);
3623
3512
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3624
- private od;
3625
- im(): MergedCellMode;
3626
- ij(): MergedCellEvaluationCriteria;
3627
- j4(): boolean;
3513
+ private nt;
3514
+ ii(): MergedCellMode;
3515
+ ie(): MergedCellEvaluationCriteria;
3516
+ jx(): boolean;
3517
+ protected gp(): Brush;
3628
3518
  protected gr(): Brush;
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;
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;
3637
3524
  protected hc(): CellContentVerticalAlignment;
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;
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;
3648
3535
  protected fi(): void;
3649
- protected o3(): void;
3650
- protected o5(): void;
3651
- protected o4(): void;
3652
- protected fh(): void;
3653
3536
  protected fj(): void;
3654
3537
  protected fg(): 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;
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;
3668
3550
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3669
3551
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
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;
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;
3694
3575
  getDesiredToolbarActions(): ToolActionInfo[];
3695
3576
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3696
3577
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -3703,15 +3584,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3703
3584
  private _invalidateActions;
3704
3585
  get invalidateActions(): () => void;
3705
3586
  set invalidateActions(a: () => void);
3706
- private j6;
3707
- iy(): IToolbarContextAccessor;
3708
- oi(a: (arg1: IToolbarContextAccessor) => void): void;
3587
+ private jz;
3588
+ ir(): IToolbarContextAccessor;
3589
+ ny(a: (arg1: IToolbarContextAccessor) => void): void;
3709
3590
  provideContextAccessor(a: IToolbarContextAccessor): void;
3710
3591
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3711
- oh(): void;
3712
- hz: DataGridColumn;
3713
- abstract h0(): DataGridColumn;
3714
- onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
3592
+ nx(): void;
3715
3593
  }
3716
3594
  /**
3717
3595
  * @hidden
@@ -4000,24 +3878,23 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
4000
3878
  */
4001
3879
  export declare class ColumnMovingSeparator extends DefinitionBase {
4002
3880
  static $t: Type;
4003
- protected d4(a: CellPath, b: DataGrid, c: any): string;
3881
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4004
3882
  protected n(a: CellPath): CellModel;
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;
3883
+ protected gl(): Brush;
3884
+ private g3;
4013
3885
  get g4(): number;
4014
3886
  set g4(a: number);
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;
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;
4021
3898
  }
4022
3899
  /**
4023
3900
  * @hidden
@@ -4025,73 +3902,71 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4025
3902
  export declare class ComboBoxColumn extends DataGridColumn {
4026
3903
  static $t: Type;
4027
3904
  constructor();
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[]);
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[]);
4039
3916
  protected n(a: CellPath): CellModel;
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;
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;
4051
3927
  }
4052
3928
  /**
4053
3929
  * @hidden
4054
3930
  */
4055
3931
  export declare class DateTimeColumn extends DataGridColumn {
4056
3932
  static $t: Type;
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;
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;
4085
3961
  constructor();
4086
3962
  protected n(a: CellPath): CellModel;
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;
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;
4095
3970
  }
4096
3971
  /**
4097
3972
  * @hidden
@@ -4226,21 +4101,21 @@ export declare class DataGridColumnToolbarManager extends Base {
4226
4101
  export declare class EditorDefinition extends DefinitionBase {
4227
4102
  static $t: Type;
4228
4103
  constructor();
4229
- private g8;
4230
- get g9(): Rect;
4231
- set g9(a: Rect);
4232
- private g3;
4233
- get g6(): string;
4234
- set g6(a: string);
4104
+ private g6;
4105
+ get g7(): Rect;
4106
+ set g7(a: Rect);
4235
4107
  private g1;
4236
- get g2(): CellModel;
4237
- set g2(a: CellModel);
4108
+ get g4(): string;
4109
+ set g4(a: string);
4110
+ private gz;
4111
+ get g0(): CellModel;
4112
+ set g0(a: CellModel);
4238
4113
  protected n(a: CellPath): CellModel;
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;
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;
4244
4119
  }
4245
4120
  /**
4246
4121
  * @hidden
@@ -4249,37 +4124,37 @@ export declare class EditRowDefinition extends DefinitionBase {
4249
4124
  static $t: Type;
4250
4125
  constructor();
4251
4126
  protected n(a: CellPath): CellModel;
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;
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;
4256
4131
  }
4257
4132
  /**
4258
4133
  * @hidden
4259
4134
  */
4260
4135
  export declare class FilterRowDefinition extends DefinitionBase {
4261
4136
  static $t: Type;
4137
+ private g0;
4138
+ get g4(): number;
4139
+ set g4(a: number);
4262
4140
  private g2;
4263
4141
  get g6(): number;
4264
4142
  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);
4271
4143
  private g1;
4272
4144
  get g5(): number;
4273
4145
  set g5(a: number);
4146
+ private gz;
4147
+ get g3(): number;
4148
+ set g3(a: number);
4274
4149
  constructor();
4275
4150
  protected n(a: CellPath): CellModel;
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;
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;
4283
4158
  }
4284
4159
  /**
4285
4160
  * @hidden
@@ -4287,111 +4162,108 @@ export declare class FilterRowDefinition extends DefinitionBase {
4287
4162
  export declare abstract class Header extends DefinitionBase {
4288
4163
  static $t: Type;
4289
4164
  constructor();
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;
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;
4305
4177
  get hp(): Brush;
4306
4178
  set hp(a: Brush);
4307
- private g2;
4308
- get g4(): SortIndicatorStyle;
4309
- set g4(a: SortIndicatorStyle);
4310
- private g1;
4311
- get g3(): SortIndicatorStyle;
4312
- set g3(a: SortIndicatorStyle);
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);
4313
4191
  private g6;
4314
4192
  get ha(): number;
4315
4193
  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);
4322
4194
  private g5;
4323
4195
  get g9(): number;
4324
4196
  set g9(a: number);
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;
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;
4328
4203
  }
4329
4204
  /**
4330
4205
  * @hidden
4331
4206
  */
4332
4207
  export declare class ColumnResizingSeparator extends DefinitionBase {
4333
4208
  static $t: Type;
4334
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4209
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4335
4210
  protected n(a: CellPath): CellModel;
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;
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;
4348
4222
  }
4349
4223
  /**
4350
4224
  * @hidden
4351
4225
  */
4352
4226
  export declare class HeaderSeparator extends DefinitionBase {
4353
4227
  static $t: Type;
4354
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4228
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4355
4229
  protected n(a: CellPath): CellModel;
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;
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;
4364
4237
  }
4365
4238
  /**
4366
4239
  * @hidden
4367
4240
  */
4368
4241
  export declare class ImageColumn extends DataGridColumn {
4369
4242
  static $t: Type;
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);
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);
4384
4257
  constructor();
4385
4258
  protected k(): CellContentVerticalAlignment;
4386
- protected g8(): CellContentHorizontalAlignment;
4387
- protected he(): CellContentVerticalAlignment;
4259
+ protected g6(): CellContentHorizontalAlignment;
4260
+ protected hc(): CellContentVerticalAlignment;
4388
4261
  protected f(): CellContentHorizontalAlignment;
4389
4262
  protected n(a: CellPath): CellModel;
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;
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;
4395
4267
  }
4396
4268
  /**
4397
4269
  * @hidden
@@ -4411,69 +4283,68 @@ export declare class NumericColumn extends DataGridColumn {
4411
4283
  static $t: Type;
4412
4284
  constructor();
4413
4285
  protected f(): CellContentHorizontalAlignment;
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;
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;
4457
4329
  protected n(a: CellPath): CellModel;
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;
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;
4465
4336
  }
4466
4337
  /**
4467
4338
  * @hidden
4468
4339
  */
4469
4340
  export declare class PinnedAreaSeparator extends DefinitionBase {
4470
4341
  static $t: Type;
4471
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4342
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4472
4343
  protected n(a: CellPath): CellModel;
4473
- protected gn(): Brush;
4474
- protected es(a: DataGrid, b: DataGrid): void;
4475
- protected e8(): void;
4476
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4344
+ protected gl(): Brush;
4345
+ protected er(a: DataGrid, b: DataGrid): void;
4346
+ protected e6(): void;
4347
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4477
4348
  }
4478
4349
  /**
4479
4350
  * @hidden
@@ -4501,170 +4372,167 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
4501
4372
  export declare class SectionFooter extends DefinitionBase {
4502
4373
  static $t: Type;
4503
4374
  protected n(a: CellPath): CellModel;
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;
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;
4507
4378
  }
4508
4379
  /**
4509
4380
  * @hidden
4510
4381
  */
4511
4382
  export declare class SectionHeader extends DefinitionBase {
4512
4383
  static $t: Type;
4513
- private ht;
4514
- get hv(): Brush;
4515
- set hv(a: Brush);
4516
- private hs;
4517
- get hu(): Brush;
4518
- set hu(a: Brush);
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);
4519
4393
  private g9;
4520
4394
  get hd(): number;
4521
4395
  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);
4528
4396
  private g8;
4529
4397
  get hc(): number;
4530
4398
  set hc(a: number);
4531
- private g5;
4532
- get g6(): boolean;
4533
- set g6(a: boolean);
4534
- private g2;
4535
- get g3(): GroupSummaryDisplayMode;
4536
- set g3(a: GroupSummaryDisplayMode);
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);
4537
4408
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
4538
4409
  constructor();
4539
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4410
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4540
4411
  protected n(a: CellPath): CellModel;
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;
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;
4556
4427
  }
4557
4428
  /**
4558
4429
  * @hidden
4559
4430
  */
4560
4431
  export declare class RowSeparator extends DefinitionBase {
4561
4432
  static $t: Type;
4562
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4563
- protected es(a: DataGrid, b: DataGrid): void;
4564
- protected e8(): void;
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;
4565
4437
  protected fh(): void;
4566
- protected fj(): void;
4567
- protected fg(): void;
4568
- protected e4(): void;
4569
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4438
+ protected fe(): void;
4439
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4570
4440
  protected n(a: CellPath): CellModel;
4571
- protected gn(): Brush;
4572
- protected gt(): Brush;
4573
- protected gq(): Brush;
4441
+ protected gl(): Brush;
4574
4442
  protected gr(): Brush;
4575
- protected bj(): number;
4443
+ protected go(): Brush;
4444
+ protected gp(): Brush;
4445
+ protected bi(): number;
4576
4446
  }
4577
4447
  /**
4578
4448
  * @hidden
4579
4449
  */
4580
4450
  export declare class HeaderRowSeparator extends DefinitionBase {
4581
4451
  static $t: Type;
4582
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4452
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4583
4453
  protected n(a: CellPath): CellModel;
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;
4454
+ protected gl(): Brush;
4455
+ protected e6(): void;
4456
+ protected er(a: DataGrid, b: DataGrid): void;
4457
+ protected et(a: any, b: PropertyChangedEventArgs): void;
4589
4458
  }
4590
4459
  /**
4591
4460
  * @hidden
4592
4461
  */
4593
4462
  export declare abstract class SummaryRow extends DefinitionBase {
4594
4463
  static $t: Type;
4595
- private ht;
4596
- get hy(): Brush;
4597
- set hy(a: Brush);
4598
4464
  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;
4605
4465
  get hw(): Brush;
4606
4466
  set hw(a: Brush);
4607
- private g2;
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;
4608
4477
  get summaryNameTextStyle(): FontInfo;
4609
4478
  set summaryNameTextStyle(a: FontInfo);
4610
- private g1;
4611
- get g3(): FontInfo;
4612
- set g3(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);
4613
4485
  private g7;
4614
4486
  get hb(): number;
4615
4487
  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);
4622
4488
  private g6;
4623
4489
  get ha(): number;
4624
4490
  set ha(a: number);
4491
+ private g4;
4492
+ get g8(): number;
4493
+ set g8(a: number);
4625
4494
  constructor();
4626
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4495
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
4627
4496
  protected n(a: CellPath): CellModel;
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;
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;
4635
4506
  protected ho(): void;
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;
4507
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4508
+ protected aj(): FontInfo;
4509
+ protected g2(): FontInfo;
4642
4510
  }
4643
4511
  /**
4644
4512
  * @hidden
4645
4513
  */
4646
4514
  export declare class SummaryRowRoot extends SummaryRow {
4647
4515
  static $t: Type;
4648
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4649
- protected gn(): Brush;
4650
- protected e8(): void;
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;
4651
4522
  protected ho(): void;
4652
- protected hp(): void;
4653
- protected fk(): void;
4654
- protected hq(): void;
4655
4523
  }
4656
4524
  /**
4657
4525
  * @hidden
4658
4526
  */
4659
4527
  export declare class SummaryRowSection extends SummaryRow {
4660
4528
  static $t: Type;
4661
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4662
- protected gn(): Brush;
4663
- protected e8(): void;
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;
4664
4535
  protected ho(): void;
4665
- protected hp(): void;
4666
- protected fk(): void;
4667
- protected hq(): void;
4668
4536
  }
4669
4537
  /**
4670
4538
  * @hidden
@@ -4673,13 +4541,12 @@ export declare class TemplateColumn extends DataGridColumn {
4673
4541
  static $t: Type;
4674
4542
  constructor();
4675
4543
  protected n(a: CellPath): CellModel;
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;
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;
4680
4548
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4681
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4682
- h0(): DataGridColumn;
4549
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4683
4550
  }
4684
4551
  /**
4685
4552
  * @hidden
@@ -4698,24 +4565,23 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4698
4565
  */
4699
4566
  export declare class TextColumn extends DataGridColumn {
4700
4567
  static $t: Type;
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);
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);
4712
4579
  protected n(a: CellPath): CellModel;
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;
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;
4719
4585
  }
4720
4586
  /**
4721
4587
  * @hidden
@@ -4724,9 +4590,9 @@ export declare class TextHeader extends Header {
4724
4590
  static $t: Type;
4725
4591
  constructor();
4726
4592
  protected n(a: CellPath): CellModel;
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;
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;
4730
4596
  }
4731
4597
  /**
4732
4598
  * @hidden