igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -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.ob;
|
|
98
98
|
}
|
|
99
99
|
set name(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.ob = 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.nj;
|
|
107
107
|
}
|
|
108
108
|
set field(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.nj = 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.nq;
|
|
116
116
|
}
|
|
117
117
|
set headerText(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.nq = 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.ml;
|
|
125
125
|
}
|
|
126
126
|
set actualHeaderText(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.ml = 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.r2);
|
|
134
134
|
}
|
|
135
135
|
set selectedBackground(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.r2 = 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.rl);
|
|
143
143
|
}
|
|
144
144
|
set actualSelectedBackground(v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.rl = 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.r3);
|
|
152
|
+
}
|
|
153
|
+
set selectedTextColor(v) {
|
|
154
|
+
this.i.r3 = 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.rm);
|
|
161
|
+
}
|
|
162
|
+
set actualSelectedTextColor(v) {
|
|
163
|
+
this.i.rm = 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.r0);
|
|
152
170
|
}
|
|
153
171
|
set rowHoverBackground(v) {
|
|
154
|
-
this.i.
|
|
172
|
+
this.i.r0 = 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.rj);
|
|
161
179
|
}
|
|
162
180
|
set actualHoverBackground(v) {
|
|
163
|
-
this.i.
|
|
181
|
+
this.i.rj = 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.r1);
|
|
170
188
|
}
|
|
171
189
|
set rowHoverTextColor(v) {
|
|
172
|
-
this.i.
|
|
190
|
+
this.i.r1 = 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.rk);
|
|
179
197
|
}
|
|
180
198
|
set actualRowHoverTextColor(v) {
|
|
181
|
-
this.i.
|
|
199
|
+
this.i.rk = 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,393 @@ 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.re);
|
|
383
410
|
}
|
|
384
411
|
set actualColumnOptionsIconColor(v) {
|
|
385
|
-
this.i.
|
|
412
|
+
this.i.re = 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.rt);
|
|
392
419
|
}
|
|
393
420
|
set columnOptionsIconColor(v) {
|
|
394
|
-
this.i.
|
|
421
|
+
this.i.rt = 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.q9);
|
|
474
501
|
}
|
|
475
502
|
set actualColumnOptionsBackground(v) {
|
|
476
|
-
this.i.
|
|
503
|
+
this.i.q9 = 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.ro);
|
|
483
510
|
}
|
|
484
511
|
set columnOptionsBackground(v) {
|
|
485
|
-
this.i.
|
|
512
|
+
this.i.ro = 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.rg);
|
|
492
519
|
}
|
|
493
520
|
set actualColumnOptionsTextColor(v) {
|
|
494
|
-
this.i.
|
|
521
|
+
this.i.rg = 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.rv);
|
|
501
528
|
}
|
|
502
529
|
set columnOptionsTextColor(v) {
|
|
503
|
-
this.i.
|
|
530
|
+
this.i.rv = 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.rd);
|
|
548
|
+
}
|
|
549
|
+
set actualColumnOptionsHoverBackgroundColor(v) {
|
|
550
|
+
this.i.rd = stringToBrush(v);
|
|
551
|
+
}
|
|
552
|
+
get columnOptionsHoverBackgroundColor() {
|
|
553
|
+
return brushToString(this.i.rs);
|
|
554
|
+
}
|
|
555
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
556
|
+
this.i.rs = stringToBrush(v);
|
|
557
|
+
}
|
|
558
|
+
get actualColumnOptionsToolTipBackgroundColor() {
|
|
559
|
+
return brushToString(this.i.rh);
|
|
560
|
+
}
|
|
561
|
+
set actualColumnOptionsToolTipBackgroundColor(v) {
|
|
562
|
+
this.i.rh = stringToBrush(v);
|
|
563
|
+
}
|
|
564
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
565
|
+
return brushToString(this.i.rw);
|
|
566
|
+
}
|
|
567
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
568
|
+
this.i.rw = stringToBrush(v);
|
|
569
|
+
}
|
|
570
|
+
get actualColumnOptionsHighlightColor() {
|
|
571
|
+
return brushToString(this.i.rc);
|
|
572
|
+
}
|
|
573
|
+
set actualColumnOptionsHighlightColor(v) {
|
|
574
|
+
this.i.rc = stringToBrush(v);
|
|
575
|
+
}
|
|
576
|
+
get columnOptionsHighlightColor() {
|
|
577
|
+
return brushToString(this.i.rr);
|
|
578
|
+
}
|
|
579
|
+
set columnOptionsHighlightColor(v) {
|
|
580
|
+
this.i.rr = stringToBrush(v);
|
|
504
581
|
}
|
|
505
582
|
/**
|
|
506
583
|
* Gets or sets the color of separators inside the column options menu.
|
|
507
584
|
*/
|
|
508
585
|
get actualColumnOptionsSeparatorColor() {
|
|
509
|
-
return brushToString(this.i.
|
|
586
|
+
return brushToString(this.i.rf);
|
|
510
587
|
}
|
|
511
588
|
set actualColumnOptionsSeparatorColor(v) {
|
|
512
|
-
this.i.
|
|
589
|
+
this.i.rf = stringToBrush(v);
|
|
513
590
|
}
|
|
514
591
|
/**
|
|
515
592
|
* Gets or sets the color of separators inside the column options menu.
|
|
516
593
|
*/
|
|
517
594
|
get columnOptionsSeparatorColor() {
|
|
518
|
-
return brushToString(this.i.
|
|
595
|
+
return brushToString(this.i.ru);
|
|
519
596
|
}
|
|
520
597
|
set columnOptionsSeparatorColor(v) {
|
|
521
|
-
this.i.
|
|
598
|
+
this.i.ru = stringToBrush(v);
|
|
522
599
|
}
|
|
523
600
|
/**
|
|
524
601
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
525
602
|
*/
|
|
526
603
|
get actualColumnOptionsGroupHeaderBackground() {
|
|
527
|
-
return brushToString(this.i.
|
|
604
|
+
return brushToString(this.i.ra);
|
|
528
605
|
}
|
|
529
606
|
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
530
|
-
this.i.
|
|
607
|
+
this.i.ra = stringToBrush(v);
|
|
531
608
|
}
|
|
532
609
|
/**
|
|
533
610
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
534
611
|
*/
|
|
535
612
|
get columnOptionsGroupHeaderBackground() {
|
|
536
|
-
return brushToString(this.i.
|
|
613
|
+
return brushToString(this.i.rp);
|
|
537
614
|
}
|
|
538
615
|
set columnOptionsGroupHeaderBackground(v) {
|
|
539
|
-
this.i.
|
|
616
|
+
this.i.rp = stringToBrush(v);
|
|
540
617
|
}
|
|
541
618
|
/**
|
|
542
619
|
* Gets the actual text color for group headers inside the column options menu.
|
|
543
620
|
*/
|
|
544
621
|
get actualColumnOptionsGroupHeaderTextColor() {
|
|
545
|
-
return brushToString(this.i.
|
|
622
|
+
return brushToString(this.i.rb);
|
|
546
623
|
}
|
|
547
624
|
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
548
|
-
this.i.
|
|
625
|
+
this.i.rb = stringToBrush(v);
|
|
549
626
|
}
|
|
550
627
|
/**
|
|
551
628
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
552
629
|
*/
|
|
553
630
|
get columnOptionsGroupHeaderTextColor() {
|
|
554
|
-
return brushToString(this.i.
|
|
631
|
+
return brushToString(this.i.rq);
|
|
555
632
|
}
|
|
556
633
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
557
|
-
this.i.
|
|
634
|
+
this.i.rq = stringToBrush(v);
|
|
635
|
+
}
|
|
636
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
637
|
+
if (this.i.jc == null) {
|
|
638
|
+
return null;
|
|
639
|
+
}
|
|
640
|
+
return this.i.jc.fontString;
|
|
641
|
+
}
|
|
642
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
643
|
+
let fi = new FontInfo();
|
|
644
|
+
fi.fontString = v;
|
|
645
|
+
this.i.jc = fi;
|
|
558
646
|
}
|
|
559
647
|
get actualColumnOptionsAccentColor() {
|
|
560
|
-
return brushToString(this.i.
|
|
648
|
+
return brushToString(this.i.q8);
|
|
561
649
|
}
|
|
562
650
|
set actualColumnOptionsAccentColor(v) {
|
|
563
|
-
this.i.
|
|
651
|
+
this.i.q8 = stringToBrush(v);
|
|
564
652
|
}
|
|
565
653
|
get columnOptionsAccentColor() {
|
|
566
|
-
return brushToString(this.i.
|
|
654
|
+
return brushToString(this.i.rn);
|
|
567
655
|
}
|
|
568
656
|
set columnOptionsAccentColor(v) {
|
|
569
|
-
this.i.
|
|
657
|
+
this.i.rn = stringToBrush(v);
|
|
658
|
+
}
|
|
659
|
+
get actualColumnOptionsRowHeight() {
|
|
660
|
+
return this.i.lc;
|
|
661
|
+
}
|
|
662
|
+
set actualColumnOptionsRowHeight(v) {
|
|
663
|
+
this.i.lc = +v;
|
|
664
|
+
}
|
|
665
|
+
get columnOptionsRowHeight() {
|
|
666
|
+
return this.i.ld;
|
|
667
|
+
}
|
|
668
|
+
set columnOptionsRowHeight(v) {
|
|
669
|
+
this.i.ld = +v;
|
|
570
670
|
}
|
|
571
671
|
/**
|
|
572
672
|
* Gets or sets if the column is editable.
|
|
573
673
|
*/
|
|
574
674
|
get isEditable() {
|
|
575
|
-
return this.i.
|
|
675
|
+
return this.i.j8;
|
|
576
676
|
}
|
|
577
677
|
set isEditable(v) {
|
|
578
|
-
this.i.
|
|
678
|
+
this.i.j8 = ensureBool(v);
|
|
579
679
|
}
|
|
580
680
|
/**
|
|
581
681
|
* Gets or sets the text color used for deleted rows.
|
|
582
682
|
*/
|
|
583
683
|
get deletedTextColor() {
|
|
584
|
-
return brushToString(this.i.
|
|
684
|
+
return brushToString(this.i.rx);
|
|
585
685
|
}
|
|
586
686
|
set deletedTextColor(v) {
|
|
587
|
-
this.i.
|
|
687
|
+
this.i.rx = stringToBrush(v);
|
|
588
688
|
}
|
|
589
689
|
/**
|
|
590
690
|
* Gets the actual text color used for deleted rows.
|
|
591
691
|
*/
|
|
592
692
|
get actualDeletedTextColor() {
|
|
593
|
-
return brushToString(this.i.
|
|
693
|
+
return brushToString(this.i.ri);
|
|
594
694
|
}
|
|
595
695
|
set actualDeletedTextColor(v) {
|
|
596
|
-
this.i.
|
|
696
|
+
this.i.ri = stringToBrush(v);
|
|
597
697
|
}
|
|
598
698
|
/**
|
|
599
699
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
600
700
|
*/
|
|
601
701
|
get editOpacity() {
|
|
602
|
-
return this.i.
|
|
702
|
+
return this.i.ks;
|
|
603
703
|
}
|
|
604
704
|
set editOpacity(v) {
|
|
605
|
-
this.i.
|
|
705
|
+
this.i.ks = +v;
|
|
606
706
|
}
|
|
607
707
|
/**
|
|
608
708
|
* Gets the actual opacity for unsaved edited cell values.
|
|
609
709
|
*/
|
|
610
710
|
get actualEditOpacity() {
|
|
611
|
-
return this.i.
|
|
711
|
+
return this.i.kr;
|
|
612
712
|
}
|
|
613
713
|
set actualEditOpacity(v) {
|
|
614
|
-
this.i.
|
|
714
|
+
this.i.kr = +v;
|
|
615
715
|
}
|
|
616
716
|
/**
|
|
617
717
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -631,87 +731,87 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
631
731
|
* Gets the actual font style used for unsaved cell edits.
|
|
632
732
|
*/
|
|
633
733
|
get actualEditFontInfo() {
|
|
634
|
-
if (this.i.
|
|
734
|
+
if (this.i.jb == null) {
|
|
635
735
|
return null;
|
|
636
736
|
}
|
|
637
|
-
return this.i.
|
|
737
|
+
return this.i.jb.fontString;
|
|
638
738
|
}
|
|
639
739
|
set actualEditFontInfo(v) {
|
|
640
740
|
let fi = new FontInfo();
|
|
641
741
|
fi.fontString = v;
|
|
642
|
-
this.i.
|
|
742
|
+
this.i.jb = fi;
|
|
643
743
|
}
|
|
644
744
|
/**
|
|
645
745
|
* Gets or sets if and how cell merging is performed for this field.
|
|
646
746
|
*/
|
|
647
747
|
get mergedCellMode() {
|
|
648
|
-
return this.i.
|
|
748
|
+
return this.i.ip;
|
|
649
749
|
}
|
|
650
750
|
set mergedCellMode(v) {
|
|
651
|
-
this.i.
|
|
751
|
+
this.i.ip = ensureEnum(MergedCellMode_$type, v);
|
|
652
752
|
}
|
|
653
753
|
/**
|
|
654
754
|
* Gets or sets how cells are evaluated for merging.
|
|
655
755
|
*/
|
|
656
756
|
get mergedCellEvaluationCriteria() {
|
|
657
|
-
return this.i.
|
|
757
|
+
return this.i.il;
|
|
658
758
|
}
|
|
659
759
|
set mergedCellEvaluationCriteria(v) {
|
|
660
|
-
this.i.
|
|
760
|
+
this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
661
761
|
}
|
|
662
762
|
/**
|
|
663
763
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
664
764
|
*/
|
|
665
765
|
get mergedCellVerticalAlignment() {
|
|
666
|
-
return this.i.
|
|
766
|
+
return this.i.he;
|
|
667
767
|
}
|
|
668
768
|
set mergedCellVerticalAlignment(v) {
|
|
669
|
-
this.i.
|
|
769
|
+
this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
670
770
|
}
|
|
671
771
|
/**
|
|
672
772
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
673
773
|
*/
|
|
674
774
|
get mergedCellPaddingLeft() {
|
|
675
|
-
return this.i.
|
|
775
|
+
return this.i.lf;
|
|
676
776
|
}
|
|
677
777
|
set mergedCellPaddingLeft(v) {
|
|
678
|
-
this.i.
|
|
778
|
+
this.i.lf = +v;
|
|
679
779
|
}
|
|
680
780
|
/**
|
|
681
781
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
682
782
|
*/
|
|
683
783
|
get mergedCellPaddingTop() {
|
|
684
|
-
return this.i.
|
|
784
|
+
return this.i.lh;
|
|
685
785
|
}
|
|
686
786
|
set mergedCellPaddingTop(v) {
|
|
687
|
-
this.i.
|
|
787
|
+
this.i.lh = +v;
|
|
688
788
|
}
|
|
689
789
|
/**
|
|
690
790
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
691
791
|
*/
|
|
692
792
|
get mergedCellPaddingRight() {
|
|
693
|
-
return this.i.
|
|
793
|
+
return this.i.lg;
|
|
694
794
|
}
|
|
695
795
|
set mergedCellPaddingRight(v) {
|
|
696
|
-
this.i.
|
|
796
|
+
this.i.lg = +v;
|
|
697
797
|
}
|
|
698
798
|
/**
|
|
699
799
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
700
800
|
*/
|
|
701
801
|
get mergedCellPaddingBottom() {
|
|
702
|
-
return this.i.
|
|
802
|
+
return this.i.le;
|
|
703
803
|
}
|
|
704
804
|
set mergedCellPaddingBottom(v) {
|
|
705
|
-
this.i.
|
|
805
|
+
this.i.le = +v;
|
|
706
806
|
}
|
|
707
807
|
/**
|
|
708
808
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
709
809
|
*/
|
|
710
810
|
get filterComparisonType() {
|
|
711
|
-
return this.i.
|
|
811
|
+
return this.i.h7;
|
|
712
812
|
}
|
|
713
813
|
set filterComparisonType(v) {
|
|
714
|
-
this.i.
|
|
814
|
+
this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
|
|
715
815
|
}
|
|
716
816
|
/**
|
|
717
817
|
* Gets a list of the current custom filters for this column.
|
|
@@ -719,7 +819,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
719
819
|
get filterOperands() {
|
|
720
820
|
if (this._filterOperands === null) {
|
|
721
821
|
let coll = new IgxGridFilterOperandsCollection();
|
|
722
|
-
let innerColl = this.i.
|
|
822
|
+
let innerColl = this.i.ig;
|
|
723
823
|
if (!innerColl) {
|
|
724
824
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
725
825
|
}
|
|
@@ -735,7 +835,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
735
835
|
let coll = new IgxGridFilterOperandsCollection();
|
|
736
836
|
this._filterOperands = coll._fromOuter(v);
|
|
737
837
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
738
|
-
let innerColl = this.i.
|
|
838
|
+
let innerColl = this.i.ig;
|
|
739
839
|
if (!innerColl) {
|
|
740
840
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
741
841
|
}
|
|
@@ -747,19 +847,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
747
847
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
748
848
|
*/
|
|
749
849
|
get suffixText() {
|
|
750
|
-
return this.i.
|
|
850
|
+
return this.i.o0;
|
|
751
851
|
}
|
|
752
852
|
set suffixText(v) {
|
|
753
|
-
this.i.
|
|
853
|
+
this.i.o0 = v;
|
|
754
854
|
}
|
|
755
855
|
/**
|
|
756
856
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
757
857
|
*/
|
|
758
858
|
get suffixTextColor() {
|
|
759
|
-
return brushToString(this.i.
|
|
859
|
+
return brushToString(this.i.r6);
|
|
760
860
|
}
|
|
761
861
|
set suffixTextColor(v) {
|
|
762
|
-
this.i.
|
|
862
|
+
this.i.r6 = stringToBrush(v);
|
|
763
863
|
}
|
|
764
864
|
/**
|
|
765
865
|
* Gets or sets the font of the suffix text.
|
|
@@ -779,91 +879,91 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
779
879
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
780
880
|
*/
|
|
781
881
|
get suffixIconName() {
|
|
782
|
-
return this.i.
|
|
882
|
+
return this.i.os;
|
|
783
883
|
}
|
|
784
884
|
set suffixIconName(v) {
|
|
785
|
-
this.i.
|
|
885
|
+
this.i.os = v;
|
|
786
886
|
}
|
|
787
887
|
/**
|
|
788
888
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
789
889
|
*/
|
|
790
890
|
get suffixIconCollectionName() {
|
|
791
|
-
return this.i.
|
|
891
|
+
return this.i.op;
|
|
792
892
|
}
|
|
793
893
|
set suffixIconCollectionName(v) {
|
|
794
|
-
this.i.
|
|
894
|
+
this.i.op = v;
|
|
795
895
|
}
|
|
796
896
|
/**
|
|
797
897
|
* Gets or sets the stroke color of suffix icon.
|
|
798
898
|
*/
|
|
799
899
|
get suffixIconStroke() {
|
|
800
|
-
return brushToString(this.i.
|
|
900
|
+
return brushToString(this.i.r5);
|
|
801
901
|
}
|
|
802
902
|
set suffixIconStroke(v) {
|
|
803
|
-
this.i.
|
|
903
|
+
this.i.r5 = stringToBrush(v);
|
|
804
904
|
}
|
|
805
905
|
/**
|
|
806
906
|
* Gets or sets the fill color of suffix icon.
|
|
807
907
|
*/
|
|
808
908
|
get suffixIconFill() {
|
|
809
|
-
return brushToString(this.i.
|
|
909
|
+
return brushToString(this.i.r4);
|
|
810
910
|
}
|
|
811
911
|
set suffixIconFill(v) {
|
|
812
|
-
this.i.
|
|
912
|
+
this.i.r4 = stringToBrush(v);
|
|
813
913
|
}
|
|
814
914
|
/**
|
|
815
915
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
816
916
|
*/
|
|
817
917
|
get suffixIconViewBoxLeft() {
|
|
818
|
-
return this.i.
|
|
918
|
+
return this.i.kv;
|
|
819
919
|
}
|
|
820
920
|
set suffixIconViewBoxLeft(v) {
|
|
821
|
-
this.i.
|
|
921
|
+
this.i.kv = +v;
|
|
822
922
|
}
|
|
823
923
|
/**
|
|
824
924
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
825
925
|
*/
|
|
826
926
|
get suffixIconViewBoxTop() {
|
|
827
|
-
return this.i.
|
|
927
|
+
return this.i.kw;
|
|
828
928
|
}
|
|
829
929
|
set suffixIconViewBoxTop(v) {
|
|
830
|
-
this.i.
|
|
930
|
+
this.i.kw = +v;
|
|
831
931
|
}
|
|
832
932
|
/**
|
|
833
933
|
* Gets or sets the suffix icon's viewbox width.
|
|
834
934
|
*/
|
|
835
935
|
get suffixIconViewBoxWidth() {
|
|
836
|
-
return this.i.
|
|
936
|
+
return this.i.kx;
|
|
837
937
|
}
|
|
838
938
|
set suffixIconViewBoxWidth(v) {
|
|
839
|
-
this.i.
|
|
939
|
+
this.i.kx = +v;
|
|
840
940
|
}
|
|
841
941
|
/**
|
|
842
942
|
* Gets or sets the suffix icon's viewbox height.
|
|
843
943
|
*/
|
|
844
944
|
get suffixIconViewBoxHeight() {
|
|
845
|
-
return this.i.
|
|
945
|
+
return this.i.ku;
|
|
846
946
|
}
|
|
847
947
|
set suffixIconViewBoxHeight(v) {
|
|
848
|
-
this.i.
|
|
948
|
+
this.i.ku = +v;
|
|
849
949
|
}
|
|
850
950
|
/**
|
|
851
951
|
* Gets or sets the suffix margin.
|
|
852
952
|
*/
|
|
853
953
|
get suffixMargin() {
|
|
854
|
-
return this.i.
|
|
954
|
+
return this.i.ky;
|
|
855
955
|
}
|
|
856
956
|
set suffixMargin(v) {
|
|
857
|
-
this.i.
|
|
957
|
+
this.i.ky = +v;
|
|
858
958
|
}
|
|
859
959
|
/**
|
|
860
960
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
861
961
|
*/
|
|
862
962
|
get textDecoration() {
|
|
863
|
-
return this.i.
|
|
963
|
+
return this.i.iv;
|
|
864
964
|
}
|
|
865
965
|
set textDecoration(v) {
|
|
866
|
-
this.i.
|
|
966
|
+
this.i.iv = ensureEnum(TextCellDecoration_$type, v);
|
|
867
967
|
}
|
|
868
968
|
findByName(name) {
|
|
869
969
|
var baseResult = super.findByName(name);
|
|
@@ -897,18 +997,18 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
897
997
|
|
|
898
998
|
*/
|
|
899
999
|
getUniqueKey() {
|
|
900
|
-
let iv = this.i.
|
|
1000
|
+
let iv = this.i.no();
|
|
901
1001
|
return (iv);
|
|
902
1002
|
}
|
|
903
1003
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
904
|
-
this.i.
|
|
1004
|
+
this.i.pi(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
905
1005
|
}
|
|
906
1006
|
/**
|
|
907
1007
|
* Returns if the column has named header values.
|
|
908
1008
|
|
|
909
1009
|
*/
|
|
910
1010
|
hasNamedHeaderValues() {
|
|
911
|
-
let iv = this.i.
|
|
1011
|
+
let iv = this.i.j2();
|
|
912
1012
|
return (iv);
|
|
913
1013
|
}
|
|
914
1014
|
/**
|
|
@@ -917,7 +1017,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
917
1017
|
* @param valueName * The named value to check for.
|
|
918
1018
|
*/
|
|
919
1019
|
hasNamedHeaderValue(valueName) {
|
|
920
|
-
let iv = this.i.
|
|
1020
|
+
let iv = this.i.j1(valueName);
|
|
921
1021
|
return (iv);
|
|
922
1022
|
}
|
|
923
1023
|
/**
|
|
@@ -926,7 +1026,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
926
1026
|
* @param valueName * The named header value to remove.
|
|
927
1027
|
*/
|
|
928
1028
|
removeNamedHeaderValue(valueName) {
|
|
929
|
-
this.i.
|
|
1029
|
+
this.i.ph(valueName);
|
|
930
1030
|
}
|
|
931
1031
|
/**
|
|
932
1032
|
* Gets the value of a named header value for this column by name.
|
|
@@ -934,11 +1034,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
934
1034
|
* @param valueName * Name of the named header value to retrieve.
|
|
935
1035
|
*/
|
|
936
1036
|
getNamedHeaderValue(valueName) {
|
|
937
|
-
let iv = this.i.
|
|
1037
|
+
let iv = this.i.lt(valueName);
|
|
938
1038
|
return (iv);
|
|
939
1039
|
}
|
|
940
1040
|
applyCustomFilter(filterID, index, value) {
|
|
941
|
-
this.i.
|
|
1041
|
+
this.i.o8(filterID, index, value);
|
|
942
1042
|
}
|
|
943
1043
|
getDesiredToolbarActions() {
|
|
944
1044
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -994,7 +1094,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
994
1094
|
}
|
|
995
1095
|
}
|
|
996
1096
|
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 });
|
|
1097
|
+
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", 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
1098
|
return IgxDataGridColumnComponent;
|
|
999
1099
|
})();
|
|
1000
1100
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
|
|
@@ -1022,6 +1122,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1022
1122
|
type: Input
|
|
1023
1123
|
}], actualSelectedBackground: [{
|
|
1024
1124
|
type: Input
|
|
1125
|
+
}], selectedTextColor: [{
|
|
1126
|
+
type: Input
|
|
1127
|
+
}], actualSelectedTextColor: [{
|
|
1128
|
+
type: Input
|
|
1025
1129
|
}], rowHoverBackground: [{
|
|
1026
1130
|
type: Input
|
|
1027
1131
|
}], actualHoverBackground: [{
|
|
@@ -1050,6 +1154,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1050
1154
|
type: Input
|
|
1051
1155
|
}], isResizingEnabled: [{
|
|
1052
1156
|
type: Input
|
|
1157
|
+
}], isSortingEnabled: [{
|
|
1158
|
+
type: Input
|
|
1053
1159
|
}], isHidden: [{
|
|
1054
1160
|
type: Input
|
|
1055
1161
|
}], shouldRemoveWhenHidden: [{
|
|
@@ -1090,6 +1196,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1090
1196
|
type: Input
|
|
1091
1197
|
}], columnOptionsTextColor: [{
|
|
1092
1198
|
type: Input
|
|
1199
|
+
}], columnOptionsTextStyle: [{
|
|
1200
|
+
type: Input
|
|
1201
|
+
}], actualColumnOptionsHoverBackgroundColor: [{
|
|
1202
|
+
type: Input
|
|
1203
|
+
}], columnOptionsHoverBackgroundColor: [{
|
|
1204
|
+
type: Input
|
|
1205
|
+
}], actualColumnOptionsToolTipBackgroundColor: [{
|
|
1206
|
+
type: Input
|
|
1207
|
+
}], columnOptionsToolTipBackgroundColor: [{
|
|
1208
|
+
type: Input
|
|
1209
|
+
}], actualColumnOptionsHighlightColor: [{
|
|
1210
|
+
type: Input
|
|
1211
|
+
}], columnOptionsHighlightColor: [{
|
|
1212
|
+
type: Input
|
|
1093
1213
|
}], actualColumnOptionsSeparatorColor: [{
|
|
1094
1214
|
type: Input
|
|
1095
1215
|
}], columnOptionsSeparatorColor: [{
|
|
@@ -1102,10 +1222,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1102
1222
|
type: Input
|
|
1103
1223
|
}], columnOptionsGroupHeaderTextColor: [{
|
|
1104
1224
|
type: Input
|
|
1225
|
+
}], columnOptionsGroupHeaderTextStyle: [{
|
|
1226
|
+
type: Input
|
|
1105
1227
|
}], actualColumnOptionsAccentColor: [{
|
|
1106
1228
|
type: Input
|
|
1107
1229
|
}], columnOptionsAccentColor: [{
|
|
1108
1230
|
type: Input
|
|
1231
|
+
}], actualColumnOptionsRowHeight: [{
|
|
1232
|
+
type: Input
|
|
1233
|
+
}], columnOptionsRowHeight: [{
|
|
1234
|
+
type: Input
|
|
1109
1235
|
}], isEditable: [{
|
|
1110
1236
|
type: Input
|
|
1111
1237
|
}], deletedTextColor: [{
|