igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
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 d5;
|
|
14
|
-
private dz;
|
|
15
|
-
private d0;
|
|
16
13
|
private d7;
|
|
17
14
|
private d1;
|
|
18
15
|
private d2;
|
|
16
|
+
private d9;
|
|
17
|
+
private d3;
|
|
19
18
|
private d4;
|
|
20
|
-
|
|
21
|
-
get
|
|
22
|
-
|
|
19
|
+
private d6;
|
|
20
|
+
get d8(): DomWrapper;
|
|
21
|
+
get d5(): number;
|
|
22
|
+
set d5(a: number);
|
|
23
23
|
constructor(a: DomRenderer);
|
|
24
|
-
private
|
|
25
|
-
|
|
26
|
-
private
|
|
27
|
-
|
|
28
|
-
private
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
private ec;
|
|
25
|
+
ed(a: string, b: ImageResourceType): void;
|
|
26
|
+
private eb;
|
|
27
|
+
eg(a: ImageStretchOptions): void;
|
|
28
|
+
private eh;
|
|
29
|
+
ea(): void;
|
|
30
|
+
ee(a: CellContentHorizontalAlignment): void;
|
|
31
|
+
ef(a: CellContentVerticalAlignment): void;
|
|
32
32
|
protected get_ae(): boolean;
|
|
33
|
-
protected
|
|
33
|
+
protected cn(a: string, b: any, c: any): void;
|
|
34
34
|
}
|
package/lib/NumericCell.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ import { Type } from "igniteui-angular-core";
|
|
|
7
7
|
export declare class NumericCell extends TextCell {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
constructor(a: DomRenderer);
|
|
10
|
-
protected
|
|
11
|
-
|
|
10
|
+
protected cn(a: string, b: any, c: any): void;
|
|
11
|
+
cb(): void;
|
|
12
12
|
}
|
|
@@ -7,10 +7,12 @@ import { Type } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class SectionHeaderCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private
|
|
11
|
-
get
|
|
10
|
+
private d1;
|
|
11
|
+
get d2(): DomWrapper;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
|
-
|
|
13
|
+
c3(a: DomWrapper, b: FontInfo): void;
|
|
14
|
+
private d3;
|
|
15
|
+
c4(a: number, b: number): void;
|
|
14
16
|
protected get_ae(): boolean;
|
|
15
|
-
protected
|
|
17
|
+
protected cn(a: string, b: any, c: any): void;
|
|
16
18
|
}
|
package/lib/SummaryCell.d.ts
CHANGED
|
@@ -7,17 +7,17 @@ import { Type } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class SummaryCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private dz;
|
|
11
|
-
get d2(): DomWrapper;
|
|
12
|
-
private d0;
|
|
13
|
-
get d3(): DomWrapper;
|
|
14
10
|
private d1;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
11
|
+
get d4(): DomWrapper;
|
|
12
|
+
private d2;
|
|
13
|
+
get d5(): DomWrapper;
|
|
14
|
+
private d3;
|
|
15
|
+
private d7;
|
|
16
|
+
df(a: number, b: number): void;
|
|
17
|
+
private d6;
|
|
18
|
+
c4(a: number, b: number): void;
|
|
19
|
+
c3(a: DomWrapper, b: FontInfo): void;
|
|
20
20
|
constructor(a: DomRenderer);
|
|
21
21
|
protected get_ae(): boolean;
|
|
22
|
-
protected
|
|
22
|
+
protected cn(a: string, b: any, c: any): void;
|
|
23
23
|
}
|
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 d1;
|
|
11
|
+
get d2(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
13
|
protected get_ae(): boolean;
|
|
14
|
-
protected
|
|
15
|
-
|
|
16
|
-
private
|
|
14
|
+
protected cn(a: string, b: any, c: any): void;
|
|
15
|
+
cc(): void;
|
|
16
|
+
private d3;
|
|
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 d5(a: CellPath, b: DataGrid, c: any): string;
|
|
16
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
17
|
+
hv(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 d1;
|
|
11
|
+
get d2(): TemplateCellContainer;
|
|
12
12
|
constructor(a: DomRenderer);
|
|
13
13
|
protected get_ac(): boolean;
|
|
14
14
|
}
|
|
@@ -6,12 +6,12 @@ import { CellModelExport } from "./CellModelExport";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class TemplateHeaderCellModel extends TemplateCellModel {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
static readonly
|
|
10
|
-
private
|
|
11
|
-
get
|
|
12
|
-
set
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
static readonly oi: number;
|
|
10
|
+
private og;
|
|
11
|
+
get oh(): boolean;
|
|
12
|
+
set oh(a: boolean);
|
|
13
|
+
mw(a: string, b: any): void;
|
|
14
|
+
l8(a: string): Type;
|
|
15
|
+
ik(a: string): any;
|
|
16
16
|
b(a: CellModelExport): CellModelExport;
|
|
17
17
|
}
|
|
@@ -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 d5(a: CellPath, b: DataGrid, c: any): string;
|
|
14
14
|
protected n(a: CellPath): CellModel;
|
|
15
|
-
|
|
15
|
+
ie(a: TemplateSectionHeaderCellModel, b: any): void;
|
|
16
16
|
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
|
|
17
17
|
}
|
package/lib/TextCell.d.ts
CHANGED
|
@@ -7,14 +7,14 @@ import { FontInfo } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TextCell extends GridCellBase {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private dz;
|
|
11
|
-
get d0(): DomWrapper;
|
|
12
|
-
private d2;
|
|
13
|
-
dd(a: number, b: number): void;
|
|
14
10
|
private d1;
|
|
15
|
-
|
|
11
|
+
get d2(): DomWrapper;
|
|
12
|
+
private d4;
|
|
13
|
+
df(a: number, b: number): void;
|
|
14
|
+
private d3;
|
|
15
|
+
c4(a: number, b: number): void;
|
|
16
16
|
constructor(a: DomRenderer);
|
|
17
|
-
|
|
17
|
+
c3(a: DomWrapper, b: FontInfo): void;
|
|
18
18
|
protected get_ae(): boolean;
|
|
19
|
-
protected
|
|
19
|
+
protected cn(a: string, b: any, c: any): void;
|
|
20
20
|
}
|
package/lib/TextHeaderCell.d.ts
CHANGED
|
@@ -14,45 +14,45 @@ import { BaseControlTheme } from "igniteui-angular-core";
|
|
|
14
14
|
*/
|
|
15
15
|
export declare class TextHeaderCell extends GridCellBase {
|
|
16
16
|
static $t: Type;
|
|
17
|
-
private
|
|
17
|
+
private ec;
|
|
18
|
+
private d8;
|
|
18
19
|
private d6;
|
|
19
|
-
private d4;
|
|
20
|
-
private d0;
|
|
21
|
-
private dz;
|
|
22
|
-
get ed(): DomWrapper;
|
|
23
|
-
get d7(): GridSortIndicator;
|
|
24
|
-
get d5(): GridFilterDialog;
|
|
25
20
|
private d2;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
get
|
|
29
|
-
|
|
21
|
+
private d1;
|
|
22
|
+
get ef(): DomWrapper;
|
|
23
|
+
get d9(): GridSortIndicator;
|
|
24
|
+
get d7(): GridFilterDialog;
|
|
25
|
+
private d4;
|
|
26
|
+
get d5(): ColumnOptionsIconBehavior;
|
|
27
|
+
set d5(a: ColumnOptionsIconBehavior);
|
|
28
|
+
get d3(): ColumnOptionsIconAlignment;
|
|
29
|
+
set d3(a: ColumnOptionsIconAlignment);
|
|
30
30
|
protected af(a: ICellActionManager): boolean;
|
|
31
|
-
private ec;
|
|
32
|
-
private ef;
|
|
33
|
-
dd(a: number, b: number): void;
|
|
34
31
|
private ee;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
private eh;
|
|
33
|
+
df(a: number, b: number): void;
|
|
34
|
+
private eg;
|
|
35
|
+
c4(a: number, b: number): void;
|
|
36
|
+
c3(a: DomWrapper, b: FontInfo): void;
|
|
37
|
+
protected dg(a: number, b: number, c: number, d: number): void;
|
|
38
38
|
constructor(a: DomRenderer);
|
|
39
|
-
private ei;
|
|
40
|
-
private ep;
|
|
41
|
-
private eo;
|
|
42
39
|
private ek;
|
|
43
|
-
private
|
|
44
|
-
private
|
|
45
|
-
cj(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
46
|
-
c7(a: number, b: number, c: number, d: number): void;
|
|
47
|
-
private en;
|
|
40
|
+
private er;
|
|
41
|
+
private eq;
|
|
48
42
|
private em;
|
|
49
|
-
|
|
50
|
-
private
|
|
43
|
+
private en;
|
|
44
|
+
private el;
|
|
45
|
+
cl(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
46
|
+
c9(a: number, b: number, c: number, d: number): void;
|
|
47
|
+
private ep;
|
|
48
|
+
private eo;
|
|
49
|
+
protected cn(a: string, b: any, c: any): void;
|
|
50
|
+
private ea;
|
|
51
51
|
onContactStarted(e_: NormalizedEvent, a: boolean): void;
|
|
52
52
|
onContactCompleted(e_: NormalizedEvent, a: boolean): void;
|
|
53
53
|
detach(): void;
|
|
54
|
-
|
|
54
|
+
dd(a: BaseControlTheme): void;
|
|
55
55
|
protected get_ac(): boolean;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
ed: DomWrapper;
|
|
57
|
+
eb: boolean;
|
|
58
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 d0;
|
|
12
|
-
private dz;
|
|
13
|
-
private d1;
|
|
14
11
|
private d2;
|
|
15
|
-
|
|
16
|
-
cy(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
17
|
-
dd(a: number, b: number): void;
|
|
18
|
-
cx(a: Color): void;
|
|
19
|
-
private d4;
|
|
12
|
+
private d1;
|
|
20
13
|
private d3;
|
|
14
|
+
private d4;
|
|
15
|
+
constructor(a: DomRenderer);
|
|
16
|
+
c0(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
17
|
+
df(a: number, b: number): void;
|
|
18
|
+
cz(a: Color): void;
|
|
19
|
+
private d6;
|
|
20
|
+
private d5;
|
|
21
21
|
}
|
package/lib/igx-cell-info.d.ts
CHANGED
|
@@ -40,6 +40,12 @@ export declare abstract class IgxCellInfo {
|
|
|
40
40
|
*/
|
|
41
41
|
get columnIdx(): number;
|
|
42
42
|
static ngAcceptInputType_columnIdx: number | string;
|
|
43
|
+
get isSectionSummary(): boolean;
|
|
44
|
+
static ngAcceptInputType_isSectionSummary: boolean | string;
|
|
45
|
+
get isRootSummary(): boolean;
|
|
46
|
+
static ngAcceptInputType_isRootSummary: boolean | string;
|
|
47
|
+
get isFirstRootSummarySeparator(): boolean;
|
|
48
|
+
static ngAcceptInputType_isFirstRootSummarySeparator: boolean | string;
|
|
43
49
|
/**
|
|
44
50
|
* Gets if the position of the cell is dirty.
|
|
45
51
|
*/
|
|
@@ -201,6 +201,16 @@ export declare class IgxCheckboxListComponent implements AfterViewInit {
|
|
|
201
201
|
*/
|
|
202
202
|
get scrollbarBackground(): string;
|
|
203
203
|
set scrollbarBackground(v: string);
|
|
204
|
+
/**
|
|
205
|
+
* Gets or sets the scrollbar thumb background color when the pointer is over it.
|
|
206
|
+
*/
|
|
207
|
+
get scrollbarHoverBackground(): string;
|
|
208
|
+
set scrollbarHoverBackground(v: string);
|
|
209
|
+
/**
|
|
210
|
+
* Gets or sets the scrollbar thumb background color when the user is dragging it.
|
|
211
|
+
*/
|
|
212
|
+
get scrollbarActiveBackground(): string;
|
|
213
|
+
set scrollbarActiveBackground(v: string);
|
|
204
214
|
/**
|
|
205
215
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
206
216
|
*/
|
|
@@ -357,5 +367,5 @@ export declare class IgxCheckboxListComponent implements AfterViewInit {
|
|
|
357
367
|
protected _zoneRunner: (act: () => void) => void;
|
|
358
368
|
protected _runInZone(act: () => void): void;
|
|
359
369
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCheckboxListComponent, never>;
|
|
360
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCheckboxListComponent, "igx-checkbox-list", never, { "height": "height"; "width": "width"; "dataSource": "dataSource"; "keys": "keys"; "primaryKey": "primaryKey"; "dataMemberPath": "dataMemberPath"; "dataLegendTarget": "dataLegendTarget"; "subtitleMemberPath": "subtitleMemberPath"; "propertyTypeMemberPath": "propertyTypeMemberPath"; "selectedMemberPath": "selectedMemberPath"; "filterPlaceholderText": "filterPlaceholderText"; "searchInputType": "searchInputType"; "rowHeight": "rowHeight"; "cellTextStyle": "cellTextStyle"; "indexType": "indexType"; "baseTheme": "baseTheme"; "density": "density"; "searchIconColor": "searchIconColor"; "searchBackgroundColor": "searchBackgroundColor"; "labelClickTriggersChange": "labelClickTriggersChange"; "searchTextColor": "searchTextColor"; "searchBorderColor": "searchBorderColor"; "searchFocusBorderColor": "searchFocusBorderColor"; "searchTextStyle": "searchTextStyle"; "checkboxTickColor": "checkboxTickColor"; "checkboxCheckedBackgroundColor": "checkboxCheckedBackgroundColor"; "checkboxUncheckedBackgroundColor": "checkboxUncheckedBackgroundColor"; "checkboxCheckedBorderColor": "checkboxCheckedBorderColor"; "checkboxUncheckedBorderColor": "checkboxUncheckedBorderColor"; "checkboxCornerRadius": "checkboxCornerRadius"; "scrollbarStyle": "scrollbarStyle"; "scrollbarBackground": "scrollbarBackground"; "selectAllCaption": "selectAllCaption"; "selectAllCaptionTextColor": "selectAllCaptionTextColor"; "actualSelectAllCaptionTextColor": "actualSelectAllCaptionTextColor"; "showSelectAll": "showSelectAll"; "backgroundColor": "backgroundColor"; "rowHoverBackgroundColor": "rowHoverBackgroundColor"; "textColor": "textColor"; "showFilter": "showFilter"; "isRowHoverEnabled": "isRowHoverEnabled"; "checkboxAlignedRight": "checkboxAlignedRight"; }, { "selectedKeyAdded": "selectedKeyAdded"; "selectedKeyRemoved": "selectedKeyRemoved"; "checkedChanged": "checkedChanged"; "labelClicked": "labelClicked"; "indexTypeChanged": "indexTypeChanged"; "keysCleared": "keysCleared"; "selectAllCheckboxChanged": "selectAllCheckboxChanged"; }, never, never>;
|
|
370
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCheckboxListComponent, "igx-checkbox-list", never, { "height": "height"; "width": "width"; "dataSource": "dataSource"; "keys": "keys"; "primaryKey": "primaryKey"; "dataMemberPath": "dataMemberPath"; "dataLegendTarget": "dataLegendTarget"; "subtitleMemberPath": "subtitleMemberPath"; "propertyTypeMemberPath": "propertyTypeMemberPath"; "selectedMemberPath": "selectedMemberPath"; "filterPlaceholderText": "filterPlaceholderText"; "searchInputType": "searchInputType"; "rowHeight": "rowHeight"; "cellTextStyle": "cellTextStyle"; "indexType": "indexType"; "baseTheme": "baseTheme"; "density": "density"; "searchIconColor": "searchIconColor"; "searchBackgroundColor": "searchBackgroundColor"; "labelClickTriggersChange": "labelClickTriggersChange"; "searchTextColor": "searchTextColor"; "searchBorderColor": "searchBorderColor"; "searchFocusBorderColor": "searchFocusBorderColor"; "searchTextStyle": "searchTextStyle"; "checkboxTickColor": "checkboxTickColor"; "checkboxCheckedBackgroundColor": "checkboxCheckedBackgroundColor"; "checkboxUncheckedBackgroundColor": "checkboxUncheckedBackgroundColor"; "checkboxCheckedBorderColor": "checkboxCheckedBorderColor"; "checkboxUncheckedBorderColor": "checkboxUncheckedBorderColor"; "checkboxCornerRadius": "checkboxCornerRadius"; "scrollbarStyle": "scrollbarStyle"; "scrollbarBackground": "scrollbarBackground"; "scrollbarHoverBackground": "scrollbarHoverBackground"; "scrollbarActiveBackground": "scrollbarActiveBackground"; "selectAllCaption": "selectAllCaption"; "selectAllCaptionTextColor": "selectAllCaptionTextColor"; "actualSelectAllCaptionTextColor": "actualSelectAllCaptionTextColor"; "showSelectAll": "showSelectAll"; "backgroundColor": "backgroundColor"; "rowHoverBackgroundColor": "rowHoverBackgroundColor"; "textColor": "textColor"; "showFilter": "showFilter"; "isRowHoverEnabled": "isRowHoverEnabled"; "checkboxAlignedRight": "checkboxAlignedRight"; }, { "selectedKeyAdded": "selectedKeyAdded"; "selectedKeyRemoved": "selectedKeyRemoved"; "checkedChanged": "checkedChanged"; "labelClicked": "labelClicked"; "indexTypeChanged": "indexTypeChanged"; "keysCleared": "keysCleared"; "selectAllCheckboxChanged": "selectAllCheckboxChanged"; }, never, never>;
|
|
361
371
|
}
|
|
@@ -283,6 +283,36 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
283
283
|
*/
|
|
284
284
|
get columnOptionsBackground(): string;
|
|
285
285
|
set columnOptionsBackground(v: string);
|
|
286
|
+
/**
|
|
287
|
+
* Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
|
|
288
|
+
*/
|
|
289
|
+
get actualColumnOptionsScrollbarBackground(): string;
|
|
290
|
+
set actualColumnOptionsScrollbarBackground(v: string);
|
|
291
|
+
/**
|
|
292
|
+
* Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
|
|
293
|
+
*/
|
|
294
|
+
get columnOptionsScrollbarBackground(): string;
|
|
295
|
+
set columnOptionsScrollbarBackground(v: string);
|
|
296
|
+
/**
|
|
297
|
+
* Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
298
|
+
*/
|
|
299
|
+
get actualColumnOptionsScrollbarHoverBackground(): string;
|
|
300
|
+
set actualColumnOptionsScrollbarHoverBackground(v: string);
|
|
301
|
+
/**
|
|
302
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
|
|
303
|
+
*/
|
|
304
|
+
get columnOptionsScrollbarHoverBackground(): string;
|
|
305
|
+
set columnOptionsScrollbarHoverBackground(v: string);
|
|
306
|
+
/**
|
|
307
|
+
* Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
308
|
+
*/
|
|
309
|
+
get actualColumnOptionsScrollbarActiveBackground(): string;
|
|
310
|
+
set actualColumnOptionsScrollbarActiveBackground(v: string);
|
|
311
|
+
/**
|
|
312
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.
|
|
313
|
+
*/
|
|
314
|
+
get columnOptionsScrollbarActiveBackground(): string;
|
|
315
|
+
set columnOptionsScrollbarActiveBackground(v: string);
|
|
286
316
|
/**
|
|
287
317
|
* Gets or sets the text color for text inside the column options menu.
|
|
288
318
|
*/
|
|
@@ -568,5 +598,5 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
568
598
|
private _actualHeaderTextChange;
|
|
569
599
|
get actualHeaderTextChange(): EventEmitter<string>;
|
|
570
600
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridColumnComponent, never>;
|
|
571
|
-
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"; "selectedTextColor": "selectedTextColor"; "actualSelectedTextColor": "actualSelectedTextColor"; "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"; "isSortingEnabled": "isSortingEnabled"; "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"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "actualColumnOptionsHoverBackgroundColor": "actualColumnOptionsHoverBackgroundColor"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "actualColumnOptionsToolTipBackgroundColor": "actualColumnOptionsToolTipBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "actualColumnOptionsToolTipTextColor": "actualColumnOptionsToolTipTextColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "actualColumnOptionsHighlightColor": "actualColumnOptionsHighlightColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "actualColumnOptionsSeparatorColor": "actualColumnOptionsSeparatorColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "actualColumnOptionsGroupHeaderBackground": "actualColumnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "actualColumnOptionsGroupHeaderTextColor": "actualColumnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "actualColumnOptionsAccentColor": "actualColumnOptionsAccentColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "actualColumnOptionsRowHeight": "actualColumnOptionsRowHeight"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "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>;
|
|
601
|
+
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"; "selectedTextColor": "selectedTextColor"; "actualSelectedTextColor": "actualSelectedTextColor"; "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"; "isSortingEnabled": "isSortingEnabled"; "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"; "actualColumnOptionsScrollbarBackground": "actualColumnOptionsScrollbarBackground"; "columnOptionsScrollbarBackground": "columnOptionsScrollbarBackground"; "actualColumnOptionsScrollbarHoverBackground": "actualColumnOptionsScrollbarHoverBackground"; "columnOptionsScrollbarHoverBackground": "columnOptionsScrollbarHoverBackground"; "actualColumnOptionsScrollbarActiveBackground": "actualColumnOptionsScrollbarActiveBackground"; "columnOptionsScrollbarActiveBackground": "columnOptionsScrollbarActiveBackground"; "actualColumnOptionsTextColor": "actualColumnOptionsTextColor"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "actualColumnOptionsHoverBackgroundColor": "actualColumnOptionsHoverBackgroundColor"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "actualColumnOptionsToolTipBackgroundColor": "actualColumnOptionsToolTipBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "actualColumnOptionsToolTipTextColor": "actualColumnOptionsToolTipTextColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "actualColumnOptionsHighlightColor": "actualColumnOptionsHighlightColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "actualColumnOptionsSeparatorColor": "actualColumnOptionsSeparatorColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "actualColumnOptionsGroupHeaderBackground": "actualColumnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "actualColumnOptionsGroupHeaderTextColor": "actualColumnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "actualColumnOptionsAccentColor": "actualColumnOptionsAccentColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "actualColumnOptionsRowHeight": "actualColumnOptionsRowHeight"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "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>;
|
|
572
602
|
}
|
|
@@ -124,6 +124,8 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
124
124
|
get width(): string;
|
|
125
125
|
private _setScrollbarStyle;
|
|
126
126
|
private _setScrollbarColor;
|
|
127
|
+
private _setScrollbarHoverColor;
|
|
128
|
+
private _setScrollbarActiveColor;
|
|
127
129
|
private _moveFocusNext;
|
|
128
130
|
private _moveFocusPrevious;
|
|
129
131
|
private _columnsAdapter;
|
|
@@ -1172,11 +1174,36 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1172
1174
|
*/
|
|
1173
1175
|
get scrollbarBackground(): string;
|
|
1174
1176
|
set scrollbarBackground(v: string);
|
|
1177
|
+
/**
|
|
1178
|
+
* Gets or sets the scrollbar thumb background color when the pointer is over it.
|
|
1179
|
+
*/
|
|
1180
|
+
get scrollbarHoverBackground(): string;
|
|
1181
|
+
set scrollbarHoverBackground(v: string);
|
|
1182
|
+
/**
|
|
1183
|
+
* Gets or sets the scrollbar thumb background color when the user is dragging it.
|
|
1184
|
+
*/
|
|
1185
|
+
get scrollbarActiveBackground(): string;
|
|
1186
|
+
set scrollbarActiveBackground(v: string);
|
|
1175
1187
|
/**
|
|
1176
1188
|
* Gets or sets the column options dropdown background color.
|
|
1177
1189
|
*/
|
|
1178
1190
|
get columnOptionsBackground(): string;
|
|
1179
1191
|
set columnOptionsBackground(v: string);
|
|
1192
|
+
/**
|
|
1193
|
+
* Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
|
|
1194
|
+
*/
|
|
1195
|
+
get columnOptionsScrollbarBackground(): string;
|
|
1196
|
+
set columnOptionsScrollbarBackground(v: string);
|
|
1197
|
+
/**
|
|
1198
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
1199
|
+
*/
|
|
1200
|
+
get columnOptionsScrollbarHoverBackground(): string;
|
|
1201
|
+
set columnOptionsScrollbarHoverBackground(v: string);
|
|
1202
|
+
/**
|
|
1203
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
1204
|
+
*/
|
|
1205
|
+
get columnOptionsScrollbarActiveBackground(): string;
|
|
1206
|
+
set columnOptionsScrollbarActiveBackground(v: string);
|
|
1180
1207
|
/**
|
|
1181
1208
|
* Gets or sets the text color for text inside the column options menu.
|
|
1182
1209
|
*/
|
|
@@ -1726,5 +1753,5 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1726
1753
|
protected _zoneRunner: (act: () => void) => void;
|
|
1727
1754
|
protected _runInZone(act: () => void): void;
|
|
1728
1755
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridComponent, never>;
|
|
1729
|
-
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"; "useNewerColumnOptionsMenu": "useNewerColumnOptionsMenu"; "isGroupRowSticky": "isGroupRowSticky"; "isHeaderSeparatorVisible": "isHeaderSeparatorVisible"; "cellSelectedBackground": "cellSelectedBackground"; "cellSelectedTextColor": "cellSelectedTextColor"; "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"; "sectionHeaderExpansionIndicatorIconColor": "sectionHeaderExpansionIndicatorIconColor"; "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"; "expandCollapseOnSectionHeaderClick": "expandCollapseOnSectionHeaderClick"; "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"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "allowCopyOperation": "allowCopyOperation"; "maxSelectedCellRanges": "maxSelectedCellRanges"; "deferEventForRowDragSelection": "deferEventForRowDragSelection"; }, { "filterExpressionsChanging": "filterExpressionsChanging"; "filterExpressionsChanged": "filterExpressionsChanged"; "cellPreviewPointerDown": "cellPreviewPointerDown"; "cellPreviewPointerUp": "cellPreviewPointerUp"; "cellPointerDown": "cellPointerDown"; "cellPointerUp": "cellPointerUp"; "cellClicked": "cellClicked"; "filterRowDataBinding": "filterRowDataBinding"; "filterRowDataBound": "filterRowDataBound"; "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>;
|
|
1756
|
+
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"; "useNewerColumnOptionsMenu": "useNewerColumnOptionsMenu"; "isGroupRowSticky": "isGroupRowSticky"; "isHeaderSeparatorVisible": "isHeaderSeparatorVisible"; "cellSelectedBackground": "cellSelectedBackground"; "cellSelectedTextColor": "cellSelectedTextColor"; "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"; "sectionHeaderExpansionIndicatorIconColor": "sectionHeaderExpansionIndicatorIconColor"; "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"; "expandCollapseOnSectionHeaderClick": "expandCollapseOnSectionHeaderClick"; "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"; "scrollbarHoverBackground": "scrollbarHoverBackground"; "scrollbarActiveBackground": "scrollbarActiveBackground"; "columnOptionsBackground": "columnOptionsBackground"; "columnOptionsScrollbarBackground": "columnOptionsScrollbarBackground"; "columnOptionsScrollbarHoverBackground": "columnOptionsScrollbarHoverBackground"; "columnOptionsScrollbarActiveBackground": "columnOptionsScrollbarActiveBackground"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "allowCopyOperation": "allowCopyOperation"; "maxSelectedCellRanges": "maxSelectedCellRanges"; "deferEventForRowDragSelection": "deferEventForRowDragSelection"; }, { "filterExpressionsChanging": "filterExpressionsChanging"; "filterExpressionsChanged": "filterExpressionsChanged"; "cellPreviewPointerDown": "cellPreviewPointerDown"; "cellPreviewPointerUp": "cellPreviewPointerUp"; "cellPointerDown": "cellPointerDown"; "cellPointerUp": "cellPointerUp"; "cellClicked": "cellClicked"; "filterRowDataBinding": "filterRowDataBinding"; "filterRowDataBound": "filterRowDataBound"; "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>;
|
|
1730
1757
|
}
|
|
@@ -54,6 +54,21 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
54
54
|
*/
|
|
55
55
|
get columnOptionsBackground(): string;
|
|
56
56
|
set columnOptionsBackground(v: string);
|
|
57
|
+
/**
|
|
58
|
+
* Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
|
|
59
|
+
*/
|
|
60
|
+
get columnOptionsScrollbarBackground(): string;
|
|
61
|
+
set columnOptionsScrollbarBackground(v: string);
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
64
|
+
*/
|
|
65
|
+
get columnOptionsScrollbarHoverBackground(): string;
|
|
66
|
+
set columnOptionsScrollbarHoverBackground(v: string);
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
69
|
+
*/
|
|
70
|
+
get columnOptionsScrollbarActiveBackground(): string;
|
|
71
|
+
set columnOptionsScrollbarActiveBackground(v: string);
|
|
57
72
|
/**
|
|
58
73
|
* Gets or sets the text color for text inside the column options menu.
|
|
59
74
|
*/
|
|
@@ -161,5 +176,5 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
161
176
|
protected _zoneRunner: (act: () => void) => void;
|
|
162
177
|
protected _runInZone(act: () => void): void;
|
|
163
178
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridFilterDialogComponent, never>;
|
|
164
|
-
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"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "commandCompleted": "commandCompleted"; "invalidateActions": "invalidateActions"; }, { "dialogOpening": "dialogOpening"; "filterChanging": "filterChanging"; "filterChanged": "filterChanged"; "renderCompleted": "renderCompleted"; }, never, never>;
|
|
179
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridFilterDialogComponent, "igx-data-grid-filter-dialog", never, { "isAnimationEnabled": "isAnimationEnabled"; "pixelScalingRatio": "pixelScalingRatio"; "actualPixelScalingRatio": "actualPixelScalingRatio"; "iconColor": "iconColor"; "viewSize": "viewSize"; "columnOptionsBackground": "columnOptionsBackground"; "columnOptionsScrollbarBackground": "columnOptionsScrollbarBackground"; "columnOptionsScrollbarHoverBackground": "columnOptionsScrollbarHoverBackground"; "columnOptionsScrollbarActiveBackground": "columnOptionsScrollbarActiveBackground"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "commandCompleted": "commandCompleted"; "invalidateActions": "invalidateActions"; }, { "dialogOpening": "dialogOpening"; "filterChanging": "filterChanging"; "filterChanged": "filterChanged"; "renderCompleted": "renderCompleted"; }, never, never>;
|
|
165
180
|
}
|
|
@@ -31,8 +31,8 @@ export declare abstract class IgxSummaryRowComponent extends IgxDefinitionBaseCo
|
|
|
31
31
|
/**
|
|
32
32
|
* Gets or sets the text style for the summary labels.
|
|
33
33
|
*/
|
|
34
|
-
get
|
|
35
|
-
set
|
|
34
|
+
get summaryLabelTextStyle(): string;
|
|
35
|
+
set summaryLabelTextStyle(v: string);
|
|
36
36
|
/**
|
|
37
37
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
38
38
|
*/
|
|
@@ -58,5 +58,5 @@ export declare abstract class IgxSummaryRowComponent extends IgxDefinitionBaseCo
|
|
|
58
58
|
set paddingBottom(v: number);
|
|
59
59
|
static ngAcceptInputType_paddingBottom: number | string;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxSummaryRowComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxSummaryRowComponent, "ng-component", never, { "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "summaryLabelTextColor": "summaryLabelTextColor"; "actualSummaryLabelTextColor": "actualSummaryLabelTextColor"; "
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxSummaryRowComponent, "ng-component", never, { "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "summaryLabelTextColor": "summaryLabelTextColor"; "actualSummaryLabelTextColor": "actualSummaryLabelTextColor"; "summaryLabelTextStyle": "summaryLabelTextStyle"; "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; }, {}, never, never>;
|
|
62
62
|
}
|
|
@@ -51,6 +51,21 @@ export declare class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
51
51
|
*/
|
|
52
52
|
get columnOptionsBackground(): string;
|
|
53
53
|
set columnOptionsBackground(v: string);
|
|
54
|
+
/**
|
|
55
|
+
* Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
|
|
56
|
+
*/
|
|
57
|
+
get columnOptionsScrollbarBackground(): string;
|
|
58
|
+
set columnOptionsScrollbarBackground(v: string);
|
|
59
|
+
/**
|
|
60
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
61
|
+
*/
|
|
62
|
+
get columnOptionsScrollbarHoverBackground(): string;
|
|
63
|
+
set columnOptionsScrollbarHoverBackground(v: string);
|
|
64
|
+
/**
|
|
65
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
66
|
+
*/
|
|
67
|
+
get columnOptionsScrollbarActiveBackground(): string;
|
|
68
|
+
set columnOptionsScrollbarActiveBackground(v: string);
|
|
54
69
|
/**
|
|
55
70
|
* Gets or sets the text color for text inside the column options menu.
|
|
56
71
|
*/
|