igniteui-angular-data-grids 21.0.1 → 21.1.0-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 +15844 -13294
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- 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-filter-row-definition-dynamic-module.js +2 -0
- 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-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- 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-filter-row-definition-dynamic-module.js +2 -0
- 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-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- 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 +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
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
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
private
|
|
21
|
-
private dw;
|
|
22
|
-
get ea(): DomWrapper;
|
|
23
|
-
get d4(): GridSortIndicator;
|
|
24
|
-
get d2(): GridFilterDialog;
|
|
17
|
+
private ea;
|
|
18
|
+
private d6;
|
|
19
|
+
private d4;
|
|
20
|
+
private d0;
|
|
25
21
|
private dz;
|
|
26
|
-
get
|
|
27
|
-
|
|
28
|
-
get
|
|
29
|
-
|
|
22
|
+
get ed(): DomWrapper;
|
|
23
|
+
get d7(): GridSortIndicator;
|
|
24
|
+
get d5(): GridFilterDialog;
|
|
25
|
+
private d2;
|
|
26
|
+
get d3(): ColumnOptionsIconBehavior;
|
|
27
|
+
set d3(a: ColumnOptionsIconBehavior);
|
|
28
|
+
get d1(): ColumnOptionsIconAlignment;
|
|
29
|
+
set d1(a: ColumnOptionsIconAlignment);
|
|
30
30
|
protected af(a: ICellActionManager): boolean;
|
|
31
|
-
private d9;
|
|
32
31
|
private ec;
|
|
33
|
-
dc(a: number, b: number): void;
|
|
34
|
-
private eb;
|
|
35
|
-
c1(a: number, b: number): void;
|
|
36
|
-
c0(a: DomWrapper, b: FontInfo): void;
|
|
37
|
-
protected dd(a: number, b: number, c: number, d: number): void;
|
|
38
|
-
constructor(a: DomRenderer);
|
|
39
32
|
private ef;
|
|
40
|
-
|
|
41
|
-
private
|
|
42
|
-
|
|
33
|
+
dd(a: number, b: number): void;
|
|
34
|
+
private ee;
|
|
35
|
+
c2(a: number, b: number): void;
|
|
36
|
+
c1(a: DomWrapper, b: FontInfo): void;
|
|
37
|
+
protected de(a: number, b: number, c: number, d: number): void;
|
|
38
|
+
constructor(a: DomRenderer);
|
|
43
39
|
private ei;
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
c6(a: number, b: number, c: number, d: number): void;
|
|
40
|
+
private ep;
|
|
41
|
+
private eo;
|
|
47
42
|
private ek;
|
|
43
|
+
private el;
|
|
48
44
|
private ej;
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
cj(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
|
|
46
|
+
c7(a: number, b: number, c: number, d: number): void;
|
|
47
|
+
private en;
|
|
48
|
+
private em;
|
|
49
|
+
protected cl(a: string, b: any, c: any): void;
|
|
50
|
+
private d8;
|
|
51
51
|
onContactStarted(e_: NormalizedEvent, a: boolean): void;
|
|
52
52
|
onContactCompleted(e_: NormalizedEvent, a: boolean): void;
|
|
53
53
|
detach(): void;
|
|
54
|
-
|
|
54
|
+
db(a: BaseControlTheme): void;
|
|
55
55
|
protected get_ac(): boolean;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
eb: DomWrapper;
|
|
57
|
+
d9: 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
|
|
12
|
-
private dw;
|
|
13
|
-
private dy;
|
|
11
|
+
private d0;
|
|
14
12
|
private dz;
|
|
15
|
-
constructor(a: DomRenderer);
|
|
16
|
-
cx(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
17
|
-
dc(a: number, b: number): void;
|
|
18
|
-
cw(a: Color): void;
|
|
19
13
|
private d1;
|
|
20
|
-
private
|
|
14
|
+
private d2;
|
|
15
|
+
constructor(a: DomRenderer);
|
|
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;
|
|
20
|
+
private d3;
|
|
21
21
|
}
|
package/lib/igx-cell-info.d.ts
CHANGED
|
@@ -35,6 +35,11 @@ export declare abstract class IgxCellInfo {
|
|
|
35
35
|
get dataRow(): number;
|
|
36
36
|
set dataRow(v: number);
|
|
37
37
|
static ngAcceptInputType_dataRow: number | string;
|
|
38
|
+
/**
|
|
39
|
+
* Gets the column index for the current cell.
|
|
40
|
+
*/
|
|
41
|
+
get columnIdx(): number;
|
|
42
|
+
static ngAcceptInputType_columnIdx: number | string;
|
|
38
43
|
/**
|
|
39
44
|
* Gets if the position of the cell is dirty.
|
|
40
45
|
*/
|
|
@@ -269,6 +274,11 @@ export declare abstract class IgxCellInfo {
|
|
|
269
274
|
*/
|
|
270
275
|
get selectedBackground(): string;
|
|
271
276
|
set selectedBackground(v: string);
|
|
277
|
+
/**
|
|
278
|
+
* Gets or sets the selected text color of the cell.
|
|
279
|
+
*/
|
|
280
|
+
get selectedTextColor(): string;
|
|
281
|
+
set selectedTextColor(v: string);
|
|
272
282
|
/**
|
|
273
283
|
* Gets or sets the hover background color of the cell.
|
|
274
284
|
*/
|
|
@@ -586,6 +596,11 @@ export declare abstract class IgxCellInfo {
|
|
|
586
596
|
get isCollapsable(): boolean;
|
|
587
597
|
set isCollapsable(v: boolean);
|
|
588
598
|
static ngAcceptInputType_isCollapsable: boolean | string;
|
|
599
|
+
/**
|
|
600
|
+
* Gets or sets the color used to render the expansion indicator icon for this cell.
|
|
601
|
+
*/
|
|
602
|
+
get expansionIndicatorIconColor(): string;
|
|
603
|
+
set expansionIndicatorIconColor(v: string);
|
|
589
604
|
/**
|
|
590
605
|
* Gets the fixed column position of this cell.
|
|
591
606
|
*/
|
|
@@ -86,6 +86,16 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
86
86
|
*/
|
|
87
87
|
get actualSelectedBackground(): string;
|
|
88
88
|
set actualSelectedBackground(v: string);
|
|
89
|
+
/**
|
|
90
|
+
* Gets or sets the text color to use for the cells when they are selected
|
|
91
|
+
*/
|
|
92
|
+
get selectedTextColor(): string;
|
|
93
|
+
set selectedTextColor(v: string);
|
|
94
|
+
/**
|
|
95
|
+
* Gets the actual text color that is used for the cells when they are selected
|
|
96
|
+
*/
|
|
97
|
+
get actualSelectedTextColor(): string;
|
|
98
|
+
set actualSelectedTextColor(v: string);
|
|
89
99
|
/**
|
|
90
100
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
91
101
|
*/
|
|
@@ -162,6 +172,12 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
162
172
|
get isResizingEnabled(): boolean;
|
|
163
173
|
set isResizingEnabled(v: boolean);
|
|
164
174
|
static ngAcceptInputType_isResizingEnabled: boolean | string;
|
|
175
|
+
/**
|
|
176
|
+
* Gets or sets whether sorting is enabled for this column from the UI.
|
|
177
|
+
*/
|
|
178
|
+
get isSortingEnabled(): boolean;
|
|
179
|
+
set isSortingEnabled(v: boolean);
|
|
180
|
+
static ngAcceptInputType_isSortingEnabled: boolean | string;
|
|
165
181
|
/**
|
|
166
182
|
* Gets or sets whether or not a column is hidden from the grid
|
|
167
183
|
*/
|
|
@@ -277,6 +293,23 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
277
293
|
*/
|
|
278
294
|
get columnOptionsTextColor(): string;
|
|
279
295
|
set columnOptionsTextColor(v: string);
|
|
296
|
+
/**
|
|
297
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
298
|
+
*/
|
|
299
|
+
get columnOptionsTextStyle(): string;
|
|
300
|
+
set columnOptionsTextStyle(v: string);
|
|
301
|
+
get actualColumnOptionsHoverBackgroundColor(): string;
|
|
302
|
+
set actualColumnOptionsHoverBackgroundColor(v: string);
|
|
303
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
304
|
+
set columnOptionsHoverBackgroundColor(v: string);
|
|
305
|
+
get actualColumnOptionsToolTipBackgroundColor(): string;
|
|
306
|
+
set actualColumnOptionsToolTipBackgroundColor(v: string);
|
|
307
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
308
|
+
set columnOptionsToolTipBackgroundColor(v: string);
|
|
309
|
+
get actualColumnOptionsHighlightColor(): string;
|
|
310
|
+
set actualColumnOptionsHighlightColor(v: string);
|
|
311
|
+
get columnOptionsHighlightColor(): string;
|
|
312
|
+
set columnOptionsHighlightColor(v: string);
|
|
280
313
|
/**
|
|
281
314
|
* Gets or sets the color of separators inside the column options menu.
|
|
282
315
|
*/
|
|
@@ -307,10 +340,18 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
307
340
|
*/
|
|
308
341
|
get columnOptionsGroupHeaderTextColor(): string;
|
|
309
342
|
set columnOptionsGroupHeaderTextColor(v: string);
|
|
343
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
344
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
310
345
|
get actualColumnOptionsAccentColor(): string;
|
|
311
346
|
set actualColumnOptionsAccentColor(v: string);
|
|
312
347
|
get columnOptionsAccentColor(): string;
|
|
313
348
|
set columnOptionsAccentColor(v: string);
|
|
349
|
+
get actualColumnOptionsRowHeight(): number;
|
|
350
|
+
set actualColumnOptionsRowHeight(v: number);
|
|
351
|
+
static ngAcceptInputType_actualColumnOptionsRowHeight: number | string;
|
|
352
|
+
get columnOptionsRowHeight(): number;
|
|
353
|
+
set columnOptionsRowHeight(v: number);
|
|
354
|
+
static ngAcceptInputType_columnOptionsRowHeight: number | string;
|
|
314
355
|
/**
|
|
315
356
|
* Gets or sets if the column is editable.
|
|
316
357
|
*/
|
|
@@ -523,5 +564,5 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
523
564
|
private _actualHeaderTextChange;
|
|
524
565
|
get actualHeaderTextChange(): EventEmitter<string>;
|
|
525
566
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridColumnComponent, 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>;
|
|
567
|
+
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"; "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>;
|
|
527
568
|
}
|
|
@@ -90,6 +90,7 @@ import { IgxGridCustomFilterRequestedEventArgs } from "./igx-grid-custom-filter-
|
|
|
90
90
|
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
|
|
91
91
|
import { IgxDataSourceRootSummariesChangedEventArgs } from "igniteui-angular-core";
|
|
92
92
|
import { BaseControlTheme } from "igniteui-angular-core";
|
|
93
|
+
import { IgxDataBindingEventArgs } from './igx-data-binding-event-args';
|
|
93
94
|
import * as i0 from "@angular/core";
|
|
94
95
|
export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
95
96
|
private _ngrenderer;
|
|
@@ -123,6 +124,8 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
123
124
|
get width(): string;
|
|
124
125
|
private _setScrollbarStyle;
|
|
125
126
|
private _setScrollbarColor;
|
|
127
|
+
private _moveFocusNext;
|
|
128
|
+
private _moveFocusPrevious;
|
|
126
129
|
private _columnsAdapter;
|
|
127
130
|
protected createImplementation(): DataGrid;
|
|
128
131
|
ngOnInit(): void;
|
|
@@ -527,6 +530,9 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
527
530
|
get isColumnOptionsEnabled(): boolean;
|
|
528
531
|
set isColumnOptionsEnabled(v: boolean);
|
|
529
532
|
static ngAcceptInputType_isColumnOptionsEnabled: boolean | string;
|
|
533
|
+
get useNewerColumnOptionsMenu(): boolean;
|
|
534
|
+
set useNewerColumnOptionsMenu(v: boolean);
|
|
535
|
+
static ngAcceptInputType_useNewerColumnOptionsMenu: boolean | string;
|
|
530
536
|
/**
|
|
531
537
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
532
538
|
*/
|
|
@@ -544,6 +550,11 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
544
550
|
*/
|
|
545
551
|
get cellSelectedBackground(): string;
|
|
546
552
|
set cellSelectedBackground(v: string);
|
|
553
|
+
/**
|
|
554
|
+
* Gets or sets the default text color to use for content cells when a row is in a selected state
|
|
555
|
+
*/
|
|
556
|
+
get cellSelectedTextColor(): string;
|
|
557
|
+
set cellSelectedTextColor(v: string);
|
|
547
558
|
/**
|
|
548
559
|
* Gets or sets the default background color to use for section header cells when a row is in a selected state
|
|
549
560
|
*/
|
|
@@ -637,6 +648,11 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
637
648
|
*/
|
|
638
649
|
get sectionHeaderTextColor(): string;
|
|
639
650
|
set sectionHeaderTextColor(v: string);
|
|
651
|
+
/**
|
|
652
|
+
* Gets or sets the color to use for the expansion indicator icon on section header cells. When unset, the icon defers to the section header text color.
|
|
653
|
+
*/
|
|
654
|
+
get sectionHeaderExpansionIndicatorIconColor(): string;
|
|
655
|
+
set sectionHeaderExpansionIndicatorIconColor(v: string);
|
|
640
656
|
/**
|
|
641
657
|
* Gets or sets the font to use for section header cells
|
|
642
658
|
*/
|
|
@@ -1159,6 +1175,26 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1159
1175
|
*/
|
|
1160
1176
|
get columnOptionsTextColor(): string;
|
|
1161
1177
|
set columnOptionsTextColor(v: string);
|
|
1178
|
+
/**
|
|
1179
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
1180
|
+
*/
|
|
1181
|
+
get columnOptionsTextStyle(): string;
|
|
1182
|
+
set columnOptionsTextStyle(v: string);
|
|
1183
|
+
/**
|
|
1184
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
1185
|
+
*/
|
|
1186
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
1187
|
+
set columnOptionsHoverBackgroundColor(v: string);
|
|
1188
|
+
/**
|
|
1189
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
1190
|
+
*/
|
|
1191
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
1192
|
+
set columnOptionsToolTipBackgroundColor(v: string);
|
|
1193
|
+
/**
|
|
1194
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
1195
|
+
*/
|
|
1196
|
+
get columnOptionsHighlightColor(): string;
|
|
1197
|
+
set columnOptionsHighlightColor(v: string);
|
|
1162
1198
|
/**
|
|
1163
1199
|
* Gets or sets the color of separators inside the column options menu.
|
|
1164
1200
|
*/
|
|
@@ -1174,11 +1210,25 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1174
1210
|
*/
|
|
1175
1211
|
get columnOptionsGroupHeaderTextColor(): string;
|
|
1176
1212
|
set columnOptionsGroupHeaderTextColor(v: string);
|
|
1213
|
+
/**
|
|
1214
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
1215
|
+
*/
|
|
1216
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
1217
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
1177
1218
|
get columnOptionsAccentColor(): string;
|
|
1178
1219
|
set columnOptionsAccentColor(v: string);
|
|
1220
|
+
/**
|
|
1221
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
1222
|
+
*/
|
|
1223
|
+
get columnOptionsRowHeight(): number;
|
|
1224
|
+
set columnOptionsRowHeight(v: number);
|
|
1225
|
+
static ngAcceptInputType_columnOptionsRowHeight: number | string;
|
|
1179
1226
|
get allowCopyOperation(): boolean;
|
|
1180
1227
|
set allowCopyOperation(v: boolean);
|
|
1181
1228
|
static ngAcceptInputType_allowCopyOperation: boolean | string;
|
|
1229
|
+
get maxSelectedCellRanges(): number;
|
|
1230
|
+
set maxSelectedCellRanges(v: number);
|
|
1231
|
+
static ngAcceptInputType_maxSelectedCellRanges: number | string;
|
|
1182
1232
|
/**
|
|
1183
1233
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
1184
1234
|
*/
|
|
@@ -1466,6 +1516,16 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1466
1516
|
sender: any;
|
|
1467
1517
|
args: IgxDataGridCellEventArgs;
|
|
1468
1518
|
}>;
|
|
1519
|
+
private _filterRowDataBinding;
|
|
1520
|
+
get filterRowDataBinding(): EventEmitter<{
|
|
1521
|
+
sender: any;
|
|
1522
|
+
args: IgxDataBindingEventArgs;
|
|
1523
|
+
}>;
|
|
1524
|
+
private _filterRowDataBound;
|
|
1525
|
+
get filterRowDataBound(): EventEmitter<{
|
|
1526
|
+
sender: any;
|
|
1527
|
+
args: IgxDataBindingEventArgs;
|
|
1528
|
+
}>;
|
|
1469
1529
|
private _sortDescriptionsChanged;
|
|
1470
1530
|
/**
|
|
1471
1531
|
* Called when sorting has changed.
|
|
@@ -1654,5 +1714,5 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1654
1714
|
protected _zoneRunner: (act: () => void) => void;
|
|
1655
1715
|
protected _runInZone(act: () => void): void;
|
|
1656
1716
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridComponent, 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>;
|
|
1717
|
+
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"; "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"; "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>;
|
|
1658
1718
|
}
|
|
@@ -59,6 +59,26 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
59
59
|
*/
|
|
60
60
|
get columnOptionsTextColor(): string;
|
|
61
61
|
set columnOptionsTextColor(v: string);
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
64
|
+
*/
|
|
65
|
+
get columnOptionsTextStyle(): string;
|
|
66
|
+
set columnOptionsTextStyle(v: string);
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
69
|
+
*/
|
|
70
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
71
|
+
set columnOptionsHoverBackgroundColor(v: string);
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
74
|
+
*/
|
|
75
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
76
|
+
set columnOptionsToolTipBackgroundColor(v: string);
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
79
|
+
*/
|
|
80
|
+
get columnOptionsHighlightColor(): string;
|
|
81
|
+
set columnOptionsHighlightColor(v: string);
|
|
62
82
|
/**
|
|
63
83
|
* Gets or sets the color of separators inside the column options menu.
|
|
64
84
|
*/
|
|
@@ -74,8 +94,19 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
74
94
|
*/
|
|
75
95
|
get columnOptionsGroupHeaderTextColor(): string;
|
|
76
96
|
set columnOptionsGroupHeaderTextColor(v: string);
|
|
97
|
+
/**
|
|
98
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
99
|
+
*/
|
|
100
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
101
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
77
102
|
get columnOptionsAccentColor(): string;
|
|
78
103
|
set columnOptionsAccentColor(v: string);
|
|
104
|
+
/**
|
|
105
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
106
|
+
*/
|
|
107
|
+
get columnOptionsRowHeight(): number;
|
|
108
|
+
set columnOptionsRowHeight(v: number);
|
|
109
|
+
static ngAcceptInputType_columnOptionsRowHeight: number | string;
|
|
79
110
|
get isOpen(): boolean;
|
|
80
111
|
static ngAcceptInputType_isOpen: boolean | string;
|
|
81
112
|
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
@@ -125,5 +156,5 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
125
156
|
protected _zoneRunner: (act: () => void) => void;
|
|
126
157
|
protected _runInZone(act: () => void): void;
|
|
127
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridFilterDialogComponent, 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>;
|
|
159
|
+
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"; "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>;
|
|
129
160
|
}
|
|
@@ -79,5 +79,11 @@ export declare class IgxNumericCellInfo extends IgxCellInfo {
|
|
|
79
79
|
get showGroupingSeparator(): boolean;
|
|
80
80
|
set showGroupingSeparator(v: boolean);
|
|
81
81
|
static ngAcceptInputType_showGroupingSeparator: boolean | string;
|
|
82
|
+
/**
|
|
83
|
+
* Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
|
|
84
|
+
*/
|
|
85
|
+
get isPercent(): boolean;
|
|
86
|
+
set isPercent(v: boolean);
|
|
87
|
+
static ngAcceptInputType_isPercent: boolean | string;
|
|
82
88
|
findByName(name: string): any;
|
|
83
89
|
}
|
|
@@ -51,6 +51,13 @@ export declare class IgxNumericColumnComponent extends IgxDataGridColumnComponen
|
|
|
51
51
|
get minIntegerDigits(): number;
|
|
52
52
|
set minIntegerDigits(v: number);
|
|
53
53
|
static ngAcceptInputType_minIntegerDigits: number | string;
|
|
54
|
+
/**
|
|
55
|
+
* Gets or sets whether the column's values are displayed as percentages.
|
|
56
|
+
* When true, the raw numeric value is multiplied by 100 before it is formatted for display.
|
|
57
|
+
*/
|
|
58
|
+
get isPercent(): boolean;
|
|
59
|
+
set isPercent(v: boolean);
|
|
60
|
+
static ngAcceptInputType_isPercent: boolean | string;
|
|
54
61
|
/**
|
|
55
62
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
56
63
|
*/
|
|
@@ -93,5 +100,5 @@ export declare class IgxNumericColumnComponent extends IgxDataGridColumnComponen
|
|
|
93
100
|
set editorValueField(v: string);
|
|
94
101
|
findByName(name: string): any;
|
|
95
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxNumericColumnComponent, never>;
|
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxNumericColumnComponent, "igx-numeric-column", never, { "negativePrefix": "negativePrefix"; "positivePrefix": "positivePrefix"; "negativeSuffix": "negativeSuffix"; "positiveSuffix": "positiveSuffix"; "maxFractionDigits": "maxFractionDigits"; "minFractionDigits": "minFractionDigits"; "minIntegerDigits": "minIntegerDigits"; "showGroupingSeparator": "showGroupingSeparator"; "formatString": "formatString"; "formatSpecifiers": "formatSpecifiers"; "formatOverride": "formatOverride"; "editorType": "editorType"; "editorDataSource": "editorDataSource"; "editorTextField": "editorTextField"; "editorValueField": "editorValueField"; }, {}, never, never>;
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxNumericColumnComponent, "igx-numeric-column", never, { "negativePrefix": "negativePrefix"; "positivePrefix": "positivePrefix"; "negativeSuffix": "negativeSuffix"; "positiveSuffix": "positiveSuffix"; "maxFractionDigits": "maxFractionDigits"; "minFractionDigits": "minFractionDigits"; "minIntegerDigits": "minIntegerDigits"; "isPercent": "isPercent"; "showGroupingSeparator": "showGroupingSeparator"; "formatString": "formatString"; "formatSpecifiers": "formatSpecifiers"; "formatOverride": "formatOverride"; "editorType": "editorType"; "editorDataSource": "editorDataSource"; "editorTextField": "editorTextField"; "editorValueField": "editorValueField"; }, {}, never, never>;
|
|
97
104
|
}
|
|
@@ -17,6 +17,20 @@ export declare class IgxSectionHeaderComponent extends IgxDefinitionBaseComponen
|
|
|
17
17
|
set selectedBackground(v: string);
|
|
18
18
|
get actualSelectedBackground(): string;
|
|
19
19
|
set actualSelectedBackground(v: string);
|
|
20
|
+
get selectedTextColor(): string;
|
|
21
|
+
set selectedTextColor(v: string);
|
|
22
|
+
get actualSelectedTextColor(): string;
|
|
23
|
+
set actualSelectedTextColor(v: string);
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the color of the section header's expansion indicator icon. When unset, the icon defers to the grid-level color or the resolved section header text color.
|
|
26
|
+
*/
|
|
27
|
+
get expansionIndicatorIconColor(): string;
|
|
28
|
+
set expansionIndicatorIconColor(v: string);
|
|
29
|
+
/**
|
|
30
|
+
* Gets the resolved color of the section header's expansion indicator icon.
|
|
31
|
+
*/
|
|
32
|
+
get actualExpansionIndicatorIconColor(): string;
|
|
33
|
+
set actualExpansionIndicatorIconColor(v: string);
|
|
20
34
|
/**
|
|
21
35
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
22
36
|
*/
|
|
@@ -48,5 +62,5 @@ export declare class IgxSectionHeaderComponent extends IgxDefinitionBaseComponen
|
|
|
48
62
|
set summaryDisplayMode(v: GroupSummaryDisplayMode);
|
|
49
63
|
static ngAcceptInputType_summaryDisplayMode: GroupSummaryDisplayMode | string;
|
|
50
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxSectionHeaderComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxSectionHeaderComponent, "igx-section-header", never, { "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; "isCollapsable": "isCollapsable"; "summaryDisplayMode": "summaryDisplayMode"; }, {}, never, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxSectionHeaderComponent, "igx-section-header", never, { "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "selectedTextColor": "selectedTextColor"; "actualSelectedTextColor": "actualSelectedTextColor"; "expansionIndicatorIconColor": "expansionIndicatorIconColor"; "actualExpansionIndicatorIconColor": "actualExpansionIndicatorIconColor"; "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; "isCollapsable": "isCollapsable"; "summaryDisplayMode": "summaryDisplayMode"; }, {}, never, never>;
|
|
52
66
|
}
|
|
@@ -56,6 +56,17 @@ export declare class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
56
56
|
*/
|
|
57
57
|
get columnOptionsTextColor(): string;
|
|
58
58
|
set columnOptionsTextColor(v: string);
|
|
59
|
+
/**
|
|
60
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
61
|
+
*/
|
|
62
|
+
get columnOptionsTextStyle(): string;
|
|
63
|
+
set columnOptionsTextStyle(v: string);
|
|
64
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
65
|
+
set columnOptionsHoverBackgroundColor(v: string);
|
|
66
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
67
|
+
set columnOptionsToolTipBackgroundColor(v: string);
|
|
68
|
+
get columnOptionsHighlightColor(): string;
|
|
69
|
+
set columnOptionsHighlightColor(v: string);
|
|
59
70
|
/**
|
|
60
71
|
* Gets or sets the color of separators inside the column options menu.
|
|
61
72
|
*/
|
|
@@ -71,6 +82,11 @@ export declare class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
71
82
|
*/
|
|
72
83
|
get columnOptionsGroupHeaderTextColor(): string;
|
|
73
84
|
set columnOptionsGroupHeaderTextColor(v: string);
|
|
85
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
86
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
74
87
|
get columnOptionsAccentColor(): string;
|
|
75
88
|
set columnOptionsAccentColor(v: string);
|
|
89
|
+
get columnOptionsRowHeight(): number;
|
|
90
|
+
set columnOptionsRowHeight(v: number);
|
|
91
|
+
static ngAcceptInputType_columnOptionsRowHeight: number | string;
|
|
76
92
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-data-grids",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.1.0-beta.0",
|
|
4
4
|
"description": "Ignite UI Angular data grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/common": "^21.0.0",
|
|
22
22
|
"@angular/compiler": "^21.0.0",
|
|
23
23
|
"@angular/core": "^21.0.0",
|
|
24
|
-
"igniteui-angular-core": "21.0.
|
|
25
|
-
"igniteui-angular-layouts": "21.0.
|
|
26
|
-
"igniteui-angular-inputs": "21.0.
|
|
24
|
+
"igniteui-angular-core": "21.1.0-beta.0",
|
|
25
|
+
"igniteui-angular-layouts": "21.1.0-beta.0",
|
|
26
|
+
"igniteui-angular-inputs": "21.1.0-beta.0"
|
|
27
27
|
},
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"typings": "igniteui-angular-data-grids.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from './lib/igx-checkbox-list-component';
|
|
|
2
2
|
export * from './lib/igx-checkbox-list-dynamic-module';
|
|
3
3
|
export * from './lib/igx-checkbox-list-module';
|
|
4
4
|
export * from './lib/CheckboxListView';
|
|
5
|
+
export * from './lib/ICheckboxListView';
|
|
5
6
|
export * from './lib/CheckboxList';
|
|
6
7
|
export * from './lib/CheckboxListKeysClearedEventArgs';
|
|
7
8
|
export * from './lib/igx-checkbox-list-keys-cleared-event-args';
|
|
@@ -323,6 +324,7 @@ export * from './lib/GridAnimationManager';
|
|
|
323
324
|
export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
|
|
324
325
|
export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
|
|
325
326
|
export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
|
|
327
|
+
export * from './lib/GridIconRepository';
|
|
326
328
|
export * from './lib/igx-grid-conditional-style-collection';
|
|
327
329
|
export * from './lib/GridConditionalStyleCollection';
|
|
328
330
|
export * from './lib/igx-grid-conditional-style-property-collection';
|