igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.1

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 (97) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igx-checkbox-list-component.js +57 -46
  32. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  33. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  34. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  35. package/esm2015/lib/igx-data-grid-column-component.js +101 -85
  36. package/esm2015/lib/igx-data-grid-component.js +24 -1
  37. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
  38. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  39. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  40. package/esm2015/lib/igx-image-column-component.js +10 -10
  41. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  42. package/esm2015/lib/igx-text-column-component.js +8 -8
  43. package/esm2015/lib/igx-text-header-cell-info.js +26 -20
  44. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  45. package/esm5/lib/CellPresenterBase.js +1 -1
  46. package/esm5/lib/CheckboxListBridge.js +8 -0
  47. package/esm5/lib/CheckboxListView_combined.js +346 -308
  48. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  49. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  50. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  51. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  52. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  53. package/esm5/lib/DataGridLocaleEn.js +8 -0
  54. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  55. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  56. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  57. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  59. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  60. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  61. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  62. package/esm5/lib/GridExternalWrapper.js +6 -6
  63. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  64. package/esm5/lib/GridIconRepository.js +4 -4
  65. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  66. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  67. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  68. package/esm5/lib/TemplateCellPresenter.js +1 -1
  69. package/esm5/lib/TemplateHeader.js +1 -1
  70. package/esm5/lib/TextHeaderCell.js +7 -7
  71. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  72. package/esm5/lib/igx-checkbox-list-component.js +60 -45
  73. package/esm5/lib/igx-column-chooser-component.js +1 -1
  74. package/esm5/lib/igx-column-pinning-component.js +1 -1
  75. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  76. package/esm5/lib/igx-data-grid-column-component.js +109 -85
  77. package/esm5/lib/igx-data-grid-component.js +32 -1
  78. package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
  79. package/esm5/lib/igx-date-time-column-component.js +20 -20
  80. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  81. package/esm5/lib/igx-image-column-component.js +10 -10
  82. package/esm5/lib/igx-numeric-column-component.js +32 -32
  83. package/esm5/lib/igx-text-column-component.js +8 -8
  84. package/esm5/lib/igx-text-header-cell-info.js +30 -20
  85. package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
  86. package/fesm5/igniteui-angular-data-grids.js +3905 -3606
  87. package/lib/CheckboxListExternal.d.ts +2 -0
  88. package/lib/CheckboxListView_combined.d.ts +98 -94
  89. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  90. package/lib/DataGridLocaleEn.d.ts +8 -0
  91. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  92. package/lib/igx-checkbox-list-component.d.ts +6 -1
  93. package/lib/igx-data-grid-column-component.d.ts +5 -1
  94. package/lib/igx-data-grid-component.d.ts +13 -1
  95. package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
  96. package/lib/igx-text-header-cell-info.d.ts +2 -0
  97. package/package.json +4 -4
