igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -58,151 +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.ln;
|
|
62
62
|
}
|
|
63
63
|
set paddingLeft(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.ln = +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.lp;
|
|
71
71
|
}
|
|
72
72
|
set paddingTop(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.lp = +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.lo;
|
|
80
80
|
}
|
|
81
81
|
set paddingRight(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.lo = +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.lm;
|
|
89
89
|
}
|
|
90
90
|
set paddingBottom(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.lm = +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.ok;
|
|
98
98
|
}
|
|
99
99
|
set name(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.ok = 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.ns;
|
|
107
107
|
}
|
|
108
108
|
set field(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.ns = 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.nz;
|
|
116
116
|
}
|
|
117
117
|
set headerText(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.nz = 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.mq;
|
|
125
125
|
}
|
|
126
126
|
set actualHeaderText(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.mq = 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.sv);
|
|
134
134
|
}
|
|
135
135
|
set selectedBackground(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.sv = 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.sa);
|
|
143
143
|
}
|
|
144
144
|
set actualSelectedBackground(v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.sa = stringToBrush(v);
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
148
|
* Gets or sets the text color to use for the cells when they are selected
|
|
149
149
|
*/
|
|
150
150
|
get selectedTextColor() {
|
|
151
|
-
return brushToString(this.i.
|
|
151
|
+
return brushToString(this.i.sw);
|
|
152
152
|
}
|
|
153
153
|
set selectedTextColor(v) {
|
|
154
|
-
this.i.
|
|
154
|
+
this.i.sw = stringToBrush(v);
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
157
|
* Gets the actual text color that is used for the cells when they are selected
|
|
158
158
|
*/
|
|
159
159
|
get actualSelectedTextColor() {
|
|
160
|
-
return brushToString(this.i.
|
|
160
|
+
return brushToString(this.i.sb);
|
|
161
161
|
}
|
|
162
162
|
set actualSelectedTextColor(v) {
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.sb = stringToBrush(v);
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
166
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
167
167
|
*/
|
|
168
168
|
get rowHoverBackground() {
|
|
169
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.st);
|
|
170
170
|
}
|
|
171
171
|
set rowHoverBackground(v) {
|
|
172
|
-
this.i.
|
|
172
|
+
this.i.st = stringToBrush(v);
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
175
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
176
176
|
*/
|
|
177
177
|
get actualHoverBackground() {
|
|
178
|
-
return brushToString(this.i.
|
|
178
|
+
return brushToString(this.i.r8);
|
|
179
179
|
}
|
|
180
180
|
set actualHoverBackground(v) {
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.r8 = stringToBrush(v);
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
184
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
185
185
|
*/
|
|
186
186
|
get rowHoverTextColor() {
|
|
187
|
-
return brushToString(this.i.
|
|
187
|
+
return brushToString(this.i.su);
|
|
188
188
|
}
|
|
189
189
|
set rowHoverTextColor(v) {
|
|
190
|
-
this.i.
|
|
190
|
+
this.i.su = stringToBrush(v);
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
193
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
194
194
|
*/
|
|
195
195
|
get actualRowHoverTextColor() {
|
|
196
|
-
return brushToString(this.i.
|
|
196
|
+
return brushToString(this.i.r9);
|
|
197
197
|
}
|
|
198
198
|
set actualRowHoverTextColor(v) {
|
|
199
|
-
this.i.
|
|
199
|
+
this.i.r9 = stringToBrush(v);
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
202
|
* Gets or sets the animation settings to use for this column.
|
|
203
203
|
*/
|
|
204
204
|
get animationSettings() {
|
|
205
|
-
const r = this.i.
|
|
205
|
+
const r = this.i.ie;
|
|
206
206
|
if (r == null) {
|
|
207
207
|
return null;
|
|
208
208
|
}
|
|
@@ -221,7 +221,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
221
221
|
return r.externalObject;
|
|
222
222
|
}
|
|
223
223
|
set animationSettings(v) {
|
|
224
|
-
v == null ? this.i.
|
|
224
|
+
v == null ? this.i.ie = null : this.i.ie = v.i;
|
|
225
225
|
}
|
|
226
226
|
/**
|
|
227
227
|
* Gets or sets the width to use for this column.
|
|
@@ -258,46 +258,46 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
258
258
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
259
259
|
*/
|
|
260
260
|
get minWidth() {
|
|
261
|
-
return this.i.
|
|
261
|
+
return this.i.ku;
|
|
262
262
|
}
|
|
263
263
|
set minWidth(v) {
|
|
264
|
-
this.i.
|
|
264
|
+
this.i.ku = +v;
|
|
265
265
|
}
|
|
266
266
|
/**
|
|
267
267
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
268
268
|
*/
|
|
269
269
|
get isFromMarkup() {
|
|
270
|
-
return this.i.
|
|
270
|
+
return this.i.kb;
|
|
271
271
|
}
|
|
272
272
|
set isFromMarkup(v) {
|
|
273
|
-
this.i.
|
|
273
|
+
this.i.kb = ensureBool(v);
|
|
274
274
|
}
|
|
275
275
|
/**
|
|
276
276
|
* Gets whether this column was auto generated.
|
|
277
277
|
*/
|
|
278
278
|
get isAutoGenerated() {
|
|
279
|
-
return this.i.
|
|
279
|
+
return this.i.j5;
|
|
280
280
|
}
|
|
281
281
|
set isAutoGenerated(v) {
|
|
282
|
-
this.i.
|
|
282
|
+
this.i.j5 = ensureBool(v);
|
|
283
283
|
}
|
|
284
284
|
/**
|
|
285
285
|
* Gets or sets a filter to apply on the values of this column
|
|
286
286
|
*/
|
|
287
287
|
get filter() {
|
|
288
|
-
return this.i.
|
|
288
|
+
return this.i.g6;
|
|
289
289
|
}
|
|
290
290
|
set filter(v) {
|
|
291
|
-
this.i.
|
|
291
|
+
this.i.g6 = v;
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
294
294
|
* Gets or sets a filter to apply to the values of this column.
|
|
295
295
|
*/
|
|
296
296
|
get filterExpression() {
|
|
297
|
-
return this.i.
|
|
297
|
+
return this.i.g8;
|
|
298
298
|
}
|
|
299
299
|
set filterExpression(v) {
|
|
300
|
-
this.i.
|
|
300
|
+
this.i.g8 = v;
|
|
301
301
|
}
|
|
302
302
|
/**
|
|
303
303
|
* Gets or sets the header definition for this column.
|
|
@@ -325,405 +325,459 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
325
325
|
* Gets or sets whether filtering is enabled for this column.
|
|
326
326
|
*/
|
|
327
327
|
get isFilteringEnabled() {
|
|
328
|
-
return this.i.
|
|
328
|
+
return this.i.ka;
|
|
329
329
|
}
|
|
330
330
|
set isFilteringEnabled(v) {
|
|
331
|
-
this.i.
|
|
331
|
+
this.i.ka = ensureBool(v);
|
|
332
332
|
}
|
|
333
333
|
/**
|
|
334
334
|
* Gets or sets whether resizing is enabled for this column.
|
|
335
335
|
*/
|
|
336
336
|
get isResizingEnabled() {
|
|
337
|
-
return this.i.
|
|
337
|
+
return this.i.kd;
|
|
338
338
|
}
|
|
339
339
|
set isResizingEnabled(v) {
|
|
340
|
-
this.i.
|
|
340
|
+
this.i.kd = ensureBool(v);
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
343
|
* Gets or sets whether sorting is enabled for this column from the UI.
|
|
344
344
|
*/
|
|
345
345
|
get isSortingEnabled() {
|
|
346
|
-
return this.i.
|
|
346
|
+
return this.i.ke;
|
|
347
347
|
}
|
|
348
348
|
set isSortingEnabled(v) {
|
|
349
|
-
this.i.
|
|
349
|
+
this.i.ke = ensureBool(v);
|
|
350
350
|
}
|
|
351
351
|
/**
|
|
352
352
|
* Gets or sets whether or not a column is hidden from the grid
|
|
353
353
|
*/
|
|
354
354
|
get isHidden() {
|
|
355
|
-
return this.i.
|
|
355
|
+
return this.i.kc;
|
|
356
356
|
}
|
|
357
357
|
set isHidden(v) {
|
|
358
|
-
this.i.
|
|
358
|
+
this.i.kc = ensureBool(v);
|
|
359
359
|
}
|
|
360
360
|
/**
|
|
361
361
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
362
362
|
*/
|
|
363
363
|
get shouldRemoveWhenHidden() {
|
|
364
|
-
return this.i.
|
|
364
|
+
return this.i.kh;
|
|
365
365
|
}
|
|
366
366
|
set shouldRemoveWhenHidden(v) {
|
|
367
|
-
this.i.
|
|
367
|
+
this.i.kh = ensureBool(v);
|
|
368
368
|
}
|
|
369
369
|
/**
|
|
370
370
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
371
371
|
*/
|
|
372
372
|
get sortDirection() {
|
|
373
|
-
return this.i.
|
|
373
|
+
return this.i.hw;
|
|
374
374
|
}
|
|
375
375
|
set sortDirection(v) {
|
|
376
|
-
this.i.
|
|
376
|
+
this.i.hw = ensureEnum(ColumnSortDirection_$type, v);
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
379
|
* Gets or sets the current fixed position for this column.
|
|
380
380
|
*/
|
|
381
381
|
get pinned() {
|
|
382
|
-
return this.i.
|
|
382
|
+
return this.i.iu;
|
|
383
383
|
}
|
|
384
384
|
set pinned(v) {
|
|
385
|
-
this.i.
|
|
385
|
+
this.i.iu = ensureEnum(PinnedPositions_$type, v);
|
|
386
386
|
}
|
|
387
387
|
/**
|
|
388
388
|
* Gets the actual column options icon alignment for this column.
|
|
389
389
|
*/
|
|
390
390
|
get actualColumnOptionsIconAlignment() {
|
|
391
|
-
return this.i.
|
|
391
|
+
return this.i.hn;
|
|
392
392
|
}
|
|
393
393
|
set actualColumnOptionsIconAlignment(v) {
|
|
394
|
-
this.i.
|
|
394
|
+
this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
395
395
|
}
|
|
396
396
|
/**
|
|
397
397
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
398
398
|
*/
|
|
399
399
|
get columnOptionsIconAlignment() {
|
|
400
|
-
return this.i.
|
|
400
|
+
return this.i.ho;
|
|
401
401
|
}
|
|
402
402
|
set columnOptionsIconAlignment(v) {
|
|
403
|
-
this.i.
|
|
403
|
+
this.i.ho = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
404
404
|
}
|
|
405
405
|
/**
|
|
406
406
|
* Gets the actual column options icon color for this column.
|
|
407
407
|
*/
|
|
408
408
|
get actualColumnOptionsIconColor() {
|
|
409
|
-
return brushToString(this.i.
|
|
409
|
+
return brushToString(this.i.rz);
|
|
410
410
|
}
|
|
411
411
|
set actualColumnOptionsIconColor(v) {
|
|
412
|
-
this.i.
|
|
412
|
+
this.i.rz = stringToBrush(v);
|
|
413
413
|
}
|
|
414
414
|
/**
|
|
415
415
|
* Gets or sets the column options icon color for this column.
|
|
416
416
|
*/
|
|
417
417
|
get columnOptionsIconColor() {
|
|
418
|
-
return brushToString(this.i.
|
|
418
|
+
return brushToString(this.i.si);
|
|
419
419
|
}
|
|
420
420
|
set columnOptionsIconColor(v) {
|
|
421
|
-
this.i.
|
|
421
|
+
this.i.si = stringToBrush(v);
|
|
422
422
|
}
|
|
423
423
|
/**
|
|
424
424
|
* Gets or sets how the column option icon will behave in the column header.
|
|
425
425
|
*/
|
|
426
426
|
get columnOptionsIconBehavior() {
|
|
427
|
-
return this.i.
|
|
427
|
+
return this.i.hs;
|
|
428
428
|
}
|
|
429
429
|
set columnOptionsIconBehavior(v) {
|
|
430
|
-
this.i.
|
|
430
|
+
this.i.hs = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
431
431
|
}
|
|
432
432
|
/**
|
|
433
433
|
* Gets or sets how the column option icon will behave in the column header.
|
|
434
434
|
*/
|
|
435
435
|
get actualColumnOptionsIconBehavior() {
|
|
436
|
-
return this.i.
|
|
436
|
+
return this.i.hr;
|
|
437
437
|
}
|
|
438
438
|
set actualColumnOptionsIconBehavior(v) {
|
|
439
|
-
this.i.
|
|
439
|
+
this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
440
440
|
}
|
|
441
441
|
/**
|
|
442
442
|
* Gets the actual state of the column options for this column.
|
|
443
443
|
*/
|
|
444
444
|
get actualIsColumnOptionsEnabled() {
|
|
445
|
-
return this.i.
|
|
445
|
+
return this.i.jy;
|
|
446
446
|
}
|
|
447
447
|
set actualIsColumnOptionsEnabled(v) {
|
|
448
|
-
this.i.
|
|
448
|
+
this.i.jy = ensureBool(v);
|
|
449
449
|
}
|
|
450
450
|
/**
|
|
451
451
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
452
452
|
* then it will be disabled for the column regardless of what this is set to.
|
|
453
453
|
*/
|
|
454
454
|
get isColumnOptionsEnabled() {
|
|
455
|
-
return this.i.
|
|
455
|
+
return this.i.j6;
|
|
456
456
|
}
|
|
457
457
|
set isColumnOptionsEnabled(v) {
|
|
458
|
-
this.i.
|
|
458
|
+
this.i.j6 = ensureBool(v);
|
|
459
459
|
}
|
|
460
460
|
/**
|
|
461
461
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
462
462
|
*/
|
|
463
463
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
464
|
-
return this.i.
|
|
464
|
+
return this.i.j0;
|
|
465
465
|
}
|
|
466
466
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
467
|
-
this.i.
|
|
467
|
+
this.i.j0 = ensureBool(v);
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
470
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
471
471
|
*/
|
|
472
472
|
get isColumnOptionsSummariesEnabled() {
|
|
473
|
-
return this.i.
|
|
473
|
+
return this.i.j8;
|
|
474
474
|
}
|
|
475
475
|
set isColumnOptionsSummariesEnabled(v) {
|
|
476
|
-
this.i.
|
|
476
|
+
this.i.j8 = ensureBool(v);
|
|
477
477
|
}
|
|
478
478
|
/**
|
|
479
479
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
480
480
|
*/
|
|
481
481
|
get actualIsColumnOptionsGroupingEnabled() {
|
|
482
|
-
return this.i.
|
|
482
|
+
return this.i.jz;
|
|
483
483
|
}
|
|
484
484
|
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
485
|
-
this.i.
|
|
485
|
+
this.i.jz = ensureBool(v);
|
|
486
486
|
}
|
|
487
487
|
/**
|
|
488
488
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
489
489
|
*/
|
|
490
490
|
get isColumnOptionsGroupingEnabled() {
|
|
491
|
-
return this.i.
|
|
491
|
+
return this.i.j7;
|
|
492
492
|
}
|
|
493
493
|
set isColumnOptionsGroupingEnabled(v) {
|
|
494
|
-
this.i.
|
|
494
|
+
this.i.j7 = ensureBool(v);
|
|
495
495
|
}
|
|
496
496
|
/**
|
|
497
497
|
* Gets or sets the column options dropdown background color.
|
|
498
498
|
*/
|
|
499
499
|
get actualColumnOptionsBackground() {
|
|
500
|
-
return brushToString(this.i.
|
|
500
|
+
return brushToString(this.i.ru);
|
|
501
501
|
}
|
|
502
502
|
set actualColumnOptionsBackground(v) {
|
|
503
|
-
this.i.
|
|
503
|
+
this.i.ru = stringToBrush(v);
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
506
506
|
* Gets or sets the column options dropdown background color.
|
|
507
507
|
*/
|
|
508
508
|
get columnOptionsBackground() {
|
|
509
|
-
return brushToString(this.i.
|
|
509
|
+
return brushToString(this.i.sd);
|
|
510
510
|
}
|
|
511
511
|
set columnOptionsBackground(v) {
|
|
512
|
-
this.i.
|
|
512
|
+
this.i.sd = stringToBrush(v);
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
|
|
516
|
+
*/
|
|
517
|
+
get actualColumnOptionsScrollbarBackground() {
|
|
518
|
+
return brushToString(this.i.r1);
|
|
519
|
+
}
|
|
520
|
+
set actualColumnOptionsScrollbarBackground(v) {
|
|
521
|
+
this.i.r1 = stringToBrush(v);
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
|
|
525
|
+
*/
|
|
526
|
+
get columnOptionsScrollbarBackground() {
|
|
527
|
+
return brushToString(this.i.sk);
|
|
528
|
+
}
|
|
529
|
+
set columnOptionsScrollbarBackground(v) {
|
|
530
|
+
this.i.sk = stringToBrush(v);
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
534
|
+
*/
|
|
535
|
+
get actualColumnOptionsScrollbarHoverBackground() {
|
|
536
|
+
return brushToString(this.i.r2);
|
|
537
|
+
}
|
|
538
|
+
set actualColumnOptionsScrollbarHoverBackground(v) {
|
|
539
|
+
this.i.r2 = stringToBrush(v);
|
|
540
|
+
}
|
|
541
|
+
/**
|
|
542
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
|
|
543
|
+
*/
|
|
544
|
+
get columnOptionsScrollbarHoverBackground() {
|
|
545
|
+
return brushToString(this.i.sl);
|
|
546
|
+
}
|
|
547
|
+
set columnOptionsScrollbarHoverBackground(v) {
|
|
548
|
+
this.i.sl = stringToBrush(v);
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
552
|
+
*/
|
|
553
|
+
get actualColumnOptionsScrollbarActiveBackground() {
|
|
554
|
+
return brushToString(this.i.r0);
|
|
555
|
+
}
|
|
556
|
+
set actualColumnOptionsScrollbarActiveBackground(v) {
|
|
557
|
+
this.i.r0 = stringToBrush(v);
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.
|
|
561
|
+
*/
|
|
562
|
+
get columnOptionsScrollbarActiveBackground() {
|
|
563
|
+
return brushToString(this.i.sj);
|
|
564
|
+
}
|
|
565
|
+
set columnOptionsScrollbarActiveBackground(v) {
|
|
566
|
+
this.i.sj = stringToBrush(v);
|
|
513
567
|
}
|
|
514
568
|
/**
|
|
515
569
|
* Gets or sets the text color for text inside the column options menu.
|
|
516
570
|
*/
|
|
517
571
|
get actualColumnOptionsTextColor() {
|
|
518
|
-
return brushToString(this.i.
|
|
572
|
+
return brushToString(this.i.r4);
|
|
519
573
|
}
|
|
520
574
|
set actualColumnOptionsTextColor(v) {
|
|
521
|
-
this.i.
|
|
575
|
+
this.i.r4 = stringToBrush(v);
|
|
522
576
|
}
|
|
523
577
|
/**
|
|
524
578
|
* Gets or sets the text color for text inside the column options menu.
|
|
525
579
|
*/
|
|
526
580
|
get columnOptionsTextColor() {
|
|
527
|
-
return brushToString(this.i.
|
|
581
|
+
return brushToString(this.i.sn);
|
|
528
582
|
}
|
|
529
583
|
set columnOptionsTextColor(v) {
|
|
530
|
-
this.i.
|
|
584
|
+
this.i.sn = stringToBrush(v);
|
|
531
585
|
}
|
|
532
586
|
/**
|
|
533
587
|
* Gets or sets the font settings for text inside the column options menu.
|
|
534
588
|
*/
|
|
535
589
|
get columnOptionsTextStyle() {
|
|
536
|
-
if (this.i.
|
|
590
|
+
if (this.i.je == null) {
|
|
537
591
|
return null;
|
|
538
592
|
}
|
|
539
|
-
return this.i.
|
|
593
|
+
return this.i.je.fontString;
|
|
540
594
|
}
|
|
541
595
|
set columnOptionsTextStyle(v) {
|
|
542
596
|
let fi = new FontInfo();
|
|
543
597
|
fi.fontString = v;
|
|
544
|
-
this.i.
|
|
598
|
+
this.i.je = fi;
|
|
545
599
|
}
|
|
546
600
|
get actualColumnOptionsHoverBackgroundColor() {
|
|
547
|
-
return brushToString(this.i.
|
|
601
|
+
return brushToString(this.i.ry);
|
|
548
602
|
}
|
|
549
603
|
set actualColumnOptionsHoverBackgroundColor(v) {
|
|
550
|
-
this.i.
|
|
604
|
+
this.i.ry = stringToBrush(v);
|
|
551
605
|
}
|
|
552
606
|
get columnOptionsHoverBackgroundColor() {
|
|
553
|
-
return brushToString(this.i.
|
|
607
|
+
return brushToString(this.i.sh);
|
|
554
608
|
}
|
|
555
609
|
set columnOptionsHoverBackgroundColor(v) {
|
|
556
|
-
this.i.
|
|
610
|
+
this.i.sh = stringToBrush(v);
|
|
557
611
|
}
|
|
558
612
|
get actualColumnOptionsToolTipBackgroundColor() {
|
|
559
|
-
return brushToString(this.i.
|
|
613
|
+
return brushToString(this.i.r5);
|
|
560
614
|
}
|
|
561
615
|
set actualColumnOptionsToolTipBackgroundColor(v) {
|
|
562
|
-
this.i.
|
|
616
|
+
this.i.r5 = stringToBrush(v);
|
|
563
617
|
}
|
|
564
618
|
get columnOptionsToolTipBackgroundColor() {
|
|
565
|
-
return brushToString(this.i.
|
|
619
|
+
return brushToString(this.i.so);
|
|
566
620
|
}
|
|
567
621
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
568
|
-
this.i.
|
|
622
|
+
this.i.so = stringToBrush(v);
|
|
569
623
|
}
|
|
570
624
|
get actualColumnOptionsToolTipTextColor() {
|
|
571
|
-
return brushToString(this.i.
|
|
625
|
+
return brushToString(this.i.r6);
|
|
572
626
|
}
|
|
573
627
|
set actualColumnOptionsToolTipTextColor(v) {
|
|
574
|
-
this.i.
|
|
628
|
+
this.i.r6 = stringToBrush(v);
|
|
575
629
|
}
|
|
576
630
|
get columnOptionsToolTipTextColor() {
|
|
577
|
-
return brushToString(this.i.
|
|
631
|
+
return brushToString(this.i.sp);
|
|
578
632
|
}
|
|
579
633
|
set columnOptionsToolTipTextColor(v) {
|
|
580
|
-
this.i.
|
|
634
|
+
this.i.sp = stringToBrush(v);
|
|
581
635
|
}
|
|
582
636
|
get actualColumnOptionsHighlightColor() {
|
|
583
|
-
return brushToString(this.i.
|
|
637
|
+
return brushToString(this.i.rx);
|
|
584
638
|
}
|
|
585
639
|
set actualColumnOptionsHighlightColor(v) {
|
|
586
|
-
this.i.
|
|
640
|
+
this.i.rx = stringToBrush(v);
|
|
587
641
|
}
|
|
588
642
|
get columnOptionsHighlightColor() {
|
|
589
|
-
return brushToString(this.i.
|
|
643
|
+
return brushToString(this.i.sg);
|
|
590
644
|
}
|
|
591
645
|
set columnOptionsHighlightColor(v) {
|
|
592
|
-
this.i.
|
|
646
|
+
this.i.sg = stringToBrush(v);
|
|
593
647
|
}
|
|
594
648
|
/**
|
|
595
649
|
* Gets or sets the color of separators inside the column options menu.
|
|
596
650
|
*/
|
|
597
651
|
get actualColumnOptionsSeparatorColor() {
|
|
598
|
-
return brushToString(this.i.
|
|
652
|
+
return brushToString(this.i.r3);
|
|
599
653
|
}
|
|
600
654
|
set actualColumnOptionsSeparatorColor(v) {
|
|
601
|
-
this.i.
|
|
655
|
+
this.i.r3 = stringToBrush(v);
|
|
602
656
|
}
|
|
603
657
|
/**
|
|
604
658
|
* Gets or sets the color of separators inside the column options menu.
|
|
605
659
|
*/
|
|
606
660
|
get columnOptionsSeparatorColor() {
|
|
607
|
-
return brushToString(this.i.
|
|
661
|
+
return brushToString(this.i.sm);
|
|
608
662
|
}
|
|
609
663
|
set columnOptionsSeparatorColor(v) {
|
|
610
|
-
this.i.
|
|
664
|
+
this.i.sm = stringToBrush(v);
|
|
611
665
|
}
|
|
612
666
|
/**
|
|
613
667
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
614
668
|
*/
|
|
615
669
|
get actualColumnOptionsGroupHeaderBackground() {
|
|
616
|
-
return brushToString(this.i.
|
|
670
|
+
return brushToString(this.i.rv);
|
|
617
671
|
}
|
|
618
672
|
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
619
|
-
this.i.
|
|
673
|
+
this.i.rv = stringToBrush(v);
|
|
620
674
|
}
|
|
621
675
|
/**
|
|
622
676
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
623
677
|
*/
|
|
624
678
|
get columnOptionsGroupHeaderBackground() {
|
|
625
|
-
return brushToString(this.i.
|
|
679
|
+
return brushToString(this.i.se);
|
|
626
680
|
}
|
|
627
681
|
set columnOptionsGroupHeaderBackground(v) {
|
|
628
|
-
this.i.
|
|
682
|
+
this.i.se = stringToBrush(v);
|
|
629
683
|
}
|
|
630
684
|
/**
|
|
631
685
|
* Gets the actual text color for group headers inside the column options menu.
|
|
632
686
|
*/
|
|
633
687
|
get actualColumnOptionsGroupHeaderTextColor() {
|
|
634
|
-
return brushToString(this.i.
|
|
688
|
+
return brushToString(this.i.rw);
|
|
635
689
|
}
|
|
636
690
|
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
637
|
-
this.i.
|
|
691
|
+
this.i.rw = stringToBrush(v);
|
|
638
692
|
}
|
|
639
693
|
/**
|
|
640
694
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
641
695
|
*/
|
|
642
696
|
get columnOptionsGroupHeaderTextColor() {
|
|
643
|
-
return brushToString(this.i.
|
|
697
|
+
return brushToString(this.i.sf);
|
|
644
698
|
}
|
|
645
699
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
646
|
-
this.i.
|
|
700
|
+
this.i.sf = stringToBrush(v);
|
|
647
701
|
}
|
|
648
702
|
get columnOptionsGroupHeaderTextStyle() {
|
|
649
|
-
if (this.i.
|
|
703
|
+
if (this.i.jd == null) {
|
|
650
704
|
return null;
|
|
651
705
|
}
|
|
652
|
-
return this.i.
|
|
706
|
+
return this.i.jd.fontString;
|
|
653
707
|
}
|
|
654
708
|
set columnOptionsGroupHeaderTextStyle(v) {
|
|
655
709
|
let fi = new FontInfo();
|
|
656
710
|
fi.fontString = v;
|
|
657
|
-
this.i.
|
|
711
|
+
this.i.jd = fi;
|
|
658
712
|
}
|
|
659
713
|
get actualColumnOptionsAccentColor() {
|
|
660
|
-
return brushToString(this.i.
|
|
714
|
+
return brushToString(this.i.rt);
|
|
661
715
|
}
|
|
662
716
|
set actualColumnOptionsAccentColor(v) {
|
|
663
|
-
this.i.
|
|
717
|
+
this.i.rt = stringToBrush(v);
|
|
664
718
|
}
|
|
665
719
|
get columnOptionsAccentColor() {
|
|
666
|
-
return brushToString(this.i.
|
|
720
|
+
return brushToString(this.i.sc);
|
|
667
721
|
}
|
|
668
722
|
set columnOptionsAccentColor(v) {
|
|
669
|
-
this.i.
|
|
723
|
+
this.i.sc = stringToBrush(v);
|
|
670
724
|
}
|
|
671
725
|
get actualColumnOptionsRowHeight() {
|
|
672
|
-
return this.i.
|
|
726
|
+
return this.i.ld;
|
|
673
727
|
}
|
|
674
728
|
set actualColumnOptionsRowHeight(v) {
|
|
675
|
-
this.i.
|
|
729
|
+
this.i.ld = +v;
|
|
676
730
|
}
|
|
677
731
|
get columnOptionsRowHeight() {
|
|
678
|
-
return this.i.
|
|
732
|
+
return this.i.le;
|
|
679
733
|
}
|
|
680
734
|
set columnOptionsRowHeight(v) {
|
|
681
|
-
this.i.
|
|
735
|
+
this.i.le = +v;
|
|
682
736
|
}
|
|
683
737
|
/**
|
|
684
738
|
* Gets or sets if the column is editable.
|
|
685
739
|
*/
|
|
686
740
|
get isEditable() {
|
|
687
|
-
return this.i.
|
|
741
|
+
return this.i.j9;
|
|
688
742
|
}
|
|
689
743
|
set isEditable(v) {
|
|
690
|
-
this.i.
|
|
744
|
+
this.i.j9 = ensureBool(v);
|
|
691
745
|
}
|
|
692
746
|
/**
|
|
693
747
|
* Gets or sets the text color used for deleted rows.
|
|
694
748
|
*/
|
|
695
749
|
get deletedTextColor() {
|
|
696
|
-
return brushToString(this.i.
|
|
750
|
+
return brushToString(this.i.sq);
|
|
697
751
|
}
|
|
698
752
|
set deletedTextColor(v) {
|
|
699
|
-
this.i.
|
|
753
|
+
this.i.sq = stringToBrush(v);
|
|
700
754
|
}
|
|
701
755
|
/**
|
|
702
756
|
* Gets the actual text color used for deleted rows.
|
|
703
757
|
*/
|
|
704
758
|
get actualDeletedTextColor() {
|
|
705
|
-
return brushToString(this.i.
|
|
759
|
+
return brushToString(this.i.r7);
|
|
706
760
|
}
|
|
707
761
|
set actualDeletedTextColor(v) {
|
|
708
|
-
this.i.
|
|
762
|
+
this.i.r7 = stringToBrush(v);
|
|
709
763
|
}
|
|
710
764
|
/**
|
|
711
765
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
712
766
|
*/
|
|
713
767
|
get editOpacity() {
|
|
714
|
-
return this.i.
|
|
768
|
+
return this.i.kt;
|
|
715
769
|
}
|
|
716
770
|
set editOpacity(v) {
|
|
717
|
-
this.i.
|
|
771
|
+
this.i.kt = +v;
|
|
718
772
|
}
|
|
719
773
|
/**
|
|
720
774
|
* Gets the actual opacity for unsaved edited cell values.
|
|
721
775
|
*/
|
|
722
776
|
get actualEditOpacity() {
|
|
723
|
-
return this.i.
|
|
777
|
+
return this.i.ks;
|
|
724
778
|
}
|
|
725
779
|
set actualEditOpacity(v) {
|
|
726
|
-
this.i.
|
|
780
|
+
this.i.ks = +v;
|
|
727
781
|
}
|
|
728
782
|
/**
|
|
729
783
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -743,87 +797,87 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
743
797
|
* Gets the actual font style used for unsaved cell edits.
|
|
744
798
|
*/
|
|
745
799
|
get actualEditFontInfo() {
|
|
746
|
-
if (this.i.
|
|
800
|
+
if (this.i.jc == null) {
|
|
747
801
|
return null;
|
|
748
802
|
}
|
|
749
|
-
return this.i.
|
|
803
|
+
return this.i.jc.fontString;
|
|
750
804
|
}
|
|
751
805
|
set actualEditFontInfo(v) {
|
|
752
806
|
let fi = new FontInfo();
|
|
753
807
|
fi.fontString = v;
|
|
754
|
-
this.i.
|
|
808
|
+
this.i.jc = fi;
|
|
755
809
|
}
|
|
756
810
|
/**
|
|
757
811
|
* Gets or sets if and how cell merging is performed for this field.
|
|
758
812
|
*/
|
|
759
813
|
get mergedCellMode() {
|
|
760
|
-
return this.i.
|
|
814
|
+
return this.i.iq;
|
|
761
815
|
}
|
|
762
816
|
set mergedCellMode(v) {
|
|
763
|
-
this.i.
|
|
817
|
+
this.i.iq = ensureEnum(MergedCellMode_$type, v);
|
|
764
818
|
}
|
|
765
819
|
/**
|
|
766
820
|
* Gets or sets how cells are evaluated for merging.
|
|
767
821
|
*/
|
|
768
822
|
get mergedCellEvaluationCriteria() {
|
|
769
|
-
return this.i.
|
|
823
|
+
return this.i.im;
|
|
770
824
|
}
|
|
771
825
|
set mergedCellEvaluationCriteria(v) {
|
|
772
|
-
this.i.
|
|
826
|
+
this.i.im = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
773
827
|
}
|
|
774
828
|
/**
|
|
775
829
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
776
830
|
*/
|
|
777
831
|
get mergedCellVerticalAlignment() {
|
|
778
|
-
return this.i.
|
|
832
|
+
return this.i.hf;
|
|
779
833
|
}
|
|
780
834
|
set mergedCellVerticalAlignment(v) {
|
|
781
|
-
this.i.
|
|
835
|
+
this.i.hf = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
782
836
|
}
|
|
783
837
|
/**
|
|
784
838
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
785
839
|
*/
|
|
786
840
|
get mergedCellPaddingLeft() {
|
|
787
|
-
return this.i.
|
|
841
|
+
return this.i.lg;
|
|
788
842
|
}
|
|
789
843
|
set mergedCellPaddingLeft(v) {
|
|
790
|
-
this.i.
|
|
844
|
+
this.i.lg = +v;
|
|
791
845
|
}
|
|
792
846
|
/**
|
|
793
847
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
794
848
|
*/
|
|
795
849
|
get mergedCellPaddingTop() {
|
|
796
|
-
return this.i.
|
|
850
|
+
return this.i.li;
|
|
797
851
|
}
|
|
798
852
|
set mergedCellPaddingTop(v) {
|
|
799
|
-
this.i.
|
|
853
|
+
this.i.li = +v;
|
|
800
854
|
}
|
|
801
855
|
/**
|
|
802
856
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
803
857
|
*/
|
|
804
858
|
get mergedCellPaddingRight() {
|
|
805
|
-
return this.i.
|
|
859
|
+
return this.i.lh;
|
|
806
860
|
}
|
|
807
861
|
set mergedCellPaddingRight(v) {
|
|
808
|
-
this.i.
|
|
862
|
+
this.i.lh = +v;
|
|
809
863
|
}
|
|
810
864
|
/**
|
|
811
865
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
812
866
|
*/
|
|
813
867
|
get mergedCellPaddingBottom() {
|
|
814
|
-
return this.i.
|
|
868
|
+
return this.i.lf;
|
|
815
869
|
}
|
|
816
870
|
set mergedCellPaddingBottom(v) {
|
|
817
|
-
this.i.
|
|
871
|
+
this.i.lf = +v;
|
|
818
872
|
}
|
|
819
873
|
/**
|
|
820
874
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
821
875
|
*/
|
|
822
876
|
get filterComparisonType() {
|
|
823
|
-
return this.i.
|
|
877
|
+
return this.i.h8;
|
|
824
878
|
}
|
|
825
879
|
set filterComparisonType(v) {
|
|
826
|
-
this.i.
|
|
880
|
+
this.i.h8 = ensureEnum(FilterComparisonType_$type, v);
|
|
827
881
|
}
|
|
828
882
|
/**
|
|
829
883
|
* Gets a list of the current custom filters for this column.
|
|
@@ -831,7 +885,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
831
885
|
get filterOperands() {
|
|
832
886
|
if (this._filterOperands === null) {
|
|
833
887
|
let coll = new IgxGridFilterOperandsCollection();
|
|
834
|
-
let innerColl = this.i.
|
|
888
|
+
let innerColl = this.i.ih;
|
|
835
889
|
if (!innerColl) {
|
|
836
890
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
837
891
|
}
|
|
@@ -847,7 +901,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
847
901
|
let coll = new IgxGridFilterOperandsCollection();
|
|
848
902
|
this._filterOperands = coll._fromOuter(v);
|
|
849
903
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
850
|
-
let innerColl = this.i.
|
|
904
|
+
let innerColl = this.i.ih;
|
|
851
905
|
if (!innerColl) {
|
|
852
906
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
853
907
|
}
|
|
@@ -859,19 +913,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
859
913
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
860
914
|
*/
|
|
861
915
|
get suffixText() {
|
|
862
|
-
return this.i.
|
|
916
|
+
return this.i.o9;
|
|
863
917
|
}
|
|
864
918
|
set suffixText(v) {
|
|
865
|
-
this.i.
|
|
919
|
+
this.i.o9 = v;
|
|
866
920
|
}
|
|
867
921
|
/**
|
|
868
922
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
869
923
|
*/
|
|
870
924
|
get suffixTextColor() {
|
|
871
|
-
return brushToString(this.i.
|
|
925
|
+
return brushToString(this.i.sz);
|
|
872
926
|
}
|
|
873
927
|
set suffixTextColor(v) {
|
|
874
|
-
this.i.
|
|
928
|
+
this.i.sz = stringToBrush(v);
|
|
875
929
|
}
|
|
876
930
|
/**
|
|
877
931
|
* Gets or sets the font of the suffix text.
|
|
@@ -891,91 +945,91 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
891
945
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
892
946
|
*/
|
|
893
947
|
get suffixIconName() {
|
|
894
|
-
return this.i.
|
|
948
|
+
return this.i.o1;
|
|
895
949
|
}
|
|
896
950
|
set suffixIconName(v) {
|
|
897
|
-
this.i.
|
|
951
|
+
this.i.o1 = v;
|
|
898
952
|
}
|
|
899
953
|
/**
|
|
900
954
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
901
955
|
*/
|
|
902
956
|
get suffixIconCollectionName() {
|
|
903
|
-
return this.i.
|
|
957
|
+
return this.i.oy;
|
|
904
958
|
}
|
|
905
959
|
set suffixIconCollectionName(v) {
|
|
906
|
-
this.i.
|
|
960
|
+
this.i.oy = v;
|
|
907
961
|
}
|
|
908
962
|
/**
|
|
909
963
|
* Gets or sets the stroke color of suffix icon.
|
|
910
964
|
*/
|
|
911
965
|
get suffixIconStroke() {
|
|
912
|
-
return brushToString(this.i.
|
|
966
|
+
return brushToString(this.i.sy);
|
|
913
967
|
}
|
|
914
968
|
set suffixIconStroke(v) {
|
|
915
|
-
this.i.
|
|
969
|
+
this.i.sy = stringToBrush(v);
|
|
916
970
|
}
|
|
917
971
|
/**
|
|
918
972
|
* Gets or sets the fill color of suffix icon.
|
|
919
973
|
*/
|
|
920
974
|
get suffixIconFill() {
|
|
921
|
-
return brushToString(this.i.
|
|
975
|
+
return brushToString(this.i.sx);
|
|
922
976
|
}
|
|
923
977
|
set suffixIconFill(v) {
|
|
924
|
-
this.i.
|
|
978
|
+
this.i.sx = stringToBrush(v);
|
|
925
979
|
}
|
|
926
980
|
/**
|
|
927
981
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
928
982
|
*/
|
|
929
983
|
get suffixIconViewBoxLeft() {
|
|
930
|
-
return this.i.
|
|
984
|
+
return this.i.kw;
|
|
931
985
|
}
|
|
932
986
|
set suffixIconViewBoxLeft(v) {
|
|
933
|
-
this.i.
|
|
987
|
+
this.i.kw = +v;
|
|
934
988
|
}
|
|
935
989
|
/**
|
|
936
990
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
937
991
|
*/
|
|
938
992
|
get suffixIconViewBoxTop() {
|
|
939
|
-
return this.i.
|
|
993
|
+
return this.i.kx;
|
|
940
994
|
}
|
|
941
995
|
set suffixIconViewBoxTop(v) {
|
|
942
|
-
this.i.
|
|
996
|
+
this.i.kx = +v;
|
|
943
997
|
}
|
|
944
998
|
/**
|
|
945
999
|
* Gets or sets the suffix icon's viewbox width.
|
|
946
1000
|
*/
|
|
947
1001
|
get suffixIconViewBoxWidth() {
|
|
948
|
-
return this.i.
|
|
1002
|
+
return this.i.ky;
|
|
949
1003
|
}
|
|
950
1004
|
set suffixIconViewBoxWidth(v) {
|
|
951
|
-
this.i.
|
|
1005
|
+
this.i.ky = +v;
|
|
952
1006
|
}
|
|
953
1007
|
/**
|
|
954
1008
|
* Gets or sets the suffix icon's viewbox height.
|
|
955
1009
|
*/
|
|
956
1010
|
get suffixIconViewBoxHeight() {
|
|
957
|
-
return this.i.
|
|
1011
|
+
return this.i.kv;
|
|
958
1012
|
}
|
|
959
1013
|
set suffixIconViewBoxHeight(v) {
|
|
960
|
-
this.i.
|
|
1014
|
+
this.i.kv = +v;
|
|
961
1015
|
}
|
|
962
1016
|
/**
|
|
963
1017
|
* Gets or sets the suffix margin.
|
|
964
1018
|
*/
|
|
965
1019
|
get suffixMargin() {
|
|
966
|
-
return this.i.
|
|
1020
|
+
return this.i.kz;
|
|
967
1021
|
}
|
|
968
1022
|
set suffixMargin(v) {
|
|
969
|
-
this.i.
|
|
1023
|
+
this.i.kz = +v;
|
|
970
1024
|
}
|
|
971
1025
|
/**
|
|
972
1026
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
973
1027
|
*/
|
|
974
1028
|
get textDecoration() {
|
|
975
|
-
return this.i.
|
|
1029
|
+
return this.i.iw;
|
|
976
1030
|
}
|
|
977
1031
|
set textDecoration(v) {
|
|
978
|
-
this.i.
|
|
1032
|
+
this.i.iw = ensureEnum(TextCellDecoration_$type, v);
|
|
979
1033
|
}
|
|
980
1034
|
findByName(name) {
|
|
981
1035
|
var baseResult = super.findByName(name);
|
|
@@ -1009,18 +1063,18 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1009
1063
|
|
|
1010
1064
|
*/
|
|
1011
1065
|
getUniqueKey() {
|
|
1012
|
-
let iv = this.i.
|
|
1066
|
+
let iv = this.i.nx();
|
|
1013
1067
|
return (iv);
|
|
1014
1068
|
}
|
|
1015
1069
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
1016
|
-
this.i.
|
|
1070
|
+
this.i.pr(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1017
1071
|
}
|
|
1018
1072
|
/**
|
|
1019
1073
|
* Returns if the column has named header values.
|
|
1020
1074
|
|
|
1021
1075
|
*/
|
|
1022
1076
|
hasNamedHeaderValues() {
|
|
1023
|
-
let iv = this.i.
|
|
1077
|
+
let iv = this.i.j3();
|
|
1024
1078
|
return (iv);
|
|
1025
1079
|
}
|
|
1026
1080
|
/**
|
|
@@ -1029,7 +1083,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1029
1083
|
* @param valueName * The named value to check for.
|
|
1030
1084
|
*/
|
|
1031
1085
|
hasNamedHeaderValue(valueName) {
|
|
1032
|
-
let iv = this.i.
|
|
1086
|
+
let iv = this.i.j2(valueName);
|
|
1033
1087
|
return (iv);
|
|
1034
1088
|
}
|
|
1035
1089
|
/**
|
|
@@ -1038,7 +1092,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1038
1092
|
* @param valueName * The named header value to remove.
|
|
1039
1093
|
*/
|
|
1040
1094
|
removeNamedHeaderValue(valueName) {
|
|
1041
|
-
this.i.
|
|
1095
|
+
this.i.pq(valueName);
|
|
1042
1096
|
}
|
|
1043
1097
|
/**
|
|
1044
1098
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1046,11 +1100,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1046
1100
|
* @param valueName * Name of the named header value to retrieve.
|
|
1047
1101
|
*/
|
|
1048
1102
|
getNamedHeaderValue(valueName) {
|
|
1049
|
-
let iv = this.i.
|
|
1103
|
+
let iv = this.i.lu(valueName);
|
|
1050
1104
|
return (iv);
|
|
1051
1105
|
}
|
|
1052
1106
|
applyCustomFilter(filterID, index, value) {
|
|
1053
|
-
this.i.
|
|
1107
|
+
this.i.ph(filterID, index, value);
|
|
1054
1108
|
}
|
|
1055
1109
|
getDesiredToolbarActions() {
|
|
1056
1110
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -1106,7 +1160,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1106
1160
|
}
|
|
1107
1161
|
}
|
|
1108
1162
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
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 });
|
|
1163
|
+
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", actualColumnOptionsScrollbarBackground: "actualColumnOptionsScrollbarBackground", columnOptionsScrollbarBackground: "columnOptionsScrollbarBackground", actualColumnOptionsScrollbarHoverBackground: "actualColumnOptionsScrollbarHoverBackground", columnOptionsScrollbarHoverBackground: "columnOptionsScrollbarHoverBackground", actualColumnOptionsScrollbarActiveBackground: "actualColumnOptionsScrollbarActiveBackground", columnOptionsScrollbarActiveBackground: "columnOptionsScrollbarActiveBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", actualColumnOptionsHoverBackgroundColor: "actualColumnOptionsHoverBackgroundColor", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", actualColumnOptionsToolTipBackgroundColor: "actualColumnOptionsToolTipBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", actualColumnOptionsToolTipTextColor: "actualColumnOptionsToolTipTextColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", actualColumnOptionsHighlightColor: "actualColumnOptionsHighlightColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", actualColumnOptionsRowHeight: "actualColumnOptionsRowHeight", columnOptionsRowHeight: "columnOptionsRowHeight", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
1110
1164
|
return IgxDataGridColumnComponent;
|
|
1111
1165
|
})();
|
|
1112
1166
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
|
|
@@ -1204,6 +1258,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1204
1258
|
type: Input
|
|
1205
1259
|
}], columnOptionsBackground: [{
|
|
1206
1260
|
type: Input
|
|
1261
|
+
}], actualColumnOptionsScrollbarBackground: [{
|
|
1262
|
+
type: Input
|
|
1263
|
+
}], columnOptionsScrollbarBackground: [{
|
|
1264
|
+
type: Input
|
|
1265
|
+
}], actualColumnOptionsScrollbarHoverBackground: [{
|
|
1266
|
+
type: Input
|
|
1267
|
+
}], columnOptionsScrollbarHoverBackground: [{
|
|
1268
|
+
type: Input
|
|
1269
|
+
}], actualColumnOptionsScrollbarActiveBackground: [{
|
|
1270
|
+
type: Input
|
|
1271
|
+
}], columnOptionsScrollbarActiveBackground: [{
|
|
1272
|
+
type: Input
|
|
1207
1273
|
}], actualColumnOptionsTextColor: [{
|
|
1208
1274
|
type: Input
|
|
1209
1275
|
}], columnOptionsTextColor: [{
|