igniteui-angular-data-grids 20.0.2-beta.1 → 20.0.2-beta.3

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 (36) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3847 -3535
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CellPresenterBase.js +1 -1
  4. package/esm2015/lib/CheckboxListView_combined.js +75 -67
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +3119 -3094
  6. package/esm2015/lib/ContentCellModelHelper.js +1 -1
  7. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
  9. package/esm2015/lib/GridConditionalStyleProperty.js +315 -197
  10. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  11. package/esm2015/lib/MultiColumnComboBoxView_combined.js +3 -3
  12. package/esm2015/lib/TemplateHeader.js +1 -1
  13. package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
  14. package/esm2015/lib/igx-data-grid-component.js +28 -0
  15. package/esm2015/lib/igx-grid-conditional-style-property-component.js +109 -33
  16. package/esm5/lib/CellPresenterBase.js +1 -1
  17. package/esm5/lib/CheckboxListView_combined.js +75 -67
  18. package/esm5/lib/ColumnFilterCondition_combined.js +3096 -3071
  19. package/esm5/lib/ContentCellModelHelper.js +1 -1
  20. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  21. package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
  22. package/esm5/lib/GridConditionalStyleProperty.js +332 -186
  23. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  24. package/esm5/lib/MultiColumnComboBoxView_combined.js +3 -3
  25. package/esm5/lib/TemplateHeader.js +1 -1
  26. package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
  27. package/esm5/lib/igx-data-grid-component.js +28 -0
  28. package/esm5/lib/igx-grid-conditional-style-property-component.js +136 -32
  29. package/fesm2015/igniteui-angular-data-grids.js +3817 -3561
  30. package/fesm5/igniteui-angular-data-grids.js +3849 -3537
  31. package/lib/CheckboxListView_combined.d.ts +25 -24
  32. package/lib/ColumnFilterCondition_combined.d.ts +533 -525
  33. package/lib/GridConditionalStyleProperty.d.ts +84 -61
  34. package/lib/igx-data-grid-component.d.ts +8 -0
  35. package/lib/igx-grid-conditional-style-property-component.d.ts +21 -3
  36. package/package.json +5 -5
