igniteui-angular-data-grids 21.0.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare const enum GridStyleRepositoryKeys {
|
|
6
|
+
HeaderSeparatorColorKey = 0,
|
|
7
|
+
RowSeparatorColorKey = 1,
|
|
8
|
+
StickyRowSeparatorColorKey = 2,
|
|
9
|
+
LastStickyRowSeparatorColorKey = 3,
|
|
10
|
+
HeaderRowSeparatorColorKey = 4,
|
|
11
|
+
CellDeleteTextColorKey = 5,
|
|
12
|
+
CellTextColorKey = 6,
|
|
13
|
+
BarColorKey = 7,
|
|
14
|
+
BarOutlineColorKey = 8,
|
|
15
|
+
ActivationBorderColorKey = 9,
|
|
16
|
+
CellSelectedBackgroundColorKey = 10,
|
|
17
|
+
CellBackgroundColorKey = 11,
|
|
18
|
+
CellHoverBackgroundColorKey = 12,
|
|
19
|
+
HeaderBackgroundColorKey = 13,
|
|
20
|
+
SortIndicatorColorKey = 14,
|
|
21
|
+
HeaderTextColorKey = 15,
|
|
22
|
+
SectionHeaderBackgroundColorKey = 16,
|
|
23
|
+
SectionFooterBackgroundColorKey = 17,
|
|
24
|
+
StickyRowBackgroundColorKey = 18,
|
|
25
|
+
PinnedRowBackgroundColorKey = 19,
|
|
26
|
+
RootSummaryCellBackgroundColorKey = 20,
|
|
27
|
+
SectionSummaryCellBackgroundColorKey = 21,
|
|
28
|
+
SummaryLabelTextColorKey = 22,
|
|
29
|
+
SummaryValueTextColorKey = 23,
|
|
30
|
+
ColumnMoveSeparatorBackgroundColorKey = 24,
|
|
31
|
+
ResizeSeparatorBackgroundColorKey = 25,
|
|
32
|
+
PinnedAreaSeparatorBackgroundColorKey = 26,
|
|
33
|
+
ColumnOptionsIconColorKey = 27,
|
|
34
|
+
GridBorderColorKey = 28,
|
|
35
|
+
GridBackgroundColorKey = 29,
|
|
36
|
+
CellErrorBorderColorKey = 30,
|
|
37
|
+
EditorRowOverlayBackgroundColorKey = 31,
|
|
38
|
+
CellFontKey = 32,
|
|
39
|
+
EmojiFontKey = 33,
|
|
40
|
+
CellEditFontKey = 34,
|
|
41
|
+
HeaderCellFontKey = 35,
|
|
42
|
+
SummaryValueFontKey = 36,
|
|
43
|
+
SummaryNameFontKey = 37
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @hidden
|
|
47
|
+
*/
|
|
48
|
+
export declare let GridStyleRepositoryKeys_$type: Type;
|
package/lib/ImageCell.d.ts
CHANGED
|
@@ -10,25 +10,25 @@ import { ImageStretchOptions } from "./ImageStretchOptions";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class ImageCell extends GridCellBase {
|
|
12
12
|
static $t: Type;
|
|
13
|
-
private
|
|
14
|
-
private dv;
|
|
13
|
+
private d2;
|
|
15
14
|
private dw;
|
|
16
|
-
private d3;
|
|
17
15
|
private dx;
|
|
16
|
+
private d4;
|
|
18
17
|
private dy;
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
get
|
|
22
|
-
|
|
18
|
+
private dz;
|
|
19
|
+
private d1;
|
|
20
|
+
get d3(): DomWrapper;
|
|
21
|
+
get d0(): number;
|
|
22
|
+
set d0(a: number);
|
|
23
23
|
constructor(a: DomRenderer);
|
|
24
|
+
private d7;
|
|
25
|
+
d8(a: string, b: ImageResourceType): void;
|
|
24
26
|
private d6;
|
|
25
|
-
|
|
26
|
-
private
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
d8(a: CellContentHorizontalAlignment): void;
|
|
31
|
-
d9(a: CellContentVerticalAlignment): void;
|
|
27
|
+
eb(a: ImageStretchOptions): void;
|
|
28
|
+
private ec;
|
|
29
|
+
d5(): void;
|
|
30
|
+
d9(a: CellContentHorizontalAlignment): void;
|
|
31
|
+
ea(a: CellContentVerticalAlignment): void;
|
|
32
32
|
protected get_ae(): boolean;
|
|
33
33
|
protected ck(a: string, b: any, c: any): void;
|
|
34
34
|
}
|
|
@@ -6,8 +6,8 @@ import { Type } from "igniteui-angular-core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class SectionHeaderCell extends GridCellBase {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
private
|
|
10
|
-
get
|
|
9
|
+
private dw;
|
|
10
|
+
get dx(): DomWrapper;
|
|
11
11
|
constructor(a: DomRenderer);
|
|
12
12
|
protected get_ae(): boolean;
|
|
13
13
|
protected ck(a: string, b: any, c: any): void;
|
package/lib/SummaryCell.d.ts
CHANGED
|
@@ -6,14 +6,14 @@ import { Type } from "igniteui-angular-core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class SummaryCell extends GridCellBase {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
private dv;
|
|
10
|
-
get dy(): DomWrapper;
|
|
11
9
|
private dw;
|
|
12
10
|
get dz(): DomWrapper;
|
|
13
11
|
private dx;
|
|
12
|
+
get d0(): DomWrapper;
|
|
13
|
+
private dy;
|
|
14
|
+
private d2;
|
|
15
|
+
dc(a: number, b: number): void;
|
|
14
16
|
private d1;
|
|
15
|
-
db(a: number, b: number): void;
|
|
16
|
-
private d0;
|
|
17
17
|
c1(a: number, b: number): void;
|
|
18
18
|
constructor(a: DomRenderer);
|
|
19
19
|
protected get_ae(): boolean;
|
package/lib/TemplateCell.d.ts
CHANGED
|
@@ -7,11 +7,11 @@ import { Type } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TemplateCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private dw;
|
|
11
|
+
get dx(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
13
|
protected get_ae(): boolean;
|
|
14
14
|
protected ck(a: string, b: any, c: any): void;
|
|
15
15
|
b9(): void;
|
|
16
|
-
private
|
|
16
|
+
private dy;
|
|
17
17
|
}
|
package/lib/TemplateHeader.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
|
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
|
-
protected
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
16
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
17
|
+
ht(a: TemplateHeaderCellModel, b: any): void;
|
|
18
18
|
cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
|
|
19
19
|
}
|
|
@@ -7,8 +7,8 @@ import { Type } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TemplateHeaderCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private dw;
|
|
11
|
+
get dx(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
13
|
protected get_ac(): boolean;
|
|
14
14
|
}
|
|
@@ -10,8 +10,8 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class TemplateSectionHeader extends SectionHeader {
|
|
12
12
|
static $t: Type;
|
|
13
|
-
protected
|
|
13
|
+
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
|
-
|
|
15
|
+
hx(a: TemplateSectionHeaderCellModel, b: any): void;
|
|
16
16
|
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
|
|
17
17
|
}
|
package/lib/TextCell.d.ts
CHANGED
|
@@ -7,11 +7,11 @@ import { FontInfo } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TextCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private dw;
|
|
11
|
+
get dx(): DomWrapper;
|
|
12
|
+
private dz;
|
|
13
|
+
dc(a: number, b: number): void;
|
|
12
14
|
private dy;
|
|
13
|
-
db(a: number, b: number): void;
|
|
14
|
-
private dx;
|
|
15
15
|
c1(a: number, b: number): void;
|
|
16
16
|
constructor(a: DomRenderer);
|
|
17
17
|
c0(a: DomWrapper, b: FontInfo): void;
|
package/lib/TextHeaderCell.d.ts
CHANGED
|
@@ -8,49 +8,51 @@ import { ICellActionManager } from "./ICellActionManager";
|
|
|
8
8
|
import { Type } from "igniteui-angular-core";
|
|
9
9
|
import { FontInfo } from "igniteui-angular-core";
|
|
10
10
|
import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
|
|
11
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
11
12
|
/**
|
|
12
13
|
* @hidden
|
|
13
14
|
*/
|
|
14
15
|
export declare class TextHeaderCell extends GridCellBase {
|
|
15
16
|
static $t: Type;
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
17
|
+
private d7;
|
|
18
|
+
private d3;
|
|
19
|
+
private d1;
|
|
20
|
+
private dx;
|
|
19
21
|
private dw;
|
|
20
|
-
|
|
21
|
-
get
|
|
22
|
-
get
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
set dx(a: ColumnOptionsIconAlignment);
|
|
22
|
+
get ea(): DomWrapper;
|
|
23
|
+
get d4(): GridSortIndicator;
|
|
24
|
+
get d2(): GridFilterDialog;
|
|
25
|
+
private dz;
|
|
26
|
+
get d0(): ColumnOptionsIconBehavior;
|
|
27
|
+
set d0(a: ColumnOptionsIconBehavior);
|
|
28
|
+
get dy(): ColumnOptionsIconAlignment;
|
|
29
|
+
set dy(a: ColumnOptionsIconAlignment);
|
|
29
30
|
protected af(a: ICellActionManager): boolean;
|
|
30
|
-
private
|
|
31
|
+
private d9;
|
|
32
|
+
private ec;
|
|
33
|
+
dc(a: number, b: number): void;
|
|
31
34
|
private eb;
|
|
32
|
-
db(a: number, b: number): void;
|
|
33
|
-
private ea;
|
|
34
35
|
c1(a: number, b: number): void;
|
|
35
36
|
c0(a: DomWrapper, b: FontInfo): void;
|
|
36
|
-
protected
|
|
37
|
+
protected dd(a: number, b: number, c: number, d: number): void;
|
|
37
38
|
constructor(a: DomRenderer);
|
|
38
|
-
private
|
|
39
|
+
private ef;
|
|
40
|
+
private em;
|
|
39
41
|
private el;
|
|
40
|
-
private ek;
|
|
41
|
-
private eg;
|
|
42
42
|
private eh;
|
|
43
|
-
private
|
|
43
|
+
private ei;
|
|
44
|
+
private eg;
|
|
44
45
|
ci(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
45
46
|
c6(a: number, b: number, c: number, d: number): void;
|
|
47
|
+
private ek;
|
|
46
48
|
private ej;
|
|
47
|
-
private ei;
|
|
48
49
|
protected ck(a: string, b: any, c: any): void;
|
|
49
|
-
private
|
|
50
|
+
private d5;
|
|
50
51
|
onContactStarted(e_: NormalizedEvent, a: boolean): void;
|
|
51
52
|
onContactCompleted(e_: NormalizedEvent, a: boolean): void;
|
|
52
53
|
detach(): void;
|
|
54
|
+
da(a: BaseControlTheme): void;
|
|
53
55
|
protected get_ac(): boolean;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
+
d8: DomWrapper;
|
|
57
|
+
d6: boolean;
|
|
56
58
|
}
|
|
@@ -8,14 +8,14 @@ import { Type } from "igniteui-angular-core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class VerticalSeparatorCell extends GridCellBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
private dw;
|
|
12
|
-
private dv;
|
|
13
11
|
private dx;
|
|
12
|
+
private dw;
|
|
14
13
|
private dy;
|
|
14
|
+
private dz;
|
|
15
15
|
constructor(a: DomRenderer);
|
|
16
16
|
cx(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
17
|
-
|
|
17
|
+
dc(a: number, b: number): void;
|
|
18
18
|
cw(a: Color): void;
|
|
19
|
+
private d1;
|
|
19
20
|
private d0;
|
|
20
|
-
private dz;
|
|
21
21
|
}
|
|
@@ -257,6 +257,60 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
257
257
|
get isColumnOptionsGroupingEnabled(): boolean;
|
|
258
258
|
set isColumnOptionsGroupingEnabled(v: boolean);
|
|
259
259
|
static ngAcceptInputType_isColumnOptionsGroupingEnabled: boolean | string;
|
|
260
|
+
/**
|
|
261
|
+
* Gets or sets the column options dropdown background color.
|
|
262
|
+
*/
|
|
263
|
+
get actualColumnOptionsBackground(): string;
|
|
264
|
+
set actualColumnOptionsBackground(v: string);
|
|
265
|
+
/**
|
|
266
|
+
* Gets or sets the column options dropdown background color.
|
|
267
|
+
*/
|
|
268
|
+
get columnOptionsBackground(): string;
|
|
269
|
+
set columnOptionsBackground(v: string);
|
|
270
|
+
/**
|
|
271
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
272
|
+
*/
|
|
273
|
+
get actualColumnOptionsTextColor(): string;
|
|
274
|
+
set actualColumnOptionsTextColor(v: string);
|
|
275
|
+
/**
|
|
276
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
277
|
+
*/
|
|
278
|
+
get columnOptionsTextColor(): string;
|
|
279
|
+
set columnOptionsTextColor(v: string);
|
|
280
|
+
/**
|
|
281
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
282
|
+
*/
|
|
283
|
+
get actualColumnOptionsSeparatorColor(): string;
|
|
284
|
+
set actualColumnOptionsSeparatorColor(v: string);
|
|
285
|
+
/**
|
|
286
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
287
|
+
*/
|
|
288
|
+
get columnOptionsSeparatorColor(): string;
|
|
289
|
+
set columnOptionsSeparatorColor(v: string);
|
|
290
|
+
/**
|
|
291
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
292
|
+
*/
|
|
293
|
+
get actualColumnOptionsGroupHeaderBackground(): string;
|
|
294
|
+
set actualColumnOptionsGroupHeaderBackground(v: string);
|
|
295
|
+
/**
|
|
296
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
297
|
+
*/
|
|
298
|
+
get columnOptionsGroupHeaderBackground(): string;
|
|
299
|
+
set columnOptionsGroupHeaderBackground(v: string);
|
|
300
|
+
/**
|
|
301
|
+
* Gets the actual text color for group headers inside the column options menu.
|
|
302
|
+
*/
|
|
303
|
+
get actualColumnOptionsGroupHeaderTextColor(): string;
|
|
304
|
+
set actualColumnOptionsGroupHeaderTextColor(v: string);
|
|
305
|
+
/**
|
|
306
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
307
|
+
*/
|
|
308
|
+
get columnOptionsGroupHeaderTextColor(): string;
|
|
309
|
+
set columnOptionsGroupHeaderTextColor(v: string);
|
|
310
|
+
get actualColumnOptionsAccentColor(): string;
|
|
311
|
+
set actualColumnOptionsAccentColor(v: string);
|
|
312
|
+
get columnOptionsAccentColor(): string;
|
|
313
|
+
set columnOptionsAccentColor(v: string);
|
|
260
314
|
/**
|
|
261
315
|
* Gets or sets if the column is editable.
|
|
262
316
|
*/
|
|
@@ -469,5 +523,5 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
469
523
|
private _actualHeaderTextChange;
|
|
470
524
|
get actualHeaderTextChange(): EventEmitter<string>;
|
|
471
525
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridColumnComponent, never>;
|
|
472
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridColumnComponent, "ng-component", never, { "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; "name": "name"; "field": "field"; "headerText": "headerText"; "actualHeaderText": "actualHeaderText"; "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "rowHoverBackground": "rowHoverBackground"; "actualHoverBackground": "actualHoverBackground"; "rowHoverTextColor": "rowHoverTextColor"; "actualRowHoverTextColor": "actualRowHoverTextColor"; "animationSettings": "animationSettings"; "width": "width"; "minWidth": "minWidth"; "isFromMarkup": "isFromMarkup"; "isAutoGenerated": "isAutoGenerated"; "filter": "filter"; "filterExpression": "filterExpression"; "header": "header"; "isFilteringEnabled": "isFilteringEnabled"; "isResizingEnabled": "isResizingEnabled"; "isHidden": "isHidden"; "shouldRemoveWhenHidden": "shouldRemoveWhenHidden"; "sortDirection": "sortDirection"; "pinned": "pinned"; "actualColumnOptionsIconAlignment": "actualColumnOptionsIconAlignment"; "columnOptionsIconAlignment": "columnOptionsIconAlignment"; "actualColumnOptionsIconColor": "actualColumnOptionsIconColor"; "columnOptionsIconColor": "columnOptionsIconColor"; "columnOptionsIconBehavior": "columnOptionsIconBehavior"; "actualColumnOptionsIconBehavior": "actualColumnOptionsIconBehavior"; "actualIsColumnOptionsEnabled": "actualIsColumnOptionsEnabled"; "isColumnOptionsEnabled": "isColumnOptionsEnabled"; "actualIsColumnOptionsSummariesEnabled": "actualIsColumnOptionsSummariesEnabled"; "isColumnOptionsSummariesEnabled": "isColumnOptionsSummariesEnabled"; "actualIsColumnOptionsGroupingEnabled": "actualIsColumnOptionsGroupingEnabled"; "isColumnOptionsGroupingEnabled": "isColumnOptionsGroupingEnabled"; "isEditable": "isEditable"; "deletedTextColor": "deletedTextColor"; "actualDeletedTextColor": "actualDeletedTextColor"; "editOpacity": "editOpacity"; "actualEditOpacity": "actualEditOpacity"; "textEditStyle": "textEditStyle"; "actualEditFontInfo": "actualEditFontInfo"; "mergedCellMode": "mergedCellMode"; "mergedCellEvaluationCriteria": "mergedCellEvaluationCriteria"; "mergedCellVerticalAlignment": "mergedCellVerticalAlignment"; "mergedCellPaddingLeft": "mergedCellPaddingLeft"; "mergedCellPaddingTop": "mergedCellPaddingTop"; "mergedCellPaddingRight": "mergedCellPaddingRight"; "mergedCellPaddingBottom": "mergedCellPaddingBottom"; "filterComparisonType": "filterComparisonType"; "filterOperands": "filterOperands"; "suffixText": "suffixText"; "suffixTextColor": "suffixTextColor"; "suffixTextStyle": "suffixTextStyle"; "suffixIconName": "suffixIconName"; "suffixIconCollectionName": "suffixIconCollectionName"; "suffixIconStroke": "suffixIconStroke"; "suffixIconFill": "suffixIconFill"; "suffixIconViewBoxLeft": "suffixIconViewBoxLeft"; "suffixIconViewBoxTop": "suffixIconViewBoxTop"; "suffixIconViewBoxWidth": "suffixIconViewBoxWidth"; "suffixIconViewBoxHeight": "suffixIconViewBoxHeight"; "suffixMargin": "suffixMargin"; "textDecoration": "textDecoration"; }, { "formatCell": "formatCell"; "actualHeaderTextChange": "actualHeaderTextChange"; }, never, never>;
|
|
526
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridColumnComponent, "ng-component", never, { "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; "name": "name"; "field": "field"; "headerText": "headerText"; "actualHeaderText": "actualHeaderText"; "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "rowHoverBackground": "rowHoverBackground"; "actualHoverBackground": "actualHoverBackground"; "rowHoverTextColor": "rowHoverTextColor"; "actualRowHoverTextColor": "actualRowHoverTextColor"; "animationSettings": "animationSettings"; "width": "width"; "minWidth": "minWidth"; "isFromMarkup": "isFromMarkup"; "isAutoGenerated": "isAutoGenerated"; "filter": "filter"; "filterExpression": "filterExpression"; "header": "header"; "isFilteringEnabled": "isFilteringEnabled"; "isResizingEnabled": "isResizingEnabled"; "isHidden": "isHidden"; "shouldRemoveWhenHidden": "shouldRemoveWhenHidden"; "sortDirection": "sortDirection"; "pinned": "pinned"; "actualColumnOptionsIconAlignment": "actualColumnOptionsIconAlignment"; "columnOptionsIconAlignment": "columnOptionsIconAlignment"; "actualColumnOptionsIconColor": "actualColumnOptionsIconColor"; "columnOptionsIconColor": "columnOptionsIconColor"; "columnOptionsIconBehavior": "columnOptionsIconBehavior"; "actualColumnOptionsIconBehavior": "actualColumnOptionsIconBehavior"; "actualIsColumnOptionsEnabled": "actualIsColumnOptionsEnabled"; "isColumnOptionsEnabled": "isColumnOptionsEnabled"; "actualIsColumnOptionsSummariesEnabled": "actualIsColumnOptionsSummariesEnabled"; "isColumnOptionsSummariesEnabled": "isColumnOptionsSummariesEnabled"; "actualIsColumnOptionsGroupingEnabled": "actualIsColumnOptionsGroupingEnabled"; "isColumnOptionsGroupingEnabled": "isColumnOptionsGroupingEnabled"; "actualColumnOptionsBackground": "actualColumnOptionsBackground"; "columnOptionsBackground": "columnOptionsBackground"; "actualColumnOptionsTextColor": "actualColumnOptionsTextColor"; "columnOptionsTextColor": "columnOptionsTextColor"; "actualColumnOptionsSeparatorColor": "actualColumnOptionsSeparatorColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "actualColumnOptionsGroupHeaderBackground": "actualColumnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "actualColumnOptionsGroupHeaderTextColor": "actualColumnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "actualColumnOptionsAccentColor": "actualColumnOptionsAccentColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "isEditable": "isEditable"; "deletedTextColor": "deletedTextColor"; "actualDeletedTextColor": "actualDeletedTextColor"; "editOpacity": "editOpacity"; "actualEditOpacity": "actualEditOpacity"; "textEditStyle": "textEditStyle"; "actualEditFontInfo": "actualEditFontInfo"; "mergedCellMode": "mergedCellMode"; "mergedCellEvaluationCriteria": "mergedCellEvaluationCriteria"; "mergedCellVerticalAlignment": "mergedCellVerticalAlignment"; "mergedCellPaddingLeft": "mergedCellPaddingLeft"; "mergedCellPaddingTop": "mergedCellPaddingTop"; "mergedCellPaddingRight": "mergedCellPaddingRight"; "mergedCellPaddingBottom": "mergedCellPaddingBottom"; "filterComparisonType": "filterComparisonType"; "filterOperands": "filterOperands"; "suffixText": "suffixText"; "suffixTextColor": "suffixTextColor"; "suffixTextStyle": "suffixTextStyle"; "suffixIconName": "suffixIconName"; "suffixIconCollectionName": "suffixIconCollectionName"; "suffixIconStroke": "suffixIconStroke"; "suffixIconFill": "suffixIconFill"; "suffixIconViewBoxLeft": "suffixIconViewBoxLeft"; "suffixIconViewBoxTop": "suffixIconViewBoxTop"; "suffixIconViewBoxWidth": "suffixIconViewBoxWidth"; "suffixIconViewBoxHeight": "suffixIconViewBoxHeight"; "suffixMargin": "suffixMargin"; "textDecoration": "textDecoration"; }, { "formatCell": "formatCell"; "actualHeaderTextChange": "actualHeaderTextChange"; }, never, never>;
|
|
473
527
|
}
|
|
@@ -89,6 +89,7 @@ import { FilterComparisonType } from "./FilterComparisonType";
|
|
|
89
89
|
import { IgxGridCustomFilterRequestedEventArgs } from "./igx-grid-custom-filter-requested-event-args";
|
|
90
90
|
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
|
|
91
91
|
import { IgxDataSourceRootSummariesChangedEventArgs } from "igniteui-angular-core";
|
|
92
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
92
93
|
import * as i0 from "@angular/core";
|
|
93
94
|
export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
94
95
|
private _ngrenderer;
|
|
@@ -196,8 +197,14 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
196
197
|
get isGroupByAreaVisible(): boolean;
|
|
197
198
|
set isGroupByAreaVisible(value: boolean);
|
|
198
199
|
/**
|
|
199
|
-
* Gets or sets the
|
|
200
|
+
* Gets or sets the base theme used by the grid.
|
|
200
201
|
*/
|
|
202
|
+
get theme(): BaseControlTheme;
|
|
203
|
+
set theme(v: BaseControlTheme);
|
|
204
|
+
static ngAcceptInputType_theme: BaseControlTheme | string;
|
|
205
|
+
/**
|
|
206
|
+
* Gets or sets the type of column resizing to use.
|
|
207
|
+
*/
|
|
201
208
|
get columnResizingMode(): ColumnResizingMode;
|
|
202
209
|
set columnResizingMode(v: ColumnResizingMode);
|
|
203
210
|
static ngAcceptInputType_columnResizingMode: ColumnResizingMode | string;
|
|
@@ -796,6 +803,11 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
796
803
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
797
804
|
set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior);
|
|
798
805
|
static ngAcceptInputType_columnOptionsIconBehavior: ColumnOptionsIconBehavior | string;
|
|
806
|
+
/**
|
|
807
|
+
* Gets the actual border color around the grid.
|
|
808
|
+
*/
|
|
809
|
+
get actualBorder(): string;
|
|
810
|
+
set actualBorder(v: string);
|
|
799
811
|
/**
|
|
800
812
|
* Gets or sets the border color around the grid.
|
|
801
813
|
*/
|
|
@@ -863,6 +875,16 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
863
875
|
get stopPropagation(): boolean;
|
|
864
876
|
set stopPropagation(v: boolean);
|
|
865
877
|
static ngAcceptInputType_stopPropagation: boolean | string;
|
|
878
|
+
/**
|
|
879
|
+
* Gets the actual background for the grid.
|
|
880
|
+
*/
|
|
881
|
+
get actualBackground(): string;
|
|
882
|
+
set actualBackground(v: string);
|
|
883
|
+
/**
|
|
884
|
+
* Gets or sets the background for the grid.
|
|
885
|
+
*/
|
|
886
|
+
get background(): string;
|
|
887
|
+
set background(v: string);
|
|
866
888
|
private _responsiveStates;
|
|
867
889
|
/**
|
|
868
890
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
@@ -1127,6 +1149,33 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1127
1149
|
*/
|
|
1128
1150
|
get scrollbarBackground(): string;
|
|
1129
1151
|
set scrollbarBackground(v: string);
|
|
1152
|
+
/**
|
|
1153
|
+
* Gets or sets the column options dropdown background color.
|
|
1154
|
+
*/
|
|
1155
|
+
get columnOptionsBackground(): string;
|
|
1156
|
+
set columnOptionsBackground(v: string);
|
|
1157
|
+
/**
|
|
1158
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
1159
|
+
*/
|
|
1160
|
+
get columnOptionsTextColor(): string;
|
|
1161
|
+
set columnOptionsTextColor(v: string);
|
|
1162
|
+
/**
|
|
1163
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
1164
|
+
*/
|
|
1165
|
+
get columnOptionsSeparatorColor(): string;
|
|
1166
|
+
set columnOptionsSeparatorColor(v: string);
|
|
1167
|
+
/**
|
|
1168
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
1169
|
+
*/
|
|
1170
|
+
get columnOptionsGroupHeaderBackground(): string;
|
|
1171
|
+
set columnOptionsGroupHeaderBackground(v: string);
|
|
1172
|
+
/**
|
|
1173
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
1174
|
+
*/
|
|
1175
|
+
get columnOptionsGroupHeaderTextColor(): string;
|
|
1176
|
+
set columnOptionsGroupHeaderTextColor(v: string);
|
|
1177
|
+
get columnOptionsAccentColor(): string;
|
|
1178
|
+
set columnOptionsAccentColor(v: string);
|
|
1130
1179
|
get allowCopyOperation(): boolean;
|
|
1131
1180
|
set allowCopyOperation(v: boolean);
|
|
1132
1181
|
static ngAcceptInputType_allowCopyOperation: boolean | string;
|
|
@@ -1605,5 +1654,5 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1605
1654
|
protected _zoneRunner: (act: () => void) => void;
|
|
1606
1655
|
protected _runInZone(act: () => void): void;
|
|
1607
1656
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridComponent, never>;
|
|
1608
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridComponent, "igx-data-grid", never, { "height": "height"; "width": "width"; "dataSource": "dataSource"; "columnResizingMode": "columnResizingMode"; "columnMovingMode": "columnMovingMode"; "isRowHoverEnabled": "isRowHoverEnabled"; "rowHoverBackground": "rowHoverBackground"; "rowHoverTextColor": "rowHoverTextColor"; "editRowBorder": "editRowBorder"; "editRowBorderWidthBottom": "editRowBorderWidthBottom"; "editRowBorderWidthLeft": "editRowBorderWidthLeft"; "editRowBorderWidthRight": "editRowBorderWidthRight"; "editRowBorderWidthTop": "editRowBorderWidthTop"; "sectionHeader": "sectionHeader"; "summaryRowRoot": "summaryRowRoot"; "summaryRowSection": "summaryRowSection"; "rowSeparator": "rowSeparator"; "headerRowSeparator": "headerRowSeparator"; "headerSeparator": "headerSeparator"; "columnResizingSeparator": "columnResizingSeparator"; "columnMovingSeparator": "columnMovingSeparator"; "pinnedAreaSeparator": "pinnedAreaSeparator"; "autoGenerateDesiredProperties": "autoGenerateDesiredProperties"; "dataSourceDesiredProperties": "dataSourceDesiredProperties"; "density": "density"; "actualRowHeight": "actualRowHeight"; "rowHeight": "rowHeight"; "defaultColumnMinWidth": "defaultColumnMinWidth"; "actualHeaderHeight": "actualHeaderHeight"; "headerHeight": "headerHeight"; "headerClickAction": "headerClickAction"; "editMode": "editMode"; "editModeClickAction": "editModeClickAction"; "editOnKeyPress": "editOnKeyPress"; "autoGenerateColumns": "autoGenerateColumns"; "rowSeparatorHeight": "rowSeparatorHeight"; "isPlaceholderRenderingEnabled": "isPlaceholderRenderingEnabled"; "columnAddingAnimationMode": "columnAddingAnimationMode"; "columnPropertyUpdatingAnimationMode": "columnPropertyUpdatingAnimationMode"; "cellDataLoadedAnimationMode": "cellDataLoadedAnimationMode"; "rowSelectionAnimationMode": "rowSelectionAnimationMode"; "rowHoverAnimationMode": "rowHoverAnimationMode"; "cellSelectionAnimationMode": "cellSelectionAnimationMode"; "animationSettings": "animationSettings"; "columnResizingAnimationMode": "columnResizingAnimationMode"; "columnShowingAnimationMode": "columnShowingAnimationMode"; "columnMovingAnimationMode": "columnMovingAnimationMode"; "columnHidingAnimationMode": "columnHidingAnimationMode"; "columnExchangingAnimationMode": "columnExchangingAnimationMode"; "selectionMode": "selectionMode"; "activationMode": "activationMode"; "selectionBehavior": "selectionBehavior"; "mouseDragSelectionEnabled": "mouseDragSelectionEnabled"; "selectedItems": "selectedItems"; "selectedKeys": "selectedKeys"; "selectedCells": "selectedCells"; "selectedCellRanges": "selectedCellRanges"; "pinnedItems": "pinnedItems"; "pinnedKeys": "pinnedKeys"; "isColumnOptionsEnabled": "isColumnOptionsEnabled"; "isGroupRowSticky": "isGroupRowSticky"; "isHeaderSeparatorVisible": "isHeaderSeparatorVisible"; "cellSelectedBackground": "cellSelectedBackground"; "sectionHeaderSelectedBackground": "sectionHeaderSelectedBackground"; "summaryRootBackground": "summaryRootBackground"; "summarySectionBackground": "summarySectionBackground"; "pinnedRowOpacity": "pinnedRowOpacity"; "editTextStyle": "editTextStyle"; "editOpacity": "editOpacity"; "deletedTextColor": "deletedTextColor"; "stickyRowBackground": "stickyRowBackground"; "pinnedRowBackground": "pinnedRowBackground"; "lastStickyRowBackground": "lastStickyRowBackground"; "activeCell": "activeCell"; "cellBackground": "cellBackground"; "cellTextColor": "cellTextColor"; "headerSortIndicatorColor": "headerSortIndicatorColor"; "headerSortIndicatorStyle": "headerSortIndicatorStyle"; "cellTextStyle": "cellTextStyle"; "sectionHeaderBackground": "sectionHeaderBackground"; "sectionHeaderTextColor": "sectionHeaderTextColor"; "sectionHeaderTextStyle": "sectionHeaderTextStyle"; "summaryRootLabelTextStyle": "summaryRootLabelTextStyle"; "summarySectionLabelTextStyle": "summarySectionLabelTextStyle"; "summaryRootValueTextColor": "summaryRootValueTextColor"; "summaryRootValueTextStyle": "summaryRootValueTextStyle"; "summarySectionValueTextStyle": "summarySectionValueTextStyle"; "summarySectionValueTextColor": "summarySectionValueTextColor"; "summaryRootLabelTextColor": "summaryRootLabelTextColor"; "summarySectionLabelTextColor": "summarySectionLabelTextColor"; "summaryRootSelectedBackground": "summaryRootSelectedBackground"; "summarySectionSelectedBackground": "summarySectionSelectedBackground"; "pinnedAreaSeparatorWidth": "pinnedAreaSeparatorWidth"; "headerSeparatorWidth": "headerSeparatorWidth"; "headerSeparatorBackground": "headerSeparatorBackground"; "headerBackground": "headerBackground"; "headerTextColor": "headerTextColor"; "headerTextStyle": "headerTextStyle"; "rowSeparatorBackground": "rowSeparatorBackground"; "headerRowSeparatorBackground": "headerRowSeparatorBackground"; "rowSeparatorStickyRowBackground": "rowSeparatorStickyRowBackground"; "rowSeparatorLastStickyRowBackground": "rowSeparatorLastStickyRowBackground"; "rowSeparatorPinnedRowBackground": "rowSeparatorPinnedRowBackground"; "columnResizingSeparatorWidth": "columnResizingSeparatorWidth"; "columnResizingSeparatorOpacity": "columnResizingSeparatorOpacity"; "columnMovingSeparatorWidth": "columnMovingSeparatorWidth"; "columnMovingSeparatorOpacity": "columnMovingSeparatorOpacity"; "columnResizingSeparatorBackground": "columnResizingSeparatorBackground"; "columnMovingSeparatorBackground": "columnMovingSeparatorBackground"; "shiftSectionContent": "shiftSectionContent"; "columnOptionsIconAlignment": "columnOptionsIconAlignment"; "columnOptionsIconColor": "columnOptionsIconColor"; "columnOptionsIconBehavior": "columnOptionsIconBehavior"; "border": "border"; "actualBorderWidth": "actualBorderWidth"; "borderWidthBottom": "borderWidthBottom"; "borderWidthLeft": "borderWidthLeft"; "borderWidthRight": "borderWidthRight"; "borderWidthTop": "borderWidthTop"; "notifyOnAllSelectionChanges": "notifyOnAllSelectionChanges"; "cornerRadiusBottomRight": "cornerRadiusBottomRight"; "cornerRadiusBottomLeft": "cornerRadiusBottomLeft"; "cornerRadiusTopLeft": "cornerRadiusTopLeft"; "cornerRadiusTopRight": "cornerRadiusTopRight"; "actualCornerRadiusBottomRight": "actualCornerRadiusBottomRight"; "actualCornerRadiusBottomLeft": "actualCornerRadiusBottomLeft"; "actualCornerRadiusTopLeft": "actualCornerRadiusTopLeft"; "actualCornerRadiusTopRight": "actualCornerRadiusTopRight"; "isActiveCellStyleEnabled": "isActiveCellStyleEnabled"; "stopPropagation": "stopPropagation"; "responsiveStates": "responsiveStates"; "initialSorts": "initialSorts"; "initialGroups": "initialGroups"; "initialSummaries": "initialSummaries"; "summaryScope": "summaryScope"; "isGroupCollapsable": "isGroupCollapsable"; "groupHeaderDisplayMode": "groupHeaderDisplayMode"; "isGroupExpandedDefault": "isGroupExpandedDefault"; "groupSummaryDisplayMode": "groupSummaryDisplayMode"; "autoAcceptEdits": "autoAcceptEdits"; "primaryKey": "primaryKey"; "actualPrimaryKey": "actualPrimaryKey"; "actualColumns": "actualColumns"; "reactsToSortChanges": "reactsToSortChanges"; "reactsToGroupChanges": "reactsToGroupChanges"; "reactsToFilterChanges": "reactsToFilterChanges"; "enterBehavior": "enterBehavior"; "enterBehaviorAfterEdit": "enterBehaviorAfterEdit"; "isColumnOptionsSummariesEnabled": "isColumnOptionsSummariesEnabled"; "isColumnOptionsGroupingEnabled": "isColumnOptionsGroupingEnabled"; "mergedCellMode": "mergedCellMode"; "mergedCellEvaluationCriteria": "mergedCellEvaluationCriteria"; "mergedCellVerticalAlignment": "mergedCellVerticalAlignment"; "filterUIType": "filterUIType"; "filterLogicalOperator": "filterLogicalOperator"; "filterComparisonType": "filterComparisonType"; "todayOverride": "todayOverride"; "clearSelectionOnEscape": "clearSelectionOnEscape"; "pageSize": "pageSize"; "isToolbarColumnChooserVisible": "isToolbarColumnChooserVisible"; "isToolbarColumnPinningVisible": "isToolbarColumnPinningVisible"; "toolbarTitle": "toolbarTitle"; "toolbarColumnChooserText": "toolbarColumnChooserText"; "toolbarColumnChooserTitle": "toolbarColumnChooserTitle"; "toolbarColumnPinningText": "toolbarColumnPinningText"; "toolbarColumnPinningTitle": "toolbarColumnPinningTitle"; "scrollbarStyle": "scrollbarStyle"; "scrollbarBackground": "scrollbarBackground"; "allowCopyOperation": "allowCopyOperation"; "deferEventForRowDragSelection": "deferEventForRowDragSelection"; }, { "filterExpressionsChanging": "filterExpressionsChanging"; "filterExpressionsChanged": "filterExpressionsChanged"; "cellPreviewPointerDown": "cellPreviewPointerDown"; "cellPreviewPointerUp": "cellPreviewPointerUp"; "cellPointerDown": "cellPointerDown"; "cellPointerUp": "cellPointerUp"; "cellClicked": "cellClicked"; "sortDescriptionsChanged": "sortDescriptionsChanged"; "groupDescriptionsChanged": "groupDescriptionsChanged"; "summaryDescriptionsChanged": "summaryDescriptionsChanged"; "columnHiddenChanged": "columnHiddenChanged"; "columnPinnedChanged": "columnPinnedChanged"; "cellValueChanging": "cellValueChanging"; "dataCommitted": "dataCommitted"; "dataCommitting": "dataCommitting"; "rootSummariesChanged": "rootSummariesChanged"; "sizeChanged": "sizeChanged"; "actualColumnsChanged": "actualColumnsChanged"; "columnsAutoGenerated": "columnsAutoGenerated"; "selectedItemsChanged": "selectedItemsChanged"; "selectedKeysChanged": "selectedKeysChanged"; "selectedCellsChanged": "selectedCellsChanged"; "selectionChanged": "selectionChanged"; "activeCellChanged": "activeCellChanged"; "selectedCellRangesChanged": "selectedCellRangesChanged"; "columnWidthChanged": "columnWidthChanged"; "cellEditStarted": "cellEditStarted"; "cellEditEnded": "cellEditEnded"; "rowEditStarted": "rowEditStarted"; "rowEditEnded": "rowEditEnded"; "customFilterRequested": "customFilterRequested"; "actualPrimaryKeyChange": "actualPrimaryKeyChange"; }, ["contentColumns"], never>;
|
|
1657
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridComponent, "igx-data-grid", never, { "height": "height"; "width": "width"; "dataSource": "dataSource"; "theme": "theme"; "columnResizingMode": "columnResizingMode"; "columnMovingMode": "columnMovingMode"; "isRowHoverEnabled": "isRowHoverEnabled"; "rowHoverBackground": "rowHoverBackground"; "rowHoverTextColor": "rowHoverTextColor"; "editRowBorder": "editRowBorder"; "editRowBorderWidthBottom": "editRowBorderWidthBottom"; "editRowBorderWidthLeft": "editRowBorderWidthLeft"; "editRowBorderWidthRight": "editRowBorderWidthRight"; "editRowBorderWidthTop": "editRowBorderWidthTop"; "sectionHeader": "sectionHeader"; "summaryRowRoot": "summaryRowRoot"; "summaryRowSection": "summaryRowSection"; "rowSeparator": "rowSeparator"; "headerRowSeparator": "headerRowSeparator"; "headerSeparator": "headerSeparator"; "columnResizingSeparator": "columnResizingSeparator"; "columnMovingSeparator": "columnMovingSeparator"; "pinnedAreaSeparator": "pinnedAreaSeparator"; "autoGenerateDesiredProperties": "autoGenerateDesiredProperties"; "dataSourceDesiredProperties": "dataSourceDesiredProperties"; "density": "density"; "actualRowHeight": "actualRowHeight"; "rowHeight": "rowHeight"; "defaultColumnMinWidth": "defaultColumnMinWidth"; "actualHeaderHeight": "actualHeaderHeight"; "headerHeight": "headerHeight"; "headerClickAction": "headerClickAction"; "editMode": "editMode"; "editModeClickAction": "editModeClickAction"; "editOnKeyPress": "editOnKeyPress"; "autoGenerateColumns": "autoGenerateColumns"; "rowSeparatorHeight": "rowSeparatorHeight"; "isPlaceholderRenderingEnabled": "isPlaceholderRenderingEnabled"; "columnAddingAnimationMode": "columnAddingAnimationMode"; "columnPropertyUpdatingAnimationMode": "columnPropertyUpdatingAnimationMode"; "cellDataLoadedAnimationMode": "cellDataLoadedAnimationMode"; "rowSelectionAnimationMode": "rowSelectionAnimationMode"; "rowHoverAnimationMode": "rowHoverAnimationMode"; "cellSelectionAnimationMode": "cellSelectionAnimationMode"; "animationSettings": "animationSettings"; "columnResizingAnimationMode": "columnResizingAnimationMode"; "columnShowingAnimationMode": "columnShowingAnimationMode"; "columnMovingAnimationMode": "columnMovingAnimationMode"; "columnHidingAnimationMode": "columnHidingAnimationMode"; "columnExchangingAnimationMode": "columnExchangingAnimationMode"; "selectionMode": "selectionMode"; "activationMode": "activationMode"; "selectionBehavior": "selectionBehavior"; "mouseDragSelectionEnabled": "mouseDragSelectionEnabled"; "selectedItems": "selectedItems"; "selectedKeys": "selectedKeys"; "selectedCells": "selectedCells"; "selectedCellRanges": "selectedCellRanges"; "pinnedItems": "pinnedItems"; "pinnedKeys": "pinnedKeys"; "isColumnOptionsEnabled": "isColumnOptionsEnabled"; "isGroupRowSticky": "isGroupRowSticky"; "isHeaderSeparatorVisible": "isHeaderSeparatorVisible"; "cellSelectedBackground": "cellSelectedBackground"; "sectionHeaderSelectedBackground": "sectionHeaderSelectedBackground"; "summaryRootBackground": "summaryRootBackground"; "summarySectionBackground": "summarySectionBackground"; "pinnedRowOpacity": "pinnedRowOpacity"; "editTextStyle": "editTextStyle"; "editOpacity": "editOpacity"; "deletedTextColor": "deletedTextColor"; "stickyRowBackground": "stickyRowBackground"; "pinnedRowBackground": "pinnedRowBackground"; "lastStickyRowBackground": "lastStickyRowBackground"; "activeCell": "activeCell"; "cellBackground": "cellBackground"; "cellTextColor": "cellTextColor"; "headerSortIndicatorColor": "headerSortIndicatorColor"; "headerSortIndicatorStyle": "headerSortIndicatorStyle"; "cellTextStyle": "cellTextStyle"; "sectionHeaderBackground": "sectionHeaderBackground"; "sectionHeaderTextColor": "sectionHeaderTextColor"; "sectionHeaderTextStyle": "sectionHeaderTextStyle"; "summaryRootLabelTextStyle": "summaryRootLabelTextStyle"; "summarySectionLabelTextStyle": "summarySectionLabelTextStyle"; "summaryRootValueTextColor": "summaryRootValueTextColor"; "summaryRootValueTextStyle": "summaryRootValueTextStyle"; "summarySectionValueTextStyle": "summarySectionValueTextStyle"; "summarySectionValueTextColor": "summarySectionValueTextColor"; "summaryRootLabelTextColor": "summaryRootLabelTextColor"; "summarySectionLabelTextColor": "summarySectionLabelTextColor"; "summaryRootSelectedBackground": "summaryRootSelectedBackground"; "summarySectionSelectedBackground": "summarySectionSelectedBackground"; "pinnedAreaSeparatorWidth": "pinnedAreaSeparatorWidth"; "headerSeparatorWidth": "headerSeparatorWidth"; "headerSeparatorBackground": "headerSeparatorBackground"; "headerBackground": "headerBackground"; "headerTextColor": "headerTextColor"; "headerTextStyle": "headerTextStyle"; "rowSeparatorBackground": "rowSeparatorBackground"; "headerRowSeparatorBackground": "headerRowSeparatorBackground"; "rowSeparatorStickyRowBackground": "rowSeparatorStickyRowBackground"; "rowSeparatorLastStickyRowBackground": "rowSeparatorLastStickyRowBackground"; "rowSeparatorPinnedRowBackground": "rowSeparatorPinnedRowBackground"; "columnResizingSeparatorWidth": "columnResizingSeparatorWidth"; "columnResizingSeparatorOpacity": "columnResizingSeparatorOpacity"; "columnMovingSeparatorWidth": "columnMovingSeparatorWidth"; "columnMovingSeparatorOpacity": "columnMovingSeparatorOpacity"; "columnResizingSeparatorBackground": "columnResizingSeparatorBackground"; "columnMovingSeparatorBackground": "columnMovingSeparatorBackground"; "shiftSectionContent": "shiftSectionContent"; "columnOptionsIconAlignment": "columnOptionsIconAlignment"; "columnOptionsIconColor": "columnOptionsIconColor"; "columnOptionsIconBehavior": "columnOptionsIconBehavior"; "actualBorder": "actualBorder"; "border": "border"; "actualBorderWidth": "actualBorderWidth"; "borderWidthBottom": "borderWidthBottom"; "borderWidthLeft": "borderWidthLeft"; "borderWidthRight": "borderWidthRight"; "borderWidthTop": "borderWidthTop"; "notifyOnAllSelectionChanges": "notifyOnAllSelectionChanges"; "cornerRadiusBottomRight": "cornerRadiusBottomRight"; "cornerRadiusBottomLeft": "cornerRadiusBottomLeft"; "cornerRadiusTopLeft": "cornerRadiusTopLeft"; "cornerRadiusTopRight": "cornerRadiusTopRight"; "actualCornerRadiusBottomRight": "actualCornerRadiusBottomRight"; "actualCornerRadiusBottomLeft": "actualCornerRadiusBottomLeft"; "actualCornerRadiusTopLeft": "actualCornerRadiusTopLeft"; "actualCornerRadiusTopRight": "actualCornerRadiusTopRight"; "isActiveCellStyleEnabled": "isActiveCellStyleEnabled"; "stopPropagation": "stopPropagation"; "actualBackground": "actualBackground"; "background": "background"; "responsiveStates": "responsiveStates"; "initialSorts": "initialSorts"; "initialGroups": "initialGroups"; "initialSummaries": "initialSummaries"; "summaryScope": "summaryScope"; "isGroupCollapsable": "isGroupCollapsable"; "groupHeaderDisplayMode": "groupHeaderDisplayMode"; "isGroupExpandedDefault": "isGroupExpandedDefault"; "groupSummaryDisplayMode": "groupSummaryDisplayMode"; "autoAcceptEdits": "autoAcceptEdits"; "primaryKey": "primaryKey"; "actualPrimaryKey": "actualPrimaryKey"; "actualColumns": "actualColumns"; "reactsToSortChanges": "reactsToSortChanges"; "reactsToGroupChanges": "reactsToGroupChanges"; "reactsToFilterChanges": "reactsToFilterChanges"; "enterBehavior": "enterBehavior"; "enterBehaviorAfterEdit": "enterBehaviorAfterEdit"; "isColumnOptionsSummariesEnabled": "isColumnOptionsSummariesEnabled"; "isColumnOptionsGroupingEnabled": "isColumnOptionsGroupingEnabled"; "mergedCellMode": "mergedCellMode"; "mergedCellEvaluationCriteria": "mergedCellEvaluationCriteria"; "mergedCellVerticalAlignment": "mergedCellVerticalAlignment"; "filterUIType": "filterUIType"; "filterLogicalOperator": "filterLogicalOperator"; "filterComparisonType": "filterComparisonType"; "todayOverride": "todayOverride"; "clearSelectionOnEscape": "clearSelectionOnEscape"; "pageSize": "pageSize"; "isToolbarColumnChooserVisible": "isToolbarColumnChooserVisible"; "isToolbarColumnPinningVisible": "isToolbarColumnPinningVisible"; "toolbarTitle": "toolbarTitle"; "toolbarColumnChooserText": "toolbarColumnChooserText"; "toolbarColumnChooserTitle": "toolbarColumnChooserTitle"; "toolbarColumnPinningText": "toolbarColumnPinningText"; "toolbarColumnPinningTitle": "toolbarColumnPinningTitle"; "scrollbarStyle": "scrollbarStyle"; "scrollbarBackground": "scrollbarBackground"; "columnOptionsBackground": "columnOptionsBackground"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "allowCopyOperation": "allowCopyOperation"; "deferEventForRowDragSelection": "deferEventForRowDragSelection"; }, { "filterExpressionsChanging": "filterExpressionsChanging"; "filterExpressionsChanged": "filterExpressionsChanged"; "cellPreviewPointerDown": "cellPreviewPointerDown"; "cellPreviewPointerUp": "cellPreviewPointerUp"; "cellPointerDown": "cellPointerDown"; "cellPointerUp": "cellPointerUp"; "cellClicked": "cellClicked"; "sortDescriptionsChanged": "sortDescriptionsChanged"; "groupDescriptionsChanged": "groupDescriptionsChanged"; "summaryDescriptionsChanged": "summaryDescriptionsChanged"; "columnHiddenChanged": "columnHiddenChanged"; "columnPinnedChanged": "columnPinnedChanged"; "cellValueChanging": "cellValueChanging"; "dataCommitted": "dataCommitted"; "dataCommitting": "dataCommitting"; "rootSummariesChanged": "rootSummariesChanged"; "sizeChanged": "sizeChanged"; "actualColumnsChanged": "actualColumnsChanged"; "columnsAutoGenerated": "columnsAutoGenerated"; "selectedItemsChanged": "selectedItemsChanged"; "selectedKeysChanged": "selectedKeysChanged"; "selectedCellsChanged": "selectedCellsChanged"; "selectionChanged": "selectionChanged"; "activeCellChanged": "activeCellChanged"; "selectedCellRangesChanged": "selectedCellRangesChanged"; "columnWidthChanged": "columnWidthChanged"; "cellEditStarted": "cellEditStarted"; "cellEditEnded": "cellEditEnded"; "rowEditStarted": "rowEditStarted"; "rowEditEnded": "rowEditEnded"; "customFilterRequested": "customFilterRequested"; "actualPrimaryKeyChange": "actualPrimaryKeyChange"; }, ["contentColumns"], never>;
|
|
1609
1658
|
}
|
|
@@ -49,6 +49,33 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
49
49
|
get viewSize(): number;
|
|
50
50
|
set viewSize(v: number);
|
|
51
51
|
static ngAcceptInputType_viewSize: number | string;
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the column options dropdown background color.
|
|
54
|
+
*/
|
|
55
|
+
get columnOptionsBackground(): string;
|
|
56
|
+
set columnOptionsBackground(v: string);
|
|
57
|
+
/**
|
|
58
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
59
|
+
*/
|
|
60
|
+
get columnOptionsTextColor(): string;
|
|
61
|
+
set columnOptionsTextColor(v: string);
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
64
|
+
*/
|
|
65
|
+
get columnOptionsSeparatorColor(): string;
|
|
66
|
+
set columnOptionsSeparatorColor(v: string);
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
69
|
+
*/
|
|
70
|
+
get columnOptionsGroupHeaderBackground(): string;
|
|
71
|
+
set columnOptionsGroupHeaderBackground(v: string);
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
74
|
+
*/
|
|
75
|
+
get columnOptionsGroupHeaderTextColor(): string;
|
|
76
|
+
set columnOptionsGroupHeaderTextColor(v: string);
|
|
77
|
+
get columnOptionsAccentColor(): string;
|
|
78
|
+
set columnOptionsAccentColor(v: string);
|
|
52
79
|
get isOpen(): boolean;
|
|
53
80
|
static ngAcceptInputType_isOpen: boolean | string;
|
|
54
81
|
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
@@ -98,5 +125,5 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
98
125
|
protected _zoneRunner: (act: () => void) => void;
|
|
99
126
|
protected _runInZone(act: () => void): void;
|
|
100
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridFilterDialogComponent, never>;
|
|
101
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridFilterDialogComponent, "igx-data-grid-filter-dialog", never, { "isAnimationEnabled": "isAnimationEnabled"; "pixelScalingRatio": "pixelScalingRatio"; "actualPixelScalingRatio": "actualPixelScalingRatio"; "iconColor": "iconColor"; "viewSize": "viewSize"; "commandCompleted": "commandCompleted"; "invalidateActions": "invalidateActions"; }, { "dialogOpening": "dialogOpening"; "filterChanging": "filterChanging"; "filterChanged": "filterChanged"; "renderCompleted": "renderCompleted"; }, never, never>;
|
|
128
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridFilterDialogComponent, "igx-data-grid-filter-dialog", never, { "isAnimationEnabled": "isAnimationEnabled"; "pixelScalingRatio": "pixelScalingRatio"; "actualPixelScalingRatio": "actualPixelScalingRatio"; "iconColor": "iconColor"; "viewSize": "viewSize"; "columnOptionsBackground": "columnOptionsBackground"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "commandCompleted": "commandCompleted"; "invalidateActions": "invalidateActions"; }, { "dialogOpening": "dialogOpening"; "filterChanging": "filterChanging"; "filterChanged": "filterChanged"; "renderCompleted": "renderCompleted"; }, never, never>;
|
|
102
129
|
}
|
|
@@ -43,11 +43,21 @@ export declare class IgxDataGridPagerComponent implements OnInit {
|
|
|
43
43
|
/**
|
|
44
44
|
* Gets or sets the background color to use.
|
|
45
45
|
*/
|
|
46
|
+
get actualBackground(): string;
|
|
47
|
+
set actualBackground(v: string);
|
|
48
|
+
/**
|
|
49
|
+
* Gets or sets the background color to use.
|
|
50
|
+
*/
|
|
46
51
|
get background(): string;
|
|
47
52
|
set background(v: string);
|
|
48
53
|
/**
|
|
49
54
|
* Gets or sets the border color around the grid.
|
|
50
55
|
*/
|
|
56
|
+
get actualBorder(): string;
|
|
57
|
+
set actualBorder(v: string);
|
|
58
|
+
/**
|
|
59
|
+
* Gets or sets the border color around the grid.
|
|
60
|
+
*/
|
|
51
61
|
get border(): string;
|
|
52
62
|
set border(v: string);
|
|
53
63
|
findByName(name: string): any;
|
|
@@ -85,5 +95,5 @@ export declare class IgxDataGridPagerComponent implements OnInit {
|
|
|
85
95
|
protected _zoneRunner: (act: () => void) => void;
|
|
86
96
|
protected _runInZone(act: () => void): void;
|
|
87
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridPagerComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridPagerComponent, "igx-data-grid-pager", never, { "pagerText": "pagerText"; "pageSize": "pageSize"; "pageCount": "pageCount"; "currentPage": "currentPage"; "textStyle": "textStyle"; "background": "background"; "border": "border"; }, { "pageChanged": "pageChanged"; }, never, never>;
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridPagerComponent, "igx-data-grid-pager", never, { "pagerText": "pagerText"; "pageSize": "pageSize"; "pageCount": "pageCount"; "currentPage": "currentPage"; "textStyle": "textStyle"; "actualBackground": "actualBackground"; "background": "background"; "actualBorder": "actualBorder"; "border": "border"; }, { "pageChanged": "pageChanged"; }, never, never>;
|
|
89
99
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SortIndicatorStyle } from "./SortIndicatorStyle";
|
|
2
2
|
import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
|
|
3
3
|
import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
|
|
4
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
4
5
|
import { IgxTextCellInfo } from "./igx-text-cell-info";
|
|
5
6
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
6
7
|
/**
|
|
@@ -39,4 +40,37 @@ export declare class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
39
40
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
40
41
|
set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior);
|
|
41
42
|
static ngAcceptInputType_columnOptionsIconBehavior: ColumnOptionsIconBehavior | string;
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets the column options theme.
|
|
45
|
+
*/
|
|
46
|
+
get columnOptionsTheme(): BaseControlTheme;
|
|
47
|
+
set columnOptionsTheme(v: BaseControlTheme);
|
|
48
|
+
static ngAcceptInputType_columnOptionsTheme: BaseControlTheme | string;
|
|
49
|
+
/**
|
|
50
|
+
* Gets or sets the column options dropdown background color.
|
|
51
|
+
*/
|
|
52
|
+
get columnOptionsBackground(): string;
|
|
53
|
+
set columnOptionsBackground(v: string);
|
|
54
|
+
/**
|
|
55
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
56
|
+
*/
|
|
57
|
+
get columnOptionsTextColor(): string;
|
|
58
|
+
set columnOptionsTextColor(v: string);
|
|
59
|
+
/**
|
|
60
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
61
|
+
*/
|
|
62
|
+
get columnOptionsSeparatorColor(): string;
|
|
63
|
+
set columnOptionsSeparatorColor(v: string);
|
|
64
|
+
/**
|
|
65
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
66
|
+
*/
|
|
67
|
+
get columnOptionsGroupHeaderBackground(): string;
|
|
68
|
+
set columnOptionsGroupHeaderBackground(v: string);
|
|
69
|
+
/**
|
|
70
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
71
|
+
*/
|
|
72
|
+
get columnOptionsGroupHeaderTextColor(): string;
|
|
73
|
+
set columnOptionsGroupHeaderTextColor(v: string);
|
|
74
|
+
get columnOptionsAccentColor(): string;
|
|
75
|
+
set columnOptionsAccentColor(v: string);
|
|
42
76
|
}
|