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
|
@@ -58,133 +58,151 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
58
58
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
59
59
|
*/
|
|
60
60
|
get paddingLeft() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.lm;
|
|
62
62
|
}
|
|
63
63
|
set paddingLeft(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.lm = +v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
68
68
|
*/
|
|
69
69
|
get paddingTop() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.lo;
|
|
71
71
|
}
|
|
72
72
|
set paddingTop(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.lo = +v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
77
77
|
*/
|
|
78
78
|
get paddingRight() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.ln;
|
|
80
80
|
}
|
|
81
81
|
set paddingRight(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.ln = +v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
86
86
|
*/
|
|
87
87
|
get paddingBottom() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.ll;
|
|
89
89
|
}
|
|
90
90
|
set paddingBottom(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.ll = +v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets an unique name of the Column
|
|
95
95
|
*/
|
|
96
96
|
get name() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.od;
|
|
98
98
|
}
|
|
99
99
|
set name(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.od = v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* Gets or sets the key used for the column binding
|
|
104
104
|
*/
|
|
105
105
|
get field() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.nl;
|
|
107
107
|
}
|
|
108
108
|
set field(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.nl = v;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the text displayed in the header of the column
|
|
113
113
|
*/
|
|
114
114
|
get headerText() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.ns;
|
|
116
116
|
}
|
|
117
117
|
set headerText(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.ns = v;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets the actual text displayed in the header of the column
|
|
122
122
|
*/
|
|
123
123
|
get actualHeaderText() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.mm;
|
|
125
125
|
}
|
|
126
126
|
set actualHeaderText(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.mm = v;
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Gets or sets the background color to use for the cells when they are selected
|
|
131
131
|
*/
|
|
132
132
|
get selectedBackground() {
|
|
133
|
-
return brushToString(this.i.
|
|
133
|
+
return brushToString(this.i.r9);
|
|
134
134
|
}
|
|
135
135
|
set selectedBackground(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.r9 = stringToBrush(v);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
139
|
* Gets the actual background color that is used for the cells when they are selected
|
|
140
140
|
*/
|
|
141
141
|
get actualSelectedBackground() {
|
|
142
|
-
return brushToString(this.i.
|
|
142
|
+
return brushToString(this.i.rr);
|
|
143
143
|
}
|
|
144
144
|
set actualSelectedBackground(v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.rr = stringToBrush(v);
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Gets or sets the text color to use for the cells when they are selected
|
|
149
|
+
*/
|
|
150
|
+
get selectedTextColor() {
|
|
151
|
+
return brushToString(this.i.sa);
|
|
152
|
+
}
|
|
153
|
+
set selectedTextColor(v) {
|
|
154
|
+
this.i.sa = stringToBrush(v);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Gets the actual text color that is used for the cells when they are selected
|
|
158
|
+
*/
|
|
159
|
+
get actualSelectedTextColor() {
|
|
160
|
+
return brushToString(this.i.rs);
|
|
161
|
+
}
|
|
162
|
+
set actualSelectedTextColor(v) {
|
|
163
|
+
this.i.rs = stringToBrush(v);
|
|
146
164
|
}
|
|
147
165
|
/**
|
|
148
166
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
149
167
|
*/
|
|
150
168
|
get rowHoverBackground() {
|
|
151
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.r7);
|
|
152
170
|
}
|
|
153
171
|
set rowHoverBackground(v) {
|
|
154
|
-
this.i.
|
|
172
|
+
this.i.r7 = stringToBrush(v);
|
|
155
173
|
}
|
|
156
174
|
/**
|
|
157
175
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
158
176
|
*/
|
|
159
177
|
get actualHoverBackground() {
|
|
160
|
-
return brushToString(this.i.
|
|
178
|
+
return brushToString(this.i.rp);
|
|
161
179
|
}
|
|
162
180
|
set actualHoverBackground(v) {
|
|
163
|
-
this.i.
|
|
181
|
+
this.i.rp = stringToBrush(v);
|
|
164
182
|
}
|
|
165
183
|
/**
|
|
166
184
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
167
185
|
*/
|
|
168
186
|
get rowHoverTextColor() {
|
|
169
|
-
return brushToString(this.i.
|
|
187
|
+
return brushToString(this.i.r8);
|
|
170
188
|
}
|
|
171
189
|
set rowHoverTextColor(v) {
|
|
172
|
-
this.i.
|
|
190
|
+
this.i.r8 = stringToBrush(v);
|
|
173
191
|
}
|
|
174
192
|
/**
|
|
175
193
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
176
194
|
*/
|
|
177
195
|
get actualRowHoverTextColor() {
|
|
178
|
-
return brushToString(this.i.
|
|
196
|
+
return brushToString(this.i.rq);
|
|
179
197
|
}
|
|
180
198
|
set actualRowHoverTextColor(v) {
|
|
181
|
-
this.i.
|
|
199
|
+
this.i.rq = stringToBrush(v);
|
|
182
200
|
}
|
|
183
201
|
/**
|
|
184
202
|
* Gets or sets the animation settings to use for this column.
|
|
185
203
|
*/
|
|
186
204
|
get animationSettings() {
|
|
187
|
-
const r = this.i.
|
|
205
|
+
const r = this.i.id;
|
|
188
206
|
if (r == null) {
|
|
189
207
|
return null;
|
|
190
208
|
}
|
|
@@ -203,7 +221,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
203
221
|
return r.externalObject;
|
|
204
222
|
}
|
|
205
223
|
set animationSettings(v) {
|
|
206
|
-
v == null ? this.i.
|
|
224
|
+
v == null ? this.i.id = null : this.i.id = v.i;
|
|
207
225
|
}
|
|
208
226
|
/**
|
|
209
227
|
* Gets or sets the width to use for this column.
|
|
@@ -240,46 +258,46 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
240
258
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
241
259
|
*/
|
|
242
260
|
get minWidth() {
|
|
243
|
-
return this.i.
|
|
261
|
+
return this.i.kt;
|
|
244
262
|
}
|
|
245
263
|
set minWidth(v) {
|
|
246
|
-
this.i.
|
|
264
|
+
this.i.kt = +v;
|
|
247
265
|
}
|
|
248
266
|
/**
|
|
249
267
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
250
268
|
*/
|
|
251
269
|
get isFromMarkup() {
|
|
252
|
-
return this.i.
|
|
270
|
+
return this.i.ka;
|
|
253
271
|
}
|
|
254
272
|
set isFromMarkup(v) {
|
|
255
|
-
this.i.
|
|
273
|
+
this.i.ka = ensureBool(v);
|
|
256
274
|
}
|
|
257
275
|
/**
|
|
258
276
|
* Gets whether this column was auto generated.
|
|
259
277
|
*/
|
|
260
278
|
get isAutoGenerated() {
|
|
261
|
-
return this.i.
|
|
279
|
+
return this.i.j4;
|
|
262
280
|
}
|
|
263
281
|
set isAutoGenerated(v) {
|
|
264
|
-
this.i.
|
|
282
|
+
this.i.j4 = ensureBool(v);
|
|
265
283
|
}
|
|
266
284
|
/**
|
|
267
285
|
* Gets or sets a filter to apply on the values of this column
|
|
268
286
|
*/
|
|
269
287
|
get filter() {
|
|
270
|
-
return this.i.
|
|
288
|
+
return this.i.g5;
|
|
271
289
|
}
|
|
272
290
|
set filter(v) {
|
|
273
|
-
this.i.
|
|
291
|
+
this.i.g5 = v;
|
|
274
292
|
}
|
|
275
293
|
/**
|
|
276
294
|
* Gets or sets a filter to apply to the values of this column.
|
|
277
295
|
*/
|
|
278
296
|
get filterExpression() {
|
|
279
|
-
return this.i.
|
|
297
|
+
return this.i.g7;
|
|
280
298
|
}
|
|
281
299
|
set filterExpression(v) {
|
|
282
|
-
this.i.
|
|
300
|
+
this.i.g7 = v;
|
|
283
301
|
}
|
|
284
302
|
/**
|
|
285
303
|
* Gets or sets the header definition for this column.
|
|
@@ -307,311 +325,405 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
307
325
|
* Gets or sets whether filtering is enabled for this column.
|
|
308
326
|
*/
|
|
309
327
|
get isFilteringEnabled() {
|
|
310
|
-
return this.i.
|
|
328
|
+
return this.i.j9;
|
|
311
329
|
}
|
|
312
330
|
set isFilteringEnabled(v) {
|
|
313
|
-
this.i.
|
|
331
|
+
this.i.j9 = ensureBool(v);
|
|
314
332
|
}
|
|
315
333
|
/**
|
|
316
334
|
* Gets or sets whether resizing is enabled for this column.
|
|
317
335
|
*/
|
|
318
336
|
get isResizingEnabled() {
|
|
319
|
-
return this.i.
|
|
337
|
+
return this.i.kc;
|
|
320
338
|
}
|
|
321
339
|
set isResizingEnabled(v) {
|
|
322
|
-
this.i.
|
|
340
|
+
this.i.kc = ensureBool(v);
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Gets or sets whether sorting is enabled for this column from the UI.
|
|
344
|
+
*/
|
|
345
|
+
get isSortingEnabled() {
|
|
346
|
+
return this.i.kd;
|
|
347
|
+
}
|
|
348
|
+
set isSortingEnabled(v) {
|
|
349
|
+
this.i.kd = ensureBool(v);
|
|
323
350
|
}
|
|
324
351
|
/**
|
|
325
352
|
* Gets or sets whether or not a column is hidden from the grid
|
|
326
353
|
*/
|
|
327
354
|
get isHidden() {
|
|
328
|
-
return this.i.
|
|
355
|
+
return this.i.kb;
|
|
329
356
|
}
|
|
330
357
|
set isHidden(v) {
|
|
331
|
-
this.i.
|
|
358
|
+
this.i.kb = ensureBool(v);
|
|
332
359
|
}
|
|
333
360
|
/**
|
|
334
361
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
335
362
|
*/
|
|
336
363
|
get shouldRemoveWhenHidden() {
|
|
337
|
-
return this.i.
|
|
364
|
+
return this.i.kg;
|
|
338
365
|
}
|
|
339
366
|
set shouldRemoveWhenHidden(v) {
|
|
340
|
-
this.i.
|
|
367
|
+
this.i.kg = ensureBool(v);
|
|
341
368
|
}
|
|
342
369
|
/**
|
|
343
370
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
344
371
|
*/
|
|
345
372
|
get sortDirection() {
|
|
346
|
-
return this.i.
|
|
373
|
+
return this.i.hv;
|
|
347
374
|
}
|
|
348
375
|
set sortDirection(v) {
|
|
349
|
-
this.i.
|
|
376
|
+
this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
|
|
350
377
|
}
|
|
351
378
|
/**
|
|
352
379
|
* Gets or sets the current fixed position for this column.
|
|
353
380
|
*/
|
|
354
381
|
get pinned() {
|
|
355
|
-
return this.i.
|
|
382
|
+
return this.i.it;
|
|
356
383
|
}
|
|
357
384
|
set pinned(v) {
|
|
358
|
-
this.i.
|
|
385
|
+
this.i.it = ensureEnum(PinnedPositions_$type, v);
|
|
359
386
|
}
|
|
360
387
|
/**
|
|
361
388
|
* Gets the actual column options icon alignment for this column.
|
|
362
389
|
*/
|
|
363
390
|
get actualColumnOptionsIconAlignment() {
|
|
364
|
-
return this.i.
|
|
391
|
+
return this.i.hm;
|
|
365
392
|
}
|
|
366
393
|
set actualColumnOptionsIconAlignment(v) {
|
|
367
|
-
this.i.
|
|
394
|
+
this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
368
395
|
}
|
|
369
396
|
/**
|
|
370
397
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
371
398
|
*/
|
|
372
399
|
get columnOptionsIconAlignment() {
|
|
373
|
-
return this.i.
|
|
400
|
+
return this.i.hn;
|
|
374
401
|
}
|
|
375
402
|
set columnOptionsIconAlignment(v) {
|
|
376
|
-
this.i.
|
|
403
|
+
this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
377
404
|
}
|
|
378
405
|
/**
|
|
379
406
|
* Gets the actual column options icon color for this column.
|
|
380
407
|
*/
|
|
381
408
|
get actualColumnOptionsIconColor() {
|
|
382
|
-
return brushToString(this.i.
|
|
409
|
+
return brushToString(this.i.rj);
|
|
383
410
|
}
|
|
384
411
|
set actualColumnOptionsIconColor(v) {
|
|
385
|
-
this.i.
|
|
412
|
+
this.i.rj = stringToBrush(v);
|
|
386
413
|
}
|
|
387
414
|
/**
|
|
388
415
|
* Gets or sets the column options icon color for this column.
|
|
389
416
|
*/
|
|
390
417
|
get columnOptionsIconColor() {
|
|
391
|
-
return brushToString(this.i.
|
|
418
|
+
return brushToString(this.i.rz);
|
|
392
419
|
}
|
|
393
420
|
set columnOptionsIconColor(v) {
|
|
394
|
-
this.i.
|
|
421
|
+
this.i.rz = stringToBrush(v);
|
|
395
422
|
}
|
|
396
423
|
/**
|
|
397
424
|
* Gets or sets how the column option icon will behave in the column header.
|
|
398
425
|
*/
|
|
399
426
|
get columnOptionsIconBehavior() {
|
|
400
|
-
return this.i.
|
|
427
|
+
return this.i.hr;
|
|
401
428
|
}
|
|
402
429
|
set columnOptionsIconBehavior(v) {
|
|
403
|
-
this.i.
|
|
430
|
+
this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
404
431
|
}
|
|
405
432
|
/**
|
|
406
433
|
* Gets or sets how the column option icon will behave in the column header.
|
|
407
434
|
*/
|
|
408
435
|
get actualColumnOptionsIconBehavior() {
|
|
409
|
-
return this.i.
|
|
436
|
+
return this.i.hq;
|
|
410
437
|
}
|
|
411
438
|
set actualColumnOptionsIconBehavior(v) {
|
|
412
|
-
this.i.
|
|
439
|
+
this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
413
440
|
}
|
|
414
441
|
/**
|
|
415
442
|
* Gets the actual state of the column options for this column.
|
|
416
443
|
*/
|
|
417
444
|
get actualIsColumnOptionsEnabled() {
|
|
418
|
-
return this.i.
|
|
445
|
+
return this.i.jx;
|
|
419
446
|
}
|
|
420
447
|
set actualIsColumnOptionsEnabled(v) {
|
|
421
|
-
this.i.
|
|
448
|
+
this.i.jx = ensureBool(v);
|
|
422
449
|
}
|
|
423
450
|
/**
|
|
424
451
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
425
452
|
* then it will be disabled for the column regardless of what this is set to.
|
|
426
453
|
*/
|
|
427
454
|
get isColumnOptionsEnabled() {
|
|
428
|
-
return this.i.
|
|
455
|
+
return this.i.j5;
|
|
429
456
|
}
|
|
430
457
|
set isColumnOptionsEnabled(v) {
|
|
431
|
-
this.i.
|
|
458
|
+
this.i.j5 = ensureBool(v);
|
|
432
459
|
}
|
|
433
460
|
/**
|
|
434
461
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
435
462
|
*/
|
|
436
463
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
437
|
-
return this.i.
|
|
464
|
+
return this.i.jz;
|
|
438
465
|
}
|
|
439
466
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
440
|
-
this.i.
|
|
467
|
+
this.i.jz = ensureBool(v);
|
|
441
468
|
}
|
|
442
469
|
/**
|
|
443
470
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
444
471
|
*/
|
|
445
472
|
get isColumnOptionsSummariesEnabled() {
|
|
446
|
-
return this.i.
|
|
473
|
+
return this.i.j7;
|
|
447
474
|
}
|
|
448
475
|
set isColumnOptionsSummariesEnabled(v) {
|
|
449
|
-
this.i.
|
|
476
|
+
this.i.j7 = ensureBool(v);
|
|
450
477
|
}
|
|
451
478
|
/**
|
|
452
479
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
453
480
|
*/
|
|
454
481
|
get actualIsColumnOptionsGroupingEnabled() {
|
|
455
|
-
return this.i.
|
|
482
|
+
return this.i.jy;
|
|
456
483
|
}
|
|
457
484
|
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
458
|
-
this.i.
|
|
485
|
+
this.i.jy = ensureBool(v);
|
|
459
486
|
}
|
|
460
487
|
/**
|
|
461
488
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
462
489
|
*/
|
|
463
490
|
get isColumnOptionsGroupingEnabled() {
|
|
464
|
-
return this.i.
|
|
491
|
+
return this.i.j6;
|
|
465
492
|
}
|
|
466
493
|
set isColumnOptionsGroupingEnabled(v) {
|
|
467
|
-
this.i.
|
|
494
|
+
this.i.j6 = ensureBool(v);
|
|
468
495
|
}
|
|
469
496
|
/**
|
|
470
497
|
* Gets or sets the column options dropdown background color.
|
|
471
498
|
*/
|
|
472
499
|
get actualColumnOptionsBackground() {
|
|
473
|
-
return brushToString(this.i.
|
|
500
|
+
return brushToString(this.i.re);
|
|
474
501
|
}
|
|
475
502
|
set actualColumnOptionsBackground(v) {
|
|
476
|
-
this.i.
|
|
503
|
+
this.i.re = stringToBrush(v);
|
|
477
504
|
}
|
|
478
505
|
/**
|
|
479
506
|
* Gets or sets the column options dropdown background color.
|
|
480
507
|
*/
|
|
481
508
|
get columnOptionsBackground() {
|
|
482
|
-
return brushToString(this.i.
|
|
509
|
+
return brushToString(this.i.ru);
|
|
483
510
|
}
|
|
484
511
|
set columnOptionsBackground(v) {
|
|
485
|
-
this.i.
|
|
512
|
+
this.i.ru = stringToBrush(v);
|
|
486
513
|
}
|
|
487
514
|
/**
|
|
488
515
|
* Gets or sets the text color for text inside the column options menu.
|
|
489
516
|
*/
|
|
490
517
|
get actualColumnOptionsTextColor() {
|
|
491
|
-
return brushToString(this.i.
|
|
518
|
+
return brushToString(this.i.rl);
|
|
492
519
|
}
|
|
493
520
|
set actualColumnOptionsTextColor(v) {
|
|
494
|
-
this.i.
|
|
521
|
+
this.i.rl = stringToBrush(v);
|
|
495
522
|
}
|
|
496
523
|
/**
|
|
497
524
|
* Gets or sets the text color for text inside the column options menu.
|
|
498
525
|
*/
|
|
499
526
|
get columnOptionsTextColor() {
|
|
500
|
-
return brushToString(this.i.
|
|
527
|
+
return brushToString(this.i.r1);
|
|
501
528
|
}
|
|
502
529
|
set columnOptionsTextColor(v) {
|
|
503
|
-
this.i.
|
|
530
|
+
this.i.r1 = stringToBrush(v);
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
534
|
+
*/
|
|
535
|
+
get columnOptionsTextStyle() {
|
|
536
|
+
if (this.i.jd == null) {
|
|
537
|
+
return null;
|
|
538
|
+
}
|
|
539
|
+
return this.i.jd.fontString;
|
|
540
|
+
}
|
|
541
|
+
set columnOptionsTextStyle(v) {
|
|
542
|
+
let fi = new FontInfo();
|
|
543
|
+
fi.fontString = v;
|
|
544
|
+
this.i.jd = fi;
|
|
545
|
+
}
|
|
546
|
+
get actualColumnOptionsHoverBackgroundColor() {
|
|
547
|
+
return brushToString(this.i.ri);
|
|
548
|
+
}
|
|
549
|
+
set actualColumnOptionsHoverBackgroundColor(v) {
|
|
550
|
+
this.i.ri = stringToBrush(v);
|
|
551
|
+
}
|
|
552
|
+
get columnOptionsHoverBackgroundColor() {
|
|
553
|
+
return brushToString(this.i.ry);
|
|
554
|
+
}
|
|
555
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
556
|
+
this.i.ry = stringToBrush(v);
|
|
557
|
+
}
|
|
558
|
+
get actualColumnOptionsToolTipBackgroundColor() {
|
|
559
|
+
return brushToString(this.i.rm);
|
|
560
|
+
}
|
|
561
|
+
set actualColumnOptionsToolTipBackgroundColor(v) {
|
|
562
|
+
this.i.rm = stringToBrush(v);
|
|
563
|
+
}
|
|
564
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
565
|
+
return brushToString(this.i.r2);
|
|
566
|
+
}
|
|
567
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
568
|
+
this.i.r2 = stringToBrush(v);
|
|
569
|
+
}
|
|
570
|
+
get actualColumnOptionsToolTipTextColor() {
|
|
571
|
+
return brushToString(this.i.rn);
|
|
572
|
+
}
|
|
573
|
+
set actualColumnOptionsToolTipTextColor(v) {
|
|
574
|
+
this.i.rn = stringToBrush(v);
|
|
575
|
+
}
|
|
576
|
+
get columnOptionsToolTipTextColor() {
|
|
577
|
+
return brushToString(this.i.r3);
|
|
578
|
+
}
|
|
579
|
+
set columnOptionsToolTipTextColor(v) {
|
|
580
|
+
this.i.r3 = stringToBrush(v);
|
|
581
|
+
}
|
|
582
|
+
get actualColumnOptionsHighlightColor() {
|
|
583
|
+
return brushToString(this.i.rh);
|
|
584
|
+
}
|
|
585
|
+
set actualColumnOptionsHighlightColor(v) {
|
|
586
|
+
this.i.rh = stringToBrush(v);
|
|
587
|
+
}
|
|
588
|
+
get columnOptionsHighlightColor() {
|
|
589
|
+
return brushToString(this.i.rx);
|
|
590
|
+
}
|
|
591
|
+
set columnOptionsHighlightColor(v) {
|
|
592
|
+
this.i.rx = stringToBrush(v);
|
|
504
593
|
}
|
|
505
594
|
/**
|
|
506
595
|
* Gets or sets the color of separators inside the column options menu.
|
|
507
596
|
*/
|
|
508
597
|
get actualColumnOptionsSeparatorColor() {
|
|
509
|
-
return brushToString(this.i.
|
|
598
|
+
return brushToString(this.i.rk);
|
|
510
599
|
}
|
|
511
600
|
set actualColumnOptionsSeparatorColor(v) {
|
|
512
|
-
this.i.
|
|
601
|
+
this.i.rk = stringToBrush(v);
|
|
513
602
|
}
|
|
514
603
|
/**
|
|
515
604
|
* Gets or sets the color of separators inside the column options menu.
|
|
516
605
|
*/
|
|
517
606
|
get columnOptionsSeparatorColor() {
|
|
518
|
-
return brushToString(this.i.
|
|
607
|
+
return brushToString(this.i.r0);
|
|
519
608
|
}
|
|
520
609
|
set columnOptionsSeparatorColor(v) {
|
|
521
|
-
this.i.
|
|
610
|
+
this.i.r0 = stringToBrush(v);
|
|
522
611
|
}
|
|
523
612
|
/**
|
|
524
613
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
525
614
|
*/
|
|
526
615
|
get actualColumnOptionsGroupHeaderBackground() {
|
|
527
|
-
return brushToString(this.i.
|
|
616
|
+
return brushToString(this.i.rf);
|
|
528
617
|
}
|
|
529
618
|
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
530
|
-
this.i.
|
|
619
|
+
this.i.rf = stringToBrush(v);
|
|
531
620
|
}
|
|
532
621
|
/**
|
|
533
622
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
534
623
|
*/
|
|
535
624
|
get columnOptionsGroupHeaderBackground() {
|
|
536
|
-
return brushToString(this.i.
|
|
625
|
+
return brushToString(this.i.rv);
|
|
537
626
|
}
|
|
538
627
|
set columnOptionsGroupHeaderBackground(v) {
|
|
539
|
-
this.i.
|
|
628
|
+
this.i.rv = stringToBrush(v);
|
|
540
629
|
}
|
|
541
630
|
/**
|
|
542
631
|
* Gets the actual text color for group headers inside the column options menu.
|
|
543
632
|
*/
|
|
544
633
|
get actualColumnOptionsGroupHeaderTextColor() {
|
|
545
|
-
return brushToString(this.i.
|
|
634
|
+
return brushToString(this.i.rg);
|
|
546
635
|
}
|
|
547
636
|
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
548
|
-
this.i.
|
|
637
|
+
this.i.rg = stringToBrush(v);
|
|
549
638
|
}
|
|
550
639
|
/**
|
|
551
640
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
552
641
|
*/
|
|
553
642
|
get columnOptionsGroupHeaderTextColor() {
|
|
554
|
-
return brushToString(this.i.
|
|
643
|
+
return brushToString(this.i.rw);
|
|
555
644
|
}
|
|
556
645
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
557
|
-
this.i.
|
|
646
|
+
this.i.rw = stringToBrush(v);
|
|
647
|
+
}
|
|
648
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
649
|
+
if (this.i.jc == null) {
|
|
650
|
+
return null;
|
|
651
|
+
}
|
|
652
|
+
return this.i.jc.fontString;
|
|
653
|
+
}
|
|
654
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
655
|
+
let fi = new FontInfo();
|
|
656
|
+
fi.fontString = v;
|
|
657
|
+
this.i.jc = fi;
|
|
558
658
|
}
|
|
559
659
|
get actualColumnOptionsAccentColor() {
|
|
560
|
-
return brushToString(this.i.
|
|
660
|
+
return brushToString(this.i.rd);
|
|
561
661
|
}
|
|
562
662
|
set actualColumnOptionsAccentColor(v) {
|
|
563
|
-
this.i.
|
|
663
|
+
this.i.rd = stringToBrush(v);
|
|
564
664
|
}
|
|
565
665
|
get columnOptionsAccentColor() {
|
|
566
|
-
return brushToString(this.i.
|
|
666
|
+
return brushToString(this.i.rt);
|
|
567
667
|
}
|
|
568
668
|
set columnOptionsAccentColor(v) {
|
|
569
|
-
this.i.
|
|
669
|
+
this.i.rt = stringToBrush(v);
|
|
670
|
+
}
|
|
671
|
+
get actualColumnOptionsRowHeight() {
|
|
672
|
+
return this.i.lc;
|
|
673
|
+
}
|
|
674
|
+
set actualColumnOptionsRowHeight(v) {
|
|
675
|
+
this.i.lc = +v;
|
|
676
|
+
}
|
|
677
|
+
get columnOptionsRowHeight() {
|
|
678
|
+
return this.i.ld;
|
|
679
|
+
}
|
|
680
|
+
set columnOptionsRowHeight(v) {
|
|
681
|
+
this.i.ld = +v;
|
|
570
682
|
}
|
|
571
683
|
/**
|
|
572
684
|
* Gets or sets if the column is editable.
|
|
573
685
|
*/
|
|
574
686
|
get isEditable() {
|
|
575
|
-
return this.i.
|
|
687
|
+
return this.i.j8;
|
|
576
688
|
}
|
|
577
689
|
set isEditable(v) {
|
|
578
|
-
this.i.
|
|
690
|
+
this.i.j8 = ensureBool(v);
|
|
579
691
|
}
|
|
580
692
|
/**
|
|
581
693
|
* Gets or sets the text color used for deleted rows.
|
|
582
694
|
*/
|
|
583
695
|
get deletedTextColor() {
|
|
584
|
-
return brushToString(this.i.
|
|
696
|
+
return brushToString(this.i.r4);
|
|
585
697
|
}
|
|
586
698
|
set deletedTextColor(v) {
|
|
587
|
-
this.i.
|
|
699
|
+
this.i.r4 = stringToBrush(v);
|
|
588
700
|
}
|
|
589
701
|
/**
|
|
590
702
|
* Gets the actual text color used for deleted rows.
|
|
591
703
|
*/
|
|
592
704
|
get actualDeletedTextColor() {
|
|
593
|
-
return brushToString(this.i.
|
|
705
|
+
return brushToString(this.i.ro);
|
|
594
706
|
}
|
|
595
707
|
set actualDeletedTextColor(v) {
|
|
596
|
-
this.i.
|
|
708
|
+
this.i.ro = stringToBrush(v);
|
|
597
709
|
}
|
|
598
710
|
/**
|
|
599
711
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
600
712
|
*/
|
|
601
713
|
get editOpacity() {
|
|
602
|
-
return this.i.
|
|
714
|
+
return this.i.ks;
|
|
603
715
|
}
|
|
604
716
|
set editOpacity(v) {
|
|
605
|
-
this.i.
|
|
717
|
+
this.i.ks = +v;
|
|
606
718
|
}
|
|
607
719
|
/**
|
|
608
720
|
* Gets the actual opacity for unsaved edited cell values.
|
|
609
721
|
*/
|
|
610
722
|
get actualEditOpacity() {
|
|
611
|
-
return this.i.
|
|
723
|
+
return this.i.kr;
|
|
612
724
|
}
|
|
613
725
|
set actualEditOpacity(v) {
|
|
614
|
-
this.i.
|
|
726
|
+
this.i.kr = +v;
|
|
615
727
|
}
|
|
616
728
|
/**
|
|
617
729
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -631,87 +743,87 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
631
743
|
* Gets the actual font style used for unsaved cell edits.
|
|
632
744
|
*/
|
|
633
745
|
get actualEditFontInfo() {
|
|
634
|
-
if (this.i.
|
|
746
|
+
if (this.i.jb == null) {
|
|
635
747
|
return null;
|
|
636
748
|
}
|
|
637
|
-
return this.i.
|
|
749
|
+
return this.i.jb.fontString;
|
|
638
750
|
}
|
|
639
751
|
set actualEditFontInfo(v) {
|
|
640
752
|
let fi = new FontInfo();
|
|
641
753
|
fi.fontString = v;
|
|
642
|
-
this.i.
|
|
754
|
+
this.i.jb = fi;
|
|
643
755
|
}
|
|
644
756
|
/**
|
|
645
757
|
* Gets or sets if and how cell merging is performed for this field.
|
|
646
758
|
*/
|
|
647
759
|
get mergedCellMode() {
|
|
648
|
-
return this.i.
|
|
760
|
+
return this.i.ip;
|
|
649
761
|
}
|
|
650
762
|
set mergedCellMode(v) {
|
|
651
|
-
this.i.
|
|
763
|
+
this.i.ip = ensureEnum(MergedCellMode_$type, v);
|
|
652
764
|
}
|
|
653
765
|
/**
|
|
654
766
|
* Gets or sets how cells are evaluated for merging.
|
|
655
767
|
*/
|
|
656
768
|
get mergedCellEvaluationCriteria() {
|
|
657
|
-
return this.i.
|
|
769
|
+
return this.i.il;
|
|
658
770
|
}
|
|
659
771
|
set mergedCellEvaluationCriteria(v) {
|
|
660
|
-
this.i.
|
|
772
|
+
this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
661
773
|
}
|
|
662
774
|
/**
|
|
663
775
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
664
776
|
*/
|
|
665
777
|
get mergedCellVerticalAlignment() {
|
|
666
|
-
return this.i.
|
|
778
|
+
return this.i.he;
|
|
667
779
|
}
|
|
668
780
|
set mergedCellVerticalAlignment(v) {
|
|
669
|
-
this.i.
|
|
781
|
+
this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
670
782
|
}
|
|
671
783
|
/**
|
|
672
784
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
673
785
|
*/
|
|
674
786
|
get mergedCellPaddingLeft() {
|
|
675
|
-
return this.i.
|
|
787
|
+
return this.i.lf;
|
|
676
788
|
}
|
|
677
789
|
set mergedCellPaddingLeft(v) {
|
|
678
|
-
this.i.
|
|
790
|
+
this.i.lf = +v;
|
|
679
791
|
}
|
|
680
792
|
/**
|
|
681
793
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
682
794
|
*/
|
|
683
795
|
get mergedCellPaddingTop() {
|
|
684
|
-
return this.i.
|
|
796
|
+
return this.i.lh;
|
|
685
797
|
}
|
|
686
798
|
set mergedCellPaddingTop(v) {
|
|
687
|
-
this.i.
|
|
799
|
+
this.i.lh = +v;
|
|
688
800
|
}
|
|
689
801
|
/**
|
|
690
802
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
691
803
|
*/
|
|
692
804
|
get mergedCellPaddingRight() {
|
|
693
|
-
return this.i.
|
|
805
|
+
return this.i.lg;
|
|
694
806
|
}
|
|
695
807
|
set mergedCellPaddingRight(v) {
|
|
696
|
-
this.i.
|
|
808
|
+
this.i.lg = +v;
|
|
697
809
|
}
|
|
698
810
|
/**
|
|
699
811
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
700
812
|
*/
|
|
701
813
|
get mergedCellPaddingBottom() {
|
|
702
|
-
return this.i.
|
|
814
|
+
return this.i.le;
|
|
703
815
|
}
|
|
704
816
|
set mergedCellPaddingBottom(v) {
|
|
705
|
-
this.i.
|
|
817
|
+
this.i.le = +v;
|
|
706
818
|
}
|
|
707
819
|
/**
|
|
708
820
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
709
821
|
*/
|
|
710
822
|
get filterComparisonType() {
|
|
711
|
-
return this.i.
|
|
823
|
+
return this.i.h7;
|
|
712
824
|
}
|
|
713
825
|
set filterComparisonType(v) {
|
|
714
|
-
this.i.
|
|
826
|
+
this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
|
|
715
827
|
}
|
|
716
828
|
/**
|
|
717
829
|
* Gets a list of the current custom filters for this column.
|
|
@@ -719,7 +831,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
719
831
|
get filterOperands() {
|
|
720
832
|
if (this._filterOperands === null) {
|
|
721
833
|
let coll = new IgxGridFilterOperandsCollection();
|
|
722
|
-
let innerColl = this.i.
|
|
834
|
+
let innerColl = this.i.ig;
|
|
723
835
|
if (!innerColl) {
|
|
724
836
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
725
837
|
}
|
|
@@ -735,7 +847,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
735
847
|
let coll = new IgxGridFilterOperandsCollection();
|
|
736
848
|
this._filterOperands = coll._fromOuter(v);
|
|
737
849
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
738
|
-
let innerColl = this.i.
|
|
850
|
+
let innerColl = this.i.ig;
|
|
739
851
|
if (!innerColl) {
|
|
740
852
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
741
853
|
}
|
|
@@ -747,19 +859,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
747
859
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
748
860
|
*/
|
|
749
861
|
get suffixText() {
|
|
750
|
-
return this.i.
|
|
862
|
+
return this.i.o2;
|
|
751
863
|
}
|
|
752
864
|
set suffixText(v) {
|
|
753
|
-
this.i.
|
|
865
|
+
this.i.o2 = v;
|
|
754
866
|
}
|
|
755
867
|
/**
|
|
756
868
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
757
869
|
*/
|
|
758
870
|
get suffixTextColor() {
|
|
759
|
-
return brushToString(this.i.
|
|
871
|
+
return brushToString(this.i.sd);
|
|
760
872
|
}
|
|
761
873
|
set suffixTextColor(v) {
|
|
762
|
-
this.i.
|
|
874
|
+
this.i.sd = stringToBrush(v);
|
|
763
875
|
}
|
|
764
876
|
/**
|
|
765
877
|
* Gets or sets the font of the suffix text.
|
|
@@ -779,91 +891,91 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
779
891
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
780
892
|
*/
|
|
781
893
|
get suffixIconName() {
|
|
782
|
-
return this.i.
|
|
894
|
+
return this.i.ou;
|
|
783
895
|
}
|
|
784
896
|
set suffixIconName(v) {
|
|
785
|
-
this.i.
|
|
897
|
+
this.i.ou = v;
|
|
786
898
|
}
|
|
787
899
|
/**
|
|
788
900
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
789
901
|
*/
|
|
790
902
|
get suffixIconCollectionName() {
|
|
791
|
-
return this.i.
|
|
903
|
+
return this.i.or;
|
|
792
904
|
}
|
|
793
905
|
set suffixIconCollectionName(v) {
|
|
794
|
-
this.i.
|
|
906
|
+
this.i.or = v;
|
|
795
907
|
}
|
|
796
908
|
/**
|
|
797
909
|
* Gets or sets the stroke color of suffix icon.
|
|
798
910
|
*/
|
|
799
911
|
get suffixIconStroke() {
|
|
800
|
-
return brushToString(this.i.
|
|
912
|
+
return brushToString(this.i.sc);
|
|
801
913
|
}
|
|
802
914
|
set suffixIconStroke(v) {
|
|
803
|
-
this.i.
|
|
915
|
+
this.i.sc = stringToBrush(v);
|
|
804
916
|
}
|
|
805
917
|
/**
|
|
806
918
|
* Gets or sets the fill color of suffix icon.
|
|
807
919
|
*/
|
|
808
920
|
get suffixIconFill() {
|
|
809
|
-
return brushToString(this.i.
|
|
921
|
+
return brushToString(this.i.sb);
|
|
810
922
|
}
|
|
811
923
|
set suffixIconFill(v) {
|
|
812
|
-
this.i.
|
|
924
|
+
this.i.sb = stringToBrush(v);
|
|
813
925
|
}
|
|
814
926
|
/**
|
|
815
927
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
816
928
|
*/
|
|
817
929
|
get suffixIconViewBoxLeft() {
|
|
818
|
-
return this.i.
|
|
930
|
+
return this.i.kv;
|
|
819
931
|
}
|
|
820
932
|
set suffixIconViewBoxLeft(v) {
|
|
821
|
-
this.i.
|
|
933
|
+
this.i.kv = +v;
|
|
822
934
|
}
|
|
823
935
|
/**
|
|
824
936
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
825
937
|
*/
|
|
826
938
|
get suffixIconViewBoxTop() {
|
|
827
|
-
return this.i.
|
|
939
|
+
return this.i.kw;
|
|
828
940
|
}
|
|
829
941
|
set suffixIconViewBoxTop(v) {
|
|
830
|
-
this.i.
|
|
942
|
+
this.i.kw = +v;
|
|
831
943
|
}
|
|
832
944
|
/**
|
|
833
945
|
* Gets or sets the suffix icon's viewbox width.
|
|
834
946
|
*/
|
|
835
947
|
get suffixIconViewBoxWidth() {
|
|
836
|
-
return this.i.
|
|
948
|
+
return this.i.kx;
|
|
837
949
|
}
|
|
838
950
|
set suffixIconViewBoxWidth(v) {
|
|
839
|
-
this.i.
|
|
951
|
+
this.i.kx = +v;
|
|
840
952
|
}
|
|
841
953
|
/**
|
|
842
954
|
* Gets or sets the suffix icon's viewbox height.
|
|
843
955
|
*/
|
|
844
956
|
get suffixIconViewBoxHeight() {
|
|
845
|
-
return this.i.
|
|
957
|
+
return this.i.ku;
|
|
846
958
|
}
|
|
847
959
|
set suffixIconViewBoxHeight(v) {
|
|
848
|
-
this.i.
|
|
960
|
+
this.i.ku = +v;
|
|
849
961
|
}
|
|
850
962
|
/**
|
|
851
963
|
* Gets or sets the suffix margin.
|
|
852
964
|
*/
|
|
853
965
|
get suffixMargin() {
|
|
854
|
-
return this.i.
|
|
966
|
+
return this.i.ky;
|
|
855
967
|
}
|
|
856
968
|
set suffixMargin(v) {
|
|
857
|
-
this.i.
|
|
969
|
+
this.i.ky = +v;
|
|
858
970
|
}
|
|
859
971
|
/**
|
|
860
972
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
861
973
|
*/
|
|
862
974
|
get textDecoration() {
|
|
863
|
-
return this.i.
|
|
975
|
+
return this.i.iv;
|
|
864
976
|
}
|
|
865
977
|
set textDecoration(v) {
|
|
866
|
-
this.i.
|
|
978
|
+
this.i.iv = ensureEnum(TextCellDecoration_$type, v);
|
|
867
979
|
}
|
|
868
980
|
findByName(name) {
|
|
869
981
|
var baseResult = super.findByName(name);
|
|
@@ -897,18 +1009,18 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
897
1009
|
|
|
898
1010
|
*/
|
|
899
1011
|
getUniqueKey() {
|
|
900
|
-
let iv = this.i.
|
|
1012
|
+
let iv = this.i.nq();
|
|
901
1013
|
return (iv);
|
|
902
1014
|
}
|
|
903
1015
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
904
|
-
this.i.
|
|
1016
|
+
this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
905
1017
|
}
|
|
906
1018
|
/**
|
|
907
1019
|
* Returns if the column has named header values.
|
|
908
1020
|
|
|
909
1021
|
*/
|
|
910
1022
|
hasNamedHeaderValues() {
|
|
911
|
-
let iv = this.i.
|
|
1023
|
+
let iv = this.i.j2();
|
|
912
1024
|
return (iv);
|
|
913
1025
|
}
|
|
914
1026
|
/**
|
|
@@ -917,7 +1029,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
917
1029
|
* @param valueName * The named value to check for.
|
|
918
1030
|
*/
|
|
919
1031
|
hasNamedHeaderValue(valueName) {
|
|
920
|
-
let iv = this.i.
|
|
1032
|
+
let iv = this.i.j1(valueName);
|
|
921
1033
|
return (iv);
|
|
922
1034
|
}
|
|
923
1035
|
/**
|
|
@@ -926,7 +1038,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
926
1038
|
* @param valueName * The named header value to remove.
|
|
927
1039
|
*/
|
|
928
1040
|
removeNamedHeaderValue(valueName) {
|
|
929
|
-
this.i.
|
|
1041
|
+
this.i.pj(valueName);
|
|
930
1042
|
}
|
|
931
1043
|
/**
|
|
932
1044
|
* Gets the value of a named header value for this column by name.
|
|
@@ -934,11 +1046,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
934
1046
|
* @param valueName * Name of the named header value to retrieve.
|
|
935
1047
|
*/
|
|
936
1048
|
getNamedHeaderValue(valueName) {
|
|
937
|
-
let iv = this.i.
|
|
1049
|
+
let iv = this.i.lt(valueName);
|
|
938
1050
|
return (iv);
|
|
939
1051
|
}
|
|
940
1052
|
applyCustomFilter(filterID, index, value) {
|
|
941
|
-
this.i.
|
|
1053
|
+
this.i.pa(filterID, index, value);
|
|
942
1054
|
}
|
|
943
1055
|
getDesiredToolbarActions() {
|
|
944
1056
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -994,7 +1106,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
994
1106
|
}
|
|
995
1107
|
}
|
|
996
1108
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
997
|
-
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { 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" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
1109
|
+
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { 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" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
998
1110
|
return IgxDataGridColumnComponent;
|
|
999
1111
|
})();
|
|
1000
1112
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
|
|
@@ -1022,6 +1134,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1022
1134
|
type: Input
|
|
1023
1135
|
}], actualSelectedBackground: [{
|
|
1024
1136
|
type: Input
|
|
1137
|
+
}], selectedTextColor: [{
|
|
1138
|
+
type: Input
|
|
1139
|
+
}], actualSelectedTextColor: [{
|
|
1140
|
+
type: Input
|
|
1025
1141
|
}], rowHoverBackground: [{
|
|
1026
1142
|
type: Input
|
|
1027
1143
|
}], actualHoverBackground: [{
|
|
@@ -1050,6 +1166,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1050
1166
|
type: Input
|
|
1051
1167
|
}], isResizingEnabled: [{
|
|
1052
1168
|
type: Input
|
|
1169
|
+
}], isSortingEnabled: [{
|
|
1170
|
+
type: Input
|
|
1053
1171
|
}], isHidden: [{
|
|
1054
1172
|
type: Input
|
|
1055
1173
|
}], shouldRemoveWhenHidden: [{
|
|
@@ -1090,6 +1208,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1090
1208
|
type: Input
|
|
1091
1209
|
}], columnOptionsTextColor: [{
|
|
1092
1210
|
type: Input
|
|
1211
|
+
}], columnOptionsTextStyle: [{
|
|
1212
|
+
type: Input
|
|
1213
|
+
}], actualColumnOptionsHoverBackgroundColor: [{
|
|
1214
|
+
type: Input
|
|
1215
|
+
}], columnOptionsHoverBackgroundColor: [{
|
|
1216
|
+
type: Input
|
|
1217
|
+
}], actualColumnOptionsToolTipBackgroundColor: [{
|
|
1218
|
+
type: Input
|
|
1219
|
+
}], columnOptionsToolTipBackgroundColor: [{
|
|
1220
|
+
type: Input
|
|
1221
|
+
}], actualColumnOptionsToolTipTextColor: [{
|
|
1222
|
+
type: Input
|
|
1223
|
+
}], columnOptionsToolTipTextColor: [{
|
|
1224
|
+
type: Input
|
|
1225
|
+
}], actualColumnOptionsHighlightColor: [{
|
|
1226
|
+
type: Input
|
|
1227
|
+
}], columnOptionsHighlightColor: [{
|
|
1228
|
+
type: Input
|
|
1093
1229
|
}], actualColumnOptionsSeparatorColor: [{
|
|
1094
1230
|
type: Input
|
|
1095
1231
|
}], columnOptionsSeparatorColor: [{
|
|
@@ -1102,10 +1238,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1102
1238
|
type: Input
|
|
1103
1239
|
}], columnOptionsGroupHeaderTextColor: [{
|
|
1104
1240
|
type: Input
|
|
1241
|
+
}], columnOptionsGroupHeaderTextStyle: [{
|
|
1242
|
+
type: Input
|
|
1105
1243
|
}], actualColumnOptionsAccentColor: [{
|
|
1106
1244
|
type: Input
|
|
1107
1245
|
}], columnOptionsAccentColor: [{
|
|
1108
1246
|
type: Input
|
|
1247
|
+
}], actualColumnOptionsRowHeight: [{
|
|
1248
|
+
type: Input
|
|
1249
|
+
}], columnOptionsRowHeight: [{
|
|
1250
|
+
type: Input
|
|
1109
1251
|
}], isEditable: [{
|
|
1110
1252
|
type: Input
|
|
1111
1253
|
}], deletedTextColor: [{
|