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