igniteui-webcomponents-grids 3.2.3 → 3.2.4
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-grids.umd.js +10236 -9350
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BaseEditorView.js +5 -0
- package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
- package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm2015/lib/CanvasGridCellBase.js +305 -289
- package/esm2015/lib/CanvasImageCell.js +29 -29
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasSummaryCell.js +51 -51
- package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +341 -306
- package/esm2015/lib/ColumnChooserView_combined.js +22 -22
- package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
- package/esm2015/lib/ColumnGroupDescription.js +22 -0
- package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
- package/esm2015/lib/ColumnPinningView_combined.js +22 -22
- package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
- package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm2015/lib/GridExternalWrapper.js +18 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm2015/lib/NumericCellPresenter.js +1 -1
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextEditorView.js +28 -10
- package/esm2015/lib/VerticalSeparatorCell.js +46 -8
- package/esm2015/lib/VisualModelExport.js +120 -100
- package/esm2015/lib/igc-checkbox-list-component.js +74 -54
- package/esm2015/lib/igc-column-component.js +164 -164
- package/esm2015/lib/igc-column-group-description-collection.js +13 -3
- 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-column-sort-description-collection.js +13 -3
- package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +699 -593
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +50 -50
- 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/esm5/lib/BaseEditorView.js +5 -0
- package/esm5/lib/CanvasCellPresenterBase.js +10 -10
- package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm5/lib/CanvasGridCellBase.js +304 -288
- package/esm5/lib/CanvasImageCell.js +28 -28
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasSummaryCell.js +51 -51
- package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +339 -296
- package/esm5/lib/ColumnChooserView_combined.js +22 -22
- package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
- package/esm5/lib/ColumnGroupDescription.js +22 -0
- package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
- package/esm5/lib/ColumnGroupingView_combined.js +25 -25
- package/esm5/lib/ColumnPinningView_combined.js +22 -22
- package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +17 -17
- package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm5/lib/GridExternalWrapper.js +18 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/ISummaryChooserView_combined.js +13 -13
- package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm5/lib/NumericCellPresenter.js +1 -1
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextEditorView.js +28 -10
- package/esm5/lib/VerticalSeparatorCell.js +46 -8
- package/esm5/lib/VisualModelExport.js +120 -100
- package/esm5/lib/igc-checkbox-list-component.js +82 -54
- package/esm5/lib/igc-column-component.js +164 -164
- package/esm5/lib/igc-column-group-description-collection.js +17 -3
- 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-column-sort-description-collection.js +17 -3
- package/esm5/lib/igc-column-summary-description-collection.js +17 -3
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +743 -601
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +50 -50
- 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/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
- package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
- package/lib/CanvasGridCellBase.d.ts +95 -93
- package/lib/CanvasImageCell.d.ts +11 -11
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +15 -15
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListView_combined.d.ts +74 -69
- package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
- package/lib/ColumnGroupDescription.d.ts +1 -0
- package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
- package/lib/DataGridCellLayoutPanel.d.ts +1 -0
- package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
- package/lib/GridExternalWrapper.d.ts +4 -0
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextEditorView.d.ts +5 -3
- package/lib/VerticalSeparatorCell.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +31 -26
- package/lib/igc-checkbox-list-component.d.ts +9 -0
- package/lib/igc-column-group-description-collection.d.ts +4 -0
- package/lib/igc-column-sort-description-collection.d.ts +4 -0
- package/lib/igc-column-summary-description-collection.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +30 -2
- package/package.json +4 -4
|
@@ -8,6 +8,7 @@ import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
9
9
|
import { IDataSource } from "igniteui-webcomponents-core";
|
|
10
10
|
import { Brush } from "igniteui-webcomponents-core";
|
|
11
|
+
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
11
12
|
import { MouseButton } from "igniteui-webcomponents-core";
|
|
12
13
|
import { RowPath } from "./RowPath";
|
|
13
14
|
import { IDragger } from "./IDragger";
|
|
@@ -17,7 +18,6 @@ import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
|
17
18
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
18
19
|
import { GridViewportChangedEventArgs } from "./GridViewportChangedEventArgs";
|
|
19
20
|
import { ICellModelExportUpdater } from "./ICellModelExportUpdater";
|
|
20
|
-
import { DateTimeFormats } from "./DateTimeFormats";
|
|
21
21
|
import { XButton } from "igniteui-webcomponents-inputs";
|
|
22
22
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
23
23
|
import { BrushAppearanceData } from "igniteui-webcomponents-core";
|
|
@@ -35,6 +35,8 @@ import { CellModelExport } from "./CellModelExport";
|
|
|
35
35
|
import { DataSourceRowType } from "igniteui-webcomponents-core";
|
|
36
36
|
import { GroupSummaryDisplayMode } from "./GroupSummaryDisplayMode";
|
|
37
37
|
import { BindingFormatter } from "igniteui-webcomponents-core";
|
|
38
|
+
import { DateTimeFormats } from "./DateTimeFormats";
|
|
39
|
+
import { DateTimeColumnValueFormatter } from "./DateTimeColumnValueFormatter";
|
|
38
40
|
import { EditorType } from "./EditorType";
|
|
39
41
|
import { ImageStretchOptions } from "./ImageStretchOptions";
|
|
40
42
|
import { ImageResourceType } from "./ImageResourceType";
|
|
@@ -234,6 +236,9 @@ export interface IExternalGrid {
|
|
|
234
236
|
setDefaultCursor(): void;
|
|
235
237
|
setBorder(a: Brush, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number): void;
|
|
236
238
|
setScrollerVerticalTrackInset(a: number): void;
|
|
239
|
+
setScrollbarStyle(a: ScrollbarStyle): void;
|
|
240
|
+
setScrollbarColor(a: Brush): void;
|
|
241
|
+
setClipboardText(a: string): void;
|
|
237
242
|
}
|
|
238
243
|
/**
|
|
239
244
|
* @hidden
|
|
@@ -386,23 +391,6 @@ export declare class DefaultCellModelExportUpdater extends Base implements ICell
|
|
|
386
391
|
constructor(a: CellModel);
|
|
387
392
|
update(a: string, b: any): void;
|
|
388
393
|
}
|
|
389
|
-
/**
|
|
390
|
-
* @hidden
|
|
391
|
-
*/
|
|
392
|
-
export declare class DateTimeColumnValueFormatter extends Base {
|
|
393
|
-
static $t: Type;
|
|
394
|
-
private a;
|
|
395
|
-
private b;
|
|
396
|
-
k(): void;
|
|
397
|
-
j(a: DateTimeCellModel): void;
|
|
398
|
-
private f;
|
|
399
|
-
private e;
|
|
400
|
-
private c;
|
|
401
|
-
private d;
|
|
402
|
-
private g;
|
|
403
|
-
private h;
|
|
404
|
-
i(a: Date): string;
|
|
405
|
-
}
|
|
406
394
|
/**
|
|
407
395
|
* @hidden
|
|
408
396
|
*/
|
|
@@ -1228,7 +1216,7 @@ export declare class PagerGridDataSourceNotificationBridge extends Base implemen
|
|
|
1228
1216
|
*/
|
|
1229
1217
|
export declare class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
1230
1218
|
static $t: Type;
|
|
1231
|
-
private
|
|
1219
|
+
private at;
|
|
1232
1220
|
constructor(a: Pager);
|
|
1233
1221
|
getItemValue(a: any, b: string): any;
|
|
1234
1222
|
}
|
|
@@ -1316,15 +1304,15 @@ export declare class EditingManager extends Base {
|
|
|
1316
1304
|
*/
|
|
1317
1305
|
export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
1318
1306
|
static $t: Type;
|
|
1319
|
-
private
|
|
1307
|
+
private oi;
|
|
1320
1308
|
externalObject: any;
|
|
1321
1309
|
private _propertySetter;
|
|
1322
1310
|
propertySetter: IPropertySetter;
|
|
1323
|
-
private
|
|
1311
|
+
private fb;
|
|
1324
1312
|
externalGrid: IExternalGrid;
|
|
1325
|
-
private
|
|
1313
|
+
private e9;
|
|
1326
1314
|
dragger: IDragger;
|
|
1327
|
-
private
|
|
1315
|
+
private e3;
|
|
1328
1316
|
columnGrouping: IColumnGrouping;
|
|
1329
1317
|
private _pager;
|
|
1330
1318
|
pager: Pager;
|
|
@@ -1332,788 +1320,818 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
|
1332
1320
|
toolbar: IDataGridComponent;
|
|
1333
1321
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1334
1322
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1335
|
-
|
|
1336
|
-
|
|
1323
|
+
vq(a: Column): void;
|
|
1324
|
+
vp(a: Column): void;
|
|
1337
1325
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1338
1326
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1339
1327
|
o(a: CellModel): ColumnFilterCondition;
|
|
1340
1328
|
p(a: CellModel): DataSourceSchemaPropertyType;
|
|
1341
|
-
|
|
1329
|
+
v0(a: Column): void;
|
|
1342
1330
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1343
1331
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1332
|
+
t5(a: CellModel, b: ColumnFilterCondition): void;
|
|
1333
|
+
t4(a: CellModel, b: ColumnFilterCondition): void;
|
|
1334
|
+
vz(a: Column): void;
|
|
1347
1335
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1348
1336
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1349
|
-
|
|
1350
|
-
|
|
1337
|
+
vw(a: Column): void;
|
|
1338
|
+
vv(a: Column): void;
|
|
1351
1339
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1352
1340
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1353
|
-
|
|
1354
|
-
|
|
1341
|
+
vs(a: Column): void;
|
|
1342
|
+
vr(a: Column): void;
|
|
1355
1343
|
cellPreviewPointerDown: (sender: any, args: GridCellEventArgs) => void;
|
|
1356
|
-
|
|
1344
|
+
vk(a: CellModel): void;
|
|
1357
1345
|
cellPreviewPointerUp: (sender: any, args: GridCellEventArgs) => void;
|
|
1358
|
-
|
|
1346
|
+
vl(a: CellModel): void;
|
|
1359
1347
|
cellPointerDown: (sender: any, args: GridCellEventArgs) => void;
|
|
1360
|
-
|
|
1348
|
+
vi(a: CellModel): void;
|
|
1361
1349
|
cellPointerUp: (sender: any, args: GridCellEventArgs) => void;
|
|
1362
|
-
|
|
1363
|
-
|
|
1350
|
+
vj(a: CellModel): void;
|
|
1351
|
+
wr(a: number, b: string): void;
|
|
1364
1352
|
cellClicked: (sender: any, args: GridCellEventArgs) => void;
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
private
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
private
|
|
1372
|
-
private
|
|
1373
|
-
|
|
1374
|
-
private
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
private
|
|
1378
|
-
|
|
1379
|
-
private
|
|
1380
|
-
|
|
1381
|
-
private
|
|
1382
|
-
|
|
1383
|
-
private
|
|
1384
|
-
|
|
1385
|
-
private
|
|
1386
|
-
|
|
1387
|
-
|
|
1353
|
+
wf(a: CellModel): void;
|
|
1354
|
+
yg(a: number): void;
|
|
1355
|
+
private mu;
|
|
1356
|
+
we(a: EditorCellModel): void;
|
|
1357
|
+
vb(a: CellModel, b: MouseButton): void;
|
|
1358
|
+
u9(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1359
|
+
private xa;
|
|
1360
|
+
private b2;
|
|
1361
|
+
b3: ColumnResizingMode;
|
|
1362
|
+
private bo;
|
|
1363
|
+
bp: ColumnMovingMode;
|
|
1364
|
+
e0: HoverManager;
|
|
1365
|
+
private h4;
|
|
1366
|
+
ka: boolean;
|
|
1367
|
+
private y9;
|
|
1368
|
+
z8: Brush;
|
|
1369
|
+
private za;
|
|
1370
|
+
z9: Brush;
|
|
1371
|
+
private y1;
|
|
1372
|
+
z0: Brush;
|
|
1373
|
+
private aax;
|
|
1374
|
+
aa3: Thickness;
|
|
1375
|
+
aar: Point;
|
|
1376
|
+
ay: CellPath;
|
|
1388
1377
|
av: CellPath;
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
private
|
|
1397
|
-
private
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
private
|
|
1402
|
-
private
|
|
1403
|
-
private
|
|
1404
|
-
private
|
|
1405
|
-
private
|
|
1378
|
+
private ht;
|
|
1379
|
+
vg(a: CellModel, b: number, c: number): void;
|
|
1380
|
+
vh(a: CellModel, b: number, c: number): void;
|
|
1381
|
+
vf(a: CellModel, b: number, c: number): void;
|
|
1382
|
+
wk(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1383
|
+
wl(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1384
|
+
private jb;
|
|
1385
|
+
private my;
|
|
1386
|
+
private n7;
|
|
1387
|
+
ve(a: CellModel, b: number, c: number): void;
|
|
1388
|
+
wj(a: CellModel, b: number, c: number): void;
|
|
1389
|
+
private m6;
|
|
1390
|
+
private ia;
|
|
1391
|
+
private h9;
|
|
1392
|
+
private hi;
|
|
1393
|
+
private l1;
|
|
1394
|
+
private l8;
|
|
1395
|
+
private l6;
|
|
1396
|
+
private l7;
|
|
1406
1397
|
private ln;
|
|
1407
|
-
private
|
|
1408
|
-
private
|
|
1409
|
-
private
|
|
1410
|
-
private
|
|
1411
|
-
private
|
|
1412
|
-
private
|
|
1413
|
-
private
|
|
1414
|
-
private
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
private
|
|
1423
|
-
|
|
1424
|
-
private
|
|
1425
|
-
private
|
|
1426
|
-
private vb;
|
|
1398
|
+
private lw;
|
|
1399
|
+
private lx;
|
|
1400
|
+
private ly;
|
|
1401
|
+
private lz;
|
|
1402
|
+
private az;
|
|
1403
|
+
private nc;
|
|
1404
|
+
private nb;
|
|
1405
|
+
private iq;
|
|
1406
|
+
t0(): void;
|
|
1407
|
+
wd(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1408
|
+
v9(a: any, b: DragSelectEventArgs): void;
|
|
1409
|
+
v7(a: any, b: DragSelectEventArgs): void;
|
|
1410
|
+
private m2;
|
|
1411
|
+
n9: number;
|
|
1412
|
+
private nd;
|
|
1413
|
+
private fm;
|
|
1414
|
+
private v8;
|
|
1415
|
+
private au;
|
|
1416
|
+
private aq;
|
|
1427
1417
|
private ar;
|
|
1428
|
-
private
|
|
1429
|
-
private
|
|
1430
|
-
private
|
|
1418
|
+
private ls;
|
|
1419
|
+
private l5;
|
|
1420
|
+
private l2;
|
|
1421
|
+
private l3;
|
|
1422
|
+
private wa;
|
|
1423
|
+
private wb;
|
|
1424
|
+
private xx;
|
|
1425
|
+
private wc;
|
|
1426
|
+
private lj;
|
|
1431
1427
|
private lk;
|
|
1432
|
-
private
|
|
1433
|
-
private
|
|
1434
|
-
private
|
|
1435
|
-
private ve;
|
|
1436
|
-
private w0;
|
|
1437
|
-
private vf;
|
|
1438
|
-
private ky;
|
|
1439
|
-
private kz;
|
|
1440
|
-
private w5;
|
|
1441
|
-
private zu;
|
|
1442
|
-
private am;
|
|
1428
|
+
private x2;
|
|
1429
|
+
private aat;
|
|
1430
|
+
private ap;
|
|
1443
1431
|
getHitCell(a: number, b: number): CellModel;
|
|
1444
|
-
private
|
|
1445
|
-
private
|
|
1446
|
-
private
|
|
1447
|
-
private
|
|
1432
|
+
private a1;
|
|
1433
|
+
private i0;
|
|
1434
|
+
private uc;
|
|
1435
|
+
private yl;
|
|
1448
1436
|
constructor();
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
private
|
|
1452
|
-
private
|
|
1453
|
-
private
|
|
1454
|
-
private
|
|
1455
|
-
private
|
|
1456
|
-
private
|
|
1457
|
-
private
|
|
1458
|
-
private
|
|
1459
|
-
private
|
|
1460
|
-
private
|
|
1461
|
-
private
|
|
1462
|
-
private
|
|
1463
|
-
private
|
|
1464
|
-
private
|
|
1465
|
-
private
|
|
1466
|
-
private
|
|
1467
|
-
private
|
|
1468
|
-
|
|
1437
|
+
xo(a: ColumnGroupDescription): void;
|
|
1438
|
+
xp(a: ColumnSummaryDescription): void;
|
|
1439
|
+
private x9;
|
|
1440
|
+
private uk;
|
|
1441
|
+
private j1;
|
|
1442
|
+
private uh;
|
|
1443
|
+
private x7;
|
|
1444
|
+
private yf;
|
|
1445
|
+
private cg;
|
|
1446
|
+
private it;
|
|
1447
|
+
private x0;
|
|
1448
|
+
private x1;
|
|
1449
|
+
private iv;
|
|
1450
|
+
private xz;
|
|
1451
|
+
private xy;
|
|
1452
|
+
private is;
|
|
1453
|
+
private w6;
|
|
1454
|
+
private w7;
|
|
1455
|
+
private c9;
|
|
1456
|
+
da: GridAnimationManager;
|
|
1469
1457
|
private _delayedExecutionManager;
|
|
1470
1458
|
delayedExecutionManager: IDelayedExecutionManager;
|
|
1471
|
-
private fe;
|
|
1472
|
-
readonly ff: ResponsiveEngine;
|
|
1473
|
-
private ew;
|
|
1474
|
-
ex: IDataAdapter;
|
|
1475
|
-
private a5;
|
|
1476
|
-
a6: ColumnController;
|
|
1477
|
-
private dw;
|
|
1478
|
-
dx: GridLayerController;
|
|
1479
|
-
private f0;
|
|
1480
|
-
f1: SpatialEngine;
|
|
1481
|
-
private dr;
|
|
1482
|
-
ds: GridEffectManager;
|
|
1483
|
-
private fu;
|
|
1484
|
-
fv: SelectionManager;
|
|
1485
|
-
private ag;
|
|
1486
|
-
ah: ActivationManager;
|
|
1487
|
-
private fy;
|
|
1488
|
-
fz: SortManager;
|
|
1489
|
-
cf: EditingManager;
|
|
1490
|
-
private gw;
|
|
1491
|
-
tickProvider: ITickProvider;
|
|
1492
|
-
private fs;
|
|
1493
|
-
ft: SectionHeader;
|
|
1494
|
-
private fq;
|
|
1495
|
-
fr: SectionFooter;
|
|
1496
|
-
private f2;
|
|
1497
|
-
f3: SummaryRowRoot;
|
|
1498
|
-
private f4;
|
|
1499
|
-
f5: SummaryRowSection;
|
|
1500
1459
|
private fn;
|
|
1501
|
-
fo:
|
|
1502
|
-
private
|
|
1503
|
-
|
|
1504
|
-
private
|
|
1505
|
-
|
|
1506
|
-
private
|
|
1507
|
-
|
|
1508
|
-
private
|
|
1509
|
-
|
|
1510
|
-
private
|
|
1511
|
-
|
|
1512
|
-
private
|
|
1513
|
-
|
|
1460
|
+
readonly fo: ResponsiveEngine;
|
|
1461
|
+
private e5;
|
|
1462
|
+
e6: IDataAdapter;
|
|
1463
|
+
private a8;
|
|
1464
|
+
a9: ColumnController;
|
|
1465
|
+
private d5;
|
|
1466
|
+
d6: GridLayerController;
|
|
1467
|
+
private f9;
|
|
1468
|
+
ga: SpatialEngine;
|
|
1469
|
+
private d0;
|
|
1470
|
+
d1: GridEffectManager;
|
|
1471
|
+
private f3;
|
|
1472
|
+
f4: SelectionManager;
|
|
1473
|
+
private aj;
|
|
1474
|
+
ak: ActivationManager;
|
|
1475
|
+
private f7;
|
|
1476
|
+
f8: SortManager;
|
|
1477
|
+
co: EditingManager;
|
|
1478
|
+
private g7;
|
|
1479
|
+
tickProvider: ITickProvider;
|
|
1480
|
+
private f1;
|
|
1481
|
+
f2: SectionHeader;
|
|
1482
|
+
private fz;
|
|
1483
|
+
f0: SectionFooter;
|
|
1484
|
+
private gb;
|
|
1485
|
+
gc: SummaryRowRoot;
|
|
1486
|
+
private gd;
|
|
1487
|
+
ge: SummaryRowSection;
|
|
1488
|
+
private fw;
|
|
1489
|
+
fx: RowSeparator;
|
|
1490
|
+
private ew;
|
|
1491
|
+
ex: HeaderRowSeparator;
|
|
1492
|
+
private ey;
|
|
1493
|
+
ez: HeaderSeparator;
|
|
1494
|
+
private b4;
|
|
1495
|
+
b5: ColumnResizingSeparator;
|
|
1496
|
+
private bq;
|
|
1497
|
+
br: ColumnMovingSeparator;
|
|
1498
|
+
private fk;
|
|
1499
|
+
fl: PinnedAreaSeparator;
|
|
1500
|
+
private ct;
|
|
1514
1501
|
private cu;
|
|
1502
|
+
private c3;
|
|
1515
1503
|
private b;
|
|
1516
1504
|
f: string[];
|
|
1517
1505
|
private c;
|
|
1518
1506
|
g: string[];
|
|
1519
|
-
private
|
|
1520
|
-
|
|
1507
|
+
private gh;
|
|
1508
|
+
gi: VisibilityEngine;
|
|
1521
1509
|
private _viewportManager;
|
|
1522
1510
|
viewportManager: IViewportManager;
|
|
1523
|
-
private
|
|
1524
|
-
|
|
1525
|
-
private
|
|
1526
|
-
|
|
1527
|
-
private
|
|
1528
|
-
|
|
1529
|
-
private
|
|
1530
|
-
|
|
1531
|
-
private
|
|
1532
|
-
|
|
1533
|
-
private
|
|
1511
|
+
private lr;
|
|
1512
|
+
ma: number;
|
|
1513
|
+
private lq;
|
|
1514
|
+
l9: number;
|
|
1515
|
+
private gn;
|
|
1516
|
+
go: ControlDisplayDensity;
|
|
1517
|
+
private mq;
|
|
1518
|
+
nf: number;
|
|
1519
|
+
private m3;
|
|
1520
|
+
oa: number;
|
|
1521
|
+
private cl;
|
|
1534
1522
|
defaultColumnWidth: ColumnWidth;
|
|
1535
|
-
private
|
|
1536
|
-
|
|
1537
|
-
private
|
|
1538
|
-
|
|
1539
|
-
private
|
|
1540
|
-
|
|
1541
|
-
private
|
|
1542
|
-
|
|
1543
|
-
private
|
|
1523
|
+
private lv;
|
|
1524
|
+
md: number;
|
|
1525
|
+
private mp;
|
|
1526
|
+
ne: number;
|
|
1527
|
+
private mv;
|
|
1528
|
+
n1: number;
|
|
1529
|
+
private m8;
|
|
1530
|
+
og: number;
|
|
1531
|
+
private oj;
|
|
1544
1532
|
itemsSource: any;
|
|
1545
|
-
private
|
|
1546
|
-
|
|
1547
|
-
private
|
|
1548
|
-
|
|
1549
|
-
private
|
|
1550
|
-
|
|
1551
|
-
private
|
|
1552
|
-
|
|
1553
|
-
private
|
|
1554
|
-
|
|
1555
|
-
private
|
|
1556
|
-
|
|
1557
|
-
private
|
|
1558
|
-
|
|
1559
|
-
private
|
|
1560
|
-
|
|
1561
|
-
private
|
|
1562
|
-
|
|
1563
|
-
private
|
|
1564
|
-
|
|
1565
|
-
private
|
|
1566
|
-
private
|
|
1567
|
-
private b1;
|
|
1568
|
-
b3: ColumnShowingAnimationMode;
|
|
1569
|
-
readonly i5: boolean;
|
|
1570
|
-
private bs;
|
|
1571
|
-
columnPropertyUpdatingAnimationMode: ColumnPropertyUpdatingAnimationMode;
|
|
1572
|
-
protected readonly iy: boolean;
|
|
1573
|
-
readonly iu: boolean;
|
|
1574
|
-
private ak;
|
|
1575
|
-
al: CellDataLoadedAnimationMode;
|
|
1576
|
-
readonly jq: boolean;
|
|
1577
|
-
private fl;
|
|
1578
|
-
fm: RowSelectionAnimationMode;
|
|
1579
|
-
readonly jo: boolean;
|
|
1580
|
-
private fi;
|
|
1581
|
-
fj: RowHoverAnimationMode;
|
|
1582
|
-
readonly iv: boolean;
|
|
1583
|
-
private az;
|
|
1584
|
-
a0: CellSelectionAnimationMode;
|
|
1585
|
-
private df;
|
|
1586
|
-
dg: GridColumnAnimationSettings;
|
|
1587
|
-
private c2;
|
|
1588
|
-
c3: GridAnimationSettings;
|
|
1589
|
-
i6(a: Column): boolean;
|
|
1590
|
-
private bw;
|
|
1591
|
-
private bu;
|
|
1592
|
-
bv: ColumnResizingAnimationMode;
|
|
1593
|
-
private i7;
|
|
1533
|
+
private m7;
|
|
1534
|
+
oe: number;
|
|
1535
|
+
private m5;
|
|
1536
|
+
od: number;
|
|
1537
|
+
private mt;
|
|
1538
|
+
nk: number;
|
|
1539
|
+
private eu;
|
|
1540
|
+
ev: HeaderClickAction;
|
|
1541
|
+
private cr;
|
|
1542
|
+
cs: EditModeType;
|
|
1543
|
+
private cp;
|
|
1544
|
+
cq: EditModeClickAction;
|
|
1545
|
+
private hj;
|
|
1546
|
+
i8: boolean;
|
|
1547
|
+
private hf;
|
|
1548
|
+
iz: boolean;
|
|
1549
|
+
private m4;
|
|
1550
|
+
oc: number;
|
|
1551
|
+
private h3;
|
|
1552
|
+
j4: boolean;
|
|
1553
|
+
private ji;
|
|
1554
|
+
private ca;
|
|
1594
1555
|
private b6;
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
private
|
|
1556
|
+
b8: ColumnShowingAnimationMode;
|
|
1557
|
+
readonly jq: boolean;
|
|
1558
|
+
private bx;
|
|
1559
|
+
columnPropertyUpdatingAnimationMode: ColumnPropertyUpdatingAnimationMode;
|
|
1560
|
+
protected readonly jj: boolean;
|
|
1561
|
+
readonly jf: boolean;
|
|
1562
|
+
private an;
|
|
1563
|
+
ao: CellDataLoadedAnimationMode;
|
|
1564
|
+
readonly kb: boolean;
|
|
1565
|
+
private fu;
|
|
1566
|
+
fv: RowSelectionAnimationMode;
|
|
1567
|
+
readonly j9: boolean;
|
|
1568
|
+
private fr;
|
|
1569
|
+
fs: RowHoverAnimationMode;
|
|
1570
|
+
readonly jg: boolean;
|
|
1571
|
+
private a2;
|
|
1572
|
+
a3: CellSelectionAnimationMode;
|
|
1573
|
+
private dp;
|
|
1574
|
+
dq: GridColumnAnimationSettings;
|
|
1575
|
+
private db;
|
|
1576
|
+
dc: GridAnimationSettings;
|
|
1577
|
+
jr(a: Column): boolean;
|
|
1578
|
+
private b1;
|
|
1579
|
+
private bz;
|
|
1580
|
+
b0: ColumnResizingAnimationMode;
|
|
1581
|
+
private js;
|
|
1582
|
+
private cb;
|
|
1583
|
+
private b7;
|
|
1584
|
+
b9: ColumnShowingAnimationMode;
|
|
1585
|
+
private jm;
|
|
1586
|
+
private bn;
|
|
1587
|
+
private bl;
|
|
1588
|
+
bm: ColumnMovingAnimationMode;
|
|
1589
|
+
private jl;
|
|
1590
|
+
private bk;
|
|
1598
1591
|
private bi;
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
private
|
|
1602
|
-
private
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
private iz;
|
|
1606
|
-
private a9;
|
|
1607
|
-
private a7;
|
|
1608
|
-
a8: ColumnExchangingAnimationMode;
|
|
1609
|
-
private zz;
|
|
1592
|
+
bj: ColumnHidingAnimationMode;
|
|
1593
|
+
private jk;
|
|
1594
|
+
private bc;
|
|
1595
|
+
private ba;
|
|
1596
|
+
bb: ColumnExchangingAnimationMode;
|
|
1597
|
+
private aay;
|
|
1610
1598
|
inset: Thickness;
|
|
1611
|
-
private
|
|
1612
|
-
|
|
1613
|
-
private
|
|
1614
|
-
|
|
1615
|
-
private
|
|
1616
|
-
|
|
1617
|
-
private
|
|
1618
|
-
|
|
1619
|
-
private
|
|
1620
|
-
is: boolean;
|
|
1621
|
-
private z;
|
|
1622
|
-
readonly ab: GridSelectedItemsCollection;
|
|
1623
|
-
private ad;
|
|
1624
|
-
readonly af: GridSelectedKeysCollection;
|
|
1625
|
-
private d4;
|
|
1626
|
-
readonly d5: GridSelectedCellsCollection;
|
|
1627
|
-
private d1;
|
|
1628
|
-
readonly d2: GridSelectedCellRangesCollection;
|
|
1629
|
-
private g8;
|
|
1630
|
-
ir: boolean;
|
|
1631
|
-
private y;
|
|
1632
|
-
readonly aa: GridSelectedItemsCollection;
|
|
1633
|
-
private ac;
|
|
1634
|
-
readonly ae: GridSelectedKeysCollection;
|
|
1635
|
-
private xe;
|
|
1636
|
-
private hc;
|
|
1637
|
-
i2: boolean;
|
|
1638
|
-
private hg;
|
|
1639
|
-
isGroupByAreaVisible: boolean;
|
|
1640
|
-
private hl;
|
|
1599
|
+
private ek;
|
|
1600
|
+
el: GridSelectionMode;
|
|
1601
|
+
private c6;
|
|
1602
|
+
c7: GridActivationMode;
|
|
1603
|
+
private eh;
|
|
1604
|
+
ei: GridSelectionBehavior;
|
|
1605
|
+
private h8;
|
|
1606
|
+
kf: boolean;
|
|
1607
|
+
private hn;
|
|
1641
1608
|
jd: boolean;
|
|
1609
|
+
private ac;
|
|
1610
|
+
readonly ae: GridSelectedItemsCollection;
|
|
1611
|
+
private ag;
|
|
1612
|
+
readonly ai: GridSelectedKeysCollection;
|
|
1613
|
+
private ed;
|
|
1614
|
+
readonly ee: GridSelectedCellsCollection;
|
|
1615
|
+
private ea;
|
|
1616
|
+
readonly eb: GridSelectedCellRangesCollection;
|
|
1642
1617
|
private hm;
|
|
1643
|
-
|
|
1644
|
-
private
|
|
1645
|
-
|
|
1646
|
-
private
|
|
1647
|
-
|
|
1648
|
-
private ym;
|
|
1649
|
-
zk: Brush;
|
|
1650
|
-
private yq;
|
|
1651
|
-
zo: Brush;
|
|
1652
|
-
private lj;
|
|
1653
|
-
lu: number;
|
|
1654
|
-
private gf;
|
|
1655
|
-
gn: FontInfo;
|
|
1656
|
-
private lf;
|
|
1657
|
-
lt: number;
|
|
1658
|
-
private x3;
|
|
1659
|
-
y1: Brush;
|
|
1660
|
-
private yl;
|
|
1661
|
-
zj: Brush;
|
|
1618
|
+
jc: boolean;
|
|
1619
|
+
private ab;
|
|
1620
|
+
readonly ad: GridSelectedItemsCollection;
|
|
1621
|
+
private af;
|
|
1622
|
+
readonly ah: GridSelectedKeysCollection;
|
|
1662
1623
|
private yb;
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
private
|
|
1668
|
-
|
|
1669
|
-
private
|
|
1670
|
-
|
|
1671
|
-
private
|
|
1672
|
-
|
|
1673
|
-
private
|
|
1674
|
-
|
|
1675
|
-
private
|
|
1676
|
-
|
|
1677
|
-
private
|
|
1678
|
-
|
|
1679
|
-
private
|
|
1680
|
-
|
|
1681
|
-
private
|
|
1682
|
-
|
|
1683
|
-
private
|
|
1684
|
-
|
|
1685
|
-
private
|
|
1686
|
-
|
|
1687
|
-
private
|
|
1688
|
-
|
|
1689
|
-
private
|
|
1690
|
-
|
|
1691
|
-
private
|
|
1692
|
-
|
|
1693
|
-
private
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
private
|
|
1711
|
-
|
|
1712
|
-
private
|
|
1713
|
-
|
|
1714
|
-
private
|
|
1715
|
-
|
|
1716
|
-
private
|
|
1717
|
-
|
|
1718
|
-
private ye;
|
|
1719
|
-
zc: Brush;
|
|
1720
|
-
private x6;
|
|
1721
|
-
y4: Brush;
|
|
1722
|
-
private yh;
|
|
1723
|
-
zf: Brush;
|
|
1724
|
-
private yf;
|
|
1725
|
-
zd: Brush;
|
|
1726
|
-
private yg;
|
|
1727
|
-
ze: Brush;
|
|
1728
|
-
private l7;
|
|
1729
|
-
my: number;
|
|
1730
|
-
private k9;
|
|
1731
|
-
lr: number;
|
|
1732
|
-
private l6;
|
|
1733
|
-
mw: number;
|
|
1734
|
-
private k8;
|
|
1735
|
-
lq: number;
|
|
1736
|
-
private x2;
|
|
1737
|
-
y0: Brush;
|
|
1738
|
-
private x0;
|
|
1739
|
-
yy: Brush;
|
|
1740
|
-
private h5;
|
|
1741
|
-
kk: boolean;
|
|
1742
|
-
private bn;
|
|
1743
|
-
bo: ColumnOptionsIconAlignment;
|
|
1744
|
-
private x1;
|
|
1745
|
-
yz: Brush;
|
|
1746
|
-
private bp;
|
|
1747
|
-
bq: ColumnOptionsIconBehavior;
|
|
1748
|
-
private xw;
|
|
1749
|
-
border: Brush;
|
|
1750
|
-
private zx;
|
|
1751
|
-
z3: Thickness;
|
|
1752
|
-
private zv;
|
|
1753
|
-
z0: Thickness;
|
|
1754
|
-
private zw;
|
|
1755
|
-
z1: Thickness;
|
|
1756
|
-
private hy;
|
|
1757
|
-
jw: boolean;
|
|
1758
|
-
private xr;
|
|
1759
|
-
xv: CornerRadius;
|
|
1760
|
-
private xq;
|
|
1761
|
-
xu: CornerRadius;
|
|
1762
|
-
private xp;
|
|
1763
|
-
xs: CornerRadius;
|
|
1764
|
-
private hb;
|
|
1765
|
-
it: boolean;
|
|
1624
|
+
private hq;
|
|
1625
|
+
jn: boolean;
|
|
1626
|
+
private hu;
|
|
1627
|
+
isGroupByAreaVisible: boolean;
|
|
1628
|
+
private hz;
|
|
1629
|
+
jy: boolean;
|
|
1630
|
+
private h0;
|
|
1631
|
+
jz: boolean;
|
|
1632
|
+
private yv;
|
|
1633
|
+
zu: Brush;
|
|
1634
|
+
private zh;
|
|
1635
|
+
aag: Brush;
|
|
1636
|
+
private zk;
|
|
1637
|
+
aaj: Brush;
|
|
1638
|
+
private zo;
|
|
1639
|
+
aan: Brush;
|
|
1640
|
+
private l4;
|
|
1641
|
+
mf: number;
|
|
1642
|
+
private gq;
|
|
1643
|
+
gy: FontInfo;
|
|
1644
|
+
private l0;
|
|
1645
|
+
me: number;
|
|
1646
|
+
private y0;
|
|
1647
|
+
zz: Brush;
|
|
1648
|
+
private zj;
|
|
1649
|
+
aai: Brush;
|
|
1650
|
+
private y8;
|
|
1651
|
+
z7: Brush;
|
|
1652
|
+
private y7;
|
|
1653
|
+
z6: Brush;
|
|
1654
|
+
private dl;
|
|
1655
|
+
private dk;
|
|
1656
|
+
dm: GridCellPosition;
|
|
1657
|
+
private yu;
|
|
1658
|
+
zt: Brush;
|
|
1659
|
+
private yw;
|
|
1660
|
+
zv: Brush;
|
|
1661
|
+
private y5;
|
|
1662
|
+
z4: Brush;
|
|
1663
|
+
private f5;
|
|
1664
|
+
f6: SortIndicatorStyle;
|
|
1665
|
+
private gp;
|
|
1666
|
+
gx: FontInfo;
|
|
1667
|
+
private zg;
|
|
1668
|
+
aaf: Brush;
|
|
1669
|
+
private zi;
|
|
1670
|
+
aah: Brush;
|
|
1671
|
+
private gs;
|
|
1672
|
+
g0: FontInfo;
|
|
1673
|
+
private gt;
|
|
1674
|
+
g1: FontInfo;
|
|
1675
|
+
private gv;
|
|
1676
|
+
g3: FontInfo;
|
|
1677
|
+
private zn;
|
|
1678
|
+
aam: Brush;
|
|
1766
1679
|
private gu;
|
|
1680
|
+
g2: FontInfo;
|
|
1681
|
+
private gw;
|
|
1682
|
+
g4: FontInfo;
|
|
1683
|
+
private zr;
|
|
1684
|
+
aaq: Brush;
|
|
1685
|
+
private zl;
|
|
1686
|
+
aak: Brush;
|
|
1687
|
+
private zp;
|
|
1688
|
+
aao: Brush;
|
|
1689
|
+
private zm;
|
|
1690
|
+
aal: Brush;
|
|
1691
|
+
private zq;
|
|
1692
|
+
aap: Brush;
|
|
1693
|
+
private m1;
|
|
1694
|
+
n8: number;
|
|
1695
|
+
private mw;
|
|
1696
|
+
n5: number;
|
|
1697
|
+
ng(a: number): number;
|
|
1698
|
+
private y4;
|
|
1699
|
+
z3: Brush;
|
|
1700
|
+
private y2;
|
|
1701
|
+
z1: Brush;
|
|
1702
|
+
private y6;
|
|
1703
|
+
z5: Brush;
|
|
1704
|
+
private gr;
|
|
1705
|
+
gz: FontInfo;
|
|
1706
|
+
private zb;
|
|
1707
|
+
aaa: Brush;
|
|
1708
|
+
private y3;
|
|
1709
|
+
z2: Brush;
|
|
1710
|
+
private ze;
|
|
1711
|
+
aad: Brush;
|
|
1712
|
+
private zc;
|
|
1713
|
+
aab: Brush;
|
|
1714
|
+
private zd;
|
|
1715
|
+
aac: Brush;
|
|
1716
|
+
private ms;
|
|
1717
|
+
nj: number;
|
|
1718
|
+
private lu;
|
|
1719
|
+
mc: number;
|
|
1720
|
+
private mr;
|
|
1721
|
+
nh: number;
|
|
1722
|
+
private lt;
|
|
1723
|
+
mb: number;
|
|
1724
|
+
private yz;
|
|
1725
|
+
zy: Brush;
|
|
1726
|
+
private yx;
|
|
1727
|
+
zw: Brush;
|
|
1728
|
+
private ik;
|
|
1729
|
+
k5: boolean;
|
|
1730
|
+
private bs;
|
|
1731
|
+
bt: ColumnOptionsIconAlignment;
|
|
1732
|
+
private yy;
|
|
1733
|
+
zx: Brush;
|
|
1734
|
+
private bu;
|
|
1735
|
+
bv: ColumnOptionsIconBehavior;
|
|
1736
|
+
private yt;
|
|
1737
|
+
border: Brush;
|
|
1738
|
+
private aaw;
|
|
1739
|
+
aa2: Thickness;
|
|
1740
|
+
private aau;
|
|
1741
|
+
aaz: Thickness;
|
|
1742
|
+
private aav;
|
|
1743
|
+
aa0: Thickness;
|
|
1744
|
+
private ic;
|
|
1745
|
+
kh: boolean;
|
|
1746
|
+
private yo;
|
|
1747
|
+
ys: CornerRadius;
|
|
1748
|
+
private yn;
|
|
1749
|
+
yr: CornerRadius;
|
|
1750
|
+
private ym;
|
|
1751
|
+
yp: CornerRadius;
|
|
1752
|
+
private hp;
|
|
1753
|
+
je: boolean;
|
|
1754
|
+
private g5;
|
|
1767
1755
|
platformPixelConverter: IPlatformPixelConverter;
|
|
1768
|
-
private
|
|
1756
|
+
private e1;
|
|
1769
1757
|
renderingEngine: ICellRenderingEngine;
|
|
1770
|
-
private
|
|
1771
|
-
private
|
|
1772
|
-
readonly
|
|
1773
|
-
private
|
|
1758
|
+
private wo;
|
|
1759
|
+
private fp;
|
|
1760
|
+
readonly fq: ResponsiveStatesCollection;
|
|
1761
|
+
private gj;
|
|
1774
1762
|
model: VisualModel;
|
|
1775
|
-
readonly
|
|
1776
|
-
private
|
|
1777
|
-
private
|
|
1763
|
+
readonly aas: Rect;
|
|
1764
|
+
private cd;
|
|
1765
|
+
private bd;
|
|
1778
1766
|
private s;
|
|
1779
|
-
private
|
|
1780
|
-
|
|
1781
|
-
|
|
1767
|
+
private ci;
|
|
1768
|
+
private z;
|
|
1769
|
+
private aa;
|
|
1770
|
+
private io;
|
|
1771
|
+
private im;
|
|
1772
|
+
private ip;
|
|
1773
|
+
private il;
|
|
1774
|
+
private cc;
|
|
1775
|
+
private be;
|
|
1776
|
+
private t;
|
|
1777
|
+
private ch;
|
|
1778
|
+
readonly ce: ColumnSortDescriptionCollection;
|
|
1779
|
+
readonly bg: ColumnGroupDescriptionCollection;
|
|
1780
|
+
readonly cj: ColumnSummaryDescriptionCollection;
|
|
1781
|
+
private or;
|
|
1782
|
+
q6: string;
|
|
1783
|
+
private oq;
|
|
1784
|
+
q4: string;
|
|
1785
|
+
private os;
|
|
1786
|
+
q8: string;
|
|
1787
|
+
private up;
|
|
1788
|
+
ja(a: any[], b: any[]): boolean;
|
|
1789
|
+
readonly cf: ColumnSortDescriptionCollection;
|
|
1790
|
+
readonly bf: ColumnGroupDescriptionCollection;
|
|
1782
1791
|
sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
|
|
1783
1792
|
groupDescriptionsChanged: (sender: any, args: GridGroupDescriptionsChangedEventArgs) => void;
|
|
1784
1793
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
1785
1794
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
1786
1795
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
1787
|
-
private
|
|
1796
|
+
private vx;
|
|
1788
1797
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
1789
1798
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
1790
1799
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
1791
|
-
readonly
|
|
1792
|
-
readonly
|
|
1793
|
-
private
|
|
1794
|
-
private
|
|
1795
|
-
|
|
1796
|
-
private
|
|
1797
|
-
private
|
|
1798
|
-
|
|
1799
|
-
private g6;
|
|
1800
|
-
private eh;
|
|
1801
|
-
ei: GroupHeaderDisplayMode;
|
|
1800
|
+
readonly u: FilterExpressionCollection;
|
|
1801
|
+
readonly ck: ColumnSummaryDescriptionCollection;
|
|
1802
|
+
private ir;
|
|
1803
|
+
private gf;
|
|
1804
|
+
gg: SummaryScope;
|
|
1805
|
+
private hw;
|
|
1806
|
+
private hv;
|
|
1807
|
+
jw: boolean;
|
|
1802
1808
|
private hk;
|
|
1803
|
-
private
|
|
1804
|
-
|
|
1805
|
-
private
|
|
1806
|
-
private
|
|
1807
|
-
|
|
1808
|
-
private
|
|
1809
|
-
|
|
1809
|
+
private eq;
|
|
1810
|
+
er: GroupHeaderDisplayMode;
|
|
1811
|
+
private hy;
|
|
1812
|
+
private hx;
|
|
1813
|
+
jx: boolean;
|
|
1814
|
+
private hl;
|
|
1815
|
+
private es;
|
|
1816
|
+
et: GroupSummaryDisplayMode;
|
|
1817
|
+
private he;
|
|
1818
|
+
iy: boolean;
|
|
1810
1819
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1811
1820
|
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1812
|
-
protected
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1821
|
+
protected wm(a: string, b: any, c: any): void;
|
|
1822
|
+
xn(): void;
|
|
1823
|
+
xd(): void;
|
|
1824
|
+
xe(): void;
|
|
1816
1825
|
calculateCompleted: (sender: any, e: any) => void;
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
private
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
private
|
|
1824
|
-
private
|
|
1826
|
+
u6(): void;
|
|
1827
|
+
uj(): void;
|
|
1828
|
+
private ii;
|
|
1829
|
+
kz: boolean;
|
|
1830
|
+
xc(): void;
|
|
1831
|
+
ui(): void;
|
|
1832
|
+
private x;
|
|
1833
|
+
private v;
|
|
1825
1834
|
actualDataSource: IDataSource;
|
|
1826
1835
|
private d;
|
|
1827
1836
|
l: string[];
|
|
1828
1837
|
private a;
|
|
1829
1838
|
e: string[];
|
|
1830
|
-
private
|
|
1831
|
-
|
|
1832
|
-
protected
|
|
1833
|
-
private
|
|
1834
|
-
private
|
|
1835
|
-
private
|
|
1839
|
+
private ha;
|
|
1840
|
+
iw: boolean;
|
|
1841
|
+
protected w8(a: string, b: any, c: any): void;
|
|
1842
|
+
private yd;
|
|
1843
|
+
private yq;
|
|
1844
|
+
private aa1;
|
|
1836
1845
|
syncBorder(): void;
|
|
1837
|
-
private
|
|
1846
|
+
private v6;
|
|
1838
1847
|
private m;
|
|
1839
1848
|
private n;
|
|
1840
1849
|
private h;
|
|
1841
|
-
private
|
|
1842
|
-
private
|
|
1843
|
-
private
|
|
1844
|
-
private
|
|
1845
|
-
private
|
|
1846
|
-
private
|
|
1847
|
-
private
|
|
1848
|
-
private
|
|
1849
|
-
private
|
|
1850
|
-
|
|
1850
|
+
private t7;
|
|
1851
|
+
private xq;
|
|
1852
|
+
private ul;
|
|
1853
|
+
private um;
|
|
1854
|
+
private xr;
|
|
1855
|
+
private un;
|
|
1856
|
+
private ua;
|
|
1857
|
+
private t9;
|
|
1858
|
+
private v5;
|
|
1859
|
+
u0(): void;
|
|
1851
1860
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
1852
1861
|
onSizeChanged(a: number, b: number): void;
|
|
1853
1862
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
1854
|
-
private
|
|
1855
|
-
private
|
|
1856
|
-
|
|
1863
|
+
private mz;
|
|
1864
|
+
private m0;
|
|
1865
|
+
lb: boolean;
|
|
1857
1866
|
notifyScrollStart(): void;
|
|
1858
1867
|
notifyScrollStop(): void;
|
|
1859
1868
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
1860
1869
|
readonly actualColumns: GridColumnCollection;
|
|
1861
1870
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
1862
|
-
private
|
|
1871
|
+
private dr;
|
|
1863
1872
|
readonly columns: GridColumnCollection;
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
private
|
|
1870
|
-
private
|
|
1871
|
-
private
|
|
1872
|
-
private
|
|
1873
|
-
private
|
|
1874
|
-
private
|
|
1875
|
-
private
|
|
1876
|
-
private
|
|
1877
|
-
|
|
1878
|
-
private
|
|
1879
|
-
private
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
private jv;
|
|
1886
|
-
private a2;
|
|
1887
|
-
private a1;
|
|
1888
|
-
private ux;
|
|
1889
|
-
private s6;
|
|
1890
|
-
private xh;
|
|
1891
|
-
private ce;
|
|
1892
|
-
p1(a: CellPath, b: Grid, c: any, d: number): string;
|
|
1893
|
-
ap(a: CellPath, b: string): CellModel;
|
|
1894
|
-
n0(): any;
|
|
1895
|
-
px(): string;
|
|
1896
|
-
fk(a: number): RowPath;
|
|
1897
|
-
private gy;
|
|
1898
|
-
wy(a: number): void;
|
|
1899
|
-
wx(a: number): void;
|
|
1900
|
-
ki(a: any): boolean;
|
|
1901
|
-
kj(a: any[]): boolean;
|
|
1902
|
-
wv(a: number): void;
|
|
1903
|
-
private ww;
|
|
1904
|
-
kl(a: Column): boolean;
|
|
1905
|
-
u7(a: number, b: number): void;
|
|
1906
|
-
private s5;
|
|
1907
|
-
private m3;
|
|
1908
|
-
private kh;
|
|
1909
|
-
nc(): number;
|
|
1910
|
-
m7(): number;
|
|
1911
|
-
m5(): number;
|
|
1912
|
-
na(): number;
|
|
1913
|
-
v6(): void;
|
|
1914
|
-
iw: boolean;
|
|
1915
|
-
jf: boolean;
|
|
1916
|
-
readonly jm: boolean;
|
|
1917
|
-
readonly jn: boolean;
|
|
1918
|
-
readonly jk: boolean;
|
|
1919
|
-
readonly jl: boolean;
|
|
1920
|
-
private kf;
|
|
1873
|
+
wi(a: CellModel, b: any, c: any): void;
|
|
1874
|
+
wh(a: CellModel, b: any, c: any, d: string): void;
|
|
1875
|
+
a7(a: CellPath): Column;
|
|
1876
|
+
uo(a: Column): void;
|
|
1877
|
+
ug(a: Column, b: Column): void;
|
|
1878
|
+
private ts;
|
|
1879
|
+
private ib;
|
|
1880
|
+
private v1;
|
|
1881
|
+
private vy;
|
|
1882
|
+
private vt;
|
|
1883
|
+
private t3;
|
|
1884
|
+
private wu;
|
|
1885
|
+
private t6;
|
|
1886
|
+
w5(a: Column, b: PinnedPositions): void;
|
|
1887
|
+
private k9;
|
|
1888
|
+
private la;
|
|
1889
|
+
uv(a: number, b: number): void;
|
|
1890
|
+
uw(a: number): void;
|
|
1891
|
+
ux(a: number): void;
|
|
1892
|
+
i2(a: number): boolean;
|
|
1893
|
+
i3(a: number): boolean;
|
|
1921
1894
|
private kg;
|
|
1922
|
-
private
|
|
1923
|
-
private
|
|
1924
|
-
private
|
|
1925
|
-
private
|
|
1926
|
-
private
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1895
|
+
private a5;
|
|
1896
|
+
private a4;
|
|
1897
|
+
private vu;
|
|
1898
|
+
private t2;
|
|
1899
|
+
private ye;
|
|
1900
|
+
private cn;
|
|
1901
|
+
qp(a: CellPath, b: Grid, c: any, d: number): string;
|
|
1902
|
+
as(a: CellPath, b: string): CellModel;
|
|
1903
|
+
ol(): any;
|
|
1904
|
+
ql(): string;
|
|
1905
|
+
ft(a: number): RowPath;
|
|
1906
|
+
private g9;
|
|
1907
|
+
xv(a: number): void;
|
|
1908
|
+
xu(a: number): void;
|
|
1909
|
+
k3(a: any): boolean;
|
|
1910
|
+
k4(a: any[]): boolean;
|
|
1911
|
+
xs(a: number): void;
|
|
1912
|
+
private xt;
|
|
1913
|
+
k6(a: Column): boolean;
|
|
1914
|
+
v4(a: number, b: number): void;
|
|
1915
|
+
private t1;
|
|
1916
|
+
private no;
|
|
1917
|
+
private k2;
|
|
1918
|
+
nx(): number;
|
|
1919
|
+
ns(): number;
|
|
1920
|
+
nq(): number;
|
|
1921
|
+
nv(): number;
|
|
1922
|
+
w3(): void;
|
|
1923
|
+
jh: boolean;
|
|
1924
|
+
j0: boolean;
|
|
1925
|
+
readonly j7: boolean;
|
|
1926
|
+
readonly j8: boolean;
|
|
1927
|
+
readonly j5: boolean;
|
|
1928
|
+
readonly j6: boolean;
|
|
1929
|
+
private k0;
|
|
1930
|
+
private k1;
|
|
1931
|
+
private lf;
|
|
1932
|
+
private lg;
|
|
1933
|
+
private lh;
|
|
1934
|
+
private li;
|
|
1935
|
+
private hc;
|
|
1936
|
+
private hb;
|
|
1937
|
+
tx(a?: boolean): void;
|
|
1938
|
+
uf(): void;
|
|
1939
|
+
ws(a: any, b: PrimaryKeyValue): void;
|
|
1940
|
+
wt(a: any, b: PrimaryKeyValue): void;
|
|
1941
|
+
wz(a: number, b: any, c: PrimaryKeyValue): void;
|
|
1942
|
+
private iu;
|
|
1943
|
+
u7(a: number, b: number, c: string): void;
|
|
1944
|
+
va(a: number, b: string): void;
|
|
1945
|
+
private u8;
|
|
1940
1946
|
private m9;
|
|
1941
|
-
private
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
private
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1947
|
+
private na;
|
|
1948
|
+
ki(a: boolean, b: boolean): boolean;
|
|
1949
|
+
kj(a: boolean, b: boolean): boolean;
|
|
1950
|
+
private nu;
|
|
1951
|
+
private np;
|
|
1952
|
+
private nz;
|
|
1953
|
+
private ny;
|
|
1954
|
+
private nn;
|
|
1955
|
+
ty(a: number, b: number, c: boolean, d?: boolean): void;
|
|
1956
|
+
kn(a: boolean, b: boolean): boolean;
|
|
1957
|
+
kp(a: boolean, b: boolean): boolean;
|
|
1958
|
+
kq(a: boolean, b: boolean): boolean;
|
|
1959
|
+
kr(a: boolean, b: boolean): boolean;
|
|
1960
|
+
ks(a: boolean, b: boolean): boolean;
|
|
1961
|
+
ku(a: boolean, b: boolean): boolean;
|
|
1962
|
+
w4(): void;
|
|
1963
|
+
kv(a: boolean, b: boolean): boolean;
|
|
1964
|
+
kk(a: boolean, b: boolean): boolean;
|
|
1965
|
+
kl(): boolean;
|
|
1966
|
+
km(): boolean;
|
|
1967
|
+
kt(a: boolean, b: boolean): boolean;
|
|
1968
|
+
aw: CellPath;
|
|
1969
|
+
ax: CellPath;
|
|
1970
|
+
ld(): boolean;
|
|
1971
|
+
k8(a: CellModel): boolean;
|
|
1972
|
+
i9(a: boolean, b?: boolean): boolean;
|
|
1973
|
+
ue(a: boolean): void;
|
|
1974
|
+
vm(a: PrimaryKeyValue, b: number): void;
|
|
1975
|
+
vn(a: PrimaryKeyValue, b: number): void;
|
|
1966
1976
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
1967
1977
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
1968
1978
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
1969
1979
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
1970
1980
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
1971
|
-
private
|
|
1972
|
-
private
|
|
1981
|
+
private ij;
|
|
1982
|
+
private w0;
|
|
1973
1983
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
1974
1984
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
private
|
|
1982
|
-
private
|
|
1983
|
-
private
|
|
1984
|
-
private
|
|
1985
|
-
private
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
private
|
|
1991
|
-
|
|
1992
|
-
private
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
private
|
|
1996
|
-
private
|
|
1997
|
-
private
|
|
1998
|
-
private
|
|
1999
|
-
private
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
1985
|
+
yj(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
1986
|
+
tv(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
1987
|
+
tw(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
1988
|
+
yi(a: number, b: any, c: PrimaryKeyValue): void;
|
|
1989
|
+
xl(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
1990
|
+
xm(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
1991
|
+
private ww;
|
|
1992
|
+
private wx;
|
|
1993
|
+
private wv;
|
|
1994
|
+
private wy;
|
|
1995
|
+
private a0;
|
|
1996
|
+
tu(a: number, b: number, c: number, d: number): void;
|
|
1997
|
+
tt(a: CellRange): void;
|
|
1998
|
+
xi(a: CellRange): void;
|
|
1999
|
+
xh(): void;
|
|
2000
|
+
private uy;
|
|
2001
|
+
w1(a: number, b: any, c: any): void;
|
|
2002
|
+
private uq;
|
|
2003
|
+
vo(): void;
|
|
2004
|
+
ut(): void;
|
|
2005
|
+
private ur;
|
|
2006
|
+
private nr;
|
|
2007
|
+
private nw;
|
|
2008
|
+
private us;
|
|
2009
|
+
private ho;
|
|
2010
|
+
w9(): void;
|
|
2011
|
+
wg(a: number, b: any): void;
|
|
2012
|
+
wn(a: number, b: any): void;
|
|
2013
|
+
x3(a: string): void;
|
|
2014
|
+
x4(a: ResponsiveState): void;
|
|
2015
|
+
u5(a: number, b: any, c: any): void;
|
|
2016
|
+
uz(): void;
|
|
2017
|
+
u1(a: number, b: any): void;
|
|
2018
|
+
u2(a: number, b: any): void;
|
|
2019
|
+
nl(a: any): number;
|
|
2020
|
+
nm(a: any[]): number;
|
|
2011
2021
|
i(): string[];
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2022
|
+
oo(a: CellKey): any;
|
|
2023
|
+
op(a: number, b: number): any;
|
|
2024
|
+
a6(a: number): Column;
|
|
2015
2025
|
j(): ISummaryResult[];
|
|
2016
2026
|
k(a: number): ISummaryResult[][];
|
|
2017
|
-
private
|
|
2018
|
-
|
|
2019
|
-
private
|
|
2020
|
-
|
|
2021
|
-
private
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
private
|
|
2026
|
-
private
|
|
2027
|
+
private ih;
|
|
2028
|
+
ky: boolean;
|
|
2029
|
+
private ig;
|
|
2030
|
+
kx: boolean;
|
|
2031
|
+
private ie;
|
|
2032
|
+
kw: boolean;
|
|
2033
|
+
y(a: Column): IFilterExpression;
|
|
2034
|
+
le(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2035
|
+
private yk;
|
|
2036
|
+
private ok;
|
|
2027
2037
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
2028
|
-
private
|
|
2038
|
+
private v2;
|
|
2029
2039
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2030
|
-
private
|
|
2040
|
+
private vd;
|
|
2031
2041
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2032
|
-
private
|
|
2042
|
+
private vc;
|
|
2033
2043
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2034
|
-
private
|
|
2044
|
+
private wq;
|
|
2035
2045
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2036
|
-
private
|
|
2037
|
-
|
|
2038
|
-
readonly
|
|
2039
|
-
readonly
|
|
2040
|
-
readonly
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
we(): void;
|
|
2047
|
-
xk(a: any[], b: string, c: any): void;
|
|
2048
|
-
wn(a: any[]): void;
|
|
2049
|
-
wm(a: any): void;
|
|
2050
|
-
private hz;
|
|
2051
|
-
sv(a: number): void;
|
|
2052
|
-
wj(a: number): void;
|
|
2053
|
-
w8(a: number, b: string): void;
|
|
2046
|
+
private wp;
|
|
2047
|
+
jt(): boolean;
|
|
2048
|
+
readonly i5: boolean;
|
|
2049
|
+
readonly i4: boolean;
|
|
2050
|
+
readonly i1: boolean;
|
|
2051
|
+
t8(): void;
|
|
2052
|
+
tz(): void;
|
|
2053
|
+
tq(a: number): void;
|
|
2054
|
+
xf(a: number): void;
|
|
2055
|
+
yc(): void;
|
|
2054
2056
|
xb(): void;
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
private
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
private
|
|
2074
|
-
|
|
2075
|
-
private
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
private
|
|
2080
|
-
|
|
2057
|
+
yh(a: any[], b: string, c: any): void;
|
|
2058
|
+
xk(a: any[]): void;
|
|
2059
|
+
xj(a: any): void;
|
|
2060
|
+
private id;
|
|
2061
|
+
tr(a: number): void;
|
|
2062
|
+
xg(a: number): void;
|
|
2063
|
+
x5(a: number, b: string): void;
|
|
2064
|
+
x8(): void;
|
|
2065
|
+
ud(a: boolean): void;
|
|
2066
|
+
private cx;
|
|
2067
|
+
cy: EnterKeyBehaviors;
|
|
2068
|
+
private cv;
|
|
2069
|
+
cw: EnterKeyBehaviorAfterEdit;
|
|
2070
|
+
xw(): void;
|
|
2071
|
+
ub(): void;
|
|
2072
|
+
private h1;
|
|
2073
|
+
j2: boolean;
|
|
2074
|
+
ko(a: Key, b: boolean, c: boolean): boolean;
|
|
2075
|
+
private lc;
|
|
2076
|
+
k7(): boolean;
|
|
2077
|
+
private hs;
|
|
2078
|
+
jp: boolean;
|
|
2079
|
+
private hr;
|
|
2080
|
+
jo: boolean;
|
|
2081
|
+
private fh;
|
|
2082
|
+
fi: MergedCellMode;
|
|
2083
|
+
private ff;
|
|
2084
|
+
fg: MergedCellEvaluationCriteria;
|
|
2085
|
+
private al;
|
|
2086
|
+
am: CellContentVerticalAlignment;
|
|
2087
|
+
sj(): string;
|
|
2088
|
+
private fy;
|
|
2089
|
+
private ll;
|
|
2090
|
+
uu(a: string): void;
|
|
2081
2091
|
private q;
|
|
2082
2092
|
private r;
|
|
2083
|
-
|
|
2084
|
-
private
|
|
2085
|
-
|
|
2086
|
-
private
|
|
2087
|
-
|
|
2088
|
-
private
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
private
|
|
2092
|
-
|
|
2093
|
-
private
|
|
2094
|
-
|
|
2093
|
+
nt(a: CellPath): number;
|
|
2094
|
+
private c4;
|
|
2095
|
+
c5: FilterUIType;
|
|
2096
|
+
private c1;
|
|
2097
|
+
c2: FilterLogicalOperator;
|
|
2098
|
+
private cz;
|
|
2099
|
+
c0: FilterComparisonType;
|
|
2100
|
+
ju(): boolean;
|
|
2101
|
+
private lo;
|
|
2102
|
+
lp: Date;
|
|
2103
|
+
private hg;
|
|
2104
|
+
i6: boolean;
|
|
2095
2105
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2096
|
-
|
|
2097
|
-
private
|
|
2106
|
+
v3(a: Column, b: FilterOperand, c: any): void;
|
|
2107
|
+
private h2;
|
|
2098
2108
|
isPagerVisible: boolean;
|
|
2099
|
-
private
|
|
2100
|
-
|
|
2101
|
-
private
|
|
2109
|
+
private mx;
|
|
2110
|
+
n6: number;
|
|
2111
|
+
private h7;
|
|
2102
2112
|
isToolbarVisible: boolean;
|
|
2103
|
-
private
|
|
2104
|
-
|
|
2105
|
-
private
|
|
2106
|
-
|
|
2107
|
-
private
|
|
2108
|
-
|
|
2109
|
-
private
|
|
2110
|
-
|
|
2111
|
-
private
|
|
2112
|
-
|
|
2113
|
-
private
|
|
2114
|
-
|
|
2115
|
-
private
|
|
2116
|
-
|
|
2113
|
+
private h5;
|
|
2114
|
+
kc: boolean;
|
|
2115
|
+
private h6;
|
|
2116
|
+
kd: boolean;
|
|
2117
|
+
private ox;
|
|
2118
|
+
to: string;
|
|
2119
|
+
private ot;
|
|
2120
|
+
tg: string;
|
|
2121
|
+
private ou;
|
|
2122
|
+
ti: string;
|
|
2123
|
+
private ov;
|
|
2124
|
+
tk: string;
|
|
2125
|
+
private ow;
|
|
2126
|
+
tm: string;
|
|
2127
|
+
private gl;
|
|
2128
|
+
gm: ScrollbarStyle;
|
|
2129
|
+
private zf;
|
|
2130
|
+
aae: Brush;
|
|
2131
|
+
private hd;
|
|
2132
|
+
ix: boolean;
|
|
2133
|
+
private hh;
|
|
2134
|
+
i7: boolean;
|
|
2117
2135
|
}
|
|
2118
2136
|
/**
|
|
2119
2137
|
* @hidden
|
|
@@ -2347,16 +2365,16 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
2347
2365
|
private bl;
|
|
2348
2366
|
private t;
|
|
2349
2367
|
externalObject: any;
|
|
2350
|
-
private dr;
|
|
2351
|
-
d7: Brush;
|
|
2352
2368
|
private ds;
|
|
2353
2369
|
d8: Brush;
|
|
2354
|
-
private dh;
|
|
2355
|
-
dy: Brush;
|
|
2356
2370
|
private dt;
|
|
2357
2371
|
d9: Brush;
|
|
2358
|
-
private
|
|
2359
|
-
|
|
2372
|
+
private di;
|
|
2373
|
+
dz: Brush;
|
|
2374
|
+
private du;
|
|
2375
|
+
ea: Brush;
|
|
2376
|
+
private dl;
|
|
2377
|
+
d2: Brush;
|
|
2360
2378
|
private a2;
|
|
2361
2379
|
be: number;
|
|
2362
2380
|
private a4;
|
|
@@ -2383,15 +2401,19 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
2383
2401
|
bh: number;
|
|
2384
2402
|
private r;
|
|
2385
2403
|
grid: Grid;
|
|
2386
|
-
private
|
|
2387
|
-
protected
|
|
2388
|
-
protected
|
|
2404
|
+
private c1;
|
|
2405
|
+
protected c0(a: Grid, b: Grid): void;
|
|
2406
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
2407
|
+
private dk;
|
|
2408
|
+
d1: Brush;
|
|
2389
2409
|
private dj;
|
|
2390
2410
|
d0: Brush;
|
|
2391
|
-
private
|
|
2392
|
-
|
|
2393
|
-
private
|
|
2394
|
-
|
|
2411
|
+
private dm;
|
|
2412
|
+
d3: Brush;
|
|
2413
|
+
private dx;
|
|
2414
|
+
ek: Brush;
|
|
2415
|
+
private dq;
|
|
2416
|
+
d6: Brush;
|
|
2395
2417
|
private dw;
|
|
2396
2418
|
ej: Brush;
|
|
2397
2419
|
private dp;
|
|
@@ -2400,10 +2422,6 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
2400
2422
|
ei: Brush;
|
|
2401
2423
|
private dn;
|
|
2402
2424
|
d4: Brush;
|
|
2403
|
-
private du;
|
|
2404
|
-
eh: Brush;
|
|
2405
|
-
private dm;
|
|
2406
|
-
d3: Brush;
|
|
2407
2425
|
private ar;
|
|
2408
2426
|
au: number;
|
|
2409
2427
|
private b;
|
|
@@ -2418,10 +2436,10 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
2418
2436
|
y: TextCellLineBreakMode;
|
|
2419
2437
|
private v;
|
|
2420
2438
|
x: TextCellLineBreakMode;
|
|
2421
|
-
private
|
|
2422
|
-
|
|
2423
|
-
private
|
|
2424
|
-
|
|
2439
|
+
private dy;
|
|
2440
|
+
el: Brush;
|
|
2441
|
+
private dr;
|
|
2442
|
+
d7: Brush;
|
|
2425
2443
|
private as;
|
|
2426
2444
|
aw: number;
|
|
2427
2445
|
private aq;
|
|
@@ -2432,57 +2450,58 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
2432
2450
|
ad: FontInfo;
|
|
2433
2451
|
k(a: CellPath, b: string): CellModel;
|
|
2434
2452
|
protected abstract l(a: CellPath): CellModel;
|
|
2435
|
-
|
|
2436
|
-
protected abstract
|
|
2437
|
-
cw(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2453
|
+
cm(a: CellPath, b: Grid, c: any, d: number): string;
|
|
2454
|
+
protected abstract cn(a: CellPath, b: Grid, c: any): string;
|
|
2438
2455
|
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2456
|
+
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2439
2457
|
private n;
|
|
2440
2458
|
dataBinding: (sender: any, args: DataBindingEventArgs) => void;
|
|
2441
2459
|
dataBound: (sender: any, args: DataBindingEventArgs) => void;
|
|
2442
|
-
|
|
2443
|
-
|
|
2460
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2461
|
+
ck(a: Grid, b: any, c: any): string;
|
|
2462
|
+
c6(): void;
|
|
2444
2463
|
protected aj(a: string): boolean;
|
|
2445
2464
|
protected ak(a: string): boolean;
|
|
2446
2465
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2447
|
-
protected
|
|
2448
|
-
protected
|
|
2449
|
-
protected df(): void;
|
|
2466
|
+
protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
2467
|
+
protected c9(): void;
|
|
2450
2468
|
protected dg(): void;
|
|
2469
|
+
protected dh(): void;
|
|
2470
|
+
protected de(): void;
|
|
2451
2471
|
protected dd(): void;
|
|
2472
|
+
protected df(): void;
|
|
2452
2473
|
protected dc(): void;
|
|
2453
|
-
protected
|
|
2454
|
-
protected db(): void;
|
|
2455
|
-
protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
2474
|
+
protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
2456
2475
|
private ag;
|
|
2457
|
-
protected
|
|
2458
|
-
private
|
|
2459
|
-
private
|
|
2476
|
+
protected da(): void;
|
|
2477
|
+
private c8;
|
|
2478
|
+
private db;
|
|
2460
2479
|
private am;
|
|
2461
2480
|
private ao;
|
|
2462
2481
|
private al;
|
|
2463
2482
|
protected readonly an: HashSet$1<string>;
|
|
2464
2483
|
protected readonly ap: List$1<string>;
|
|
2465
|
-
private
|
|
2484
|
+
private cw;
|
|
2466
2485
|
protected d(): CellContentHorizontalAlignment;
|
|
2467
2486
|
protected i(): CellContentVerticalAlignment;
|
|
2468
|
-
protected
|
|
2469
|
-
protected ea(): Brush;
|
|
2470
|
-
protected af(): FontInfo;
|
|
2487
|
+
protected eh(): Brush;
|
|
2471
2488
|
protected eb(): Brush;
|
|
2472
|
-
protected
|
|
2473
|
-
protected ed(): Brush;
|
|
2489
|
+
protected af(): FontInfo;
|
|
2474
2490
|
protected ec(): Brush;
|
|
2491
|
+
protected eg(): Brush;
|
|
2475
2492
|
protected ee(): Brush;
|
|
2493
|
+
protected ed(): Brush;
|
|
2494
|
+
protected ef(): Brush;
|
|
2476
2495
|
protected av(): number;
|
|
2477
2496
|
definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
|
|
2478
2497
|
private z;
|
|
2479
|
-
|
|
2498
|
+
c7(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
2480
2499
|
ai(): boolean;
|
|
2481
2500
|
readonly aa: FastIterationDictionary$2<string, any>;
|
|
2482
2501
|
ah(a: string): boolean;
|
|
2483
|
-
|
|
2502
|
+
c5(a: string): void;
|
|
2484
2503
|
bn(a: string): any;
|
|
2485
|
-
|
|
2504
|
+
cl(a: any, b: DataSourceSchemaPropertyType, c: any): string;
|
|
2486
2505
|
u(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
|
|
2487
2506
|
cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
|
|
2488
2507
|
}
|
|
@@ -2490,209 +2509,209 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
2490
2509
|
* @hidden
|
|
2491
2510
|
*/
|
|
2492
2511
|
export declare abstract class Column extends DefinitionBase {
|
|
2493
|
-
static $t: Type;
|
|
2494
|
-
constructor();
|
|
2495
|
-
protected
|
|
2496
|
-
protected
|
|
2497
|
-
private static
|
|
2498
|
-
|
|
2499
|
-
private
|
|
2500
|
-
|
|
2501
|
-
private hq;
|
|
2502
|
-
h1: number;
|
|
2503
|
-
private hs;
|
|
2504
|
-
h3: number;
|
|
2512
|
+
static $t: Type;
|
|
2513
|
+
constructor();
|
|
2514
|
+
protected lh(): Brush;
|
|
2515
|
+
protected lg(): Brush;
|
|
2516
|
+
private static h5;
|
|
2517
|
+
h6: number;
|
|
2518
|
+
private fg;
|
|
2519
|
+
fh: ColumnStates;
|
|
2505
2520
|
private hr;
|
|
2506
2521
|
h2: number;
|
|
2507
|
-
private
|
|
2508
|
-
|
|
2509
|
-
private
|
|
2510
|
-
|
|
2511
|
-
private
|
|
2512
|
-
|
|
2513
|
-
private
|
|
2514
|
-
|
|
2522
|
+
private ht;
|
|
2523
|
+
h4: number;
|
|
2524
|
+
private hs;
|
|
2525
|
+
h3: number;
|
|
2526
|
+
private hq;
|
|
2527
|
+
h1: number;
|
|
2528
|
+
private ie;
|
|
2529
|
+
jz: string;
|
|
2515
2530
|
private ho;
|
|
2516
2531
|
hz: number;
|
|
2517
|
-
private
|
|
2518
|
-
|
|
2519
|
-
private
|
|
2520
|
-
|
|
2532
|
+
private hn;
|
|
2533
|
+
hy: number;
|
|
2534
|
+
private hp;
|
|
2535
|
+
h0: number;
|
|
2536
|
+
private f3;
|
|
2537
|
+
f5: PinnedPositions;
|
|
2521
2538
|
private ic;
|
|
2522
|
-
|
|
2523
|
-
private
|
|
2524
|
-
|
|
2525
|
-
private
|
|
2526
|
-
|
|
2527
|
-
private
|
|
2528
|
-
|
|
2529
|
-
private
|
|
2530
|
-
|
|
2531
|
-
private k0;
|
|
2532
|
-
la: Brush;
|
|
2539
|
+
i8: string;
|
|
2540
|
+
private id;
|
|
2541
|
+
jf: string;
|
|
2542
|
+
private ia;
|
|
2543
|
+
im: string;
|
|
2544
|
+
private k8;
|
|
2545
|
+
lk: Brush;
|
|
2546
|
+
private k3;
|
|
2547
|
+
ld: Brush;
|
|
2533
2548
|
private k6;
|
|
2534
2549
|
li: Brush;
|
|
2535
2550
|
private k1;
|
|
2536
2551
|
lb: Brush;
|
|
2537
|
-
private
|
|
2538
|
-
|
|
2539
|
-
private
|
|
2552
|
+
private k7;
|
|
2553
|
+
lj: Brush;
|
|
2554
|
+
private k2;
|
|
2555
|
+
lc: Brush;
|
|
2556
|
+
private fr;
|
|
2557
|
+
fs: GridColumnAnimationSettings;
|
|
2558
|
+
private fi;
|
|
2540
2559
|
width: ColumnWidth;
|
|
2541
|
-
private
|
|
2542
|
-
|
|
2560
|
+
private hf;
|
|
2561
|
+
hi: number;
|
|
2562
|
+
private go;
|
|
2563
|
+
g6: boolean;
|
|
2564
|
+
private gi;
|
|
2565
|
+
g0: boolean;
|
|
2566
|
+
private gr;
|
|
2567
|
+
g9: boolean;
|
|
2568
|
+
private eo;
|
|
2569
|
+
ep: ColumnFilterCondition;
|
|
2570
|
+
private eq;
|
|
2571
|
+
er: IFilterExpression;
|
|
2572
|
+
private fv;
|
|
2573
|
+
header: Header;
|
|
2543
2574
|
private gn;
|
|
2544
2575
|
g5: boolean;
|
|
2545
|
-
private gh;
|
|
2546
|
-
gz: boolean;
|
|
2547
2576
|
private gq;
|
|
2548
2577
|
g8: boolean;
|
|
2549
|
-
private en;
|
|
2550
|
-
eo: ColumnFilterCondition;
|
|
2551
|
-
private ep;
|
|
2552
|
-
eq: IFilterExpression;
|
|
2553
|
-
private fu;
|
|
2554
|
-
header: Header;
|
|
2555
|
-
private gm;
|
|
2556
|
-
g4: boolean;
|
|
2557
2578
|
private gp;
|
|
2558
2579
|
g7: boolean;
|
|
2559
|
-
private
|
|
2560
|
-
|
|
2561
|
-
private
|
|
2562
|
-
|
|
2563
|
-
private
|
|
2564
|
-
|
|
2565
|
-
private
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
gy: boolean;
|
|
2569
|
-
readonly gv: boolean;
|
|
2570
|
-
private e3;
|
|
2571
|
-
e5: ColumnOptionsIconAlignment;
|
|
2580
|
+
private gs;
|
|
2581
|
+
hb: boolean;
|
|
2582
|
+
private fe;
|
|
2583
|
+
ff: ColumnSortDirection;
|
|
2584
|
+
private f4;
|
|
2585
|
+
f6: PinnedPositions;
|
|
2586
|
+
private gh;
|
|
2587
|
+
gz: boolean;
|
|
2588
|
+
readonly gw: boolean;
|
|
2572
2589
|
private e4;
|
|
2573
2590
|
e6: ColumnOptionsIconAlignment;
|
|
2574
|
-
private
|
|
2575
|
-
|
|
2576
|
-
private
|
|
2577
|
-
|
|
2591
|
+
private e5;
|
|
2592
|
+
e7: ColumnOptionsIconAlignment;
|
|
2593
|
+
private kz;
|
|
2594
|
+
k9: Brush;
|
|
2595
|
+
private k4;
|
|
2596
|
+
le: Brush;
|
|
2597
|
+
private e9;
|
|
2598
|
+
fb: ColumnOptionsIconBehavior;
|
|
2578
2599
|
private e8;
|
|
2579
2600
|
fa: ColumnOptionsIconBehavior;
|
|
2580
|
-
private e7;
|
|
2581
|
-
e9: ColumnOptionsIconBehavior;
|
|
2582
|
-
private gc;
|
|
2583
|
-
gs: boolean;
|
|
2584
|
-
private gi;
|
|
2585
|
-
g0: boolean;
|
|
2586
|
-
private ge;
|
|
2587
|
-
gu: boolean;
|
|
2588
|
-
private gk;
|
|
2589
|
-
g2: boolean;
|
|
2590
2601
|
private gd;
|
|
2591
2602
|
gt: boolean;
|
|
2592
2603
|
private gj;
|
|
2593
2604
|
g1: boolean;
|
|
2605
|
+
private gf;
|
|
2606
|
+
gv: boolean;
|
|
2594
2607
|
private gl;
|
|
2595
2608
|
g3: boolean;
|
|
2596
|
-
private
|
|
2597
|
-
|
|
2598
|
-
private
|
|
2599
|
-
|
|
2609
|
+
private ge;
|
|
2610
|
+
gu: boolean;
|
|
2611
|
+
private gk;
|
|
2612
|
+
g2: boolean;
|
|
2613
|
+
private gm;
|
|
2614
|
+
g4: boolean;
|
|
2615
|
+
private k5;
|
|
2616
|
+
lf: Brush;
|
|
2617
|
+
private k0;
|
|
2618
|
+
la: Brush;
|
|
2619
|
+
private he;
|
|
2620
|
+
hh: number;
|
|
2600
2621
|
private hd;
|
|
2601
2622
|
hg: number;
|
|
2602
|
-
private
|
|
2603
|
-
hf: number;
|
|
2604
|
-
private f9;
|
|
2623
|
+
private ga;
|
|
2605
2624
|
textEditStyle: FontInfo;
|
|
2606
|
-
private
|
|
2607
|
-
|
|
2608
|
-
private
|
|
2609
|
-
|
|
2610
|
-
private
|
|
2611
|
-
|
|
2612
|
-
private
|
|
2613
|
-
|
|
2614
|
-
private
|
|
2615
|
-
|
|
2616
|
-
private
|
|
2617
|
-
|
|
2618
|
-
private
|
|
2619
|
-
|
|
2625
|
+
private f9;
|
|
2626
|
+
gb: FontInfo;
|
|
2627
|
+
private fk;
|
|
2628
|
+
fl: EditorType;
|
|
2629
|
+
private h7;
|
|
2630
|
+
h8: any;
|
|
2631
|
+
private ib;
|
|
2632
|
+
i4: string;
|
|
2633
|
+
private em;
|
|
2634
|
+
en: string[];
|
|
2635
|
+
private f0;
|
|
2636
|
+
f2: MergedCellMode;
|
|
2637
|
+
private fx;
|
|
2638
|
+
fz: MergedCellEvaluationCriteria;
|
|
2639
|
+
private ev;
|
|
2640
|
+
ey: CellContentVerticalAlignment;
|
|
2620
2641
|
private eu;
|
|
2621
|
-
|
|
2622
|
-
private et;
|
|
2623
|
-
ev: CellContentVerticalAlignment;
|
|
2624
|
-
private hj;
|
|
2625
|
-
hu: number;
|
|
2626
|
-
private hl;
|
|
2627
|
-
hw: number;
|
|
2642
|
+
ew: CellContentVerticalAlignment;
|
|
2628
2643
|
private hk;
|
|
2629
2644
|
hv: number;
|
|
2630
|
-
private
|
|
2631
|
-
|
|
2632
|
-
private
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
private
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
protected
|
|
2647
|
-
protected
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
protected
|
|
2653
|
-
protected
|
|
2654
|
-
kv
|
|
2645
|
+
private hm;
|
|
2646
|
+
hx: number;
|
|
2647
|
+
private hl;
|
|
2648
|
+
hw: number;
|
|
2649
|
+
private hj;
|
|
2650
|
+
hu: number;
|
|
2651
|
+
private fm;
|
|
2652
|
+
fn: FilterComparisonType;
|
|
2653
|
+
fp(a: FilterComparisonType): FilterComparisonType;
|
|
2654
|
+
fo(): FilterComparisonType;
|
|
2655
|
+
private ft;
|
|
2656
|
+
readonly fu: GridFilterOperandsCollection;
|
|
2657
|
+
private kd;
|
|
2658
|
+
f1(): MergedCellMode;
|
|
2659
|
+
fy(): MergedCellEvaluationCriteria;
|
|
2660
|
+
ha(): boolean;
|
|
2661
|
+
protected ee(): Brush;
|
|
2662
|
+
protected eg(): Brush;
|
|
2663
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2664
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2665
|
+
protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
2666
|
+
protected ez(): CellContentVerticalAlignment;
|
|
2667
|
+
protected et(): CellContentHorizontalAlignment;
|
|
2668
|
+
protected ex(): CellContentVerticalAlignment;
|
|
2669
|
+
private kv;
|
|
2670
|
+
private kh;
|
|
2671
|
+
protected c0(a: Grid, b: Grid): void;
|
|
2672
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
2655
2673
|
kw(): void;
|
|
2656
2674
|
kx(): void;
|
|
2657
|
-
|
|
2658
|
-
protected
|
|
2675
|
+
ky(): void;
|
|
2676
|
+
protected c9(): void;
|
|
2659
2677
|
protected dg(): void;
|
|
2660
|
-
protected
|
|
2661
|
-
protected
|
|
2662
|
-
protected kt(): void;
|
|
2678
|
+
protected dh(): void;
|
|
2679
|
+
protected de(): void;
|
|
2663
2680
|
protected ks(): void;
|
|
2681
|
+
protected ku(): void;
|
|
2682
|
+
protected kt(): void;
|
|
2683
|
+
protected dd(): void;
|
|
2684
|
+
protected df(): void;
|
|
2664
2685
|
protected dc(): void;
|
|
2665
|
-
protected de(): void;
|
|
2666
|
-
protected db(): void;
|
|
2667
|
-
protected kl(): void;
|
|
2668
|
-
protected kp(): void;
|
|
2669
|
-
protected ko(): void;
|
|
2670
2686
|
protected km(): void;
|
|
2671
2687
|
protected kq(): void;
|
|
2688
|
+
protected kp(): void;
|
|
2672
2689
|
protected kn(): void;
|
|
2690
|
+
protected kr(): void;
|
|
2691
|
+
protected ko(): void;
|
|
2673
2692
|
columnCellsPropertyUpdating: (column: Column, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
2674
2693
|
columnHeaderCellsPropertyUpdating: (column: Column, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
2675
|
-
protected
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
private
|
|
2682
|
-
private
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
readonly
|
|
2686
|
-
|
|
2694
|
+
protected kl(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
2695
|
+
e3(): ColumnHidingAnimationMode;
|
|
2696
|
+
fd(): ColumnShowingAnimationMode;
|
|
2697
|
+
e2(): ColumnExchangingAnimationMode;
|
|
2698
|
+
fc(): ColumnResizingAnimationMode;
|
|
2699
|
+
jd(): string;
|
|
2700
|
+
private f7;
|
|
2701
|
+
private gg;
|
|
2702
|
+
kk(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
2703
|
+
gy(): boolean;
|
|
2704
|
+
readonly f8: FastIterationDictionary$2<string, any>;
|
|
2705
|
+
gx(a: string): boolean;
|
|
2706
|
+
kj(a: string): void;
|
|
2707
|
+
h9(a: string): any;
|
|
2708
|
+
hc: List$1<LayoutAction>;
|
|
2687
2709
|
ki(a: string): void;
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
er(a: FilterOperand, b: any): IFilterExpression;
|
|
2694
|
-
fp(a: string, b: number): FilterOperand;
|
|
2695
|
-
kf(): void;
|
|
2710
|
+
kf(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
2711
|
+
ke(a: string, b: number, c: any): void;
|
|
2712
|
+
es(a: FilterOperand, b: any): IFilterExpression;
|
|
2713
|
+
fq(a: string, b: number): FilterOperand;
|
|
2714
|
+
kg(): void;
|
|
2696
2715
|
}
|
|
2697
2716
|
/**
|
|
2698
2717
|
* @hidden
|
|
@@ -2977,20 +2996,20 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
|
|
|
2977
2996
|
*/
|
|
2978
2997
|
export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
2979
2998
|
static $t: Type;
|
|
2980
|
-
protected
|
|
2999
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
2981
3000
|
protected l(a: CellPath): CellModel;
|
|
2982
|
-
protected
|
|
2983
|
-
private
|
|
2984
|
-
|
|
2985
|
-
private el;
|
|
2986
|
-
en: number;
|
|
3001
|
+
protected ec(): Brush;
|
|
3002
|
+
private eq;
|
|
3003
|
+
er: number;
|
|
2987
3004
|
private em;
|
|
2988
3005
|
eo: number;
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
protected
|
|
2992
|
-
protected
|
|
2993
|
-
|
|
3006
|
+
private en;
|
|
3007
|
+
ep: number;
|
|
3008
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3009
|
+
protected c9(): void;
|
|
3010
|
+
protected ev(): void;
|
|
3011
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3012
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2994
3013
|
}
|
|
2995
3014
|
/**
|
|
2996
3015
|
* @hidden
|
|
@@ -2998,52 +3017,56 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
2998
3017
|
export declare class ComboBoxColumn extends Column {
|
|
2999
3018
|
static $t: Type;
|
|
3000
3019
|
constructor();
|
|
3001
|
-
private
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
lr: string;
|
|
3020
|
+
private lm;
|
|
3021
|
+
ln: IDataSource;
|
|
3022
|
+
lo: any;
|
|
3005
3023
|
ls: string;
|
|
3006
|
-
|
|
3024
|
+
lt: string;
|
|
3025
|
+
ll: string[];
|
|
3007
3026
|
protected l(a: CellPath): CellModel;
|
|
3008
|
-
protected
|
|
3009
|
-
protected
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3027
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3028
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3029
|
+
ck(a: Grid, b: any, c: any): string;
|
|
3030
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3031
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3032
|
+
protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3014
3033
|
private lu;
|
|
3015
|
-
private
|
|
3016
|
-
lq
|
|
3034
|
+
private lv;
|
|
3035
|
+
private lq;
|
|
3036
|
+
lr(a: any): string;
|
|
3017
3037
|
}
|
|
3018
3038
|
/**
|
|
3019
3039
|
* @hidden
|
|
3020
3040
|
*/
|
|
3021
3041
|
export declare class DateTimeColumn extends Column {
|
|
3022
3042
|
static $t: Type;
|
|
3023
|
-
private
|
|
3024
|
-
private
|
|
3025
|
-
|
|
3026
|
-
private
|
|
3027
|
-
|
|
3028
|
-
private
|
|
3029
|
-
lz: string;
|
|
3030
|
-
private lk;
|
|
3031
|
-
ll: any[];
|
|
3032
|
-
private lt;
|
|
3033
|
-
lv: any;
|
|
3034
|
-
private lq;
|
|
3035
|
-
lr: boolean;
|
|
3036
|
-
lp: EditorType;
|
|
3037
|
-
lu: any;
|
|
3043
|
+
private lo;
|
|
3044
|
+
private lp;
|
|
3045
|
+
lq: DateTimeFormats;
|
|
3046
|
+
private lz;
|
|
3047
|
+
l8: string;
|
|
3048
|
+
private ly;
|
|
3038
3049
|
l1: string;
|
|
3039
|
-
|
|
3040
|
-
|
|
3050
|
+
private ll;
|
|
3051
|
+
lm: any[];
|
|
3052
|
+
private lv;
|
|
3053
|
+
lx: any;
|
|
3054
|
+
private ls;
|
|
3055
|
+
lt: boolean;
|
|
3056
|
+
lr: EditorType;
|
|
3057
|
+
lw: any;
|
|
3058
|
+
l3: string;
|
|
3059
|
+
l4: string;
|
|
3060
|
+
protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3041
3061
|
constructor();
|
|
3042
3062
|
protected l(a: CellPath): CellModel;
|
|
3043
|
-
protected
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3063
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3064
|
+
ck(a: Grid, b: any, c: any): string;
|
|
3065
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3066
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3067
|
+
private lu;
|
|
3068
|
+
ln: BindingFormatter;
|
|
3069
|
+
private l5;
|
|
3047
3070
|
}
|
|
3048
3071
|
/**
|
|
3049
3072
|
* @hidden
|
|
@@ -3073,18 +3096,18 @@ export declare class DataBindingEventArgs extends EventArgs {
|
|
|
3073
3096
|
export declare class EditorDefinition extends DefinitionBase {
|
|
3074
3097
|
static $t: Type;
|
|
3075
3098
|
constructor();
|
|
3076
|
-
private
|
|
3077
|
-
|
|
3078
|
-
private
|
|
3079
|
-
|
|
3080
|
-
private
|
|
3081
|
-
|
|
3099
|
+
private et;
|
|
3100
|
+
eu: Rect;
|
|
3101
|
+
private eo;
|
|
3102
|
+
er: string;
|
|
3103
|
+
private em;
|
|
3104
|
+
en: CellModel;
|
|
3082
3105
|
protected l(a: CellPath): CellModel;
|
|
3083
|
-
protected
|
|
3084
|
-
protected
|
|
3085
|
-
protected
|
|
3086
|
-
|
|
3087
|
-
|
|
3106
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3107
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3108
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3109
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3110
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3088
3111
|
}
|
|
3089
3112
|
/**
|
|
3090
3113
|
* @hidden
|
|
@@ -3093,31 +3116,31 @@ export declare class EditRowDefinition extends DefinitionBase {
|
|
|
3093
3116
|
static $t: Type;
|
|
3094
3117
|
constructor();
|
|
3095
3118
|
protected l(a: CellPath): CellModel;
|
|
3096
|
-
protected
|
|
3097
|
-
protected
|
|
3098
|
-
protected
|
|
3099
|
-
|
|
3119
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3120
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3121
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3122
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3100
3123
|
}
|
|
3101
3124
|
/**
|
|
3102
3125
|
* @hidden
|
|
3103
3126
|
*/
|
|
3104
3127
|
export declare class FilterRowDefinition extends DefinitionBase {
|
|
3105
3128
|
static $t: Type;
|
|
3106
|
-
private em;
|
|
3107
|
-
eq: number;
|
|
3108
|
-
private eo;
|
|
3109
|
-
es: number;
|
|
3110
3129
|
private en;
|
|
3111
3130
|
er: number;
|
|
3112
|
-
private
|
|
3113
|
-
|
|
3131
|
+
private ep;
|
|
3132
|
+
et: number;
|
|
3133
|
+
private eo;
|
|
3134
|
+
es: number;
|
|
3135
|
+
private em;
|
|
3136
|
+
eq: number;
|
|
3114
3137
|
constructor();
|
|
3115
3138
|
protected l(a: CellPath): CellModel;
|
|
3116
|
-
protected
|
|
3117
|
-
protected
|
|
3118
|
-
protected
|
|
3119
|
-
|
|
3120
|
-
|
|
3139
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3140
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3141
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3142
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3143
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3121
3144
|
}
|
|
3122
3145
|
/**
|
|
3123
3146
|
* @hidden
|
|
@@ -3125,92 +3148,92 @@ export declare class FilterRowDefinition extends DefinitionBase {
|
|
|
3125
3148
|
export declare abstract class Header extends DefinitionBase {
|
|
3126
3149
|
static $t: Type;
|
|
3127
3150
|
constructor();
|
|
3128
|
-
protected
|
|
3129
|
-
protected
|
|
3130
|
-
protected
|
|
3151
|
+
protected eh(): Brush;
|
|
3152
|
+
protected ec(): Brush;
|
|
3153
|
+
protected fb(): Brush;
|
|
3131
3154
|
protected af(): FontInfo;
|
|
3132
|
-
protected
|
|
3133
|
-
protected
|
|
3134
|
-
protected df(): void;
|
|
3155
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3156
|
+
protected c9(): void;
|
|
3135
3157
|
protected dg(): void;
|
|
3136
|
-
protected
|
|
3158
|
+
protected dh(): void;
|
|
3137
3159
|
protected e6(): void;
|
|
3138
|
-
protected
|
|
3160
|
+
protected e7(): void;
|
|
3161
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3162
|
+
private e9;
|
|
3163
|
+
fc: Brush;
|
|
3139
3164
|
private e8;
|
|
3140
|
-
|
|
3141
|
-
private
|
|
3142
|
-
|
|
3165
|
+
fa: Brush;
|
|
3166
|
+
private en;
|
|
3167
|
+
ep: SortIndicatorStyle;
|
|
3143
3168
|
private em;
|
|
3144
3169
|
eo: SortIndicatorStyle;
|
|
3145
|
-
private el;
|
|
3146
|
-
en: SortIndicatorStyle;
|
|
3147
|
-
private eq;
|
|
3148
|
-
eu: number;
|
|
3149
|
-
private es;
|
|
3150
|
-
ew: number;
|
|
3151
3170
|
private er;
|
|
3152
3171
|
ev: number;
|
|
3153
|
-
private
|
|
3154
|
-
|
|
3172
|
+
private et;
|
|
3173
|
+
ex: number;
|
|
3174
|
+
private es;
|
|
3175
|
+
ew: number;
|
|
3176
|
+
private eq;
|
|
3177
|
+
eu: number;
|
|
3155
3178
|
protected ak(a: string): boolean;
|
|
3156
|
-
|
|
3157
|
-
|
|
3179
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3180
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3158
3181
|
}
|
|
3159
3182
|
/**
|
|
3160
3183
|
* @hidden
|
|
3161
3184
|
*/
|
|
3162
3185
|
export declare class ColumnResizingSeparator extends DefinitionBase {
|
|
3163
3186
|
static $t: Type;
|
|
3164
|
-
protected
|
|
3187
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3165
3188
|
protected l(a: CellPath): CellModel;
|
|
3166
|
-
protected
|
|
3167
|
-
private el;
|
|
3168
|
-
en: number;
|
|
3189
|
+
protected ec(): Brush;
|
|
3169
3190
|
private em;
|
|
3170
3191
|
eo: number;
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
protected
|
|
3174
|
-
|
|
3192
|
+
private en;
|
|
3193
|
+
ep: number;
|
|
3194
|
+
protected c9(): void;
|
|
3195
|
+
protected et(): void;
|
|
3196
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
3197
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3175
3198
|
}
|
|
3176
3199
|
/**
|
|
3177
3200
|
* @hidden
|
|
3178
3201
|
*/
|
|
3179
3202
|
export declare class HeaderSeparator extends DefinitionBase {
|
|
3180
3203
|
static $t: Type;
|
|
3181
|
-
protected
|
|
3204
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3182
3205
|
protected l(a: CellPath): CellModel;
|
|
3183
|
-
protected
|
|
3184
|
-
protected
|
|
3185
|
-
protected
|
|
3186
|
-
protected
|
|
3187
|
-
protected
|
|
3188
|
-
private
|
|
3189
|
-
|
|
3206
|
+
protected ec(): Brush;
|
|
3207
|
+
protected em(): number;
|
|
3208
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3209
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3210
|
+
protected c9(): void;
|
|
3211
|
+
private en;
|
|
3212
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3190
3213
|
}
|
|
3191
3214
|
/**
|
|
3192
3215
|
* @hidden
|
|
3193
3216
|
*/
|
|
3194
3217
|
export declare class ImageColumn extends Column {
|
|
3195
3218
|
static $t: Type;
|
|
3196
|
-
private
|
|
3197
|
-
|
|
3198
|
-
private
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
lq: string;
|
|
3219
|
+
private lo;
|
|
3220
|
+
lp: ImageStretchOptions;
|
|
3221
|
+
private lm;
|
|
3222
|
+
ln: ImageResourceType;
|
|
3223
|
+
ll: EditorType;
|
|
3224
|
+
lq: any;
|
|
3203
3225
|
lr: string;
|
|
3226
|
+
ls: string;
|
|
3204
3227
|
constructor();
|
|
3205
3228
|
protected i(): CellContentVerticalAlignment;
|
|
3206
|
-
protected
|
|
3207
|
-
protected
|
|
3229
|
+
protected et(): CellContentHorizontalAlignment;
|
|
3230
|
+
protected ez(): CellContentVerticalAlignment;
|
|
3208
3231
|
protected d(): CellContentHorizontalAlignment;
|
|
3209
3232
|
protected l(a: CellPath): CellModel;
|
|
3210
|
-
protected
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
private
|
|
3233
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3234
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3235
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3236
|
+
private lt;
|
|
3214
3237
|
}
|
|
3215
3238
|
/**
|
|
3216
3239
|
* @hidden
|
|
@@ -3218,8 +3241,10 @@ export declare class ImageColumn extends Column {
|
|
|
3218
3241
|
export declare class NumericCellFormatter extends Base {
|
|
3219
3242
|
static $t: Type;
|
|
3220
3243
|
private static a;
|
|
3221
|
-
private static
|
|
3222
|
-
static b(a:
|
|
3244
|
+
private static e;
|
|
3245
|
+
static b(a: BindingFormatter, b: number, c: number, d: number, e: boolean, f: string, g: string, h: string, i: string, j: number): string;
|
|
3246
|
+
static c(a: NumericCellModel): string;
|
|
3247
|
+
static d(a: NumericColumn, b: number): string;
|
|
3223
3248
|
}
|
|
3224
3249
|
/**
|
|
3225
3250
|
* @hidden
|
|
@@ -3228,49 +3253,53 @@ export declare class NumericColumn extends Column {
|
|
|
3228
3253
|
static $t: Type;
|
|
3229
3254
|
constructor();
|
|
3230
3255
|
protected d(): CellContentHorizontalAlignment;
|
|
3231
|
-
private l0;
|
|
3232
|
-
md: string;
|
|
3233
3256
|
private l2;
|
|
3234
|
-
|
|
3235
|
-
private
|
|
3236
|
-
|
|
3257
|
+
mg: string;
|
|
3258
|
+
private l4;
|
|
3259
|
+
mk: string;
|
|
3237
3260
|
private l3;
|
|
3238
|
-
|
|
3239
|
-
private
|
|
3240
|
-
|
|
3241
|
-
private lr;
|
|
3242
|
-
lu: number;
|
|
3261
|
+
mi: string;
|
|
3262
|
+
private l5;
|
|
3263
|
+
mm: string;
|
|
3243
3264
|
private ls;
|
|
3244
3265
|
lv: number;
|
|
3245
|
-
private
|
|
3246
|
-
|
|
3247
|
-
private
|
|
3248
|
-
|
|
3249
|
-
private lk;
|
|
3250
|
-
ll: any[];
|
|
3251
|
-
private lw;
|
|
3252
|
-
ly: any;
|
|
3253
|
-
lm: EditorType;
|
|
3254
|
-
lx: any;
|
|
3255
|
-
l4: string;
|
|
3256
|
-
l5: string;
|
|
3257
|
-
protected l(a: CellPath): CellModel;
|
|
3258
|
-
protected cm(a: CellPath, b: Grid, c: any): string;
|
|
3259
|
-
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3260
|
-
cw(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3266
|
+
private lt;
|
|
3267
|
+
lw: number;
|
|
3268
|
+
private lu;
|
|
3269
|
+
lx: number;
|
|
3261
3270
|
private lp;
|
|
3271
|
+
lq: boolean;
|
|
3272
|
+
private l1;
|
|
3273
|
+
mb: string;
|
|
3274
|
+
private ll;
|
|
3275
|
+
lm: any[];
|
|
3276
|
+
private ly;
|
|
3277
|
+
l0: any;
|
|
3278
|
+
lo: EditorType;
|
|
3279
|
+
lz: any;
|
|
3280
|
+
l6: string;
|
|
3281
|
+
l7: string;
|
|
3282
|
+
ln: BindingFormatter;
|
|
3283
|
+
protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3284
|
+
protected l(a: CellPath): CellModel;
|
|
3285
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3286
|
+
ck(a: Grid, b: any, c: any): string;
|
|
3287
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3288
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3289
|
+
private lr;
|
|
3290
|
+
private l8;
|
|
3262
3291
|
}
|
|
3263
3292
|
/**
|
|
3264
3293
|
* @hidden
|
|
3265
3294
|
*/
|
|
3266
3295
|
export declare class PinnedAreaSeparator extends DefinitionBase {
|
|
3267
3296
|
static $t: Type;
|
|
3268
|
-
protected
|
|
3297
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3269
3298
|
protected l(a: CellPath): CellModel;
|
|
3270
|
-
protected
|
|
3271
|
-
protected
|
|
3272
|
-
protected
|
|
3273
|
-
protected
|
|
3299
|
+
protected ec(): Brush;
|
|
3300
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3301
|
+
protected c9(): void;
|
|
3302
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3274
3303
|
}
|
|
3275
3304
|
/**
|
|
3276
3305
|
* @hidden
|
|
@@ -3298,67 +3327,67 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
|
|
|
3298
3327
|
export declare class SectionFooter extends DefinitionBase {
|
|
3299
3328
|
static $t: Type;
|
|
3300
3329
|
protected l(a: CellPath): CellModel;
|
|
3301
|
-
protected
|
|
3302
|
-
|
|
3303
|
-
|
|
3330
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3331
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3332
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3304
3333
|
}
|
|
3305
3334
|
/**
|
|
3306
3335
|
* @hidden
|
|
3307
3336
|
*/
|
|
3308
3337
|
export declare class SectionHeader extends DefinitionBase {
|
|
3309
3338
|
static $t: Type;
|
|
3339
|
+
private fd;
|
|
3340
|
+
ff: Brush;
|
|
3310
3341
|
private fc;
|
|
3311
3342
|
fe: Brush;
|
|
3312
|
-
private fb;
|
|
3313
|
-
fd: Brush;
|
|
3314
|
-
private et;
|
|
3315
|
-
ex: number;
|
|
3316
|
-
private ev;
|
|
3317
|
-
ez: number;
|
|
3318
3343
|
private eu;
|
|
3319
3344
|
ey: number;
|
|
3320
|
-
private
|
|
3321
|
-
|
|
3322
|
-
private
|
|
3323
|
-
|
|
3324
|
-
private
|
|
3325
|
-
|
|
3345
|
+
private ew;
|
|
3346
|
+
e0: number;
|
|
3347
|
+
private ev;
|
|
3348
|
+
ez: number;
|
|
3349
|
+
private et;
|
|
3350
|
+
ex: number;
|
|
3351
|
+
private eq;
|
|
3352
|
+
er: boolean;
|
|
3353
|
+
private en;
|
|
3354
|
+
eo: GroupSummaryDisplayMode;
|
|
3326
3355
|
sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3327
3356
|
constructor();
|
|
3328
|
-
protected
|
|
3357
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3329
3358
|
protected l(a: CellPath): CellModel;
|
|
3330
|
-
protected
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
protected
|
|
3334
|
-
private
|
|
3335
|
-
private
|
|
3336
|
-
protected
|
|
3337
|
-
|
|
3338
|
-
protected
|
|
3339
|
-
protected df(): void;
|
|
3359
|
+
protected ec(): Brush;
|
|
3360
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3361
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3362
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3363
|
+
private es;
|
|
3364
|
+
private e9;
|
|
3365
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3366
|
+
fb(): void;
|
|
3367
|
+
protected c9(): void;
|
|
3340
3368
|
protected dg(): void;
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3369
|
+
protected dh(): void;
|
|
3370
|
+
fa(): void;
|
|
3371
|
+
protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3372
|
+
private em;
|
|
3344
3373
|
}
|
|
3345
3374
|
/**
|
|
3346
3375
|
* @hidden
|
|
3347
3376
|
*/
|
|
3348
3377
|
export declare class RowSeparator extends DefinitionBase {
|
|
3349
3378
|
static $t: Type;
|
|
3350
|
-
protected
|
|
3351
|
-
protected
|
|
3352
|
-
protected
|
|
3379
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3380
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3381
|
+
protected c9(): void;
|
|
3382
|
+
protected dd(): void;
|
|
3383
|
+
protected df(): void;
|
|
3353
3384
|
protected dc(): void;
|
|
3354
|
-
protected
|
|
3355
|
-
protected db(): void;
|
|
3356
|
-
protected c1(a: any, b: PropertyChangedEventArgs): void;
|
|
3385
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3357
3386
|
protected l(a: CellPath): CellModel;
|
|
3358
|
-
protected eb(): Brush;
|
|
3359
|
-
protected ef(): Brush;
|
|
3360
3387
|
protected ec(): Brush;
|
|
3388
|
+
protected eg(): Brush;
|
|
3361
3389
|
protected ed(): Brush;
|
|
3390
|
+
protected ee(): Brush;
|
|
3362
3391
|
protected av(): number;
|
|
3363
3392
|
}
|
|
3364
3393
|
/**
|
|
@@ -3366,80 +3395,80 @@ export declare class RowSeparator extends DefinitionBase {
|
|
|
3366
3395
|
*/
|
|
3367
3396
|
export declare class HeaderRowSeparator extends DefinitionBase {
|
|
3368
3397
|
static $t: Type;
|
|
3369
|
-
protected
|
|
3398
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3370
3399
|
protected l(a: CellPath): CellModel;
|
|
3371
|
-
protected
|
|
3372
|
-
protected
|
|
3373
|
-
protected
|
|
3374
|
-
protected
|
|
3400
|
+
protected ec(): Brush;
|
|
3401
|
+
protected c9(): void;
|
|
3402
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3403
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3375
3404
|
}
|
|
3376
3405
|
/**
|
|
3377
3406
|
* @hidden
|
|
3378
3407
|
*/
|
|
3379
3408
|
export declare abstract class SummaryRow extends DefinitionBase {
|
|
3380
3409
|
static $t: Type;
|
|
3381
|
-
private fd;
|
|
3382
|
-
fi: Brush;
|
|
3383
|
-
private fb;
|
|
3384
|
-
ff: Brush;
|
|
3385
3410
|
private fe;
|
|
3386
3411
|
fj: Brush;
|
|
3387
3412
|
private fc;
|
|
3388
3413
|
fg: Brush;
|
|
3389
|
-
private
|
|
3414
|
+
private ff;
|
|
3415
|
+
fk: Brush;
|
|
3416
|
+
private fd;
|
|
3417
|
+
fh: Brush;
|
|
3418
|
+
private en;
|
|
3390
3419
|
summaryNameTextStyle: FontInfo;
|
|
3391
|
-
private
|
|
3392
|
-
|
|
3393
|
-
private er;
|
|
3394
|
-
ev: number;
|
|
3395
|
-
private et;
|
|
3396
|
-
ex: number;
|
|
3420
|
+
private em;
|
|
3421
|
+
eo: FontInfo;
|
|
3397
3422
|
private es;
|
|
3398
3423
|
ew: number;
|
|
3399
|
-
private
|
|
3400
|
-
|
|
3424
|
+
private eu;
|
|
3425
|
+
ey: number;
|
|
3426
|
+
private et;
|
|
3427
|
+
ex: number;
|
|
3428
|
+
private er;
|
|
3429
|
+
ev: number;
|
|
3401
3430
|
constructor();
|
|
3402
|
-
protected
|
|
3431
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3403
3432
|
protected l(a: CellPath): CellModel;
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
protected
|
|
3407
|
-
protected
|
|
3408
|
-
protected
|
|
3409
|
-
protected
|
|
3410
|
-
protected e8(): void;
|
|
3433
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3434
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3435
|
+
protected c0(a: Grid, b: Grid): void;
|
|
3436
|
+
protected fi(): Brush;
|
|
3437
|
+
protected eh(): Brush;
|
|
3438
|
+
protected c2(a: any, b: PropertyChangedEventArgs): void;
|
|
3411
3439
|
protected e9(): void;
|
|
3412
|
-
protected dg(): void;
|
|
3413
3440
|
protected fa(): void;
|
|
3414
|
-
protected
|
|
3441
|
+
protected dh(): void;
|
|
3442
|
+
protected fb(): void;
|
|
3443
|
+
protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3415
3444
|
protected af(): FontInfo;
|
|
3416
|
-
protected
|
|
3445
|
+
protected ep(): FontInfo;
|
|
3417
3446
|
}
|
|
3418
3447
|
/**
|
|
3419
3448
|
* @hidden
|
|
3420
3449
|
*/
|
|
3421
3450
|
export declare class SummaryRowRoot extends SummaryRow {
|
|
3422
3451
|
static $t: Type;
|
|
3423
|
-
protected
|
|
3424
|
-
protected
|
|
3425
|
-
protected
|
|
3426
|
-
protected e8(): void;
|
|
3452
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3453
|
+
protected ec(): Brush;
|
|
3454
|
+
protected c9(): void;
|
|
3427
3455
|
protected e9(): void;
|
|
3428
|
-
protected df(): void;
|
|
3429
3456
|
protected fa(): void;
|
|
3457
|
+
protected dg(): void;
|
|
3458
|
+
protected fb(): void;
|
|
3430
3459
|
}
|
|
3431
3460
|
/**
|
|
3432
3461
|
* @hidden
|
|
3433
3462
|
*/
|
|
3434
3463
|
export declare class SummaryRowSection extends SummaryRow {
|
|
3435
3464
|
static $t: Type;
|
|
3436
|
-
protected
|
|
3437
|
-
protected
|
|
3438
|
-
protected
|
|
3439
|
-
protected e8(): void;
|
|
3465
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3466
|
+
protected ec(): Brush;
|
|
3467
|
+
protected c9(): void;
|
|
3440
3468
|
protected e9(): void;
|
|
3441
|
-
protected df(): void;
|
|
3442
3469
|
protected fa(): void;
|
|
3470
|
+
protected dg(): void;
|
|
3471
|
+
protected fb(): void;
|
|
3443
3472
|
}
|
|
3444
3473
|
/**
|
|
3445
3474
|
* @hidden
|
|
@@ -3448,12 +3477,12 @@ export declare class TemplateColumn extends Column {
|
|
|
3448
3477
|
static $t: Type;
|
|
3449
3478
|
constructor();
|
|
3450
3479
|
protected l(a: CellPath): CellModel;
|
|
3451
|
-
protected
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3480
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3481
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3482
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3483
|
+
lm(a: TemplateCellModel, b: any): void;
|
|
3455
3484
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
3456
|
-
protected
|
|
3485
|
+
protected c4(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3457
3486
|
}
|
|
3458
3487
|
/**
|
|
3459
3488
|
* @hidden
|
|
@@ -3470,17 +3499,18 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
3470
3499
|
*/
|
|
3471
3500
|
export declare class TextColumn extends Column {
|
|
3472
3501
|
static $t: Type;
|
|
3473
|
-
private
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
ln: string;
|
|
3502
|
+
private ln;
|
|
3503
|
+
lr: string;
|
|
3504
|
+
ll: EditorType;
|
|
3505
|
+
lm: any;
|
|
3478
3506
|
lo: string;
|
|
3507
|
+
lp: string;
|
|
3479
3508
|
protected l(a: CellPath): CellModel;
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3509
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3510
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3511
|
+
ck(a: Grid, b: any, c: any): string;
|
|
3512
|
+
private lq;
|
|
3513
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3484
3514
|
}
|
|
3485
3515
|
/**
|
|
3486
3516
|
* @hidden
|
|
@@ -3489,9 +3519,9 @@ export declare class TextHeader extends Header {
|
|
|
3489
3519
|
static $t: Type;
|
|
3490
3520
|
constructor();
|
|
3491
3521
|
protected l(a: CellPath): CellModel;
|
|
3492
|
-
protected
|
|
3493
|
-
|
|
3494
|
-
|
|
3522
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
3523
|
+
cx(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3524
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3495
3525
|
}
|
|
3496
3526
|
/**
|
|
3497
3527
|
* @hidden
|
|
@@ -3828,6 +3858,7 @@ export interface ICellRenderingEngine {
|
|
|
3828
3858
|
viewportChanged(): void;
|
|
3829
3859
|
invalidateVisibility(a: () => void): void;
|
|
3830
3860
|
detach(): void;
|
|
3861
|
+
attach(): void;
|
|
3831
3862
|
readonly initialRefreshFinished: boolean;
|
|
3832
3863
|
}
|
|
3833
3864
|
/**
|
|
@@ -4038,141 +4069,151 @@ export declare class VisualModel extends Base {
|
|
|
4038
4069
|
absoluteWidth: number;
|
|
4039
4070
|
private _absoluteHeight;
|
|
4040
4071
|
absoluteHeight: number;
|
|
4041
|
-
ct: number;
|
|
4042
|
-
cw: number;
|
|
4043
|
-
cx: number;
|
|
4044
|
-
cr: number;
|
|
4045
|
-
cp: number;
|
|
4046
|
-
cq: number;
|
|
4047
|
-
cl: number;
|
|
4048
4072
|
c3: number;
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4073
|
+
c6: number;
|
|
4074
|
+
c7: number;
|
|
4075
|
+
c1: number;
|
|
4076
|
+
cz: number;
|
|
4077
|
+
c0: number;
|
|
4078
|
+
cv: number;
|
|
4079
|
+
dd: number;
|
|
4080
|
+
de: number;
|
|
4052
4081
|
cn: number;
|
|
4053
4082
|
co: number;
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4083
|
+
cx: number;
|
|
4084
|
+
cy: number;
|
|
4085
|
+
c4: number;
|
|
4086
|
+
da: number;
|
|
4087
|
+
cq: number;
|
|
4088
|
+
readonly cr: number;
|
|
4089
|
+
readonly cm: number;
|
|
4090
|
+
readonly cp: number;
|
|
4057
4091
|
readonly ch: number;
|
|
4058
|
-
readonly
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
cm: number;
|
|
4068
|
-
private ah;
|
|
4069
|
-
bc: GridLayer;
|
|
4092
|
+
readonly cs: number;
|
|
4093
|
+
cj: number;
|
|
4094
|
+
ck: number;
|
|
4095
|
+
cl: number;
|
|
4096
|
+
ci: number;
|
|
4097
|
+
c2: number;
|
|
4098
|
+
cw: number;
|
|
4099
|
+
private am;
|
|
4100
|
+
bm: GridLayer;
|
|
4070
4101
|
private r;
|
|
4071
|
-
|
|
4102
|
+
a1: GridLayer;
|
|
4072
4103
|
private j;
|
|
4073
|
-
|
|
4104
|
+
at: GridLayer;
|
|
4105
|
+
private ag;
|
|
4106
|
+
bg: GridLayer;
|
|
4074
4107
|
private l;
|
|
4075
|
-
|
|
4076
|
-
private
|
|
4077
|
-
|
|
4108
|
+
av: GridLayer;
|
|
4109
|
+
private ap;
|
|
4110
|
+
bp: GridLayer;
|
|
4078
4111
|
private u;
|
|
4079
|
-
|
|
4112
|
+
a4: GridLayer;
|
|
4080
4113
|
private o;
|
|
4081
|
-
|
|
4114
|
+
ay: GridLayer;
|
|
4082
4115
|
private aa;
|
|
4083
|
-
|
|
4116
|
+
ba: GridLayer;
|
|
4084
4117
|
private q;
|
|
4085
|
-
|
|
4118
|
+
a0: GridLayer;
|
|
4086
4119
|
private k;
|
|
4087
|
-
|
|
4088
|
-
private
|
|
4089
|
-
|
|
4120
|
+
au: GridLayer;
|
|
4121
|
+
private ao;
|
|
4122
|
+
bo: GridLayer;
|
|
4090
4123
|
private t;
|
|
4091
|
-
|
|
4124
|
+
a3: GridLayer;
|
|
4092
4125
|
private s;
|
|
4093
|
-
|
|
4094
|
-
private
|
|
4095
|
-
|
|
4126
|
+
a2: GridLayer;
|
|
4127
|
+
private an;
|
|
4128
|
+
bn: GridLayer;
|
|
4096
4129
|
private y;
|
|
4097
|
-
|
|
4130
|
+
a8: GridLayer;
|
|
4098
4131
|
private x;
|
|
4099
|
-
|
|
4132
|
+
a7: GridLayer;
|
|
4100
4133
|
private m;
|
|
4101
|
-
|
|
4102
|
-
private
|
|
4103
|
-
|
|
4134
|
+
aw: GridLayer;
|
|
4135
|
+
private ar;
|
|
4136
|
+
br: GridLayer;
|
|
4104
4137
|
private w;
|
|
4105
|
-
|
|
4138
|
+
a6: GridLayer;
|
|
4106
4139
|
private v;
|
|
4107
|
-
|
|
4108
|
-
private
|
|
4109
|
-
|
|
4140
|
+
a5: GridLayer;
|
|
4141
|
+
private aq;
|
|
4142
|
+
bq: GridLayer;
|
|
4110
4143
|
private n;
|
|
4111
|
-
|
|
4144
|
+
ax: GridLayer;
|
|
4112
4145
|
private z;
|
|
4113
|
-
|
|
4146
|
+
a9: GridLayer;
|
|
4114
4147
|
private p;
|
|
4115
|
-
|
|
4148
|
+
az: GridLayer;
|
|
4149
|
+
private ah;
|
|
4150
|
+
bh: GridLayer;
|
|
4116
4151
|
private ab;
|
|
4117
|
-
|
|
4152
|
+
bb: GridLayer;
|
|
4118
4153
|
private ac;
|
|
4119
|
-
|
|
4154
|
+
bc: GridLayer;
|
|
4120
4155
|
private ad;
|
|
4121
|
-
|
|
4156
|
+
bd: GridLayer;
|
|
4157
|
+
private ai;
|
|
4158
|
+
bi: GridLayer;
|
|
4122
4159
|
private ae;
|
|
4123
|
-
|
|
4160
|
+
be: GridLayer;
|
|
4124
4161
|
private af;
|
|
4125
|
-
|
|
4126
|
-
private
|
|
4127
|
-
|
|
4128
|
-
private
|
|
4129
|
-
|
|
4130
|
-
private
|
|
4131
|
-
bk:
|
|
4162
|
+
bf: GridLayer;
|
|
4163
|
+
private aj;
|
|
4164
|
+
bj: GridLayer;
|
|
4165
|
+
private al;
|
|
4166
|
+
bl: GridLayer;
|
|
4167
|
+
private ak;
|
|
4168
|
+
bk: GridLayer;
|
|
4169
|
+
private as;
|
|
4170
|
+
bs: GridLayer;
|
|
4171
|
+
private bt;
|
|
4172
|
+
bu: IColumnGroupingVisualModelExport;
|
|
4132
4173
|
b: PagerVisualModelExport;
|
|
4133
|
-
|
|
4174
|
+
bv: IToolbarVisualModelExport;
|
|
4134
4175
|
private d;
|
|
4135
4176
|
f(a: number, b: number): CellModel;
|
|
4136
|
-
private bo;
|
|
4137
|
-
bp: FastIterationDictionary$2<CellPath, List$1<CellModel>>;
|
|
4138
|
-
b4: List$1<SectionInfo>;
|
|
4139
|
-
bz: List$1<ColumnInfo>;
|
|
4140
|
-
b3: List$1<ColumnInfo>;
|
|
4141
|
-
bt: boolean;
|
|
4142
|
-
bv: boolean;
|
|
4143
|
-
bs: boolean;
|
|
4144
4177
|
private by;
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4178
|
+
bz: FastIterationDictionary$2<CellPath, List$1<CellModel>>;
|
|
4179
|
+
ce: List$1<SectionInfo>;
|
|
4180
|
+
b9: List$1<ColumnInfo>;
|
|
4181
|
+
cd: List$1<ColumnInfo>;
|
|
4182
|
+
b3: boolean;
|
|
4183
|
+
b5: boolean;
|
|
4184
|
+
b2: boolean;
|
|
4185
|
+
private b8;
|
|
4186
|
+
cf: List$1<GridColumnSpacerCollection>;
|
|
4187
|
+
b6: Dictionary$2<number, number>;
|
|
4188
|
+
bx: RowPath;
|
|
4189
|
+
bw: RowPath;
|
|
4190
|
+
b4(): boolean;
|
|
4191
|
+
private di;
|
|
4151
4192
|
private g;
|
|
4152
4193
|
h(a: number): ColumnInfo;
|
|
4153
|
-
|
|
4194
|
+
dj(a: ColumnInfo): void;
|
|
4154
4195
|
constructor();
|
|
4155
|
-
private
|
|
4156
|
-
private
|
|
4157
|
-
readonly
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4196
|
+
private dn;
|
|
4197
|
+
private b7;
|
|
4198
|
+
readonly cc: List$1<GridLayer>;
|
|
4199
|
+
b0(): boolean;
|
|
4200
|
+
dm(): void;
|
|
4201
|
+
dl(): void;
|
|
4161
4202
|
c(): VisualModelExport;
|
|
4162
4203
|
private a;
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4204
|
+
cg: List$1<number>;
|
|
4205
|
+
c8: number;
|
|
4206
|
+
db: number;
|
|
4207
|
+
c9: number;
|
|
4208
|
+
dc: number;
|
|
4209
|
+
b1: boolean;
|
|
4210
|
+
dg: number;
|
|
4211
|
+
dh: number;
|
|
4212
|
+
df: number;
|
|
4172
4213
|
i(a: number, b: ColumnInfo, c: number, d: boolean, e: boolean): GridColumnSpacer;
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4214
|
+
dk(a: GridColumnSpacer): void;
|
|
4215
|
+
cb(a: ColumnInfo): List$1<GridColumnSpacer>;
|
|
4216
|
+
ca(a: ColumnInfo): List$1<CellModel>;
|
|
4176
4217
|
e(a: number, b: number, c?: CellType): CellModel;
|
|
4177
|
-
|
|
4218
|
+
c5(): number;
|
|
4178
4219
|
}
|