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