igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1
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 +16132 -13283
- 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 +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- 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 +11 -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 +382 -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 +61 -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 +64 -54
- 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 +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -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-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-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 +80 -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 +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- 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 +11 -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 +400 -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 +61 -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 +67 -53
- 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 +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -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-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-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 +108 -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 +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -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 +102 -79
- 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-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -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 +18 -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
|
*/
|
|
@@ -149,6 +149,11 @@ export declare class IgxCheckboxListComponent implements AfterViewInit {
|
|
|
149
149
|
*/
|
|
150
150
|
get searchBorderColor(): string;
|
|
151
151
|
set searchBorderColor(v: string);
|
|
152
|
+
/**
|
|
153
|
+
* Gets or sets the search focus border color.
|
|
154
|
+
*/
|
|
155
|
+
get searchFocusBorderColor(): string;
|
|
156
|
+
set searchFocusBorderColor(v: string);
|
|
152
157
|
/**
|
|
153
158
|
* Gets or sets the text style.
|
|
154
159
|
*/
|
|
@@ -352,5 +357,5 @@ export declare class IgxCheckboxListComponent implements AfterViewInit {
|
|
|
352
357
|
protected _zoneRunner: (act: () => void) => void;
|
|
353
358
|
protected _runInZone(act: () => void): void;
|
|
354
359
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCheckboxListComponent, never>;
|
|
355
|
-
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"; "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>;
|
|
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>;
|
|
356
361
|
}
|
|
@@ -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,27 @@ 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 actualColumnOptionsToolTipTextColor(): string;
|
|
310
|
+
set actualColumnOptionsToolTipTextColor(v: string);
|
|
311
|
+
get columnOptionsToolTipTextColor(): string;
|
|
312
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
313
|
+
get actualColumnOptionsHighlightColor(): string;
|
|
314
|
+
set actualColumnOptionsHighlightColor(v: string);
|
|
315
|
+
get columnOptionsHighlightColor(): string;
|
|
316
|
+
set columnOptionsHighlightColor(v: string);
|
|
280
317
|
/**
|
|
281
318
|
* Gets or sets the color of separators inside the column options menu.
|
|
282
319
|
*/
|
|
@@ -307,10 +344,18 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
307
344
|
*/
|
|
308
345
|
get columnOptionsGroupHeaderTextColor(): string;
|
|
309
346
|
set columnOptionsGroupHeaderTextColor(v: string);
|
|
347
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
348
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
310
349
|
get actualColumnOptionsAccentColor(): string;
|
|
311
350
|
set actualColumnOptionsAccentColor(v: string);
|
|
312
351
|
get columnOptionsAccentColor(): string;
|
|
313
352
|
set columnOptionsAccentColor(v: string);
|
|
353
|
+
get actualColumnOptionsRowHeight(): number;
|
|
354
|
+
set actualColumnOptionsRowHeight(v: number);
|
|
355
|
+
static ngAcceptInputType_actualColumnOptionsRowHeight: number | string;
|
|
356
|
+
get columnOptionsRowHeight(): number;
|
|
357
|
+
set columnOptionsRowHeight(v: number);
|
|
358
|
+
static ngAcceptInputType_columnOptionsRowHeight: number | string;
|
|
314
359
|
/**
|
|
315
360
|
* Gets or sets if the column is editable.
|
|
316
361
|
*/
|
|
@@ -523,5 +568,5 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
|
|
|
523
568
|
private _actualHeaderTextChange;
|
|
524
569
|
get actualHeaderTextChange(): EventEmitter<string>;
|
|
525
570
|
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>;
|
|
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>;
|
|
527
572
|
}
|
|
@@ -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
|
*/
|
|
@@ -955,6 +971,13 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
955
971
|
get isGroupExpandedDefault(): boolean;
|
|
956
972
|
set isGroupExpandedDefault(v: boolean);
|
|
957
973
|
static ngAcceptInputType_isGroupExpandedDefault: boolean | string;
|
|
974
|
+
/**
|
|
975
|
+
* Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
|
|
976
|
+
* When false (the default), only the expansion indicator toggles the group.
|
|
977
|
+
*/
|
|
978
|
+
get expandCollapseOnSectionHeaderClick(): boolean;
|
|
979
|
+
set expandCollapseOnSectionHeaderClick(v: boolean);
|
|
980
|
+
static ngAcceptInputType_expandCollapseOnSectionHeaderClick: boolean | string;
|
|
958
981
|
/**
|
|
959
982
|
* Gets or sets the display mode summaries will use inside groups.
|
|
960
983
|
*/
|
|
@@ -1159,6 +1182,31 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1159
1182
|
*/
|
|
1160
1183
|
get columnOptionsTextColor(): string;
|
|
1161
1184
|
set columnOptionsTextColor(v: string);
|
|
1185
|
+
/**
|
|
1186
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
1187
|
+
*/
|
|
1188
|
+
get columnOptionsTextStyle(): string;
|
|
1189
|
+
set columnOptionsTextStyle(v: string);
|
|
1190
|
+
/**
|
|
1191
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
1192
|
+
*/
|
|
1193
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
1194
|
+
set columnOptionsHoverBackgroundColor(v: string);
|
|
1195
|
+
/**
|
|
1196
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
1197
|
+
*/
|
|
1198
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
1199
|
+
set columnOptionsToolTipBackgroundColor(v: string);
|
|
1200
|
+
/**
|
|
1201
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
1202
|
+
*/
|
|
1203
|
+
get columnOptionsToolTipTextColor(): string;
|
|
1204
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
1205
|
+
/**
|
|
1206
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
1207
|
+
*/
|
|
1208
|
+
get columnOptionsHighlightColor(): string;
|
|
1209
|
+
set columnOptionsHighlightColor(v: string);
|
|
1162
1210
|
/**
|
|
1163
1211
|
* Gets or sets the color of separators inside the column options menu.
|
|
1164
1212
|
*/
|
|
@@ -1174,11 +1222,25 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1174
1222
|
*/
|
|
1175
1223
|
get columnOptionsGroupHeaderTextColor(): string;
|
|
1176
1224
|
set columnOptionsGroupHeaderTextColor(v: string);
|
|
1225
|
+
/**
|
|
1226
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
1227
|
+
*/
|
|
1228
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
1229
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
1177
1230
|
get columnOptionsAccentColor(): string;
|
|
1178
1231
|
set columnOptionsAccentColor(v: string);
|
|
1232
|
+
/**
|
|
1233
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
1234
|
+
*/
|
|
1235
|
+
get columnOptionsRowHeight(): number;
|
|
1236
|
+
set columnOptionsRowHeight(v: number);
|
|
1237
|
+
static ngAcceptInputType_columnOptionsRowHeight: number | string;
|
|
1179
1238
|
get allowCopyOperation(): boolean;
|
|
1180
1239
|
set allowCopyOperation(v: boolean);
|
|
1181
1240
|
static ngAcceptInputType_allowCopyOperation: boolean | string;
|
|
1241
|
+
get maxSelectedCellRanges(): number;
|
|
1242
|
+
set maxSelectedCellRanges(v: number);
|
|
1243
|
+
static ngAcceptInputType_maxSelectedCellRanges: number | string;
|
|
1182
1244
|
/**
|
|
1183
1245
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
1184
1246
|
*/
|
|
@@ -1466,6 +1528,16 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1466
1528
|
sender: any;
|
|
1467
1529
|
args: IgxDataGridCellEventArgs;
|
|
1468
1530
|
}>;
|
|
1531
|
+
private _filterRowDataBinding;
|
|
1532
|
+
get filterRowDataBinding(): EventEmitter<{
|
|
1533
|
+
sender: any;
|
|
1534
|
+
args: IgxDataBindingEventArgs;
|
|
1535
|
+
}>;
|
|
1536
|
+
private _filterRowDataBound;
|
|
1537
|
+
get filterRowDataBound(): EventEmitter<{
|
|
1538
|
+
sender: any;
|
|
1539
|
+
args: IgxDataBindingEventArgs;
|
|
1540
|
+
}>;
|
|
1469
1541
|
private _sortDescriptionsChanged;
|
|
1470
1542
|
/**
|
|
1471
1543
|
* Called when sorting has changed.
|
|
@@ -1654,5 +1726,5 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1654
1726
|
protected _zoneRunner: (act: () => void) => void;
|
|
1655
1727
|
protected _runInZone(act: () => void): void;
|
|
1656
1728
|
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>;
|
|
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>;
|
|
1658
1730
|
}
|
|
@@ -59,6 +59,31 @@ 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 tooltip text color inside the column options menu.
|
|
79
|
+
*/
|
|
80
|
+
get columnOptionsToolTipTextColor(): string;
|
|
81
|
+
set columnOptionsToolTipTextColor(v: string);
|
|
82
|
+
/**
|
|
83
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
84
|
+
*/
|
|
85
|
+
get columnOptionsHighlightColor(): string;
|
|
86
|
+
set columnOptionsHighlightColor(v: string);
|
|
62
87
|
/**
|
|
63
88
|
* Gets or sets the color of separators inside the column options menu.
|
|
64
89
|
*/
|
|
@@ -74,8 +99,19 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
74
99
|
*/
|
|
75
100
|
get columnOptionsGroupHeaderTextColor(): string;
|
|
76
101
|
set columnOptionsGroupHeaderTextColor(v: string);
|
|
102
|
+
/**
|
|
103
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
104
|
+
*/
|
|
105
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
106
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
77
107
|
get columnOptionsAccentColor(): string;
|
|
78
108
|
set columnOptionsAccentColor(v: string);
|
|
109
|
+
/**
|
|
110
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
111
|
+
*/
|
|
112
|
+
get columnOptionsRowHeight(): number;
|
|
113
|
+
set columnOptionsRowHeight(v: number);
|
|
114
|
+
static ngAcceptInputType_columnOptionsRowHeight: number | string;
|
|
79
115
|
get isOpen(): boolean;
|
|
80
116
|
static ngAcceptInputType_isOpen: boolean | string;
|
|
81
117
|
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
@@ -125,5 +161,5 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
|
|
|
125
161
|
protected _zoneRunner: (act: () => void) => void;
|
|
126
162
|
protected _runInZone(act: () => void): void;
|
|
127
163
|
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>;
|
|
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>;
|
|
129
165
|
}
|
|
@@ -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
|
}
|