igniteui-angular-data-grids 20.0.2-beta.2 → 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.
- package/bundles/igniteui-angular-data-grids.umd.js +3847 -3535
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +75 -67
- package/esm2015/lib/ColumnFilterCondition_combined.js +3119 -3094
- package/esm2015/lib/ContentCellModelHelper.js +1 -1
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm2015/lib/GridConditionalStyleProperty.js +315 -197
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm2015/lib/igx-data-grid-component.js +28 -0
- package/esm2015/lib/igx-grid-conditional-style-property-component.js +109 -33
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +75 -67
- package/esm5/lib/ColumnFilterCondition_combined.js +3096 -3071
- package/esm5/lib/ContentCellModelHelper.js +1 -1
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm5/lib/GridConditionalStyleProperty.js +332 -186
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm5/lib/igx-data-grid-component.js +28 -0
- package/esm5/lib/igx-grid-conditional-style-property-component.js +136 -32
- package/fesm2015/igniteui-angular-data-grids.js +3817 -3561
- package/fesm5/igniteui-angular-data-grids.js +3849 -3537
- package/lib/CheckboxListView_combined.d.ts +25 -24
- package/lib/ColumnFilterCondition_combined.d.ts +533 -525
- package/lib/GridConditionalStyleProperty.d.ts +84 -61
- package/lib/igx-data-grid-component.d.ts +8 -0
- package/lib/igx-grid-conditional-style-property-component.d.ts +21 -3
- package/package.json +4 -4
|
@@ -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
|
|
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
|
|
1627
|
+
private fd;
|
|
1628
1628
|
get externalGrid(): IExternalGrid;
|
|
1629
1629
|
set externalGrid(a: IExternalGrid);
|
|
1630
|
-
private
|
|
1630
|
+
private fb;
|
|
1631
1631
|
get dragger(): IDragger;
|
|
1632
1632
|
set dragger(a: IDragger);
|
|
1633
|
-
private
|
|
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
|
-
|
|
1645
|
-
|
|
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
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
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
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
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
|
-
|
|
1659
|
-
|
|
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
|
-
|
|
1663
|
-
|
|
1662
|
+
wf(a: DataGridColumn): void;
|
|
1663
|
+
we(a: DataGridColumn): void;
|
|
1664
1664
|
cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1665
|
-
|
|
1665
|
+
v7(a: CellModel): void;
|
|
1666
1666
|
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1667
|
-
|
|
1667
|
+
v8(a: CellModel): void;
|
|
1668
1668
|
cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1669
|
-
|
|
1669
|
+
v5(a: CellModel): void;
|
|
1670
1670
|
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1671
|
-
|
|
1672
|
-
|
|
1671
|
+
v6(a: CellModel): void;
|
|
1672
|
+
xf(a: number, b: string): void;
|
|
1673
1673
|
cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
private
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
private
|
|
1681
|
-
private
|
|
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
|
|
1684
|
+
private be;
|
|
1685
1685
|
get columnMovingMode(): ColumnMovingMode;
|
|
1686
1686
|
set columnMovingMode(a: ColumnMovingMode);
|
|
1687
|
-
|
|
1688
|
-
private
|
|
1687
|
+
e2: HoverManager;
|
|
1688
|
+
private h6;
|
|
1689
1689
|
get isRowHoverEnabled(): boolean;
|
|
1690
1690
|
set isRowHoverEnabled(a: boolean);
|
|
1691
|
-
private
|
|
1691
|
+
private z4;
|
|
1692
1692
|
get rowHoverBackground(): Brush;
|
|
1693
1693
|
set rowHoverBackground(a: Brush);
|
|
1694
|
-
private
|
|
1694
|
+
private z5;
|
|
1695
1695
|
get rowHoverTextColor(): Brush;
|
|
1696
1696
|
set rowHoverTextColor(a: Brush);
|
|
1697
|
-
private
|
|
1697
|
+
private zw;
|
|
1698
1698
|
get editRowBorder(): Brush;
|
|
1699
1699
|
set editRowBorder(a: Brush);
|
|
1700
|
-
private
|
|
1700
|
+
private abs;
|
|
1701
1701
|
get editRowBorderWidth(): Thickness;
|
|
1702
1702
|
set editRowBorderWidth(a: Thickness);
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
private
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
private
|
|
1713
|
-
private
|
|
1714
|
-
private get
|
|
1715
|
-
private set
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
private
|
|
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
|
|
1721
|
-
private
|
|
1722
|
-
private
|
|
1723
|
-
private mg;
|
|
1724
|
-
private me;
|
|
1721
|
+
private hk;
|
|
1722
|
+
private ma;
|
|
1723
|
+
private mh;
|
|
1725
1724
|
private mf;
|
|
1726
|
-
private
|
|
1727
|
-
private
|
|
1725
|
+
private mg;
|
|
1726
|
+
private lw;
|
|
1728
1727
|
private l5;
|
|
1729
1728
|
private l6;
|
|
1730
1729
|
private l7;
|
|
1731
|
-
private
|
|
1732
|
-
private
|
|
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
|
|
1744
|
-
private
|
|
1745
|
-
|
|
1746
|
-
|
|
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
|
|
1749
|
-
private
|
|
1750
|
-
private
|
|
1747
|
+
private al;
|
|
1748
|
+
private l1;
|
|
1749
|
+
private me;
|
|
1751
1750
|
private mb;
|
|
1752
|
-
private
|
|
1753
|
-
private
|
|
1754
|
-
private
|
|
1755
|
-
private
|
|
1756
|
-
private
|
|
1751
|
+
private mc;
|
|
1752
|
+
private wx;
|
|
1753
|
+
private wy;
|
|
1754
|
+
private ys;
|
|
1755
|
+
private wz;
|
|
1757
1756
|
private lr;
|
|
1758
|
-
private
|
|
1759
|
-
private
|
|
1760
|
-
private
|
|
1757
|
+
private ls;
|
|
1758
|
+
private yx;
|
|
1759
|
+
private abo;
|
|
1760
|
+
private aj;
|
|
1761
1761
|
getHitCell(a: number, b: number): CellModel;
|
|
1762
|
-
private
|
|
1763
|
-
private
|
|
1764
|
-
private
|
|
1765
|
-
private
|
|
1762
|
+
private av;
|
|
1763
|
+
private i3;
|
|
1764
|
+
private uv;
|
|
1765
|
+
private zg;
|
|
1766
1766
|
constructor();
|
|
1767
|
-
|
|
1768
|
-
|
|
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
|
|
1771
|
-
private j4;
|
|
1772
|
-
private uy;
|
|
1779
|
+
private iy;
|
|
1773
1780
|
private yu;
|
|
1774
|
-
private
|
|
1775
|
-
private b5;
|
|
1781
|
+
private yt;
|
|
1776
1782
|
private iv;
|
|
1777
|
-
private
|
|
1778
|
-
private
|
|
1779
|
-
private
|
|
1780
|
-
|
|
1781
|
-
|
|
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
|
|
1792
|
-
get
|
|
1793
|
-
private
|
|
1794
|
-
get
|
|
1795
|
-
set
|
|
1796
|
-
private
|
|
1797
|
-
get
|
|
1798
|
-
set
|
|
1799
|
-
private
|
|
1800
|
-
get
|
|
1801
|
-
set
|
|
1802
|
-
private
|
|
1803
|
-
get
|
|
1804
|
-
set
|
|
1805
|
-
private
|
|
1806
|
-
get
|
|
1807
|
-
set
|
|
1808
|
-
private
|
|
1809
|
-
get
|
|
1810
|
-
set
|
|
1811
|
-
private
|
|
1812
|
-
get
|
|
1813
|
-
set
|
|
1814
|
-
private
|
|
1815
|
-
get
|
|
1816
|
-
set
|
|
1817
|
-
|
|
1818
|
-
private
|
|
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
|
|
1821
|
+
private f3;
|
|
1822
1822
|
get sectionHeader(): SectionHeader;
|
|
1823
1823
|
set sectionHeader(a: SectionHeader);
|
|
1824
|
-
private
|
|
1825
|
-
get
|
|
1826
|
-
set
|
|
1827
|
-
private
|
|
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
|
|
1830
|
+
private gf;
|
|
1831
1831
|
get summaryRowSection(): SummaryRowSection;
|
|
1832
1832
|
set summaryRowSection(a: SummaryRowSection);
|
|
1833
|
-
private
|
|
1833
|
+
private fy;
|
|
1834
1834
|
get rowSeparator(): RowSeparator;
|
|
1835
1835
|
set rowSeparator(a: RowSeparator);
|
|
1836
|
-
private
|
|
1836
|
+
private ey;
|
|
1837
1837
|
get headerRowSeparator(): HeaderRowSeparator;
|
|
1838
1838
|
set headerRowSeparator(a: HeaderRowSeparator);
|
|
1839
|
-
private
|
|
1839
|
+
private e0;
|
|
1840
1840
|
get headerSeparator(): HeaderSeparator;
|
|
1841
1841
|
set headerSeparator(a: HeaderSeparator);
|
|
1842
|
-
private
|
|
1842
|
+
private bu;
|
|
1843
1843
|
get columnResizingSeparator(): ColumnResizingSeparator;
|
|
1844
1844
|
set columnResizingSeparator(a: ColumnResizingSeparator);
|
|
1845
|
-
private
|
|
1845
|
+
private bg;
|
|
1846
1846
|
get columnMovingSeparator(): ColumnMovingSeparator;
|
|
1847
1847
|
set columnMovingSeparator(a: ColumnMovingSeparator);
|
|
1848
|
-
private
|
|
1848
|
+
private fm;
|
|
1849
1849
|
get pinnedAreaSeparator(): PinnedAreaSeparator;
|
|
1850
1850
|
set pinnedAreaSeparator(a: PinnedAreaSeparator);
|
|
1851
|
-
private co;
|
|
1852
1851
|
private cp;
|
|
1853
|
-
private
|
|
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
|
|
1861
|
-
get
|
|
1862
|
-
set
|
|
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
|
|
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
|
|
1875
|
+
private mz;
|
|
1876
1876
|
get actualRowHeight(): number;
|
|
1877
1877
|
set actualRowHeight(a: number);
|
|
1878
|
-
private
|
|
1878
|
+
private nd;
|
|
1879
1879
|
get rowHeight(): number;
|
|
1880
1880
|
set rowHeight(a: number);
|
|
1881
|
-
private
|
|
1881
|
+
private cb;
|
|
1882
1882
|
get defaultColumnWidth(): ColumnWidth;
|
|
1883
1883
|
set defaultColumnWidth(a: ColumnWidth);
|
|
1884
|
-
private
|
|
1884
|
+
private l4;
|
|
1885
1885
|
get defaultColumnMinWidth(): number;
|
|
1886
1886
|
set defaultColumnMinWidth(a: number);
|
|
1887
|
-
private
|
|
1887
|
+
private my;
|
|
1888
1888
|
get actualHeaderHeight(): number;
|
|
1889
1889
|
set actualHeaderHeight(a: number);
|
|
1890
|
-
private
|
|
1890
|
+
private m5;
|
|
1891
1891
|
get headerHeight(): number;
|
|
1892
1892
|
set headerHeight(a: number);
|
|
1893
|
-
private
|
|
1893
|
+
private ni;
|
|
1894
1894
|
get sectionHeaderHeight(): number;
|
|
1895
1895
|
set sectionHeaderHeight(a: number);
|
|
1896
|
-
private
|
|
1896
|
+
private ot;
|
|
1897
1897
|
get itemsSource(): any;
|
|
1898
1898
|
set itemsSource(a: any);
|
|
1899
|
-
private
|
|
1899
|
+
private nh;
|
|
1900
1900
|
get sectionFooterHeight(): number;
|
|
1901
1901
|
set sectionFooterHeight(a: number);
|
|
1902
|
-
private
|
|
1902
|
+
private nf;
|
|
1903
1903
|
get rowSpacingHeight(): number;
|
|
1904
1904
|
set rowSpacingHeight(a: number);
|
|
1905
|
-
private
|
|
1905
|
+
private m3;
|
|
1906
1906
|
get columnSpacingWidth(): number;
|
|
1907
1907
|
set columnSpacingWidth(a: number);
|
|
1908
|
-
private
|
|
1908
|
+
private ew;
|
|
1909
1909
|
get headerClickAction(): HeaderClickAction;
|
|
1910
1910
|
set headerClickAction(a: HeaderClickAction);
|
|
1911
|
-
private
|
|
1911
|
+
private cn;
|
|
1912
1912
|
get editMode(): EditModeType;
|
|
1913
1913
|
set editMode(a: EditModeType);
|
|
1914
|
-
private
|
|
1914
|
+
private cl;
|
|
1915
1915
|
get editModeClickAction(): EditModeClickAction;
|
|
1916
1916
|
set editModeClickAction(a: EditModeClickAction);
|
|
1917
|
-
private
|
|
1917
|
+
private hl;
|
|
1918
1918
|
get editOnKeyPress(): boolean;
|
|
1919
1919
|
set editOnKeyPress(a: boolean);
|
|
1920
|
-
private
|
|
1920
|
+
private hh;
|
|
1921
1921
|
get autoGenerateColumns(): boolean;
|
|
1922
1922
|
set autoGenerateColumns(a: boolean);
|
|
1923
|
-
private
|
|
1923
|
+
private ne;
|
|
1924
1924
|
get rowSeparatorHeight(): number;
|
|
1925
1925
|
set rowSeparatorHeight(a: number);
|
|
1926
|
-
private
|
|
1926
|
+
private h5;
|
|
1927
1927
|
get isPlaceholderRenderingEnabled(): boolean;
|
|
1928
1928
|
set isPlaceholderRenderingEnabled(a: boolean);
|
|
1929
|
-
private
|
|
1930
|
-
private
|
|
1931
|
-
private
|
|
1929
|
+
private jl;
|
|
1930
|
+
private b0;
|
|
1931
|
+
private bw;
|
|
1932
1932
|
get columnAddingAnimationMode(): ColumnShowingAnimationMode;
|
|
1933
1933
|
set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1934
|
-
get
|
|
1935
|
-
private
|
|
1934
|
+
get jt(): boolean;
|
|
1935
|
+
private bn;
|
|
1936
1936
|
get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
|
|
1937
1937
|
set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
|
|
1938
|
-
protected get
|
|
1939
|
-
get
|
|
1940
|
-
private
|
|
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
|
|
1944
|
-
private
|
|
1943
|
+
get kf(): boolean;
|
|
1944
|
+
private fw;
|
|
1945
1945
|
get rowSelectionAnimationMode(): RowSelectionAnimationMode;
|
|
1946
1946
|
set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
|
|
1947
|
-
get
|
|
1948
|
-
private
|
|
1947
|
+
get kd(): boolean;
|
|
1948
|
+
private ft;
|
|
1949
1949
|
get rowHoverAnimationMode(): RowHoverAnimationMode;
|
|
1950
1950
|
set rowHoverAnimationMode(a: RowHoverAnimationMode);
|
|
1951
|
-
get
|
|
1952
|
-
private
|
|
1951
|
+
get jj(): boolean;
|
|
1952
|
+
private aw;
|
|
1953
1953
|
get cellSelectionAnimationMode(): CellSelectionAnimationMode;
|
|
1954
1954
|
set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
|
|
1955
|
-
private
|
|
1955
|
+
private dk;
|
|
1956
1956
|
get columnAnimationSettings(): GridColumnAnimationSettings;
|
|
1957
1957
|
set columnAnimationSettings(a: GridColumnAnimationSettings);
|
|
1958
|
-
private
|
|
1958
|
+
private c7;
|
|
1959
1959
|
get animationSettings(): GridAnimationSettings;
|
|
1960
1960
|
set animationSettings(a: GridAnimationSettings);
|
|
1961
|
-
|
|
1962
|
-
private
|
|
1963
|
-
private
|
|
1961
|
+
ju(a: DataGridColumn): boolean;
|
|
1962
|
+
private br;
|
|
1963
|
+
private bp;
|
|
1964
1964
|
get columnResizingAnimationMode(): ColumnResizingAnimationMode;
|
|
1965
1965
|
set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
|
|
1966
|
-
private
|
|
1967
|
-
private
|
|
1968
|
-
private
|
|
1966
|
+
private jv;
|
|
1967
|
+
private b1;
|
|
1968
|
+
private bx;
|
|
1969
1969
|
get columnShowingAnimationMode(): ColumnShowingAnimationMode;
|
|
1970
1970
|
set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1971
|
-
private
|
|
1972
|
-
private
|
|
1973
|
-
private
|
|
1971
|
+
private jp;
|
|
1972
|
+
private bd;
|
|
1973
|
+
private bb;
|
|
1974
1974
|
get columnMovingAnimationMode(): ColumnMovingAnimationMode;
|
|
1975
1975
|
set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
|
|
1976
|
-
private
|
|
1977
|
-
private
|
|
1978
|
-
private
|
|
1976
|
+
private jo;
|
|
1977
|
+
private ba;
|
|
1978
|
+
private a8;
|
|
1979
1979
|
get columnHidingAnimationMode(): ColumnHidingAnimationMode;
|
|
1980
1980
|
set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
|
|
1981
|
-
private
|
|
1982
|
-
private
|
|
1983
|
-
private
|
|
1981
|
+
private jn;
|
|
1982
|
+
private a2;
|
|
1983
|
+
private a0;
|
|
1984
1984
|
get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
|
|
1985
1985
|
set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
|
|
1986
|
-
private
|
|
1986
|
+
private abt;
|
|
1987
1987
|
get inset(): Thickness;
|
|
1988
1988
|
set inset(a: Thickness);
|
|
1989
|
-
private
|
|
1989
|
+
private ch;
|
|
1990
1990
|
get selectionMode(): DataGridSelectionMode;
|
|
1991
1991
|
set selectionMode(a: DataGridSelectionMode);
|
|
1992
|
-
private
|
|
1992
|
+
private c2;
|
|
1993
1993
|
get activationMode(): GridActivationMode;
|
|
1994
1994
|
set activationMode(a: GridActivationMode);
|
|
1995
|
-
private
|
|
1995
|
+
private el;
|
|
1996
1996
|
get selectionBehavior(): GridSelectionBehavior;
|
|
1997
1997
|
set selectionBehavior(a: GridSelectionBehavior);
|
|
1998
|
-
private
|
|
1998
|
+
private ia;
|
|
1999
1999
|
get mouseDragSelectionEnabled(): boolean;
|
|
2000
2000
|
set mouseDragSelectionEnabled(a: boolean);
|
|
2001
|
-
private
|
|
2002
|
-
get
|
|
2003
|
-
set
|
|
2004
|
-
private
|
|
2001
|
+
private hp;
|
|
2002
|
+
get jg(): boolean;
|
|
2003
|
+
set jg(a: boolean);
|
|
2004
|
+
private ed;
|
|
2005
2005
|
get selectedItems(): GridSelectedItemsCollection;
|
|
2006
|
-
private
|
|
2006
|
+
private ei;
|
|
2007
2007
|
get selectedKeys(): GridSelectedKeysCollection;
|
|
2008
|
-
private
|
|
2008
|
+
private d9;
|
|
2009
2009
|
get selectedCells(): GridSelectedCellsCollection;
|
|
2010
|
-
private
|
|
2010
|
+
private d6;
|
|
2011
2011
|
get selectedCellRanges(): GridSelectedCellRangesCollection;
|
|
2012
|
-
private
|
|
2013
|
-
get
|
|
2014
|
-
set
|
|
2015
|
-
private
|
|
2012
|
+
private ho;
|
|
2013
|
+
get jf(): boolean;
|
|
2014
|
+
set jf(a: boolean);
|
|
2015
|
+
private ec;
|
|
2016
2016
|
get pinnedItems(): GridSelectedItemsCollection;
|
|
2017
|
-
private
|
|
2017
|
+
private eh;
|
|
2018
2018
|
get pinnedKeys(): GridSelectedKeysCollection;
|
|
2019
|
-
private
|
|
2020
|
-
private
|
|
2019
|
+
private y6;
|
|
2020
|
+
private hs;
|
|
2021
2021
|
get isColumnOptionsEnabled(): boolean;
|
|
2022
2022
|
set isColumnOptionsEnabled(a: boolean);
|
|
2023
|
-
private
|
|
2023
|
+
private hw;
|
|
2024
2024
|
get isGroupByAreaVisible(): boolean;
|
|
2025
2025
|
set isGroupByAreaVisible(a: boolean);
|
|
2026
|
-
private
|
|
2026
|
+
private h1;
|
|
2027
2027
|
get isGroupRowSticky(): boolean;
|
|
2028
2028
|
set isGroupRowSticky(a: boolean);
|
|
2029
|
-
private
|
|
2029
|
+
private h2;
|
|
2030
2030
|
get isHeaderSeparatorVisible(): boolean;
|
|
2031
2031
|
set isHeaderSeparatorVisible(a: boolean);
|
|
2032
|
-
private
|
|
2032
|
+
private zq;
|
|
2033
2033
|
get cellSelectedBackground(): Brush;
|
|
2034
2034
|
set cellSelectedBackground(a: Brush);
|
|
2035
|
-
private
|
|
2035
|
+
private aac;
|
|
2036
2036
|
get sectionHeaderSelectedBackground(): Brush;
|
|
2037
2037
|
set sectionHeaderSelectedBackground(a: Brush);
|
|
2038
|
-
private
|
|
2038
|
+
private aaf;
|
|
2039
2039
|
get summaryRootBackground(): Brush;
|
|
2040
2040
|
set summaryRootBackground(a: Brush);
|
|
2041
|
-
private
|
|
2041
|
+
private aaj;
|
|
2042
2042
|
get summarySectionBackground(): Brush;
|
|
2043
2043
|
set summarySectionBackground(a: Brush);
|
|
2044
|
-
private
|
|
2044
|
+
private md;
|
|
2045
2045
|
get pinnedRowOpacity(): number;
|
|
2046
2046
|
set pinnedRowOpacity(a: number);
|
|
2047
|
-
private
|
|
2047
|
+
private gs;
|
|
2048
2048
|
get editTextStyle(): FontInfo;
|
|
2049
2049
|
set editTextStyle(a: FontInfo);
|
|
2050
|
-
private
|
|
2050
|
+
private l9;
|
|
2051
2051
|
get editOpacity(): number;
|
|
2052
2052
|
set editOpacity(a: number);
|
|
2053
|
-
private
|
|
2053
|
+
private zv;
|
|
2054
2054
|
get deletedTextColor(): Brush;
|
|
2055
2055
|
set deletedTextColor(a: Brush);
|
|
2056
|
-
private
|
|
2056
|
+
private aae;
|
|
2057
2057
|
get stickyRowBackground(): Brush;
|
|
2058
2058
|
set stickyRowBackground(a: Brush);
|
|
2059
|
-
private
|
|
2059
|
+
private z3;
|
|
2060
2060
|
get pinnedRowBackground(): Brush;
|
|
2061
2061
|
set pinnedRowBackground(a: Brush);
|
|
2062
|
-
private
|
|
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
|
|
2069
|
+
private zp;
|
|
2070
2070
|
get cellBackground(): Brush;
|
|
2071
2071
|
set cellBackground(a: Brush);
|
|
2072
|
-
private
|
|
2072
|
+
private zr;
|
|
2073
2073
|
get cellTextColor(): Brush;
|
|
2074
2074
|
set cellTextColor(a: Brush);
|
|
2075
|
-
private
|
|
2075
|
+
private z0;
|
|
2076
2076
|
get headerSortIndicatorColor(): Brush;
|
|
2077
2077
|
set headerSortIndicatorColor(a: Brush);
|
|
2078
|
-
private
|
|
2078
|
+
private f7;
|
|
2079
2079
|
get headerSortIndicatorStyle(): SortIndicatorStyle;
|
|
2080
2080
|
set headerSortIndicatorStyle(a: SortIndicatorStyle);
|
|
2081
|
-
private
|
|
2081
|
+
private gr;
|
|
2082
2082
|
get cellTextStyle(): FontInfo;
|
|
2083
2083
|
set cellTextStyle(a: FontInfo);
|
|
2084
|
-
private
|
|
2084
|
+
private aab;
|
|
2085
2085
|
get sectionHeaderBackground(): Brush;
|
|
2086
2086
|
set sectionHeaderBackground(a: Brush);
|
|
2087
|
-
private
|
|
2087
|
+
private aad;
|
|
2088
2088
|
get sectionHeaderTextColor(): Brush;
|
|
2089
2089
|
set sectionHeaderTextColor(a: Brush);
|
|
2090
|
-
private
|
|
2090
|
+
private gu;
|
|
2091
2091
|
get sectionHeaderTextStyle(): FontInfo;
|
|
2092
2092
|
set sectionHeaderTextStyle(a: FontInfo);
|
|
2093
|
-
private
|
|
2093
|
+
private gv;
|
|
2094
2094
|
get summaryRootLabelTextStyle(): FontInfo;
|
|
2095
2095
|
set summaryRootLabelTextStyle(a: FontInfo);
|
|
2096
|
-
private
|
|
2096
|
+
private gx;
|
|
2097
2097
|
get summarySectionLabelTextStyle(): FontInfo;
|
|
2098
2098
|
set summarySectionLabelTextStyle(a: FontInfo);
|
|
2099
|
-
private
|
|
2099
|
+
private aai;
|
|
2100
2100
|
get summaryRootValueTextColor(): Brush;
|
|
2101
2101
|
set summaryRootValueTextColor(a: Brush);
|
|
2102
|
-
private
|
|
2102
|
+
private gw;
|
|
2103
2103
|
get summaryRootValueTextStyle(): FontInfo;
|
|
2104
2104
|
set summaryRootValueTextStyle(a: FontInfo);
|
|
2105
|
-
private
|
|
2105
|
+
private gy;
|
|
2106
2106
|
get summarySectionValueTextStyle(): FontInfo;
|
|
2107
2107
|
set summarySectionValueTextStyle(a: FontInfo);
|
|
2108
|
-
private
|
|
2108
|
+
private aam;
|
|
2109
2109
|
get summarySectionValueTextColor(): Brush;
|
|
2110
2110
|
set summarySectionValueTextColor(a: Brush);
|
|
2111
|
-
private
|
|
2111
|
+
private aag;
|
|
2112
2112
|
get summaryRootLabelTextColor(): Brush;
|
|
2113
2113
|
set summaryRootLabelTextColor(a: Brush);
|
|
2114
|
-
private
|
|
2114
|
+
private aak;
|
|
2115
2115
|
get summarySectionLabelTextColor(): Brush;
|
|
2116
2116
|
set summarySectionLabelTextColor(a: Brush);
|
|
2117
|
-
private
|
|
2117
|
+
private aah;
|
|
2118
2118
|
get summaryRootSelectedBackground(): Brush;
|
|
2119
2119
|
set summaryRootSelectedBackground(a: Brush);
|
|
2120
|
-
private
|
|
2120
|
+
private aal;
|
|
2121
2121
|
get summarySectionSelectedBackground(): Brush;
|
|
2122
2122
|
set summarySectionSelectedBackground(a: Brush);
|
|
2123
|
-
private
|
|
2123
|
+
private nb;
|
|
2124
2124
|
get pinnedAreaSeparatorWidth(): number;
|
|
2125
2125
|
set pinnedAreaSeparatorWidth(a: number);
|
|
2126
|
-
private
|
|
2126
|
+
private m6;
|
|
2127
2127
|
get headerSeparatorWidth(): number;
|
|
2128
2128
|
set headerSeparatorWidth(a: number);
|
|
2129
|
-
|
|
2130
|
-
private
|
|
2129
|
+
nq(a: number): number;
|
|
2130
|
+
private zz;
|
|
2131
2131
|
get headerSeparatorBackground(): Brush;
|
|
2132
2132
|
set headerSeparatorBackground(a: Brush);
|
|
2133
|
-
private
|
|
2133
|
+
private zx;
|
|
2134
2134
|
get headerBackground(): Brush;
|
|
2135
2135
|
set headerBackground(a: Brush);
|
|
2136
|
-
private
|
|
2136
|
+
private z1;
|
|
2137
2137
|
get headerTextColor(): Brush;
|
|
2138
2138
|
set headerTextColor(a: Brush);
|
|
2139
|
-
private
|
|
2139
|
+
private gt;
|
|
2140
2140
|
get headerTextStyle(): FontInfo;
|
|
2141
2141
|
set headerTextStyle(a: FontInfo);
|
|
2142
|
-
private
|
|
2142
|
+
private z6;
|
|
2143
2143
|
get rowSeparatorBackground(): Brush;
|
|
2144
2144
|
set rowSeparatorBackground(a: Brush);
|
|
2145
|
-
private
|
|
2145
|
+
private zy;
|
|
2146
2146
|
get headerRowSeparatorBackground(): Brush;
|
|
2147
2147
|
set headerRowSeparatorBackground(a: Brush);
|
|
2148
|
-
private
|
|
2148
|
+
private z9;
|
|
2149
2149
|
get rowSeparatorStickyRowBackground(): Brush;
|
|
2150
2150
|
set rowSeparatorStickyRowBackground(a: Brush);
|
|
2151
|
-
private
|
|
2151
|
+
private z7;
|
|
2152
2152
|
get rowSeparatorLastStickyRowBackground(): Brush;
|
|
2153
2153
|
set rowSeparatorLastStickyRowBackground(a: Brush);
|
|
2154
|
-
private
|
|
2154
|
+
private z8;
|
|
2155
2155
|
get rowSeparatorPinnedRowBackground(): Brush;
|
|
2156
2156
|
set rowSeparatorPinnedRowBackground(a: Brush);
|
|
2157
|
-
private
|
|
2157
|
+
private m2;
|
|
2158
2158
|
get columnResizingSeparatorWidth(): number;
|
|
2159
2159
|
set columnResizingSeparatorWidth(a: number);
|
|
2160
|
-
private
|
|
2160
|
+
private l3;
|
|
2161
2161
|
get columnResizingSeparatorOpacity(): number;
|
|
2162
2162
|
set columnResizingSeparatorOpacity(a: number);
|
|
2163
|
-
private
|
|
2163
|
+
private m0;
|
|
2164
2164
|
get columnMovingSeparatorWidth(): number;
|
|
2165
2165
|
set columnMovingSeparatorWidth(a: number);
|
|
2166
|
-
private
|
|
2166
|
+
private l2;
|
|
2167
2167
|
get columnMovingSeparatorOpacity(): number;
|
|
2168
2168
|
set columnMovingSeparatorOpacity(a: number);
|
|
2169
|
-
private
|
|
2169
|
+
private zu;
|
|
2170
2170
|
get columnResizingSeparatorBackground(): Brush;
|
|
2171
2171
|
set columnResizingSeparatorBackground(a: Brush);
|
|
2172
|
-
private
|
|
2172
|
+
private zs;
|
|
2173
2173
|
get columnMovingSeparatorBackground(): Brush;
|
|
2174
2174
|
set columnMovingSeparatorBackground(a: Brush);
|
|
2175
|
-
private
|
|
2175
|
+
private im;
|
|
2176
2176
|
get shiftSectionContent(): boolean;
|
|
2177
2177
|
set shiftSectionContent(a: boolean);
|
|
2178
|
-
private
|
|
2178
|
+
private bi;
|
|
2179
2179
|
get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
|
|
2180
2180
|
set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
|
|
2181
|
-
private
|
|
2181
|
+
private zt;
|
|
2182
2182
|
get columnOptionsIconColor(): Brush;
|
|
2183
2183
|
set columnOptionsIconColor(a: Brush);
|
|
2184
|
-
private
|
|
2184
|
+
private bk;
|
|
2185
2185
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
2186
2186
|
set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
|
|
2187
|
-
private
|
|
2187
|
+
private zo;
|
|
2188
2188
|
get border(): Brush;
|
|
2189
2189
|
set border(a: Brush);
|
|
2190
|
-
private
|
|
2191
|
-
get
|
|
2192
|
-
set
|
|
2193
|
-
private
|
|
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
|
|
2196
|
+
private abq;
|
|
2197
2197
|
get borderWidth(): Thickness;
|
|
2198
2198
|
set borderWidth(a: Thickness);
|
|
2199
|
-
private
|
|
2199
|
+
private ie;
|
|
2200
2200
|
get notifyOnAllSelectionChanges(): boolean;
|
|
2201
2201
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
2202
|
-
private
|
|
2203
|
-
get
|
|
2204
|
-
set
|
|
2205
|
-
private
|
|
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
|
|
2208
|
+
private zh;
|
|
2209
2209
|
get actualCornerRadius(): CornerRadius;
|
|
2210
2210
|
set actualCornerRadius(a: CornerRadius);
|
|
2211
2211
|
static readonly isActiveCellStyleEnabledPropertyName: string;
|
|
2212
|
-
private
|
|
2212
|
+
private hr;
|
|
2213
2213
|
get isActiveCellStyleEnabled(): boolean;
|
|
2214
2214
|
set isActiveCellStyleEnabled(a: boolean);
|
|
2215
|
-
private
|
|
2215
|
+
private it;
|
|
2216
2216
|
get stopPropagation(): boolean;
|
|
2217
2217
|
set stopPropagation(a: boolean);
|
|
2218
|
-
private
|
|
2218
|
+
private g7;
|
|
2219
2219
|
get platformPixelConverter(): IPlatformPixelConverter;
|
|
2220
2220
|
set platformPixelConverter(a: IPlatformPixelConverter);
|
|
2221
|
-
private
|
|
2221
|
+
private e3;
|
|
2222
2222
|
get renderingEngine(): ICellRenderingEngine;
|
|
2223
2223
|
set renderingEngine(a: ICellRenderingEngine);
|
|
2224
|
-
private
|
|
2225
|
-
private
|
|
2224
|
+
private xb;
|
|
2225
|
+
private fr;
|
|
2226
2226
|
get responsiveStates(): ResponsiveStatesCollection;
|
|
2227
|
-
private
|
|
2227
|
+
private gl;
|
|
2228
2228
|
get model(): VisualModel;
|
|
2229
2229
|
set model(a: VisualModel);
|
|
2230
2230
|
get actualVisibleRegion(): Rect;
|
|
2231
|
-
private
|
|
2232
|
-
private
|
|
2233
|
-
private
|
|
2234
|
-
private
|
|
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
|
|
2240
|
-
private
|
|
2241
|
-
private
|
|
2242
|
-
private
|
|
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
|
|
2248
|
+
private o5;
|
|
2249
2249
|
get initialSorts(): string;
|
|
2250
2250
|
set initialSorts(a: string);
|
|
2251
|
-
private
|
|
2251
|
+
private o4;
|
|
2252
2252
|
get initialGroups(): string;
|
|
2253
2253
|
set initialGroups(a: string);
|
|
2254
|
-
private
|
|
2254
|
+
private o6;
|
|
2255
2255
|
get initialSummaries(): string;
|
|
2256
2256
|
set initialSummaries(a: string);
|
|
2257
|
-
private
|
|
2258
|
-
|
|
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
|
|
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
|
|
2273
|
-
private
|
|
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
|
|
2281
|
-
private
|
|
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
|
|
2289
|
-
private
|
|
2288
|
+
private hn;
|
|
2289
|
+
private eu;
|
|
2290
2290
|
get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
|
|
2291
2291
|
set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
|
|
2292
|
-
private
|
|
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
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
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
|
-
|
|
2303
|
-
|
|
2304
|
-
private
|
|
2305
|
-
get
|
|
2306
|
-
set
|
|
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
|
|
2310
|
-
private
|
|
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
|
|
2320
|
-
get
|
|
2321
|
-
set
|
|
2322
|
-
protected
|
|
2323
|
-
private
|
|
2324
|
-
private
|
|
2325
|
-
private
|
|
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
|
|
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
|
|
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
|
|
2341
|
-
private
|
|
2342
|
-
private
|
|
2343
|
-
private
|
|
2344
|
-
private
|
|
2345
|
-
private
|
|
2346
|
-
|
|
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
|
-
|
|
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
|
|
2358
|
+
private dm;
|
|
2359
2359
|
get columns(): GridColumnCollection;
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
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
|
|
2366
|
-
private
|
|
2367
|
-
private
|
|
2368
|
-
private
|
|
2369
|
-
private
|
|
2370
|
-
private
|
|
2371
|
-
private
|
|
2372
|
-
private
|
|
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
|
|
2381
|
+
private kk;
|
|
2382
|
+
private ce;
|
|
2382
2383
|
private cd;
|
|
2383
|
-
private
|
|
2384
|
-
private
|
|
2385
|
-
private
|
|
2386
|
-
private
|
|
2387
|
-
|
|
2388
|
-
|
|
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
|
-
|
|
2393
|
-
private
|
|
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
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
private
|
|
2403
|
-
private
|
|
2404
|
-
private
|
|
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
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
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
|
|
2413
|
+
get kc(): boolean;
|
|
2415
2414
|
get j9(): boolean;
|
|
2416
|
-
|
|
2415
|
+
get ka(): boolean;
|
|
2417
2416
|
private k4;
|
|
2418
|
-
private
|
|
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
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
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
|
-
|
|
2434
|
+
private nk;
|
|
2436
2435
|
km(a: boolean, b: boolean): boolean;
|
|
2437
|
-
|
|
2438
|
-
private
|
|
2436
|
+
kn(a: boolean, b: boolean): boolean;
|
|
2437
|
+
private n4;
|
|
2438
|
+
private nz;
|
|
2439
|
+
private n9;
|
|
2439
2440
|
private n8;
|
|
2440
|
-
private
|
|
2441
|
-
|
|
2442
|
-
|
|
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
|
-
|
|
2449
|
-
xo(): void;
|
|
2447
|
+
kw(a: boolean, b: boolean): boolean;
|
|
2450
2448
|
ky(a: boolean, b: boolean): boolean;
|
|
2451
|
-
|
|
2452
|
-
|
|
2449
|
+
xs(): void;
|
|
2450
|
+
kz(a: boolean, b: boolean): boolean;
|
|
2451
|
+
ko(a: boolean, b: boolean): boolean;
|
|
2453
2452
|
kp(): boolean;
|
|
2454
|
-
|
|
2455
|
-
|
|
2453
|
+
kq(): boolean;
|
|
2454
|
+
kx(a: boolean, b: boolean): boolean;
|
|
2456
2455
|
aq: CellPath;
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
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
|
|
2469
|
-
private
|
|
2468
|
+
private il;
|
|
2469
|
+
private xo;
|
|
2470
2470
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
2471
2471
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
private
|
|
2479
|
-
private
|
|
2480
|
-
private
|
|
2481
|
-
private
|
|
2482
|
-
private
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
private
|
|
2488
|
-
|
|
2489
|
-
private
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
private
|
|
2495
|
-
|
|
2496
|
-
private
|
|
2497
|
-
|
|
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
|
-
|
|
2500
|
-
oz(a: DataGridColumn): any;
|
|
2499
|
+
o2(a: DataGridColumn): any;
|
|
2501
2500
|
o1(a: DataGridColumn): any;
|
|
2502
|
-
|
|
2503
|
-
private
|
|
2504
|
-
private
|
|
2505
|
-
private
|
|
2506
|
-
private
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
2524
|
+
private ij;
|
|
2525
2525
|
get reactsToSortChanges(): boolean;
|
|
2526
2526
|
set reactsToSortChanges(a: boolean);
|
|
2527
|
-
private
|
|
2527
|
+
private ii;
|
|
2528
2528
|
get reactsToGroupChanges(): boolean;
|
|
2529
2529
|
set reactsToGroupChanges(a: boolean);
|
|
2530
|
-
private
|
|
2530
|
+
private ih;
|
|
2531
2531
|
get reactsToFilterChanges(): boolean;
|
|
2532
2532
|
set reactsToFilterChanges(a: boolean);
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
private
|
|
2536
|
-
private
|
|
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
|
|
2538
|
+
private wp;
|
|
2539
2539
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2540
|
-
private
|
|
2540
|
+
private v0;
|
|
2541
2541
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2542
|
-
private
|
|
2542
|
+
private vz;
|
|
2543
2543
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2544
|
-
private
|
|
2544
|
+
private xe;
|
|
2545
2545
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2546
|
-
private
|
|
2547
|
-
|
|
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
|
|
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
|
|
2566
|
+
private ct;
|
|
2567
2567
|
get enterBehavior(): EnterKeyBehaviors;
|
|
2568
2568
|
set enterBehavior(a: EnterKeyBehaviors);
|
|
2569
|
-
private
|
|
2569
|
+
private cr;
|
|
2570
2570
|
get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
|
|
2571
2571
|
set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
|
|
2572
2572
|
selectAllRows(): void;
|
|
2573
2573
|
deselectAllRows(): void;
|
|
2574
|
-
private
|
|
2575
|
-
get
|
|
2576
|
-
set
|
|
2577
|
-
|
|
2578
|
-
private
|
|
2579
|
-
|
|
2580
|
-
private
|
|
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
|
|
2583
|
+
private ht;
|
|
2584
2584
|
get isColumnOptionsGroupingEnabled(): boolean;
|
|
2585
2585
|
set isColumnOptionsGroupingEnabled(a: boolean);
|
|
2586
|
-
private
|
|
2586
|
+
private fj;
|
|
2587
2587
|
get mergedCellMode(): MergedCellMode;
|
|
2588
2588
|
set mergedCellMode(a: MergedCellMode);
|
|
2589
|
-
private
|
|
2589
|
+
private fh;
|
|
2590
2590
|
get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
|
|
2591
2591
|
set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
|
|
2592
|
-
private
|
|
2592
|
+
private af;
|
|
2593
2593
|
get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
|
|
2594
2594
|
set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
|
|
2595
2595
|
saveLayout(): string;
|
|
2596
|
-
private
|
|
2597
|
-
private
|
|
2596
|
+
private f0;
|
|
2597
|
+
private lu;
|
|
2598
2598
|
loadLayout(a: string): void;
|
|
2599
|
-
private r;
|
|
2600
2599
|
private s;
|
|
2601
|
-
|
|
2602
|
-
|
|
2600
|
+
private t;
|
|
2601
|
+
n3(a: CellPath): number;
|
|
2602
|
+
private c0;
|
|
2603
2603
|
get filterUIType(): FilterUIType;
|
|
2604
2604
|
set filterUIType(a: FilterUIType);
|
|
2605
|
-
private
|
|
2605
|
+
private cx;
|
|
2606
2606
|
get filterLogicalOperator(): FilterLogicalOperator;
|
|
2607
2607
|
set filterLogicalOperator(a: FilterLogicalOperator);
|
|
2608
|
-
private
|
|
2608
|
+
private cv;
|
|
2609
2609
|
get filterComparisonType(): FilterComparisonType;
|
|
2610
2610
|
set filterComparisonType(a: FilterComparisonType);
|
|
2611
|
-
|
|
2612
|
-
private
|
|
2611
|
+
jy(): boolean;
|
|
2612
|
+
private lx;
|
|
2613
2613
|
get todayOverride(): Date;
|
|
2614
2614
|
set todayOverride(a: Date);
|
|
2615
|
-
private
|
|
2615
|
+
private hi;
|
|
2616
2616
|
get clearSelectionOnEscape(): boolean;
|
|
2617
2617
|
set clearSelectionOnEscape(a: boolean);
|
|
2618
2618
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2619
|
-
|
|
2620
|
-
private
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
private
|
|
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
|
|
2627
|
+
private m7;
|
|
2628
2628
|
get pageSize(): number;
|
|
2629
2629
|
set pageSize(a: number);
|
|
2630
|
-
private
|
|
2630
|
+
private h9;
|
|
2631
2631
|
get isToolbarVisible(): boolean;
|
|
2632
2632
|
set isToolbarVisible(a: boolean);
|
|
2633
|
-
private
|
|
2633
|
+
private h7;
|
|
2634
2634
|
get isToolbarColumnChooserVisible(): boolean;
|
|
2635
2635
|
set isToolbarColumnChooserVisible(a: boolean);
|
|
2636
|
-
private
|
|
2636
|
+
private h8;
|
|
2637
2637
|
get isToolbarColumnPinningVisible(): boolean;
|
|
2638
2638
|
set isToolbarColumnPinningVisible(a: boolean);
|
|
2639
|
-
private
|
|
2639
|
+
private pb;
|
|
2640
2640
|
get toolbarTitle(): string;
|
|
2641
2641
|
set toolbarTitle(a: string);
|
|
2642
|
-
private
|
|
2642
|
+
private o7;
|
|
2643
2643
|
get toolbarColumnChooserText(): string;
|
|
2644
2644
|
set toolbarColumnChooserText(a: string);
|
|
2645
|
-
private
|
|
2645
|
+
private o8;
|
|
2646
2646
|
get toolbarColumnChooserTitle(): string;
|
|
2647
2647
|
set toolbarColumnChooserTitle(a: string);
|
|
2648
|
-
private
|
|
2648
|
+
private o9;
|
|
2649
2649
|
get toolbarColumnPinningText(): string;
|
|
2650
2650
|
set toolbarColumnPinningText(a: string);
|
|
2651
|
-
private
|
|
2651
|
+
private pa;
|
|
2652
2652
|
get toolbarColumnPinningTitle(): string;
|
|
2653
2653
|
set toolbarColumnPinningTitle(a: string);
|
|
2654
|
-
private
|
|
2654
|
+
private gn;
|
|
2655
2655
|
get scrollbarStyle(): ScrollbarStyle;
|
|
2656
2656
|
set scrollbarStyle(a: ScrollbarStyle);
|
|
2657
|
-
private
|
|
2657
|
+
private aaa;
|
|
2658
2658
|
get scrollbarBackground(): Brush;
|
|
2659
2659
|
set scrollbarBackground(a: Brush);
|
|
2660
|
-
private
|
|
2660
|
+
private hf;
|
|
2661
2661
|
get allowCopyOperation(): boolean;
|
|
2662
2662
|
set allowCopyOperation(a: boolean);
|
|
2663
|
-
private
|
|
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
|