igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.2
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 +3905 -3606
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igx-checkbox-list-component.js +57 -46
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +101 -85
- package/esm2015/lib/igx-data-grid-component.js +24 -1
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igx-checkbox-list-component.js +60 -45
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +109 -85
- package/esm5/lib/igx-data-grid-component.js +32 -1
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
- package/fesm5/igniteui-angular-data-grids.js +3905 -3606
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +5 -1
- package/lib/igx-data-grid-component.d.ts +13 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
- package/lib/igx-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -242,7 +242,7 @@ export let IgxColumnChooserComponent = /*@__PURE__*/ (() => {
|
|
|
242
242
|
IgxColumnChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxColumnChooserComponent, selector: "igx-column-chooser", inputs: { height: "height", width: "width", targetGrid: "targetGrid", title: "title", titleStyle: "titleStyle", titleColor: "titleColor", filterPlaceholderText: "filterPlaceholderText", baseTheme: "baseTheme", density: "density", backgroundColor: "backgroundColor" }, host: { classAttribute: "ig-column-chooser igx-column-chooser" }, providers: [], viewQueries: [{ propertyName: "_checkboxList", first: true, predicate: ["checkboxList"], descendants: true, read: IgxCheckboxListComponent, static: true }, { propertyName: "_chooserContainer", first: true, predicate: ["chooserContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #chooserContainer>
|
|
243
243
|
<span></span>
|
|
244
244
|
<igx-checkbox-list #checkboxList></igx-checkbox-list>
|
|
245
|
-
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
245
|
+
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
246
246
|
return IgxColumnChooserComponent;
|
|
247
247
|
})();
|
|
248
248
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnChooserComponent, decorators: [{
|
|
@@ -241,7 +241,7 @@ export let IgxColumnPinningComponent = /*@__PURE__*/ (() => {
|
|
|
241
241
|
IgxColumnPinningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxColumnPinningComponent, selector: "igx-column-pinning", inputs: { height: "height", width: "width", targetGrid: "targetGrid", title: "title", titleStyle: "titleStyle", titleColor: "titleColor", filterPlaceholderText: "filterPlaceholderText", baseTheme: "baseTheme", density: "density", backgroundColor: "backgroundColor" }, host: { classAttribute: "ig-column-pinning igx-column-pinning" }, providers: [], viewQueries: [{ propertyName: "_checkboxList", first: true, predicate: ["checkboxList"], descendants: true, read: IgxCheckboxListComponent, static: true }, { propertyName: "_pinningContainer", first: true, predicate: ["pinningContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #pinningContainer>
|
|
242
242
|
<span></span>
|
|
243
243
|
<igx-checkbox-list #checkboxList ></igx-checkbox-list>
|
|
244
|
-
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
244
|
+
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
245
245
|
return IgxColumnPinningComponent;
|
|
246
246
|
})();
|
|
247
247
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnPinningComponent, decorators: [{
|
|
@@ -38,50 +38,50 @@ export let IgxComboBoxColumnComponent = /*@__PURE__*/ (() => {
|
|
|
38
38
|
* Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
|
|
39
39
|
*/
|
|
40
40
|
get actualDataSource() {
|
|
41
|
-
return this.i.
|
|
41
|
+
return this.i.sg;
|
|
42
42
|
}
|
|
43
43
|
set actualDataSource(v) {
|
|
44
|
-
this.i.
|
|
44
|
+
this.i.sg = v;
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
47
|
* Gets or sets the ComboBox data source.
|
|
48
48
|
*/
|
|
49
49
|
get dataSource() {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.sh;
|
|
51
51
|
}
|
|
52
52
|
set dataSource(v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.sh = v;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Gets or sets the ComboBox text field.
|
|
57
57
|
*/
|
|
58
58
|
get textField() {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.sl;
|
|
60
60
|
}
|
|
61
61
|
set textField(v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.sl = v;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets the ComboBox value field.
|
|
66
66
|
*/
|
|
67
67
|
get valueField() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.sm;
|
|
69
69
|
}
|
|
70
70
|
set valueField(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.sm = v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the ComboBox value field.
|
|
75
75
|
*/
|
|
76
76
|
get valueMultiField() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.se;
|
|
78
78
|
}
|
|
79
79
|
set valueMultiField(v) {
|
|
80
80
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
81
81
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
82
82
|
v = v.split(re);
|
|
83
83
|
}
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.se = v;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
IgxComboBoxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxComboBoxColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -94,109 +94,109 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
94
94
|
* Gets or sets an unique name of the Column
|
|
95
95
|
*/
|
|
96
96
|
get name() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.od;
|
|
98
98
|
}
|
|
99
99
|
set name(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.od = v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* Gets or sets the key used for the column binding
|
|
104
104
|
*/
|
|
105
105
|
get field() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.nl;
|
|
107
107
|
}
|
|
108
108
|
set field(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.nl = v;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the text displayed in the header of the column
|
|
113
113
|
*/
|
|
114
114
|
get headerText() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.ns;
|
|
116
116
|
}
|
|
117
117
|
set headerText(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.ns = v;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets the actual text displayed in the header of the column
|
|
122
122
|
*/
|
|
123
123
|
get actualHeaderText() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.mm;
|
|
125
125
|
}
|
|
126
126
|
set actualHeaderText(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.mm = v;
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Gets or sets the background color to use for the cells when they are selected
|
|
131
131
|
*/
|
|
132
132
|
get selectedBackground() {
|
|
133
|
-
return brushToString(this.i.
|
|
133
|
+
return brushToString(this.i.r9);
|
|
134
134
|
}
|
|
135
135
|
set selectedBackground(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.r9 = stringToBrush(v);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
139
|
* Gets the actual background color that is used for the cells when they are selected
|
|
140
140
|
*/
|
|
141
141
|
get actualSelectedBackground() {
|
|
142
|
-
return brushToString(this.i.
|
|
142
|
+
return brushToString(this.i.rr);
|
|
143
143
|
}
|
|
144
144
|
set actualSelectedBackground(v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.rr = stringToBrush(v);
|
|
146
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.sa);
|
|
152
152
|
}
|
|
153
153
|
set selectedTextColor(v) {
|
|
154
|
-
this.i.
|
|
154
|
+
this.i.sa = 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.rs);
|
|
161
161
|
}
|
|
162
162
|
set actualSelectedTextColor(v) {
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.rs = 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.r7);
|
|
170
170
|
}
|
|
171
171
|
set rowHoverBackground(v) {
|
|
172
|
-
this.i.
|
|
172
|
+
this.i.r7 = 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.rp);
|
|
179
179
|
}
|
|
180
180
|
set actualHoverBackground(v) {
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.rp = 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.r8);
|
|
188
188
|
}
|
|
189
189
|
set rowHoverTextColor(v) {
|
|
190
|
-
this.i.
|
|
190
|
+
this.i.r8 = 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.rq);
|
|
197
197
|
}
|
|
198
198
|
set actualRowHoverTextColor(v) {
|
|
199
|
-
this.i.
|
|
199
|
+
this.i.rq = stringToBrush(v);
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
202
|
* Gets or sets the animation settings to use for this column.
|
|
@@ -406,19 +406,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
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.rj);
|
|
410
410
|
}
|
|
411
411
|
set actualColumnOptionsIconColor(v) {
|
|
412
|
-
this.i.
|
|
412
|
+
this.i.rj = 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.rz);
|
|
419
419
|
}
|
|
420
420
|
set columnOptionsIconColor(v) {
|
|
421
|
-
this.i.
|
|
421
|
+
this.i.rz = stringToBrush(v);
|
|
422
422
|
}
|
|
423
423
|
/**
|
|
424
424
|
* Gets or sets how the column option icon will behave in the column header.
|
|
@@ -497,37 +497,37 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
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.re);
|
|
501
501
|
}
|
|
502
502
|
set actualColumnOptionsBackground(v) {
|
|
503
|
-
this.i.
|
|
503
|
+
this.i.re = 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.ru);
|
|
510
510
|
}
|
|
511
511
|
set columnOptionsBackground(v) {
|
|
512
|
-
this.i.
|
|
512
|
+
this.i.ru = stringToBrush(v);
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
515
|
* Gets or sets the text color for text inside the column options menu.
|
|
516
516
|
*/
|
|
517
517
|
get actualColumnOptionsTextColor() {
|
|
518
|
-
return brushToString(this.i.
|
|
518
|
+
return brushToString(this.i.rl);
|
|
519
519
|
}
|
|
520
520
|
set actualColumnOptionsTextColor(v) {
|
|
521
|
-
this.i.
|
|
521
|
+
this.i.rl = stringToBrush(v);
|
|
522
522
|
}
|
|
523
523
|
/**
|
|
524
524
|
* Gets or sets the text color for text inside the column options menu.
|
|
525
525
|
*/
|
|
526
526
|
get columnOptionsTextColor() {
|
|
527
|
-
return brushToString(this.i.
|
|
527
|
+
return brushToString(this.i.r1);
|
|
528
528
|
}
|
|
529
529
|
set columnOptionsTextColor(v) {
|
|
530
|
-
this.i.
|
|
530
|
+
this.i.r1 = stringToBrush(v);
|
|
531
531
|
}
|
|
532
532
|
/**
|
|
533
533
|
* Gets or sets the font settings for text inside the column options menu.
|
|
@@ -544,94 +544,106 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
544
544
|
this.i.jd = fi;
|
|
545
545
|
}
|
|
546
546
|
get actualColumnOptionsHoverBackgroundColor() {
|
|
547
|
-
return brushToString(this.i.
|
|
547
|
+
return brushToString(this.i.ri);
|
|
548
548
|
}
|
|
549
549
|
set actualColumnOptionsHoverBackgroundColor(v) {
|
|
550
|
-
this.i.
|
|
550
|
+
this.i.ri = stringToBrush(v);
|
|
551
551
|
}
|
|
552
552
|
get columnOptionsHoverBackgroundColor() {
|
|
553
|
-
return brushToString(this.i.
|
|
553
|
+
return brushToString(this.i.ry);
|
|
554
554
|
}
|
|
555
555
|
set columnOptionsHoverBackgroundColor(v) {
|
|
556
|
-
this.i.
|
|
556
|
+
this.i.ry = stringToBrush(v);
|
|
557
557
|
}
|
|
558
558
|
get actualColumnOptionsToolTipBackgroundColor() {
|
|
559
|
-
return brushToString(this.i.
|
|
559
|
+
return brushToString(this.i.rm);
|
|
560
560
|
}
|
|
561
561
|
set actualColumnOptionsToolTipBackgroundColor(v) {
|
|
562
|
-
this.i.
|
|
562
|
+
this.i.rm = stringToBrush(v);
|
|
563
563
|
}
|
|
564
564
|
get columnOptionsToolTipBackgroundColor() {
|
|
565
|
-
return brushToString(this.i.
|
|
565
|
+
return brushToString(this.i.r2);
|
|
566
566
|
}
|
|
567
567
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
568
|
-
this.i.
|
|
568
|
+
this.i.r2 = stringToBrush(v);
|
|
569
|
+
}
|
|
570
|
+
get actualColumnOptionsToolTipTextColor() {
|
|
571
|
+
return brushToString(this.i.rn);
|
|
572
|
+
}
|
|
573
|
+
set actualColumnOptionsToolTipTextColor(v) {
|
|
574
|
+
this.i.rn = stringToBrush(v);
|
|
575
|
+
}
|
|
576
|
+
get columnOptionsToolTipTextColor() {
|
|
577
|
+
return brushToString(this.i.r3);
|
|
578
|
+
}
|
|
579
|
+
set columnOptionsToolTipTextColor(v) {
|
|
580
|
+
this.i.r3 = stringToBrush(v);
|
|
569
581
|
}
|
|
570
582
|
get actualColumnOptionsHighlightColor() {
|
|
571
|
-
return brushToString(this.i.
|
|
583
|
+
return brushToString(this.i.rh);
|
|
572
584
|
}
|
|
573
585
|
set actualColumnOptionsHighlightColor(v) {
|
|
574
|
-
this.i.
|
|
586
|
+
this.i.rh = stringToBrush(v);
|
|
575
587
|
}
|
|
576
588
|
get columnOptionsHighlightColor() {
|
|
577
|
-
return brushToString(this.i.
|
|
589
|
+
return brushToString(this.i.rx);
|
|
578
590
|
}
|
|
579
591
|
set columnOptionsHighlightColor(v) {
|
|
580
|
-
this.i.
|
|
592
|
+
this.i.rx = stringToBrush(v);
|
|
581
593
|
}
|
|
582
594
|
/**
|
|
583
595
|
* Gets or sets the color of separators inside the column options menu.
|
|
584
596
|
*/
|
|
585
597
|
get actualColumnOptionsSeparatorColor() {
|
|
586
|
-
return brushToString(this.i.
|
|
598
|
+
return brushToString(this.i.rk);
|
|
587
599
|
}
|
|
588
600
|
set actualColumnOptionsSeparatorColor(v) {
|
|
589
|
-
this.i.
|
|
601
|
+
this.i.rk = stringToBrush(v);
|
|
590
602
|
}
|
|
591
603
|
/**
|
|
592
604
|
* Gets or sets the color of separators inside the column options menu.
|
|
593
605
|
*/
|
|
594
606
|
get columnOptionsSeparatorColor() {
|
|
595
|
-
return brushToString(this.i.
|
|
607
|
+
return brushToString(this.i.r0);
|
|
596
608
|
}
|
|
597
609
|
set columnOptionsSeparatorColor(v) {
|
|
598
|
-
this.i.
|
|
610
|
+
this.i.r0 = stringToBrush(v);
|
|
599
611
|
}
|
|
600
612
|
/**
|
|
601
613
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
602
614
|
*/
|
|
603
615
|
get actualColumnOptionsGroupHeaderBackground() {
|
|
604
|
-
return brushToString(this.i.
|
|
616
|
+
return brushToString(this.i.rf);
|
|
605
617
|
}
|
|
606
618
|
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
607
|
-
this.i.
|
|
619
|
+
this.i.rf = stringToBrush(v);
|
|
608
620
|
}
|
|
609
621
|
/**
|
|
610
622
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
611
623
|
*/
|
|
612
624
|
get columnOptionsGroupHeaderBackground() {
|
|
613
|
-
return brushToString(this.i.
|
|
625
|
+
return brushToString(this.i.rv);
|
|
614
626
|
}
|
|
615
627
|
set columnOptionsGroupHeaderBackground(v) {
|
|
616
|
-
this.i.
|
|
628
|
+
this.i.rv = stringToBrush(v);
|
|
617
629
|
}
|
|
618
630
|
/**
|
|
619
631
|
* Gets the actual text color for group headers inside the column options menu.
|
|
620
632
|
*/
|
|
621
633
|
get actualColumnOptionsGroupHeaderTextColor() {
|
|
622
|
-
return brushToString(this.i.
|
|
634
|
+
return brushToString(this.i.rg);
|
|
623
635
|
}
|
|
624
636
|
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
625
|
-
this.i.
|
|
637
|
+
this.i.rg = stringToBrush(v);
|
|
626
638
|
}
|
|
627
639
|
/**
|
|
628
640
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
629
641
|
*/
|
|
630
642
|
get columnOptionsGroupHeaderTextColor() {
|
|
631
|
-
return brushToString(this.i.
|
|
643
|
+
return brushToString(this.i.rw);
|
|
632
644
|
}
|
|
633
645
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
634
|
-
this.i.
|
|
646
|
+
this.i.rw = stringToBrush(v);
|
|
635
647
|
}
|
|
636
648
|
get columnOptionsGroupHeaderTextStyle() {
|
|
637
649
|
if (this.i.jc == null) {
|
|
@@ -645,16 +657,16 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
645
657
|
this.i.jc = fi;
|
|
646
658
|
}
|
|
647
659
|
get actualColumnOptionsAccentColor() {
|
|
648
|
-
return brushToString(this.i.
|
|
660
|
+
return brushToString(this.i.rd);
|
|
649
661
|
}
|
|
650
662
|
set actualColumnOptionsAccentColor(v) {
|
|
651
|
-
this.i.
|
|
663
|
+
this.i.rd = stringToBrush(v);
|
|
652
664
|
}
|
|
653
665
|
get columnOptionsAccentColor() {
|
|
654
|
-
return brushToString(this.i.
|
|
666
|
+
return brushToString(this.i.rt);
|
|
655
667
|
}
|
|
656
668
|
set columnOptionsAccentColor(v) {
|
|
657
|
-
this.i.
|
|
669
|
+
this.i.rt = stringToBrush(v);
|
|
658
670
|
}
|
|
659
671
|
get actualColumnOptionsRowHeight() {
|
|
660
672
|
return this.i.lc;
|
|
@@ -681,19 +693,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
681
693
|
* Gets or sets the text color used for deleted rows.
|
|
682
694
|
*/
|
|
683
695
|
get deletedTextColor() {
|
|
684
|
-
return brushToString(this.i.
|
|
696
|
+
return brushToString(this.i.r4);
|
|
685
697
|
}
|
|
686
698
|
set deletedTextColor(v) {
|
|
687
|
-
this.i.
|
|
699
|
+
this.i.r4 = stringToBrush(v);
|
|
688
700
|
}
|
|
689
701
|
/**
|
|
690
702
|
* Gets the actual text color used for deleted rows.
|
|
691
703
|
*/
|
|
692
704
|
get actualDeletedTextColor() {
|
|
693
|
-
return brushToString(this.i.
|
|
705
|
+
return brushToString(this.i.ro);
|
|
694
706
|
}
|
|
695
707
|
set actualDeletedTextColor(v) {
|
|
696
|
-
this.i.
|
|
708
|
+
this.i.ro = stringToBrush(v);
|
|
697
709
|
}
|
|
698
710
|
/**
|
|
699
711
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
@@ -847,19 +859,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
847
859
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
848
860
|
*/
|
|
849
861
|
get suffixText() {
|
|
850
|
-
return this.i.
|
|
862
|
+
return this.i.o2;
|
|
851
863
|
}
|
|
852
864
|
set suffixText(v) {
|
|
853
|
-
this.i.
|
|
865
|
+
this.i.o2 = v;
|
|
854
866
|
}
|
|
855
867
|
/**
|
|
856
868
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
857
869
|
*/
|
|
858
870
|
get suffixTextColor() {
|
|
859
|
-
return brushToString(this.i.
|
|
871
|
+
return brushToString(this.i.sd);
|
|
860
872
|
}
|
|
861
873
|
set suffixTextColor(v) {
|
|
862
|
-
this.i.
|
|
874
|
+
this.i.sd = stringToBrush(v);
|
|
863
875
|
}
|
|
864
876
|
/**
|
|
865
877
|
* Gets or sets the font of the suffix text.
|
|
@@ -879,37 +891,37 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
879
891
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
880
892
|
*/
|
|
881
893
|
get suffixIconName() {
|
|
882
|
-
return this.i.
|
|
894
|
+
return this.i.ou;
|
|
883
895
|
}
|
|
884
896
|
set suffixIconName(v) {
|
|
885
|
-
this.i.
|
|
897
|
+
this.i.ou = v;
|
|
886
898
|
}
|
|
887
899
|
/**
|
|
888
900
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
889
901
|
*/
|
|
890
902
|
get suffixIconCollectionName() {
|
|
891
|
-
return this.i.
|
|
903
|
+
return this.i.or;
|
|
892
904
|
}
|
|
893
905
|
set suffixIconCollectionName(v) {
|
|
894
|
-
this.i.
|
|
906
|
+
this.i.or = v;
|
|
895
907
|
}
|
|
896
908
|
/**
|
|
897
909
|
* Gets or sets the stroke color of suffix icon.
|
|
898
910
|
*/
|
|
899
911
|
get suffixIconStroke() {
|
|
900
|
-
return brushToString(this.i.
|
|
912
|
+
return brushToString(this.i.sc);
|
|
901
913
|
}
|
|
902
914
|
set suffixIconStroke(v) {
|
|
903
|
-
this.i.
|
|
915
|
+
this.i.sc = stringToBrush(v);
|
|
904
916
|
}
|
|
905
917
|
/**
|
|
906
918
|
* Gets or sets the fill color of suffix icon.
|
|
907
919
|
*/
|
|
908
920
|
get suffixIconFill() {
|
|
909
|
-
return brushToString(this.i.
|
|
921
|
+
return brushToString(this.i.sb);
|
|
910
922
|
}
|
|
911
923
|
set suffixIconFill(v) {
|
|
912
|
-
this.i.
|
|
924
|
+
this.i.sb = stringToBrush(v);
|
|
913
925
|
}
|
|
914
926
|
/**
|
|
915
927
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
@@ -997,11 +1009,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
997
1009
|
|
|
998
1010
|
*/
|
|
999
1011
|
getUniqueKey() {
|
|
1000
|
-
let iv = this.i.
|
|
1012
|
+
let iv = this.i.nq();
|
|
1001
1013
|
return (iv);
|
|
1002
1014
|
}
|
|
1003
1015
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
1004
|
-
this.i.
|
|
1016
|
+
this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1005
1017
|
}
|
|
1006
1018
|
/**
|
|
1007
1019
|
* Returns if the column has named header values.
|
|
@@ -1026,7 +1038,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1026
1038
|
* @param valueName * The named header value to remove.
|
|
1027
1039
|
*/
|
|
1028
1040
|
removeNamedHeaderValue(valueName) {
|
|
1029
|
-
this.i.
|
|
1041
|
+
this.i.pj(valueName);
|
|
1030
1042
|
}
|
|
1031
1043
|
/**
|
|
1032
1044
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1038,7 +1050,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1038
1050
|
return (iv);
|
|
1039
1051
|
}
|
|
1040
1052
|
applyCustomFilter(filterID, index, value) {
|
|
1041
|
-
this.i.
|
|
1053
|
+
this.i.pa(filterID, index, value);
|
|
1042
1054
|
}
|
|
1043
1055
|
getDesiredToolbarActions() {
|
|
1044
1056
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -1094,7 +1106,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1094
1106
|
}
|
|
1095
1107
|
}
|
|
1096
1108
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1097
|
-
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", selectedTextColor: "selectedTextColor", actualSelectedTextColor: "actualSelectedTextColor", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isSortingEnabled: "isSortingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", actualColumnOptionsBackground: "actualColumnOptionsBackground", columnOptionsBackground: "columnOptionsBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", actualColumnOptionsHoverBackgroundColor: "actualColumnOptionsHoverBackgroundColor", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", actualColumnOptionsToolTipBackgroundColor: "actualColumnOptionsToolTipBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", actualColumnOptionsHighlightColor: "actualColumnOptionsHighlightColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", actualColumnOptionsRowHeight: "actualColumnOptionsRowHeight", columnOptionsRowHeight: "columnOptionsRowHeight", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
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 });
|
|
1098
1110
|
return IgxDataGridColumnComponent;
|
|
1099
1111
|
})();
|
|
1100
1112
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
|
|
@@ -1206,6 +1218,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1206
1218
|
type: Input
|
|
1207
1219
|
}], columnOptionsToolTipBackgroundColor: [{
|
|
1208
1220
|
type: Input
|
|
1221
|
+
}], actualColumnOptionsToolTipTextColor: [{
|
|
1222
|
+
type: Input
|
|
1223
|
+
}], columnOptionsToolTipTextColor: [{
|
|
1224
|
+
type: Input
|
|
1209
1225
|
}], actualColumnOptionsHighlightColor: [{
|
|
1210
1226
|
type: Input
|
|
1211
1227
|
}], columnOptionsHighlightColor: [{
|