igniteui-angular-data-grids 21.0.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -151,6 +151,7 @@ import { CellStyleRequestedEventArgs } from "./CellStyleRequestedEventArgs";
|
|
|
151
151
|
import { IToolbarTarget } from "igniteui-angular-core";
|
|
152
152
|
import { ToolCommand } from "igniteui-angular-core";
|
|
153
153
|
import { FormatCellEventArgs } from "./FormatCellEventArgs";
|
|
154
|
+
import { GridColumnProviderOnAttachingOverrideEventArgs } from "igniteui-angular-layouts";
|
|
154
155
|
import { LayoutAction } from "./LayoutAction";
|
|
155
156
|
import { ToolActionInfo } from "igniteui-angular-core";
|
|
156
157
|
import { ICommandAvailabilityListener } from "igniteui-angular-core";
|
|
@@ -266,6 +267,7 @@ export interface IExternalGrid {
|
|
|
266
267
|
setScrollbarStyle(a: ScrollbarStyle): void;
|
|
267
268
|
setScrollbarColor(a: Brush): void;
|
|
268
269
|
setClipboardText(a: string): void;
|
|
270
|
+
setBackground(a: Brush): void;
|
|
269
271
|
}
|
|
270
272
|
/**
|
|
271
273
|
* @hidden
|
|
@@ -1362,26 +1364,54 @@ export declare class TextCellModel extends CellModel {
|
|
|
1362
1364
|
export declare class TextHeaderCellModel extends TextCellModel {
|
|
1363
1365
|
static $t: Type;
|
|
1364
1366
|
constructor();
|
|
1365
|
-
static readonly
|
|
1366
|
-
private
|
|
1367
|
-
get
|
|
1368
|
-
set
|
|
1369
|
-
static readonly
|
|
1367
|
+
static readonly oo: number;
|
|
1368
|
+
private oc;
|
|
1369
|
+
get od(): boolean;
|
|
1370
|
+
set od(a: boolean);
|
|
1371
|
+
static readonly op: number;
|
|
1370
1372
|
private n8;
|
|
1371
1373
|
get n9(): SortIndicatorStyle;
|
|
1372
1374
|
set n9(a: SortIndicatorStyle);
|
|
1373
|
-
static readonly
|
|
1375
|
+
static readonly oi: number;
|
|
1374
1376
|
private n4;
|
|
1375
1377
|
get n5(): ColumnOptionsIconAlignment;
|
|
1376
1378
|
set n5(a: ColumnOptionsIconAlignment);
|
|
1377
|
-
static readonly
|
|
1378
|
-
private
|
|
1379
|
-
get
|
|
1380
|
-
set
|
|
1381
|
-
static readonly
|
|
1379
|
+
static readonly ok: number;
|
|
1380
|
+
private o6;
|
|
1381
|
+
get pd(): Brush;
|
|
1382
|
+
set pd(a: Brush);
|
|
1383
|
+
static readonly oj: number;
|
|
1382
1384
|
private n6;
|
|
1383
1385
|
get n7(): ColumnOptionsIconBehavior;
|
|
1384
1386
|
set n7(a: ColumnOptionsIconBehavior);
|
|
1387
|
+
static readonly on: number;
|
|
1388
|
+
private oa;
|
|
1389
|
+
get ob(): BaseControlTheme;
|
|
1390
|
+
set ob(a: BaseControlTheme);
|
|
1391
|
+
static readonly of: number;
|
|
1392
|
+
private o3;
|
|
1393
|
+
get pa(): Brush;
|
|
1394
|
+
set pa(a: Brush);
|
|
1395
|
+
static readonly om: number;
|
|
1396
|
+
private o8;
|
|
1397
|
+
get pf(): Brush;
|
|
1398
|
+
set pf(a: Brush);
|
|
1399
|
+
static readonly ol: number;
|
|
1400
|
+
private o7;
|
|
1401
|
+
get pe(): Brush;
|
|
1402
|
+
set pe(a: Brush);
|
|
1403
|
+
static readonly og: number;
|
|
1404
|
+
private o4;
|
|
1405
|
+
get pb(): Brush;
|
|
1406
|
+
set pb(a: Brush);
|
|
1407
|
+
static readonly oh: number;
|
|
1408
|
+
private o5;
|
|
1409
|
+
get pc(): Brush;
|
|
1410
|
+
set pc(a: Brush);
|
|
1411
|
+
static readonly oe: number;
|
|
1412
|
+
private o2;
|
|
1413
|
+
get o9(): Brush;
|
|
1414
|
+
set o9(a: Brush);
|
|
1385
1415
|
mo(a: string, b: any): void;
|
|
1386
1416
|
l0(a: string): Type;
|
|
1387
1417
|
id(a: string): any;
|
|
@@ -1393,13 +1423,13 @@ export declare class TextHeaderCellModel extends TextCellModel {
|
|
|
1393
1423
|
export declare class Pager extends Base implements INotifyPropertyChanged {
|
|
1394
1424
|
static $t: Type;
|
|
1395
1425
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1396
|
-
protected
|
|
1397
|
-
protected
|
|
1398
|
-
private
|
|
1399
|
-
static readonly
|
|
1400
|
-
static readonly
|
|
1401
|
-
static readonly
|
|
1402
|
-
static readonly
|
|
1426
|
+
protected bw(a: string, b: any, c: any): void;
|
|
1427
|
+
protected b1(a: string, b: any, c: any): void;
|
|
1428
|
+
private bt;
|
|
1429
|
+
static readonly a3: string;
|
|
1430
|
+
static readonly bf: string;
|
|
1431
|
+
static readonly a9: string;
|
|
1432
|
+
static readonly a8: string;
|
|
1403
1433
|
protected n: PagerView;
|
|
1404
1434
|
private _executionContext;
|
|
1405
1435
|
get executionContext(): IExecutionContext;
|
|
@@ -1409,8 +1439,8 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
|
|
|
1409
1439
|
private t;
|
|
1410
1440
|
protected get u(): SRProvider;
|
|
1411
1441
|
private au;
|
|
1412
|
-
get
|
|
1413
|
-
set
|
|
1442
|
+
get bb(): string;
|
|
1443
|
+
set bb(a: string);
|
|
1414
1444
|
private g;
|
|
1415
1445
|
get targetGrid(): DataGrid;
|
|
1416
1446
|
set targetGrid(a: DataGrid);
|
|
@@ -1432,10 +1462,16 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
|
|
|
1432
1462
|
private r;
|
|
1433
1463
|
get s(): FontInfo;
|
|
1434
1464
|
set s(a: FontInfo);
|
|
1435
|
-
private
|
|
1436
|
-
get
|
|
1437
|
-
set
|
|
1438
|
-
private
|
|
1465
|
+
private cc;
|
|
1466
|
+
get cg(): Brush;
|
|
1467
|
+
set cg(a: Brush);
|
|
1468
|
+
private ce;
|
|
1469
|
+
get ci(): Brush;
|
|
1470
|
+
set ci(a: Brush);
|
|
1471
|
+
private cd;
|
|
1472
|
+
get ch(): Brush;
|
|
1473
|
+
set ch(a: Brush);
|
|
1474
|
+
private cf;
|
|
1439
1475
|
get border(): Brush;
|
|
1440
1476
|
set border(a: Brush);
|
|
1441
1477
|
private k;
|
|
@@ -1460,40 +1496,42 @@ export declare class Pager extends Base implements INotifyPropertyChanged {
|
|
|
1460
1496
|
private get aq();
|
|
1461
1497
|
private set aq(value);
|
|
1462
1498
|
pageChanged: (sender: any, args: PageChangedEventArgs) => void;
|
|
1463
|
-
private
|
|
1499
|
+
private bq;
|
|
1464
1500
|
private aa;
|
|
1465
1501
|
private v;
|
|
1466
1502
|
private w;
|
|
1467
1503
|
private ab;
|
|
1468
1504
|
private z;
|
|
1469
1505
|
constructor();
|
|
1470
|
-
private
|
|
1471
|
-
|
|
1506
|
+
private b4;
|
|
1507
|
+
b3(): void;
|
|
1508
|
+
private bn;
|
|
1509
|
+
private bv;
|
|
1472
1510
|
private bl;
|
|
1473
|
-
private
|
|
1474
|
-
private
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
bn(): void;
|
|
1479
|
-
by(): void;
|
|
1480
|
-
bk(): void;
|
|
1511
|
+
private cb;
|
|
1512
|
+
private ca;
|
|
1513
|
+
b9(): void;
|
|
1514
|
+
bp(): void;
|
|
1515
|
+
b0(): void;
|
|
1481
1516
|
bm(): void;
|
|
1517
|
+
bo(): void;
|
|
1482
1518
|
provideContainer(a: any): void;
|
|
1483
|
-
private
|
|
1519
|
+
private bz;
|
|
1520
|
+
private b7;
|
|
1521
|
+
private b8;
|
|
1484
1522
|
private y;
|
|
1485
|
-
private bq;
|
|
1486
|
-
private x;
|
|
1487
|
-
private bp;
|
|
1488
|
-
private bv;
|
|
1489
1523
|
private bs;
|
|
1524
|
+
private x;
|
|
1525
|
+
private br;
|
|
1526
|
+
private bx;
|
|
1527
|
+
private bu;
|
|
1490
1528
|
private f;
|
|
1491
|
-
private
|
|
1492
|
-
private
|
|
1493
|
-
|
|
1529
|
+
private by;
|
|
1530
|
+
private b6;
|
|
1531
|
+
b5(): void;
|
|
1494
1532
|
a(a: IDataSource, b: any[]): ISummaryResult[][];
|
|
1495
1533
|
as(): any;
|
|
1496
|
-
|
|
1534
|
+
a1(): string;
|
|
1497
1535
|
e(): PagerVisualModelExport;
|
|
1498
1536
|
}
|
|
1499
1537
|
/**
|
|
@@ -1622,7 +1660,7 @@ export declare class EditingManager extends Base {
|
|
|
1622
1660
|
*/
|
|
1623
1661
|
export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
1624
1662
|
static $t: Type;
|
|
1625
|
-
private
|
|
1663
|
+
private ou;
|
|
1626
1664
|
get externalObject(): any;
|
|
1627
1665
|
set externalObject(a: any);
|
|
1628
1666
|
private _propertySetter;
|
|
@@ -1643,45 +1681,48 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1643
1681
|
private _toolbar;
|
|
1644
1682
|
get toolbar(): IDataGridComponent;
|
|
1645
1683
|
set toolbar(a: IDataGridComponent);
|
|
1684
|
+
private gp;
|
|
1685
|
+
get theme(): BaseControlTheme;
|
|
1686
|
+
set theme(a: BaseControlTheme);
|
|
1646
1687
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1647
1688
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1648
|
-
|
|
1649
|
-
|
|
1689
|
+
wp(a: DataGridColumn): void;
|
|
1690
|
+
wo(a: DataGridColumn): void;
|
|
1650
1691
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1651
1692
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1652
1693
|
p(a: CellModel): ColumnFilterCondition;
|
|
1653
1694
|
r(a: CellModel): DataSourceSchemaPropertyType;
|
|
1654
|
-
|
|
1695
|
+
wz(a: DataGridColumn): void;
|
|
1655
1696
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1656
1697
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1698
|
+
uz(a: CellModel, b: ColumnFilterCondition): void;
|
|
1699
|
+
uy(a: CellModel, b: ColumnFilterCondition): void;
|
|
1700
|
+
wy(a: DataGridColumn): void;
|
|
1660
1701
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1661
1702
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1662
|
-
|
|
1663
|
-
|
|
1703
|
+
wv(a: DataGridColumn): void;
|
|
1704
|
+
wu(a: DataGridColumn): void;
|
|
1664
1705
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1665
1706
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1666
|
-
|
|
1667
|
-
|
|
1707
|
+
wr(a: DataGridColumn): void;
|
|
1708
|
+
wq(a: DataGridColumn): void;
|
|
1668
1709
|
cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1669
|
-
|
|
1710
|
+
wj(a: CellModel): void;
|
|
1670
1711
|
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1671
|
-
|
|
1712
|
+
wk(a: CellModel): void;
|
|
1672
1713
|
cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1673
|
-
|
|
1714
|
+
wh(a: CellModel): void;
|
|
1674
1715
|
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1675
|
-
|
|
1676
|
-
|
|
1716
|
+
wi(a: CellModel): void;
|
|
1717
|
+
xr(a: number, b: string): void;
|
|
1677
1718
|
cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
private
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
private
|
|
1719
|
+
xe(a: CellModel): void;
|
|
1720
|
+
zn(a: number): void;
|
|
1721
|
+
private m6;
|
|
1722
|
+
xd(a: EditorCellModel): void;
|
|
1723
|
+
wa(a: CellModel, b: MouseButton): void;
|
|
1724
|
+
v8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1725
|
+
private ya;
|
|
1685
1726
|
private bs;
|
|
1686
1727
|
get columnResizingMode(): ColumnResizingMode;
|
|
1687
1728
|
set columnResizingMode(a: ColumnResizingMode);
|
|
@@ -1689,103 +1730,103 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1689
1730
|
get columnMovingMode(): ColumnMovingMode;
|
|
1690
1731
|
set columnMovingMode(a: ColumnMovingMode);
|
|
1691
1732
|
e2: HoverManager;
|
|
1692
|
-
private
|
|
1733
|
+
private h8;
|
|
1693
1734
|
get isRowHoverEnabled(): boolean;
|
|
1694
1735
|
set isRowHoverEnabled(a: boolean);
|
|
1695
|
-
private
|
|
1736
|
+
private aap;
|
|
1696
1737
|
get rowHoverBackground(): Brush;
|
|
1697
1738
|
set rowHoverBackground(a: Brush);
|
|
1698
|
-
private
|
|
1739
|
+
private aaq;
|
|
1699
1740
|
get rowHoverTextColor(): Brush;
|
|
1700
1741
|
set rowHoverTextColor(a: Brush);
|
|
1701
|
-
private
|
|
1742
|
+
private aah;
|
|
1702
1743
|
get editRowBorder(): Brush;
|
|
1703
1744
|
set editRowBorder(a: Brush);
|
|
1704
|
-
private
|
|
1745
|
+
private acm;
|
|
1705
1746
|
get editRowBorderWidth(): Thickness;
|
|
1706
1747
|
set editRowBorderWidth(a: Thickness);
|
|
1707
|
-
|
|
1748
|
+
acg: Point;
|
|
1708
1749
|
as: CellPath;
|
|
1709
1750
|
ap: CellPath;
|
|
1710
|
-
private
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
private
|
|
1717
|
-
private
|
|
1718
|
-
private get
|
|
1719
|
-
private set
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
private
|
|
1723
|
-
private
|
|
1724
|
-
private
|
|
1725
|
-
private
|
|
1726
|
-
private
|
|
1751
|
+
private hx;
|
|
1752
|
+
wf(a: CellModel, b: number, c: number): void;
|
|
1753
|
+
wg(a: CellModel, b: number, c: number): void;
|
|
1754
|
+
we(a: CellModel, b: number, c: number): void;
|
|
1755
|
+
xj(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1756
|
+
xk(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1757
|
+
private jg;
|
|
1758
|
+
private na;
|
|
1759
|
+
private get oj();
|
|
1760
|
+
private set oj(value);
|
|
1761
|
+
wd(a: CellModel, b: number, c: number): void;
|
|
1762
|
+
xi(a: CellModel, b: number, c: number): void;
|
|
1763
|
+
private ni;
|
|
1764
|
+
private ie;
|
|
1765
|
+
private id;
|
|
1766
|
+
private hm;
|
|
1767
|
+
private mc;
|
|
1768
|
+
private mj;
|
|
1727
1769
|
private mh;
|
|
1728
|
-
private
|
|
1729
|
-
private
|
|
1730
|
-
private lw;
|
|
1731
|
-
private l5;
|
|
1732
|
-
private l6;
|
|
1770
|
+
private mi;
|
|
1771
|
+
private ly;
|
|
1733
1772
|
private l7;
|
|
1734
1773
|
private l8;
|
|
1774
|
+
private l9;
|
|
1775
|
+
private ma;
|
|
1735
1776
|
private at;
|
|
1736
|
-
private
|
|
1737
|
-
private nl;
|
|
1738
|
-
private is;
|
|
1739
|
-
ui(): void;
|
|
1740
|
-
w0(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1741
|
-
ww(a: any, b: DragSelectEventArgs): void;
|
|
1742
|
-
wu(a: any, b: DragSelectEventArgs): void;
|
|
1743
|
-
private nc;
|
|
1744
|
-
get oj(): number;
|
|
1745
|
-
set oj(a: number);
|
|
1777
|
+
private no;
|
|
1746
1778
|
private nn;
|
|
1779
|
+
private iu;
|
|
1780
|
+
uu(): void;
|
|
1781
|
+
xc(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1782
|
+
w8(a: any, b: DragSelectEventArgs): void;
|
|
1783
|
+
w6(a: any, b: DragSelectEventArgs): void;
|
|
1784
|
+
private ne;
|
|
1785
|
+
get ol(): number;
|
|
1786
|
+
set ol(a: number);
|
|
1787
|
+
private np;
|
|
1747
1788
|
private fo;
|
|
1748
|
-
private
|
|
1789
|
+
private w7;
|
|
1749
1790
|
private ao;
|
|
1750
1791
|
private ak;
|
|
1751
1792
|
private al;
|
|
1752
|
-
private
|
|
1793
|
+
private l3;
|
|
1794
|
+
private mg;
|
|
1795
|
+
private md;
|
|
1753
1796
|
private me;
|
|
1754
|
-
private
|
|
1755
|
-
private
|
|
1756
|
-
private
|
|
1757
|
-
private
|
|
1758
|
-
private
|
|
1759
|
-
private
|
|
1760
|
-
private
|
|
1761
|
-
private
|
|
1762
|
-
private yx;
|
|
1763
|
-
private abo;
|
|
1797
|
+
private w9;
|
|
1798
|
+
private xa;
|
|
1799
|
+
private y4;
|
|
1800
|
+
private xb;
|
|
1801
|
+
private lt;
|
|
1802
|
+
private lu;
|
|
1803
|
+
private y9;
|
|
1804
|
+
private aci;
|
|
1764
1805
|
private aj;
|
|
1765
1806
|
getHitCell(a: number, b: number): CellModel;
|
|
1766
1807
|
private av;
|
|
1767
|
-
private
|
|
1768
|
-
private
|
|
1769
|
-
private
|
|
1808
|
+
private i5;
|
|
1809
|
+
private u7;
|
|
1810
|
+
private zs;
|
|
1770
1811
|
constructor();
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
private
|
|
1774
|
-
private
|
|
1775
|
-
private
|
|
1776
|
-
private
|
|
1777
|
-
private
|
|
1778
|
-
private
|
|
1812
|
+
yu(a: ColumnGroupDescription): void;
|
|
1813
|
+
yv(a: ColumnSummaryDescription): void;
|
|
1814
|
+
private zg;
|
|
1815
|
+
private vh;
|
|
1816
|
+
private j7;
|
|
1817
|
+
private ve;
|
|
1818
|
+
private ze;
|
|
1819
|
+
private zm;
|
|
1779
1820
|
private b6;
|
|
1780
|
-
private iw;
|
|
1781
|
-
private yv;
|
|
1782
|
-
private yw;
|
|
1783
1821
|
private iy;
|
|
1784
|
-
private
|
|
1785
|
-
private
|
|
1786
|
-
private
|
|
1787
|
-
private
|
|
1788
|
-
private
|
|
1822
|
+
private y7;
|
|
1823
|
+
private y8;
|
|
1824
|
+
private i0;
|
|
1825
|
+
private y6;
|
|
1826
|
+
private y5;
|
|
1827
|
+
private ix;
|
|
1828
|
+
private x6;
|
|
1829
|
+
private x7;
|
|
1789
1830
|
private c5;
|
|
1790
1831
|
get c6(): GridAnimationManager;
|
|
1791
1832
|
set c6(a: GridAnimationManager);
|
|
@@ -1819,7 +1860,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1819
1860
|
get ga(): SortManager;
|
|
1820
1861
|
set ga(a: SortManager);
|
|
1821
1862
|
ck: EditingManager;
|
|
1822
|
-
private
|
|
1863
|
+
private hb;
|
|
1823
1864
|
get tickProvider(): ITickProvider;
|
|
1824
1865
|
set tickProvider(a: ITickProvider);
|
|
1825
1866
|
private f3;
|
|
@@ -1867,46 +1908,46 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1867
1908
|
private _viewportManager;
|
|
1868
1909
|
get viewportManager(): IViewportManager;
|
|
1869
1910
|
set viewportManager(a: IViewportManager);
|
|
1870
|
-
private
|
|
1871
|
-
get
|
|
1872
|
-
set
|
|
1873
|
-
private
|
|
1874
|
-
get
|
|
1875
|
-
set
|
|
1876
|
-
private
|
|
1911
|
+
private l2;
|
|
1912
|
+
get ml(): number;
|
|
1913
|
+
set ml(a: number);
|
|
1914
|
+
private l1;
|
|
1915
|
+
get mk(): number;
|
|
1916
|
+
set mk(a: number);
|
|
1917
|
+
private gr;
|
|
1877
1918
|
get density(): ControlDisplayDensity;
|
|
1878
1919
|
set density(a: ControlDisplayDensity);
|
|
1879
|
-
private
|
|
1920
|
+
private m1;
|
|
1880
1921
|
get actualRowHeight(): number;
|
|
1881
1922
|
set actualRowHeight(a: number);
|
|
1882
|
-
private
|
|
1923
|
+
private nf;
|
|
1883
1924
|
get rowHeight(): number;
|
|
1884
1925
|
set rowHeight(a: number);
|
|
1885
1926
|
private cb;
|
|
1886
1927
|
get defaultColumnWidth(): ColumnWidth;
|
|
1887
1928
|
set defaultColumnWidth(a: ColumnWidth);
|
|
1888
|
-
private
|
|
1929
|
+
private l6;
|
|
1889
1930
|
get defaultColumnMinWidth(): number;
|
|
1890
1931
|
set defaultColumnMinWidth(a: number);
|
|
1891
|
-
private
|
|
1932
|
+
private m0;
|
|
1892
1933
|
get actualHeaderHeight(): number;
|
|
1893
1934
|
set actualHeaderHeight(a: number);
|
|
1894
|
-
private
|
|
1935
|
+
private m7;
|
|
1895
1936
|
get headerHeight(): number;
|
|
1896
1937
|
set headerHeight(a: number);
|
|
1897
|
-
private
|
|
1938
|
+
private nk;
|
|
1898
1939
|
get sectionHeaderHeight(): number;
|
|
1899
1940
|
set sectionHeaderHeight(a: number);
|
|
1900
|
-
private
|
|
1941
|
+
private ov;
|
|
1901
1942
|
get itemsSource(): any;
|
|
1902
1943
|
set itemsSource(a: any);
|
|
1903
|
-
private
|
|
1944
|
+
private nj;
|
|
1904
1945
|
get sectionFooterHeight(): number;
|
|
1905
1946
|
set sectionFooterHeight(a: number);
|
|
1906
|
-
private
|
|
1947
|
+
private nh;
|
|
1907
1948
|
get rowSpacingHeight(): number;
|
|
1908
1949
|
set rowSpacingHeight(a: number);
|
|
1909
|
-
private
|
|
1950
|
+
private m5;
|
|
1910
1951
|
get columnSpacingWidth(): number;
|
|
1911
1952
|
set columnSpacingWidth(a: number);
|
|
1912
1953
|
private ew;
|
|
@@ -1918,41 +1959,41 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1918
1959
|
private cl;
|
|
1919
1960
|
get editModeClickAction(): EditModeClickAction;
|
|
1920
1961
|
set editModeClickAction(a: EditModeClickAction);
|
|
1921
|
-
private
|
|
1962
|
+
private hn;
|
|
1922
1963
|
get editOnKeyPress(): boolean;
|
|
1923
1964
|
set editOnKeyPress(a: boolean);
|
|
1924
|
-
private
|
|
1965
|
+
private hj;
|
|
1925
1966
|
get autoGenerateColumns(): boolean;
|
|
1926
1967
|
set autoGenerateColumns(a: boolean);
|
|
1927
|
-
private
|
|
1968
|
+
private ng;
|
|
1928
1969
|
get rowSeparatorHeight(): number;
|
|
1929
1970
|
set rowSeparatorHeight(a: number);
|
|
1930
|
-
private
|
|
1971
|
+
private h7;
|
|
1931
1972
|
get isPlaceholderRenderingEnabled(): boolean;
|
|
1932
1973
|
set isPlaceholderRenderingEnabled(a: boolean);
|
|
1933
|
-
private
|
|
1974
|
+
private jn;
|
|
1934
1975
|
private b0;
|
|
1935
1976
|
private bw;
|
|
1936
1977
|
get columnAddingAnimationMode(): ColumnShowingAnimationMode;
|
|
1937
1978
|
set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1938
|
-
get
|
|
1979
|
+
get jv(): boolean;
|
|
1939
1980
|
private bn;
|
|
1940
1981
|
get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
|
|
1941
1982
|
set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
|
|
1942
|
-
protected get
|
|
1943
|
-
get
|
|
1983
|
+
protected get jo(): boolean;
|
|
1984
|
+
get jk(): boolean;
|
|
1944
1985
|
private ah;
|
|
1945
1986
|
get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
|
|
1946
1987
|
set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
|
|
1947
|
-
get
|
|
1988
|
+
get kh(): boolean;
|
|
1948
1989
|
private fw;
|
|
1949
1990
|
get rowSelectionAnimationMode(): RowSelectionAnimationMode;
|
|
1950
1991
|
set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
|
|
1951
|
-
get
|
|
1992
|
+
get kf(): boolean;
|
|
1952
1993
|
private ft;
|
|
1953
1994
|
get rowHoverAnimationMode(): RowHoverAnimationMode;
|
|
1954
1995
|
set rowHoverAnimationMode(a: RowHoverAnimationMode);
|
|
1955
|
-
get
|
|
1996
|
+
get jl(): boolean;
|
|
1956
1997
|
private aw;
|
|
1957
1998
|
get cellSelectionAnimationMode(): CellSelectionAnimationMode;
|
|
1958
1999
|
set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
|
|
@@ -1962,32 +2003,32 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1962
2003
|
private c7;
|
|
1963
2004
|
get animationSettings(): GridAnimationSettings;
|
|
1964
2005
|
set animationSettings(a: GridAnimationSettings);
|
|
1965
|
-
|
|
2006
|
+
jw(a: DataGridColumn): boolean;
|
|
1966
2007
|
private br;
|
|
1967
2008
|
private bp;
|
|
1968
2009
|
get columnResizingAnimationMode(): ColumnResizingAnimationMode;
|
|
1969
2010
|
set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
|
|
1970
|
-
private
|
|
2011
|
+
private jx;
|
|
1971
2012
|
private b1;
|
|
1972
2013
|
private bx;
|
|
1973
2014
|
get columnShowingAnimationMode(): ColumnShowingAnimationMode;
|
|
1974
2015
|
set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1975
|
-
private
|
|
2016
|
+
private jr;
|
|
1976
2017
|
private bd;
|
|
1977
2018
|
private bb;
|
|
1978
2019
|
get columnMovingAnimationMode(): ColumnMovingAnimationMode;
|
|
1979
2020
|
set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
|
|
1980
|
-
private
|
|
2021
|
+
private jq;
|
|
1981
2022
|
private ba;
|
|
1982
2023
|
private a8;
|
|
1983
2024
|
get columnHidingAnimationMode(): ColumnHidingAnimationMode;
|
|
1984
2025
|
set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
|
|
1985
|
-
private
|
|
2026
|
+
private jp;
|
|
1986
2027
|
private a2;
|
|
1987
2028
|
private a0;
|
|
1988
2029
|
get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
|
|
1989
2030
|
set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
|
|
1990
|
-
private
|
|
2031
|
+
private acn;
|
|
1991
2032
|
get inset(): Thickness;
|
|
1992
2033
|
set inset(a: Thickness);
|
|
1993
2034
|
private ch;
|
|
@@ -1999,12 +2040,12 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1999
2040
|
private el;
|
|
2000
2041
|
get selectionBehavior(): GridSelectionBehavior;
|
|
2001
2042
|
set selectionBehavior(a: GridSelectionBehavior);
|
|
2002
|
-
private
|
|
2043
|
+
private ic;
|
|
2003
2044
|
get mouseDragSelectionEnabled(): boolean;
|
|
2004
2045
|
set mouseDragSelectionEnabled(a: boolean);
|
|
2005
|
-
private
|
|
2006
|
-
get
|
|
2007
|
-
set
|
|
2046
|
+
private hr;
|
|
2047
|
+
get ji(): boolean;
|
|
2048
|
+
set ji(a: boolean);
|
|
2008
2049
|
private ed;
|
|
2009
2050
|
get selectedItems(): GridSelectedItemsCollection;
|
|
2010
2051
|
private ei;
|
|
@@ -2013,219 +2054,228 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2013
2054
|
get selectedCells(): GridSelectedCellsCollection;
|
|
2014
2055
|
private d6;
|
|
2015
2056
|
get selectedCellRanges(): GridSelectedCellRangesCollection;
|
|
2016
|
-
private
|
|
2017
|
-
get
|
|
2018
|
-
set
|
|
2057
|
+
private hq;
|
|
2058
|
+
get jh(): boolean;
|
|
2059
|
+
set jh(a: boolean);
|
|
2019
2060
|
private ec;
|
|
2020
2061
|
get pinnedItems(): GridSelectedItemsCollection;
|
|
2021
2062
|
private eh;
|
|
2022
2063
|
get pinnedKeys(): GridSelectedKeysCollection;
|
|
2023
|
-
private
|
|
2024
|
-
private
|
|
2064
|
+
private zi;
|
|
2065
|
+
private hu;
|
|
2025
2066
|
get isColumnOptionsEnabled(): boolean;
|
|
2026
2067
|
set isColumnOptionsEnabled(a: boolean);
|
|
2027
|
-
private
|
|
2068
|
+
private hy;
|
|
2028
2069
|
get isGroupByAreaVisible(): boolean;
|
|
2029
2070
|
set isGroupByAreaVisible(a: boolean);
|
|
2030
|
-
private
|
|
2071
|
+
private h3;
|
|
2031
2072
|
get isGroupRowSticky(): boolean;
|
|
2032
2073
|
set isGroupRowSticky(a: boolean);
|
|
2033
|
-
private
|
|
2074
|
+
private h4;
|
|
2034
2075
|
get isHeaderSeparatorVisible(): boolean;
|
|
2035
2076
|
set isHeaderSeparatorVisible(a: boolean);
|
|
2036
|
-
private
|
|
2077
|
+
private z5;
|
|
2037
2078
|
get cellSelectedBackground(): Brush;
|
|
2038
2079
|
set cellSelectedBackground(a: Brush);
|
|
2039
|
-
private
|
|
2080
|
+
private aax;
|
|
2040
2081
|
get sectionHeaderSelectedBackground(): Brush;
|
|
2041
2082
|
set sectionHeaderSelectedBackground(a: Brush);
|
|
2042
|
-
private
|
|
2083
|
+
private aa0;
|
|
2043
2084
|
get summaryRootBackground(): Brush;
|
|
2044
2085
|
set summaryRootBackground(a: Brush);
|
|
2045
|
-
private
|
|
2086
|
+
private aa4;
|
|
2046
2087
|
get summarySectionBackground(): Brush;
|
|
2047
2088
|
set summarySectionBackground(a: Brush);
|
|
2048
|
-
private
|
|
2089
|
+
private mf;
|
|
2049
2090
|
get pinnedRowOpacity(): number;
|
|
2050
2091
|
set pinnedRowOpacity(a: number);
|
|
2051
|
-
private
|
|
2092
|
+
private gu;
|
|
2052
2093
|
get editTextStyle(): FontInfo;
|
|
2053
2094
|
set editTextStyle(a: FontInfo);
|
|
2054
|
-
private
|
|
2095
|
+
private mb;
|
|
2055
2096
|
get editOpacity(): number;
|
|
2056
2097
|
set editOpacity(a: number);
|
|
2057
|
-
private
|
|
2098
|
+
private aag;
|
|
2058
2099
|
get deletedTextColor(): Brush;
|
|
2059
2100
|
set deletedTextColor(a: Brush);
|
|
2060
|
-
private
|
|
2101
|
+
private aaz;
|
|
2061
2102
|
get stickyRowBackground(): Brush;
|
|
2062
2103
|
set stickyRowBackground(a: Brush);
|
|
2063
|
-
private
|
|
2104
|
+
private aao;
|
|
2064
2105
|
get pinnedRowBackground(): Brush;
|
|
2065
2106
|
set pinnedRowBackground(a: Brush);
|
|
2066
|
-
private
|
|
2107
|
+
private aan;
|
|
2067
2108
|
get lastStickyRowBackground(): Brush;
|
|
2068
2109
|
set lastStickyRowBackground(a: Brush);
|
|
2069
2110
|
private dh;
|
|
2070
2111
|
private dg;
|
|
2071
2112
|
get activeCell(): GridCellPosition;
|
|
2072
2113
|
set activeCell(a: GridCellPosition);
|
|
2073
|
-
private
|
|
2114
|
+
private z4;
|
|
2074
2115
|
get cellBackground(): Brush;
|
|
2075
2116
|
set cellBackground(a: Brush);
|
|
2076
|
-
private
|
|
2117
|
+
private z6;
|
|
2077
2118
|
get cellTextColor(): Brush;
|
|
2078
2119
|
set cellTextColor(a: Brush);
|
|
2079
|
-
private
|
|
2120
|
+
private aal;
|
|
2080
2121
|
get headerSortIndicatorColor(): Brush;
|
|
2081
2122
|
set headerSortIndicatorColor(a: Brush);
|
|
2082
2123
|
private f7;
|
|
2083
2124
|
get headerSortIndicatorStyle(): SortIndicatorStyle;
|
|
2084
2125
|
set headerSortIndicatorStyle(a: SortIndicatorStyle);
|
|
2085
|
-
private
|
|
2126
|
+
private gt;
|
|
2086
2127
|
get cellTextStyle(): FontInfo;
|
|
2087
2128
|
set cellTextStyle(a: FontInfo);
|
|
2088
|
-
private
|
|
2129
|
+
private aaw;
|
|
2089
2130
|
get sectionHeaderBackground(): Brush;
|
|
2090
2131
|
set sectionHeaderBackground(a: Brush);
|
|
2091
|
-
private
|
|
2132
|
+
private aay;
|
|
2092
2133
|
get sectionHeaderTextColor(): Brush;
|
|
2093
2134
|
set sectionHeaderTextColor(a: Brush);
|
|
2094
|
-
private
|
|
2135
|
+
private gw;
|
|
2095
2136
|
get sectionHeaderTextStyle(): FontInfo;
|
|
2096
2137
|
set sectionHeaderTextStyle(a: FontInfo);
|
|
2097
|
-
private
|
|
2138
|
+
private gx;
|
|
2098
2139
|
get summaryRootLabelTextStyle(): FontInfo;
|
|
2099
2140
|
set summaryRootLabelTextStyle(a: FontInfo);
|
|
2100
|
-
private
|
|
2141
|
+
private gz;
|
|
2101
2142
|
get summarySectionLabelTextStyle(): FontInfo;
|
|
2102
2143
|
set summarySectionLabelTextStyle(a: FontInfo);
|
|
2103
|
-
private
|
|
2144
|
+
private aa3;
|
|
2104
2145
|
get summaryRootValueTextColor(): Brush;
|
|
2105
2146
|
set summaryRootValueTextColor(a: Brush);
|
|
2106
|
-
private
|
|
2147
|
+
private gy;
|
|
2107
2148
|
get summaryRootValueTextStyle(): FontInfo;
|
|
2108
2149
|
set summaryRootValueTextStyle(a: FontInfo);
|
|
2109
|
-
private
|
|
2150
|
+
private g0;
|
|
2110
2151
|
get summarySectionValueTextStyle(): FontInfo;
|
|
2111
2152
|
set summarySectionValueTextStyle(a: FontInfo);
|
|
2112
|
-
private
|
|
2153
|
+
private aa7;
|
|
2113
2154
|
get summarySectionValueTextColor(): Brush;
|
|
2114
2155
|
set summarySectionValueTextColor(a: Brush);
|
|
2115
|
-
private
|
|
2156
|
+
private aa1;
|
|
2116
2157
|
get summaryRootLabelTextColor(): Brush;
|
|
2117
2158
|
set summaryRootLabelTextColor(a: Brush);
|
|
2118
|
-
private
|
|
2159
|
+
private aa5;
|
|
2119
2160
|
get summarySectionLabelTextColor(): Brush;
|
|
2120
2161
|
set summarySectionLabelTextColor(a: Brush);
|
|
2121
|
-
private
|
|
2162
|
+
private aa2;
|
|
2122
2163
|
get summaryRootSelectedBackground(): Brush;
|
|
2123
2164
|
set summaryRootSelectedBackground(a: Brush);
|
|
2124
|
-
private
|
|
2165
|
+
private aa6;
|
|
2125
2166
|
get summarySectionSelectedBackground(): Brush;
|
|
2126
2167
|
set summarySectionSelectedBackground(a: Brush);
|
|
2127
|
-
private
|
|
2168
|
+
private nd;
|
|
2128
2169
|
get pinnedAreaSeparatorWidth(): number;
|
|
2129
2170
|
set pinnedAreaSeparatorWidth(a: number);
|
|
2130
|
-
private
|
|
2171
|
+
private m8;
|
|
2131
2172
|
get headerSeparatorWidth(): number;
|
|
2132
2173
|
set headerSeparatorWidth(a: number);
|
|
2133
|
-
|
|
2134
|
-
private
|
|
2174
|
+
ns(a: number): number;
|
|
2175
|
+
private aak;
|
|
2135
2176
|
get headerSeparatorBackground(): Brush;
|
|
2136
2177
|
set headerSeparatorBackground(a: Brush);
|
|
2137
|
-
private
|
|
2178
|
+
private aai;
|
|
2138
2179
|
get headerBackground(): Brush;
|
|
2139
2180
|
set headerBackground(a: Brush);
|
|
2140
|
-
private
|
|
2181
|
+
private aam;
|
|
2141
2182
|
get headerTextColor(): Brush;
|
|
2142
2183
|
set headerTextColor(a: Brush);
|
|
2143
|
-
private
|
|
2184
|
+
private gv;
|
|
2144
2185
|
get headerTextStyle(): FontInfo;
|
|
2145
2186
|
set headerTextStyle(a: FontInfo);
|
|
2146
|
-
private
|
|
2187
|
+
private aar;
|
|
2147
2188
|
get rowSeparatorBackground(): Brush;
|
|
2148
2189
|
set rowSeparatorBackground(a: Brush);
|
|
2149
|
-
private
|
|
2190
|
+
private aaj;
|
|
2150
2191
|
get headerRowSeparatorBackground(): Brush;
|
|
2151
2192
|
set headerRowSeparatorBackground(a: Brush);
|
|
2152
|
-
private
|
|
2193
|
+
private aau;
|
|
2153
2194
|
get rowSeparatorStickyRowBackground(): Brush;
|
|
2154
2195
|
set rowSeparatorStickyRowBackground(a: Brush);
|
|
2155
|
-
private
|
|
2196
|
+
private aas;
|
|
2156
2197
|
get rowSeparatorLastStickyRowBackground(): Brush;
|
|
2157
2198
|
set rowSeparatorLastStickyRowBackground(a: Brush);
|
|
2158
|
-
private
|
|
2199
|
+
private aat;
|
|
2159
2200
|
get rowSeparatorPinnedRowBackground(): Brush;
|
|
2160
2201
|
set rowSeparatorPinnedRowBackground(a: Brush);
|
|
2161
|
-
private
|
|
2202
|
+
private m4;
|
|
2162
2203
|
get columnResizingSeparatorWidth(): number;
|
|
2163
2204
|
set columnResizingSeparatorWidth(a: number);
|
|
2164
|
-
private
|
|
2205
|
+
private l5;
|
|
2165
2206
|
get columnResizingSeparatorOpacity(): number;
|
|
2166
2207
|
set columnResizingSeparatorOpacity(a: number);
|
|
2167
|
-
private
|
|
2208
|
+
private m2;
|
|
2168
2209
|
get columnMovingSeparatorWidth(): number;
|
|
2169
2210
|
set columnMovingSeparatorWidth(a: number);
|
|
2170
|
-
private
|
|
2211
|
+
private l4;
|
|
2171
2212
|
get columnMovingSeparatorOpacity(): number;
|
|
2172
2213
|
set columnMovingSeparatorOpacity(a: number);
|
|
2173
|
-
private
|
|
2214
|
+
private aaf;
|
|
2174
2215
|
get columnResizingSeparatorBackground(): Brush;
|
|
2175
2216
|
set columnResizingSeparatorBackground(a: Brush);
|
|
2176
|
-
private
|
|
2217
|
+
private z7;
|
|
2177
2218
|
get columnMovingSeparatorBackground(): Brush;
|
|
2178
2219
|
set columnMovingSeparatorBackground(a: Brush);
|
|
2179
|
-
private
|
|
2220
|
+
private ip;
|
|
2180
2221
|
get shiftSectionContent(): boolean;
|
|
2181
2222
|
set shiftSectionContent(a: boolean);
|
|
2182
2223
|
private bi;
|
|
2183
2224
|
get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
|
|
2184
2225
|
set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
|
|
2185
|
-
private
|
|
2226
|
+
private aac;
|
|
2186
2227
|
get columnOptionsIconColor(): Brush;
|
|
2187
2228
|
set columnOptionsIconColor(a: Brush);
|
|
2188
2229
|
private bk;
|
|
2189
2230
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
2190
2231
|
set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
|
|
2191
|
-
private
|
|
2232
|
+
private z1;
|
|
2233
|
+
get actualBorder(): Brush;
|
|
2234
|
+
set actualBorder(a: Brush);
|
|
2235
|
+
private z3;
|
|
2192
2236
|
get border(): Brush;
|
|
2193
2237
|
set border(a: Brush);
|
|
2194
|
-
private
|
|
2195
|
-
get
|
|
2196
|
-
set
|
|
2197
|
-
private
|
|
2238
|
+
private acl;
|
|
2239
|
+
get acr(): Thickness;
|
|
2240
|
+
set acr(a: Thickness);
|
|
2241
|
+
private acj;
|
|
2198
2242
|
get actualBorderWidth(): Thickness;
|
|
2199
2243
|
set actualBorderWidth(a: Thickness);
|
|
2200
|
-
private
|
|
2244
|
+
private ack;
|
|
2201
2245
|
get borderWidth(): Thickness;
|
|
2202
2246
|
set borderWidth(a: Thickness);
|
|
2203
|
-
private
|
|
2247
|
+
private ih;
|
|
2204
2248
|
get notifyOnAllSelectionChanges(): boolean;
|
|
2205
2249
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
2206
|
-
private
|
|
2207
|
-
get
|
|
2208
|
-
set
|
|
2209
|
-
private
|
|
2250
|
+
private zv;
|
|
2251
|
+
get zz(): CornerRadius;
|
|
2252
|
+
set zz(a: CornerRadius);
|
|
2253
|
+
private zu;
|
|
2210
2254
|
get cornerRadius(): CornerRadius;
|
|
2211
2255
|
set cornerRadius(a: CornerRadius);
|
|
2212
|
-
private
|
|
2256
|
+
private zt;
|
|
2213
2257
|
get actualCornerRadius(): CornerRadius;
|
|
2214
2258
|
set actualCornerRadius(a: CornerRadius);
|
|
2215
2259
|
static readonly isActiveCellStyleEnabledPropertyName: string;
|
|
2216
|
-
private
|
|
2260
|
+
private ht;
|
|
2217
2261
|
get isActiveCellStyleEnabled(): boolean;
|
|
2218
2262
|
set isActiveCellStyleEnabled(a: boolean);
|
|
2219
|
-
private
|
|
2263
|
+
private iv;
|
|
2220
2264
|
get stopPropagation(): boolean;
|
|
2221
2265
|
set stopPropagation(a: boolean);
|
|
2222
|
-
private
|
|
2266
|
+
private z0;
|
|
2267
|
+
get actualBackground(): Brush;
|
|
2268
|
+
set actualBackground(a: Brush);
|
|
2269
|
+
private z2;
|
|
2270
|
+
get background(): Brush;
|
|
2271
|
+
set background(a: Brush);
|
|
2272
|
+
private g9;
|
|
2223
2273
|
get platformPixelConverter(): IPlatformPixelConverter;
|
|
2224
2274
|
set platformPixelConverter(a: IPlatformPixelConverter);
|
|
2225
2275
|
private e3;
|
|
2226
2276
|
get renderingEngine(): ICellRenderingEngine;
|
|
2227
2277
|
set renderingEngine(a: ICellRenderingEngine);
|
|
2228
|
-
private
|
|
2278
|
+
private xn;
|
|
2229
2279
|
private fr;
|
|
2230
2280
|
get responsiveStates(): ResponsiveStatesCollection;
|
|
2231
2281
|
private gl;
|
|
@@ -2238,10 +2288,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2238
2288
|
private b8;
|
|
2239
2289
|
private ab;
|
|
2240
2290
|
private ac;
|
|
2241
|
-
private
|
|
2242
|
-
private ip;
|
|
2291
|
+
private is;
|
|
2243
2292
|
private ir;
|
|
2244
|
-
private
|
|
2293
|
+
private it;
|
|
2294
|
+
private iq;
|
|
2245
2295
|
private b2;
|
|
2246
2296
|
private a4;
|
|
2247
2297
|
private v;
|
|
@@ -2249,17 +2299,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2249
2299
|
get initialSortDescriptions(): ColumnSortDescriptionCollection;
|
|
2250
2300
|
get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2251
2301
|
get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2252
|
-
private
|
|
2302
|
+
private o7;
|
|
2253
2303
|
get initialSorts(): string;
|
|
2254
2304
|
set initialSorts(a: string);
|
|
2255
|
-
private
|
|
2305
|
+
private o6;
|
|
2256
2306
|
get initialGroups(): string;
|
|
2257
2307
|
set initialGroups(a: string);
|
|
2258
|
-
private
|
|
2308
|
+
private o8;
|
|
2259
2309
|
get initialSummaries(): string;
|
|
2260
2310
|
set initialSummaries(a: string);
|
|
2261
|
-
private
|
|
2262
|
-
|
|
2311
|
+
private vm;
|
|
2312
|
+
jf(a: any[], b: any[]): boolean;
|
|
2263
2313
|
get sortDescriptions(): ColumnSortDescriptionCollection;
|
|
2264
2314
|
get groupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2265
2315
|
sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
|
|
@@ -2267,47 +2317,47 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2267
2317
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
2268
2318
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
2269
2319
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
2270
|
-
private
|
|
2320
|
+
private ww;
|
|
2271
2321
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
2272
2322
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
2273
2323
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
2274
2324
|
get filterExpressions(): FilterExpressionCollection;
|
|
2275
2325
|
get summaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2276
|
-
private
|
|
2326
|
+
private iw;
|
|
2277
2327
|
private gh;
|
|
2278
2328
|
get summaryScope(): SummaryScope;
|
|
2279
2329
|
set summaryScope(a: SummaryScope);
|
|
2280
|
-
private
|
|
2281
|
-
private
|
|
2330
|
+
private h0;
|
|
2331
|
+
private hz;
|
|
2282
2332
|
get isGroupCollapsable(): boolean;
|
|
2283
2333
|
set isGroupCollapsable(a: boolean);
|
|
2284
|
-
private
|
|
2334
|
+
private ho;
|
|
2285
2335
|
private es;
|
|
2286
2336
|
get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
|
|
2287
2337
|
set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
|
|
2288
|
-
private
|
|
2289
|
-
private
|
|
2338
|
+
private h2;
|
|
2339
|
+
private h1;
|
|
2290
2340
|
get isGroupExpandedDefault(): boolean;
|
|
2291
2341
|
set isGroupExpandedDefault(a: boolean);
|
|
2292
|
-
private
|
|
2342
|
+
private hp;
|
|
2293
2343
|
private eu;
|
|
2294
2344
|
get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
|
|
2295
2345
|
set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
|
|
2296
|
-
private
|
|
2346
|
+
private hi;
|
|
2297
2347
|
get autoAcceptEdits(): boolean;
|
|
2298
2348
|
set autoAcceptEdits(a: boolean);
|
|
2299
2349
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2300
2350
|
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2301
|
-
protected
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2351
|
+
protected xl(a: string, b: any, c: any): void;
|
|
2352
|
+
yt(): void;
|
|
2353
|
+
yd(): void;
|
|
2354
|
+
ye(): void;
|
|
2305
2355
|
calculateCompleted: (sender: any, e: any) => void;
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
private
|
|
2309
|
-
get
|
|
2310
|
-
set
|
|
2356
|
+
v5(): void;
|
|
2357
|
+
vg(): void;
|
|
2358
|
+
private im;
|
|
2359
|
+
get k5(): boolean;
|
|
2360
|
+
set k5(a: boolean);
|
|
2311
2361
|
refresh(): void;
|
|
2312
2362
|
flush(): void;
|
|
2313
2363
|
private z;
|
|
@@ -2320,40 +2370,40 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2320
2370
|
private a;
|
|
2321
2371
|
get actualPrimaryKey(): string[];
|
|
2322
2372
|
set actualPrimaryKey(a: string[]);
|
|
2323
|
-
private
|
|
2324
|
-
get
|
|
2325
|
-
set
|
|
2326
|
-
protected
|
|
2327
|
-
private
|
|
2328
|
-
private
|
|
2329
|
-
private
|
|
2373
|
+
private he;
|
|
2374
|
+
get i1(): boolean;
|
|
2375
|
+
set i1(a: boolean);
|
|
2376
|
+
protected x8(a: string, b: any, c: any): void;
|
|
2377
|
+
private zk;
|
|
2378
|
+
private zx;
|
|
2379
|
+
private acq;
|
|
2330
2380
|
syncBorder(): void;
|
|
2331
|
-
private
|
|
2381
|
+
private w5;
|
|
2332
2382
|
private n;
|
|
2333
2383
|
private o;
|
|
2334
2384
|
private h;
|
|
2335
|
-
private
|
|
2336
|
-
private
|
|
2337
|
-
private
|
|
2338
|
-
private
|
|
2339
|
-
private
|
|
2340
|
-
private
|
|
2341
|
-
private
|
|
2342
|
-
private
|
|
2385
|
+
private u1;
|
|
2386
|
+
private yx;
|
|
2387
|
+
private vi;
|
|
2388
|
+
private vj;
|
|
2389
|
+
private yy;
|
|
2390
|
+
private vk;
|
|
2391
|
+
private u5;
|
|
2392
|
+
private u4;
|
|
2343
2393
|
rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
|
|
2344
|
-
private
|
|
2345
|
-
private
|
|
2346
|
-
private
|
|
2347
|
-
private
|
|
2348
|
-
private
|
|
2349
|
-
private
|
|
2350
|
-
|
|
2394
|
+
private lo;
|
|
2395
|
+
private rg;
|
|
2396
|
+
private xo;
|
|
2397
|
+
private vc;
|
|
2398
|
+
private u3;
|
|
2399
|
+
private w4;
|
|
2400
|
+
vz(): void;
|
|
2351
2401
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
2352
2402
|
onSizeChanged(a: number, b: number): void;
|
|
2353
2403
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
2354
|
-
private
|
|
2355
|
-
private
|
|
2356
|
-
|
|
2404
|
+
private nb;
|
|
2405
|
+
private nc;
|
|
2406
|
+
lj: boolean;
|
|
2357
2407
|
notifyScrollStart(): void;
|
|
2358
2408
|
notifyScrollStop(): void;
|
|
2359
2409
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
@@ -2361,158 +2411,158 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2361
2411
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
2362
2412
|
private dm;
|
|
2363
2413
|
get columns(): GridColumnCollection;
|
|
2364
|
-
|
|
2365
|
-
|
|
2414
|
+
xh(a: CellModel, b: any, c: any): void;
|
|
2415
|
+
xg(a: CellModel, b: any, c: any, d: string): void;
|
|
2366
2416
|
cg(a: CellPath): DataGridColumn;
|
|
2367
2417
|
hideThenRemoveColumn(a: DataGridColumn): void;
|
|
2368
2418
|
exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
|
|
2369
|
-
private
|
|
2370
|
-
private
|
|
2371
|
-
private
|
|
2372
|
-
private
|
|
2373
|
-
private
|
|
2374
|
-
private
|
|
2375
|
-
private
|
|
2376
|
-
private
|
|
2419
|
+
private um;
|
|
2420
|
+
private ig;
|
|
2421
|
+
private w0;
|
|
2422
|
+
private wx;
|
|
2423
|
+
private ws;
|
|
2424
|
+
private ux;
|
|
2425
|
+
private xu;
|
|
2426
|
+
private u0;
|
|
2377
2427
|
pinColumn(a: DataGridColumn, b: PinnedPositions): void;
|
|
2378
|
-
private
|
|
2379
|
-
private
|
|
2428
|
+
private lh;
|
|
2429
|
+
private li;
|
|
2380
2430
|
moveColumn(a: number, b: number): void;
|
|
2381
2431
|
moveColumnLeft(a: number): void;
|
|
2382
2432
|
moveColumnRight(a: number): void;
|
|
2383
2433
|
canMoveColumnLeft(a: number): boolean;
|
|
2384
2434
|
canMoveColumnRight(a: number): boolean;
|
|
2385
|
-
private
|
|
2435
|
+
private km;
|
|
2386
2436
|
private ce;
|
|
2387
2437
|
private cd;
|
|
2388
|
-
private
|
|
2389
|
-
private
|
|
2390
|
-
private
|
|
2438
|
+
private wt;
|
|
2439
|
+
private uw;
|
|
2440
|
+
private zl;
|
|
2391
2441
|
private cj;
|
|
2392
|
-
|
|
2442
|
+
rh(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
2393
2443
|
am(a: CellPath, b: string): CellModel;
|
|
2394
2444
|
exportVisualModel(): any;
|
|
2395
2445
|
exportSerializedVisualModel(): string;
|
|
2396
2446
|
fv(a: number): RowPath;
|
|
2397
|
-
private
|
|
2447
|
+
private hd;
|
|
2398
2448
|
scrollToRowByIndex(a: number): void;
|
|
2399
2449
|
scrollToLastRowByIndex(a: number): void;
|
|
2400
2450
|
scrollToItem(a: any): boolean;
|
|
2401
2451
|
scrollToPrimaryKey(a: any[]): boolean;
|
|
2402
2452
|
scrollToColumnByIndex(a: number): void;
|
|
2403
|
-
private
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
private
|
|
2407
|
-
private
|
|
2408
|
-
private
|
|
2453
|
+
private y0;
|
|
2454
|
+
lc(a: DataGridColumn): boolean;
|
|
2455
|
+
w3(a: number, b: number): void;
|
|
2456
|
+
private uv;
|
|
2457
|
+
private n0;
|
|
2458
|
+
private k8;
|
|
2409
2459
|
getLastVisibleIndex(): number;
|
|
2410
2460
|
getFirstVisibleIndex(): number;
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2461
|
+
n2(): number;
|
|
2462
|
+
n7(): number;
|
|
2463
|
+
x3(): void;
|
|
2464
|
+
jm: boolean;
|
|
2465
|
+
j6: boolean;
|
|
2466
|
+
get kd(): boolean;
|
|
2467
|
+
get ke(): boolean;
|
|
2416
2468
|
get kb(): boolean;
|
|
2417
2469
|
get kc(): boolean;
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
private k4;
|
|
2421
|
-
private k5;
|
|
2422
|
-
private ln;
|
|
2423
|
-
private lo;
|
|
2470
|
+
private k6;
|
|
2471
|
+
private k7;
|
|
2424
2472
|
private lp;
|
|
2425
2473
|
private lq;
|
|
2426
|
-
private
|
|
2427
|
-
private
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
private
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2474
|
+
private lr;
|
|
2475
|
+
private ls;
|
|
2476
|
+
private hg;
|
|
2477
|
+
private hf;
|
|
2478
|
+
ur(a?: boolean): void;
|
|
2479
|
+
va(): void;
|
|
2480
|
+
xs(a: any, b: PrimaryKeyValue): void;
|
|
2481
|
+
xt(a: any, b: PrimaryKeyValue): void;
|
|
2482
|
+
xz(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2483
|
+
private iz;
|
|
2484
|
+
v6(a: number, b: number, c: string): void;
|
|
2485
|
+
v9(a: number, b: string): void;
|
|
2486
|
+
private v7;
|
|
2487
|
+
private nl;
|
|
2488
|
+
private nm;
|
|
2489
|
+
ko(a: boolean, b: boolean): boolean;
|
|
2490
|
+
kp(a: boolean, b: boolean): boolean;
|
|
2491
|
+
private n6;
|
|
2492
|
+
private n1;
|
|
2493
|
+
private ob;
|
|
2494
|
+
private oa;
|
|
2442
2495
|
private nz;
|
|
2443
|
-
|
|
2444
|
-
private n8;
|
|
2445
|
-
private nx;
|
|
2446
|
-
ug(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2447
|
-
kr(a: boolean, b: boolean): boolean;
|
|
2496
|
+
us(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2448
2497
|
kt(a: boolean, b: boolean): boolean;
|
|
2449
|
-
ku(a: boolean, b: boolean): boolean;
|
|
2450
2498
|
kv(a: boolean, b: boolean): boolean;
|
|
2451
2499
|
kw(a: boolean, b: boolean): boolean;
|
|
2500
|
+
kx(a: boolean, b: boolean): boolean;
|
|
2452
2501
|
ky(a: boolean, b: boolean): boolean;
|
|
2453
|
-
|
|
2502
|
+
k0(a: boolean, b: boolean): boolean;
|
|
2503
|
+
x4(): void;
|
|
2504
|
+
k1(a: boolean, b: boolean): boolean;
|
|
2505
|
+
kq(a: boolean, b: boolean): boolean;
|
|
2506
|
+
kr(): boolean;
|
|
2507
|
+
ks(): boolean;
|
|
2454
2508
|
kz(a: boolean, b: boolean): boolean;
|
|
2455
|
-
ko(a: boolean, b: boolean): boolean;
|
|
2456
|
-
kp(): boolean;
|
|
2457
|
-
kq(): boolean;
|
|
2458
|
-
kx(a: boolean, b: boolean): boolean;
|
|
2459
2509
|
aq: CellPath;
|
|
2460
2510
|
ar: CellPath;
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2511
|
+
ll(): boolean;
|
|
2512
|
+
lf(a: CellModel): boolean;
|
|
2513
|
+
je(a: boolean, b?: boolean): boolean;
|
|
2514
|
+
u9(a: boolean): void;
|
|
2515
|
+
wl(a: PrimaryKeyValue, b: number): void;
|
|
2516
|
+
wm(a: PrimaryKeyValue, b: number): void;
|
|
2467
2517
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
2468
2518
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
2469
2519
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
2470
2520
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
2471
2521
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
2472
|
-
private
|
|
2473
|
-
private
|
|
2522
|
+
private io;
|
|
2523
|
+
private x0;
|
|
2474
2524
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
2475
2525
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
private
|
|
2483
|
-
private
|
|
2484
|
-
private
|
|
2485
|
-
private
|
|
2526
|
+
zq(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
2527
|
+
up(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2528
|
+
uq(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2529
|
+
zp(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2530
|
+
yq(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2531
|
+
yr(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2532
|
+
private xw;
|
|
2533
|
+
private xx;
|
|
2534
|
+
private xv;
|
|
2535
|
+
private xy;
|
|
2486
2536
|
private au;
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
private
|
|
2492
|
-
|
|
2493
|
-
private
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
private
|
|
2499
|
-
|
|
2500
|
-
private
|
|
2501
|
-
|
|
2537
|
+
uo(a: number, b: number, c: number, d: number): void;
|
|
2538
|
+
un(a: CellRange): void;
|
|
2539
|
+
yn(a: CellRange): void;
|
|
2540
|
+
ym(): void;
|
|
2541
|
+
private vx;
|
|
2542
|
+
x1(a: number, b: any, c: any): void;
|
|
2543
|
+
private vn;
|
|
2544
|
+
wn(): void;
|
|
2545
|
+
yw(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2546
|
+
ys(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2547
|
+
lv(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
|
|
2548
|
+
private ln;
|
|
2549
|
+
vb(a: ColumnSummaryDescription): void;
|
|
2550
|
+
private jz;
|
|
2551
|
+
yl(a: ColumnSummaryDescription): void;
|
|
2502
2552
|
invalidateVisibleRows(): void;
|
|
2503
|
-
|
|
2504
|
-
o1(a: DataGridColumn): any;
|
|
2553
|
+
o4(a: DataGridColumn): any;
|
|
2505
2554
|
o3(a: DataGridColumn): any;
|
|
2506
|
-
|
|
2507
|
-
private
|
|
2508
|
-
private
|
|
2509
|
-
private
|
|
2510
|
-
private
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2555
|
+
o5(a: DataGridColumn): any;
|
|
2556
|
+
private vo;
|
|
2557
|
+
private n3;
|
|
2558
|
+
private n8;
|
|
2559
|
+
private vp;
|
|
2560
|
+
private hs;
|
|
2561
|
+
x9(): void;
|
|
2562
|
+
xf(a: number, b: any): void;
|
|
2563
|
+
xm(a: number, b: any): void;
|
|
2514
2564
|
setActiveResponsiveState(a: string): void;
|
|
2515
|
-
|
|
2565
|
+
zb(a: ResponsiveState): void;
|
|
2516
2566
|
notifySetItem(a: number, b: any, c: any): void;
|
|
2517
2567
|
notifyClearItems(): void;
|
|
2518
2568
|
notifyInsertItem(a: number, b: any): void;
|
|
@@ -2525,30 +2575,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2525
2575
|
getColumnAtRenderedIndex(a: number): DataGridColumn;
|
|
2526
2576
|
getRootSummaryResults(): ISummaryResult[];
|
|
2527
2577
|
getSectionSummaryResults(a: number): ISummaryResult[][];
|
|
2528
|
-
private
|
|
2578
|
+
private il;
|
|
2529
2579
|
get reactsToSortChanges(): boolean;
|
|
2530
2580
|
set reactsToSortChanges(a: boolean);
|
|
2531
|
-
private
|
|
2581
|
+
private ik;
|
|
2532
2582
|
get reactsToGroupChanges(): boolean;
|
|
2533
2583
|
set reactsToGroupChanges(a: boolean);
|
|
2534
|
-
private
|
|
2584
|
+
private ij;
|
|
2535
2585
|
get reactsToFilterChanges(): boolean;
|
|
2536
2586
|
set reactsToFilterChanges(a: boolean);
|
|
2537
2587
|
aa(a: DataGridColumn): IFilterExpression;
|
|
2538
|
-
|
|
2539
|
-
private
|
|
2540
|
-
private
|
|
2588
|
+
lm(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2589
|
+
private zr;
|
|
2590
|
+
private ow;
|
|
2541
2591
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
2542
|
-
private
|
|
2592
|
+
private w1;
|
|
2543
2593
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2544
|
-
private
|
|
2594
|
+
private wc;
|
|
2545
2595
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2546
|
-
private
|
|
2596
|
+
private wb;
|
|
2547
2597
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2548
|
-
private
|
|
2598
|
+
private xq;
|
|
2549
2599
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2550
|
-
private
|
|
2551
|
-
|
|
2600
|
+
private xp;
|
|
2601
|
+
jy(): boolean;
|
|
2552
2602
|
get canUndo(): boolean;
|
|
2553
2603
|
get canRedo(): boolean;
|
|
2554
2604
|
get canCommit(): boolean;
|
|
@@ -2561,7 +2611,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2561
2611
|
updatePropertyAtKey(a: any[], b: string, c: any): void;
|
|
2562
2612
|
removeItemByKey(a: any[]): void;
|
|
2563
2613
|
removeItem(a: any): void;
|
|
2564
|
-
private
|
|
2614
|
+
private ii;
|
|
2565
2615
|
acceptEdit(a: number): void;
|
|
2566
2616
|
rejectEdit(a: number): void;
|
|
2567
2617
|
setEditError(a: number, b: string): void;
|
|
@@ -2575,16 +2625,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2575
2625
|
set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
|
|
2576
2626
|
selectAllRows(): void;
|
|
2577
2627
|
deselectAllRows(): void;
|
|
2578
|
-
private
|
|
2579
|
-
get
|
|
2580
|
-
set
|
|
2581
|
-
|
|
2582
|
-
private
|
|
2583
|
-
|
|
2584
|
-
private
|
|
2628
|
+
private h5;
|
|
2629
|
+
get j8(): boolean;
|
|
2630
|
+
set j8(a: boolean);
|
|
2631
|
+
ku(a: Key, b: boolean, c: boolean): boolean;
|
|
2632
|
+
private lk;
|
|
2633
|
+
ld(): boolean;
|
|
2634
|
+
private hw;
|
|
2585
2635
|
get isColumnOptionsSummariesEnabled(): boolean;
|
|
2586
2636
|
set isColumnOptionsSummariesEnabled(a: boolean);
|
|
2587
|
-
private
|
|
2637
|
+
private hv;
|
|
2588
2638
|
get isColumnOptionsGroupingEnabled(): boolean;
|
|
2589
2639
|
set isColumnOptionsGroupingEnabled(a: boolean);
|
|
2590
2640
|
private fj;
|
|
@@ -2598,11 +2648,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2598
2648
|
set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
|
|
2599
2649
|
saveLayout(): string;
|
|
2600
2650
|
private f0;
|
|
2601
|
-
private
|
|
2651
|
+
private lw;
|
|
2602
2652
|
loadLayout(a: string): void;
|
|
2603
2653
|
private s;
|
|
2604
2654
|
private t;
|
|
2605
|
-
|
|
2655
|
+
n5(a: CellPath): number;
|
|
2606
2656
|
private c0;
|
|
2607
2657
|
get filterUIType(): FilterUIType;
|
|
2608
2658
|
set filterUIType(a: FilterUIType);
|
|
@@ -2612,59 +2662,77 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2612
2662
|
private cv;
|
|
2613
2663
|
get filterComparisonType(): FilterComparisonType;
|
|
2614
2664
|
set filterComparisonType(a: FilterComparisonType);
|
|
2615
|
-
|
|
2616
|
-
private
|
|
2665
|
+
j0(): boolean;
|
|
2666
|
+
private lz;
|
|
2617
2667
|
get todayOverride(): Date;
|
|
2618
2668
|
set todayOverride(a: Date);
|
|
2619
|
-
private
|
|
2669
|
+
private hk;
|
|
2620
2670
|
get clearSelectionOnEscape(): boolean;
|
|
2621
2671
|
set clearSelectionOnEscape(a: boolean);
|
|
2622
2672
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2623
|
-
|
|
2624
|
-
private
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
private
|
|
2673
|
+
w2(a: DataGridColumn, b: FilterOperand, c: any): void;
|
|
2674
|
+
private m3;
|
|
2675
|
+
le(): boolean;
|
|
2676
|
+
vt(): void;
|
|
2677
|
+
vs(): void;
|
|
2678
|
+
private h6;
|
|
2629
2679
|
get isPagerVisible(): boolean;
|
|
2630
2680
|
set isPagerVisible(a: boolean);
|
|
2631
|
-
private
|
|
2681
|
+
private m9;
|
|
2632
2682
|
get pageSize(): number;
|
|
2633
2683
|
set pageSize(a: number);
|
|
2634
|
-
private
|
|
2684
|
+
private ib;
|
|
2635
2685
|
get isToolbarVisible(): boolean;
|
|
2636
2686
|
set isToolbarVisible(a: boolean);
|
|
2637
|
-
private
|
|
2687
|
+
private h9;
|
|
2638
2688
|
get isToolbarColumnChooserVisible(): boolean;
|
|
2639
2689
|
set isToolbarColumnChooserVisible(a: boolean);
|
|
2640
|
-
private
|
|
2690
|
+
private ia;
|
|
2641
2691
|
get isToolbarColumnPinningVisible(): boolean;
|
|
2642
2692
|
set isToolbarColumnPinningVisible(a: boolean);
|
|
2643
|
-
private
|
|
2693
|
+
private pd;
|
|
2644
2694
|
get toolbarTitle(): string;
|
|
2645
2695
|
set toolbarTitle(a: string);
|
|
2646
|
-
private
|
|
2696
|
+
private o9;
|
|
2647
2697
|
get toolbarColumnChooserText(): string;
|
|
2648
2698
|
set toolbarColumnChooserText(a: string);
|
|
2649
|
-
private
|
|
2699
|
+
private pa;
|
|
2650
2700
|
get toolbarColumnChooserTitle(): string;
|
|
2651
2701
|
set toolbarColumnChooserTitle(a: string);
|
|
2652
|
-
private
|
|
2702
|
+
private pb;
|
|
2653
2703
|
get toolbarColumnPinningText(): string;
|
|
2654
2704
|
set toolbarColumnPinningText(a: string);
|
|
2655
|
-
private
|
|
2705
|
+
private pc;
|
|
2656
2706
|
get toolbarColumnPinningTitle(): string;
|
|
2657
2707
|
set toolbarColumnPinningTitle(a: string);
|
|
2658
2708
|
private gn;
|
|
2659
2709
|
get scrollbarStyle(): ScrollbarStyle;
|
|
2660
2710
|
set scrollbarStyle(a: ScrollbarStyle);
|
|
2661
|
-
private
|
|
2711
|
+
private aav;
|
|
2662
2712
|
get scrollbarBackground(): Brush;
|
|
2663
2713
|
set scrollbarBackground(a: Brush);
|
|
2664
|
-
private
|
|
2714
|
+
private z9;
|
|
2715
|
+
get columnOptionsBackground(): Brush;
|
|
2716
|
+
set columnOptionsBackground(a: Brush);
|
|
2717
|
+
private aae;
|
|
2718
|
+
get columnOptionsTextColor(): Brush;
|
|
2719
|
+
set columnOptionsTextColor(a: Brush);
|
|
2720
|
+
private aad;
|
|
2721
|
+
get columnOptionsSeparatorColor(): Brush;
|
|
2722
|
+
set columnOptionsSeparatorColor(a: Brush);
|
|
2723
|
+
private aaa;
|
|
2724
|
+
get columnOptionsGroupHeaderBackground(): Brush;
|
|
2725
|
+
set columnOptionsGroupHeaderBackground(a: Brush);
|
|
2726
|
+
private aab;
|
|
2727
|
+
get columnOptionsGroupHeaderTextColor(): Brush;
|
|
2728
|
+
set columnOptionsGroupHeaderTextColor(a: Brush);
|
|
2729
|
+
private z8;
|
|
2730
|
+
get columnOptionsAccentColor(): Brush;
|
|
2731
|
+
set columnOptionsAccentColor(a: Brush);
|
|
2732
|
+
private hh;
|
|
2665
2733
|
get allowCopyOperation(): boolean;
|
|
2666
2734
|
set allowCopyOperation(a: boolean);
|
|
2667
|
-
private
|
|
2735
|
+
private hl;
|
|
2668
2736
|
get deferEventForRowDragSelection(): boolean;
|
|
2669
2737
|
set deferEventForRowDragSelection(a: boolean);
|
|
2670
2738
|
registerIconFromText(a: string, b: string, c: string): void;
|
|
@@ -2979,124 +3047,125 @@ export declare class GridSelectedCellsCollection extends ObservableCollection$1<
|
|
|
2979
3047
|
*/
|
|
2980
3048
|
export declare abstract class DefinitionBase extends Base implements INotifyPropertyChanged {
|
|
2981
3049
|
static $t: Type;
|
|
3050
|
+
protected get ad(): BaseControlTheme;
|
|
2982
3051
|
constructor();
|
|
2983
|
-
private
|
|
2984
|
-
private
|
|
2985
|
-
protected e0(a: GridConditionalStyle): void;
|
|
3052
|
+
private eh;
|
|
3053
|
+
private a4;
|
|
2986
3054
|
protected e1(a: GridConditionalStyle): void;
|
|
3055
|
+
protected e2(a: GridConditionalStyle): void;
|
|
3056
|
+
protected cv(): any;
|
|
2987
3057
|
protected cu(): any;
|
|
2988
3058
|
protected ct(): any;
|
|
2989
|
-
|
|
3059
|
+
private ej;
|
|
3060
|
+
private fe;
|
|
3061
|
+
private az;
|
|
3062
|
+
private er;
|
|
3063
|
+
private ez;
|
|
3064
|
+
private eo;
|
|
2990
3065
|
private ei;
|
|
2991
|
-
private
|
|
3066
|
+
private a3;
|
|
3067
|
+
e6(a: GridConditionalStyle): void;
|
|
3068
|
+
private a0;
|
|
2992
3069
|
private ay;
|
|
2993
|
-
private eq;
|
|
2994
|
-
private ey;
|
|
2995
|
-
private en;
|
|
2996
|
-
private eh;
|
|
2997
|
-
private a2;
|
|
2998
|
-
e4(a: GridConditionalStyle): void;
|
|
2999
|
-
private az;
|
|
3000
|
-
private ax;
|
|
3001
|
-
private ed;
|
|
3002
|
-
private el;
|
|
3003
3070
|
private ee;
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3071
|
+
private em;
|
|
3072
|
+
private ef;
|
|
3073
|
+
e5(a: GridConditionalStyle): void;
|
|
3074
|
+
at(a: GridConditionalStyle): boolean;
|
|
3075
|
+
private ek;
|
|
3076
|
+
private cm;
|
|
3008
3077
|
private x;
|
|
3009
3078
|
get externalObject(): any;
|
|
3010
3079
|
set externalObject(a: any);
|
|
3011
|
-
private
|
|
3012
|
-
get
|
|
3013
|
-
set
|
|
3080
|
+
private fx;
|
|
3081
|
+
get gh(): Brush;
|
|
3082
|
+
set gh(a: Brush);
|
|
3014
3083
|
private v;
|
|
3015
3084
|
get conditionalStyles(): GridConditionalStyleCollection;
|
|
3016
|
-
private
|
|
3017
|
-
get
|
|
3018
|
-
set
|
|
3019
|
-
private
|
|
3020
|
-
get
|
|
3021
|
-
set
|
|
3022
|
-
private
|
|
3023
|
-
get
|
|
3024
|
-
set
|
|
3025
|
-
private
|
|
3026
|
-
get
|
|
3027
|
-
set
|
|
3028
|
-
private
|
|
3029
|
-
get
|
|
3030
|
-
set cc(a: number);
|
|
3031
|
-
private by;
|
|
3032
|
-
get ce(): number;
|
|
3033
|
-
set ce(a: number);
|
|
3034
|
-
private bx;
|
|
3035
|
-
get cd(): number;
|
|
3085
|
+
private f0;
|
|
3086
|
+
get gk(): Brush;
|
|
3087
|
+
set gk(a: Brush);
|
|
3088
|
+
private fm;
|
|
3089
|
+
get f6(): Brush;
|
|
3090
|
+
set f6(a: Brush);
|
|
3091
|
+
private f1;
|
|
3092
|
+
get gl(): Brush;
|
|
3093
|
+
set gl(a: Brush);
|
|
3094
|
+
private fr;
|
|
3095
|
+
get gb(): Brush;
|
|
3096
|
+
set gb(a: Brush);
|
|
3097
|
+
private bx;
|
|
3098
|
+
get cd(): number;
|
|
3036
3099
|
set cd(a: number);
|
|
3037
|
-
private
|
|
3038
|
-
get
|
|
3039
|
-
set
|
|
3040
|
-
private
|
|
3041
|
-
get
|
|
3042
|
-
set
|
|
3043
|
-
private
|
|
3044
|
-
get
|
|
3045
|
-
set
|
|
3100
|
+
private bz;
|
|
3101
|
+
get cf(): number;
|
|
3102
|
+
set cf(a: number);
|
|
3103
|
+
private by;
|
|
3104
|
+
get ce(): number;
|
|
3105
|
+
set ce(a: number);
|
|
3106
|
+
private bw;
|
|
3107
|
+
get cc(): number;
|
|
3108
|
+
set cc(a: number);
|
|
3046
3109
|
private bp;
|
|
3047
3110
|
get b5(): number;
|
|
3048
3111
|
set b5(a: number);
|
|
3049
|
-
private
|
|
3050
|
-
get
|
|
3051
|
-
set
|
|
3052
|
-
private
|
|
3053
|
-
get
|
|
3054
|
-
set
|
|
3055
|
-
private
|
|
3056
|
-
get
|
|
3057
|
-
set
|
|
3112
|
+
private br;
|
|
3113
|
+
get b7(): number;
|
|
3114
|
+
set b7(a: number);
|
|
3115
|
+
private bq;
|
|
3116
|
+
get b6(): number;
|
|
3117
|
+
set b6(a: number);
|
|
3118
|
+
private bo;
|
|
3119
|
+
get b4(): number;
|
|
3120
|
+
set b4(a: number);
|
|
3058
3121
|
private b1;
|
|
3059
3122
|
get ch(): number;
|
|
3060
3123
|
set ch(a: number);
|
|
3061
|
-
private
|
|
3062
|
-
get
|
|
3063
|
-
set
|
|
3124
|
+
private b3;
|
|
3125
|
+
get cj(): number;
|
|
3126
|
+
set cj(a: number);
|
|
3127
|
+
private b2;
|
|
3128
|
+
get ci(): number;
|
|
3129
|
+
set ci(a: number);
|
|
3130
|
+
private b0;
|
|
3131
|
+
get cg(): number;
|
|
3132
|
+
set cg(a: number);
|
|
3064
3133
|
private t;
|
|
3065
3134
|
get grid(): DataGrid;
|
|
3066
3135
|
set grid(a: DataGrid);
|
|
3067
|
-
private
|
|
3068
|
-
protected
|
|
3069
|
-
protected
|
|
3070
|
-
private
|
|
3071
|
-
get
|
|
3072
|
-
set
|
|
3073
|
-
private
|
|
3074
|
-
get
|
|
3075
|
-
set
|
|
3076
|
-
private
|
|
3077
|
-
get
|
|
3078
|
-
set
|
|
3136
|
+
private et;
|
|
3137
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
3138
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
3139
|
+
private fo;
|
|
3140
|
+
get f8(): Brush;
|
|
3141
|
+
set f8(a: Brush);
|
|
3142
|
+
private fn;
|
|
3143
|
+
get f7(): Brush;
|
|
3144
|
+
set f7(a: Brush);
|
|
3145
|
+
private fs;
|
|
3146
|
+
get gc(): Brush;
|
|
3147
|
+
set gc(a: Brush);
|
|
3148
|
+
private f4;
|
|
3149
|
+
get gz(): Brush;
|
|
3150
|
+
set gz(a: Brush);
|
|
3151
|
+
private fv;
|
|
3152
|
+
get gf(): Brush;
|
|
3153
|
+
set gf(a: Brush);
|
|
3154
|
+
private f3;
|
|
3155
|
+
get gy(): Brush;
|
|
3156
|
+
set gy(a: Brush);
|
|
3157
|
+
private fu;
|
|
3158
|
+
get ge(): Brush;
|
|
3159
|
+
set ge(a: Brush);
|
|
3079
3160
|
private f2;
|
|
3080
3161
|
get gx(): Brush;
|
|
3081
3162
|
set gx(a: Brush);
|
|
3082
3163
|
private ft;
|
|
3083
3164
|
get gd(): Brush;
|
|
3084
3165
|
set gd(a: Brush);
|
|
3085
|
-
private
|
|
3086
|
-
get
|
|
3087
|
-
set
|
|
3088
|
-
private fs;
|
|
3089
|
-
get gc(): Brush;
|
|
3090
|
-
set gc(a: Brush);
|
|
3091
|
-
private f0;
|
|
3092
|
-
get gv(): Brush;
|
|
3093
|
-
set gv(a: Brush);
|
|
3094
|
-
private fr;
|
|
3095
|
-
get gb(): Brush;
|
|
3096
|
-
set gb(a: Brush);
|
|
3097
|
-
private bd;
|
|
3098
|
-
get bh(): number;
|
|
3099
|
-
set bh(a: number);
|
|
3166
|
+
private be;
|
|
3167
|
+
get bi(): number;
|
|
3168
|
+
set bi(a: number);
|
|
3100
3169
|
private d;
|
|
3101
3170
|
get g(): CellContentHorizontalAlignment;
|
|
3102
3171
|
set g(a: CellContentHorizontalAlignment);
|
|
@@ -3115,137 +3184,138 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3115
3184
|
private z;
|
|
3116
3185
|
get ab(): TextCellLineBreakMode;
|
|
3117
3186
|
set ab(a: TextCellLineBreakMode);
|
|
3118
|
-
private
|
|
3119
|
-
get
|
|
3120
|
-
set
|
|
3121
|
-
private fu;
|
|
3122
|
-
get ge(): Brush;
|
|
3123
|
-
set ge(a: Brush);
|
|
3124
|
-
private an;
|
|
3125
|
-
get ar(): boolean;
|
|
3126
|
-
set ar(a: boolean);
|
|
3187
|
+
private f5;
|
|
3188
|
+
get g0(): Brush;
|
|
3189
|
+
set g0(a: Brush);
|
|
3127
3190
|
private fw;
|
|
3128
3191
|
get gg(): Brush;
|
|
3129
3192
|
set gg(a: Brush);
|
|
3130
|
-
private
|
|
3131
|
-
get
|
|
3132
|
-
set
|
|
3133
|
-
private
|
|
3134
|
-
get
|
|
3135
|
-
set
|
|
3136
|
-
private
|
|
3137
|
-
get
|
|
3138
|
-
set
|
|
3193
|
+
private ao;
|
|
3194
|
+
get as(): boolean;
|
|
3195
|
+
set as(a: boolean);
|
|
3196
|
+
private fy;
|
|
3197
|
+
get gi(): Brush;
|
|
3198
|
+
set gi(a: Brush);
|
|
3199
|
+
private fp;
|
|
3200
|
+
get f9(): Brush;
|
|
3201
|
+
set f9(a: Brush);
|
|
3202
|
+
private fz;
|
|
3203
|
+
get gj(): Brush;
|
|
3204
|
+
set gj(a: Brush);
|
|
3205
|
+
private fq;
|
|
3206
|
+
get ga(): Brush;
|
|
3207
|
+
set ga(a: Brush);
|
|
3208
|
+
private bv;
|
|
3209
|
+
get cb(): number;
|
|
3210
|
+
set cb(a: number);
|
|
3211
|
+
private bt;
|
|
3212
|
+
get b9(): number;
|
|
3213
|
+
set b9(a: number);
|
|
3139
3214
|
private bu;
|
|
3140
3215
|
get ca(): number;
|
|
3141
3216
|
set ca(a: number);
|
|
3142
3217
|
private bs;
|
|
3143
3218
|
get b8(): number;
|
|
3144
3219
|
set b8(a: number);
|
|
3145
|
-
private
|
|
3146
|
-
get
|
|
3147
|
-
set
|
|
3148
|
-
private
|
|
3149
|
-
get
|
|
3150
|
-
set
|
|
3151
|
-
private
|
|
3152
|
-
get bm(): number;
|
|
3153
|
-
set bm(a: number);
|
|
3154
|
-
private bc;
|
|
3155
|
-
get bf(): number;
|
|
3156
|
-
set bf(a: number);
|
|
3157
|
-
private ag;
|
|
3220
|
+
private bf;
|
|
3221
|
+
get bn(): number;
|
|
3222
|
+
set bn(a: number);
|
|
3223
|
+
private bd;
|
|
3224
|
+
get bg(): number;
|
|
3225
|
+
set bg(a: number);
|
|
3226
|
+
private ah;
|
|
3158
3227
|
get textStyle(): FontInfo;
|
|
3159
3228
|
set textStyle(a: FontInfo);
|
|
3160
|
-
private
|
|
3161
|
-
get
|
|
3162
|
-
set
|
|
3229
|
+
private ag;
|
|
3230
|
+
get ai(): FontInfo;
|
|
3231
|
+
set ai(a: FontInfo);
|
|
3163
3232
|
m(a: CellPath, b: string): CellModel;
|
|
3164
|
-
|
|
3165
|
-
private a6;
|
|
3166
|
-
private bb;
|
|
3167
|
-
private a9;
|
|
3168
|
-
protected abstract n(a: CellPath): CellModel;
|
|
3169
|
-
private ev;
|
|
3233
|
+
bb(a: string): List$1<GridConditionalStyle>;
|
|
3170
3234
|
private a7;
|
|
3171
|
-
|
|
3172
|
-
private
|
|
3173
|
-
protected abstract
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
private
|
|
3178
|
-
|
|
3179
|
-
|
|
3235
|
+
private bc;
|
|
3236
|
+
private ba;
|
|
3237
|
+
protected abstract n(a: CellPath): CellModel;
|
|
3238
|
+
private ew;
|
|
3239
|
+
private a8;
|
|
3240
|
+
d3(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
3241
|
+
private ax;
|
|
3242
|
+
protected abstract d4(a: CellPath, b: DataGrid, c: any): string;
|
|
3243
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3244
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3245
|
+
protected au(a: GridConditionalStyle): boolean;
|
|
3246
|
+
private am;
|
|
3247
|
+
private eg;
|
|
3180
3248
|
private co;
|
|
3181
|
-
private
|
|
3249
|
+
private cp;
|
|
3182
3250
|
private cr;
|
|
3183
|
-
private
|
|
3184
|
-
private
|
|
3185
|
-
private
|
|
3251
|
+
private cs;
|
|
3252
|
+
private gw;
|
|
3253
|
+
private gv;
|
|
3186
3254
|
private bl;
|
|
3187
|
-
|
|
3255
|
+
private bm;
|
|
3256
|
+
bh(a: any): number;
|
|
3188
3257
|
private a;
|
|
3189
3258
|
private b;
|
|
3190
|
-
private
|
|
3259
|
+
private bk;
|
|
3191
3260
|
private p;
|
|
3192
3261
|
dataBinding: (sender: any, args: DataBindingEventArgs) => void;
|
|
3193
3262
|
dataBound: (sender: any, args: DataBindingEventArgs) => void;
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
protected au(a: string): boolean;
|
|
3263
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3264
|
+
d1(a: DataGrid, b: any, c: any): string;
|
|
3265
|
+
e0(): void;
|
|
3198
3266
|
protected av(a: string): boolean;
|
|
3267
|
+
protected aw(a: string): boolean;
|
|
3199
3268
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
3200
|
-
protected
|
|
3201
|
-
protected
|
|
3202
|
-
protected
|
|
3203
|
-
protected e7(): void;
|
|
3269
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3270
|
+
protected e8(): void;
|
|
3271
|
+
protected fk(): void;
|
|
3204
3272
|
protected e9(): void;
|
|
3273
|
+
protected fb(): void;
|
|
3274
|
+
protected fc(): void;
|
|
3205
3275
|
protected fa(): void;
|
|
3206
|
-
protected
|
|
3276
|
+
protected fl(): void;
|
|
3277
|
+
protected fi(): void;
|
|
3278
|
+
protected fh(): void;
|
|
3207
3279
|
protected fj(): void;
|
|
3208
3280
|
protected fg(): void;
|
|
3209
|
-
protected
|
|
3210
|
-
protected
|
|
3211
|
-
|
|
3212
|
-
protected
|
|
3213
|
-
private
|
|
3214
|
-
|
|
3215
|
-
private
|
|
3216
|
-
private
|
|
3281
|
+
protected e4(): void;
|
|
3282
|
+
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3283
|
+
private al;
|
|
3284
|
+
protected fd(): void;
|
|
3285
|
+
private e7;
|
|
3286
|
+
private ff;
|
|
3287
|
+
private a2;
|
|
3288
|
+
private a6;
|
|
3217
3289
|
private a1;
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
protected get a8(): List$1<string>;
|
|
3222
|
-
private ek;
|
|
3290
|
+
protected get a5(): HashSet$1<string>;
|
|
3291
|
+
protected get a9(): List$1<string>;
|
|
3292
|
+
private el;
|
|
3223
3293
|
protected f(): CellContentHorizontalAlignment;
|
|
3224
3294
|
protected k(): CellContentVerticalAlignment;
|
|
3225
|
-
protected
|
|
3295
|
+
protected gu(): Brush;
|
|
3296
|
+
protected go(): Brush;
|
|
3297
|
+
protected gp(): Brush;
|
|
3298
|
+
protected cl(): number;
|
|
3299
|
+
protected ck(): number;
|
|
3226
3300
|
protected gm(): Brush;
|
|
3301
|
+
protected ak(): FontInfo;
|
|
3227
3302
|
protected gn(): Brush;
|
|
3228
|
-
protected
|
|
3229
|
-
protected cj(): number;
|
|
3230
|
-
protected gk(): Brush;
|
|
3231
|
-
protected aj(): FontInfo;
|
|
3232
|
-
protected gl(): Brush;
|
|
3303
|
+
protected gt(): Brush;
|
|
3233
3304
|
protected gr(): Brush;
|
|
3234
|
-
protected gp(): Brush;
|
|
3235
|
-
protected go(): Brush;
|
|
3236
3305
|
protected gq(): Brush;
|
|
3237
|
-
protected
|
|
3306
|
+
protected gs(): Brush;
|
|
3307
|
+
protected bj(): number;
|
|
3238
3308
|
definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
|
|
3239
|
-
private
|
|
3240
|
-
private
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
get
|
|
3244
|
-
get
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3309
|
+
private ae;
|
|
3310
|
+
private an;
|
|
3311
|
+
e3(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3312
|
+
aq(): boolean;
|
|
3313
|
+
get af(): FastIterationDictionary$2<string, any>;
|
|
3314
|
+
get ar(): boolean;
|
|
3315
|
+
ap(a: string): boolean;
|
|
3316
|
+
ey(a: string): void;
|
|
3317
|
+
cq(a: string): any;
|
|
3318
|
+
d2(a: any, b: DataSourceSchemaPropertyType, c: any): string;
|
|
3249
3319
|
y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
|
|
3250
3320
|
cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
|
|
3251
3321
|
}
|
|
@@ -3255,323 +3325,372 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3255
3325
|
export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
|
|
3256
3326
|
static $t: Type;
|
|
3257
3327
|
constructor();
|
|
3258
|
-
|
|
3259
|
-
protected
|
|
3328
|
+
private ok;
|
|
3329
|
+
protected e2(a: GridConditionalStyle): void;
|
|
3260
3330
|
protected ct(): any;
|
|
3261
3331
|
protected cu(): any;
|
|
3262
|
-
protected
|
|
3263
|
-
protected
|
|
3264
|
-
protected
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3332
|
+
protected cv(): any;
|
|
3333
|
+
protected au(a: GridConditionalStyle): boolean;
|
|
3334
|
+
protected qj(): Brush;
|
|
3335
|
+
protected qi(): Brush;
|
|
3336
|
+
private static la;
|
|
3337
|
+
lb: number;
|
|
3338
|
+
private hv;
|
|
3339
|
+
get hw(): ColumnStates;
|
|
3340
|
+
set hw(a: ColumnStates);
|
|
3341
|
+
private kw;
|
|
3342
|
+
get k7(): number;
|
|
3343
|
+
set k7(a: number);
|
|
3344
|
+
private ky;
|
|
3345
|
+
get k9(): number;
|
|
3346
|
+
set k9(a: number);
|
|
3347
|
+
private kx;
|
|
3348
|
+
get k8(): number;
|
|
3349
|
+
set k8(a: number);
|
|
3350
|
+
private kv;
|
|
3351
|
+
get k6(): number;
|
|
3352
|
+
set k6(a: number);
|
|
3353
|
+
private lj;
|
|
3354
|
+
get ni(): string;
|
|
3355
|
+
set ni(a: string);
|
|
3356
|
+
private kt;
|
|
3357
|
+
get k4(): number;
|
|
3358
|
+
set k4(a: number);
|
|
3359
|
+
private ks;
|
|
3360
|
+
get k3(): number;
|
|
3361
|
+
set k3(a: number);
|
|
3362
|
+
private ku;
|
|
3363
|
+
get k5(): number;
|
|
3364
|
+
set k5(a: number);
|
|
3365
|
+
private ip;
|
|
3366
|
+
get ir(): PinnedPositions;
|
|
3367
|
+
set ir(a: PinnedPositions);
|
|
3368
|
+
private lh;
|
|
3369
|
+
get mr(): string;
|
|
3370
|
+
set mr(a: string);
|
|
3371
|
+
private li;
|
|
3283
3372
|
get my(): string;
|
|
3284
3373
|
set my(a: string);
|
|
3285
|
-
private
|
|
3286
|
-
get
|
|
3287
|
-
set
|
|
3288
|
-
private
|
|
3289
|
-
get
|
|
3290
|
-
set
|
|
3291
|
-
private
|
|
3292
|
-
get
|
|
3293
|
-
set
|
|
3294
|
-
private
|
|
3295
|
-
get
|
|
3296
|
-
set
|
|
3297
|
-
private
|
|
3298
|
-
get
|
|
3299
|
-
set
|
|
3300
|
-
private
|
|
3301
|
-
get
|
|
3302
|
-
set
|
|
3303
|
-
private
|
|
3304
|
-
get
|
|
3305
|
-
set
|
|
3306
|
-
private
|
|
3307
|
-
get
|
|
3308
|
-
set
|
|
3309
|
-
private
|
|
3310
|
-
get oy(): Brush;
|
|
3311
|
-
set oy(a: Brush);
|
|
3312
|
-
private oo;
|
|
3313
|
-
get o3(): Brush;
|
|
3314
|
-
set o3(a: Brush);
|
|
3315
|
-
private oj;
|
|
3316
|
-
get ow(): Brush;
|
|
3317
|
-
set ow(a: Brush);
|
|
3318
|
-
private op;
|
|
3319
|
-
get o4(): Brush;
|
|
3320
|
-
set o4(a: Brush);
|
|
3321
|
-
private ok;
|
|
3322
|
-
get ox(): Brush;
|
|
3323
|
-
set ox(a: Brush);
|
|
3324
|
-
private h7;
|
|
3325
|
-
get h8(): GridColumnAnimationSettings;
|
|
3326
|
-
set h8(a: GridColumnAnimationSettings);
|
|
3327
|
-
private hv;
|
|
3374
|
+
private lf;
|
|
3375
|
+
get l0(): string;
|
|
3376
|
+
set l0(a: string);
|
|
3377
|
+
private pv;
|
|
3378
|
+
get qm(): Brush;
|
|
3379
|
+
set qm(a: Brush);
|
|
3380
|
+
private pk;
|
|
3381
|
+
get p9(): Brush;
|
|
3382
|
+
set p9(a: Brush);
|
|
3383
|
+
private pt;
|
|
3384
|
+
get qk(): Brush;
|
|
3385
|
+
set qk(a: Brush);
|
|
3386
|
+
private pi;
|
|
3387
|
+
get p7(): Brush;
|
|
3388
|
+
set p7(a: Brush);
|
|
3389
|
+
private pu;
|
|
3390
|
+
get ql(): Brush;
|
|
3391
|
+
set ql(a: Brush);
|
|
3392
|
+
private pj;
|
|
3393
|
+
get p8(): Brush;
|
|
3394
|
+
set p8(a: Brush);
|
|
3395
|
+
private ib;
|
|
3396
|
+
get ic(): GridColumnAnimationSettings;
|
|
3397
|
+
set ic(a: GridColumnAnimationSettings);
|
|
3398
|
+
private hx;
|
|
3328
3399
|
get width(): ColumnWidth;
|
|
3329
3400
|
set width(a: ColumnWidth);
|
|
3330
|
-
private
|
|
3331
|
-
get
|
|
3332
|
-
set
|
|
3401
|
+
private ka;
|
|
3402
|
+
get ki(): number;
|
|
3403
|
+
set ki(a: number);
|
|
3404
|
+
private ji;
|
|
3405
|
+
get j0(): boolean;
|
|
3406
|
+
set j0(a: boolean);
|
|
3407
|
+
private jc;
|
|
3408
|
+
get ju(): boolean;
|
|
3409
|
+
set ju(a: boolean);
|
|
3410
|
+
private jl;
|
|
3411
|
+
get j3(): boolean;
|
|
3412
|
+
set j3(a: boolean);
|
|
3413
|
+
private g3;
|
|
3414
|
+
get g4(): ColumnFilterCondition;
|
|
3415
|
+
set g4(a: ColumnFilterCondition);
|
|
3416
|
+
private g5;
|
|
3417
|
+
get g6(): IFilterExpression;
|
|
3418
|
+
set g6(a: IFilterExpression);
|
|
3419
|
+
private ig;
|
|
3420
|
+
get header(): Header;
|
|
3421
|
+
set header(a: Header);
|
|
3422
|
+
private jh;
|
|
3423
|
+
get jz(): boolean;
|
|
3424
|
+
set jz(a: boolean);
|
|
3425
|
+
private jk;
|
|
3426
|
+
get j2(): boolean;
|
|
3427
|
+
set j2(a: boolean);
|
|
3428
|
+
private jj;
|
|
3429
|
+
get j1(): boolean;
|
|
3430
|
+
set j1(a: boolean);
|
|
3431
|
+
private jm;
|
|
3432
|
+
get j5(): boolean;
|
|
3433
|
+
set j5(a: boolean);
|
|
3434
|
+
private ht;
|
|
3435
|
+
get hu(): ColumnSortDirection;
|
|
3436
|
+
set hu(a: ColumnSortDirection);
|
|
3437
|
+
private iq;
|
|
3438
|
+
get is(): PinnedPositions;
|
|
3439
|
+
set is(a: PinnedPositions);
|
|
3333
3440
|
private jb;
|
|
3334
3441
|
get jt(): boolean;
|
|
3335
3442
|
set jt(a: boolean);
|
|
3336
|
-
|
|
3443
|
+
get jq(): boolean;
|
|
3444
|
+
private hj;
|
|
3445
|
+
get hl(): ColumnOptionsIconAlignment;
|
|
3446
|
+
set hl(a: ColumnOptionsIconAlignment);
|
|
3447
|
+
private hk;
|
|
3448
|
+
get hm(): ColumnOptionsIconAlignment;
|
|
3449
|
+
set hm(a: ColumnOptionsIconAlignment);
|
|
3450
|
+
private pe;
|
|
3451
|
+
get p3(): Brush;
|
|
3452
|
+
set p3(a: Brush);
|
|
3453
|
+
private pp;
|
|
3454
|
+
get qe(): Brush;
|
|
3455
|
+
set qe(a: Brush);
|
|
3456
|
+
private ho;
|
|
3457
|
+
get hq(): ColumnOptionsIconBehavior;
|
|
3458
|
+
set hq(a: ColumnOptionsIconBehavior);
|
|
3459
|
+
private hn;
|
|
3460
|
+
get hp(): ColumnOptionsIconBehavior;
|
|
3461
|
+
set hp(a: ColumnOptionsIconBehavior);
|
|
3462
|
+
private i7;
|
|
3337
3463
|
get jn(): boolean;
|
|
3338
3464
|
set jn(a: boolean);
|
|
3339
|
-
private je;
|
|
3340
|
-
get jw(): boolean;
|
|
3341
|
-
set jw(a: boolean);
|
|
3342
|
-
private g1;
|
|
3343
|
-
get g2(): ColumnFilterCondition;
|
|
3344
|
-
set g2(a: ColumnFilterCondition);
|
|
3345
|
-
private g3;
|
|
3346
|
-
get g4(): IFilterExpression;
|
|
3347
|
-
set g4(a: IFilterExpression);
|
|
3348
|
-
private ib;
|
|
3349
|
-
get header(): Header;
|
|
3350
|
-
set header(a: Header);
|
|
3351
|
-
private ja;
|
|
3352
|
-
get js(): boolean;
|
|
3353
|
-
set js(a: boolean);
|
|
3354
3465
|
private jd;
|
|
3355
3466
|
get jv(): boolean;
|
|
3356
3467
|
set jv(a: boolean);
|
|
3357
|
-
private
|
|
3358
|
-
get
|
|
3359
|
-
set
|
|
3468
|
+
private i9;
|
|
3469
|
+
get jp(): boolean;
|
|
3470
|
+
set jp(a: boolean);
|
|
3360
3471
|
private jf;
|
|
3361
|
-
get
|
|
3362
|
-
set
|
|
3363
|
-
private
|
|
3364
|
-
get hs(): ColumnSortDirection;
|
|
3365
|
-
set hs(a: ColumnSortDirection);
|
|
3366
|
-
private il;
|
|
3367
|
-
get io(): PinnedPositions;
|
|
3368
|
-
set io(a: PinnedPositions);
|
|
3369
|
-
private i4;
|
|
3370
|
-
get jm(): boolean;
|
|
3371
|
-
set jm(a: boolean);
|
|
3372
|
-
get jj(): boolean;
|
|
3373
|
-
private hh;
|
|
3374
|
-
get hj(): ColumnOptionsIconAlignment;
|
|
3375
|
-
set hj(a: ColumnOptionsIconAlignment);
|
|
3376
|
-
private hi;
|
|
3377
|
-
get hk(): ColumnOptionsIconAlignment;
|
|
3378
|
-
set hk(a: ColumnOptionsIconAlignment);
|
|
3379
|
-
private oh;
|
|
3380
|
-
get ou(): Brush;
|
|
3381
|
-
set ou(a: Brush);
|
|
3382
|
-
private om;
|
|
3383
|
-
get oz(): Brush;
|
|
3384
|
-
set oz(a: Brush);
|
|
3385
|
-
private hm;
|
|
3386
|
-
get ho(): ColumnOptionsIconBehavior;
|
|
3387
|
-
set ho(a: ColumnOptionsIconBehavior);
|
|
3388
|
-
private hl;
|
|
3389
|
-
get hn(): ColumnOptionsIconBehavior;
|
|
3390
|
-
set hn(a: ColumnOptionsIconBehavior);
|
|
3391
|
-
private i0;
|
|
3392
|
-
get jg(): boolean;
|
|
3393
|
-
set jg(a: boolean);
|
|
3394
|
-
private i6;
|
|
3472
|
+
get jx(): boolean;
|
|
3473
|
+
set jx(a: boolean);
|
|
3474
|
+
private i8;
|
|
3395
3475
|
get jo(): boolean;
|
|
3396
3476
|
set jo(a: boolean);
|
|
3477
|
+
private je;
|
|
3478
|
+
get jw(): boolean;
|
|
3479
|
+
set jw(a: boolean);
|
|
3480
|
+
private iw;
|
|
3481
|
+
get ix(): BaseControlTheme;
|
|
3482
|
+
set ix(a: BaseControlTheme);
|
|
3483
|
+
private pd;
|
|
3484
|
+
get p0(): Brush;
|
|
3485
|
+
set p0(a: Brush);
|
|
3486
|
+
private pm;
|
|
3487
|
+
get qb(): Brush;
|
|
3488
|
+
set qb(a: Brush);
|
|
3489
|
+
private pg;
|
|
3490
|
+
get p5(): Brush;
|
|
3491
|
+
set p5(a: Brush);
|
|
3492
|
+
private pr;
|
|
3493
|
+
get qg(): Brush;
|
|
3494
|
+
set qg(a: Brush);
|
|
3495
|
+
private pf;
|
|
3496
|
+
get p4(): Brush;
|
|
3497
|
+
set p4(a: Brush);
|
|
3498
|
+
private pq;
|
|
3499
|
+
get qf(): Brush;
|
|
3500
|
+
set qf(a: Brush);
|
|
3501
|
+
static readonly lq: string;
|
|
3502
|
+
private pa;
|
|
3503
|
+
get p1(): Brush;
|
|
3504
|
+
set p1(a: Brush);
|
|
3505
|
+
private pn;
|
|
3506
|
+
get qc(): Brush;
|
|
3507
|
+
set qc(a: Brush);
|
|
3508
|
+
private pb;
|
|
3509
|
+
get p2(): Brush;
|
|
3510
|
+
set p2(a: Brush);
|
|
3511
|
+
private po;
|
|
3512
|
+
get qd(): Brush;
|
|
3513
|
+
set qd(a: Brush);
|
|
3514
|
+
private pc;
|
|
3515
|
+
get pz(): Brush;
|
|
3516
|
+
set pz(a: Brush);
|
|
3517
|
+
private pl;
|
|
3518
|
+
get qa(): Brush;
|
|
3519
|
+
set qa(a: Brush);
|
|
3520
|
+
private jg;
|
|
3521
|
+
get jy(): boolean;
|
|
3522
|
+
set jy(a: boolean);
|
|
3523
|
+
private ps;
|
|
3524
|
+
get qh(): Brush;
|
|
3525
|
+
set qh(a: Brush);
|
|
3526
|
+
private ph;
|
|
3527
|
+
get p6(): Brush;
|
|
3528
|
+
set p6(a: Brush);
|
|
3529
|
+
private j9;
|
|
3530
|
+
get kh(): number;
|
|
3531
|
+
set kh(a: number);
|
|
3532
|
+
private j8;
|
|
3533
|
+
get kg(): number;
|
|
3534
|
+
set kg(a: number);
|
|
3397
3535
|
private i2;
|
|
3398
|
-
get ji(): boolean;
|
|
3399
|
-
set ji(a: boolean);
|
|
3400
|
-
private i8;
|
|
3401
|
-
get jq(): boolean;
|
|
3402
|
-
set jq(a: boolean);
|
|
3403
|
-
private i1;
|
|
3404
|
-
get jh(): boolean;
|
|
3405
|
-
set jh(a: boolean);
|
|
3406
|
-
private i7;
|
|
3407
|
-
get jp(): boolean;
|
|
3408
|
-
set jp(a: boolean);
|
|
3409
|
-
private i9;
|
|
3410
|
-
get jr(): boolean;
|
|
3411
|
-
set jr(a: boolean);
|
|
3412
|
-
private on;
|
|
3413
|
-
get o0(): Brush;
|
|
3414
|
-
set o0(a: Brush);
|
|
3415
|
-
private oi;
|
|
3416
|
-
get ov(): Brush;
|
|
3417
|
-
set ov(a: Brush);
|
|
3418
|
-
private j2;
|
|
3419
|
-
get ka(): number;
|
|
3420
|
-
set ka(a: number);
|
|
3421
|
-
private j1;
|
|
3422
|
-
get j9(): number;
|
|
3423
|
-
set j9(a: number);
|
|
3424
|
-
private iv;
|
|
3425
3536
|
get textEditStyle(): FontInfo;
|
|
3426
3537
|
set textEditStyle(a: FontInfo);
|
|
3427
|
-
private
|
|
3428
|
-
get
|
|
3429
|
-
set
|
|
3430
|
-
private
|
|
3431
|
-
get
|
|
3432
|
-
set
|
|
3433
|
-
private
|
|
3434
|
-
get
|
|
3435
|
-
set
|
|
3436
|
-
private
|
|
3437
|
-
get
|
|
3438
|
-
set
|
|
3439
|
-
private
|
|
3440
|
-
get
|
|
3441
|
-
set
|
|
3442
|
-
private
|
|
3443
|
-
get
|
|
3444
|
-
set
|
|
3445
|
-
private
|
|
3446
|
-
get
|
|
3447
|
-
set
|
|
3448
|
-
private
|
|
3538
|
+
private i1;
|
|
3539
|
+
get i4(): FontInfo;
|
|
3540
|
+
set i4(a: FontInfo);
|
|
3541
|
+
private h3;
|
|
3542
|
+
get h4(): EditorType;
|
|
3543
|
+
set h4(a: EditorType);
|
|
3544
|
+
private lc;
|
|
3545
|
+
get ld(): any;
|
|
3546
|
+
set ld(a: any);
|
|
3547
|
+
private lg;
|
|
3548
|
+
get mn(): string;
|
|
3549
|
+
set mn(a: string);
|
|
3550
|
+
private g1;
|
|
3551
|
+
get g2(): string[];
|
|
3552
|
+
set g2(a: string[]);
|
|
3553
|
+
private il;
|
|
3554
|
+
get io(): MergedCellMode;
|
|
3555
|
+
set io(a: MergedCellMode);
|
|
3556
|
+
private ii;
|
|
3557
|
+
get ik(): MergedCellEvaluationCriteria;
|
|
3558
|
+
set ik(a: MergedCellEvaluationCriteria);
|
|
3559
|
+
private ha;
|
|
3560
|
+
get hd(): CellContentVerticalAlignment;
|
|
3561
|
+
set hd(a: CellContentVerticalAlignment);
|
|
3562
|
+
private g9;
|
|
3449
3563
|
get hb(): CellContentVerticalAlignment;
|
|
3450
3564
|
set hb(a: CellContentVerticalAlignment);
|
|
3451
|
-
private
|
|
3452
|
-
get
|
|
3453
|
-
set
|
|
3454
|
-
private
|
|
3455
|
-
get
|
|
3456
|
-
set
|
|
3457
|
-
private
|
|
3458
|
-
get
|
|
3459
|
-
set
|
|
3460
|
-
private
|
|
3461
|
-
get
|
|
3462
|
-
set
|
|
3463
|
-
private
|
|
3464
|
-
get
|
|
3465
|
-
set
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
private
|
|
3474
|
-
get
|
|
3475
|
-
set
|
|
3476
|
-
private
|
|
3477
|
-
get o8(): Brush;
|
|
3478
|
-
set o8(a: Brush);
|
|
3479
|
-
private iw;
|
|
3565
|
+
private kp;
|
|
3566
|
+
get k0(): number;
|
|
3567
|
+
set k0(a: number);
|
|
3568
|
+
private kr;
|
|
3569
|
+
get k2(): number;
|
|
3570
|
+
set k2(a: number);
|
|
3571
|
+
private kq;
|
|
3572
|
+
get k1(): number;
|
|
3573
|
+
set k1(a: number);
|
|
3574
|
+
private ko;
|
|
3575
|
+
get kz(): number;
|
|
3576
|
+
set kz(a: number);
|
|
3577
|
+
private h5;
|
|
3578
|
+
get h6(): FilterComparisonType;
|
|
3579
|
+
set h6(a: FilterComparisonType);
|
|
3580
|
+
h8(a: FilterComparisonType): FilterComparisonType;
|
|
3581
|
+
h7(): FilterComparisonType;
|
|
3582
|
+
private id;
|
|
3583
|
+
get ie(): GridFilterOperandsCollection;
|
|
3584
|
+
private lm;
|
|
3585
|
+
get n6(): string;
|
|
3586
|
+
set n6(a: string);
|
|
3587
|
+
private py;
|
|
3588
|
+
get qp(): Brush;
|
|
3589
|
+
set qp(a: Brush);
|
|
3590
|
+
private i3;
|
|
3480
3591
|
get suffixTextStyle(): FontInfo;
|
|
3481
3592
|
set suffixTextStyle(a: FontInfo);
|
|
3482
|
-
private
|
|
3483
|
-
get
|
|
3484
|
-
set
|
|
3485
|
-
private
|
|
3486
|
-
get
|
|
3487
|
-
set
|
|
3488
|
-
private
|
|
3489
|
-
get
|
|
3490
|
-
set
|
|
3491
|
-
private
|
|
3492
|
-
get
|
|
3493
|
-
set
|
|
3494
|
-
private
|
|
3495
|
-
get
|
|
3496
|
-
set
|
|
3497
|
-
private
|
|
3498
|
-
get
|
|
3499
|
-
set
|
|
3500
|
-
private
|
|
3501
|
-
get
|
|
3502
|
-
set
|
|
3503
|
-
private
|
|
3504
|
-
get
|
|
3505
|
-
set
|
|
3506
|
-
private
|
|
3507
|
-
get
|
|
3508
|
-
set
|
|
3509
|
-
private
|
|
3510
|
-
get
|
|
3511
|
-
set
|
|
3593
|
+
private ll;
|
|
3594
|
+
get ny(): string;
|
|
3595
|
+
set ny(a: string);
|
|
3596
|
+
private lk;
|
|
3597
|
+
get nv(): string;
|
|
3598
|
+
set nv(a: string);
|
|
3599
|
+
private px;
|
|
3600
|
+
get qo(): Brush;
|
|
3601
|
+
set qo(a: Brush);
|
|
3602
|
+
private pw;
|
|
3603
|
+
get qn(): Brush;
|
|
3604
|
+
set qn(a: Brush);
|
|
3605
|
+
private kc;
|
|
3606
|
+
get kk(): number;
|
|
3607
|
+
set kk(a: number);
|
|
3608
|
+
private kd;
|
|
3609
|
+
get kl(): number;
|
|
3610
|
+
set kl(a: number);
|
|
3611
|
+
private ke;
|
|
3612
|
+
get km(): number;
|
|
3613
|
+
set km(a: number);
|
|
3614
|
+
private kb;
|
|
3615
|
+
get kj(): number;
|
|
3616
|
+
set kj(a: number);
|
|
3617
|
+
private kf;
|
|
3618
|
+
get kn(): number;
|
|
3619
|
+
set kn(a: number);
|
|
3620
|
+
private it;
|
|
3621
|
+
get iu(): TextCellDecoration;
|
|
3622
|
+
set iu(a: TextCellDecoration);
|
|
3512
3623
|
formatCell: (sender: any, args: FormatCellEventArgs) => void;
|
|
3513
|
-
private
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
protected gp(): Brush;
|
|
3624
|
+
private od;
|
|
3625
|
+
im(): MergedCellMode;
|
|
3626
|
+
ij(): MergedCellEvaluationCriteria;
|
|
3627
|
+
j4(): boolean;
|
|
3518
3628
|
protected gr(): Brush;
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3629
|
+
protected gt(): Brush;
|
|
3630
|
+
ob(a: CellModel, b: any, c: any): string;
|
|
3631
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3632
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
3633
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3634
|
+
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3635
|
+
protected he(): CellContentVerticalAlignment;
|
|
3636
|
+
protected g8(): CellContentHorizontalAlignment;
|
|
3524
3637
|
protected hc(): CellContentVerticalAlignment;
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
protected
|
|
3638
|
+
private o6;
|
|
3639
|
+
private oj;
|
|
3640
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
3641
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
3642
|
+
o7(): void;
|
|
3643
|
+
o8(): void;
|
|
3644
|
+
o9(): void;
|
|
3645
|
+
protected e8(): void;
|
|
3646
|
+
protected fk(): void;
|
|
3647
|
+
protected fl(): void;
|
|
3535
3648
|
protected fi(): void;
|
|
3649
|
+
protected o3(): void;
|
|
3650
|
+
protected o5(): void;
|
|
3651
|
+
protected o4(): void;
|
|
3652
|
+
protected fh(): void;
|
|
3536
3653
|
protected fj(): void;
|
|
3537
3654
|
protected fg(): void;
|
|
3538
|
-
protected
|
|
3539
|
-
protected
|
|
3540
|
-
protected
|
|
3541
|
-
protected
|
|
3542
|
-
protected
|
|
3543
|
-
protected
|
|
3544
|
-
protected
|
|
3545
|
-
protected
|
|
3546
|
-
protected
|
|
3547
|
-
protected
|
|
3548
|
-
protected
|
|
3549
|
-
protected
|
|
3655
|
+
protected or(): void;
|
|
3656
|
+
protected oy(): void;
|
|
3657
|
+
protected ox(): void;
|
|
3658
|
+
protected ot(): void;
|
|
3659
|
+
protected o0(): void;
|
|
3660
|
+
protected ow(): void;
|
|
3661
|
+
protected o2(): void;
|
|
3662
|
+
protected os(): void;
|
|
3663
|
+
protected o1(): void;
|
|
3664
|
+
protected oz(): void;
|
|
3665
|
+
protected ou(): void;
|
|
3666
|
+
protected ov(): void;
|
|
3667
|
+
protected oq(): void;
|
|
3550
3668
|
columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3551
3669
|
columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3552
|
-
protected
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
private
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3670
|
+
protected om(a: CellModel): void;
|
|
3671
|
+
protected op(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3672
|
+
hi(): ColumnHidingAnimationMode;
|
|
3673
|
+
hs(): ColumnShowingAnimationMode;
|
|
3674
|
+
hh(): ColumnExchangingAnimationMode;
|
|
3675
|
+
hr(): ColumnResizingAnimationMode;
|
|
3676
|
+
mw(): string;
|
|
3677
|
+
private iz;
|
|
3678
|
+
private ja;
|
|
3679
|
+
oo(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3680
|
+
js(): boolean;
|
|
3681
|
+
get i0(): FastIterationDictionary$2<string, any>;
|
|
3682
|
+
jr(a: string): boolean;
|
|
3683
|
+
on(a: string): void;
|
|
3684
|
+
le(a: string): any;
|
|
3685
|
+
j7: List$1<LayoutAction>;
|
|
3686
|
+
ol(a: string): void;
|
|
3687
|
+
of(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
3688
|
+
oe(a: string, b: number, c: any): void;
|
|
3689
|
+
g7(a: FilterOperand, b: any): IFilterExpression;
|
|
3690
|
+
h9(a: string, b: number): FilterOperand;
|
|
3691
|
+
og(): void;
|
|
3692
|
+
private h1;
|
|
3693
|
+
get h2(): DataGridColumnToolbarManager;
|
|
3575
3694
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
3576
3695
|
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
3577
3696
|
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
@@ -3584,12 +3703,15 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3584
3703
|
private _invalidateActions;
|
|
3585
3704
|
get invalidateActions(): () => void;
|
|
3586
3705
|
set invalidateActions(a: () => void);
|
|
3587
|
-
private
|
|
3588
|
-
|
|
3589
|
-
|
|
3706
|
+
private j6;
|
|
3707
|
+
iy(): IToolbarContextAccessor;
|
|
3708
|
+
oi(a: (arg1: IToolbarContextAccessor) => void): void;
|
|
3590
3709
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
3591
3710
|
dismissContextAccessor(a: IToolbarContextAccessor): void;
|
|
3592
|
-
|
|
3711
|
+
oh(): void;
|
|
3712
|
+
hz: DataGridColumn;
|
|
3713
|
+
abstract h0(): DataGridColumn;
|
|
3714
|
+
onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
|
|
3593
3715
|
}
|
|
3594
3716
|
/**
|
|
3595
3717
|
* @hidden
|
|
@@ -3878,23 +4000,24 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
|
|
|
3878
4000
|
*/
|
|
3879
4001
|
export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
3880
4002
|
static $t: Type;
|
|
3881
|
-
protected
|
|
4003
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
3882
4004
|
protected n(a: CellPath): CellModel;
|
|
3883
|
-
protected
|
|
3884
|
-
private
|
|
4005
|
+
protected gn(): Brush;
|
|
4006
|
+
private g5;
|
|
4007
|
+
get g6(): number;
|
|
4008
|
+
set g6(a: number);
|
|
4009
|
+
private g1;
|
|
4010
|
+
get g3(): number;
|
|
4011
|
+
set g3(a: number);
|
|
4012
|
+
private g2;
|
|
3885
4013
|
get g4(): number;
|
|
3886
4014
|
set g4(a: number);
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
protected er(a: DataGrid, b: DataGrid): void;
|
|
3894
|
-
protected e6(): void;
|
|
3895
|
-
protected g8(): void;
|
|
3896
|
-
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
3897
|
-
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4015
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4016
|
+
protected e8(): void;
|
|
4017
|
+
protected ha(): void;
|
|
4018
|
+
protected e4(): void;
|
|
4019
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4020
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3898
4021
|
}
|
|
3899
4022
|
/**
|
|
3900
4023
|
* @hidden
|
|
@@ -3902,71 +4025,73 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
3902
4025
|
export declare class ComboBoxColumn extends DataGridColumn {
|
|
3903
4026
|
static $t: Type;
|
|
3904
4027
|
constructor();
|
|
3905
|
-
private
|
|
3906
|
-
get
|
|
3907
|
-
set
|
|
3908
|
-
get
|
|
3909
|
-
set
|
|
3910
|
-
get
|
|
3911
|
-
set
|
|
3912
|
-
get
|
|
3913
|
-
set
|
|
3914
|
-
get
|
|
3915
|
-
set
|
|
4028
|
+
private qr;
|
|
4029
|
+
get qs(): IDataSource;
|
|
4030
|
+
set qs(a: IDataSource);
|
|
4031
|
+
get qt(): any;
|
|
4032
|
+
set qt(a: any);
|
|
4033
|
+
get qx(): string;
|
|
4034
|
+
set qx(a: string);
|
|
4035
|
+
get qy(): string;
|
|
4036
|
+
set qy(a: string);
|
|
4037
|
+
get qq(): string[];
|
|
4038
|
+
set qq(a: string[]);
|
|
3916
4039
|
protected n(a: CellPath): CellModel;
|
|
3917
|
-
protected
|
|
3918
|
-
protected
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
protected
|
|
3923
|
-
private
|
|
3924
|
-
private
|
|
3925
|
-
private
|
|
3926
|
-
|
|
4040
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4041
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4042
|
+
d1(a: DataGrid, b: any, c: any): string;
|
|
4043
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4044
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4045
|
+
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4046
|
+
private qz;
|
|
4047
|
+
private q0;
|
|
4048
|
+
private qv;
|
|
4049
|
+
qw(a: any): string;
|
|
4050
|
+
h0(): DataGridColumn;
|
|
3927
4051
|
}
|
|
3928
4052
|
/**
|
|
3929
4053
|
* @hidden
|
|
3930
4054
|
*/
|
|
3931
4055
|
export declare class DateTimeColumn extends DataGridColumn {
|
|
3932
4056
|
static $t: Type;
|
|
3933
|
-
private
|
|
3934
|
-
private
|
|
3935
|
-
get
|
|
3936
|
-
set
|
|
3937
|
-
private
|
|
3938
|
-
get
|
|
3939
|
-
set
|
|
3940
|
-
private
|
|
3941
|
-
get
|
|
3942
|
-
set
|
|
3943
|
-
private
|
|
3944
|
-
get
|
|
3945
|
-
set
|
|
3946
|
-
private
|
|
3947
|
-
get
|
|
3948
|
-
set
|
|
3949
|
-
private
|
|
3950
|
-
get
|
|
3951
|
-
set
|
|
3952
|
-
get
|
|
3953
|
-
set
|
|
3954
|
-
get
|
|
3955
|
-
set
|
|
3956
|
-
get
|
|
3957
|
-
set
|
|
3958
|
-
get
|
|
3959
|
-
set
|
|
3960
|
-
protected
|
|
4057
|
+
private qt;
|
|
4058
|
+
private qu;
|
|
4059
|
+
get qv(): DateTimeFormats;
|
|
4060
|
+
set qv(a: DateTimeFormats);
|
|
4061
|
+
private q4;
|
|
4062
|
+
get rd(): string;
|
|
4063
|
+
set rd(a: string);
|
|
4064
|
+
private q3;
|
|
4065
|
+
get q6(): string;
|
|
4066
|
+
set q6(a: string);
|
|
4067
|
+
private qq;
|
|
4068
|
+
get qr(): any[];
|
|
4069
|
+
set qr(a: any[]);
|
|
4070
|
+
private q0;
|
|
4071
|
+
get q2(): any;
|
|
4072
|
+
set q2(a: any);
|
|
4073
|
+
private qx;
|
|
4074
|
+
get qy(): boolean;
|
|
4075
|
+
set qy(a: boolean);
|
|
4076
|
+
get qw(): EditorType;
|
|
4077
|
+
set qw(a: EditorType);
|
|
4078
|
+
get q1(): any;
|
|
4079
|
+
set q1(a: any);
|
|
4080
|
+
get q8(): string;
|
|
4081
|
+
set q8(a: string);
|
|
4082
|
+
get q9(): string;
|
|
4083
|
+
set q9(a: string);
|
|
4084
|
+
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3961
4085
|
constructor();
|
|
3962
4086
|
protected n(a: CellPath): CellModel;
|
|
3963
|
-
protected
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
private
|
|
3968
|
-
|
|
3969
|
-
private
|
|
4087
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4088
|
+
d1(a: DataGrid, b: any, c: any): string;
|
|
4089
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4090
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4091
|
+
private qz;
|
|
4092
|
+
qs: BindingFormatter;
|
|
4093
|
+
private ra;
|
|
4094
|
+
h0(): DataGridColumn;
|
|
3970
4095
|
}
|
|
3971
4096
|
/**
|
|
3972
4097
|
* @hidden
|
|
@@ -4101,21 +4226,21 @@ export declare class DataGridColumnToolbarManager extends Base {
|
|
|
4101
4226
|
export declare class EditorDefinition extends DefinitionBase {
|
|
4102
4227
|
static $t: Type;
|
|
4103
4228
|
constructor();
|
|
4104
|
-
private
|
|
4105
|
-
get
|
|
4106
|
-
set
|
|
4229
|
+
private g8;
|
|
4230
|
+
get g9(): Rect;
|
|
4231
|
+
set g9(a: Rect);
|
|
4232
|
+
private g3;
|
|
4233
|
+
get g6(): string;
|
|
4234
|
+
set g6(a: string);
|
|
4107
4235
|
private g1;
|
|
4108
|
-
get
|
|
4109
|
-
set
|
|
4110
|
-
private gz;
|
|
4111
|
-
get g0(): CellModel;
|
|
4112
|
-
set g0(a: CellModel);
|
|
4236
|
+
get g2(): CellModel;
|
|
4237
|
+
set g2(a: CellModel);
|
|
4113
4238
|
protected n(a: CellPath): CellModel;
|
|
4114
|
-
protected
|
|
4115
|
-
protected
|
|
4116
|
-
protected
|
|
4117
|
-
|
|
4118
|
-
|
|
4239
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4240
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4241
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4242
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4243
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4119
4244
|
}
|
|
4120
4245
|
/**
|
|
4121
4246
|
* @hidden
|
|
@@ -4124,37 +4249,37 @@ export declare class EditRowDefinition extends DefinitionBase {
|
|
|
4124
4249
|
static $t: Type;
|
|
4125
4250
|
constructor();
|
|
4126
4251
|
protected n(a: CellPath): CellModel;
|
|
4127
|
-
protected
|
|
4128
|
-
protected
|
|
4129
|
-
protected
|
|
4130
|
-
|
|
4252
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4253
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4254
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4255
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4131
4256
|
}
|
|
4132
4257
|
/**
|
|
4133
4258
|
* @hidden
|
|
4134
4259
|
*/
|
|
4135
4260
|
export declare class FilterRowDefinition extends DefinitionBase {
|
|
4136
4261
|
static $t: Type;
|
|
4137
|
-
private g0;
|
|
4138
|
-
get g4(): number;
|
|
4139
|
-
set g4(a: number);
|
|
4140
4262
|
private g2;
|
|
4141
4263
|
get g6(): number;
|
|
4142
4264
|
set g6(a: number);
|
|
4265
|
+
private g4;
|
|
4266
|
+
get g8(): number;
|
|
4267
|
+
set g8(a: number);
|
|
4268
|
+
private g3;
|
|
4269
|
+
get g7(): number;
|
|
4270
|
+
set g7(a: number);
|
|
4143
4271
|
private g1;
|
|
4144
4272
|
get g5(): number;
|
|
4145
4273
|
set g5(a: number);
|
|
4146
|
-
private gz;
|
|
4147
|
-
get g3(): number;
|
|
4148
|
-
set g3(a: number);
|
|
4149
4274
|
constructor();
|
|
4150
4275
|
protected n(a: CellPath): CellModel;
|
|
4151
|
-
protected
|
|
4152
|
-
protected
|
|
4153
|
-
protected
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
protected
|
|
4157
|
-
protected
|
|
4276
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4277
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4278
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4279
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4280
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4281
|
+
protected fk(): void;
|
|
4282
|
+
protected e8(): void;
|
|
4158
4283
|
}
|
|
4159
4284
|
/**
|
|
4160
4285
|
* @hidden
|
|
@@ -4162,108 +4287,111 @@ export declare class FilterRowDefinition extends DefinitionBase {
|
|
|
4162
4287
|
export declare abstract class Header extends DefinitionBase {
|
|
4163
4288
|
static $t: Type;
|
|
4164
4289
|
constructor();
|
|
4165
|
-
protected
|
|
4166
|
-
protected
|
|
4167
|
-
protected
|
|
4168
|
-
protected
|
|
4169
|
-
protected
|
|
4170
|
-
protected
|
|
4171
|
-
protected
|
|
4172
|
-
protected
|
|
4173
|
-
protected
|
|
4174
|
-
protected
|
|
4175
|
-
protected
|
|
4176
|
-
private
|
|
4290
|
+
protected gu(): Brush;
|
|
4291
|
+
protected gn(): Brush;
|
|
4292
|
+
protected hq(): Brush;
|
|
4293
|
+
protected ak(): FontInfo;
|
|
4294
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4295
|
+
protected e8(): void;
|
|
4296
|
+
protected fk(): void;
|
|
4297
|
+
protected fl(): void;
|
|
4298
|
+
protected hl(): void;
|
|
4299
|
+
protected hm(): void;
|
|
4300
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4301
|
+
private ho;
|
|
4302
|
+
get hr(): Brush;
|
|
4303
|
+
set hr(a: Brush);
|
|
4304
|
+
private hn;
|
|
4177
4305
|
get hp(): Brush;
|
|
4178
4306
|
set hp(a: Brush);
|
|
4179
|
-
private
|
|
4180
|
-
get
|
|
4181
|
-
set
|
|
4182
|
-
private
|
|
4183
|
-
get
|
|
4184
|
-
set
|
|
4185
|
-
private gz;
|
|
4186
|
-
get g1(): SortIndicatorStyle;
|
|
4187
|
-
set g1(a: SortIndicatorStyle);
|
|
4188
|
-
private g4;
|
|
4189
|
-
get g8(): number;
|
|
4190
|
-
set g8(a: number);
|
|
4307
|
+
private g2;
|
|
4308
|
+
get g4(): SortIndicatorStyle;
|
|
4309
|
+
set g4(a: SortIndicatorStyle);
|
|
4310
|
+
private g1;
|
|
4311
|
+
get g3(): SortIndicatorStyle;
|
|
4312
|
+
set g3(a: SortIndicatorStyle);
|
|
4191
4313
|
private g6;
|
|
4192
4314
|
get ha(): number;
|
|
4193
4315
|
set ha(a: number);
|
|
4316
|
+
private g8;
|
|
4317
|
+
get hc(): number;
|
|
4318
|
+
set hc(a: number);
|
|
4319
|
+
private g7;
|
|
4320
|
+
get hb(): number;
|
|
4321
|
+
set hb(a: number);
|
|
4194
4322
|
private g5;
|
|
4195
4323
|
get g9(): number;
|
|
4196
4324
|
set g9(a: number);
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
protected av(a: string): boolean;
|
|
4201
|
-
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4202
|
-
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4325
|
+
protected aw(a: string): boolean;
|
|
4326
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4327
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4203
4328
|
}
|
|
4204
4329
|
/**
|
|
4205
4330
|
* @hidden
|
|
4206
4331
|
*/
|
|
4207
4332
|
export declare class ColumnResizingSeparator extends DefinitionBase {
|
|
4208
4333
|
static $t: Type;
|
|
4209
|
-
protected
|
|
4334
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4210
4335
|
protected n(a: CellPath): CellModel;
|
|
4211
|
-
protected
|
|
4212
|
-
private
|
|
4213
|
-
get
|
|
4214
|
-
set
|
|
4215
|
-
private
|
|
4216
|
-
get
|
|
4217
|
-
set
|
|
4218
|
-
protected
|
|
4219
|
-
protected
|
|
4220
|
-
protected
|
|
4221
|
-
|
|
4336
|
+
protected gn(): Brush;
|
|
4337
|
+
private g1;
|
|
4338
|
+
get g3(): number;
|
|
4339
|
+
set g3(a: number);
|
|
4340
|
+
private g2;
|
|
4341
|
+
get g4(): number;
|
|
4342
|
+
set g4(a: number);
|
|
4343
|
+
protected e8(): void;
|
|
4344
|
+
protected g8(): void;
|
|
4345
|
+
protected e4(): void;
|
|
4346
|
+
protected g7(a: any, b: PropertyChangedEventArgs): void;
|
|
4347
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4222
4348
|
}
|
|
4223
4349
|
/**
|
|
4224
4350
|
* @hidden
|
|
4225
4351
|
*/
|
|
4226
4352
|
export declare class HeaderSeparator extends DefinitionBase {
|
|
4227
4353
|
static $t: Type;
|
|
4228
|
-
protected
|
|
4354
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4229
4355
|
protected n(a: CellPath): CellModel;
|
|
4230
|
-
protected
|
|
4231
|
-
protected
|
|
4232
|
-
protected
|
|
4233
|
-
protected
|
|
4234
|
-
protected
|
|
4235
|
-
|
|
4236
|
-
|
|
4356
|
+
protected gn(): Brush;
|
|
4357
|
+
protected g1(): number;
|
|
4358
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4359
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4360
|
+
protected e8(): void;
|
|
4361
|
+
protected e4(): void;
|
|
4362
|
+
private g2;
|
|
4363
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4237
4364
|
}
|
|
4238
4365
|
/**
|
|
4239
4366
|
* @hidden
|
|
4240
4367
|
*/
|
|
4241
4368
|
export declare class ImageColumn extends DataGridColumn {
|
|
4242
4369
|
static $t: Type;
|
|
4243
|
-
private
|
|
4244
|
-
get
|
|
4245
|
-
set
|
|
4246
|
-
private
|
|
4247
|
-
get
|
|
4248
|
-
set
|
|
4249
|
-
get
|
|
4250
|
-
set
|
|
4251
|
-
get
|
|
4252
|
-
set
|
|
4253
|
-
get
|
|
4254
|
-
set
|
|
4255
|
-
get
|
|
4256
|
-
set
|
|
4370
|
+
private qt;
|
|
4371
|
+
get qu(): ImageStretchOptions;
|
|
4372
|
+
set qu(a: ImageStretchOptions);
|
|
4373
|
+
private qr;
|
|
4374
|
+
get qs(): ImageResourceType;
|
|
4375
|
+
set qs(a: ImageResourceType);
|
|
4376
|
+
get qq(): EditorType;
|
|
4377
|
+
set qq(a: EditorType);
|
|
4378
|
+
get qv(): any;
|
|
4379
|
+
set qv(a: any);
|
|
4380
|
+
get qw(): string;
|
|
4381
|
+
set qw(a: string);
|
|
4382
|
+
get qx(): string;
|
|
4383
|
+
set qx(a: string);
|
|
4257
4384
|
constructor();
|
|
4258
4385
|
protected k(): CellContentVerticalAlignment;
|
|
4259
|
-
protected
|
|
4260
|
-
protected
|
|
4386
|
+
protected g8(): CellContentHorizontalAlignment;
|
|
4387
|
+
protected he(): CellContentVerticalAlignment;
|
|
4261
4388
|
protected f(): CellContentHorizontalAlignment;
|
|
4262
4389
|
protected n(a: CellPath): CellModel;
|
|
4263
|
-
protected
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
private
|
|
4390
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4391
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4392
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4393
|
+
private qy;
|
|
4394
|
+
h0(): DataGridColumn;
|
|
4267
4395
|
}
|
|
4268
4396
|
/**
|
|
4269
4397
|
* @hidden
|
|
@@ -4283,68 +4411,69 @@ export declare class NumericColumn extends DataGridColumn {
|
|
|
4283
4411
|
static $t: Type;
|
|
4284
4412
|
constructor();
|
|
4285
4413
|
protected f(): CellContentHorizontalAlignment;
|
|
4286
|
-
private
|
|
4287
|
-
get
|
|
4288
|
-
set
|
|
4289
|
-
private
|
|
4290
|
-
get
|
|
4291
|
-
set
|
|
4292
|
-
private
|
|
4293
|
-
get
|
|
4294
|
-
set
|
|
4295
|
-
private
|
|
4296
|
-
get
|
|
4297
|
-
set
|
|
4298
|
-
private
|
|
4299
|
-
get
|
|
4300
|
-
set
|
|
4301
|
-
private
|
|
4302
|
-
get
|
|
4303
|
-
set
|
|
4304
|
-
private
|
|
4305
|
-
get
|
|
4306
|
-
set
|
|
4307
|
-
private
|
|
4308
|
-
get
|
|
4309
|
-
set
|
|
4310
|
-
private
|
|
4311
|
-
get
|
|
4312
|
-
set
|
|
4313
|
-
private
|
|
4314
|
-
get
|
|
4315
|
-
set
|
|
4316
|
-
private
|
|
4317
|
-
get
|
|
4318
|
-
set
|
|
4319
|
-
get
|
|
4320
|
-
set
|
|
4321
|
-
get
|
|
4322
|
-
set
|
|
4323
|
-
get
|
|
4324
|
-
set
|
|
4325
|
-
get
|
|
4326
|
-
set
|
|
4327
|
-
|
|
4328
|
-
protected
|
|
4414
|
+
private q7;
|
|
4415
|
+
get rl(): string;
|
|
4416
|
+
set rl(a: string);
|
|
4417
|
+
private q9;
|
|
4418
|
+
get rp(): string;
|
|
4419
|
+
set rp(a: string);
|
|
4420
|
+
private q8;
|
|
4421
|
+
get rn(): string;
|
|
4422
|
+
set rn(a: string);
|
|
4423
|
+
private ra;
|
|
4424
|
+
get rr(): string;
|
|
4425
|
+
set rr(a: string);
|
|
4426
|
+
private qx;
|
|
4427
|
+
get q0(): number;
|
|
4428
|
+
set q0(a: number);
|
|
4429
|
+
private qy;
|
|
4430
|
+
get q1(): number;
|
|
4431
|
+
set q1(a: number);
|
|
4432
|
+
private qz;
|
|
4433
|
+
get q2(): number;
|
|
4434
|
+
set q2(a: number);
|
|
4435
|
+
private qu;
|
|
4436
|
+
get qv(): boolean;
|
|
4437
|
+
set qv(a: boolean);
|
|
4438
|
+
private q6;
|
|
4439
|
+
get rg(): string;
|
|
4440
|
+
set rg(a: string);
|
|
4441
|
+
private qq;
|
|
4442
|
+
get qr(): any[];
|
|
4443
|
+
set qr(a: any[]);
|
|
4444
|
+
private q3;
|
|
4445
|
+
get q5(): any;
|
|
4446
|
+
set q5(a: any);
|
|
4447
|
+
get qt(): EditorType;
|
|
4448
|
+
set qt(a: EditorType);
|
|
4449
|
+
get q4(): any;
|
|
4450
|
+
set q4(a: any);
|
|
4451
|
+
get rb(): string;
|
|
4452
|
+
set rb(a: string);
|
|
4453
|
+
get rc(): string;
|
|
4454
|
+
set rc(a: string);
|
|
4455
|
+
qs: BindingFormatter;
|
|
4456
|
+
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4329
4457
|
protected n(a: CellPath): CellModel;
|
|
4330
|
-
protected
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
private
|
|
4335
|
-
private
|
|
4458
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4459
|
+
d1(a: DataGrid, b: any, c: any): string;
|
|
4460
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4461
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4462
|
+
private qw;
|
|
4463
|
+
private rd;
|
|
4464
|
+
h0(): DataGridColumn;
|
|
4336
4465
|
}
|
|
4337
4466
|
/**
|
|
4338
4467
|
* @hidden
|
|
4339
4468
|
*/
|
|
4340
4469
|
export declare class PinnedAreaSeparator extends DefinitionBase {
|
|
4341
4470
|
static $t: Type;
|
|
4342
|
-
protected
|
|
4471
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4343
4472
|
protected n(a: CellPath): CellModel;
|
|
4344
|
-
protected
|
|
4345
|
-
protected
|
|
4346
|
-
protected
|
|
4347
|
-
protected
|
|
4473
|
+
protected gn(): Brush;
|
|
4474
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4475
|
+
protected e8(): void;
|
|
4476
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4348
4477
|
}
|
|
4349
4478
|
/**
|
|
4350
4479
|
* @hidden
|
|
@@ -4372,167 +4501,170 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
|
|
|
4372
4501
|
export declare class SectionFooter extends DefinitionBase {
|
|
4373
4502
|
static $t: Type;
|
|
4374
4503
|
protected n(a: CellPath): CellModel;
|
|
4375
|
-
protected
|
|
4376
|
-
|
|
4377
|
-
|
|
4504
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4505
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4506
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4378
4507
|
}
|
|
4379
4508
|
/**
|
|
4380
4509
|
* @hidden
|
|
4381
4510
|
*/
|
|
4382
4511
|
export declare class SectionHeader extends DefinitionBase {
|
|
4383
4512
|
static $t: Type;
|
|
4384
|
-
private
|
|
4385
|
-
get
|
|
4386
|
-
set
|
|
4387
|
-
private
|
|
4388
|
-
get
|
|
4389
|
-
set
|
|
4390
|
-
private g7;
|
|
4391
|
-
get hb(): number;
|
|
4392
|
-
set hb(a: number);
|
|
4513
|
+
private ht;
|
|
4514
|
+
get hv(): Brush;
|
|
4515
|
+
set hv(a: Brush);
|
|
4516
|
+
private hs;
|
|
4517
|
+
get hu(): Brush;
|
|
4518
|
+
set hu(a: Brush);
|
|
4393
4519
|
private g9;
|
|
4394
4520
|
get hd(): number;
|
|
4395
4521
|
set hd(a: number);
|
|
4522
|
+
private hb;
|
|
4523
|
+
get hf(): number;
|
|
4524
|
+
set hf(a: number);
|
|
4525
|
+
private ha;
|
|
4526
|
+
get he(): number;
|
|
4527
|
+
set he(a: number);
|
|
4396
4528
|
private g8;
|
|
4397
4529
|
get hc(): number;
|
|
4398
4530
|
set hc(a: number);
|
|
4399
|
-
private
|
|
4400
|
-
get
|
|
4401
|
-
set
|
|
4402
|
-
private
|
|
4403
|
-
get
|
|
4404
|
-
set
|
|
4405
|
-
private g0;
|
|
4406
|
-
get g1(): GroupSummaryDisplayMode;
|
|
4407
|
-
set g1(a: GroupSummaryDisplayMode);
|
|
4531
|
+
private g5;
|
|
4532
|
+
get g6(): boolean;
|
|
4533
|
+
set g6(a: boolean);
|
|
4534
|
+
private g2;
|
|
4535
|
+
get g3(): GroupSummaryDisplayMode;
|
|
4536
|
+
set g3(a: GroupSummaryDisplayMode);
|
|
4408
4537
|
sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
4409
4538
|
constructor();
|
|
4410
|
-
protected
|
|
4539
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4411
4540
|
protected n(a: CellPath): CellModel;
|
|
4412
|
-
protected
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
protected
|
|
4416
|
-
private
|
|
4417
|
-
private
|
|
4418
|
-
private
|
|
4419
|
-
protected
|
|
4420
|
-
|
|
4421
|
-
protected
|
|
4422
|
-
protected
|
|
4423
|
-
protected
|
|
4424
|
-
|
|
4425
|
-
protected
|
|
4426
|
-
private
|
|
4541
|
+
protected gn(): Brush;
|
|
4542
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4543
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4544
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4545
|
+
private g7;
|
|
4546
|
+
private hp;
|
|
4547
|
+
private ho;
|
|
4548
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4549
|
+
hr(): void;
|
|
4550
|
+
protected e8(): void;
|
|
4551
|
+
protected fk(): void;
|
|
4552
|
+
protected fl(): void;
|
|
4553
|
+
hq(): void;
|
|
4554
|
+
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4555
|
+
private g1;
|
|
4427
4556
|
}
|
|
4428
4557
|
/**
|
|
4429
4558
|
* @hidden
|
|
4430
4559
|
*/
|
|
4431
4560
|
export declare class RowSeparator extends DefinitionBase {
|
|
4432
4561
|
static $t: Type;
|
|
4433
|
-
protected
|
|
4434
|
-
protected
|
|
4435
|
-
protected
|
|
4436
|
-
protected ff(): void;
|
|
4562
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4563
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4564
|
+
protected e8(): void;
|
|
4437
4565
|
protected fh(): void;
|
|
4438
|
-
protected
|
|
4439
|
-
protected
|
|
4566
|
+
protected fj(): void;
|
|
4567
|
+
protected fg(): void;
|
|
4568
|
+
protected e4(): void;
|
|
4569
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4440
4570
|
protected n(a: CellPath): CellModel;
|
|
4441
|
-
protected
|
|
4571
|
+
protected gn(): Brush;
|
|
4572
|
+
protected gt(): Brush;
|
|
4573
|
+
protected gq(): Brush;
|
|
4442
4574
|
protected gr(): Brush;
|
|
4443
|
-
protected
|
|
4444
|
-
protected gp(): Brush;
|
|
4445
|
-
protected bi(): number;
|
|
4575
|
+
protected bj(): number;
|
|
4446
4576
|
}
|
|
4447
4577
|
/**
|
|
4448
4578
|
* @hidden
|
|
4449
4579
|
*/
|
|
4450
4580
|
export declare class HeaderRowSeparator extends DefinitionBase {
|
|
4451
4581
|
static $t: Type;
|
|
4452
|
-
protected
|
|
4582
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4453
4583
|
protected n(a: CellPath): CellModel;
|
|
4454
|
-
protected
|
|
4455
|
-
protected
|
|
4456
|
-
protected
|
|
4457
|
-
protected
|
|
4584
|
+
protected gn(): Brush;
|
|
4585
|
+
protected e8(): void;
|
|
4586
|
+
protected e4(): void;
|
|
4587
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4588
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4458
4589
|
}
|
|
4459
4590
|
/**
|
|
4460
4591
|
* @hidden
|
|
4461
4592
|
*/
|
|
4462
4593
|
export declare abstract class SummaryRow extends DefinitionBase {
|
|
4463
4594
|
static $t: Type;
|
|
4595
|
+
private ht;
|
|
4596
|
+
get hy(): Brush;
|
|
4597
|
+
set hy(a: Brush);
|
|
4464
4598
|
private hr;
|
|
4599
|
+
get hv(): Brush;
|
|
4600
|
+
set hv(a: Brush);
|
|
4601
|
+
private hu;
|
|
4602
|
+
get hz(): Brush;
|
|
4603
|
+
set hz(a: Brush);
|
|
4604
|
+
private hs;
|
|
4465
4605
|
get hw(): Brush;
|
|
4466
4606
|
set hw(a: Brush);
|
|
4467
|
-
private
|
|
4468
|
-
get ht(): Brush;
|
|
4469
|
-
set ht(a: Brush);
|
|
4470
|
-
private hs;
|
|
4471
|
-
get hx(): Brush;
|
|
4472
|
-
set hx(a: Brush);
|
|
4473
|
-
private hq;
|
|
4474
|
-
get hu(): Brush;
|
|
4475
|
-
set hu(a: Brush);
|
|
4476
|
-
private g0;
|
|
4607
|
+
private g2;
|
|
4477
4608
|
get summaryNameTextStyle(): FontInfo;
|
|
4478
4609
|
set summaryNameTextStyle(a: FontInfo);
|
|
4479
|
-
private
|
|
4480
|
-
get
|
|
4481
|
-
set
|
|
4482
|
-
private g5;
|
|
4483
|
-
get g9(): number;
|
|
4484
|
-
set g9(a: number);
|
|
4610
|
+
private g1;
|
|
4611
|
+
get g3(): FontInfo;
|
|
4612
|
+
set g3(a: FontInfo);
|
|
4485
4613
|
private g7;
|
|
4486
4614
|
get hb(): number;
|
|
4487
4615
|
set hb(a: number);
|
|
4616
|
+
private g9;
|
|
4617
|
+
get hd(): number;
|
|
4618
|
+
set hd(a: number);
|
|
4619
|
+
private g8;
|
|
4620
|
+
get hc(): number;
|
|
4621
|
+
set hc(a: number);
|
|
4488
4622
|
private g6;
|
|
4489
4623
|
get ha(): number;
|
|
4490
4624
|
set ha(a: number);
|
|
4491
|
-
private g4;
|
|
4492
|
-
get g8(): number;
|
|
4493
|
-
set g8(a: number);
|
|
4494
4625
|
constructor();
|
|
4495
|
-
protected
|
|
4626
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4496
4627
|
protected n(a: CellPath): CellModel;
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
protected
|
|
4500
|
-
protected
|
|
4501
|
-
protected
|
|
4502
|
-
protected
|
|
4503
|
-
protected
|
|
4504
|
-
protected hn(): void;
|
|
4505
|
-
protected fj(): void;
|
|
4628
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4629
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4630
|
+
protected es(a: DataGrid, b: DataGrid): void;
|
|
4631
|
+
protected e4(): void;
|
|
4632
|
+
protected hx(): Brush;
|
|
4633
|
+
protected gu(): Brush;
|
|
4634
|
+
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4506
4635
|
protected ho(): void;
|
|
4507
|
-
protected
|
|
4508
|
-
protected
|
|
4509
|
-
protected
|
|
4636
|
+
protected hp(): void;
|
|
4637
|
+
protected fl(): void;
|
|
4638
|
+
protected hq(): void;
|
|
4639
|
+
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4640
|
+
protected ak(): FontInfo;
|
|
4641
|
+
protected g4(): FontInfo;
|
|
4510
4642
|
}
|
|
4511
4643
|
/**
|
|
4512
4644
|
* @hidden
|
|
4513
4645
|
*/
|
|
4514
4646
|
export declare class SummaryRowRoot extends SummaryRow {
|
|
4515
4647
|
static $t: Type;
|
|
4516
|
-
protected
|
|
4517
|
-
protected
|
|
4518
|
-
protected
|
|
4519
|
-
protected hm(): void;
|
|
4520
|
-
protected hn(): void;
|
|
4521
|
-
protected fi(): void;
|
|
4648
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4649
|
+
protected gn(): Brush;
|
|
4650
|
+
protected e8(): void;
|
|
4522
4651
|
protected ho(): void;
|
|
4652
|
+
protected hp(): void;
|
|
4653
|
+
protected fk(): void;
|
|
4654
|
+
protected hq(): void;
|
|
4523
4655
|
}
|
|
4524
4656
|
/**
|
|
4525
4657
|
* @hidden
|
|
4526
4658
|
*/
|
|
4527
4659
|
export declare class SummaryRowSection extends SummaryRow {
|
|
4528
4660
|
static $t: Type;
|
|
4529
|
-
protected
|
|
4530
|
-
protected
|
|
4531
|
-
protected
|
|
4532
|
-
protected hm(): void;
|
|
4533
|
-
protected hn(): void;
|
|
4534
|
-
protected fi(): void;
|
|
4661
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4662
|
+
protected gn(): Brush;
|
|
4663
|
+
protected e8(): void;
|
|
4535
4664
|
protected ho(): void;
|
|
4665
|
+
protected hp(): void;
|
|
4666
|
+
protected fk(): void;
|
|
4667
|
+
protected hq(): void;
|
|
4536
4668
|
}
|
|
4537
4669
|
/**
|
|
4538
4670
|
* @hidden
|
|
@@ -4541,12 +4673,13 @@ export declare class TemplateColumn extends DataGridColumn {
|
|
|
4541
4673
|
static $t: Type;
|
|
4542
4674
|
constructor();
|
|
4543
4675
|
protected n(a: CellPath): CellModel;
|
|
4544
|
-
protected
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4676
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4677
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4678
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4679
|
+
qr(a: TemplateCellModel, b: any): void;
|
|
4548
4680
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
4549
|
-
protected
|
|
4681
|
+
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4682
|
+
h0(): DataGridColumn;
|
|
4550
4683
|
}
|
|
4551
4684
|
/**
|
|
4552
4685
|
* @hidden
|
|
@@ -4565,23 +4698,24 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
4565
4698
|
*/
|
|
4566
4699
|
export declare class TextColumn extends DataGridColumn {
|
|
4567
4700
|
static $t: Type;
|
|
4568
|
-
private
|
|
4569
|
-
get
|
|
4570
|
-
set
|
|
4571
|
-
get
|
|
4572
|
-
set
|
|
4573
|
-
get
|
|
4574
|
-
set
|
|
4575
|
-
get
|
|
4576
|
-
set
|
|
4577
|
-
get
|
|
4578
|
-
set
|
|
4701
|
+
private qs;
|
|
4702
|
+
get qw(): string;
|
|
4703
|
+
set qw(a: string);
|
|
4704
|
+
get qq(): EditorType;
|
|
4705
|
+
set qq(a: EditorType);
|
|
4706
|
+
get qr(): any;
|
|
4707
|
+
set qr(a: any);
|
|
4708
|
+
get qt(): string;
|
|
4709
|
+
set qt(a: string);
|
|
4710
|
+
get qu(): string;
|
|
4711
|
+
set qu(a: string);
|
|
4579
4712
|
protected n(a: CellPath): CellModel;
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
private
|
|
4584
|
-
protected
|
|
4713
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4714
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4715
|
+
d1(a: DataGrid, b: any, c: any): string;
|
|
4716
|
+
private qv;
|
|
4717
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4718
|
+
h0(): DataGridColumn;
|
|
4585
4719
|
}
|
|
4586
4720
|
/**
|
|
4587
4721
|
* @hidden
|
|
@@ -4590,9 +4724,9 @@ export declare class TextHeader extends Header {
|
|
|
4590
4724
|
static $t: Type;
|
|
4591
4725
|
constructor();
|
|
4592
4726
|
protected n(a: CellPath): CellModel;
|
|
4593
|
-
protected
|
|
4594
|
-
|
|
4595
|
-
|
|
4727
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4728
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4729
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4596
4730
|
}
|
|
4597
4731
|
/**
|
|
4598
4732
|
* @hidden
|