igniteui-webcomponents-data-grids 7.0.1-beta.0 → 7.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +63 -65
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +4 -65
- package/esm2015/public_api.js +0 -1
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +62 -64
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
package/lib/EditorCell.d.ts
CHANGED
|
@@ -9,83 +9,83 @@ import { DomRenderer, NormalizedEvent } from "igniteui-webcomponents-core";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class EditorCell extends GridCellBase {
|
|
11
11
|
static $t: Type;
|
|
12
|
-
private
|
|
13
|
-
private eb;
|
|
12
|
+
private d3;
|
|
14
13
|
private ea;
|
|
15
|
-
private
|
|
14
|
+
private d9;
|
|
16
15
|
private d0;
|
|
16
|
+
private dz;
|
|
17
|
+
private eq;
|
|
17
18
|
private er;
|
|
18
19
|
private es;
|
|
19
|
-
private
|
|
20
|
-
private
|
|
20
|
+
private eb;
|
|
21
|
+
private ee;
|
|
22
|
+
private ei;
|
|
21
23
|
private ef;
|
|
22
|
-
private
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
get dz(): DataSourceSchemaPropertyType;
|
|
26
|
-
set dz(a: DataSourceSchemaPropertyType);
|
|
27
|
-
private ev;
|
|
28
|
-
get ex(): any;
|
|
29
|
-
set ex(a: any);
|
|
30
|
-
private ed;
|
|
31
|
-
get ee(): FontInfo;
|
|
32
|
-
set ee(a: FontInfo);
|
|
33
|
-
private d2;
|
|
34
|
-
get d3(): EditorType;
|
|
35
|
-
set d3(a: EditorType);
|
|
24
|
+
private dx;
|
|
25
|
+
get dy(): DataSourceSchemaPropertyType;
|
|
26
|
+
set dy(a: DataSourceSchemaPropertyType);
|
|
36
27
|
private eu;
|
|
37
28
|
get ew(): any;
|
|
38
29
|
set ew(a: any);
|
|
30
|
+
private ec;
|
|
31
|
+
get ed(): FontInfo;
|
|
32
|
+
set ed(a: FontInfo);
|
|
33
|
+
private d1;
|
|
34
|
+
get d2(): EditorType;
|
|
35
|
+
set d2(a: EditorType);
|
|
36
|
+
private et;
|
|
37
|
+
get ev(): any;
|
|
38
|
+
set ev(a: any);
|
|
39
|
+
private ex;
|
|
40
|
+
get e0(): string;
|
|
41
|
+
set e0(a: string);
|
|
42
|
+
private dv;
|
|
43
|
+
get dw(): string[];
|
|
44
|
+
set dw(a: string[]);
|
|
45
|
+
private eg;
|
|
46
|
+
get eo(): boolean;
|
|
47
|
+
set eo(a: boolean);
|
|
39
48
|
private ey;
|
|
40
|
-
get
|
|
41
|
-
set
|
|
42
|
-
private dw;
|
|
43
|
-
get dx(): string[];
|
|
44
|
-
set dx(a: string[]);
|
|
49
|
+
get e4(): string;
|
|
50
|
+
set e4(a: string);
|
|
45
51
|
private eh;
|
|
46
52
|
get ep(): boolean;
|
|
47
53
|
set ep(a: boolean);
|
|
48
|
-
private ez;
|
|
49
|
-
get e5(): string;
|
|
50
|
-
set e5(a: string);
|
|
51
|
-
private ei;
|
|
52
|
-
get eq(): boolean;
|
|
53
|
-
set eq(a: boolean);
|
|
54
|
-
el: boolean;
|
|
55
|
-
em: boolean;
|
|
56
54
|
ek: boolean;
|
|
55
|
+
el: boolean;
|
|
56
|
+
ej: boolean;
|
|
57
57
|
constructor(a: DomRenderer);
|
|
58
|
-
private d9;
|
|
59
58
|
private d8;
|
|
60
59
|
private d7;
|
|
61
60
|
private d6;
|
|
62
61
|
private d5;
|
|
63
|
-
private
|
|
62
|
+
private d4;
|
|
63
|
+
private fn;
|
|
64
|
+
private fb;
|
|
64
65
|
private fc;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
protected ft(): void;
|
|
68
|
-
protected fh(): void;
|
|
69
|
-
protected fl(): void;
|
|
66
|
+
fq(a: boolean): void;
|
|
67
|
+
protected fs(): void;
|
|
70
68
|
protected fg(): void;
|
|
71
|
-
|
|
69
|
+
protected fk(): void;
|
|
72
70
|
protected ff(): void;
|
|
73
|
-
|
|
74
|
-
protected
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
71
|
+
fl(): void;
|
|
72
|
+
protected fe(): void;
|
|
73
|
+
protected fh(): void;
|
|
74
|
+
protected fp(): void;
|
|
75
|
+
fu(a: string, b: number, c: number, d: number, e: number): void;
|
|
76
|
+
private fv;
|
|
77
|
+
fd(): void;
|
|
78
78
|
cj(): void;
|
|
79
79
|
b9(): void;
|
|
80
80
|
protected ck(a: string, b: any, c: any): void;
|
|
81
|
-
private
|
|
82
|
-
private
|
|
83
|
-
private eo;
|
|
81
|
+
private ft;
|
|
82
|
+
private fr;
|
|
84
83
|
private en;
|
|
85
|
-
private
|
|
86
|
-
private
|
|
87
|
-
private
|
|
84
|
+
private em;
|
|
85
|
+
private fo;
|
|
86
|
+
private fm;
|
|
88
87
|
private fj;
|
|
88
|
+
private fi;
|
|
89
89
|
onContactStarted(a: NormalizedEvent, b: boolean): void;
|
|
90
90
|
onContactCompleted(a: NormalizedEvent, b: boolean): void;
|
|
91
91
|
onDoubleClick(a: NormalizedEvent): void;
|
package/lib/FilterCell.d.ts
CHANGED
|
@@ -12,69 +12,69 @@ import { DomRenderer } from "igniteui-webcomponents-core";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class FilterCell extends GridCellBase {
|
|
14
14
|
static $t: Type;
|
|
15
|
-
private ej;
|
|
16
|
-
private el;
|
|
17
|
-
private eh;
|
|
18
15
|
private ei;
|
|
19
16
|
private ek;
|
|
20
|
-
private
|
|
17
|
+
private eg;
|
|
18
|
+
private eh;
|
|
19
|
+
private ej;
|
|
21
20
|
private d9;
|
|
22
|
-
private dz;
|
|
23
|
-
constructor(a: DomRenderer);
|
|
24
21
|
private d8;
|
|
25
|
-
private
|
|
26
|
-
|
|
27
|
-
private
|
|
28
|
-
private
|
|
22
|
+
private dy;
|
|
23
|
+
constructor(a: DomRenderer);
|
|
24
|
+
private d7;
|
|
25
|
+
private fe;
|
|
26
|
+
private e0;
|
|
27
|
+
private e7;
|
|
28
|
+
private e5;
|
|
29
29
|
protected ck(a: string, b: any, c: any): void;
|
|
30
30
|
cj(): void;
|
|
31
|
-
private
|
|
31
|
+
private ff;
|
|
32
|
+
private e2;
|
|
33
|
+
private fb;
|
|
34
|
+
private d2;
|
|
35
|
+
private fh;
|
|
36
|
+
private ew;
|
|
37
|
+
private ex;
|
|
38
|
+
private fd;
|
|
39
|
+
private e8;
|
|
32
40
|
private e3;
|
|
41
|
+
private e4;
|
|
42
|
+
private e9;
|
|
43
|
+
private e6;
|
|
44
|
+
fa(): void;
|
|
33
45
|
private fc;
|
|
46
|
+
private e1;
|
|
47
|
+
private fg;
|
|
48
|
+
fi(a: number, b: number, c: number, d: number): void;
|
|
34
49
|
private d3;
|
|
35
|
-
private fi;
|
|
36
|
-
private ex;
|
|
37
|
-
private ey;
|
|
38
|
-
private fe;
|
|
39
|
-
private e9;
|
|
40
|
-
private e4;
|
|
41
|
-
private e5;
|
|
42
|
-
private fa;
|
|
43
|
-
private e7;
|
|
44
|
-
fb(): void;
|
|
45
|
-
private fd;
|
|
46
|
-
private e2;
|
|
47
|
-
private fh;
|
|
48
|
-
fj(a: number, b: number, c: number, d: number): void;
|
|
49
|
-
private d4;
|
|
50
|
-
e0(): void;
|
|
51
50
|
ez(): void;
|
|
52
|
-
|
|
51
|
+
ey(): void;
|
|
52
|
+
private static readonly en;
|
|
53
|
+
private dz;
|
|
54
|
+
private ea;
|
|
55
|
+
private d6;
|
|
56
|
+
private ed;
|
|
57
|
+
get dx(): DataSourceSchemaPropertyType;
|
|
58
|
+
set dx(a: DataSourceSchemaPropertyType);
|
|
53
59
|
private d0;
|
|
54
|
-
|
|
55
|
-
|
|
60
|
+
get d1(): EditorType;
|
|
61
|
+
set d1(a: EditorType);
|
|
56
62
|
private ee;
|
|
57
|
-
get
|
|
58
|
-
set
|
|
59
|
-
private
|
|
60
|
-
get
|
|
61
|
-
set
|
|
62
|
-
private
|
|
63
|
-
get
|
|
64
|
-
set
|
|
65
|
-
private
|
|
66
|
-
get
|
|
67
|
-
set
|
|
68
|
-
private
|
|
69
|
-
get
|
|
70
|
-
set
|
|
71
|
-
private
|
|
72
|
-
get
|
|
73
|
-
set
|
|
74
|
-
private dw;
|
|
75
|
-
get dx(): ColumnFilterCondition;
|
|
76
|
-
set dx(a: ColumnFilterCondition);
|
|
77
|
-
private fk;
|
|
78
|
-
get fl(): Brush;
|
|
79
|
-
set fl(a: Brush);
|
|
63
|
+
get ef(): boolean;
|
|
64
|
+
set ef(a: boolean);
|
|
65
|
+
private d4;
|
|
66
|
+
get d5(): GridFilterOperandsCollection;
|
|
67
|
+
set d5(a: GridFilterOperandsCollection);
|
|
68
|
+
private eb;
|
|
69
|
+
get ec(): FontInfo;
|
|
70
|
+
set ec(a: FontInfo);
|
|
71
|
+
private el;
|
|
72
|
+
get em(): any;
|
|
73
|
+
set em(a: any);
|
|
74
|
+
private dv;
|
|
75
|
+
get dw(): ColumnFilterCondition;
|
|
76
|
+
set dw(a: ColumnFilterCondition);
|
|
77
|
+
private fj;
|
|
78
|
+
get fk(): Brush;
|
|
79
|
+
set fk(a: Brush);
|
|
80
80
|
}
|
package/lib/GridCellBase.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
|
|
|
11
11
|
import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
|
|
12
12
|
import { Color } from "igniteui-webcomponents-core";
|
|
13
13
|
import { CellModel } from "./CellModel";
|
|
14
|
-
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
15
14
|
/**
|
|
16
15
|
* @hidden
|
|
17
16
|
*/
|
|
@@ -55,9 +54,9 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
55
54
|
private bp;
|
|
56
55
|
get b3(): string;
|
|
57
56
|
set b3(a: string);
|
|
58
|
-
private
|
|
59
|
-
get
|
|
60
|
-
set
|
|
57
|
+
private dp;
|
|
58
|
+
get ds(): Brush;
|
|
59
|
+
set ds(a: Brush);
|
|
61
60
|
private m;
|
|
62
61
|
get n(): FontInfo;
|
|
63
62
|
set n(a: FontInfo);
|
|
@@ -69,15 +68,15 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
69
68
|
private bn;
|
|
70
69
|
get bv(): string;
|
|
71
70
|
set bv(a: string);
|
|
72
|
-
private dp;
|
|
73
|
-
get ds(): Brush;
|
|
74
|
-
set ds(a: Brush);
|
|
75
71
|
private dn;
|
|
76
72
|
get dr(): Brush;
|
|
77
73
|
set dr(a: Brush);
|
|
78
|
-
private
|
|
79
|
-
get
|
|
80
|
-
set
|
|
74
|
+
private dm;
|
|
75
|
+
get dq(): Brush;
|
|
76
|
+
set dq(a: Brush);
|
|
77
|
+
private dt;
|
|
78
|
+
get du(): Rect;
|
|
79
|
+
set du(a: Rect);
|
|
81
80
|
private al;
|
|
82
81
|
private ap;
|
|
83
82
|
private l;
|
|
@@ -104,7 +103,7 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
104
103
|
private aw;
|
|
105
104
|
private av;
|
|
106
105
|
private at;
|
|
107
|
-
private
|
|
106
|
+
private dl;
|
|
108
107
|
cx(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
109
108
|
protected get_ac(): boolean;
|
|
110
109
|
get ac(): boolean;
|
|
@@ -115,8 +114,8 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
115
114
|
private a4;
|
|
116
115
|
protected get bh(): number;
|
|
117
116
|
c1(a: number, b: number): void;
|
|
118
|
-
|
|
119
|
-
protected
|
|
117
|
+
db(a: number, b: number): void;
|
|
118
|
+
protected dc(a: number, b: number, c: number, d: number): void;
|
|
120
119
|
b8(): void;
|
|
121
120
|
cw(a: Color): void;
|
|
122
121
|
private k;
|
|
@@ -134,15 +133,15 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
134
133
|
private static bk;
|
|
135
134
|
private q;
|
|
136
135
|
private p;
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
dk(a: number): void;
|
|
137
|
+
di(a: number, b: number, c: number, d: number): void;
|
|
139
138
|
ci(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
140
139
|
private h;
|
|
141
140
|
co(a: CellContentVerticalAlignment): void;
|
|
142
|
-
|
|
141
|
+
dj(a: CellModel): void;
|
|
143
142
|
private y;
|
|
144
|
-
|
|
145
|
-
|
|
143
|
+
dg(a: CellContentHorizontalAlignment, b: CellContentVerticalAlignment): void;
|
|
144
|
+
dh(a: Brush): void;
|
|
146
145
|
cv(a: ICellActionManager): void;
|
|
147
146
|
c4(a: IGridInfoRequestor): void;
|
|
148
147
|
cy(a: ICellModelExportUpdater): void;
|
|
@@ -153,7 +152,7 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
153
152
|
private static ay;
|
|
154
153
|
private bb;
|
|
155
154
|
protected c2(a: DomWrapper, b: CellContentHorizontalAlignment): void;
|
|
156
|
-
protected
|
|
155
|
+
protected da(a: DomWrapper, b: CellContentVerticalAlignment): void;
|
|
157
156
|
protected af(a: ICellActionManager): boolean;
|
|
158
157
|
private cb;
|
|
159
158
|
private cf;
|
|
@@ -165,9 +164,9 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
165
164
|
private ct;
|
|
166
165
|
private cr;
|
|
167
166
|
private cq;
|
|
167
|
+
private dd;
|
|
168
168
|
private de;
|
|
169
169
|
private df;
|
|
170
|
-
private dg;
|
|
171
170
|
onContactStarted(e_: NormalizedEvent, a: boolean): void;
|
|
172
171
|
onContactMoved(a: NormalizedEvent, b: boolean): void;
|
|
173
172
|
private ax;
|
|
@@ -181,5 +180,4 @@ export declare class GridCellBase extends Base implements INativeCell {
|
|
|
181
180
|
b9(): void;
|
|
182
181
|
b7(): void;
|
|
183
182
|
detach(): void;
|
|
184
|
-
da(a: BaseControlTheme): void;
|
|
185
183
|
}
|
|
@@ -33,7 +33,6 @@ export declare class GridExternalWrapper extends Base implements IExternalGrid {
|
|
|
33
33
|
setResizeCursor(): void;
|
|
34
34
|
setHandCursor(): void;
|
|
35
35
|
setBorder(a: Brush, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number): void;
|
|
36
|
-
setBackground(a: Brush): void;
|
|
37
36
|
setScrollerVerticalTrackInset(a: number): void;
|
|
38
37
|
setScrollbarStyle(a: ScrollbarStyle): void;
|
|
39
38
|
setScrollbarColor(a: Brush): void;
|
|
@@ -7,7 +7,6 @@ import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment
|
|
|
7
7
|
import { DataGridColumn } from "./DataGridColumn";
|
|
8
8
|
import { IToolbarTarget } from "igniteui-webcomponents-core";
|
|
9
9
|
import { Brush } from "igniteui-webcomponents-core";
|
|
10
|
-
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
11
10
|
import { ToolCommand } from "igniteui-webcomponents-core";
|
|
12
11
|
import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
|
|
13
12
|
import { GridFilterDialogFilterChangeEventArgs } from "./GridFilterDialogFilterChangeEventArgs";
|
|
@@ -91,110 +90,88 @@ export declare class GridFilterDialogPanel extends Base {
|
|
|
91
90
|
*/
|
|
92
91
|
export declare class GridFilterDialog extends Base implements INotifyPropertyChanged, IToolbarTarget {
|
|
93
92
|
static $t: Type;
|
|
94
|
-
private
|
|
95
|
-
get
|
|
96
|
-
set
|
|
97
|
-
private
|
|
98
|
-
get
|
|
99
|
-
set
|
|
93
|
+
private ar;
|
|
94
|
+
get as(): any;
|
|
95
|
+
set as(a: any);
|
|
96
|
+
private z;
|
|
97
|
+
get ab(): boolean;
|
|
98
|
+
set ab(a: boolean);
|
|
100
99
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
101
|
-
private
|
|
102
|
-
get
|
|
103
|
-
set
|
|
104
|
-
private
|
|
105
|
-
get
|
|
106
|
-
set
|
|
100
|
+
private ag;
|
|
101
|
+
get aj(): number;
|
|
102
|
+
set aj(a: number);
|
|
103
|
+
private af;
|
|
104
|
+
get ai(): number;
|
|
105
|
+
set ai(a: number);
|
|
107
106
|
private j;
|
|
108
107
|
get l(): CellContentHorizontalAlignment;
|
|
109
108
|
set l(a: CellContentHorizontalAlignment);
|
|
110
109
|
private i;
|
|
111
110
|
get k(): CellContentHorizontalAlignment;
|
|
112
111
|
set k(a: CellContentHorizontalAlignment);
|
|
113
|
-
private
|
|
114
|
-
get
|
|
115
|
-
set
|
|
116
|
-
private
|
|
117
|
-
get
|
|
118
|
-
set
|
|
119
|
-
private
|
|
120
|
-
get
|
|
121
|
-
set
|
|
122
|
-
private
|
|
123
|
-
get
|
|
124
|
-
set
|
|
112
|
+
private al;
|
|
113
|
+
get an(): number;
|
|
114
|
+
set an(a: number);
|
|
115
|
+
private am;
|
|
116
|
+
get ao(): number;
|
|
117
|
+
set ao(a: number);
|
|
118
|
+
private bs;
|
|
119
|
+
get bw(): Brush;
|
|
120
|
+
set bw(a: Brush);
|
|
121
|
+
private ah;
|
|
122
|
+
get ak(): number;
|
|
123
|
+
set ak(a: number);
|
|
124
|
+
bv: Brush;
|
|
125
|
+
bu: Brush;
|
|
126
|
+
bt: Brush;
|
|
125
127
|
private w;
|
|
126
|
-
get x(): BaseControlTheme;
|
|
127
|
-
set x(a: BaseControlTheme);
|
|
128
|
-
private b3;
|
|
129
|
-
get cd(): Brush;
|
|
130
|
-
set cd(a: Brush);
|
|
131
|
-
private b7;
|
|
132
|
-
get ch(): Brush;
|
|
133
|
-
set ch(a: Brush);
|
|
134
|
-
private b6;
|
|
135
|
-
get cg(): Brush;
|
|
136
|
-
set cg(a: Brush);
|
|
137
|
-
private b4;
|
|
138
|
-
get ce(): Brush;
|
|
139
|
-
set ce(a: Brush);
|
|
140
|
-
private b5;
|
|
141
|
-
get cf(): Brush;
|
|
142
|
-
set cf(a: Brush);
|
|
143
|
-
private b2;
|
|
144
|
-
get cc(): Brush;
|
|
145
|
-
set cc(a: Brush);
|
|
146
|
-
cb: Brush;
|
|
147
|
-
ca: Brush;
|
|
148
|
-
b9: Brush;
|
|
149
128
|
private y;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
protected
|
|
153
|
-
protected bw(a: string, b: any, c: any): void;
|
|
129
|
+
get ac(): boolean;
|
|
130
|
+
protected bj(a: string, b: any, c: any): void;
|
|
131
|
+
protected bm(a: string, b: any, c: any): void;
|
|
154
132
|
constructor();
|
|
155
|
-
|
|
133
|
+
bn(a: any, b: any, c: any): void;
|
|
156
134
|
private m;
|
|
157
135
|
get n(): DataGridColumn;
|
|
158
136
|
set n(a: DataGridColumn);
|
|
159
|
-
private
|
|
160
|
-
private
|
|
137
|
+
private x;
|
|
138
|
+
private bf;
|
|
161
139
|
private v;
|
|
162
|
-
private bq;
|
|
163
140
|
private bg;
|
|
164
|
-
private
|
|
165
|
-
private
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
private
|
|
169
|
-
private
|
|
170
|
-
private
|
|
141
|
+
private a6;
|
|
142
|
+
private a8;
|
|
143
|
+
bh(): void;
|
|
144
|
+
bi(a: GridFilterDialogViewModel, b: boolean): void;
|
|
145
|
+
private a9;
|
|
146
|
+
private bq;
|
|
147
|
+
private bp;
|
|
171
148
|
private f;
|
|
172
|
-
private
|
|
149
|
+
private bo;
|
|
173
150
|
private e;
|
|
174
|
-
private
|
|
151
|
+
private ae;
|
|
175
152
|
private g;
|
|
176
|
-
private
|
|
153
|
+
private aq;
|
|
177
154
|
private h;
|
|
178
155
|
private d;
|
|
179
156
|
private c;
|
|
180
|
-
private
|
|
157
|
+
private bl;
|
|
181
158
|
private t;
|
|
182
|
-
private
|
|
159
|
+
private a7;
|
|
183
160
|
private u;
|
|
184
|
-
static
|
|
185
|
-
static
|
|
186
|
-
static
|
|
161
|
+
static ap(a: ColumnComparisonConditionOperatorType): number;
|
|
162
|
+
static at(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
|
|
163
|
+
static au(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
|
|
187
164
|
static b(a: ColumnComparisonConditionOperatorType[]): number[];
|
|
188
165
|
static a(a: ColumnComparisonConditionOperatorType[]): string[];
|
|
189
|
-
static
|
|
166
|
+
static az(a: ColumnComparisonConditionOperatorType): string;
|
|
190
167
|
dialogOpening: (sender: any, args: GridFilterDialogOpeningEventArgs) => void;
|
|
191
168
|
filterChanging: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
|
|
192
169
|
filterChanged: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
170
|
+
be(a: number, b: number): void;
|
|
171
|
+
bd(): void;
|
|
172
|
+
bc(a: number, b: number, c: Path): void;
|
|
173
|
+
br(): void;
|
|
174
|
+
bb(): void;
|
|
198
175
|
protected s: GridFilterDialogView;
|
|
199
176
|
private _commandCompleted;
|
|
200
177
|
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
@@ -203,10 +180,10 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
|
|
|
203
180
|
get invalidateActions(): () => void;
|
|
204
181
|
set invalidateActions(a: () => void);
|
|
205
182
|
renderCompleted: (sender: any, args: FilterDialogRenderCompletedEventArgs) => void;
|
|
206
|
-
bu(): void;
|
|
207
183
|
bk(): void;
|
|
208
|
-
|
|
209
|
-
private static
|
|
184
|
+
ba(): void;
|
|
185
|
+
private static aa;
|
|
186
|
+
private static readonly ay;
|
|
210
187
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
211
188
|
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
212
189
|
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
@@ -215,7 +192,7 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
|
|
|
215
192
|
onToolCommandExecuting(a: ToolCommand): ToolCommandExecutionState;
|
|
216
193
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
217
194
|
dismissContextAccessor(a: IToolbarContextAccessor): void;
|
|
218
|
-
|
|
195
|
+
ad(e_: NormalizedEvent): boolean;
|
|
219
196
|
}
|
|
220
197
|
/**
|
|
221
198
|
* @hidden
|
|
@@ -1,36 +1,97 @@
|
|
|
1
1
|
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
3
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
2
4
|
import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
|
|
3
5
|
import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
|
|
4
6
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
5
7
|
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
6
|
-
import { Brush } from "igniteui-webcomponents-core";
|
|
7
|
-
import { GridStyleRepositoryKeys } from "./GridStyleRepositoryKeys";
|
|
8
|
-
import { FontInfo } from "igniteui-webcomponents-core";
|
|
9
|
-
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
10
8
|
/**
|
|
11
9
|
* @hidden
|
|
12
10
|
*/
|
|
13
11
|
export declare class GridStyleRepository extends Base {
|
|
14
12
|
static $t: Type;
|
|
15
|
-
static
|
|
16
|
-
static get
|
|
17
|
-
static
|
|
18
|
-
static get
|
|
19
|
-
static
|
|
20
|
-
static get
|
|
21
|
-
private static
|
|
22
|
-
static get
|
|
23
|
-
private static
|
|
24
|
-
static get
|
|
25
|
-
private static
|
|
26
|
-
|
|
27
|
-
private static
|
|
28
|
-
|
|
13
|
+
private static at;
|
|
14
|
+
static get bo(): Brush;
|
|
15
|
+
private static av;
|
|
16
|
+
static get bq(): Brush;
|
|
17
|
+
private static an;
|
|
18
|
+
static get bi(): Brush;
|
|
19
|
+
private static ad;
|
|
20
|
+
static get a8(): Brush;
|
|
21
|
+
private static ab;
|
|
22
|
+
static get a6(): Brush;
|
|
23
|
+
private static ax;
|
|
24
|
+
static get bs(): Brush;
|
|
25
|
+
private static ay;
|
|
26
|
+
static get bt(): Brush;
|
|
27
|
+
private static v;
|
|
28
|
+
static get a0(): Brush;
|
|
29
|
+
private static w;
|
|
30
|
+
static get a1(): Brush;
|
|
31
|
+
private static u;
|
|
32
|
+
static get az(): Brush;
|
|
29
33
|
private static h;
|
|
30
|
-
static n():
|
|
34
|
+
static get n(): FontInfo;
|
|
31
35
|
private static c;
|
|
32
|
-
|
|
33
|
-
private static
|
|
34
|
-
static
|
|
35
|
-
static
|
|
36
|
+
static get i(): FontInfo;
|
|
37
|
+
private static g;
|
|
38
|
+
static get m(): FontInfo;
|
|
39
|
+
static o: number;
|
|
40
|
+
private static d;
|
|
41
|
+
static get j(): FontInfo;
|
|
42
|
+
private static e;
|
|
43
|
+
static get l(): FontInfo;
|
|
44
|
+
private static f;
|
|
45
|
+
static get k(): FontInfo;
|
|
46
|
+
private static al;
|
|
47
|
+
static get bg(): Brush;
|
|
48
|
+
private static x;
|
|
49
|
+
static get a2(): Brush;
|
|
50
|
+
private static ac;
|
|
51
|
+
static get a7(): Brush;
|
|
52
|
+
private static as;
|
|
53
|
+
static get bn(): Brush;
|
|
54
|
+
private static aw;
|
|
55
|
+
static get br(): Brush;
|
|
56
|
+
private static au;
|
|
57
|
+
static get bp(): Brush;
|
|
58
|
+
private static aj;
|
|
59
|
+
static get be(): Brush;
|
|
60
|
+
private static ai;
|
|
61
|
+
static get bd(): Brush;
|
|
62
|
+
private static am;
|
|
63
|
+
static get bh(): Brush;
|
|
64
|
+
private static af;
|
|
65
|
+
static get ba(): Brush;
|
|
66
|
+
private static ah;
|
|
67
|
+
static get bc(): Brush;
|
|
68
|
+
private static ak;
|
|
69
|
+
static get bf(): Brush;
|
|
70
|
+
private static ao;
|
|
71
|
+
static get bj(): Brush;
|
|
72
|
+
private static ap;
|
|
73
|
+
static get bk(): Brush;
|
|
74
|
+
private static z;
|
|
75
|
+
static get a4(): Brush;
|
|
76
|
+
private static ag;
|
|
77
|
+
static get bb(): Brush;
|
|
78
|
+
private static ae;
|
|
79
|
+
static get a9(): Brush;
|
|
80
|
+
private static aa;
|
|
81
|
+
static get a5(): Brush;
|
|
82
|
+
static get a(): ColumnOptionsIconAlignment;
|
|
83
|
+
static get b(): ColumnOptionsIconBehavior;
|
|
84
|
+
static get q(): number;
|
|
85
|
+
static get r(): number;
|
|
86
|
+
static get p(): number;
|
|
87
|
+
private static y;
|
|
88
|
+
static get a3(): Brush;
|
|
89
|
+
private static bu;
|
|
90
|
+
static get bv(): Thickness;
|
|
91
|
+
private static s;
|
|
92
|
+
static get t(): CornerRadius;
|
|
93
|
+
private static ar;
|
|
94
|
+
static get bm(): Brush;
|
|
95
|
+
private static aq;
|
|
96
|
+
static get bl(): Brush;
|
|
36
97
|
}
|