igniteui-angular-data-grids 21.1.0-beta.2 → 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
|
@@ -65,10 +65,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.ln;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.ln = +v;
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
@@ -78,10 +78,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
78
78
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.lp;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.lp = +v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
91
91
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.lo;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.lo = +v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,10 +104,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
104
104
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.lm;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.lm = +v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,10 +117,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
117
117
|
* Gets or sets an unique name of the Column
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.ok;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.ok = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
@@ -130,10 +130,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
130
130
|
* Gets or sets the key used for the column binding
|
|
131
131
|
*/
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.ns;
|
|
134
134
|
},
|
|
135
135
|
set: function (v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.ns = v;
|
|
137
137
|
},
|
|
138
138
|
enumerable: false,
|
|
139
139
|
configurable: true
|
|
@@ -143,10 +143,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
143
143
|
* Gets or sets the text displayed in the header of the column
|
|
144
144
|
*/
|
|
145
145
|
get: function () {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.nz;
|
|
147
147
|
},
|
|
148
148
|
set: function (v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.nz = v;
|
|
150
150
|
},
|
|
151
151
|
enumerable: false,
|
|
152
152
|
configurable: true
|
|
@@ -156,10 +156,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
156
156
|
* Gets the actual text displayed in the header of the column
|
|
157
157
|
*/
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.mq;
|
|
160
160
|
},
|
|
161
161
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.mq = v;
|
|
163
163
|
},
|
|
164
164
|
enumerable: false,
|
|
165
165
|
configurable: true
|
|
@@ -169,10 +169,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
169
169
|
* Gets or sets the background color to use for the cells when they are selected
|
|
170
170
|
*/
|
|
171
171
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
172
|
+
return brushToString(this.i.sv);
|
|
173
173
|
},
|
|
174
174
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
175
|
+
this.i.sv = stringToBrush(v);
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
178
178
|
configurable: true
|
|
@@ -182,10 +182,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
182
182
|
* Gets the actual background color that is used for the cells when they are selected
|
|
183
183
|
*/
|
|
184
184
|
get: function () {
|
|
185
|
-
return brushToString(this.i.
|
|
185
|
+
return brushToString(this.i.sa);
|
|
186
186
|
},
|
|
187
187
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
188
|
+
this.i.sa = stringToBrush(v);
|
|
189
189
|
},
|
|
190
190
|
enumerable: false,
|
|
191
191
|
configurable: true
|
|
@@ -195,10 +195,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
195
195
|
* Gets or sets the text color to use for the cells when they are selected
|
|
196
196
|
*/
|
|
197
197
|
get: function () {
|
|
198
|
-
return brushToString(this.i.
|
|
198
|
+
return brushToString(this.i.sw);
|
|
199
199
|
},
|
|
200
200
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
201
|
+
this.i.sw = stringToBrush(v);
|
|
202
202
|
},
|
|
203
203
|
enumerable: false,
|
|
204
204
|
configurable: true
|
|
@@ -208,10 +208,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
208
208
|
* Gets the actual text color that is used for the cells when they are selected
|
|
209
209
|
*/
|
|
210
210
|
get: function () {
|
|
211
|
-
return brushToString(this.i.
|
|
211
|
+
return brushToString(this.i.sb);
|
|
212
212
|
},
|
|
213
213
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
214
|
+
this.i.sb = stringToBrush(v);
|
|
215
215
|
},
|
|
216
216
|
enumerable: false,
|
|
217
217
|
configurable: true
|
|
@@ -221,10 +221,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
221
221
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
222
222
|
*/
|
|
223
223
|
get: function () {
|
|
224
|
-
return brushToString(this.i.
|
|
224
|
+
return brushToString(this.i.st);
|
|
225
225
|
},
|
|
226
226
|
set: function (v) {
|
|
227
|
-
this.i.
|
|
227
|
+
this.i.st = stringToBrush(v);
|
|
228
228
|
},
|
|
229
229
|
enumerable: false,
|
|
230
230
|
configurable: true
|
|
@@ -234,10 +234,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
234
234
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
235
235
|
*/
|
|
236
236
|
get: function () {
|
|
237
|
-
return brushToString(this.i.
|
|
237
|
+
return brushToString(this.i.r8);
|
|
238
238
|
},
|
|
239
239
|
set: function (v) {
|
|
240
|
-
this.i.
|
|
240
|
+
this.i.r8 = stringToBrush(v);
|
|
241
241
|
},
|
|
242
242
|
enumerable: false,
|
|
243
243
|
configurable: true
|
|
@@ -247,10 +247,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
247
247
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
248
248
|
*/
|
|
249
249
|
get: function () {
|
|
250
|
-
return brushToString(this.i.
|
|
250
|
+
return brushToString(this.i.su);
|
|
251
251
|
},
|
|
252
252
|
set: function (v) {
|
|
253
|
-
this.i.
|
|
253
|
+
this.i.su = stringToBrush(v);
|
|
254
254
|
},
|
|
255
255
|
enumerable: false,
|
|
256
256
|
configurable: true
|
|
@@ -260,10 +260,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
260
260
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
261
261
|
*/
|
|
262
262
|
get: function () {
|
|
263
|
-
return brushToString(this.i.
|
|
263
|
+
return brushToString(this.i.r9);
|
|
264
264
|
},
|
|
265
265
|
set: function (v) {
|
|
266
|
-
this.i.
|
|
266
|
+
this.i.r9 = stringToBrush(v);
|
|
267
267
|
},
|
|
268
268
|
enumerable: false,
|
|
269
269
|
configurable: true
|
|
@@ -273,7 +273,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
273
273
|
* Gets or sets the animation settings to use for this column.
|
|
274
274
|
*/
|
|
275
275
|
get: function () {
|
|
276
|
-
var r = this.i.
|
|
276
|
+
var r = this.i.ie;
|
|
277
277
|
if (r == null) {
|
|
278
278
|
return null;
|
|
279
279
|
}
|
|
@@ -292,7 +292,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
292
292
|
return r.externalObject;
|
|
293
293
|
},
|
|
294
294
|
set: function (v) {
|
|
295
|
-
v == null ? this.i.
|
|
295
|
+
v == null ? this.i.ie = null : this.i.ie = v.i;
|
|
296
296
|
},
|
|
297
297
|
enumerable: false,
|
|
298
298
|
configurable: true
|
|
@@ -337,10 +337,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
337
337
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
338
338
|
*/
|
|
339
339
|
get: function () {
|
|
340
|
-
return this.i.
|
|
340
|
+
return this.i.ku;
|
|
341
341
|
},
|
|
342
342
|
set: function (v) {
|
|
343
|
-
this.i.
|
|
343
|
+
this.i.ku = +v;
|
|
344
344
|
},
|
|
345
345
|
enumerable: false,
|
|
346
346
|
configurable: true
|
|
@@ -350,10 +350,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
350
350
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
351
351
|
*/
|
|
352
352
|
get: function () {
|
|
353
|
-
return this.i.
|
|
353
|
+
return this.i.kb;
|
|
354
354
|
},
|
|
355
355
|
set: function (v) {
|
|
356
|
-
this.i.
|
|
356
|
+
this.i.kb = ensureBool(v);
|
|
357
357
|
},
|
|
358
358
|
enumerable: false,
|
|
359
359
|
configurable: true
|
|
@@ -363,10 +363,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
363
363
|
* Gets whether this column was auto generated.
|
|
364
364
|
*/
|
|
365
365
|
get: function () {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.j5;
|
|
367
367
|
},
|
|
368
368
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
369
|
+
this.i.j5 = ensureBool(v);
|
|
370
370
|
},
|
|
371
371
|
enumerable: false,
|
|
372
372
|
configurable: true
|
|
@@ -376,10 +376,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
376
376
|
* Gets or sets a filter to apply on the values of this column
|
|
377
377
|
*/
|
|
378
378
|
get: function () {
|
|
379
|
-
return this.i.
|
|
379
|
+
return this.i.g6;
|
|
380
380
|
},
|
|
381
381
|
set: function (v) {
|
|
382
|
-
this.i.
|
|
382
|
+
this.i.g6 = v;
|
|
383
383
|
},
|
|
384
384
|
enumerable: false,
|
|
385
385
|
configurable: true
|
|
@@ -389,10 +389,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
389
389
|
* Gets or sets a filter to apply to the values of this column.
|
|
390
390
|
*/
|
|
391
391
|
get: function () {
|
|
392
|
-
return this.i.
|
|
392
|
+
return this.i.g8;
|
|
393
393
|
},
|
|
394
394
|
set: function (v) {
|
|
395
|
-
this.i.
|
|
395
|
+
this.i.g8 = v;
|
|
396
396
|
},
|
|
397
397
|
enumerable: false,
|
|
398
398
|
configurable: true
|
|
@@ -428,10 +428,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
428
428
|
* Gets or sets whether filtering is enabled for this column.
|
|
429
429
|
*/
|
|
430
430
|
get: function () {
|
|
431
|
-
return this.i.
|
|
431
|
+
return this.i.ka;
|
|
432
432
|
},
|
|
433
433
|
set: function (v) {
|
|
434
|
-
this.i.
|
|
434
|
+
this.i.ka = ensureBool(v);
|
|
435
435
|
},
|
|
436
436
|
enumerable: false,
|
|
437
437
|
configurable: true
|
|
@@ -441,10 +441,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
441
441
|
* Gets or sets whether resizing is enabled for this column.
|
|
442
442
|
*/
|
|
443
443
|
get: function () {
|
|
444
|
-
return this.i.
|
|
444
|
+
return this.i.kd;
|
|
445
445
|
},
|
|
446
446
|
set: function (v) {
|
|
447
|
-
this.i.
|
|
447
|
+
this.i.kd = ensureBool(v);
|
|
448
448
|
},
|
|
449
449
|
enumerable: false,
|
|
450
450
|
configurable: true
|
|
@@ -454,10 +454,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
454
454
|
* Gets or sets whether sorting is enabled for this column from the UI.
|
|
455
455
|
*/
|
|
456
456
|
get: function () {
|
|
457
|
-
return this.i.
|
|
457
|
+
return this.i.ke;
|
|
458
458
|
},
|
|
459
459
|
set: function (v) {
|
|
460
|
-
this.i.
|
|
460
|
+
this.i.ke = ensureBool(v);
|
|
461
461
|
},
|
|
462
462
|
enumerable: false,
|
|
463
463
|
configurable: true
|
|
@@ -467,10 +467,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
467
467
|
* Gets or sets whether or not a column is hidden from the grid
|
|
468
468
|
*/
|
|
469
469
|
get: function () {
|
|
470
|
-
return this.i.
|
|
470
|
+
return this.i.kc;
|
|
471
471
|
},
|
|
472
472
|
set: function (v) {
|
|
473
|
-
this.i.
|
|
473
|
+
this.i.kc = ensureBool(v);
|
|
474
474
|
},
|
|
475
475
|
enumerable: false,
|
|
476
476
|
configurable: true
|
|
@@ -480,10 +480,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
480
480
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
481
481
|
*/
|
|
482
482
|
get: function () {
|
|
483
|
-
return this.i.
|
|
483
|
+
return this.i.kh;
|
|
484
484
|
},
|
|
485
485
|
set: function (v) {
|
|
486
|
-
this.i.
|
|
486
|
+
this.i.kh = ensureBool(v);
|
|
487
487
|
},
|
|
488
488
|
enumerable: false,
|
|
489
489
|
configurable: true
|
|
@@ -493,10 +493,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
493
493
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
494
494
|
*/
|
|
495
495
|
get: function () {
|
|
496
|
-
return this.i.
|
|
496
|
+
return this.i.hw;
|
|
497
497
|
},
|
|
498
498
|
set: function (v) {
|
|
499
|
-
this.i.
|
|
499
|
+
this.i.hw = ensureEnum(ColumnSortDirection_$type, v);
|
|
500
500
|
},
|
|
501
501
|
enumerable: false,
|
|
502
502
|
configurable: true
|
|
@@ -506,10 +506,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
506
506
|
* Gets or sets the current fixed position for this column.
|
|
507
507
|
*/
|
|
508
508
|
get: function () {
|
|
509
|
-
return this.i.
|
|
509
|
+
return this.i.iu;
|
|
510
510
|
},
|
|
511
511
|
set: function (v) {
|
|
512
|
-
this.i.
|
|
512
|
+
this.i.iu = ensureEnum(PinnedPositions_$type, v);
|
|
513
513
|
},
|
|
514
514
|
enumerable: false,
|
|
515
515
|
configurable: true
|
|
@@ -519,10 +519,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
519
519
|
* Gets the actual column options icon alignment for this column.
|
|
520
520
|
*/
|
|
521
521
|
get: function () {
|
|
522
|
-
return this.i.
|
|
522
|
+
return this.i.hn;
|
|
523
523
|
},
|
|
524
524
|
set: function (v) {
|
|
525
|
-
this.i.
|
|
525
|
+
this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
526
526
|
},
|
|
527
527
|
enumerable: false,
|
|
528
528
|
configurable: true
|
|
@@ -532,10 +532,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
532
532
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
533
533
|
*/
|
|
534
534
|
get: function () {
|
|
535
|
-
return this.i.
|
|
535
|
+
return this.i.ho;
|
|
536
536
|
},
|
|
537
537
|
set: function (v) {
|
|
538
|
-
this.i.
|
|
538
|
+
this.i.ho = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
539
539
|
},
|
|
540
540
|
enumerable: false,
|
|
541
541
|
configurable: true
|
|
@@ -545,10 +545,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
545
545
|
* Gets the actual column options icon color for this column.
|
|
546
546
|
*/
|
|
547
547
|
get: function () {
|
|
548
|
-
return brushToString(this.i.
|
|
548
|
+
return brushToString(this.i.rz);
|
|
549
549
|
},
|
|
550
550
|
set: function (v) {
|
|
551
|
-
this.i.
|
|
551
|
+
this.i.rz = stringToBrush(v);
|
|
552
552
|
},
|
|
553
553
|
enumerable: false,
|
|
554
554
|
configurable: true
|
|
@@ -558,10 +558,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
558
558
|
* Gets or sets the column options icon color for this column.
|
|
559
559
|
*/
|
|
560
560
|
get: function () {
|
|
561
|
-
return brushToString(this.i.
|
|
561
|
+
return brushToString(this.i.si);
|
|
562
562
|
},
|
|
563
563
|
set: function (v) {
|
|
564
|
-
this.i.
|
|
564
|
+
this.i.si = stringToBrush(v);
|
|
565
565
|
},
|
|
566
566
|
enumerable: false,
|
|
567
567
|
configurable: true
|
|
@@ -571,10 +571,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
571
571
|
* Gets or sets how the column option icon will behave in the column header.
|
|
572
572
|
*/
|
|
573
573
|
get: function () {
|
|
574
|
-
return this.i.
|
|
574
|
+
return this.i.hs;
|
|
575
575
|
},
|
|
576
576
|
set: function (v) {
|
|
577
|
-
this.i.
|
|
577
|
+
this.i.hs = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
578
578
|
},
|
|
579
579
|
enumerable: false,
|
|
580
580
|
configurable: true
|
|
@@ -584,10 +584,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
584
584
|
* Gets or sets how the column option icon will behave in the column header.
|
|
585
585
|
*/
|
|
586
586
|
get: function () {
|
|
587
|
-
return this.i.
|
|
587
|
+
return this.i.hr;
|
|
588
588
|
},
|
|
589
589
|
set: function (v) {
|
|
590
|
-
this.i.
|
|
590
|
+
this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
591
591
|
},
|
|
592
592
|
enumerable: false,
|
|
593
593
|
configurable: true
|
|
@@ -597,10 +597,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
597
597
|
* Gets the actual state of the column options for this column.
|
|
598
598
|
*/
|
|
599
599
|
get: function () {
|
|
600
|
-
return this.i.
|
|
600
|
+
return this.i.jy;
|
|
601
601
|
},
|
|
602
602
|
set: function (v) {
|
|
603
|
-
this.i.
|
|
603
|
+
this.i.jy = ensureBool(v);
|
|
604
604
|
},
|
|
605
605
|
enumerable: false,
|
|
606
606
|
configurable: true
|
|
@@ -611,10 +611,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
611
611
|
* then it will be disabled for the column regardless of what this is set to.
|
|
612
612
|
*/
|
|
613
613
|
get: function () {
|
|
614
|
-
return this.i.
|
|
614
|
+
return this.i.j6;
|
|
615
615
|
},
|
|
616
616
|
set: function (v) {
|
|
617
|
-
this.i.
|
|
617
|
+
this.i.j6 = ensureBool(v);
|
|
618
618
|
},
|
|
619
619
|
enumerable: false,
|
|
620
620
|
configurable: true
|
|
@@ -624,10 +624,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
624
624
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
625
625
|
*/
|
|
626
626
|
get: function () {
|
|
627
|
-
return this.i.
|
|
627
|
+
return this.i.j0;
|
|
628
628
|
},
|
|
629
629
|
set: function (v) {
|
|
630
|
-
this.i.
|
|
630
|
+
this.i.j0 = ensureBool(v);
|
|
631
631
|
},
|
|
632
632
|
enumerable: false,
|
|
633
633
|
configurable: true
|
|
@@ -637,10 +637,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
637
637
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
638
638
|
*/
|
|
639
639
|
get: function () {
|
|
640
|
-
return this.i.
|
|
640
|
+
return this.i.j8;
|
|
641
641
|
},
|
|
642
642
|
set: function (v) {
|
|
643
|
-
this.i.
|
|
643
|
+
this.i.j8 = ensureBool(v);
|
|
644
644
|
},
|
|
645
645
|
enumerable: false,
|
|
646
646
|
configurable: true
|
|
@@ -650,10 +650,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
650
650
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
651
651
|
*/
|
|
652
652
|
get: function () {
|
|
653
|
-
return this.i.
|
|
653
|
+
return this.i.jz;
|
|
654
654
|
},
|
|
655
655
|
set: function (v) {
|
|
656
|
-
this.i.
|
|
656
|
+
this.i.jz = ensureBool(v);
|
|
657
657
|
},
|
|
658
658
|
enumerable: false,
|
|
659
659
|
configurable: true
|
|
@@ -663,10 +663,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
663
663
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
664
664
|
*/
|
|
665
665
|
get: function () {
|
|
666
|
-
return this.i.
|
|
666
|
+
return this.i.j7;
|
|
667
667
|
},
|
|
668
668
|
set: function (v) {
|
|
669
|
-
this.i.
|
|
669
|
+
this.i.j7 = ensureBool(v);
|
|
670
670
|
},
|
|
671
671
|
enumerable: false,
|
|
672
672
|
configurable: true
|
|
@@ -676,10 +676,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
676
676
|
* Gets or sets the column options dropdown background color.
|
|
677
677
|
*/
|
|
678
678
|
get: function () {
|
|
679
|
-
return brushToString(this.i.
|
|
679
|
+
return brushToString(this.i.ru);
|
|
680
680
|
},
|
|
681
681
|
set: function (v) {
|
|
682
|
-
this.i.
|
|
682
|
+
this.i.ru = stringToBrush(v);
|
|
683
683
|
},
|
|
684
684
|
enumerable: false,
|
|
685
685
|
configurable: true
|
|
@@ -689,10 +689,88 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
689
689
|
* Gets or sets the column options dropdown background color.
|
|
690
690
|
*/
|
|
691
691
|
get: function () {
|
|
692
|
-
return brushToString(this.i.
|
|
692
|
+
return brushToString(this.i.sd);
|
|
693
693
|
},
|
|
694
694
|
set: function (v) {
|
|
695
|
-
this.i.
|
|
695
|
+
this.i.sd = stringToBrush(v);
|
|
696
|
+
},
|
|
697
|
+
enumerable: false,
|
|
698
|
+
configurable: true
|
|
699
|
+
});
|
|
700
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsScrollbarBackground", {
|
|
701
|
+
/**
|
|
702
|
+
* Gets the resolved scrollbar background color for checkbox lists in the column options dialog.
|
|
703
|
+
*/
|
|
704
|
+
get: function () {
|
|
705
|
+
return brushToString(this.i.r1);
|
|
706
|
+
},
|
|
707
|
+
set: function (v) {
|
|
708
|
+
this.i.r1 = stringToBrush(v);
|
|
709
|
+
},
|
|
710
|
+
enumerable: false,
|
|
711
|
+
configurable: true
|
|
712
|
+
});
|
|
713
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsScrollbarBackground", {
|
|
714
|
+
/**
|
|
715
|
+
* Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.
|
|
716
|
+
*/
|
|
717
|
+
get: function () {
|
|
718
|
+
return brushToString(this.i.sk);
|
|
719
|
+
},
|
|
720
|
+
set: function (v) {
|
|
721
|
+
this.i.sk = stringToBrush(v);
|
|
722
|
+
},
|
|
723
|
+
enumerable: false,
|
|
724
|
+
configurable: true
|
|
725
|
+
});
|
|
726
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsScrollbarHoverBackground", {
|
|
727
|
+
/**
|
|
728
|
+
* Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
729
|
+
*/
|
|
730
|
+
get: function () {
|
|
731
|
+
return brushToString(this.i.r2);
|
|
732
|
+
},
|
|
733
|
+
set: function (v) {
|
|
734
|
+
this.i.r2 = stringToBrush(v);
|
|
735
|
+
},
|
|
736
|
+
enumerable: false,
|
|
737
|
+
configurable: true
|
|
738
|
+
});
|
|
739
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsScrollbarHoverBackground", {
|
|
740
|
+
/**
|
|
741
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.
|
|
742
|
+
*/
|
|
743
|
+
get: function () {
|
|
744
|
+
return brushToString(this.i.sl);
|
|
745
|
+
},
|
|
746
|
+
set: function (v) {
|
|
747
|
+
this.i.sl = stringToBrush(v);
|
|
748
|
+
},
|
|
749
|
+
enumerable: false,
|
|
750
|
+
configurable: true
|
|
751
|
+
});
|
|
752
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsScrollbarActiveBackground", {
|
|
753
|
+
/**
|
|
754
|
+
* Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
755
|
+
*/
|
|
756
|
+
get: function () {
|
|
757
|
+
return brushToString(this.i.r0);
|
|
758
|
+
},
|
|
759
|
+
set: function (v) {
|
|
760
|
+
this.i.r0 = stringToBrush(v);
|
|
761
|
+
},
|
|
762
|
+
enumerable: false,
|
|
763
|
+
configurable: true
|
|
764
|
+
});
|
|
765
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsScrollbarActiveBackground", {
|
|
766
|
+
/**
|
|
767
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.
|
|
768
|
+
*/
|
|
769
|
+
get: function () {
|
|
770
|
+
return brushToString(this.i.sj);
|
|
771
|
+
},
|
|
772
|
+
set: function (v) {
|
|
773
|
+
this.i.sj = stringToBrush(v);
|
|
696
774
|
},
|
|
697
775
|
enumerable: false,
|
|
698
776
|
configurable: true
|
|
@@ -702,10 +780,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
702
780
|
* Gets or sets the text color for text inside the column options menu.
|
|
703
781
|
*/
|
|
704
782
|
get: function () {
|
|
705
|
-
return brushToString(this.i.
|
|
783
|
+
return brushToString(this.i.r4);
|
|
706
784
|
},
|
|
707
785
|
set: function (v) {
|
|
708
|
-
this.i.
|
|
786
|
+
this.i.r4 = stringToBrush(v);
|
|
709
787
|
},
|
|
710
788
|
enumerable: false,
|
|
711
789
|
configurable: true
|
|
@@ -715,10 +793,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
715
793
|
* Gets or sets the text color for text inside the column options menu.
|
|
716
794
|
*/
|
|
717
795
|
get: function () {
|
|
718
|
-
return brushToString(this.i.
|
|
796
|
+
return brushToString(this.i.sn);
|
|
719
797
|
},
|
|
720
798
|
set: function (v) {
|
|
721
|
-
this.i.
|
|
799
|
+
this.i.sn = stringToBrush(v);
|
|
722
800
|
},
|
|
723
801
|
enumerable: false,
|
|
724
802
|
configurable: true
|
|
@@ -728,95 +806,95 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
728
806
|
* Gets or sets the font settings for text inside the column options menu.
|
|
729
807
|
*/
|
|
730
808
|
get: function () {
|
|
731
|
-
if (this.i.
|
|
809
|
+
if (this.i.je == null) {
|
|
732
810
|
return null;
|
|
733
811
|
}
|
|
734
|
-
return this.i.
|
|
812
|
+
return this.i.je.fontString;
|
|
735
813
|
},
|
|
736
814
|
set: function (v) {
|
|
737
815
|
var fi = new FontInfo();
|
|
738
816
|
fi.fontString = v;
|
|
739
|
-
this.i.
|
|
817
|
+
this.i.je = fi;
|
|
740
818
|
},
|
|
741
819
|
enumerable: false,
|
|
742
820
|
configurable: true
|
|
743
821
|
});
|
|
744
822
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
|
|
745
823
|
get: function () {
|
|
746
|
-
return brushToString(this.i.
|
|
824
|
+
return brushToString(this.i.ry);
|
|
747
825
|
},
|
|
748
826
|
set: function (v) {
|
|
749
|
-
this.i.
|
|
827
|
+
this.i.ry = stringToBrush(v);
|
|
750
828
|
},
|
|
751
829
|
enumerable: false,
|
|
752
830
|
configurable: true
|
|
753
831
|
});
|
|
754
832
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
|
|
755
833
|
get: function () {
|
|
756
|
-
return brushToString(this.i.
|
|
834
|
+
return brushToString(this.i.sh);
|
|
757
835
|
},
|
|
758
836
|
set: function (v) {
|
|
759
|
-
this.i.
|
|
837
|
+
this.i.sh = stringToBrush(v);
|
|
760
838
|
},
|
|
761
839
|
enumerable: false,
|
|
762
840
|
configurable: true
|
|
763
841
|
});
|
|
764
842
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
|
|
765
843
|
get: function () {
|
|
766
|
-
return brushToString(this.i.
|
|
844
|
+
return brushToString(this.i.r5);
|
|
767
845
|
},
|
|
768
846
|
set: function (v) {
|
|
769
|
-
this.i.
|
|
847
|
+
this.i.r5 = stringToBrush(v);
|
|
770
848
|
},
|
|
771
849
|
enumerable: false,
|
|
772
850
|
configurable: true
|
|
773
851
|
});
|
|
774
852
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
775
853
|
get: function () {
|
|
776
|
-
return brushToString(this.i.
|
|
854
|
+
return brushToString(this.i.so);
|
|
777
855
|
},
|
|
778
856
|
set: function (v) {
|
|
779
|
-
this.i.
|
|
857
|
+
this.i.so = stringToBrush(v);
|
|
780
858
|
},
|
|
781
859
|
enumerable: false,
|
|
782
860
|
configurable: true
|
|
783
861
|
});
|
|
784
862
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsToolTipTextColor", {
|
|
785
863
|
get: function () {
|
|
786
|
-
return brushToString(this.i.
|
|
864
|
+
return brushToString(this.i.r6);
|
|
787
865
|
},
|
|
788
866
|
set: function (v) {
|
|
789
|
-
this.i.
|
|
867
|
+
this.i.r6 = stringToBrush(v);
|
|
790
868
|
},
|
|
791
869
|
enumerable: false,
|
|
792
870
|
configurable: true
|
|
793
871
|
});
|
|
794
872
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsToolTipTextColor", {
|
|
795
873
|
get: function () {
|
|
796
|
-
return brushToString(this.i.
|
|
874
|
+
return brushToString(this.i.sp);
|
|
797
875
|
},
|
|
798
876
|
set: function (v) {
|
|
799
|
-
this.i.
|
|
877
|
+
this.i.sp = stringToBrush(v);
|
|
800
878
|
},
|
|
801
879
|
enumerable: false,
|
|
802
880
|
configurable: true
|
|
803
881
|
});
|
|
804
882
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
|
|
805
883
|
get: function () {
|
|
806
|
-
return brushToString(this.i.
|
|
884
|
+
return brushToString(this.i.rx);
|
|
807
885
|
},
|
|
808
886
|
set: function (v) {
|
|
809
|
-
this.i.
|
|
887
|
+
this.i.rx = stringToBrush(v);
|
|
810
888
|
},
|
|
811
889
|
enumerable: false,
|
|
812
890
|
configurable: true
|
|
813
891
|
});
|
|
814
892
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
|
|
815
893
|
get: function () {
|
|
816
|
-
return brushToString(this.i.
|
|
894
|
+
return brushToString(this.i.sg);
|
|
817
895
|
},
|
|
818
896
|
set: function (v) {
|
|
819
|
-
this.i.
|
|
897
|
+
this.i.sg = stringToBrush(v);
|
|
820
898
|
},
|
|
821
899
|
enumerable: false,
|
|
822
900
|
configurable: true
|
|
@@ -826,10 +904,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
826
904
|
* Gets or sets the color of separators inside the column options menu.
|
|
827
905
|
*/
|
|
828
906
|
get: function () {
|
|
829
|
-
return brushToString(this.i.
|
|
907
|
+
return brushToString(this.i.r3);
|
|
830
908
|
},
|
|
831
909
|
set: function (v) {
|
|
832
|
-
this.i.
|
|
910
|
+
this.i.r3 = stringToBrush(v);
|
|
833
911
|
},
|
|
834
912
|
enumerable: false,
|
|
835
913
|
configurable: true
|
|
@@ -839,10 +917,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
839
917
|
* Gets or sets the color of separators inside the column options menu.
|
|
840
918
|
*/
|
|
841
919
|
get: function () {
|
|
842
|
-
return brushToString(this.i.
|
|
920
|
+
return brushToString(this.i.sm);
|
|
843
921
|
},
|
|
844
922
|
set: function (v) {
|
|
845
|
-
this.i.
|
|
923
|
+
this.i.sm = stringToBrush(v);
|
|
846
924
|
},
|
|
847
925
|
enumerable: false,
|
|
848
926
|
configurable: true
|
|
@@ -852,10 +930,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
852
930
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
853
931
|
*/
|
|
854
932
|
get: function () {
|
|
855
|
-
return brushToString(this.i.
|
|
933
|
+
return brushToString(this.i.rv);
|
|
856
934
|
},
|
|
857
935
|
set: function (v) {
|
|
858
|
-
this.i.
|
|
936
|
+
this.i.rv = stringToBrush(v);
|
|
859
937
|
},
|
|
860
938
|
enumerable: false,
|
|
861
939
|
configurable: true
|
|
@@ -865,10 +943,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
865
943
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
866
944
|
*/
|
|
867
945
|
get: function () {
|
|
868
|
-
return brushToString(this.i.
|
|
946
|
+
return brushToString(this.i.se);
|
|
869
947
|
},
|
|
870
948
|
set: function (v) {
|
|
871
|
-
this.i.
|
|
949
|
+
this.i.se = stringToBrush(v);
|
|
872
950
|
},
|
|
873
951
|
enumerable: false,
|
|
874
952
|
configurable: true
|
|
@@ -878,10 +956,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
878
956
|
* Gets the actual text color for group headers inside the column options menu.
|
|
879
957
|
*/
|
|
880
958
|
get: function () {
|
|
881
|
-
return brushToString(this.i.
|
|
959
|
+
return brushToString(this.i.rw);
|
|
882
960
|
},
|
|
883
961
|
set: function (v) {
|
|
884
|
-
this.i.
|
|
962
|
+
this.i.rw = stringToBrush(v);
|
|
885
963
|
},
|
|
886
964
|
enumerable: false,
|
|
887
965
|
configurable: true
|
|
@@ -891,65 +969,65 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
891
969
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
892
970
|
*/
|
|
893
971
|
get: function () {
|
|
894
|
-
return brushToString(this.i.
|
|
972
|
+
return brushToString(this.i.sf);
|
|
895
973
|
},
|
|
896
974
|
set: function (v) {
|
|
897
|
-
this.i.
|
|
975
|
+
this.i.sf = stringToBrush(v);
|
|
898
976
|
},
|
|
899
977
|
enumerable: false,
|
|
900
978
|
configurable: true
|
|
901
979
|
});
|
|
902
980
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
903
981
|
get: function () {
|
|
904
|
-
if (this.i.
|
|
982
|
+
if (this.i.jd == null) {
|
|
905
983
|
return null;
|
|
906
984
|
}
|
|
907
|
-
return this.i.
|
|
985
|
+
return this.i.jd.fontString;
|
|
908
986
|
},
|
|
909
987
|
set: function (v) {
|
|
910
988
|
var fi = new FontInfo();
|
|
911
989
|
fi.fontString = v;
|
|
912
|
-
this.i.
|
|
990
|
+
this.i.jd = fi;
|
|
913
991
|
},
|
|
914
992
|
enumerable: false,
|
|
915
993
|
configurable: true
|
|
916
994
|
});
|
|
917
995
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
|
|
918
996
|
get: function () {
|
|
919
|
-
return brushToString(this.i.
|
|
997
|
+
return brushToString(this.i.rt);
|
|
920
998
|
},
|
|
921
999
|
set: function (v) {
|
|
922
|
-
this.i.
|
|
1000
|
+
this.i.rt = stringToBrush(v);
|
|
923
1001
|
},
|
|
924
1002
|
enumerable: false,
|
|
925
1003
|
configurable: true
|
|
926
1004
|
});
|
|
927
1005
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
|
|
928
1006
|
get: function () {
|
|
929
|
-
return brushToString(this.i.
|
|
1007
|
+
return brushToString(this.i.sc);
|
|
930
1008
|
},
|
|
931
1009
|
set: function (v) {
|
|
932
|
-
this.i.
|
|
1010
|
+
this.i.sc = stringToBrush(v);
|
|
933
1011
|
},
|
|
934
1012
|
enumerable: false,
|
|
935
1013
|
configurable: true
|
|
936
1014
|
});
|
|
937
1015
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsRowHeight", {
|
|
938
1016
|
get: function () {
|
|
939
|
-
return this.i.
|
|
1017
|
+
return this.i.ld;
|
|
940
1018
|
},
|
|
941
1019
|
set: function (v) {
|
|
942
|
-
this.i.
|
|
1020
|
+
this.i.ld = +v;
|
|
943
1021
|
},
|
|
944
1022
|
enumerable: false,
|
|
945
1023
|
configurable: true
|
|
946
1024
|
});
|
|
947
1025
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsRowHeight", {
|
|
948
1026
|
get: function () {
|
|
949
|
-
return this.i.
|
|
1027
|
+
return this.i.le;
|
|
950
1028
|
},
|
|
951
1029
|
set: function (v) {
|
|
952
|
-
this.i.
|
|
1030
|
+
this.i.le = +v;
|
|
953
1031
|
},
|
|
954
1032
|
enumerable: false,
|
|
955
1033
|
configurable: true
|
|
@@ -959,10 +1037,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
959
1037
|
* Gets or sets if the column is editable.
|
|
960
1038
|
*/
|
|
961
1039
|
get: function () {
|
|
962
|
-
return this.i.
|
|
1040
|
+
return this.i.j9;
|
|
963
1041
|
},
|
|
964
1042
|
set: function (v) {
|
|
965
|
-
this.i.
|
|
1043
|
+
this.i.j9 = ensureBool(v);
|
|
966
1044
|
},
|
|
967
1045
|
enumerable: false,
|
|
968
1046
|
configurable: true
|
|
@@ -972,10 +1050,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
972
1050
|
* Gets or sets the text color used for deleted rows.
|
|
973
1051
|
*/
|
|
974
1052
|
get: function () {
|
|
975
|
-
return brushToString(this.i.
|
|
1053
|
+
return brushToString(this.i.sq);
|
|
976
1054
|
},
|
|
977
1055
|
set: function (v) {
|
|
978
|
-
this.i.
|
|
1056
|
+
this.i.sq = stringToBrush(v);
|
|
979
1057
|
},
|
|
980
1058
|
enumerable: false,
|
|
981
1059
|
configurable: true
|
|
@@ -985,10 +1063,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
985
1063
|
* Gets the actual text color used for deleted rows.
|
|
986
1064
|
*/
|
|
987
1065
|
get: function () {
|
|
988
|
-
return brushToString(this.i.
|
|
1066
|
+
return brushToString(this.i.r7);
|
|
989
1067
|
},
|
|
990
1068
|
set: function (v) {
|
|
991
|
-
this.i.
|
|
1069
|
+
this.i.r7 = stringToBrush(v);
|
|
992
1070
|
},
|
|
993
1071
|
enumerable: false,
|
|
994
1072
|
configurable: true
|
|
@@ -998,10 +1076,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
998
1076
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
999
1077
|
*/
|
|
1000
1078
|
get: function () {
|
|
1001
|
-
return this.i.
|
|
1079
|
+
return this.i.kt;
|
|
1002
1080
|
},
|
|
1003
1081
|
set: function (v) {
|
|
1004
|
-
this.i.
|
|
1082
|
+
this.i.kt = +v;
|
|
1005
1083
|
},
|
|
1006
1084
|
enumerable: false,
|
|
1007
1085
|
configurable: true
|
|
@@ -1011,10 +1089,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1011
1089
|
* Gets the actual opacity for unsaved edited cell values.
|
|
1012
1090
|
*/
|
|
1013
1091
|
get: function () {
|
|
1014
|
-
return this.i.
|
|
1092
|
+
return this.i.ks;
|
|
1015
1093
|
},
|
|
1016
1094
|
set: function (v) {
|
|
1017
|
-
this.i.
|
|
1095
|
+
this.i.ks = +v;
|
|
1018
1096
|
},
|
|
1019
1097
|
enumerable: false,
|
|
1020
1098
|
configurable: true
|
|
@@ -1042,15 +1120,15 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1042
1120
|
* Gets the actual font style used for unsaved cell edits.
|
|
1043
1121
|
*/
|
|
1044
1122
|
get: function () {
|
|
1045
|
-
if (this.i.
|
|
1123
|
+
if (this.i.jc == null) {
|
|
1046
1124
|
return null;
|
|
1047
1125
|
}
|
|
1048
|
-
return this.i.
|
|
1126
|
+
return this.i.jc.fontString;
|
|
1049
1127
|
},
|
|
1050
1128
|
set: function (v) {
|
|
1051
1129
|
var fi = new FontInfo();
|
|
1052
1130
|
fi.fontString = v;
|
|
1053
|
-
this.i.
|
|
1131
|
+
this.i.jc = fi;
|
|
1054
1132
|
},
|
|
1055
1133
|
enumerable: false,
|
|
1056
1134
|
configurable: true
|
|
@@ -1060,10 +1138,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1060
1138
|
* Gets or sets if and how cell merging is performed for this field.
|
|
1061
1139
|
*/
|
|
1062
1140
|
get: function () {
|
|
1063
|
-
return this.i.
|
|
1141
|
+
return this.i.iq;
|
|
1064
1142
|
},
|
|
1065
1143
|
set: function (v) {
|
|
1066
|
-
this.i.
|
|
1144
|
+
this.i.iq = ensureEnum(MergedCellMode_$type, v);
|
|
1067
1145
|
},
|
|
1068
1146
|
enumerable: false,
|
|
1069
1147
|
configurable: true
|
|
@@ -1073,10 +1151,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1073
1151
|
* Gets or sets how cells are evaluated for merging.
|
|
1074
1152
|
*/
|
|
1075
1153
|
get: function () {
|
|
1076
|
-
return this.i.
|
|
1154
|
+
return this.i.im;
|
|
1077
1155
|
},
|
|
1078
1156
|
set: function (v) {
|
|
1079
|
-
this.i.
|
|
1157
|
+
this.i.im = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
1080
1158
|
},
|
|
1081
1159
|
enumerable: false,
|
|
1082
1160
|
configurable: true
|
|
@@ -1086,10 +1164,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1086
1164
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
1087
1165
|
*/
|
|
1088
1166
|
get: function () {
|
|
1089
|
-
return this.i.
|
|
1167
|
+
return this.i.hf;
|
|
1090
1168
|
},
|
|
1091
1169
|
set: function (v) {
|
|
1092
|
-
this.i.
|
|
1170
|
+
this.i.hf = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
1093
1171
|
},
|
|
1094
1172
|
enumerable: false,
|
|
1095
1173
|
configurable: true
|
|
@@ -1099,10 +1177,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1099
1177
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
1100
1178
|
*/
|
|
1101
1179
|
get: function () {
|
|
1102
|
-
return this.i.
|
|
1180
|
+
return this.i.lg;
|
|
1103
1181
|
},
|
|
1104
1182
|
set: function (v) {
|
|
1105
|
-
this.i.
|
|
1183
|
+
this.i.lg = +v;
|
|
1106
1184
|
},
|
|
1107
1185
|
enumerable: false,
|
|
1108
1186
|
configurable: true
|
|
@@ -1112,10 +1190,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1112
1190
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
1113
1191
|
*/
|
|
1114
1192
|
get: function () {
|
|
1115
|
-
return this.i.
|
|
1193
|
+
return this.i.li;
|
|
1116
1194
|
},
|
|
1117
1195
|
set: function (v) {
|
|
1118
|
-
this.i.
|
|
1196
|
+
this.i.li = +v;
|
|
1119
1197
|
},
|
|
1120
1198
|
enumerable: false,
|
|
1121
1199
|
configurable: true
|
|
@@ -1125,10 +1203,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1125
1203
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
1126
1204
|
*/
|
|
1127
1205
|
get: function () {
|
|
1128
|
-
return this.i.
|
|
1206
|
+
return this.i.lh;
|
|
1129
1207
|
},
|
|
1130
1208
|
set: function (v) {
|
|
1131
|
-
this.i.
|
|
1209
|
+
this.i.lh = +v;
|
|
1132
1210
|
},
|
|
1133
1211
|
enumerable: false,
|
|
1134
1212
|
configurable: true
|
|
@@ -1138,10 +1216,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1138
1216
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
1139
1217
|
*/
|
|
1140
1218
|
get: function () {
|
|
1141
|
-
return this.i.
|
|
1219
|
+
return this.i.lf;
|
|
1142
1220
|
},
|
|
1143
1221
|
set: function (v) {
|
|
1144
|
-
this.i.
|
|
1222
|
+
this.i.lf = +v;
|
|
1145
1223
|
},
|
|
1146
1224
|
enumerable: false,
|
|
1147
1225
|
configurable: true
|
|
@@ -1151,10 +1229,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1151
1229
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
1152
1230
|
*/
|
|
1153
1231
|
get: function () {
|
|
1154
|
-
return this.i.
|
|
1232
|
+
return this.i.h8;
|
|
1155
1233
|
},
|
|
1156
1234
|
set: function (v) {
|
|
1157
|
-
this.i.
|
|
1235
|
+
this.i.h8 = ensureEnum(FilterComparisonType_$type, v);
|
|
1158
1236
|
},
|
|
1159
1237
|
enumerable: false,
|
|
1160
1238
|
configurable: true
|
|
@@ -1166,7 +1244,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1166
1244
|
get: function () {
|
|
1167
1245
|
if (this._filterOperands === null) {
|
|
1168
1246
|
var coll = new IgxGridFilterOperandsCollection();
|
|
1169
|
-
var innerColl = this.i.
|
|
1247
|
+
var innerColl = this.i.ih;
|
|
1170
1248
|
if (!innerColl) {
|
|
1171
1249
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
1172
1250
|
}
|
|
@@ -1182,7 +1260,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1182
1260
|
var coll = new IgxGridFilterOperandsCollection();
|
|
1183
1261
|
this._filterOperands = coll._fromOuter(v);
|
|
1184
1262
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
1185
|
-
var innerColl = this.i.
|
|
1263
|
+
var innerColl = this.i.ih;
|
|
1186
1264
|
if (!innerColl) {
|
|
1187
1265
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
1188
1266
|
}
|
|
@@ -1198,10 +1276,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1198
1276
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
1199
1277
|
*/
|
|
1200
1278
|
get: function () {
|
|
1201
|
-
return this.i.
|
|
1279
|
+
return this.i.o9;
|
|
1202
1280
|
},
|
|
1203
1281
|
set: function (v) {
|
|
1204
|
-
this.i.
|
|
1282
|
+
this.i.o9 = v;
|
|
1205
1283
|
},
|
|
1206
1284
|
enumerable: false,
|
|
1207
1285
|
configurable: true
|
|
@@ -1211,10 +1289,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1211
1289
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
1212
1290
|
*/
|
|
1213
1291
|
get: function () {
|
|
1214
|
-
return brushToString(this.i.
|
|
1292
|
+
return brushToString(this.i.sz);
|
|
1215
1293
|
},
|
|
1216
1294
|
set: function (v) {
|
|
1217
|
-
this.i.
|
|
1295
|
+
this.i.sz = stringToBrush(v);
|
|
1218
1296
|
},
|
|
1219
1297
|
enumerable: false,
|
|
1220
1298
|
configurable: true
|
|
@@ -1242,10 +1320,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1242
1320
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
1243
1321
|
*/
|
|
1244
1322
|
get: function () {
|
|
1245
|
-
return this.i.
|
|
1323
|
+
return this.i.o1;
|
|
1246
1324
|
},
|
|
1247
1325
|
set: function (v) {
|
|
1248
|
-
this.i.
|
|
1326
|
+
this.i.o1 = v;
|
|
1249
1327
|
},
|
|
1250
1328
|
enumerable: false,
|
|
1251
1329
|
configurable: true
|
|
@@ -1255,10 +1333,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1255
1333
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
1256
1334
|
*/
|
|
1257
1335
|
get: function () {
|
|
1258
|
-
return this.i.
|
|
1336
|
+
return this.i.oy;
|
|
1259
1337
|
},
|
|
1260
1338
|
set: function (v) {
|
|
1261
|
-
this.i.
|
|
1339
|
+
this.i.oy = v;
|
|
1262
1340
|
},
|
|
1263
1341
|
enumerable: false,
|
|
1264
1342
|
configurable: true
|
|
@@ -1268,10 +1346,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1268
1346
|
* Gets or sets the stroke color of suffix icon.
|
|
1269
1347
|
*/
|
|
1270
1348
|
get: function () {
|
|
1271
|
-
return brushToString(this.i.
|
|
1349
|
+
return brushToString(this.i.sy);
|
|
1272
1350
|
},
|
|
1273
1351
|
set: function (v) {
|
|
1274
|
-
this.i.
|
|
1352
|
+
this.i.sy = stringToBrush(v);
|
|
1275
1353
|
},
|
|
1276
1354
|
enumerable: false,
|
|
1277
1355
|
configurable: true
|
|
@@ -1281,10 +1359,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1281
1359
|
* Gets or sets the fill color of suffix icon.
|
|
1282
1360
|
*/
|
|
1283
1361
|
get: function () {
|
|
1284
|
-
return brushToString(this.i.
|
|
1362
|
+
return brushToString(this.i.sx);
|
|
1285
1363
|
},
|
|
1286
1364
|
set: function (v) {
|
|
1287
|
-
this.i.
|
|
1365
|
+
this.i.sx = stringToBrush(v);
|
|
1288
1366
|
},
|
|
1289
1367
|
enumerable: false,
|
|
1290
1368
|
configurable: true
|
|
@@ -1294,10 +1372,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1294
1372
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
1295
1373
|
*/
|
|
1296
1374
|
get: function () {
|
|
1297
|
-
return this.i.
|
|
1375
|
+
return this.i.kw;
|
|
1298
1376
|
},
|
|
1299
1377
|
set: function (v) {
|
|
1300
|
-
this.i.
|
|
1378
|
+
this.i.kw = +v;
|
|
1301
1379
|
},
|
|
1302
1380
|
enumerable: false,
|
|
1303
1381
|
configurable: true
|
|
@@ -1307,10 +1385,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1307
1385
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
1308
1386
|
*/
|
|
1309
1387
|
get: function () {
|
|
1310
|
-
return this.i.
|
|
1388
|
+
return this.i.kx;
|
|
1311
1389
|
},
|
|
1312
1390
|
set: function (v) {
|
|
1313
|
-
this.i.
|
|
1391
|
+
this.i.kx = +v;
|
|
1314
1392
|
},
|
|
1315
1393
|
enumerable: false,
|
|
1316
1394
|
configurable: true
|
|
@@ -1320,10 +1398,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1320
1398
|
* Gets or sets the suffix icon's viewbox width.
|
|
1321
1399
|
*/
|
|
1322
1400
|
get: function () {
|
|
1323
|
-
return this.i.
|
|
1401
|
+
return this.i.ky;
|
|
1324
1402
|
},
|
|
1325
1403
|
set: function (v) {
|
|
1326
|
-
this.i.
|
|
1404
|
+
this.i.ky = +v;
|
|
1327
1405
|
},
|
|
1328
1406
|
enumerable: false,
|
|
1329
1407
|
configurable: true
|
|
@@ -1333,10 +1411,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1333
1411
|
* Gets or sets the suffix icon's viewbox height.
|
|
1334
1412
|
*/
|
|
1335
1413
|
get: function () {
|
|
1336
|
-
return this.i.
|
|
1414
|
+
return this.i.kv;
|
|
1337
1415
|
},
|
|
1338
1416
|
set: function (v) {
|
|
1339
|
-
this.i.
|
|
1417
|
+
this.i.kv = +v;
|
|
1340
1418
|
},
|
|
1341
1419
|
enumerable: false,
|
|
1342
1420
|
configurable: true
|
|
@@ -1346,10 +1424,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1346
1424
|
* Gets or sets the suffix margin.
|
|
1347
1425
|
*/
|
|
1348
1426
|
get: function () {
|
|
1349
|
-
return this.i.
|
|
1427
|
+
return this.i.kz;
|
|
1350
1428
|
},
|
|
1351
1429
|
set: function (v) {
|
|
1352
|
-
this.i.
|
|
1430
|
+
this.i.kz = +v;
|
|
1353
1431
|
},
|
|
1354
1432
|
enumerable: false,
|
|
1355
1433
|
configurable: true
|
|
@@ -1359,10 +1437,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1359
1437
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
1360
1438
|
*/
|
|
1361
1439
|
get: function () {
|
|
1362
|
-
return this.i.
|
|
1440
|
+
return this.i.iw;
|
|
1363
1441
|
},
|
|
1364
1442
|
set: function (v) {
|
|
1365
|
-
this.i.
|
|
1443
|
+
this.i.iw = ensureEnum(TextCellDecoration_$type, v);
|
|
1366
1444
|
},
|
|
1367
1445
|
enumerable: false,
|
|
1368
1446
|
configurable: true
|
|
@@ -1399,18 +1477,18 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1399
1477
|
|
|
1400
1478
|
*/
|
|
1401
1479
|
IgxDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
1402
|
-
var iv = this.i.
|
|
1480
|
+
var iv = this.i.nx();
|
|
1403
1481
|
return (iv);
|
|
1404
1482
|
};
|
|
1405
1483
|
IgxDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
1406
|
-
this.i.
|
|
1484
|
+
this.i.pr(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1407
1485
|
};
|
|
1408
1486
|
/**
|
|
1409
1487
|
* Returns if the column has named header values.
|
|
1410
1488
|
|
|
1411
1489
|
*/
|
|
1412
1490
|
IgxDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
1413
|
-
var iv = this.i.
|
|
1491
|
+
var iv = this.i.j3();
|
|
1414
1492
|
return (iv);
|
|
1415
1493
|
};
|
|
1416
1494
|
/**
|
|
@@ -1419,7 +1497,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1419
1497
|
* @param valueName * The named value to check for.
|
|
1420
1498
|
*/
|
|
1421
1499
|
IgxDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
1422
|
-
var iv = this.i.
|
|
1500
|
+
var iv = this.i.j2(valueName);
|
|
1423
1501
|
return (iv);
|
|
1424
1502
|
};
|
|
1425
1503
|
/**
|
|
@@ -1428,7 +1506,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1428
1506
|
* @param valueName * The named header value to remove.
|
|
1429
1507
|
*/
|
|
1430
1508
|
IgxDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
1431
|
-
this.i.
|
|
1509
|
+
this.i.pq(valueName);
|
|
1432
1510
|
};
|
|
1433
1511
|
/**
|
|
1434
1512
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1436,11 +1514,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1436
1514
|
* @param valueName * Name of the named header value to retrieve.
|
|
1437
1515
|
*/
|
|
1438
1516
|
IgxDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
1439
|
-
var iv = this.i.
|
|
1517
|
+
var iv = this.i.lu(valueName);
|
|
1440
1518
|
return (iv);
|
|
1441
1519
|
};
|
|
1442
1520
|
IgxDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
1443
|
-
this.i.
|
|
1521
|
+
this.i.ph(filterID, index, value);
|
|
1444
1522
|
};
|
|
1445
1523
|
IgxDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
1446
1524
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -1505,7 +1583,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1505
1583
|
configurable: true
|
|
1506
1584
|
});
|
|
1507
1585
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1508
|
-
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 });
|
|
1586
|
+
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 });
|
|
1509
1587
|
return IgxDataGridColumnComponent;
|
|
1510
1588
|
}(IgxDefinitionBaseComponent));
|
|
1511
1589
|
export { IgxDataGridColumnComponent };
|
|
@@ -1604,6 +1682,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1604
1682
|
type: Input
|
|
1605
1683
|
}], columnOptionsBackground: [{
|
|
1606
1684
|
type: Input
|
|
1685
|
+
}], actualColumnOptionsScrollbarBackground: [{
|
|
1686
|
+
type: Input
|
|
1687
|
+
}], columnOptionsScrollbarBackground: [{
|
|
1688
|
+
type: Input
|
|
1689
|
+
}], actualColumnOptionsScrollbarHoverBackground: [{
|
|
1690
|
+
type: Input
|
|
1691
|
+
}], columnOptionsScrollbarHoverBackground: [{
|
|
1692
|
+
type: Input
|
|
1693
|
+
}], actualColumnOptionsScrollbarActiveBackground: [{
|
|
1694
|
+
type: Input
|
|
1695
|
+
}], columnOptionsScrollbarActiveBackground: [{
|
|
1696
|
+
type: Input
|
|
1607
1697
|
}], actualColumnOptionsTextColor: [{
|
|
1608
1698
|
type: Input
|
|
1609
1699
|
}], columnOptionsTextColor: [{
|