@@ -1618,19 +1618,19 @@ export declare class EditingManager extends Base {
1618
1618
  */
1619
1619
  export declare class DataGrid extends Base implements INotifyPropertyChanged {
1620
1620
  static $t: Type;
1621
- private or;
1621
+ private os;
1622
1622
  get externalObject(): any;
1623
1623
  set externalObject(a: any);
1624
1624
  private _propertySetter;
1625
1625
  get propertySetter(): IPropertySetter;
1626
1626
  set propertySetter(a: IPropertySetter);
1627
- private fc;
1627
+ private fd;
1628
1628
  get externalGrid(): IExternalGrid;
1629
1629
  set externalGrid(a: IExternalGrid);
1630
- private fa;
1630
+ private fb;
1631
1631
  get dragger(): IDragger;
1632
1632
  set dragger(a: IDragger);
1633
- private e4;
1633
+ private e5;
1634
1634
  get columnGrouping(): IColumnGrouping;
1635
1635
  set columnGrouping(a: IColumnGrouping);
1636
1636
  private _pager;
@@ -1641,621 +1641,621 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1641
1641
  set toolbar(a: IDataGridComponent);
1642
1642
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1643
1643
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1644
- v9(a: DataGridColumn): void;
1645
- v8(a: DataGridColumn): void;
1644
+ wd(a: DataGridColumn): void;
1645
+ wc(a: DataGridColumn): void;
1646
1646
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1647
1647
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1648
- o(a: CellModel): ColumnFilterCondition;
1649
- q(a: CellModel): DataSourceSchemaPropertyType;
1650
- wj(a: DataGridColumn): void;
1648
+ p(a: CellModel): ColumnFilterCondition;
1649
+ r(a: CellModel): DataSourceSchemaPropertyType;
1650
+ wn(a: DataGridColumn): void;
1651
1651
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1652
1652
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1653
- uj(a: CellModel, b: ColumnFilterCondition): void;
1654
- ui(a: CellModel, b: ColumnFilterCondition): void;
1655
- wi(a: DataGridColumn): void;
1653
+ un(a: CellModel, b: ColumnFilterCondition): void;
1654
+ um(a: CellModel, b: ColumnFilterCondition): void;
1655
+ wm(a: DataGridColumn): void;
1656
1656
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1657
1657
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1658
- wf(a: DataGridColumn): void;
1659
- we(a: DataGridColumn): void;
1658
+ wj(a: DataGridColumn): void;
1659
+ wi(a: DataGridColumn): void;
1660
1660
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1661
1661
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1662
- wb(a: DataGridColumn): void;
1663
- wa(a: DataGridColumn): void;
1662
+ wf(a: DataGridColumn): void;
1663
+ we(a: DataGridColumn): void;
1664
1664
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1665
- v3(a: CellModel): void;
1665
+ v7(a: CellModel): void;
1666
1666
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1667
- v4(a: CellModel): void;
1667
+ v8(a: CellModel): void;
1668
1668
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1669
- v1(a: CellModel): void;
1669
+ v5(a: CellModel): void;
1670
1670
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1671
- v2(a: CellModel): void;
1672
- xb(a: number, b: string): void;
1671
+ v6(a: CellModel): void;
1672
+ xf(a: number, b: string): void;
1673
1673
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1674
- wy(a: CellModel): void;
1675
- y3(a: number): void;
1676
- private m3;
1677
- wx(a: EditorCellModel): void;
1678
- vu(a: CellModel, b: MouseButton): void;
1679
- vs(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1680
- private xu;
1681
- private br;
1674
+ w2(a: CellModel): void;
1675
+ zb(a: number): void;
1676
+ private m4;
1677
+ w1(a: EditorCellModel): void;
1678
+ vy(a: CellModel, b: MouseButton): void;
1679
+ vw(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1680
+ private xy;
1681
+ private bs;
1682
1682
  get columnResizingMode(): ColumnResizingMode;
1683
1683
  set columnResizingMode(a: ColumnResizingMode);
1684
- private bd;
1684
+ private be;
1685
1685
  get columnMovingMode(): ColumnMovingMode;
1686
1686
  set columnMovingMode(a: ColumnMovingMode);
1687
- e1: HoverManager;
1688
- private h5;
1687
+ e2: HoverManager;
1688
+ private h6;
1689
1689
  get isRowHoverEnabled(): boolean;
1690
1690
  set isRowHoverEnabled(a: boolean);
1691
- private zw;
1691
+ private z4;
1692
1692
  get rowHoverBackground(): Brush;
1693
1693
  set rowHoverBackground(a: Brush);
1694
- private zx;
1694
+ private z5;
1695
1695
  get rowHoverTextColor(): Brush;
1696
1696
  set rowHoverTextColor(a: Brush);
1697
- private zo;
1697
+ private zw;
1698
1698
  get editRowBorder(): Brush;
1699
1699
  set editRowBorder(a: Brush);
1700
- private abk;
1700
+ private abs;
1701
1701
  get editRowBorderWidth(): Thickness;
1702
1702
  set editRowBorderWidth(a: Thickness);
1703
- abe: Point;
1704
- ar: CellPath;
1705
- ao: CellPath;
1706
- private hu;
1707
- vz(a: CellModel, b: number, c: number): void;
1708
- v0(a: CellModel, b: number, c: number): void;
1709
- vy(a: CellModel, b: number, c: number): void;
1710
- w3(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1711
- w4(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1712
- private jd;
1713
- private m7;
1714
- private get og();
1715
- private set og(value);
1716
- vx(a: CellModel, b: number, c: number): void;
1717
- w2(a: CellModel, b: number, c: number): void;
1718
- private nf;
1703
+ abm: Point;
1704
+ as: CellPath;
1705
+ ap: CellPath;
1706
+ private hv;
1707
+ v3(a: CellModel, b: number, c: number): void;
1708
+ v4(a: CellModel, b: number, c: number): void;
1709
+ v2(a: CellModel, b: number, c: number): void;
1710
+ w7(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1711
+ w8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1712
+ private je;
1713
+ private m8;
1714
+ private get oh();
1715
+ private set oh(value);
1716
+ v1(a: CellModel, b: number, c: number): void;
1717
+ w6(a: CellModel, b: number, c: number): void;
1718
+ private ng;
1719
+ private ic;
1719
1720
  private ib;
1720
- private ia;
1721
- private hj;
1722
- private l9;
1723
- private mg;
1724
- private me;
1721
+ private hk;
1722
+ private ma;
1723
+ private mh;
1725
1724
  private mf;
1726
- private lv;
1727
- private l4;
1725
+ private mg;
1726
+ private lw;
1728
1727
  private l5;
1729
1728
  private l6;
1730
1729
  private l7;
1731
- private as;
1732
- private nl;
1733
- private nk;
1734
- private ir;
1735
- ue(): void;
1736
- ww(a: CellPath, b: number, c: number, d: boolean): void;
1737
- ws(a: any, b: DragSelectEventArgs): void;
1738
- wq(a: any, b: DragSelectEventArgs): void;
1739
- private nb;
1740
- get oi(): number;
1741
- set oi(a: number);
1730
+ private l8;
1731
+ private at;
1742
1732
  private nm;
1743
- private fn;
1744
- private wr;
1745
- private an;
1746
- private aj;
1733
+ private nl;
1734
+ private is;
1735
+ ui(): void;
1736
+ w0(a: CellPath, b: number, c: number, d: boolean): void;
1737
+ ww(a: any, b: DragSelectEventArgs): void;
1738
+ wu(a: any, b: DragSelectEventArgs): void;
1739
+ private nc;
1740
+ get oj(): number;
1741
+ set oj(a: number);
1742
+ private nn;
1743
+ private fo;
1744
+ private wv;
1745
+ private ao;
1747
1746
  private ak;
1748
- private l0;
1749
- private md;
1750
- private ma;
1747
+ private al;
1748
+ private l1;
1749
+ private me;
1751
1750
  private mb;
1752
- private wt;
1753
- private wu;
1754
- private yk;
1755
- private wv;
1756
- private lq;
1751
+ private mc;
1752
+ private wx;
1753
+ private wy;
1754
+ private ys;
1755
+ private wz;
1757
1756
  private lr;
1758
- private yp;
1759
- private abg;
1760
- private ai;
1757
+ private ls;
1758
+ private yx;
1759
+ private abo;
1760
+ private aj;
1761
1761
  getHitCell(a: number, b: number): CellModel;
1762
- private au;
1763
- private i2;
1764
- private ur;
1765
- private y8;
1762
+ private av;
1763
+ private i3;
1764
+ private uv;
1765
+ private zg;
1766
1766
  constructor();
1767
- ya(a: ColumnGroupDescription): void;
1768
- yb(a: ColumnSummaryDescription): void;
1767
+ yi(a: ColumnGroupDescription): void;
1768
+ yj(a: ColumnSummaryDescription): void;
1769
+ private y4;
1770
+ private u5;
1771
+ private j5;
1772
+ private u2;
1773
+ private y2;
1774
+ private za;
1775
+ private b6;
1776
+ private iw;
1777
+ private yv;
1769
1778
  private yw;
1770
- private u1;
1771
- private j4;
1772
- private uy;
1779
+ private iy;
1773
1780
  private yu;
1774
- private y2;
1775
- private b5;
1781
+ private yt;
1776
1782
  private iv;
1777
- private yn;
1778
- private yo;
1779
- private ix;
1780
- private ym;
1781
- private yl;
1782
- private iu;
1783
- private xq;
1784
- private xr;
1785
- private c4;
1786
- get c5(): GridAnimationManager;
1787
- set c5(a: GridAnimationManager);
1783
+ private xu;
1784
+ private xv;
1785
+ private c5;
1786
+ get c6(): GridAnimationManager;
1787
+ set c6(a: GridAnimationManager);
1788
1788
  private _delayedExecutionManager;
1789
1789
  get delayedExecutionManager(): IDelayedExecutionManager;
1790
1790
  set delayedExecutionManager(a: IDelayedExecutionManager);
1791
- private fo;
1792
- get fp(): ResponsiveEngine;
1793
- private e6;
1794
- get e7(): IDataAdapter;
1795
- set e7(a: IDataAdapter);
1796
- private ax;
1797
- get ay(): ColumnController;
1798
- set ay(a: ColumnController);
1799
- private d0;
1800
- get d1(): GridLayerController;
1801
- set d1(a: GridLayerController);
1802
- private ga;
1803
- get gb(): SpatialEngine;
1804
- set gb(a: SpatialEngine);
1805
- private dv;
1806
- get dw(): GridEffectManager;
1807
- set dw(a: GridEffectManager);
1808
- private f4;
1809
- get f5(): SelectionManager;
1810
- set f5(a: SelectionManager);
1811
- private ac;
1812
- get ad(): ActivationManager;
1813
- set ad(a: ActivationManager);
1814
- private f8;
1815
- get f9(): SortManager;
1816
- set f9(a: SortManager);
1817
- cj: EditingManager;
1818
- private g8;
1791
+ private fp;
1792
+ get fq(): ResponsiveEngine;
1793
+ private e7;
1794
+ get e8(): IDataAdapter;
1795
+ set e8(a: IDataAdapter);
1796
+ private ay;
1797
+ get az(): ColumnController;
1798
+ set az(a: ColumnController);
1799
+ private d1;
1800
+ get d2(): GridLayerController;
1801
+ set d2(a: GridLayerController);
1802
+ private gb;
1803
+ get gc(): SpatialEngine;
1804
+ set gc(a: SpatialEngine);
1805
+ private dw;
1806
+ get dx(): GridEffectManager;
1807
+ set dx(a: GridEffectManager);
1808
+ private f5;
1809
+ get f6(): SelectionManager;
1810
+ set f6(a: SelectionManager);
1811
+ private ad;
1812
+ get ae(): ActivationManager;
1813
+ set ae(a: ActivationManager);
1814
+ private f9;
1815
+ get ga(): SortManager;
1816
+ set ga(a: SortManager);
1817
+ ck: EditingManager;
1818
+ private g9;
1819
1819
  get tickProvider(): ITickProvider;
1820
1820
  set tickProvider(a: ITickProvider);
1821
- private f2;
1821
+ private f3;
1822
1822
  get sectionHeader(): SectionHeader;
1823
1823
  set sectionHeader(a: SectionHeader);
1824
- private f0;
1825
- get f1(): SectionFooter;
1826
- set f1(a: SectionFooter);
1827
- private gc;
1824
+ private f1;
1825
+ get f2(): SectionFooter;
1826
+ set f2(a: SectionFooter);
1827
+ private gd;
1828
1828
  get summaryRowRoot(): SummaryRowRoot;
1829
1829
  set summaryRowRoot(a: SummaryRowRoot);
1830
- private ge;
1830
+ private gf;
1831
1831
  get summaryRowSection(): SummaryRowSection;
1832
1832
  set summaryRowSection(a: SummaryRowSection);
1833
- private fx;
1833
+ private fy;
1834
1834
  get rowSeparator(): RowSeparator;
1835
1835
  set rowSeparator(a: RowSeparator);
1836
- private ex;
1836
+ private ey;
1837
1837
  get headerRowSeparator(): HeaderRowSeparator;
1838
1838
  set headerRowSeparator(a: HeaderRowSeparator);
1839
- private ez;
1839
+ private e0;
1840
1840
  get headerSeparator(): HeaderSeparator;
1841
1841
  set headerSeparator(a: HeaderSeparator);
1842
- private bt;
1842
+ private bu;
1843
1843
  get columnResizingSeparator(): ColumnResizingSeparator;
1844
1844
  set columnResizingSeparator(a: ColumnResizingSeparator);
1845
- private bf;
1845
+ private bg;
1846
1846
  get columnMovingSeparator(): ColumnMovingSeparator;
1847
1847
  set columnMovingSeparator(a: ColumnMovingSeparator);
1848
- private fl;
1848
+ private fm;
1849
1849
  get pinnedAreaSeparator(): PinnedAreaSeparator;
1850
1850
  set pinnedAreaSeparator(a: PinnedAreaSeparator);
1851
- private co;
1852
1851
  private cp;
1853
- private cy;
1852
+ private cq;
1853
+ private cz;
1854
1854
  private b;
1855
1855
  get autoGenerateDesiredProperties(): string[];
1856
1856
  set autoGenerateDesiredProperties(a: string[]);
1857
1857
  private c;
1858
1858
  get dataSourceDesiredProperties(): string[];
1859
1859
  set dataSourceDesiredProperties(a: string[]);
1860
- private gi;
1861
- get gj(): VisibilityEngine;
1862
- set gj(a: VisibilityEngine);
1860
+ private gj;
1861
+ get gk(): VisibilityEngine;
1862
+ set gk(a: VisibilityEngine);
1863
1863
  private _viewportManager;
1864
1864
  get viewportManager(): IViewportManager;
1865
1865
  set viewportManager(a: IViewportManager);
1866
+ private l0;
1867
+ get mj(): number;
1868
+ set mj(a: number);
1866
1869
  private lz;
1867
1870
  get mi(): number;
1868
1871
  set mi(a: number);
1869
- private ly;
1870
- get mh(): number;
1871
- set mh(a: number);
1872
- private go;
1872
+ private gp;
1873
1873
  get density(): ControlDisplayDensity;
1874
1874
  set density(a: ControlDisplayDensity);
1875
- private my;
1875
+ private mz;
1876
1876
  get actualRowHeight(): number;
1877
1877
  set actualRowHeight(a: number);
1878
- private nc;
1878
+ private nd;
1879
1879
  get rowHeight(): number;
1880
1880
  set rowHeight(a: number);
1881
- private ca;
1881
+ private cb;
1882
1882
  get defaultColumnWidth(): ColumnWidth;
1883
1883
  set defaultColumnWidth(a: ColumnWidth);
1884
- private l3;
1884
+ private l4;
1885
1885
  get defaultColumnMinWidth(): number;
1886
1886
  set defaultColumnMinWidth(a: number);
1887
- private mx;
1887
+ private my;
1888
1888
  get actualHeaderHeight(): number;
1889
1889
  set actualHeaderHeight(a: number);
1890
- private m4;
1890
+ private m5;
1891
1891
  get headerHeight(): number;
1892
1892
  set headerHeight(a: number);
1893
- private nh;
1893
+ private ni;
1894
1894
  get sectionHeaderHeight(): number;
1895
1895
  set sectionHeaderHeight(a: number);
1896
- private os;
1896
+ private ot;
1897
1897
  get itemsSource(): any;
1898
1898
  set itemsSource(a: any);
1899
- private ng;
1899
+ private nh;
1900
1900
  get sectionFooterHeight(): number;
1901
1901
  set sectionFooterHeight(a: number);
1902
- private ne;
1902
+ private nf;
1903
1903
  get rowSpacingHeight(): number;
1904
1904
  set rowSpacingHeight(a: number);
1905
- private m2;
1905
+ private m3;
1906
1906
  get columnSpacingWidth(): number;
1907
1907
  set columnSpacingWidth(a: number);
1908
- private ev;
1908
+ private ew;
1909
1909
  get headerClickAction(): HeaderClickAction;
1910
1910
  set headerClickAction(a: HeaderClickAction);
1911
- private cm;
1911
+ private cn;
1912
1912
  get editMode(): EditModeType;
1913
1913
  set editMode(a: EditModeType);
1914
- private ck;
1914
+ private cl;
1915
1915
  get editModeClickAction(): EditModeClickAction;
1916
1916
  set editModeClickAction(a: EditModeClickAction);
1917
- private hk;
1917
+ private hl;
1918
1918
  get editOnKeyPress(): boolean;
1919
1919
  set editOnKeyPress(a: boolean);
1920
- private hg;
1920
+ private hh;
1921
1921
  get autoGenerateColumns(): boolean;
1922
1922
  set autoGenerateColumns(a: boolean);
1923
- private nd;
1923
+ private ne;
1924
1924
  get rowSeparatorHeight(): number;
1925
1925
  set rowSeparatorHeight(a: number);
1926
- private h4;
1926
+ private h5;
1927
1927
  get isPlaceholderRenderingEnabled(): boolean;
1928
1928
  set isPlaceholderRenderingEnabled(a: boolean);
1929
- private jk;
1930
- private bz;
1931
- private bv;
1929
+ private jl;
1930
+ private b0;
1931
+ private bw;
1932
1932
  get columnAddingAnimationMode(): ColumnShowingAnimationMode;
1933
1933
  set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
1934
- get js(): boolean;
1935
- private bm;
1934
+ get jt(): boolean;
1935
+ private bn;
1936
1936
  get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
1937
1937
  set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
1938
- protected get jl(): boolean;
1939
- get jh(): boolean;
1940
- private ag;
1938
+ protected get jm(): boolean;
1939
+ get ji(): boolean;
1940
+ private ah;
1941
1941
  get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
1942
1942
  set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
1943
- get ke(): boolean;
1944
- private fv;
1943
+ get kf(): boolean;
1944
+ private fw;
1945
1945
  get rowSelectionAnimationMode(): RowSelectionAnimationMode;
1946
1946
  set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
1947
- get kc(): boolean;
1948
- private fs;
1947
+ get kd(): boolean;
1948
+ private ft;
1949
1949
  get rowHoverAnimationMode(): RowHoverAnimationMode;
1950
1950
  set rowHoverAnimationMode(a: RowHoverAnimationMode);
1951
- get ji(): boolean;
1952
- private av;
1951
+ get jj(): boolean;
1952
+ private aw;
1953
1953
  get cellSelectionAnimationMode(): CellSelectionAnimationMode;
1954
1954
  set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
1955
- private dj;
1955
+ private dk;
1956
1956
  get columnAnimationSettings(): GridColumnAnimationSettings;
1957
1957
  set columnAnimationSettings(a: GridColumnAnimationSettings);
1958
- private c6;
1958
+ private c7;
1959
1959
  get animationSettings(): GridAnimationSettings;
1960
1960
  set animationSettings(a: GridAnimationSettings);
1961
- jt(a: DataGridColumn): boolean;
1962
- private bq;
1963
- private bo;
1961
+ ju(a: DataGridColumn): boolean;
1962
+ private br;
1963
+ private bp;
1964
1964
  get columnResizingAnimationMode(): ColumnResizingAnimationMode;
1965
1965
  set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
1966
- private ju;
1967
- private b0;
1968
- private bw;
1966
+ private jv;
1967
+ private b1;
1968
+ private bx;
1969
1969
  get columnShowingAnimationMode(): ColumnShowingAnimationMode;
1970
1970
  set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
1971
- private jo;
1972
- private bc;
1973
- private ba;
1971
+ private jp;
1972
+ private bd;
1973
+ private bb;
1974
1974
  get columnMovingAnimationMode(): ColumnMovingAnimationMode;
1975
1975
  set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
1976
- private jn;
1977
- private a9;
1978
- private a7;
1976
+ private jo;
1977
+ private ba;
1978
+ private a8;
1979
1979
  get columnHidingAnimationMode(): ColumnHidingAnimationMode;
1980
1980
  set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
1981
- private jm;
1982
- private a1;
1983
- private az;
1981
+ private jn;
1982
+ private a2;
1983
+ private a0;
1984
1984
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
1985
1985
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
1986
- private abl;
1986
+ private abt;
1987
1987
  get inset(): Thickness;
1988
1988
  set inset(a: Thickness);
1989
- private cg;
1989
+ private ch;
1990
1990
  get selectionMode(): DataGridSelectionMode;
1991
1991
  set selectionMode(a: DataGridSelectionMode);
1992
- private c1;
1992
+ private c2;
1993
1993
  get activationMode(): GridActivationMode;
1994
1994
  set activationMode(a: GridActivationMode);
1995
- private ek;
1995
+ private el;
1996
1996
  get selectionBehavior(): GridSelectionBehavior;
1997
1997
  set selectionBehavior(a: GridSelectionBehavior);
1998
- private h9;
1998
+ private ia;
1999
1999
  get mouseDragSelectionEnabled(): boolean;
2000
2000
  set mouseDragSelectionEnabled(a: boolean);
2001
- private ho;
2002
- get jf(): boolean;
2003
- set jf(a: boolean);
2004
- private ec;
2001
+ private hp;
2002
+ get jg(): boolean;
2003
+ set jg(a: boolean);
2004
+ private ed;
2005
2005
  get selectedItems(): GridSelectedItemsCollection;
2006
- private eh;
2006
+ private ei;
2007
2007
  get selectedKeys(): GridSelectedKeysCollection;
2008
- private d8;
2008
+ private d9;
2009
2009
  get selectedCells(): GridSelectedCellsCollection;
2010
- private d5;
2010
+ private d6;
2011
2011
  get selectedCellRanges(): GridSelectedCellRangesCollection;
2012
- private hn;
2013
- get je(): boolean;
2014
- set je(a: boolean);
2015
- private eb;
2012
+ private ho;
2013
+ get jf(): boolean;
2014
+ set jf(a: boolean);
2015
+ private ec;
2016
2016
  get pinnedItems(): GridSelectedItemsCollection;
2017
- private eg;
2017
+ private eh;
2018
2018
  get pinnedKeys(): GridSelectedKeysCollection;
2019
- private yy;
2020
- private hr;
2019
+ private y6;
2020
+ private hs;
2021
2021
  get isColumnOptionsEnabled(): boolean;
2022
2022
  set isColumnOptionsEnabled(a: boolean);
2023
- private hv;
2023
+ private hw;
2024
2024
  get isGroupByAreaVisible(): boolean;
2025
2025
  set isGroupByAreaVisible(a: boolean);
2026
- private h0;
2026
+ private h1;
2027
2027
  get isGroupRowSticky(): boolean;
2028
2028
  set isGroupRowSticky(a: boolean);
2029
- private h1;
2029
+ private h2;
2030
2030
  get isHeaderSeparatorVisible(): boolean;
2031
2031
  set isHeaderSeparatorVisible(a: boolean);
2032
- private zi;
2032
+ private zq;
2033
2033
  get cellSelectedBackground(): Brush;
2034
2034
  set cellSelectedBackground(a: Brush);
2035
- private z4;
2035
+ private aac;
2036
2036
  get sectionHeaderSelectedBackground(): Brush;
2037
2037
  set sectionHeaderSelectedBackground(a: Brush);
2038
- private z7;
2038
+ private aaf;
2039
2039
  get summaryRootBackground(): Brush;
2040
2040
  set summaryRootBackground(a: Brush);
2041
- private aab;
2041
+ private aaj;
2042
2042
  get summarySectionBackground(): Brush;
2043
2043
  set summarySectionBackground(a: Brush);
2044
- private mc;
2044
+ private md;
2045
2045
  get pinnedRowOpacity(): number;
2046
2046
  set pinnedRowOpacity(a: number);
2047
- private gr;
2047
+ private gs;
2048
2048
  get editTextStyle(): FontInfo;
2049
2049
  set editTextStyle(a: FontInfo);
2050
- private l8;
2050
+ private l9;
2051
2051
  get editOpacity(): number;
2052
2052
  set editOpacity(a: number);
2053
- private zn;
2053
+ private zv;
2054
2054
  get deletedTextColor(): Brush;
2055
2055
  set deletedTextColor(a: Brush);
2056
- private z6;
2056
+ private aae;
2057
2057
  get stickyRowBackground(): Brush;
2058
2058
  set stickyRowBackground(a: Brush);
2059
- private zv;
2059
+ private z3;
2060
2060
  get pinnedRowBackground(): Brush;
2061
2061
  set pinnedRowBackground(a: Brush);
2062
- private zu;
2062
+ private z2;
2063
2063
  get lastStickyRowBackground(): Brush;
2064
2064
  set lastStickyRowBackground(a: Brush);
2065
+ private dh;
2065
2066
  private dg;
2066
- private df;
2067
2067
  get activeCell(): GridCellPosition;
2068
2068
  set activeCell(a: GridCellPosition);
2069
- private zh;
2069
+ private zp;
2070
2070
  get cellBackground(): Brush;
2071
2071
  set cellBackground(a: Brush);
2072
- private zj;
2072
+ private zr;
2073
2073
  get cellTextColor(): Brush;
2074
2074
  set cellTextColor(a: Brush);
2075
- private zs;
2075
+ private z0;
2076
2076
  get headerSortIndicatorColor(): Brush;
2077
2077
  set headerSortIndicatorColor(a: Brush);
2078
- private f6;
2078
+ private f7;
2079
2079
  get headerSortIndicatorStyle(): SortIndicatorStyle;
2080
2080
  set headerSortIndicatorStyle(a: SortIndicatorStyle);
2081
- private gq;
2081
+ private gr;
2082
2082
  get cellTextStyle(): FontInfo;
2083
2083
  set cellTextStyle(a: FontInfo);
2084
- private z3;
2084
+ private aab;
2085
2085
  get sectionHeaderBackground(): Brush;
2086
2086
  set sectionHeaderBackground(a: Brush);
2087
- private z5;
2087
+ private aad;
2088
2088
  get sectionHeaderTextColor(): Brush;
2089
2089
  set sectionHeaderTextColor(a: Brush);
2090
- private gt;
2090
+ private gu;
2091
2091
  get sectionHeaderTextStyle(): FontInfo;
2092
2092
  set sectionHeaderTextStyle(a: FontInfo);
2093
- private gu;
2093
+ private gv;
2094
2094
  get summaryRootLabelTextStyle(): FontInfo;
2095
2095
  set summaryRootLabelTextStyle(a: FontInfo);
2096
- private gw;
2096
+ private gx;
2097
2097
  get summarySectionLabelTextStyle(): FontInfo;
2098
2098
  set summarySectionLabelTextStyle(a: FontInfo);
2099
- private aaa;
2099
+ private aai;
2100
2100
  get summaryRootValueTextColor(): Brush;
2101
2101
  set summaryRootValueTextColor(a: Brush);
2102
- private gv;
2102
+ private gw;
2103
2103
  get summaryRootValueTextStyle(): FontInfo;
2104
2104
  set summaryRootValueTextStyle(a: FontInfo);
2105
- private gx;
2105
+ private gy;
2106
2106
  get summarySectionValueTextStyle(): FontInfo;
2107
2107
  set summarySectionValueTextStyle(a: FontInfo);
2108
- private aae;
2108
+ private aam;
2109
2109
  get summarySectionValueTextColor(): Brush;
2110
2110
  set summarySectionValueTextColor(a: Brush);
2111
- private z8;
2111
+ private aag;
2112
2112
  get summaryRootLabelTextColor(): Brush;
2113
2113
  set summaryRootLabelTextColor(a: Brush);
2114
- private aac;
2114
+ private aak;
2115
2115
  get summarySectionLabelTextColor(): Brush;
2116
2116
  set summarySectionLabelTextColor(a: Brush);
2117
- private z9;
2117
+ private aah;
2118
2118
  get summaryRootSelectedBackground(): Brush;
2119
2119
  set summaryRootSelectedBackground(a: Brush);
2120
- private aad;
2120
+ private aal;
2121
2121
  get summarySectionSelectedBackground(): Brush;
2122
2122
  set summarySectionSelectedBackground(a: Brush);
2123
- private na;
2123
+ private nb;
2124
2124
  get pinnedAreaSeparatorWidth(): number;
2125
2125
  set pinnedAreaSeparatorWidth(a: number);
2126
- private m5;
2126
+ private m6;
2127
2127
  get headerSeparatorWidth(): number;
2128
2128
  set headerSeparatorWidth(a: number);
2129
- np(a: number): number;
2130
- private zr;
2129
+ nq(a: number): number;
2130
+ private zz;
2131
2131
  get headerSeparatorBackground(): Brush;
2132
2132
  set headerSeparatorBackground(a: Brush);
2133
- private zp;
2133
+ private zx;
2134
2134
  get headerBackground(): Brush;
2135
2135
  set headerBackground(a: Brush);
2136
- private zt;
2136
+ private z1;
2137
2137
  get headerTextColor(): Brush;
2138
2138
  set headerTextColor(a: Brush);
2139
- private gs;
2139
+ private gt;
2140
2140
  get headerTextStyle(): FontInfo;
2141
2141
  set headerTextStyle(a: FontInfo);
2142
- private zy;
2142
+ private z6;
2143
2143
  get rowSeparatorBackground(): Brush;
2144
2144
  set rowSeparatorBackground(a: Brush);
2145
- private zq;
2145
+ private zy;
2146
2146
  get headerRowSeparatorBackground(): Brush;
2147
2147
  set headerRowSeparatorBackground(a: Brush);
2148
- private z1;
2148
+ private z9;
2149
2149
  get rowSeparatorStickyRowBackground(): Brush;
2150
2150
  set rowSeparatorStickyRowBackground(a: Brush);
2151
- private zz;
2151
+ private z7;
2152
2152
  get rowSeparatorLastStickyRowBackground(): Brush;
2153
2153
  set rowSeparatorLastStickyRowBackground(a: Brush);
2154
- private z0;
2154
+ private z8;
2155
2155
  get rowSeparatorPinnedRowBackground(): Brush;
2156
2156
  set rowSeparatorPinnedRowBackground(a: Brush);
2157
- private m1;
2157
+ private m2;
2158
2158
  get columnResizingSeparatorWidth(): number;
2159
2159
  set columnResizingSeparatorWidth(a: number);
2160
- private l2;
2160
+ private l3;
2161
2161
  get columnResizingSeparatorOpacity(): number;
2162
2162
  set columnResizingSeparatorOpacity(a: number);
2163
- private mz;
2163
+ private m0;
2164
2164
  get columnMovingSeparatorWidth(): number;
2165
2165
  set columnMovingSeparatorWidth(a: number);
2166
- private l1;
2166
+ private l2;
2167
2167
  get columnMovingSeparatorOpacity(): number;
2168
2168
  set columnMovingSeparatorOpacity(a: number);
2169
- private zm;
2169
+ private zu;
2170
2170
  get columnResizingSeparatorBackground(): Brush;
2171
2171
  set columnResizingSeparatorBackground(a: Brush);
2172
- private zk;
2172
+ private zs;
2173
2173
  get columnMovingSeparatorBackground(): Brush;
2174
2174
  set columnMovingSeparatorBackground(a: Brush);
2175
- private il;
2175
+ private im;
2176
2176
  get shiftSectionContent(): boolean;
2177
2177
  set shiftSectionContent(a: boolean);
2178
- private bh;
2178
+ private bi;
2179
2179
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2180
2180
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2181
- private zl;
2181
+ private zt;
2182
2182
  get columnOptionsIconColor(): Brush;
2183
2183
  set columnOptionsIconColor(a: Brush);
2184
- private bj;
2184
+ private bk;
2185
2185
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2186
2186
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2187
- private zg;
2187
+ private zo;
2188
2188
  get border(): Brush;
2189
2189
  set border(a: Brush);
2190
- private abj;
2191
- get abp(): Thickness;
2192
- set abp(a: Thickness);
2193
- private abh;
2190
+ private abr;
2191
+ get abx(): Thickness;
2192
+ set abx(a: Thickness);
2193
+ private abp;
2194
2194
  get actualBorderWidth(): Thickness;
2195
2195
  set actualBorderWidth(a: Thickness);
2196
- private abi;
2196
+ private abq;
2197
2197
  get borderWidth(): Thickness;
2198
2198
  set borderWidth(a: Thickness);
2199
- private id;
2199
+ private ie;
2200
2200
  get notifyOnAllSelectionChanges(): boolean;
2201
2201
  set notifyOnAllSelectionChanges(a: boolean);
2202
- private zb;
2203
- get zf(): CornerRadius;
2204
- set zf(a: CornerRadius);
2205
- private za;
2202
+ private zj;
2203
+ get zn(): CornerRadius;
2204
+ set zn(a: CornerRadius);
2205
+ private zi;
2206
2206
  get cornerRadius(): CornerRadius;
2207
2207
  set cornerRadius(a: CornerRadius);
2208
- private y9;
2208
+ private zh;
2209
2209
  get actualCornerRadius(): CornerRadius;
2210
2210
  set actualCornerRadius(a: CornerRadius);
2211
2211
  static readonly isActiveCellStyleEnabledPropertyName: string;
2212
- private hq;
2212
+ private hr;
2213
2213
  get isActiveCellStyleEnabled(): boolean;
2214
2214
  set isActiveCellStyleEnabled(a: boolean);
2215
- private is;
2215
+ private it;
2216
2216
  get stopPropagation(): boolean;
2217
2217
  set stopPropagation(a: boolean);
2218
- private g6;
2218
+ private g7;
2219
2219
  get platformPixelConverter(): IPlatformPixelConverter;
2220
2220
  set platformPixelConverter(a: IPlatformPixelConverter);
2221
- private e2;
2221
+ private e3;
2222
2222
  get renderingEngine(): ICellRenderingEngine;
2223
2223
  set renderingEngine(a: ICellRenderingEngine);
2224
- private w7;
2225
- private fq;
2224
+ private xb;
2225
+ private fr;
2226
2226
  get responsiveStates(): ResponsiveStatesCollection;
2227
- private gk;
2227
+ private gl;
2228
2228
  get model(): VisualModel;
2229
2229
  set model(a: VisualModel);
2230
2230
  get actualVisibleRegion(): Rect;
2231
- private b2;
2232
- private a2;
2233
- private t;
2234
- private b7;
2235
- private aa;
2231
+ private b3;
2232
+ private a3;
2233
+ private u;
2234
+ private b8;
2236
2235
  private ab;
2236
+ private ac;
2237
+ private iq;
2237
2238
  private ip;
2239
+ private ir;
2238
2240
  private io;
2239
- private iq;
2240
- private im;
2241
- private b1;
2242
- private a3;
2243
- private u;
2244
- private b6;
2241
+ private b2;
2242
+ private a4;
2243
+ private v;
2244
+ private b7;
2245
2245
  get initialSortDescriptions(): ColumnSortDescriptionCollection;
2246
2246
  get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
2247
2247
  get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
2248
- private o3;
2248
+ private o5;
2249
2249
  get initialSorts(): string;
2250
2250
  set initialSorts(a: string);
2251
- private o2;
2251
+ private o4;
2252
2252
  get initialGroups(): string;
2253
2253
  set initialGroups(a: string);
2254
- private o4;
2254
+ private o6;
2255
2255
  get initialSummaries(): string;
2256
2256
  set initialSummaries(a: string);
2257
- private u6;
2258
- jc(a: any[], b: any[]): boolean;
2257
+ private va;
2258
+ jd(a: any[], b: any[]): boolean;
2259
2259
  get sortDescriptions(): ColumnSortDescriptionCollection;
2260
2260
  get groupDescriptions(): ColumnGroupDescriptionCollection;
2261
2261
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
@@ -2263,51 +2263,51 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2263
2263
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2264
2264
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2265
2265
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2266
- private wg;
2266
+ private wk;
2267
2267
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2268
2268
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2269
2269
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
2270
2270
  get filterExpressions(): FilterExpressionCollection;
2271
2271
  get summaryDescriptions(): ColumnSummaryDescriptionCollection;
2272
- private it;
2273
- private gg;
2272
+ private iu;
2273
+ private gh;
2274
2274
  get summaryScope(): SummaryScope;
2275
2275
  set summaryScope(a: SummaryScope);
2276
+ private hy;
2276
2277
  private hx;
2277
- private hw;
2278
2278
  get isGroupCollapsable(): boolean;
2279
2279
  set isGroupCollapsable(a: boolean);
2280
- private hl;
2281
- private er;
2280
+ private hm;
2281
+ private es;
2282
2282
  get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
2283
2283
  set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
2284
+ private h0;
2284
2285
  private hz;
2285
- private hy;
2286
2286
  get isGroupExpandedDefault(): boolean;
2287
2287
  set isGroupExpandedDefault(a: boolean);
2288
- private hm;
2289
- private et;
2288
+ private hn;
2289
+ private eu;
2290
2290
  get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
2291
2291
  set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
2292
- private hf;
2292
+ private hg;
2293
2293
  get autoAcceptEdits(): boolean;
2294
2294
  set autoAcceptEdits(a: boolean);
2295
2295
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2296
2296
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2297
- protected w5(a: string, b: any, c: any): void;
2298
- x9(): void;
2299
- xx(): void;
2300
- xy(): void;
2297
+ protected w9(a: string, b: any, c: any): void;
2298
+ yh(): void;
2299
+ x1(): void;
2300
+ x2(): void;
2301
2301
  calculateCompleted: (sender: any, e: any) => void;
2302
- vp(): void;
2303
- u0(): void;
2304
- private ij;
2305
- get k2(): boolean;
2306
- set k2(a: boolean);
2302
+ vt(): void;
2303
+ u4(): void;
2304
+ private ik;
2305
+ get k3(): boolean;
2306
+ set k3(a: boolean);
2307
2307
  refresh(): void;
2308
2308
  flush(): void;
2309
- private y;
2310
- private w;
2309
+ private z;
2310
+ private x;
2311
2311
  get actualDataSource(): IDataSource;
2312
2312
  set actualDataSource(a: IDataSource);
2313
2313
  private d;
@@ -2316,235 +2316,235 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2316
2316
  private a;
2317
2317
  get actualPrimaryKey(): string[];
2318
2318
  set actualPrimaryKey(a: string[]);
2319
- private hb;
2320
- get iy(): boolean;
2321
- set iy(a: boolean);
2322
- protected xs(a: string, b: any, c: any): void;
2323
- private y0;
2324
- private zd;
2325
- private abo;
2319
+ private hc;
2320
+ get iz(): boolean;
2321
+ set iz(a: boolean);
2322
+ protected xw(a: string, b: any, c: any): void;
2323
+ private y8;
2324
+ private zl;
2325
+ private abw;
2326
2326
  syncBorder(): void;
2327
- private wp;
2328
- private m;
2327
+ private wt;
2329
2328
  private n;
2329
+ private o;
2330
2330
  private h;
2331
- private ul;
2332
- private yd;
2333
- private u2;
2334
- private u3;
2335
- private ye;
2336
- private u4;
2337
2331
  private up;
2338
- private uo;
2332
+ private yl;
2333
+ private u6;
2334
+ private u7;
2335
+ private ym;
2336
+ private u8;
2337
+ private ut;
2338
+ private us;
2339
2339
  rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2340
- private ll;
2341
- private q1;
2342
- private w8;
2343
- private uw;
2344
- private un;
2345
- private wo;
2346
- vj(): void;
2340
+ private lm;
2341
+ private q5;
2342
+ private xc;
2343
+ private u0;
2344
+ private ur;
2345
+ private ws;
2346
+ vn(): void;
2347
2347
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2348
2348
  onSizeChanged(a: number, b: number): void;
2349
2349
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
2350
- private m8;
2351
2350
  private m9;
2352
- lg: boolean;
2351
+ private na;
2352
+ lh: boolean;
2353
2353
  notifyScrollStart(): void;
2354
2354
  notifyScrollStop(): void;
2355
2355
  setViewport(a: number, b: number, c: number, d: number): void;
2356
2356
  get actualColumns(): GridColumnCollection;
2357
2357
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2358
- private dl;
2358
+ private dm;
2359
2359
  get columns(): GridColumnCollection;
2360
- w1(a: CellModel, b: any, c: any): void;
2361
- w0(a: CellModel, b: any, c: any, d: string): void;
2362
- cf(a: CellPath): DataGridColumn;
2360
+ w5(a: CellModel, b: any, c: any): void;
2361
+ w4(a: CellModel, b: any, c: any, d: string): void;
2362
+ cg(a: CellPath): DataGridColumn;
2363
2363
  hideThenRemoveColumn(a: DataGridColumn): void;
2364
2364
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2365
- private t6;
2366
- private ic;
2367
- private wk;
2368
- private wh;
2369
- private wc;
2370
- private uh;
2371
- private xe;
2372
- private uk;
2365
+ private ua;
2366
+ private id;
2367
+ private wo;
2368
+ private wl;
2369
+ private wg;
2370
+ private ul;
2371
+ private xi;
2372
+ private uo;
2373
2373
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2374
- private le;
2375
2374
  private lf;
2375
+ private lg;
2376
2376
  moveColumn(a: number, b: number): void;
2377
2377
  moveColumnLeft(a: number): void;
2378
2378
  moveColumnRight(a: number): void;
2379
2379
  canMoveColumnLeft(a: number): boolean;
2380
2380
  canMoveColumnRight(a: number): boolean;
2381
- private kj;
2381
+ private kk;
2382
+ private ce;
2382
2383
  private cd;
2383
- private cc;
2384
- private wd;
2385
- private ug;
2386
- private y1;
2387
- private ci;
2388
- q2(a: CellPath, b: DataGrid, c: any, d: number): string;
2389
- al(a: CellPath, b: string): CellModel;
2384
+ private wh;
2385
+ private uk;
2386
+ private y9;
2387
+ private cj;
2388
+ q6(a: CellPath, b: DataGrid, c: any, d: number): string;
2389
+ am(a: CellPath, b: string): CellModel;
2390
2390
  exportVisualModel(): any;
2391
2391
  exportSerializedVisualModel(): string;
2392
- fu(a: number): RowPath;
2393
- private ha;
2392
+ fv(a: number): RowPath;
2393
+ private hb;
2394
2394
  scrollToRowByIndex(a: number): void;
2395
2395
  scrollToLastRowByIndex(a: number): void;
2396
2396
  scrollToItem(a: any): boolean;
2397
2397
  scrollToPrimaryKey(a: any[]): boolean;
2398
2398
  scrollToColumnByIndex(a: number): void;
2399
- private yg;
2400
- k9(a: DataGridColumn): boolean;
2401
- wn(a: number, b: number): void;
2402
- private uf;
2403
- private nx;
2404
- private k5;
2399
+ private yo;
2400
+ la(a: DataGridColumn): boolean;
2401
+ wr(a: number, b: number): void;
2402
+ private uj;
2403
+ private ny;
2404
+ private k6;
2405
2405
  getLastVisibleIndex(): number;
2406
2406
  getFirstVisibleIndex(): number;
2407
- nz(): number;
2408
- n4(): number;
2409
- xn(): void;
2410
- jj: boolean;
2411
- j3: boolean;
2412
- get ka(): boolean;
2407
+ n0(): number;
2408
+ n5(): number;
2409
+ xr(): void;
2410
+ jk: boolean;
2411
+ j4: boolean;
2413
2412
  get kb(): boolean;
2414
- get j8(): boolean;
2413
+ get kc(): boolean;
2415
2414
  get j9(): boolean;
2416
- private k3;
2415
+ get ka(): boolean;
2417
2416
  private k4;
2418
- private lm;
2417
+ private k5;
2419
2418
  private ln;
2420
2419
  private lo;
2421
2420
  private lp;
2421
+ private lq;
2422
+ private he;
2422
2423
  private hd;
2423
- private hc;
2424
- ub(a?: boolean): void;
2425
- uu(): void;
2426
- xc(a: any, b: PrimaryKeyValue): void;
2427
- xd(a: any, b: PrimaryKeyValue): void;
2428
- xj(a: number, b: any, c: PrimaryKeyValue): void;
2429
- private iw;
2430
- vq(a: number, b: number, c: string): void;
2431
- vt(a: number, b: string): void;
2432
- private vr;
2433
- private ni;
2424
+ uf(a?: boolean): void;
2425
+ uy(): void;
2426
+ xg(a: any, b: PrimaryKeyValue): void;
2427
+ xh(a: any, b: PrimaryKeyValue): void;
2428
+ xn(a: number, b: any, c: PrimaryKeyValue): void;
2429
+ private ix;
2430
+ vu(a: number, b: number, c: string): void;
2431
+ vx(a: number, b: string): void;
2432
+ private vv;
2434
2433
  private nj;
2435
- kl(a: boolean, b: boolean): boolean;
2434
+ private nk;
2436
2435
  km(a: boolean, b: boolean): boolean;
2437
- private n3;
2438
- private ny;
2436
+ kn(a: boolean, b: boolean): boolean;
2437
+ private n4;
2438
+ private nz;
2439
+ private n9;
2439
2440
  private n8;
2440
- private n7;
2441
- private nw;
2442
- uc(a: number, b: number, c: boolean, d?: boolean): void;
2443
- kq(a: boolean, b: boolean): boolean;
2444
- ks(a: boolean, b: boolean): boolean;
2441
+ private nx;
2442
+ ug(a: number, b: number, c: boolean, d?: boolean): void;
2443
+ kr(a: boolean, b: boolean): boolean;
2445
2444
  kt(a: boolean, b: boolean): boolean;
2446
2445
  ku(a: boolean, b: boolean): boolean;
2447
2446
  kv(a: boolean, b: boolean): boolean;
2448
- kx(a: boolean, b: boolean): boolean;
2449
- xo(): void;
2447
+ kw(a: boolean, b: boolean): boolean;
2450
2448
  ky(a: boolean, b: boolean): boolean;
2451
- kn(a: boolean, b: boolean): boolean;
2452
- ko(): boolean;
2449
+ xs(): void;
2450
+ kz(a: boolean, b: boolean): boolean;
2451
+ ko(a: boolean, b: boolean): boolean;
2453
2452
  kp(): boolean;
2454
- kw(a: boolean, b: boolean): boolean;
2455
- ap: CellPath;
2453
+ kq(): boolean;
2454
+ kx(a: boolean, b: boolean): boolean;
2456
2455
  aq: CellPath;
2457
- li(): boolean;
2458
- lc(a: CellModel): boolean;
2459
- jb(a: boolean, b?: boolean): boolean;
2460
- ut(a: boolean): void;
2461
- v5(a: PrimaryKeyValue, b: number): void;
2462
- v6(a: PrimaryKeyValue, b: number): void;
2456
+ ar: CellPath;
2457
+ lj(): boolean;
2458
+ ld(a: CellModel): boolean;
2459
+ jc(a: boolean, b?: boolean): boolean;
2460
+ ux(a: boolean): void;
2461
+ v9(a: PrimaryKeyValue, b: number): void;
2462
+ wa(a: PrimaryKeyValue, b: number): void;
2463
2463
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2464
2464
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2465
2465
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2466
2466
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2467
2467
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2468
- private ik;
2469
- private xk;
2468
+ private il;
2469
+ private xo;
2470
2470
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2471
2471
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
2472
- y6(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2473
- t9(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2474
- ua(a: any, b: PrimaryKeyValue, c: boolean): void;
2475
- y5(a: number, b: any, c: PrimaryKeyValue): void;
2476
- x6(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2477
- x7(a: any, b: PrimaryKeyValue, c: boolean): void;
2478
- private xg;
2479
- private xh;
2480
- private xf;
2481
- private xi;
2482
- private at;
2483
- t8(a: number, b: number, c: number, d: number): void;
2484
- t7(a: CellRange): void;
2485
- x3(a: CellRange): void;
2486
- x2(): void;
2487
- private vh;
2488
- xl(a: number, b: any, c: any): void;
2489
- private u7;
2490
- v7(): void;
2491
- yc(a: GridConditionalStyle, b: DataGridColumn): void;
2492
- x8(a: GridConditionalStyle, b: DataGridColumn): void;
2493
- ls(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2494
- private lk;
2495
- uv(a: ColumnSummaryDescription): void;
2496
- private jw;
2497
- x1(a: ColumnSummaryDescription): void;
2472
+ ze(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2473
+ ud(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2474
+ ue(a: any, b: PrimaryKeyValue, c: boolean): void;
2475
+ zd(a: number, b: any, c: PrimaryKeyValue): void;
2476
+ ye(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2477
+ yf(a: any, b: PrimaryKeyValue, c: boolean): void;
2478
+ private xk;
2479
+ private xl;
2480
+ private xj;
2481
+ private xm;
2482
+ private au;
2483
+ uc(a: number, b: number, c: number, d: number): void;
2484
+ ub(a: CellRange): void;
2485
+ yb(a: CellRange): void;
2486
+ ya(): void;
2487
+ private vl;
2488
+ xp(a: number, b: any, c: any): void;
2489
+ private vb;
2490
+ wb(): void;
2491
+ yk(a: GridConditionalStyle, b: DataGridColumn): void;
2492
+ yg(a: GridConditionalStyle, b: DataGridColumn): void;
2493
+ lt(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2494
+ private ll;
2495
+ uz(a: ColumnSummaryDescription): void;
2496
+ private jx;
2497
+ x9(a: ColumnSummaryDescription): void;
2498
2498
  invalidateVisibleRows(): void;
2499
- o0(a: DataGridColumn): any;
2500
- oz(a: DataGridColumn): any;
2499
+ o2(a: DataGridColumn): any;
2501
2500
  o1(a: DataGridColumn): any;
2502
- private u8;
2503
- private n0;
2504
- private n5;
2505
- private u9;
2506
- private hp;
2507
- xt(): void;
2508
- wz(a: number, b: any): void;
2509
- w6(a: number, b: any): void;
2501
+ o3(a: DataGridColumn): any;
2502
+ private vc;
2503
+ private n1;
2504
+ private n6;
2505
+ private vd;
2506
+ private hq;
2507
+ xx(): void;
2508
+ w3(a: number, b: any): void;
2509
+ xa(a: number, b: any): void;
2510
2510
  setActiveResponsiveState(a: string): void;
2511
- yr(a: ResponsiveState): void;
2511
+ yz(a: ResponsiveState): void;
2512
2512
  notifySetItem(a: number, b: any, c: any): void;
2513
2513
  notifyClearItems(): void;
2514
2514
  notifyInsertItem(a: number, b: any): void;
2515
2515
  notifyRemoveItem(a: number, b: any): void;
2516
2516
  dataIndexOfItem(a: any): number;
2517
2517
  dataIndexOfPrimaryKey(a: any[]): number;
2518
- i(): string[];
2518
+ j(): string[];
2519
2519
  resolveCellValue(a: CellKey): any;
2520
2520
  resolveCellValueFromPosition(a: number, b: number): any;
2521
2521
  getColumnAtRenderedIndex(a: number): DataGridColumn;
2522
2522
  getRootSummaryResults(): ISummaryResult[];
2523
2523
  getSectionSummaryResults(a: number): ISummaryResult[][];
2524
- private ii;
2524
+ private ij;
2525
2525
  get reactsToSortChanges(): boolean;
2526
2526
  set reactsToSortChanges(a: boolean);
2527
- private ih;
2527
+ private ii;
2528
2528
  get reactsToGroupChanges(): boolean;
2529
2529
  set reactsToGroupChanges(a: boolean);
2530
- private ig;
2530
+ private ih;
2531
2531
  get reactsToFilterChanges(): boolean;
2532
2532
  set reactsToFilterChanges(a: boolean);
2533
- z(a: DataGridColumn): IFilterExpression;
2534
- lj(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2535
- private y7;
2536
- private ot;
2533
+ aa(a: DataGridColumn): IFilterExpression;
2534
+ lk(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2535
+ private zf;
2536
+ private ou;
2537
2537
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2538
- private wl;
2538
+ private wp;
2539
2539
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2540
- private vw;
2540
+ private v0;
2541
2541
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2542
- private vv;
2542
+ private vz;
2543
2543
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2544
- private xa;
2544
+ private xe;
2545
2545
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2546
- private w9;
2547
- jv(): boolean;
2546
+ private xd;
2547
+ jw(): boolean;
2548
2548
  get canUndo(): boolean;
2549
2549
  get canRedo(): boolean;
2550
2550
  get canCommit(): boolean;
@@ -2557,112 +2557,120 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2557
2557
  updatePropertyAtKey(a: any[], b: string, c: any): void;
2558
2558
  removeItemByKey(a: any[]): void;
2559
2559
  removeItem(a: any): void;
2560
- private ie;
2560
+ private ig;
2561
2561
  acceptEdit(a: number): void;
2562
2562
  rejectEdit(a: number): void;
2563
2563
  setEditError(a: number, b: string): void;
2564
2564
  startEditMode(): void;
2565
2565
  endEditMode(a: boolean): void;
2566
- private cs;
2566
+ private ct;
2567
2567
  get enterBehavior(): EnterKeyBehaviors;
2568
2568
  set enterBehavior(a: EnterKeyBehaviors);
2569
- private cq;
2569
+ private cr;
2570
2570
  get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
2571
2571
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2572
2572
  selectAllRows(): void;
2573
2573
  deselectAllRows(): void;
2574
- private h2;
2575
- get j5(): boolean;
2576
- set j5(a: boolean);
2577
- kr(a: Key, b: boolean, c: boolean): boolean;
2578
- private lh;
2579
- la(): boolean;
2580
- private ht;
2574
+ private h3;
2575
+ get j6(): boolean;
2576
+ set j6(a: boolean);
2577
+ ks(a: Key, b: boolean, c: boolean): boolean;
2578
+ private li;
2579
+ lb(): boolean;
2580
+ private hu;
2581
2581
  get isColumnOptionsSummariesEnabled(): boolean;
2582
2582
  set isColumnOptionsSummariesEnabled(a: boolean);
2583
- private hs;
2583
+ private ht;
2584
2584
  get isColumnOptionsGroupingEnabled(): boolean;
2585
2585
  set isColumnOptionsGroupingEnabled(a: boolean);
2586
- private fi;
2586
+ private fj;
2587
2587
  get mergedCellMode(): MergedCellMode;
2588
2588
  set mergedCellMode(a: MergedCellMode);
2589
- private fg;
2589
+ private fh;
2590
2590
  get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
2591
2591
  set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
2592
- private ae;
2592
+ private af;
2593
2593
  get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
2594
2594
  set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
2595
2595
  saveLayout(): string;
2596
- private fz;
2597
- private lt;
2596
+ private f0;
2597
+ private lu;
2598
2598
  loadLayout(a: string): void;
2599
- private r;
2600
2599
  private s;
2601
- n2(a: CellPath): number;
2602
- private cz;
2600
+ private t;
2601
+ n3(a: CellPath): number;
2602
+ private c0;
2603
2603
  get filterUIType(): FilterUIType;
2604
2604
  set filterUIType(a: FilterUIType);
2605
- private cw;
2605
+ private cx;
2606
2606
  get filterLogicalOperator(): FilterLogicalOperator;
2607
2607
  set filterLogicalOperator(a: FilterLogicalOperator);
2608
- private cu;
2608
+ private cv;
2609
2609
  get filterComparisonType(): FilterComparisonType;
2610
2610
  set filterComparisonType(a: FilterComparisonType);
2611
- jx(): boolean;
2612
- private lw;
2611
+ jy(): boolean;
2612
+ private lx;
2613
2613
  get todayOverride(): Date;
2614
2614
  set todayOverride(a: Date);
2615
- private hh;
2615
+ private hi;
2616
2616
  get clearSelectionOnEscape(): boolean;
2617
2617
  set clearSelectionOnEscape(a: boolean);
2618
2618
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2619
- wm(a: DataGridColumn, b: FilterOperand, c: any): void;
2620
- private m0;
2621
- lb(): boolean;
2622
- vd(): void;
2623
- vc(): void;
2624
- private h3;
2619
+ wq(a: DataGridColumn, b: FilterOperand, c: any): void;
2620
+ private m1;
2621
+ lc(): boolean;
2622
+ vh(): void;
2623
+ vg(): void;
2624
+ private h4;
2625
2625
  get isPagerVisible(): boolean;
2626
2626
  set isPagerVisible(a: boolean);
2627
- private m6;
2627
+ private m7;
2628
2628
  get pageSize(): number;
2629
2629
  set pageSize(a: number);
2630
- private h8;
2630
+ private h9;
2631
2631
  get isToolbarVisible(): boolean;
2632
2632
  set isToolbarVisible(a: boolean);
2633
- private h6;
2633
+ private h7;
2634
2634
  get isToolbarColumnChooserVisible(): boolean;
2635
2635
  set isToolbarColumnChooserVisible(a: boolean);
2636
- private h7;
2636
+ private h8;
2637
2637
  get isToolbarColumnPinningVisible(): boolean;
2638
2638
  set isToolbarColumnPinningVisible(a: boolean);
2639
- private o9;
2639
+ private pb;
2640
2640
  get toolbarTitle(): string;
2641
2641
  set toolbarTitle(a: string);
2642
- private o5;
2642
+ private o7;
2643
2643
  get toolbarColumnChooserText(): string;
2644
2644
  set toolbarColumnChooserText(a: string);
2645
- private o6;
2645
+ private o8;
2646
2646
  get toolbarColumnChooserTitle(): string;
2647
2647
  set toolbarColumnChooserTitle(a: string);
2648
- private o7;
2648
+ private o9;
2649
2649
  get toolbarColumnPinningText(): string;
2650
2650
  set toolbarColumnPinningText(a: string);
2651
- private o8;
2651
+ private pa;
2652
2652
  get toolbarColumnPinningTitle(): string;
2653
2653
  set toolbarColumnPinningTitle(a: string);
2654
- private gm;
2654
+ private gn;
2655
2655
  get scrollbarStyle(): ScrollbarStyle;
2656
2656
  set scrollbarStyle(a: ScrollbarStyle);
2657
- private z2;
2657
+ private aaa;
2658
2658
  get scrollbarBackground(): Brush;
2659
2659
  set scrollbarBackground(a: Brush);
2660
- private he;
2660
+ private hf;
2661
2661
  get allowCopyOperation(): boolean;
2662
2662
  set allowCopyOperation(a: boolean);
2663
- private hi;
2663
+ private hj;
2664
2664
  get deferEventForRowDragSelection(): boolean;
2665
2665
  set deferEventForRowDragSelection(a: boolean);
2666
+ registerIconFromText(a: string, b: string, c: string): void;
2667
+ getIconFromCache(a: string, b: string): string;
2668
+ registerMultiPathSVG(a: string, b: string, c: string[]): void;
2669
+ getMultiPathSVGFromCache(a: string, b: string): string[];
2670
+ registerIconFromDataURL(a: string, b: string, c: string): void;
2671
+ getDataURLFromCache(a: string, b: string): string;
2672
+ registerIconSource(a: string, b: string, c: any): void;
2673
+ getIconSource(a: string, b: string): any;
2666
2674
  }
2667
2675
  /**
2668
2676
  * @hidden