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