@@ -1379,11 +1379,11 @@ export declare class TextCellModel extends CellModel {
1379
1379
  export declare class TextHeaderCellModel extends TextCellModel {
1380
1380
  static $t: Type;
1381
1381
  constructor();
1382
- static readonly o9: number;
1382
+ static readonly pa: number;
1383
1383
  private op;
1384
1384
  get oq(): boolean;
1385
1385
  set oq(a: boolean);
1386
- static readonly pa: number;
1386
+ static readonly pb: number;
1387
1387
  private oh;
1388
1388
  get oi(): SortIndicatorStyle;
1389
1389
  set oi(a: SortIndicatorStyle);
@@ -1392,9 +1392,9 @@ export declare class TextHeaderCellModel extends TextCellModel {
1392
1392
  get oe(): ColumnOptionsIconAlignment;
1393
1393
  set oe(a: ColumnOptionsIconAlignment);
1394
1394
  static readonly o1: number;
1395
- private pz;
1396
- get p9(): Brush;
1397
- set p9(a: Brush);
1395
+ private p1;
1396
+ get qc(): Brush;
1397
+ set qc(a: Brush);
1398
1398
  static readonly o0: number;
1399
1399
  private of;
1400
1400
  get og(): ColumnOptionsIconBehavior;
@@ -1404,49 +1404,53 @@ export declare class TextHeaderCellModel extends TextCellModel {
1404
1404
  get ok(): BaseControlTheme;
1405
1405
  set ok(a: BaseControlTheme);
1406
1406
  static readonly ot: number;
1407
- private pu;
1408
- get p4(): Brush;
1409
- set p4(a: Brush);
1407
+ private pw;
1408
+ get p7(): Brush;
1409
+ set p7(a: Brush);
1410
1410
  static readonly o5: number;
1411
- private p1;
1412
- get qb(): Brush;
1413
- set qb(a: Brush);
1411
+ private p3;
1412
+ get qe(): Brush;
1413
+ set qe(a: Brush);
1414
1414
  static readonly o6: number;
1415
1415
  private om;
1416
1416
  get oo(): FontInfo;
1417
1417
  set oo(a: FontInfo);
1418
1418
  static readonly oy: number;
1419
- private py;
1420
- get p8(): Brush;
1421
- set p8(a: Brush);
1419
+ private p0;
1420
+ get qb(): Brush;
1421
+ set qb(a: Brush);
1422
1422
  static readonly o8: number;
1423
- private p2;
1424
- get qc(): Brush;
1425
- set qc(a: Brush);
1423
+ private p4;
1424
+ get qf(): Brush;
1425
+ set qf(a: Brush);
1426
+ static readonly o9: number;
1427
+ private p5;
1428
+ get qg(): Brush;
1429
+ set qg(a: Brush);
1426
1430
  static readonly ox: number;
1427
- private px;
1428
- get p7(): Brush;
1429
- set p7(a: Brush);
1430
- static readonly o4: number;
1431
- private p0;
1431
+ private pz;
1432
1432
  get qa(): Brush;
1433
1433
  set qa(a: Brush);
1434
+ static readonly o4: number;
1435
+ private p2;
1436
+ get qd(): Brush;
1437
+ set qd(a: Brush);
1434
1438
  static readonly ou: number;
1435
- private pv;
1436
- get p5(): Brush;
1437
- set p5(a: Brush);
1439
+ private px;
1440
+ get p8(): Brush;
1441
+ set p8(a: Brush);
1438
1442
  static readonly ov: number;
1439
- private pw;
1440
- get p6(): Brush;
1441
- set p6(a: Brush);
1443
+ private py;
1444
+ get p9(): Brush;
1445
+ set p9(a: Brush);
1442
1446
  static readonly ow: number;
1443
1447
  private ol;
1444
1448
  get on(): FontInfo;
1445
1449
  set on(a: FontInfo);
1446
1450
  static readonly os: number;
1447
- private pt;
1448
- get p3(): Brush;
1449
- set p3(a: Brush);
1451
+ private pv;
1452
+ get p6(): Brush;
1453
+ set p6(a: Brush);
1450
1454
  static readonly o3: number;
1451
1455
  private or;
1452
1456
  get o2(): number;
@@ -1699,7 +1703,7 @@ export declare class EditingManager extends Base {
1699
1703
  */
1700
1704
  export declare class DataGrid extends Base implements INotifyPropertyChanged {
1701
1705
  static $t: Type;
1702
- private o6;
1706
+ private o8;
1703
1707
  get externalObject(): any;
1704
1708
  set externalObject(a: any);
1705
1709
  private _propertySetter;
@@ -1725,43 +1729,43 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1725
1729
  set theme(a: BaseControlTheme);
1726
1730
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1727
1731
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1728
- xc(a: DataGridColumn): void;
1729
- xb(a: DataGridColumn): void;
1732
+ xg(a: DataGridColumn): void;
1733
+ xf(a: DataGridColumn): void;
1730
1734
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1731
1735
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1732
1736
  p(a: CellModel): ColumnFilterCondition;
1733
1737
  r(a: CellModel): DataSourceSchemaPropertyType;
1734
- xm(a: DataGridColumn): void;
1738
+ xq(a: DataGridColumn): void;
1735
1739
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1736
1740
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1737
- vm(a: CellModel, b: ColumnFilterCondition): void;
1738
- vl(a: CellModel, b: ColumnFilterCondition): void;
1739
- xl(a: DataGridColumn): void;
1741
+ vq(a: CellModel, b: ColumnFilterCondition): void;
1742
+ vp(a: CellModel, b: ColumnFilterCondition): void;
1743
+ xp(a: DataGridColumn): void;
1740
1744
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1741
1745
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1742
- xi(a: DataGridColumn): void;
1743
- xh(a: DataGridColumn): void;
1746
+ xm(a: DataGridColumn): void;
1747
+ xl(a: DataGridColumn): void;
1744
1748
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1745
1749
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1746
- xe(a: DataGridColumn): void;
1747
- xd(a: DataGridColumn): void;
1750
+ xi(a: DataGridColumn): void;
1751
+ xh(a: DataGridColumn): void;
1748
1752
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1749
- w6(a: CellModel): void;
1753
+ xa(a: CellModel): void;
1750
1754
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1751
- w7(a: CellModel): void;
1755
+ xb(a: CellModel): void;
1752
1756
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1753
- w4(a: CellModel): void;
1757
+ w8(a: CellModel): void;
1754
1758
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1755
- w5(a: CellModel): void;
1756
- yf(a: number, b: string): void;
1759
+ w9(a: CellModel): void;
1760
+ yj(a: number, b: string): void;
1757
1761
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1758
- x1(a: CellModel): void;
1759
- aab(a: number): void;
1760
- private nf;
1761
- x0(a: EditorCellModel): void;
1762
- wx(a: CellModel, b: MouseButton): void;
1763
- wv(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1764
- private yy;
1762
+ x5(a: CellModel): void;
1763
+ aaf(a: number): void;
1764
+ private nh;
1765
+ x4(a: EditorCellModel): void;
1766
+ w1(a: CellModel, b: MouseButton): void;
1767
+ wz(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1768
+ private y2;
1765
1769
  private bs;
1766
1770
  get columnResizingMode(): ColumnResizingMode;
1767
1771
  set columnResizingMode(a: ColumnResizingMode);
@@ -1769,103 +1773,103 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1769
1773
  get columnMovingMode(): ColumnMovingMode;
1770
1774
  set columnMovingMode(a: ColumnMovingMode);
1771
1775
  e4: HoverManager;
1772
- private ie;
1776
+ private ig;
1773
1777
  get isRowHoverEnabled(): boolean;
1774
1778
  set isRowHoverEnabled(a: boolean);
1775
- private abh;
1779
+ private abm;
1776
1780
  get rowHoverBackground(): Brush;
1777
1781
  set rowHoverBackground(a: Brush);
1778
- private abi;
1782
+ private abn;
1779
1783
  get rowHoverTextColor(): Brush;
1780
1784
  set rowHoverTextColor(a: Brush);
1781
- private aa9;
1785
+ private abe;
1782
1786
  get editRowBorder(): Brush;
1783
1787
  set editRowBorder(a: Brush);
1784
- private adk;
1788
+ private adq;
1785
1789
  get editRowBorderWidth(): Thickness;
1786
1790
  set editRowBorderWidth(a: Thickness);
1787
- ade: Point;
1791
+ adk: Point;
1788
1792
  as: CellPath;
1789
1793
  ap: CellPath;
1790
- private h3;
1791
- w2(a: CellModel, b: number, c: number): void;
1792
- w3(a: CellModel, b: number, c: number): void;
1793
- w1(a: CellModel, b: number, c: number): void;
1794
- x7(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1795
- x8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1796
- private jn;
1797
- private nk;
1798
- private get ov();
1799
- private set ov(value);
1800
- w0(a: CellModel, b: number, c: number): void;
1801
- x6(a: CellModel, b: number, c: number): void;
1802
- private ns;
1794
+ private h4;
1795
+ w6(a: CellModel, b: number, c: number): void;
1796
+ w7(a: CellModel, b: number, c: number): void;
1797
+ w5(a: CellModel, b: number, c: number): void;
1798
+ yb(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1799
+ yc(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1800
+ private jp;
1801
+ private nm;
1802
+ private get ox();
1803
+ private set ox(value);
1804
+ w4(a: CellModel, b: number, c: number): void;
1805
+ ya(a: CellModel, b: number, c: number): void;
1806
+ private nu;
1807
+ private im;
1803
1808
  private il;
1804
- private ik;
1805
1809
  private hs;
1806
- private mk;
1810
+ private mm;
1811
+ private mt;
1807
1812
  private mr;
1808
- private mp;
1809
- private mq;
1810
- private l6;
1811
- private mf;
1812
- private mg;
1813
+ private ms;
1814
+ private l8;
1813
1815
  private mh;
1814
1816
  private mi;
1817
+ private mj;
1818
+ private mk;
1815
1819
  private at;
1816
- private ny;
1817
- private nx;
1818
- private i0;
1819
- vh(): void;
1820
- xz(a: CellPath, b: number, c: number, d: boolean): void;
1821
- xv(a: any, b: DragSelectEventArgs): void;
1822
- xt(a: any, b: DragSelectEventArgs): void;
1823
- private no;
1824
- get ox(): number;
1825
- set ox(a: number);
1820
+ private n0;
1826
1821
  private nz;
1822
+ private i1;
1823
+ vl(): void;
1824
+ x3(a: CellPath, b: number, c: number, d: boolean): void;
1825
+ xz(a: any, b: DragSelectEventArgs): void;
1826
+ xx(a: any, b: DragSelectEventArgs): void;
1827
+ private nq;
1828
+ get oz(): number;
1829
+ set oz(a: number);
1830
+ private n1;
1827
1831
  private fq;
1828
- private xu;
1832
+ private xy;
1829
1833
  private ao;
1830
1834
  private ak;
1831
1835
  private al;
1832
- private mb;
1836
+ private md;
1837
+ private mq;
1838
+ private mn;
1833
1839
  private mo;
1834
- private ml;
1835
- private mm;
1836
- private xw;
1837
- private xx;
1838
- private zs;
1839
- private xy;
1840
- private l1;
1841
- private l2;
1842
- private zx;
1843
- private adg;
1840
+ private x0;
1841
+ private x1;
1842
+ private zw;
1843
+ private x2;
1844
+ private l3;
1845
+ private l4;
1846
+ private z1;
1847
+ private adm;
1844
1848
  private aj;
1845
1849
  getHitCell(a: number, b: number): CellModel;
1846
1850
  private av;
1847
- private jc;
1848
- private vu;
1849
- private aag;
1851
+ private jd;
1852
+ private vy;
1853
+ private aak;
1850
1854
  constructor();
1851
- zi(a: ColumnGroupDescription): void;
1852
- zj(a: ColumnSummaryDescription): void;
1853
- private z4;
1854
- private v4;
1855
- private ke;
1856
- private v1;
1857
- private z2;
1858
- private aaa;
1855
+ zm(a: ColumnGroupDescription): void;
1856
+ zn(a: ColumnSummaryDescription): void;
1857
+ private z8;
1858
+ private v8;
1859
+ private kg;
1860
+ private v5;
1861
+ private z6;
1862
+ private aae;
1859
1863
  private b6;
1864
+ private i5;
1865
+ private zz;
1866
+ private z0;
1867
+ private i7;
1868
+ private zy;
1869
+ private zx;
1860
1870
  private i4;
1861
- private zv;
1862
- private zw;
1863
- private i6;
1864
- private zu;
1865
- private zt;
1866
- private i3;
1867
- private yu;
1868
- private yv;
1871
+ private yy;
1872
+ private yz;
1869
1873
  private c7;
1870
1874
  get c8(): GridAnimationManager;
1871
1875
  set c8(a: GridAnimationManager);
@@ -1949,46 +1953,46 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1949
1953
  private _viewportManager;
1950
1954
  get viewportManager(): IViewportManager;
1951
1955
  set viewportManager(a: IViewportManager);
1952
- private ma;
1953
- get mt(): number;
1954
- set mt(a: number);
1955
- private l9;
1956
- get ms(): number;
1957
- set ms(a: number);
1956
+ private mc;
1957
+ get mv(): number;
1958
+ set mv(a: number);
1959
+ private mb;
1960
+ get mu(): number;
1961
+ set mu(a: number);
1958
1962
  private gt;
1959
1963
  get density(): ControlDisplayDensity;
1960
1964
  set density(a: ControlDisplayDensity);
1961
- private m9;
1965
+ private nb;
1962
1966
  get actualRowHeight(): number;
1963
1967
  set actualRowHeight(a: number);
1964
- private np;
1968
+ private nr;
1965
1969
  get rowHeight(): number;
1966
1970
  set rowHeight(a: number);
1967
1971
  private cb;
1968
1972
  get defaultColumnWidth(): ColumnWidth;
1969
1973
  set defaultColumnWidth(a: ColumnWidth);
1970
- private me;
1974
+ private mg;
1971
1975
  get defaultColumnMinWidth(): number;
1972
1976
  set defaultColumnMinWidth(a: number);
1973
- private m8;
1977
+ private na;
1974
1978
  get actualHeaderHeight(): number;
1975
1979
  set actualHeaderHeight(a: number);
1976
- private ng;
1980
+ private ni;
1977
1981
  get headerHeight(): number;
1978
1982
  set headerHeight(a: number);
1979
- private nu;
1983
+ private nw;
1980
1984
  get sectionHeaderHeight(): number;
1981
1985
  set sectionHeaderHeight(a: number);
1982
- private o7;
1986
+ private o9;
1983
1987
  get itemsSource(): any;
1984
1988
  set itemsSource(a: any);
1985
- private nt;
1989
+ private nv;
1986
1990
  get sectionFooterHeight(): number;
1987
1991
  set sectionFooterHeight(a: number);
1988
- private nr;
1992
+ private nt;
1989
1993
  get rowSpacingHeight(): number;
1990
1994
  set rowSpacingHeight(a: number);
1991
- private ne;
1995
+ private ng;
1992
1996
  get columnSpacingWidth(): number;
1993
1997
  set columnSpacingWidth(a: number);
1994
1998
  private ey;
@@ -2006,35 +2010,35 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2006
2010
  private hp;
2007
2011
  get autoGenerateColumns(): boolean;
2008
2012
  set autoGenerateColumns(a: boolean);
2009
- private nq;
2013
+ private ns;
2010
2014
  get rowSeparatorHeight(): number;
2011
2015
  set rowSeparatorHeight(a: number);
2012
- private id;
2016
+ private ie;
2013
2017
  get isPlaceholderRenderingEnabled(): boolean;
2014
2018
  set isPlaceholderRenderingEnabled(a: boolean);
2015
- private ju;
2019
+ private jw;
2016
2020
  private b0;
2017
2021
  private bw;
2018
2022
  get columnAddingAnimationMode(): ColumnShowingAnimationMode;
2019
2023
  set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
2020
- get j2(): boolean;
2024
+ get j4(): boolean;
2021
2025
  private bn;
2022
2026
  get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
2023
2027
  set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
2024
- protected get jv(): boolean;
2025
- get jr(): boolean;
2028
+ protected get jx(): boolean;
2029
+ get jt(): boolean;
2026
2030
  private ah;
2027
2031
  get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
2028
2032
  set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
2029
- get ko(): boolean;
2033
+ get kq(): boolean;
2030
2034
  private fy;
2031
2035
  get rowSelectionAnimationMode(): RowSelectionAnimationMode;
2032
2036
  set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
2033
- get km(): boolean;
2037
+ get ko(): boolean;
2034
2038
  private fv;
2035
2039
  get rowHoverAnimationMode(): RowHoverAnimationMode;
2036
2040
  set rowHoverAnimationMode(a: RowHoverAnimationMode);
2037
- get js(): boolean;
2041
+ get ju(): boolean;
2038
2042
  private aw;
2039
2043
  get cellSelectionAnimationMode(): CellSelectionAnimationMode;
2040
2044
  set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
@@ -2044,32 +2048,32 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2044
2048
  private c9;
2045
2049
  get animationSettings(): GridAnimationSettings;
2046
2050
  set animationSettings(a: GridAnimationSettings);
2047
- j3(a: DataGridColumn): boolean;
2051
+ j5(a: DataGridColumn): boolean;
2048
2052
  private br;
2049
2053
  private bp;
2050
2054
  get columnResizingAnimationMode(): ColumnResizingAnimationMode;
2051
2055
  set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
2052
- private j4;
2056
+ private j6;
2053
2057
  private b1;
2054
2058
  private bx;
2055
2059
  get columnShowingAnimationMode(): ColumnShowingAnimationMode;
2056
2060
  set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
2057
- private jy;
2061
+ private j0;
2058
2062
  private bd;
2059
2063
  private bb;
2060
2064
  get columnMovingAnimationMode(): ColumnMovingAnimationMode;
2061
2065
  set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
2062
- private jx;
2066
+ private jz;
2063
2067
  private ba;
2064
2068
  private a8;
2065
2069
  get columnHidingAnimationMode(): ColumnHidingAnimationMode;
2066
2070
  set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
2067
- private jw;
2071
+ private jy;
2068
2072
  private a2;
2069
2073
  private a0;
2070
2074
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
2071
2075
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
2072
- private adl;
2076
+ private adr;
2073
2077
  get inset(): Thickness;
2074
2078
  set inset(a: Thickness);
2075
2079
  private cj;
@@ -2081,12 +2085,12 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2081
2085
  private en;
2082
2086
  get selectionBehavior(): GridSelectionBehavior;
2083
2087
  set selectionBehavior(a: GridSelectionBehavior);
2084
- private ij;
2088
+ private ik;
2085
2089
  get mouseDragSelectionEnabled(): boolean;
2086
2090
  set mouseDragSelectionEnabled(a: boolean);
2087
- private hx;
2088
- get jp(): boolean;
2089
- set jp(a: boolean);
2091
+ private hy;
2092
+ get jr(): boolean;
2093
+ set jr(a: boolean);
2090
2094
  private ef;
2091
2095
  get selectedItems(): GridSelectedItemsCollection;
2092
2096
  private ek;
@@ -2095,76 +2099,76 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2095
2099
  get selectedCells(): GridSelectedCellsCollection;
2096
2100
  private d8;
2097
2101
  get selectedCellRanges(): GridSelectedCellRangesCollection;
2098
- private hw;
2099
- get jo(): boolean;
2100
- set jo(a: boolean);
2102
+ private hx;
2103
+ get jq(): boolean;
2104
+ set jq(a: boolean);
2101
2105
  private ee;
2102
2106
  get pinnedItems(): GridSelectedItemsCollection;
2103
2107
  private ej;
2104
2108
  get pinnedKeys(): GridSelectedKeysCollection;
2105
- private z6;
2106
- private h0;
2109
+ private aaa;
2110
+ private h1;
2107
2111
  get isColumnOptionsEnabled(): boolean;
2108
2112
  set isColumnOptionsEnabled(a: boolean);
2109
- private i7;
2113
+ private i8;
2110
2114
  get useNewerColumnOptionsMenu(): boolean;
2111
2115
  set useNewerColumnOptionsMenu(a: boolean);
2112
- private h4;
2116
+ private h5;
2113
2117
  get isGroupByAreaVisible(): boolean;
2114
2118
  set isGroupByAreaVisible(a: boolean);
2115
- private h9;
2119
+ private ia;
2116
2120
  get isGroupRowSticky(): boolean;
2117
2121
  set isGroupRowSticky(a: boolean);
2118
- private ia;
2122
+ private ib;
2119
2123
  get isHeaderSeparatorVisible(): boolean;
2120
2124
  set isHeaderSeparatorVisible(a: boolean);
2121
- private aat;
2125
+ private aax;
2122
2126
  get cellSelectedBackground(): Brush;
2123
2127
  set cellSelectedBackground(a: Brush);
2124
- private aau;
2128
+ private aay;
2125
2129
  get cellSelectedTextColor(): Brush;
2126
2130
  set cellSelectedTextColor(a: Brush);
2127
- private abq;
2131
+ private abv;
2128
2132
  get sectionHeaderSelectedBackground(): Brush;
2129
2133
  set sectionHeaderSelectedBackground(a: Brush);
2130
- private abt;
2134
+ private aby;
2131
2135
  get summaryRootBackground(): Brush;
2132
2136
  set summaryRootBackground(a: Brush);
2133
- private abx;
2137
+ private ab2;
2134
2138
  get summarySectionBackground(): Brush;
2135
2139
  set summarySectionBackground(a: Brush);
2136
- private mn;
2140
+ private mp;
2137
2141
  get pinnedRowOpacity(): number;
2138
2142
  set pinnedRowOpacity(a: number);
2139
2143
  private gy;
2140
2144
  get editTextStyle(): FontInfo;
2141
2145
  set editTextStyle(a: FontInfo);
2142
- private mj;
2146
+ private ml;
2143
2147
  get editOpacity(): number;
2144
2148
  set editOpacity(a: number);
2145
- private aa8;
2149
+ private abd;
2146
2150
  get deletedTextColor(): Brush;
2147
2151
  set deletedTextColor(a: Brush);
2148
- private abs;
2152
+ private abx;
2149
2153
  get stickyRowBackground(): Brush;
2150
2154
  set stickyRowBackground(a: Brush);
2151
- private abg;
2155
+ private abl;
2152
2156
  get pinnedRowBackground(): Brush;
2153
2157
  set pinnedRowBackground(a: Brush);
2154
- private abf;
2158
+ private abk;
2155
2159
  get lastStickyRowBackground(): Brush;
2156
2160
  set lastStickyRowBackground(a: Brush);
2157
2161
  private dj;
2158
2162
  private di;
2159
2163
  get activeCell(): GridCellPosition;
2160
2164
  set activeCell(a: GridCellPosition);
2161
- private aas;
2165
+ private aaw;
2162
2166
  get cellBackground(): Brush;
2163
2167
  set cellBackground(a: Brush);
2164
- private aav;
2168
+ private aaz;
2165
2169
  get cellTextColor(): Brush;
2166
2170
  set cellTextColor(a: Brush);
2167
- private abd;
2171
+ private abi;
2168
2172
  get headerSortIndicatorColor(): Brush;
2169
2173
  set headerSortIndicatorColor(a: Brush);
2170
2174
  private f9;
@@ -2173,14 +2177,14 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2173
2177
  private gv;
2174
2178
  get cellTextStyle(): FontInfo;
2175
2179
  set cellTextStyle(a: FontInfo);
2176
- private abo;
2180
+ private abt;
2177
2181
  get sectionHeaderBackground(): Brush;
2178
2182
  set sectionHeaderBackground(a: Brush);
2179
- private abr;
2183
+ private abw;
2180
2184
  get sectionHeaderTextColor(): Brush;
2181
2185
  set sectionHeaderTextColor(a: Brush);
2182
- private abp;
2183
- static readonly t1: string;
2186
+ private abu;
2187
+ static readonly t5: string;
2184
2188
  get sectionHeaderExpansionIndicatorIconColor(): Brush;
2185
2189
  set sectionHeaderExpansionIndicatorIconColor(a: Brush);
2186
2190
  private g0;
@@ -2192,7 +2196,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2192
2196
  private g3;
2193
2197
  get summarySectionLabelTextStyle(): FontInfo;
2194
2198
  set summarySectionLabelTextStyle(a: FontInfo);
2195
- private abw;
2199
+ private ab1;
2196
2200
  get summaryRootValueTextColor(): Brush;
2197
2201
  set summaryRootValueTextColor(a: Brush);
2198
2202
  private g2;
@@ -2201,123 +2205,123 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2201
2205
  private g4;
2202
2206
  get summarySectionValueTextStyle(): FontInfo;
2203
2207
  set summarySectionValueTextStyle(a: FontInfo);
2204
- private ab0;
2208
+ private ab5;
2205
2209
  get summarySectionValueTextColor(): Brush;
2206
2210
  set summarySectionValueTextColor(a: Brush);
2207
- private abu;
2211
+ private abz;
2208
2212
  get summaryRootLabelTextColor(): Brush;
2209
2213
  set summaryRootLabelTextColor(a: Brush);
2210
- private aby;
2214
+ private ab3;
2211
2215
  get summarySectionLabelTextColor(): Brush;
2212
2216
  set summarySectionLabelTextColor(a: Brush);
2213
- private abv;
2217
+ private ab0;
2214
2218
  get summaryRootSelectedBackground(): Brush;
2215
2219
  set summaryRootSelectedBackground(a: Brush);
2216
- private abz;
2220
+ private ab4;
2217
2221
  get summarySectionSelectedBackground(): Brush;
2218
2222
  set summarySectionSelectedBackground(a: Brush);
2219
- private nn;
2223
+ private np;
2220
2224
  get pinnedAreaSeparatorWidth(): number;
2221
2225
  set pinnedAreaSeparatorWidth(a: number);
2222
- private nh;
2226
+ private nj;
2223
2227
  get headerSeparatorWidth(): number;
2224
2228
  set headerSeparatorWidth(a: number);
2225
- n2(a: number): number;
2226
- private abc;
2229
+ n4(a: number): number;
2230
+ private abh;
2227
2231
  get headerSeparatorBackground(): Brush;
2228
2232
  set headerSeparatorBackground(a: Brush);
2229
- private aba;
2233
+ private abf;
2230
2234
  get headerBackground(): Brush;
2231
2235
  set headerBackground(a: Brush);
2232
- private abe;
2236
+ private abj;
2233
2237
  get headerTextColor(): Brush;
2234
2238
  set headerTextColor(a: Brush);
2235
2239
  private gz;
2236
2240
  get headerTextStyle(): FontInfo;
2237
2241
  set headerTextStyle(a: FontInfo);
2238
- private abj;
2242
+ private abo;
2239
2243
  get rowSeparatorBackground(): Brush;
2240
2244
  set rowSeparatorBackground(a: Brush);
2241
- private abb;
2245
+ private abg;
2242
2246
  get headerRowSeparatorBackground(): Brush;
2243
2247
  set headerRowSeparatorBackground(a: Brush);
2244
- private abm;
2248
+ private abr;
2245
2249
  get rowSeparatorStickyRowBackground(): Brush;
2246
2250
  set rowSeparatorStickyRowBackground(a: Brush);
2247
- private abk;
2251
+ private abp;
2248
2252
  get rowSeparatorLastStickyRowBackground(): Brush;
2249
2253
  set rowSeparatorLastStickyRowBackground(a: Brush);
2250
- private abl;
2254
+ private abq;
2251
2255
  get rowSeparatorPinnedRowBackground(): Brush;
2252
2256
  set rowSeparatorPinnedRowBackground(a: Brush);
2253
- private nd;
2257
+ private nf;
2254
2258
  get columnResizingSeparatorWidth(): number;
2255
2259
  set columnResizingSeparatorWidth(a: number);
2256
- private md;
2260
+ private mf;
2257
2261
  get columnResizingSeparatorOpacity(): number;
2258
2262
  set columnResizingSeparatorOpacity(a: number);
2259
- private na;
2263
+ private nc;
2260
2264
  get columnMovingSeparatorWidth(): number;
2261
2265
  set columnMovingSeparatorWidth(a: number);
2262
- private mc;
2266
+ private me;
2263
2267
  get columnMovingSeparatorOpacity(): number;
2264
2268
  set columnMovingSeparatorOpacity(a: number);
2265
- private aa7;
2269
+ private abc;
2266
2270
  get columnResizingSeparatorBackground(): Brush;
2267
2271
  set columnResizingSeparatorBackground(a: Brush);
2268
- private aaw;
2272
+ private aa0;
2269
2273
  get columnMovingSeparatorBackground(): Brush;
2270
2274
  set columnMovingSeparatorBackground(a: Brush);
2271
- private iv;
2275
+ private iw;
2272
2276
  get shiftSectionContent(): boolean;
2273
2277
  set shiftSectionContent(a: boolean);
2274
2278
  private bi;
2275
2279
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2276
2280
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2277
- private aa3;
2281
+ private aa7;
2278
2282
  get columnOptionsIconColor(): Brush;
2279
2283
  set columnOptionsIconColor(a: Brush);
2280
2284
  private bk;
2281
2285
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2282
2286
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2283
- private aap;
2287
+ private aat;
2284
2288
  get actualBorder(): Brush;
2285
2289
  set actualBorder(a: Brush);
2286
- private aar;
2290
+ private aav;
2287
2291
  get border(): Brush;
2288
2292
  set border(a: Brush);
2289
- private adj;
2290
- get adp(): Thickness;
2291
- set adp(a: Thickness);
2292
- private adh;
2293
+ private adp;
2294
+ get adv(): Thickness;
2295
+ set adv(a: Thickness);
2296
+ private adn;
2293
2297
  get actualBorderWidth(): Thickness;
2294
2298
  set actualBorderWidth(a: Thickness);
2295
- private adi;
2299
+ private ado;
2296
2300
  get borderWidth(): Thickness;
2297
2301
  set borderWidth(a: Thickness);
2298
- private io;
2302
+ private ip;
2299
2303
  get notifyOnAllSelectionChanges(): boolean;
2300
2304
  set notifyOnAllSelectionChanges(a: boolean);
2301
- private aaj;
2302
- get aan(): CornerRadius;
2303
- set aan(a: CornerRadius);
2304
- private aai;
2305
+ private aan;
2306
+ get aar(): CornerRadius;
2307
+ set aar(a: CornerRadius);
2308
+ private aam;
2305
2309
  get cornerRadius(): CornerRadius;
2306
2310
  set cornerRadius(a: CornerRadius);
2307
- private aah;
2311
+ private aal;
2308
2312
  get actualCornerRadius(): CornerRadius;
2309
2313
  set actualCornerRadius(a: CornerRadius);
2310
2314
  static readonly isActiveCellStyleEnabledPropertyName: string;
2311
- private hz;
2315
+ private h0;
2312
2316
  get isActiveCellStyleEnabled(): boolean;
2313
2317
  set isActiveCellStyleEnabled(a: boolean);
2314
- private i1;
2318
+ private i2;
2315
2319
  get stopPropagation(): boolean;
2316
2320
  set stopPropagation(a: boolean);
2317
- private aao;
2321
+ private aas;
2318
2322
  get actualBackground(): Brush;
2319
2323
  set actualBackground(a: Brush);
2320
- private aaq;
2324
+ private aau;
2321
2325
  get background(): Brush;
2322
2326
  set background(a: Brush);
2323
2327
  private hf;
@@ -2326,7 +2330,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2326
2330
  private e5;
2327
2331
  get renderingEngine(): ICellRenderingEngine;
2328
2332
  set renderingEngine(a: ICellRenderingEngine);
2329
- private yb;
2333
+ private yf;
2330
2334
  private ft;
2331
2335
  get responsiveStates(): ResponsiveStatesCollection;
2332
2336
  private gn;
@@ -2339,10 +2343,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2339
2343
  private b8;
2340
2344
  private ab;
2341
2345
  private ac;
2346
+ private iz;
2342
2347
  private iy;
2348
+ private i0;
2343
2349
  private ix;
2344
- private iz;
2345
- private iw;
2346
2350
  private b2;
2347
2351
  private a4;
2348
2352
  private v;
@@ -2350,17 +2354,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2350
2354
  get initialSortDescriptions(): ColumnSortDescriptionCollection;
2351
2355
  get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
2352
2356
  get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
2353
- private pj;
2357
+ private pl;
2354
2358
  get initialSorts(): string;
2355
2359
  set initialSorts(a: string);
2356
- private pi;
2360
+ private pk;
2357
2361
  get initialGroups(): string;
2358
2362
  set initialGroups(a: string);
2359
- private pk;
2363
+ private pm;
2360
2364
  get initialSummaries(): string;
2361
2365
  set initialSummaries(a: string);
2362
- private v9;
2363
- jm(a: any[], b: any[]): boolean;
2366
+ private wd;
2367
+ jo(a: any[], b: any[]): boolean;
2364
2368
  get sortDescriptions(): ColumnSortDescriptionCollection;
2365
2369
  get groupDescriptions(): ColumnGroupDescriptionCollection;
2366
2370
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
@@ -2368,29 +2372,32 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2368
2372
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2369
2373
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2370
2374
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2371
- private xj;
2375
+ private xn;
2372
2376
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2373
2377
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2374
2378
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
2375
2379
  get filterExpressions(): FilterExpressionCollection;
2376
2380
  get summaryDescriptions(): ColumnSummaryDescriptionCollection;
2377
- private i2;
2381
+ private i3;
2378
2382
  private gj;
2379
2383
  get summaryScope(): SummaryScope;
2380
2384
  set summaryScope(a: SummaryScope);
2385
+ private h7;
2381
2386
  private h6;
2382
- private h5;
2383
2387
  get isGroupCollapsable(): boolean;
2384
2388
  set isGroupCollapsable(a: boolean);
2385
- private hu;
2389
+ private hv;
2386
2390
  private eu;
2387
2391
  get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
2388
2392
  set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
2393
+ private h9;
2389
2394
  private h8;
2390
- private h7;
2391
2395
  get isGroupExpandedDefault(): boolean;
2392
2396
  set isGroupExpandedDefault(a: boolean);
2393
- private hv;
2397
+ private hu;
2398
+ get expandCollapseOnSectionHeaderClick(): boolean;
2399
+ set expandCollapseOnSectionHeaderClick(a: boolean);
2400
+ private hw;
2394
2401
  private ew;
2395
2402
  get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
2396
2403
  set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
@@ -2399,16 +2406,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2399
2406
  set autoAcceptEdits(a: boolean);
2400
2407
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2401
2408
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2402
- protected x9(a: string, b: any, c: any): void;
2403
- zh(): void;
2404
- y1(): void;
2405
- y2(): void;
2409
+ protected yd(a: string, b: any, c: any): void;
2410
+ zl(): void;
2411
+ y5(): void;
2412
+ y6(): void;
2406
2413
  calculateCompleted: (sender: any, e: any) => void;
2407
- ws(): void;
2408
- v3(): void;
2409
- private it;
2410
- get lc(): boolean;
2411
- set lc(a: boolean);
2414
+ ww(): void;
2415
+ v7(): void;
2416
+ private iu;
2417
+ get le(): boolean;
2418
+ set le(a: boolean);
2412
2419
  refresh(): void;
2413
2420
  flush(): void;
2414
2421
  private z;
@@ -2422,39 +2429,39 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2422
2429
  get actualPrimaryKey(): string[];
2423
2430
  set actualPrimaryKey(a: string[]);
2424
2431
  private hk;
2425
- get i8(): boolean;
2426
- set i8(a: boolean);
2427
- protected yw(a: string, b: any, c: any): void;
2428
- private z8;
2429
- private aal;
2430
- private ado;
2432
+ get i9(): boolean;
2433
+ set i9(a: boolean);
2434
+ protected y0(a: string, b: any, c: any): void;
2435
+ private aac;
2436
+ private aap;
2437
+ private adu;
2431
2438
  syncBorder(): void;
2432
- private xs;
2439
+ private xw;
2433
2440
  private n;
2434
2441
  private o;
2435
2442
  private h;
2436
- private vo;
2437
- private zl;
2438
- private v5;
2439
- private v6;
2440
- private zm;
2441
- private v7;
2442
2443
  private vs;
2443
- private vr;
2444
+ private zp;
2445
+ private v9;
2446
+ private wa;
2447
+ private zq;
2448
+ private wb;
2449
+ private vw;
2450
+ private vv;
2444
2451
  rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2445
- private lw;
2446
- private r1;
2447
- private yc;
2448
- private vz;
2449
- private vq;
2450
- private xr;
2451
- wm(): void;
2452
+ private ly;
2453
+ private r5;
2454
+ private yg;
2455
+ private v3;
2456
+ private vu;
2457
+ private xv;
2458
+ wq(): void;
2452
2459
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2453
2460
  onSizeChanged(a: number, b: number): void;
2454
2461
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
2455
- private nl;
2456
- private nm;
2457
- lq: boolean;
2462
+ private nn;
2463
+ private no;
2464
+ ls: boolean;
2458
2465
  notifyScrollStart(): void;
2459
2466
  notifyScrollStop(): void;
2460
2467
  setViewport(a: number, b: number, c: number, d: number): void;
@@ -2462,35 +2469,35 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2462
2469
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2463
2470
  private dp;
2464
2471
  get columns(): GridColumnCollection;
2465
- x5(a: CellModel, b: any, c: any): void;
2466
- x4(a: CellModel, b: any, c: any, d: string): void;
2472
+ x9(a: CellModel, b: any, c: any): void;
2473
+ x8(a: CellModel, b: any, c: any, d: string): void;
2467
2474
  ci(a: CellPath): DataGridColumn;
2468
2475
  hideThenRemoveColumn(a: DataGridColumn): void;
2469
2476
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2470
- private u9;
2471
- private im;
2472
- private xn;
2473
- private xk;
2474
- private xf;
2475
- private vk;
2476
- private yi;
2477
- private vn;
2477
+ private vd;
2478
+ private io;
2479
+ private xr;
2480
+ private xo;
2481
+ private xj;
2482
+ private vo;
2483
+ private ym;
2484
+ private vr;
2478
2485
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2479
- private lo;
2480
- private lp;
2486
+ private lq;
2487
+ private lr;
2481
2488
  moveColumn(a: number, b: number): void;
2482
2489
  moveColumnLeft(a: number): void;
2483
2490
  moveColumnRight(a: number): void;
2484
2491
  canMoveColumnLeft(a: number): boolean;
2485
2492
  canMoveColumnRight(a: number): boolean;
2486
- private kt;
2493
+ private kv;
2487
2494
  private cg;
2488
2495
  private cf;
2489
- private xg;
2490
- private vj;
2491
- private z9;
2496
+ private xk;
2497
+ private vn;
2498
+ private aad;
2492
2499
  private cl;
2493
- r2(a: CellPath, b: DataGrid, c: any, d: number): string;
2500
+ r6(a: CellPath, b: DataGrid, c: any, d: number): string;
2494
2501
  am(a: CellPath, b: string): CellModel;
2495
2502
  exportVisualModel(): any;
2496
2503
  exportSerializedVisualModel(): string;
@@ -2501,120 +2508,120 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2501
2508
  scrollToItem(a: any): boolean;
2502
2509
  scrollToPrimaryKey(a: any[]): boolean;
2503
2510
  scrollToColumnByIndex(a: number): void;
2504
- private zo;
2505
- lj(a: DataGridColumn): boolean;
2506
- xq(a: number, b: number): void;
2507
- private vi;
2508
- private ob;
2509
- private lf;
2511
+ private zs;
2512
+ ll(a: DataGridColumn): boolean;
2513
+ xu(a: number, b: number): void;
2514
+ private vm;
2515
+ private od;
2516
+ private lh;
2510
2517
  getLastVisibleIndex(): number;
2511
2518
  getFirstVisibleIndex(): number;
2512
- od(): number;
2513
- oi(): number;
2514
- yr(): void;
2515
- jt: boolean;
2516
- kd: boolean;
2519
+ of(): number;
2520
+ ok(): number;
2521
+ yv(): void;
2522
+ jv: boolean;
2523
+ kf: boolean;
2524
+ get km(): boolean;
2525
+ get kn(): boolean;
2517
2526
  get kk(): boolean;
2518
2527
  get kl(): boolean;
2519
- get ki(): boolean;
2520
- get kj(): boolean;
2521
- private ld;
2522
- private le;
2523
- private lx;
2524
- private ly;
2528
+ private lf;
2529
+ private lg;
2525
2530
  private lz;
2526
2531
  private l0;
2532
+ private l1;
2533
+ private l2;
2527
2534
  private hm;
2528
2535
  private hl;
2529
- ve(a?: boolean): void;
2530
- vx(): void;
2531
- yg(a: any, b: PrimaryKeyValue): void;
2532
- yh(a: any, b: PrimaryKeyValue): void;
2533
- yn(a: number, b: any, c: PrimaryKeyValue): void;
2534
- private i5;
2535
- wt(a: number, b: number, c: string): void;
2536
- ww(a: number, b: string): void;
2537
- private wu;
2538
- private nv;
2539
- private nw;
2540
- kv(a: boolean, b: boolean): boolean;
2541
- kw(a: boolean, b: boolean): boolean;
2542
- private oh;
2536
+ vi(a?: boolean): void;
2537
+ v1(): void;
2538
+ yk(a: any, b: PrimaryKeyValue): void;
2539
+ yl(a: any, b: PrimaryKeyValue): void;
2540
+ yr(a: number, b: any, c: PrimaryKeyValue): void;
2541
+ private i6;
2542
+ wx(a: number, b: number, c: string): void;
2543
+ w0(a: number, b: string): void;
2544
+ private wy;
2545
+ private nx;
2546
+ private ny;
2547
+ kx(a: boolean, b: boolean): boolean;
2548
+ ky(a: boolean, b: boolean): boolean;
2549
+ private oj;
2550
+ private oe;
2551
+ private oo;
2552
+ private on;
2543
2553
  private oc;
2544
- private om;
2545
- private ol;
2546
- private oa;
2547
- vf(a: number, b: number, c: boolean, d?: boolean): void;
2548
- k0(a: boolean, b: boolean): boolean;
2554
+ vj(a: number, b: number, c: boolean, d?: boolean): void;
2549
2555
  k2(a: boolean, b: boolean): boolean;
2550
- k3(a: boolean, b: boolean): boolean;
2551
2556
  k4(a: boolean, b: boolean): boolean;
2552
2557
  k5(a: boolean, b: boolean): boolean;
2553
- x2(a: boolean, b: boolean): void;
2558
+ k6(a: boolean, b: boolean): boolean;
2554
2559
  k7(a: boolean, b: boolean): boolean;
2555
- ys(): void;
2560
+ x6(a: boolean, b: boolean): void;
2561
+ k9(a: boolean, b: boolean): boolean;
2562
+ yw(): void;
2563
+ la(a: boolean, b: boolean): boolean;
2564
+ kz(a: boolean, b: boolean): boolean;
2565
+ k0(): boolean;
2566
+ k1(): boolean;
2556
2567
  k8(a: boolean, b: boolean): boolean;
2557
- kx(a: boolean, b: boolean): boolean;
2558
- ky(): boolean;
2559
- kz(): boolean;
2560
- k6(a: boolean, b: boolean): boolean;
2561
2568
  aq: CellPath;
2562
2569
  ar: CellPath;
2563
- ls(): boolean;
2564
- lm(a: CellModel): boolean;
2565
- jl(a: boolean, b?: boolean): boolean;
2566
- vw(a: boolean): void;
2567
- w8(a: PrimaryKeyValue, b: number): void;
2568
- w9(a: PrimaryKeyValue, b: number): void;
2570
+ lu(): boolean;
2571
+ lo(a: CellModel): boolean;
2572
+ jm(a: boolean, b?: boolean): boolean;
2573
+ v0(a: boolean): void;
2574
+ xc(a: PrimaryKeyValue, b: number): void;
2575
+ xd(a: PrimaryKeyValue, b: number): void;
2569
2576
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2570
2577
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2571
2578
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2572
2579
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2573
2580
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2574
- private iu;
2575
- private yo;
2581
+ private iv;
2582
+ private ys;
2576
2583
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2577
2584
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
2578
- aae(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2579
- vc(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2580
- vd(a: any, b: PrimaryKeyValue, c: boolean): void;
2581
- aad(a: number, b: any, c: PrimaryKeyValue): void;
2582
- ze(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2583
- zf(a: any, b: PrimaryKeyValue, c: boolean): void;
2584
- private yk;
2585
- private yl;
2586
- private yj;
2587
- private ym;
2585
+ aai(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2586
+ vg(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2587
+ vh(a: any, b: PrimaryKeyValue, c: boolean): void;
2588
+ aah(a: number, b: any, c: PrimaryKeyValue): void;
2589
+ zi(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2590
+ zj(a: any, b: PrimaryKeyValue, c: boolean): void;
2591
+ private yo;
2592
+ private yp;
2593
+ private yn;
2594
+ private yq;
2588
2595
  private au;
2589
- vb(a: number, b: number, c: number, d: number): void;
2590
- va(a: CellRange): void;
2591
- zb(a: CellRange): void;
2592
- za(): void;
2593
- private wk;
2594
- yp(a: number, b: any, c: any): void;
2595
- private wa;
2596
- xa(): void;
2596
+ vf(a: number, b: number, c: number, d: number): void;
2597
+ ve(a: CellRange): void;
2598
+ zf(a: CellRange): void;
2599
+ ze(): void;
2600
+ private wo;
2601
+ yt(a: number, b: any, c: any): void;
2602
+ private we;
2603
+ xe(): void;
2604
+ zo(a: GridConditionalStyle, b: DataGridColumn): void;
2597
2605
  zk(a: GridConditionalStyle, b: DataGridColumn): void;
2598
- zg(a: GridConditionalStyle, b: DataGridColumn): void;
2599
- l3(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2600
- private lv;
2601
- vy(a: ColumnSummaryDescription): void;
2602
- private j6;
2603
- y9(a: ColumnSummaryDescription): void;
2606
+ l5(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2607
+ private lx;
2608
+ v2(a: ColumnSummaryDescription): void;
2609
+ private j8;
2610
+ zd(a: ColumnSummaryDescription): void;
2604
2611
  invalidateVisibleRows(): void;
2605
- pg(a: DataGridColumn): any;
2606
- pf(a: DataGridColumn): any;
2612
+ pi(a: DataGridColumn): any;
2607
2613
  ph(a: DataGridColumn): any;
2608
- private wb;
2609
- private oe;
2610
- private oj;
2611
- private wc;
2612
- private hy;
2613
- yx(): void;
2614
- x3(a: number, b: any): void;
2615
- ya(a: number, b: any): void;
2614
+ pj(a: DataGridColumn): any;
2615
+ private wf;
2616
+ private og;
2617
+ private ol;
2618
+ private wg;
2619
+ private hz;
2620
+ y1(): void;
2621
+ x7(a: number, b: any): void;
2622
+ ye(a: number, b: any): void;
2616
2623
  setActiveResponsiveState(a: string): void;
2617
- zz(a: ResponsiveState): void;
2624
+ z3(a: ResponsiveState): void;
2618
2625
  notifySetItem(a: number, b: any, c: any): void;
2619
2626
  notifyClearItems(): void;
2620
2627
  notifyInsertItem(a: number, b: any): void;
@@ -2627,30 +2634,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2627
2634
  getColumnAtRenderedIndex(a: number): DataGridColumn;
2628
2635
  getRootSummaryResults(): ISummaryResult[];
2629
2636
  getSectionSummaryResults(a: number): ISummaryResult[][];
2630
- private is;
2637
+ private it;
2631
2638
  get reactsToSortChanges(): boolean;
2632
2639
  set reactsToSortChanges(a: boolean);
2633
- private ir;
2640
+ private is;
2634
2641
  get reactsToGroupChanges(): boolean;
2635
2642
  set reactsToGroupChanges(a: boolean);
2636
- private iq;
2643
+ private ir;
2637
2644
  get reactsToFilterChanges(): boolean;
2638
2645
  set reactsToFilterChanges(a: boolean);
2639
2646
  aa(a: DataGridColumn): IFilterExpression;
2640
- lt(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2641
- private aaf;
2642
- private o8;
2647
+ lv(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2648
+ private aaj;
2649
+ private pa;
2643
2650
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2644
- private xo;
2651
+ private xs;
2645
2652
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2646
- private wz;
2653
+ private w3;
2647
2654
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2648
- private wy;
2655
+ private w2;
2649
2656
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2650
- private ye;
2657
+ private yi;
2651
2658
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2652
- private yd;
2653
- j5(): boolean;
2659
+ private yh;
2660
+ j7(): boolean;
2654
2661
  get canUndo(): boolean;
2655
2662
  get canRedo(): boolean;
2656
2663
  get canCommit(): boolean;
@@ -2663,7 +2670,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2663
2670
  updatePropertyAtKey(a: any[], b: string, c: any): void;
2664
2671
  removeItemByKey(a: any[]): void;
2665
2672
  removeItem(a: any): void;
2666
- private ip;
2673
+ private iq;
2667
2674
  acceptEdit(a: number): void;
2668
2675
  rejectEdit(a: number): void;
2669
2676
  setEditError(a: number, b: string): void;
@@ -2677,18 +2684,18 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2677
2684
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2678
2685
  selectAllRows(): void;
2679
2686
  deselectAllRows(): void;
2680
- private rd;
2681
- private ry;
2682
- private ib;
2683
- get kf(): boolean;
2684
- set kf(a: boolean);
2685
- k1(a: Key, b: boolean, c: boolean): boolean;
2686
- private lr;
2687
- lk(): boolean;
2688
- private h2;
2687
+ private rg;
2688
+ private r2;
2689
+ private ic;
2690
+ get kh(): boolean;
2691
+ set kh(a: boolean);
2692
+ k3(a: Key, b: boolean, c: boolean): boolean;
2693
+ private lt;
2694
+ lm(): boolean;
2695
+ private h3;
2689
2696
  get isColumnOptionsSummariesEnabled(): boolean;
2690
2697
  set isColumnOptionsSummariesEnabled(a: boolean);
2691
- private h1;
2698
+ private h2;
2692
2699
  get isColumnOptionsGroupingEnabled(): boolean;
2693
2700
  set isColumnOptionsGroupingEnabled(a: boolean);
2694
2701
  private fl;
@@ -2702,11 +2709,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2702
2709
  set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
2703
2710
  saveLayout(): string;
2704
2711
  private f2;
2705
- private l4;
2712
+ private l6;
2706
2713
  loadLayout(a: string): void;
2707
2714
  private s;
2708
2715
  private t;
2709
- og(a: CellPath): number;
2716
+ oi(a: CellPath): number;
2710
2717
  private c2;
2711
2718
  get filterUIType(): FilterUIType;
2712
2719
  set filterUIType(a: FilterUIType);
@@ -2716,95 +2723,98 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2716
2723
  private cx;
2717
2724
  get filterComparisonType(): FilterComparisonType;
2718
2725
  set filterComparisonType(a: FilterComparisonType);
2719
- j7(): boolean;
2720
- private l7;
2726
+ j9(): boolean;
2727
+ private l9;
2721
2728
  get todayOverride(): Date;
2722
2729
  set todayOverride(a: Date);
2723
2730
  private hq;
2724
2731
  get clearSelectionOnEscape(): boolean;
2725
2732
  set clearSelectionOnEscape(a: boolean);
2726
2733
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2727
- xp(a: DataGridColumn, b: FilterOperand, c: any): void;
2728
- private nb;
2729
- ll(): boolean;
2730
- wg(): void;
2731
- wf(): void;
2732
- private ic;
2734
+ xt(a: DataGridColumn, b: FilterOperand, c: any): void;
2735
+ private nd;
2736
+ ln(): boolean;
2737
+ wk(): void;
2738
+ wj(): void;
2739
+ private id;
2733
2740
  get isPagerVisible(): boolean;
2734
2741
  set isPagerVisible(a: boolean);
2735
- private nj;
2742
+ private nl;
2736
2743
  get pageSize(): number;
2737
2744
  set pageSize(a: number);
2738
- private ii;
2745
+ private ij;
2739
2746
  get isToolbarVisible(): boolean;
2740
2747
  set isToolbarVisible(a: boolean);
2741
- private ig;
2748
+ private ih;
2742
2749
  get isToolbarColumnChooserVisible(): boolean;
2743
2750
  set isToolbarColumnChooserVisible(a: boolean);
2744
- private ih;
2751
+ private ii;
2745
2752
  get isToolbarColumnPinningVisible(): boolean;
2746
2753
  set isToolbarColumnPinningVisible(a: boolean);
2747
- private pp;
2754
+ private pr;
2748
2755
  get toolbarTitle(): string;
2749
2756
  set toolbarTitle(a: string);
2750
- private pl;
2757
+ private pn;
2751
2758
  get toolbarColumnChooserText(): string;
2752
2759
  set toolbarColumnChooserText(a: string);
2753
- private pm;
2760
+ private po;
2754
2761
  get toolbarColumnChooserTitle(): string;
2755
2762
  set toolbarColumnChooserTitle(a: string);
2756
- private pn;
2763
+ private pp;
2757
2764
  get toolbarColumnPinningText(): string;
2758
2765
  set toolbarColumnPinningText(a: string);
2759
- private po;
2766
+ private pq;
2760
2767
  get toolbarColumnPinningTitle(): string;
2761
2768
  set toolbarColumnPinningTitle(a: string);
2762
2769
  private gp;
2763
2770
  get scrollbarStyle(): ScrollbarStyle;
2764
2771
  set scrollbarStyle(a: ScrollbarStyle);
2765
- private abn;
2772
+ private abs;
2766
2773
  get scrollbarBackground(): Brush;
2767
2774
  set scrollbarBackground(a: Brush);
2768
- private aay;
2775
+ private aa2;
2769
2776
  get columnOptionsBackground(): Brush;
2770
2777
  set columnOptionsBackground(a: Brush);
2771
- private aa5;
2778
+ private aa9;
2772
2779
  get columnOptionsTextColor(): Brush;
2773
2780
  set columnOptionsTextColor(a: Brush);
2774
2781
  private gx;
2775
2782
  get columnOptionsTextStyle(): FontInfo;
2776
2783
  set columnOptionsTextStyle(a: FontInfo);
2777
- private aa2;
2784
+ private aa6;
2778
2785
  get columnOptionsHoverBackgroundColor(): Brush;
2779
2786
  set columnOptionsHoverBackgroundColor(a: Brush);
2780
- private aa6;
2787
+ private aba;
2781
2788
  get columnOptionsToolTipBackgroundColor(): Brush;
2782
2789
  set columnOptionsToolTipBackgroundColor(a: Brush);
2783
- private aa1;
2790
+ private abb;
2791
+ get columnOptionsToolTipTextColor(): Brush;
2792
+ set columnOptionsToolTipTextColor(a: Brush);
2793
+ private aa5;
2784
2794
  get columnOptionsHighlightColor(): Brush;
2785
2795
  set columnOptionsHighlightColor(a: Brush);
2786
- private aa4;
2796
+ private aa8;
2787
2797
  get columnOptionsSeparatorColor(): Brush;
2788
2798
  set columnOptionsSeparatorColor(a: Brush);
2789
- private aaz;
2799
+ private aa3;
2790
2800
  get columnOptionsGroupHeaderBackground(): Brush;
2791
2801
  set columnOptionsGroupHeaderBackground(a: Brush);
2792
- private aa0;
2802
+ private aa4;
2793
2803
  get columnOptionsGroupHeaderTextColor(): Brush;
2794
2804
  set columnOptionsGroupHeaderTextColor(a: Brush);
2795
2805
  private gw;
2796
2806
  get columnOptionsGroupHeaderTextStyle(): FontInfo;
2797
2807
  set columnOptionsGroupHeaderTextStyle(a: FontInfo);
2798
- private aax;
2808
+ private aa1;
2799
2809
  get columnOptionsAccentColor(): Brush;
2800
2810
  set columnOptionsAccentColor(a: Brush);
2801
- private nc;
2811
+ private ne;
2802
2812
  get columnOptionsRowHeight(): number;
2803
2813
  set columnOptionsRowHeight(a: number);
2804
2814
  private hn;
2805
2815
  get allowCopyOperation(): boolean;
2806
2816
  set allowCopyOperation(a: boolean);
2807
- private ni;
2817
+ private nk;
2808
2818
  get maxSelectedCellRanges(): number;
2809
2819
  set maxSelectedCellRanges(a: number);
2810
2820
  private hr;
@@ -3401,14 +3411,14 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3401
3411
  export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
3402
3412
  static $t: Type;
3403
3413
  constructor();
3404
- private pe;
3414
+ private pg;
3405
3415
  protected e2(a: GridConditionalStyle): void;
3406
3416
  protected ct(): any;
3407
3417
  protected cu(): any;
3408
3418
  protected cv(): any;
3409
3419
  protected au(a: GridConditionalStyle): boolean;
3410
- protected rz(): Brush;
3411
- protected ry(): Brush;
3420
+ protected r6(): Brush;
3421
+ protected r5(): Brush;
3412
3422
  private static lp;
3413
3423
  lq: number;
3414
3424
  private hw;
@@ -3427,8 +3437,8 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3427
3437
  get ll(): number;
3428
3438
  set ll(a: number);
3429
3439
  private ly;
3430
- get ob(): string;
3431
- set ob(a: string);
3440
+ get od(): string;
3441
+ set od(a: string);
3432
3442
  private k6;
3433
3443
  get lj(): number;
3434
3444
  set lj(a: number);
@@ -3442,38 +3452,38 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3442
3452
  get is(): PinnedPositions;
3443
3453
  set is(a: PinnedPositions);
3444
3454
  private lw;
3445
- get nj(): string;
3446
- set nj(a: string);
3455
+ get nl(): string;
3456
+ set nl(a: string);
3447
3457
  private lx;
3448
- get nq(): string;
3449
- set nq(a: string);
3458
+ get ns(): string;
3459
+ set ns(a: string);
3450
3460
  private lu;
3451
- get ml(): string;
3452
- set ml(a: string);
3453
- private q3;
3454
- get r2(): Brush;
3455
- set r2(a: Brush);
3456
- private qo;
3457
- get rl(): Brush;
3458
- set rl(a: Brush);
3459
- private q4;
3460
- get r3(): Brush;
3461
- set r3(a: Brush);
3462
- private qp;
3463
- get rm(): Brush;
3464
- set rm(a: Brush);
3465
- private q1;
3466
- get r0(): Brush;
3467
- set r0(a: Brush);
3468
- private qm;
3469
- get rj(): Brush;
3470
- set rj(a: Brush);
3471
- private q2;
3472
- get r1(): Brush;
3473
- set r1(a: Brush);
3474
- private qn;
3475
- get rk(): Brush;
3476
- set rk(a: Brush);
3461
+ get mm(): string;
3462
+ set mm(a: string);
3463
+ private q8;
3464
+ get r9(): Brush;
3465
+ set r9(a: Brush);
3466
+ private qs;
3467
+ get rr(): Brush;
3468
+ set rr(a: Brush);
3469
+ private q9;
3470
+ get sa(): Brush;
3471
+ set sa(a: Brush);
3472
+ private qt;
3473
+ get rs(): Brush;
3474
+ set rs(a: Brush);
3475
+ private q6;
3476
+ get r7(): Brush;
3477
+ set r7(a: Brush);
3478
+ private qq;
3479
+ get rp(): Brush;
3480
+ set rp(a: Brush);
3481
+ private q7;
3482
+ get r8(): Brush;
3483
+ set r8(a: Brush);
3484
+ private qr;
3485
+ get rq(): Brush;
3486
+ set rq(a: Brush);
3477
3487
  private ic;
3478
3488
  get id(): GridColumnAnimationSettings;
3479
3489
  set id(a: GridColumnAnimationSettings);
@@ -3532,12 +3542,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3532
3542
  private hl;
3533
3543
  get hn(): ColumnOptionsIconAlignment;
3534
3544
  set hn(a: ColumnOptionsIconAlignment);
3535
- private qh;
3536
- get re(): Brush;
3537
- set re(a: Brush);
3538
- private qw;
3539
- get rt(): Brush;
3540
- set rt(a: Brush);
3545
+ private qk;
3546
+ get rj(): Brush;
3547
+ set rj(a: Brush);
3548
+ private q0;
3549
+ get rz(): Brush;
3550
+ set rz(a: Brush);
3541
3551
  private hp;
3542
3552
  get hr(): ColumnOptionsIconBehavior;
3543
3553
  set hr(a: ColumnOptionsIconBehavior);
@@ -3565,74 +3575,80 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3565
3575
  private ix;
3566
3576
  get iy(): BaseControlTheme;
3567
3577
  set iy(a: BaseControlTheme);
3568
- private qe;
3569
- get q9(): Brush;
3570
- set q9(a: Brush);
3571
- private qr;
3572
- get ro(): Brush;
3573
- set ro(a: Brush);
3574
- private qj;
3575
- get rg(): Brush;
3576
- set rg(a: Brush);
3577
- private qy;
3578
- get rv(): Brush;
3579
- set rv(a: Brush);
3578
+ private qh;
3579
+ get re(): Brush;
3580
+ set re(a: Brush);
3581
+ private qv;
3582
+ get ru(): Brush;
3583
+ set ru(a: Brush);
3584
+ private qm;
3585
+ get rl(): Brush;
3586
+ set rl(a: Brush);
3587
+ private q2;
3588
+ get r1(): Brush;
3589
+ set r1(a: Brush);
3580
3590
  private i3;
3581
3591
  get ja(): FontInfo;
3582
3592
  set ja(a: FontInfo);
3583
3593
  private i6;
3584
3594
  get jd(): FontInfo;
3585
3595
  set jd(a: FontInfo);
3586
- private qg;
3587
- get rd(): Brush;
3588
- set rd(a: Brush);
3589
- private qv;
3590
- get rs(): Brush;
3591
- set rs(a: Brush);
3596
+ private qj;
3597
+ get ri(): Brush;
3598
+ set ri(a: Brush);
3599
+ private qz;
3600
+ get ry(): Brush;
3601
+ set ry(a: Brush);
3592
3602
  static readonly mh: string;
3593
- private qk;
3603
+ private qn;
3604
+ get rm(): Brush;
3605
+ set rm(a: Brush);
3606
+ private q3;
3607
+ get r2(): Brush;
3608
+ set r2(a: Brush);
3609
+ private qo;
3610
+ get rn(): Brush;
3611
+ set rn(a: Brush);
3612
+ private q4;
3613
+ get r3(): Brush;
3614
+ set r3(a: Brush);
3615
+ private qi;
3594
3616
  get rh(): Brush;
3595
3617
  set rh(a: Brush);
3596
- private qz;
3597
- get rw(): Brush;
3598
- set rw(a: Brush);
3599
- private qf;
3600
- get rc(): Brush;
3601
- set rc(a: Brush);
3602
- private qu;
3603
- get rr(): Brush;
3604
- set rr(a: Brush);
3605
- private qi;
3618
+ private qy;
3619
+ get rx(): Brush;
3620
+ set rx(a: Brush);
3621
+ private ql;
3622
+ get rk(): Brush;
3623
+ set rk(a: Brush);
3624
+ private q1;
3625
+ get r0(): Brush;
3626
+ set r0(a: Brush);
3627
+ static readonly l5: string;
3628
+ private qe;
3606
3629
  get rf(): Brush;
3607
3630
  set rf(a: Brush);
3631
+ private qw;
3632
+ get rv(): Brush;
3633
+ set rv(a: Brush);
3634
+ private qf;
3635
+ get rg(): Brush;
3636
+ set rg(a: Brush);
3608
3637
  private qx;
3609
- get ru(): Brush;
3610
- set ru(a: Brush);
3611
- static readonly l5: string;
3612
- private qb;
3613
- get ra(): Brush;
3614
- set ra(a: Brush);
3615
- private qs;
3616
- get rp(): Brush;
3617
- set rp(a: Brush);
3618
- private qc;
3619
- get rb(): Brush;
3620
- set rb(a: Brush);
3621
- private qt;
3622
- get rq(): Brush;
3623
- set rq(a: Brush);
3638
+ get rw(): Brush;
3639
+ set rw(a: Brush);
3624
3640
  private i2;
3625
3641
  get i9(): FontInfo;
3626
3642
  set i9(a: FontInfo);
3627
3643
  private i5;
3628
3644
  get jc(): FontInfo;
3629
3645
  set jc(a: FontInfo);
3630
- private qd;
3631
- get q8(): Brush;
3632
- set q8(a: Brush);
3633
- private qq;
3634
- get rn(): Brush;
3635
- set rn(a: Brush);
3646
+ private qg;
3647
+ get rd(): Brush;
3648
+ set rd(a: Brush);
3649
+ private qu;
3650
+ get rt(): Brush;
3651
+ set rt(a: Brush);
3636
3652
  private kz;
3637
3653
  get lc(): number;
3638
3654
  set lc(a: number);
@@ -3642,12 +3658,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3642
3658
  private jp;
3643
3659
  get j8(): boolean;
3644
3660
  set j8(a: boolean);
3645
- private q0;
3646
- get rx(): Brush;
3647
- set rx(a: Brush);
3648
- private ql;
3649
- get ri(): Brush;
3650
- set ri(a: Brush);
3661
+ private q5;
3662
+ get r4(): Brush;
3663
+ set r4(a: Brush);
3664
+ private qp;
3665
+ get ro(): Brush;
3666
+ set ro(a: Brush);
3651
3667
  private kk;
3652
3668
  get ks(): number;
3653
3669
  set ks(a: number);
@@ -3667,8 +3683,8 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3667
3683
  get ls(): any;
3668
3684
  set ls(a: any);
3669
3685
  private lv;
3670
- get nf(): string;
3671
- set nf(a: string);
3686
+ get nh(): string;
3687
+ set nh(a: string);
3672
3688
  private g2;
3673
3689
  get g3(): string[];
3674
3690
  set g3(a: string[]);
@@ -3704,26 +3720,26 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3704
3720
  private ie;
3705
3721
  get ig(): GridFilterOperandsCollection;
3706
3722
  private l1;
3707
- get o0(): string;
3708
- set o0(a: string);
3709
- private q7;
3710
- get r6(): Brush;
3711
- set r6(a: Brush);
3723
+ get o2(): string;
3724
+ set o2(a: string);
3725
+ private rc;
3726
+ get sd(): Brush;
3727
+ set sd(a: Brush);
3712
3728
  private i8;
3713
3729
  get suffixTextStyle(): FontInfo;
3714
3730
  set suffixTextStyle(a: FontInfo);
3715
3731
  private l0;
3716
- get os(): string;
3717
- set os(a: string);
3732
+ get ou(): string;
3733
+ set ou(a: string);
3718
3734
  private lz;
3719
- get op(): string;
3720
- set op(a: string);
3721
- private q6;
3722
- get r5(): Brush;
3723
- set r5(a: Brush);
3724
- private q5;
3725
- get r4(): Brush;
3726
- set r4(a: Brush);
3735
+ get or(): string;
3736
+ set or(a: string);
3737
+ private rb;
3738
+ get sc(): Brush;
3739
+ set sc(a: Brush);
3740
+ private ra;
3741
+ get sb(): Brush;
3742
+ set sb(a: Brush);
3727
3743
  private kn;
3728
3744
  get kv(): number;
3729
3745
  set kv(a: number);
@@ -3743,13 +3759,13 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3743
3759
  get iv(): TextCellDecoration;
3744
3760
  set iv(a: TextCellDecoration);
3745
3761
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3746
- private o7;
3762
+ private o9;
3747
3763
  io(): MergedCellMode;
3748
3764
  ik(): MergedCellEvaluationCriteria;
3749
3765
  kf(): boolean;
3750
3766
  protected gr(): Brush;
3751
3767
  protected gu(): Brush;
3752
- o5(a: CellModel, b: any, c: any): string;
3768
+ o7(a: CellModel, b: any, c: any): string;
3753
3769
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3754
3770
  protected d4(a: CellPath, b: DataGrid, c: any): string;
3755
3771
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
@@ -3757,67 +3773,68 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3757
3773
  protected hf(): CellContentVerticalAlignment;
3758
3774
  protected g9(): CellContentHorizontalAlignment;
3759
3775
  protected hd(): CellContentVerticalAlignment;
3760
- private p6;
3761
- private pd;
3776
+ private p9;
3777
+ private pf;
3762
3778
  protected es(a: DataGrid, b: DataGrid): void;
3763
3779
  protected eu(a: any, b: PropertyChangedEventArgs): void;
3764
- p7(): void;
3765
- p8(): void;
3766
- p9(): void;
3767
3780
  qa(): void;
3781
+ qb(): void;
3782
+ qc(): void;
3783
+ qd(): void;
3768
3784
  protected e8(): void;
3769
3785
  protected fk(): void;
3770
3786
  protected fl(): void;
3771
3787
  protected fi(): void;
3772
- protected p3(): void;
3773
- protected p5(): void;
3774
- protected p4(): void;
3788
+ protected p6(): void;
3789
+ protected p8(): void;
3790
+ protected p7(): void;
3775
3791
  protected fh(): void;
3776
3792
  protected fj(): void;
3777
3793
  protected fg(): void;
3778
- protected pl(): void;
3779
- protected pv(): void;
3780
- protected pu(): void;
3781
3794
  protected pn(): void;
3782
- protected py(): void;
3783
- protected pr(): void;
3784
- protected p1(): void;
3785
- protected pm(): void;
3786
- protected pz(): void;
3795
+ protected px(): void;
3796
+ protected pw(): void;
3797
+ protected pp(): void;
3787
3798
  protected p0(): void;
3788
3799
  protected pt(): void;
3789
- protected p2(): void;
3790
- protected ps(): void;
3791
- protected px(): void;
3800
+ protected p3(): void;
3792
3801
  protected po(): void;
3793
- protected pp(): void;
3802
+ protected p1(): void;
3803
+ protected p2(): void;
3804
+ protected pv(): void;
3805
+ protected p4(): void;
3806
+ protected p5(): void;
3807
+ protected pu(): void;
3808
+ protected pz(): void;
3794
3809
  protected pq(): void;
3795
- protected pk(): void;
3796
- protected pw(): void;
3810
+ protected pr(): void;
3811
+ protected ps(): void;
3812
+ protected pm(): void;
3813
+ protected py(): void;
3797
3814
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3798
3815
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3799
- protected pg(a: CellModel): void;
3800
- protected pj(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3816
+ protected pi(a: CellModel): void;
3817
+ protected pl(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3801
3818
  hj(): ColumnHidingAnimationMode;
3802
3819
  ht(): ColumnShowingAnimationMode;
3803
3820
  hi(): ColumnExchangingAnimationMode;
3804
3821
  hs(): ColumnResizingAnimationMode;
3805
- no(): string;
3822
+ nq(): string;
3806
3823
  private i0;
3807
3824
  private jj;
3808
- pi(a: string, b: CellPropertyAnimationType, c: any): void;
3825
+ pk(a: string, b: CellPropertyAnimationType, c: any): void;
3809
3826
  j2(): boolean;
3810
3827
  get i1(): FastIterationDictionary$2<string, any>;
3811
3828
  j1(a: string): boolean;
3812
- ph(a: string): void;
3829
+ pj(a: string): void;
3813
3830
  lt(a: string): any;
3814
3831
  ki: List$1<LayoutAction>;
3815
- pf(a: string): void;
3816
- o9(a: ColumnComparisonConditionOperatorType, b: any): void;
3817
- o8(a: string, b: number, c: any): void;
3832
+ ph(a: string): void;
3833
+ pb(a: ColumnComparisonConditionOperatorType, b: any): void;
3834
+ pa(a: string, b: number, c: any): void;
3818
3835
  g8(a: FilterOperand, b: any): IFilterExpression;
3819
3836
  ia(a: string, b: number): FilterOperand;
3820
- pa(): void;
3837
+ pc(): void;
3821
3838
  private h2;
3822
3839
  get h3(): DataGridColumnToolbarManager;
3823
3840
  getDesiredToolbarActions(): ToolActionInfo[];
@@ -3834,10 +3851,10 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3834
3851
  set invalidateActions(a: () => void);
3835
3852
  private kh;
3836
3853
  iz(): IToolbarContextAccessor;
3837
- pc(a: (arg1: IToolbarContextAccessor) => void): void;
3854
+ pe(a: (arg1: IToolbarContextAccessor) => void): void;
3838
3855
  provideContextAccessor(a: IToolbarContextAccessor): void;
3839
3856
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3840
- pb(): void;
3857
+ pd(): void;
3841
3858
  h0: DataGridColumn;
3842
3859
  abstract h1(): DataGridColumn;
3843
3860
  onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
@@ -4154,17 +4171,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4154
4171
  export declare class ComboBoxColumn extends DataGridColumn {
4155
4172
  static $t: Type;
4156
4173
  constructor();
4157
- private r8;
4158
- get r9(): IDataSource;
4159
- set r9(a: IDataSource);
4160
- get sa(): any;
4161
- set sa(a: any);
4162
- get se(): string;
4163
- set se(a: string);
4164
- get sf(): string;
4165
- set sf(a: string);
4166
- get r7(): string[];
4167
- set r7(a: string[]);
4174
+ private sf;
4175
+ get sg(): IDataSource;
4176
+ set sg(a: IDataSource);
4177
+ get sh(): any;
4178
+ set sh(a: any);
4179
+ get sl(): string;
4180
+ set sl(a: string);
4181
+ get sm(): string;
4182
+ set sm(a: string);
4183
+ get se(): string[];
4184
+ set se(a: string[]);
4168
4185
  protected n(a: CellPath): CellModel;
4169
4186
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4170
4187
  protected es(a: DataGrid, b: DataGrid): void;
@@ -4172,10 +4189,10 @@ export declare class ComboBoxColumn extends DataGridColumn {
4172
4189
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4173
4190
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4174
4191
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4175
- private sg;
4176
- private sh;
4177
- private sc;
4178
- sd(a: any): string;
4192
+ private sn;
4193
+ private so;
4194
+ private sj;
4195
+ sk(a: any): string;
4179
4196
  h1(): DataGridColumn;
4180
4197
  }
4181
4198
  /**
@@ -4183,33 +4200,33 @@ export declare class ComboBoxColumn extends DataGridColumn {
4183
4200
  */
4184
4201
  export declare class DateTimeColumn extends DataGridColumn {
4185
4202
  static $t: Type;
4186
- private sa;
4187
- private sb;
4188
- get sc(): DateTimeFormats;
4189
- set sc(a: DateTimeFormats);
4190
- private sl;
4203
+ private sh;
4204
+ private si;
4205
+ get sj(): DateTimeFormats;
4206
+ set sj(a: DateTimeFormats);
4207
+ private ss;
4208
+ get s1(): string;
4209
+ set s1(a: string);
4210
+ private sr;
4191
4211
  get su(): string;
4192
4212
  set su(a: string);
4193
- private sk;
4194
- get sn(): string;
4195
- set sn(a: string);
4196
- private r7;
4197
- get r8(): any[];
4198
- set r8(a: any[]);
4199
- private sh;
4200
- get sj(): any;
4201
- set sj(a: any);
4202
4213
  private se;
4203
- get sf(): boolean;
4204
- set sf(a: boolean);
4205
- get sd(): EditorType;
4206
- set sd(a: EditorType);
4207
- get si(): any;
4208
- set si(a: any);
4209
- get sp(): string;
4210
- set sp(a: string);
4211
- get sq(): string;
4212
- set sq(a: string);
4214
+ get sf(): any[];
4215
+ set sf(a: any[]);
4216
+ private so;
4217
+ get sq(): any;
4218
+ set sq(a: any);
4219
+ private sl;
4220
+ get sm(): boolean;
4221
+ set sm(a: boolean);
4222
+ get sk(): EditorType;
4223
+ set sk(a: EditorType);
4224
+ get sp(): any;
4225
+ set sp(a: any);
4226
+ get sw(): string;
4227
+ set sw(a: string);
4228
+ get sx(): string;
4229
+ set sx(a: string);
4213
4230
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4214
4231
  constructor();
4215
4232
  protected n(a: CellPath): CellModel;
@@ -4217,9 +4234,9 @@ export declare class DateTimeColumn extends DataGridColumn {
4217
4234
  d1(a: DataGrid, b: any, c: any): string;
4218
4235
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4219
4236
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4220
- private sg;
4221
- r9: BindingFormatter;
4222
- private sr;
4237
+ private sn;
4238
+ sg: BindingFormatter;
4239
+ private sy;
4223
4240
  h1(): DataGridColumn;
4224
4241
  }
4225
4242
  /**
@@ -4484,20 +4501,20 @@ export declare class HeaderSeparator extends DefinitionBase {
4484
4501
  */
4485
4502
  export declare class ImageColumn extends DataGridColumn {
4486
4503
  static $t: Type;
4487
- private sa;
4488
- get sb(): ImageStretchOptions;
4489
- set sb(a: ImageStretchOptions);
4490
- private r8;
4491
- get r9(): ImageResourceType;
4492
- set r9(a: ImageResourceType);
4493
- get r7(): EditorType;
4494
- set r7(a: EditorType);
4495
- get sc(): any;
4496
- set sc(a: any);
4497
- get sd(): string;
4498
- set sd(a: string);
4499
- get se(): string;
4500
- set se(a: string);
4504
+ private sh;
4505
+ get si(): ImageStretchOptions;
4506
+ set si(a: ImageStretchOptions);
4507
+ private sf;
4508
+ get sg(): ImageResourceType;
4509
+ set sg(a: ImageResourceType);
4510
+ get se(): EditorType;
4511
+ set se(a: EditorType);
4512
+ get sj(): any;
4513
+ set sj(a: any);
4514
+ get sk(): string;
4515
+ set sk(a: string);
4516
+ get sl(): string;
4517
+ set sl(a: string);
4501
4518
  constructor();
4502
4519
  protected k(): CellContentVerticalAlignment;
4503
4520
  protected g9(): CellContentHorizontalAlignment;
@@ -4507,7 +4524,7 @@ export declare class ImageColumn extends DataGridColumn {
4507
4524
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4508
4525
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4509
4526
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4510
- private sf;
4527
+ private sm;
4511
4528
  h1(): DataGridColumn;
4512
4529
  }
4513
4530
  /**
@@ -4528,59 +4545,59 @@ export declare class NumericColumn extends DataGridColumn {
4528
4545
  static $t: Type;
4529
4546
  constructor();
4530
4547
  protected f(): CellContentHorizontalAlignment;
4531
- private sq;
4532
- get s5(): string;
4533
- set s5(a: string);
4534
- private ss;
4535
- get s9(): string;
4536
- set s9(a: string);
4537
- private sr;
4538
- get s7(): string;
4539
- set s7(a: string);
4540
- private st;
4541
- get tb(): string;
4542
- set tb(a: string);
4543
- private sg;
4544
- get sj(): number;
4545
- set sj(a: number);
4546
- private sh;
4547
- get sk(): number;
4548
- set sk(a: number);
4549
- private si;
4550
- get sl(): number;
4551
- set sl(a: number);
4552
- private sb;
4553
- get sd(): boolean;
4554
- set sd(a: boolean);
4555
- private sc;
4556
- get se(): boolean;
4557
- set se(a: boolean);
4548
+ private sx;
4549
+ get tc(): string;
4550
+ set tc(a: string);
4551
+ private sz;
4552
+ get tg(): string;
4553
+ set tg(a: string);
4554
+ private sy;
4555
+ get te(): string;
4556
+ set te(a: string);
4557
+ private s0;
4558
+ get ti(): string;
4559
+ set ti(a: string);
4560
+ private sn;
4561
+ get sq(): number;
4562
+ set sq(a: number);
4563
+ private so;
4564
+ get sr(): number;
4565
+ set sr(a: number);
4558
4566
  private sp;
4559
- get sz(): string;
4560
- set sz(a: string);
4561
- private r7;
4562
- get r8(): any[];
4563
- set r8(a: any[]);
4564
- private sm;
4565
- get so(): any;
4566
- set so(a: any);
4567
- get sa(): EditorType;
4568
- set sa(a: EditorType);
4569
- get sn(): any;
4570
- set sn(a: any);
4571
- get su(): string;
4572
- set su(a: string);
4573
- get sv(): string;
4574
- set sv(a: string);
4575
- r9: BindingFormatter;
4567
+ get ss(): number;
4568
+ set ss(a: number);
4569
+ private si;
4570
+ get sk(): boolean;
4571
+ set sk(a: boolean);
4572
+ private sj;
4573
+ get sl(): boolean;
4574
+ set sl(a: boolean);
4575
+ private sw;
4576
+ get s6(): string;
4577
+ set s6(a: string);
4578
+ private se;
4579
+ get sf(): any[];
4580
+ set sf(a: any[]);
4581
+ private st;
4582
+ get sv(): any;
4583
+ set sv(a: any);
4584
+ get sh(): EditorType;
4585
+ set sh(a: EditorType);
4586
+ get su(): any;
4587
+ set su(a: any);
4588
+ get s1(): string;
4589
+ set s1(a: string);
4590
+ get s2(): string;
4591
+ set s2(a: string);
4592
+ sg: BindingFormatter;
4576
4593
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4577
4594
  protected n(a: CellPath): CellModel;
4578
4595
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4579
4596
  d1(a: DataGrid, b: any, c: any): string;
4580
4597
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4581
4598
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4582
- private sf;
4583
- private sw;
4599
+ private sm;
4600
+ private s3;
4584
4601
  h1(): DataGridColumn;
4585
4602
  }
4586
4603
  /**
@@ -4812,7 +4829,7 @@ export declare class TemplateColumn extends DataGridColumn {
4812
4829
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4813
4830
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4814
4831
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4815
- r8(a: TemplateCellModel, b: any): void;
4832
+ sf(a: TemplateCellModel, b: any): void;
4816
4833
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4817
4834
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4818
4835
  h1(): DataGridColumn;
@@ -4834,22 +4851,22 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4834
4851
  */
4835
4852
  export declare class TextColumn extends DataGridColumn {
4836
4853
  static $t: Type;
4837
- private r9;
4838
- get sd(): string;
4839
- set sd(a: string);
4840
- get r7(): EditorType;
4841
- set r7(a: EditorType);
4842
- get r8(): any;
4843
- set r8(a: any);
4844
- get sa(): string;
4845
- set sa(a: string);
4846
- get sb(): string;
4847
- set sb(a: string);
4854
+ private sg;
4855
+ get sk(): string;
4856
+ set sk(a: string);
4857
+ get se(): EditorType;
4858
+ set se(a: EditorType);
4859
+ get sf(): any;
4860
+ set sf(a: any);
4861
+ get sh(): string;
4862
+ set sh(a: string);
4863
+ get si(): string;
4864
+ set si(a: string);
4848
4865
  protected n(a: CellPath): CellModel;
4849
4866
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4850
4867
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4851
4868
  d1(a: DataGrid, b: any, c: any): string;
4852
- private sc;
4869
+ private sj;
4853
4870
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4854
4871
  h1(): DataGridColumn;
4855
4872
  }