igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +44020 -42109
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -80,137 +80,137 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
80
80
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
81
81
|
*/
|
|
82
82
|
get paddingLeft() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.lj;
|
|
84
84
|
}
|
|
85
85
|
set paddingLeft(v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("paddingLeft", this.i.
|
|
86
|
+
this.i.lj = +v;
|
|
87
|
+
this._a("paddingLeft", this.i.lj);
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
91
91
|
*/
|
|
92
92
|
get paddingTop() {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.ll;
|
|
94
94
|
}
|
|
95
95
|
set paddingTop(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("paddingTop", this.i.
|
|
96
|
+
this.i.ll = +v;
|
|
97
|
+
this._a("paddingTop", this.i.ll);
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
101
101
|
*/
|
|
102
102
|
get paddingRight() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.lk;
|
|
104
104
|
}
|
|
105
105
|
set paddingRight(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("paddingRight", this.i.
|
|
106
|
+
this.i.lk = +v;
|
|
107
|
+
this._a("paddingRight", this.i.lk);
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
111
111
|
*/
|
|
112
112
|
get paddingBottom() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.li;
|
|
114
114
|
}
|
|
115
115
|
set paddingBottom(v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("paddingBottom", this.i.
|
|
116
|
+
this.i.li = +v;
|
|
117
|
+
this._a("paddingBottom", this.i.li);
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
120
|
* Gets or sets an unique name of the Column
|
|
121
121
|
*/
|
|
122
122
|
get name() {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.n6;
|
|
124
124
|
}
|
|
125
125
|
set name(v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.n6 = v;
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
129
|
* Gets or sets the key used for the column binding
|
|
130
130
|
*/
|
|
131
131
|
get field() {
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.nf;
|
|
133
133
|
}
|
|
134
134
|
set field(v) {
|
|
135
|
-
this.i.
|
|
135
|
+
this.i.nf = v;
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
138
|
* Gets or sets the text displayed in the header of the column
|
|
139
139
|
*/
|
|
140
140
|
get headerText() {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.nm;
|
|
142
142
|
}
|
|
143
143
|
set headerText(v) {
|
|
144
|
-
this.i.
|
|
144
|
+
this.i.nm = v;
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
147
|
* Gets the actual text displayed in the header of the column
|
|
148
148
|
*/
|
|
149
149
|
get actualHeaderText() {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.mi;
|
|
151
151
|
}
|
|
152
152
|
set actualHeaderText(v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.mi = v;
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
156
|
* Gets or sets the background color to use for the cells when they are selected
|
|
157
157
|
*/
|
|
158
158
|
get selectedBackground() {
|
|
159
|
-
return brushToString(this.i.
|
|
159
|
+
return brushToString(this.i.rs);
|
|
160
160
|
}
|
|
161
161
|
set selectedBackground(v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
162
|
+
this.i.rs = stringToBrush(v);
|
|
163
|
+
this._a("selectedBackground", brushToString(this.i.rs));
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
166
|
* Gets the actual background color that is used for the cells when they are selected
|
|
167
167
|
*/
|
|
168
168
|
get actualSelectedBackground() {
|
|
169
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.rc);
|
|
170
170
|
}
|
|
171
171
|
set actualSelectedBackground(v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
172
|
+
this.i.rc = stringToBrush(v);
|
|
173
|
+
this._a("actualSelectedBackground", brushToString(this.i.rc));
|
|
174
174
|
}
|
|
175
175
|
/**
|
|
176
176
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
177
177
|
*/
|
|
178
178
|
get rowHoverBackground() {
|
|
179
|
-
return brushToString(this.i.
|
|
179
|
+
return brushToString(this.i.rq);
|
|
180
180
|
}
|
|
181
181
|
set rowHoverBackground(v) {
|
|
182
|
-
this.i.
|
|
183
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
182
|
+
this.i.rq = stringToBrush(v);
|
|
183
|
+
this._a("rowHoverBackground", brushToString(this.i.rq));
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
187
187
|
*/
|
|
188
188
|
get actualHoverBackground() {
|
|
189
|
-
return brushToString(this.i.
|
|
189
|
+
return brushToString(this.i.ra);
|
|
190
190
|
}
|
|
191
191
|
set actualHoverBackground(v) {
|
|
192
|
-
this.i.
|
|
193
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
192
|
+
this.i.ra = stringToBrush(v);
|
|
193
|
+
this._a("actualHoverBackground", brushToString(this.i.ra));
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
196
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
197
197
|
*/
|
|
198
198
|
get rowHoverTextColor() {
|
|
199
|
-
return brushToString(this.i.
|
|
199
|
+
return brushToString(this.i.rr);
|
|
200
200
|
}
|
|
201
201
|
set rowHoverTextColor(v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
202
|
+
this.i.rr = stringToBrush(v);
|
|
203
|
+
this._a("rowHoverTextColor", brushToString(this.i.rr));
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
206
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
207
207
|
*/
|
|
208
208
|
get actualRowHoverTextColor() {
|
|
209
|
-
return brushToString(this.i.
|
|
209
|
+
return brushToString(this.i.rb);
|
|
210
210
|
}
|
|
211
211
|
set actualRowHoverTextColor(v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
212
|
+
this.i.rb = stringToBrush(v);
|
|
213
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.rb));
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
216
|
* Gets or sets the animation settings to use for this column.
|
|
@@ -272,31 +272,31 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
272
272
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
273
273
|
*/
|
|
274
274
|
get minWidth() {
|
|
275
|
-
return this.i.
|
|
275
|
+
return this.i.kq;
|
|
276
276
|
}
|
|
277
277
|
set minWidth(v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("minWidth", this.i.
|
|
278
|
+
this.i.kq = +v;
|
|
279
|
+
this._a("minWidth", this.i.kq);
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
282
282
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
283
283
|
*/
|
|
284
284
|
get isFromMarkup() {
|
|
285
|
-
return this.i.
|
|
285
|
+
return this.i.j8;
|
|
286
286
|
}
|
|
287
287
|
set isFromMarkup(v) {
|
|
288
|
-
this.i.
|
|
289
|
-
this._a("isFromMarkup", this.i.
|
|
288
|
+
this.i.j8 = ensureBool(v);
|
|
289
|
+
this._a("isFromMarkup", this.i.j8);
|
|
290
290
|
}
|
|
291
291
|
/**
|
|
292
292
|
* Gets whether this column was auto generated.
|
|
293
293
|
*/
|
|
294
294
|
get isAutoGenerated() {
|
|
295
|
-
return this.i.
|
|
295
|
+
return this.i.j2;
|
|
296
296
|
}
|
|
297
297
|
set isAutoGenerated(v) {
|
|
298
|
-
this.i.
|
|
299
|
-
this._a("isAutoGenerated", this.i.
|
|
298
|
+
this.i.j2 = ensureBool(v);
|
|
299
|
+
this._a("isAutoGenerated", this.i.j2);
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
302
|
* Gets or sets a filter to apply on the values of this column
|
|
@@ -342,41 +342,41 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
342
342
|
* Gets or sets whether filtering is enabled for this column.
|
|
343
343
|
*/
|
|
344
344
|
get isFilteringEnabled() {
|
|
345
|
-
return this.i.
|
|
345
|
+
return this.i.j7;
|
|
346
346
|
}
|
|
347
347
|
set isFilteringEnabled(v) {
|
|
348
|
-
this.i.
|
|
349
|
-
this._a("isFilteringEnabled", this.i.
|
|
348
|
+
this.i.j7 = ensureBool(v);
|
|
349
|
+
this._a("isFilteringEnabled", this.i.j7);
|
|
350
350
|
}
|
|
351
351
|
/**
|
|
352
352
|
* Gets or sets whether resizing is enabled for this column.
|
|
353
353
|
*/
|
|
354
354
|
get isResizingEnabled() {
|
|
355
|
-
return this.i.
|
|
355
|
+
return this.i.ka;
|
|
356
356
|
}
|
|
357
357
|
set isResizingEnabled(v) {
|
|
358
|
-
this.i.
|
|
359
|
-
this._a("isResizingEnabled", this.i.
|
|
358
|
+
this.i.ka = ensureBool(v);
|
|
359
|
+
this._a("isResizingEnabled", this.i.ka);
|
|
360
360
|
}
|
|
361
361
|
/**
|
|
362
362
|
* Gets or sets whether or not a column is hidden from the grid
|
|
363
363
|
*/
|
|
364
364
|
get isHidden() {
|
|
365
|
-
return this.i.
|
|
365
|
+
return this.i.j9;
|
|
366
366
|
}
|
|
367
367
|
set isHidden(v) {
|
|
368
|
-
this.i.
|
|
369
|
-
this._a("isHidden", this.i.
|
|
368
|
+
this.i.j9 = ensureBool(v);
|
|
369
|
+
this._a("isHidden", this.i.j9);
|
|
370
370
|
}
|
|
371
371
|
/**
|
|
372
372
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
373
373
|
*/
|
|
374
374
|
get shouldRemoveWhenHidden() {
|
|
375
|
-
return this.i.
|
|
375
|
+
return this.i.kd;
|
|
376
376
|
}
|
|
377
377
|
set shouldRemoveWhenHidden(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
378
|
+
this.i.kd = ensureBool(v);
|
|
379
|
+
this._a("shouldRemoveWhenHidden", this.i.kd);
|
|
380
380
|
}
|
|
381
381
|
/**
|
|
382
382
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
@@ -422,21 +422,21 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
422
422
|
* Gets the actual column options icon color for this column.
|
|
423
423
|
*/
|
|
424
424
|
get actualColumnOptionsIconColor() {
|
|
425
|
-
return brushToString(this.i.
|
|
425
|
+
return brushToString(this.i.q5);
|
|
426
426
|
}
|
|
427
427
|
set actualColumnOptionsIconColor(v) {
|
|
428
|
-
this.i.
|
|
429
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
428
|
+
this.i.q5 = stringToBrush(v);
|
|
429
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.q5));
|
|
430
430
|
}
|
|
431
431
|
/**
|
|
432
432
|
* Gets or sets the column options icon color for this column.
|
|
433
433
|
*/
|
|
434
434
|
get columnOptionsIconColor() {
|
|
435
|
-
return brushToString(this.i.
|
|
435
|
+
return brushToString(this.i.rj);
|
|
436
436
|
}
|
|
437
437
|
set columnOptionsIconColor(v) {
|
|
438
|
-
this.i.
|
|
439
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
438
|
+
this.i.rj = stringToBrush(v);
|
|
439
|
+
this._a("columnOptionsIconColor", brushToString(this.i.rj));
|
|
440
440
|
}
|
|
441
441
|
/**
|
|
442
442
|
* Gets or sets how the column option icon will behave in the column header.
|
|
@@ -462,226 +462,309 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
462
462
|
* Gets the actual state of the column options for this column.
|
|
463
463
|
*/
|
|
464
464
|
get actualIsColumnOptionsEnabled() {
|
|
465
|
-
return this.i.
|
|
465
|
+
return this.i.jv;
|
|
466
466
|
}
|
|
467
467
|
set actualIsColumnOptionsEnabled(v) {
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
468
|
+
this.i.jv = ensureBool(v);
|
|
469
|
+
this._a("actualIsColumnOptionsEnabled", this.i.jv);
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
472
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
473
473
|
* then it will be disabled for the column regardless of what this is set to.
|
|
474
474
|
*/
|
|
475
475
|
get isColumnOptionsEnabled() {
|
|
476
|
-
return this.i.
|
|
476
|
+
return this.i.j3;
|
|
477
477
|
}
|
|
478
478
|
set isColumnOptionsEnabled(v) {
|
|
479
|
-
this.i.
|
|
480
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
479
|
+
this.i.j3 = ensureBool(v);
|
|
480
|
+
this._a("isColumnOptionsEnabled", this.i.j3);
|
|
481
481
|
}
|
|
482
482
|
/**
|
|
483
483
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
484
484
|
*/
|
|
485
485
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
486
|
-
return this.i.
|
|
486
|
+
return this.i.jx;
|
|
487
487
|
}
|
|
488
488
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
489
|
-
this.i.
|
|
490
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
489
|
+
this.i.jx = ensureBool(v);
|
|
490
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.jx);
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
493
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
494
494
|
*/
|
|
495
495
|
get isColumnOptionsSummariesEnabled() {
|
|
496
|
-
return this.i.
|
|
496
|
+
return this.i.j5;
|
|
497
497
|
}
|
|
498
498
|
set isColumnOptionsSummariesEnabled(v) {
|
|
499
|
-
this.i.
|
|
500
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
499
|
+
this.i.j5 = ensureBool(v);
|
|
500
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.j5);
|
|
501
501
|
}
|
|
502
502
|
/**
|
|
503
503
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
504
504
|
*/
|
|
505
505
|
get actualIsColumnOptionsGroupingEnabled() {
|
|
506
|
-
return this.i.
|
|
506
|
+
return this.i.jw;
|
|
507
507
|
}
|
|
508
508
|
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
509
|
-
this.i.
|
|
510
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
509
|
+
this.i.jw = ensureBool(v);
|
|
510
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.jw);
|
|
511
511
|
}
|
|
512
512
|
/**
|
|
513
513
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
514
514
|
*/
|
|
515
515
|
get isColumnOptionsGroupingEnabled() {
|
|
516
|
-
return this.i.
|
|
516
|
+
return this.i.j4;
|
|
517
517
|
}
|
|
518
518
|
set isColumnOptionsGroupingEnabled(v) {
|
|
519
|
-
this.i.
|
|
520
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
519
|
+
this.i.j4 = ensureBool(v);
|
|
520
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.j4);
|
|
521
521
|
}
|
|
522
522
|
/**
|
|
523
523
|
* Gets or sets the column options dropdown background color.
|
|
524
524
|
*/
|
|
525
525
|
get actualColumnOptionsBackground() {
|
|
526
|
-
return brushToString(this.i.
|
|
526
|
+
return brushToString(this.i.q0);
|
|
527
527
|
}
|
|
528
528
|
set actualColumnOptionsBackground(v) {
|
|
529
|
-
this.i.
|
|
530
|
-
this._a("actualColumnOptionsBackground", brushToString(this.i.
|
|
529
|
+
this.i.q0 = stringToBrush(v);
|
|
530
|
+
this._a("actualColumnOptionsBackground", brushToString(this.i.q0));
|
|
531
531
|
}
|
|
532
532
|
/**
|
|
533
533
|
* Gets or sets the column options dropdown background color.
|
|
534
534
|
*/
|
|
535
535
|
get columnOptionsBackground() {
|
|
536
|
-
return brushToString(this.i.
|
|
536
|
+
return brushToString(this.i.re);
|
|
537
537
|
}
|
|
538
538
|
set columnOptionsBackground(v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("columnOptionsBackground", brushToString(this.i.
|
|
539
|
+
this.i.re = stringToBrush(v);
|
|
540
|
+
this._a("columnOptionsBackground", brushToString(this.i.re));
|
|
541
541
|
}
|
|
542
542
|
/**
|
|
543
543
|
* Gets or sets the text color for text inside the column options menu.
|
|
544
544
|
*/
|
|
545
545
|
get actualColumnOptionsTextColor() {
|
|
546
|
-
return brushToString(this.i.
|
|
546
|
+
return brushToString(this.i.q7);
|
|
547
547
|
}
|
|
548
548
|
set actualColumnOptionsTextColor(v) {
|
|
549
|
-
this.i.
|
|
550
|
-
this._a("actualColumnOptionsTextColor", brushToString(this.i.
|
|
549
|
+
this.i.q7 = stringToBrush(v);
|
|
550
|
+
this._a("actualColumnOptionsTextColor", brushToString(this.i.q7));
|
|
551
551
|
}
|
|
552
552
|
/**
|
|
553
553
|
* Gets or sets the text color for text inside the column options menu.
|
|
554
554
|
*/
|
|
555
555
|
get columnOptionsTextColor() {
|
|
556
|
-
return brushToString(this.i.
|
|
556
|
+
return brushToString(this.i.rl);
|
|
557
557
|
}
|
|
558
558
|
set columnOptionsTextColor(v) {
|
|
559
|
-
this.i.
|
|
560
|
-
this._a("columnOptionsTextColor", brushToString(this.i.
|
|
559
|
+
this.i.rl = stringToBrush(v);
|
|
560
|
+
this._a("columnOptionsTextColor", brushToString(this.i.rl));
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
564
|
+
*/
|
|
565
|
+
get columnOptionsTextStyle() {
|
|
566
|
+
if (this.i.jc == null) {
|
|
567
|
+
return null;
|
|
568
|
+
}
|
|
569
|
+
return this.i.jc.fontString;
|
|
570
|
+
}
|
|
571
|
+
set columnOptionsTextStyle(v) {
|
|
572
|
+
let fi = new FontInfo();
|
|
573
|
+
fi.fontString = v;
|
|
574
|
+
this.i.jc = fi;
|
|
575
|
+
this._a("columnOptionsTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
|
|
576
|
+
}
|
|
577
|
+
get actualColumnOptionsHoverBackgroundColor() {
|
|
578
|
+
return brushToString(this.i.q4);
|
|
579
|
+
}
|
|
580
|
+
set actualColumnOptionsHoverBackgroundColor(v) {
|
|
581
|
+
this.i.q4 = stringToBrush(v);
|
|
582
|
+
this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.q4));
|
|
583
|
+
}
|
|
584
|
+
get columnOptionsHoverBackgroundColor() {
|
|
585
|
+
return brushToString(this.i.ri);
|
|
586
|
+
}
|
|
587
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
588
|
+
this.i.ri = stringToBrush(v);
|
|
589
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.ri));
|
|
590
|
+
}
|
|
591
|
+
get actualColumnOptionsToolTipBackgroundColor() {
|
|
592
|
+
return brushToString(this.i.q8);
|
|
593
|
+
}
|
|
594
|
+
set actualColumnOptionsToolTipBackgroundColor(v) {
|
|
595
|
+
this.i.q8 = stringToBrush(v);
|
|
596
|
+
this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.q8));
|
|
597
|
+
}
|
|
598
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
599
|
+
return brushToString(this.i.rm);
|
|
600
|
+
}
|
|
601
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
602
|
+
this.i.rm = stringToBrush(v);
|
|
603
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rm));
|
|
604
|
+
}
|
|
605
|
+
get actualColumnOptionsHighlightColor() {
|
|
606
|
+
return brushToString(this.i.q3);
|
|
607
|
+
}
|
|
608
|
+
set actualColumnOptionsHighlightColor(v) {
|
|
609
|
+
this.i.q3 = stringToBrush(v);
|
|
610
|
+
this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q3));
|
|
611
|
+
}
|
|
612
|
+
get columnOptionsHighlightColor() {
|
|
613
|
+
return brushToString(this.i.rh);
|
|
614
|
+
}
|
|
615
|
+
set columnOptionsHighlightColor(v) {
|
|
616
|
+
this.i.rh = stringToBrush(v);
|
|
617
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.rh));
|
|
561
618
|
}
|
|
562
619
|
/**
|
|
563
620
|
* Gets or sets the color of separators inside the column options menu.
|
|
564
621
|
*/
|
|
565
622
|
get actualColumnOptionsSeparatorColor() {
|
|
566
|
-
return brushToString(this.i.
|
|
623
|
+
return brushToString(this.i.q6);
|
|
567
624
|
}
|
|
568
625
|
set actualColumnOptionsSeparatorColor(v) {
|
|
569
|
-
this.i.
|
|
570
|
-
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.
|
|
626
|
+
this.i.q6 = stringToBrush(v);
|
|
627
|
+
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.q6));
|
|
571
628
|
}
|
|
572
629
|
/**
|
|
573
630
|
* Gets or sets the color of separators inside the column options menu.
|
|
574
631
|
*/
|
|
575
632
|
get columnOptionsSeparatorColor() {
|
|
576
|
-
return brushToString(this.i.
|
|
633
|
+
return brushToString(this.i.rk);
|
|
577
634
|
}
|
|
578
635
|
set columnOptionsSeparatorColor(v) {
|
|
579
|
-
this.i.
|
|
580
|
-
this._a("columnOptionsSeparatorColor", brushToString(this.i.
|
|
636
|
+
this.i.rk = stringToBrush(v);
|
|
637
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.rk));
|
|
581
638
|
}
|
|
582
639
|
/**
|
|
583
640
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
584
641
|
*/
|
|
585
642
|
get actualColumnOptionsGroupHeaderBackground() {
|
|
586
|
-
return brushToString(this.i.
|
|
643
|
+
return brushToString(this.i.q1);
|
|
587
644
|
}
|
|
588
645
|
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
589
|
-
this.i.
|
|
590
|
-
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
646
|
+
this.i.q1 = stringToBrush(v);
|
|
647
|
+
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q1));
|
|
591
648
|
}
|
|
592
649
|
/**
|
|
593
650
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
594
651
|
*/
|
|
595
652
|
get columnOptionsGroupHeaderBackground() {
|
|
596
|
-
return brushToString(this.i.
|
|
653
|
+
return brushToString(this.i.rf);
|
|
597
654
|
}
|
|
598
655
|
set columnOptionsGroupHeaderBackground(v) {
|
|
599
|
-
this.i.
|
|
600
|
-
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
656
|
+
this.i.rf = stringToBrush(v);
|
|
657
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rf));
|
|
601
658
|
}
|
|
602
659
|
/**
|
|
603
660
|
* Gets the actual text color for group headers inside the column options menu.
|
|
604
661
|
*/
|
|
605
662
|
get actualColumnOptionsGroupHeaderTextColor() {
|
|
606
|
-
return brushToString(this.i.
|
|
663
|
+
return brushToString(this.i.q2);
|
|
607
664
|
}
|
|
608
665
|
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
609
|
-
this.i.
|
|
610
|
-
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
666
|
+
this.i.q2 = stringToBrush(v);
|
|
667
|
+
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q2));
|
|
611
668
|
}
|
|
612
669
|
/**
|
|
613
670
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
614
671
|
*/
|
|
615
672
|
get columnOptionsGroupHeaderTextColor() {
|
|
616
|
-
return brushToString(this.i.
|
|
673
|
+
return brushToString(this.i.rg);
|
|
617
674
|
}
|
|
618
675
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
619
|
-
this.i.
|
|
620
|
-
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
676
|
+
this.i.rg = stringToBrush(v);
|
|
677
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rg));
|
|
678
|
+
}
|
|
679
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
680
|
+
if (this.i.jb == null) {
|
|
681
|
+
return null;
|
|
682
|
+
}
|
|
683
|
+
return this.i.jb.fontString;
|
|
684
|
+
}
|
|
685
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
686
|
+
let fi = new FontInfo();
|
|
687
|
+
fi.fontString = v;
|
|
688
|
+
this.i.jb = fi;
|
|
689
|
+
this._a("columnOptionsGroupHeaderTextStyle", this.i.jb != null ? this.i.jb.fontString : "");
|
|
621
690
|
}
|
|
622
691
|
get actualColumnOptionsAccentColor() {
|
|
623
|
-
return brushToString(this.i.
|
|
692
|
+
return brushToString(this.i.qz);
|
|
624
693
|
}
|
|
625
694
|
set actualColumnOptionsAccentColor(v) {
|
|
626
|
-
this.i.
|
|
627
|
-
this._a("actualColumnOptionsAccentColor", brushToString(this.i.
|
|
695
|
+
this.i.qz = stringToBrush(v);
|
|
696
|
+
this._a("actualColumnOptionsAccentColor", brushToString(this.i.qz));
|
|
628
697
|
}
|
|
629
698
|
get columnOptionsAccentColor() {
|
|
630
|
-
return brushToString(this.i.
|
|
699
|
+
return brushToString(this.i.rd);
|
|
631
700
|
}
|
|
632
701
|
set columnOptionsAccentColor(v) {
|
|
633
|
-
this.i.
|
|
634
|
-
this._a("columnOptionsAccentColor", brushToString(this.i.
|
|
702
|
+
this.i.rd = stringToBrush(v);
|
|
703
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.rd));
|
|
704
|
+
}
|
|
705
|
+
get actualColumnOptionsRowHeight() {
|
|
706
|
+
return this.i.k9;
|
|
707
|
+
}
|
|
708
|
+
set actualColumnOptionsRowHeight(v) {
|
|
709
|
+
this.i.k9 = +v;
|
|
710
|
+
this._a("actualColumnOptionsRowHeight", this.i.k9);
|
|
711
|
+
}
|
|
712
|
+
get columnOptionsRowHeight() {
|
|
713
|
+
return this.i.la;
|
|
714
|
+
}
|
|
715
|
+
set columnOptionsRowHeight(v) {
|
|
716
|
+
this.i.la = +v;
|
|
717
|
+
this._a("columnOptionsRowHeight", this.i.la);
|
|
635
718
|
}
|
|
636
719
|
/**
|
|
637
720
|
* Gets or sets if the column is editable.
|
|
638
721
|
*/
|
|
639
722
|
get isEditable() {
|
|
640
|
-
return this.i.
|
|
723
|
+
return this.i.j6;
|
|
641
724
|
}
|
|
642
725
|
set isEditable(v) {
|
|
643
|
-
this.i.
|
|
644
|
-
this._a("isEditable", this.i.
|
|
726
|
+
this.i.j6 = ensureBool(v);
|
|
727
|
+
this._a("isEditable", this.i.j6);
|
|
645
728
|
}
|
|
646
729
|
/**
|
|
647
730
|
* Gets or sets the text color used for deleted rows.
|
|
648
731
|
*/
|
|
649
732
|
get deletedTextColor() {
|
|
650
|
-
return brushToString(this.i.
|
|
733
|
+
return brushToString(this.i.rn);
|
|
651
734
|
}
|
|
652
735
|
set deletedTextColor(v) {
|
|
653
|
-
this.i.
|
|
654
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
736
|
+
this.i.rn = stringToBrush(v);
|
|
737
|
+
this._a("deletedTextColor", brushToString(this.i.rn));
|
|
655
738
|
}
|
|
656
739
|
/**
|
|
657
740
|
* Gets the actual text color used for deleted rows.
|
|
658
741
|
*/
|
|
659
742
|
get actualDeletedTextColor() {
|
|
660
|
-
return brushToString(this.i.
|
|
743
|
+
return brushToString(this.i.q9);
|
|
661
744
|
}
|
|
662
745
|
set actualDeletedTextColor(v) {
|
|
663
|
-
this.i.
|
|
664
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
746
|
+
this.i.q9 = stringToBrush(v);
|
|
747
|
+
this._a("actualDeletedTextColor", brushToString(this.i.q9));
|
|
665
748
|
}
|
|
666
749
|
/**
|
|
667
750
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
668
751
|
*/
|
|
669
752
|
get editOpacity() {
|
|
670
|
-
return this.i.
|
|
753
|
+
return this.i.kp;
|
|
671
754
|
}
|
|
672
755
|
set editOpacity(v) {
|
|
673
|
-
this.i.
|
|
674
|
-
this._a("editOpacity", this.i.
|
|
756
|
+
this.i.kp = +v;
|
|
757
|
+
this._a("editOpacity", this.i.kp);
|
|
675
758
|
}
|
|
676
759
|
/**
|
|
677
760
|
* Gets the actual opacity for unsaved edited cell values.
|
|
678
761
|
*/
|
|
679
762
|
get actualEditOpacity() {
|
|
680
|
-
return this.i.
|
|
763
|
+
return this.i.ko;
|
|
681
764
|
}
|
|
682
765
|
set actualEditOpacity(v) {
|
|
683
|
-
this.i.
|
|
684
|
-
this._a("actualEditOpacity", this.i.
|
|
766
|
+
this.i.ko = +v;
|
|
767
|
+
this._a("actualEditOpacity", this.i.ko);
|
|
685
768
|
}
|
|
686
769
|
/**
|
|
687
770
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -702,16 +785,16 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
702
785
|
* Gets the actual font style used for unsaved cell edits.
|
|
703
786
|
*/
|
|
704
787
|
get actualEditFontInfo() {
|
|
705
|
-
if (this.i.
|
|
788
|
+
if (this.i.ja == null) {
|
|
706
789
|
return null;
|
|
707
790
|
}
|
|
708
|
-
return this.i.
|
|
791
|
+
return this.i.ja.fontString;
|
|
709
792
|
}
|
|
710
793
|
set actualEditFontInfo(v) {
|
|
711
794
|
let fi = new FontInfo();
|
|
712
795
|
fi.fontString = v;
|
|
713
|
-
this.i.
|
|
714
|
-
this._a("actualEditFontInfo", this.i.
|
|
796
|
+
this.i.ja = fi;
|
|
797
|
+
this._a("actualEditFontInfo", this.i.ja != null ? this.i.ja.fontString : "");
|
|
715
798
|
}
|
|
716
799
|
/**
|
|
717
800
|
* Gets or sets if and how cell merging is performed for this field.
|
|
@@ -747,41 +830,41 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
747
830
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
748
831
|
*/
|
|
749
832
|
get mergedCellPaddingLeft() {
|
|
750
|
-
return this.i.
|
|
833
|
+
return this.i.lc;
|
|
751
834
|
}
|
|
752
835
|
set mergedCellPaddingLeft(v) {
|
|
753
|
-
this.i.
|
|
754
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
836
|
+
this.i.lc = +v;
|
|
837
|
+
this._a("mergedCellPaddingLeft", this.i.lc);
|
|
755
838
|
}
|
|
756
839
|
/**
|
|
757
840
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
758
841
|
*/
|
|
759
842
|
get mergedCellPaddingTop() {
|
|
760
|
-
return this.i.
|
|
843
|
+
return this.i.le;
|
|
761
844
|
}
|
|
762
845
|
set mergedCellPaddingTop(v) {
|
|
763
|
-
this.i.
|
|
764
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
846
|
+
this.i.le = +v;
|
|
847
|
+
this._a("mergedCellPaddingTop", this.i.le);
|
|
765
848
|
}
|
|
766
849
|
/**
|
|
767
850
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
768
851
|
*/
|
|
769
852
|
get mergedCellPaddingRight() {
|
|
770
|
-
return this.i.
|
|
853
|
+
return this.i.ld;
|
|
771
854
|
}
|
|
772
855
|
set mergedCellPaddingRight(v) {
|
|
773
|
-
this.i.
|
|
774
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
856
|
+
this.i.ld = +v;
|
|
857
|
+
this._a("mergedCellPaddingRight", this.i.ld);
|
|
775
858
|
}
|
|
776
859
|
/**
|
|
777
860
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
778
861
|
*/
|
|
779
862
|
get mergedCellPaddingBottom() {
|
|
780
|
-
return this.i.
|
|
863
|
+
return this.i.lb;
|
|
781
864
|
}
|
|
782
865
|
set mergedCellPaddingBottom(v) {
|
|
783
|
-
this.i.
|
|
784
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
866
|
+
this.i.lb = +v;
|
|
867
|
+
this._a("mergedCellPaddingBottom", this.i.lb);
|
|
785
868
|
}
|
|
786
869
|
/**
|
|
787
870
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
@@ -827,20 +910,20 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
827
910
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
828
911
|
*/
|
|
829
912
|
get suffixText() {
|
|
830
|
-
return this.i.
|
|
913
|
+
return this.i.ou;
|
|
831
914
|
}
|
|
832
915
|
set suffixText(v) {
|
|
833
|
-
this.i.
|
|
916
|
+
this.i.ou = v;
|
|
834
917
|
}
|
|
835
918
|
/**
|
|
836
919
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
837
920
|
*/
|
|
838
921
|
get suffixTextColor() {
|
|
839
|
-
return brushToString(this.i.
|
|
922
|
+
return brushToString(this.i.rv);
|
|
840
923
|
}
|
|
841
924
|
set suffixTextColor(v) {
|
|
842
|
-
this.i.
|
|
843
|
-
this._a("suffixTextColor", brushToString(this.i.
|
|
925
|
+
this.i.rv = stringToBrush(v);
|
|
926
|
+
this._a("suffixTextColor", brushToString(this.i.rv));
|
|
844
927
|
}
|
|
845
928
|
/**
|
|
846
929
|
* Gets or sets the font of the suffix text.
|
|
@@ -861,89 +944,89 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
861
944
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
862
945
|
*/
|
|
863
946
|
get suffixIconName() {
|
|
864
|
-
return this.i.
|
|
947
|
+
return this.i.om;
|
|
865
948
|
}
|
|
866
949
|
set suffixIconName(v) {
|
|
867
|
-
this.i.
|
|
950
|
+
this.i.om = v;
|
|
868
951
|
}
|
|
869
952
|
/**
|
|
870
953
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
871
954
|
*/
|
|
872
955
|
get suffixIconCollectionName() {
|
|
873
|
-
return this.i.
|
|
956
|
+
return this.i.oj;
|
|
874
957
|
}
|
|
875
958
|
set suffixIconCollectionName(v) {
|
|
876
|
-
this.i.
|
|
959
|
+
this.i.oj = v;
|
|
877
960
|
}
|
|
878
961
|
/**
|
|
879
962
|
* Gets or sets the stroke color of suffix icon.
|
|
880
963
|
*/
|
|
881
964
|
get suffixIconStroke() {
|
|
882
|
-
return brushToString(this.i.
|
|
965
|
+
return brushToString(this.i.ru);
|
|
883
966
|
}
|
|
884
967
|
set suffixIconStroke(v) {
|
|
885
|
-
this.i.
|
|
886
|
-
this._a("suffixIconStroke", brushToString(this.i.
|
|
968
|
+
this.i.ru = stringToBrush(v);
|
|
969
|
+
this._a("suffixIconStroke", brushToString(this.i.ru));
|
|
887
970
|
}
|
|
888
971
|
/**
|
|
889
972
|
* Gets or sets the fill color of suffix icon.
|
|
890
973
|
*/
|
|
891
974
|
get suffixIconFill() {
|
|
892
|
-
return brushToString(this.i.
|
|
975
|
+
return brushToString(this.i.rt);
|
|
893
976
|
}
|
|
894
977
|
set suffixIconFill(v) {
|
|
895
|
-
this.i.
|
|
896
|
-
this._a("suffixIconFill", brushToString(this.i.
|
|
978
|
+
this.i.rt = stringToBrush(v);
|
|
979
|
+
this._a("suffixIconFill", brushToString(this.i.rt));
|
|
897
980
|
}
|
|
898
981
|
/**
|
|
899
982
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
900
983
|
*/
|
|
901
984
|
get suffixIconViewBoxLeft() {
|
|
902
|
-
return this.i.
|
|
985
|
+
return this.i.ks;
|
|
903
986
|
}
|
|
904
987
|
set suffixIconViewBoxLeft(v) {
|
|
905
|
-
this.i.
|
|
906
|
-
this._a("suffixIconViewBoxLeft", this.i.
|
|
988
|
+
this.i.ks = +v;
|
|
989
|
+
this._a("suffixIconViewBoxLeft", this.i.ks);
|
|
907
990
|
}
|
|
908
991
|
/**
|
|
909
992
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
910
993
|
*/
|
|
911
994
|
get suffixIconViewBoxTop() {
|
|
912
|
-
return this.i.
|
|
995
|
+
return this.i.kt;
|
|
913
996
|
}
|
|
914
997
|
set suffixIconViewBoxTop(v) {
|
|
915
|
-
this.i.
|
|
916
|
-
this._a("suffixIconViewBoxTop", this.i.
|
|
998
|
+
this.i.kt = +v;
|
|
999
|
+
this._a("suffixIconViewBoxTop", this.i.kt);
|
|
917
1000
|
}
|
|
918
1001
|
/**
|
|
919
1002
|
* Gets or sets the suffix icon's viewbox width.
|
|
920
1003
|
*/
|
|
921
1004
|
get suffixIconViewBoxWidth() {
|
|
922
|
-
return this.i.
|
|
1005
|
+
return this.i.ku;
|
|
923
1006
|
}
|
|
924
1007
|
set suffixIconViewBoxWidth(v) {
|
|
925
|
-
this.i.
|
|
926
|
-
this._a("suffixIconViewBoxWidth", this.i.
|
|
1008
|
+
this.i.ku = +v;
|
|
1009
|
+
this._a("suffixIconViewBoxWidth", this.i.ku);
|
|
927
1010
|
}
|
|
928
1011
|
/**
|
|
929
1012
|
* Gets or sets the suffix icon's viewbox height.
|
|
930
1013
|
*/
|
|
931
1014
|
get suffixIconViewBoxHeight() {
|
|
932
|
-
return this.i.
|
|
1015
|
+
return this.i.kr;
|
|
933
1016
|
}
|
|
934
1017
|
set suffixIconViewBoxHeight(v) {
|
|
935
|
-
this.i.
|
|
936
|
-
this._a("suffixIconViewBoxHeight", this.i.
|
|
1018
|
+
this.i.kr = +v;
|
|
1019
|
+
this._a("suffixIconViewBoxHeight", this.i.kr);
|
|
937
1020
|
}
|
|
938
1021
|
/**
|
|
939
1022
|
* Gets or sets the suffix margin.
|
|
940
1023
|
*/
|
|
941
1024
|
get suffixMargin() {
|
|
942
|
-
return this.i.
|
|
1025
|
+
return this.i.kv;
|
|
943
1026
|
}
|
|
944
1027
|
set suffixMargin(v) {
|
|
945
|
-
this.i.
|
|
946
|
-
this._a("suffixMargin", this.i.
|
|
1028
|
+
this.i.kv = +v;
|
|
1029
|
+
this._a("suffixMargin", this.i.kv);
|
|
947
1030
|
}
|
|
948
1031
|
/**
|
|
949
1032
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
@@ -987,18 +1070,18 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
987
1070
|
|
|
988
1071
|
*/
|
|
989
1072
|
getUniqueKey() {
|
|
990
|
-
let iv = this.i.
|
|
1073
|
+
let iv = this.i.nk();
|
|
991
1074
|
return (iv);
|
|
992
1075
|
}
|
|
993
1076
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
994
|
-
this.i.
|
|
1077
|
+
this.i.pc(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
995
1078
|
}
|
|
996
1079
|
/**
|
|
997
1080
|
* Returns if the column has named header values.
|
|
998
1081
|
|
|
999
1082
|
*/
|
|
1000
1083
|
hasNamedHeaderValues() {
|
|
1001
|
-
let iv = this.i.
|
|
1084
|
+
let iv = this.i.j0();
|
|
1002
1085
|
return (iv);
|
|
1003
1086
|
}
|
|
1004
1087
|
/**
|
|
@@ -1007,7 +1090,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1007
1090
|
* @param valueName * The named value to check for.
|
|
1008
1091
|
*/
|
|
1009
1092
|
hasNamedHeaderValue(valueName) {
|
|
1010
|
-
let iv = this.i.
|
|
1093
|
+
let iv = this.i.jz(valueName);
|
|
1011
1094
|
return (iv);
|
|
1012
1095
|
}
|
|
1013
1096
|
/**
|
|
@@ -1016,7 +1099,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1016
1099
|
* @param valueName * The named header value to remove.
|
|
1017
1100
|
*/
|
|
1018
1101
|
removeNamedHeaderValue(valueName) {
|
|
1019
|
-
this.i.
|
|
1102
|
+
this.i.pb(valueName);
|
|
1020
1103
|
}
|
|
1021
1104
|
/**
|
|
1022
1105
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1024,11 +1107,11 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1024
1107
|
* @param valueName * Name of the named header value to retrieve.
|
|
1025
1108
|
*/
|
|
1026
1109
|
getNamedHeaderValue(valueName) {
|
|
1027
|
-
let iv = this.i.
|
|
1110
|
+
let iv = this.i.lq(valueName);
|
|
1028
1111
|
return (iv);
|
|
1029
1112
|
}
|
|
1030
1113
|
applyCustomFilter(filterID, index, value) {
|
|
1031
|
-
this.i.
|
|
1114
|
+
this.i.o2(filterID, index, value);
|
|
1032
1115
|
}
|
|
1033
1116
|
getDesiredToolbarActions() {
|
|
1034
1117
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -1084,7 +1167,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1084
1167
|
this._actualHeaderTextChange = ev;
|
|
1085
1168
|
this._actualHeaderTextChange_wrapped = (o, e) => {
|
|
1086
1169
|
let ext = this.actualHeaderText;
|
|
1087
|
-
if (e.propertyName == '
|
|
1170
|
+
if (e.propertyName == 'Mi') {
|
|
1088
1171
|
if (this.beforeActualHeaderTextChange) {
|
|
1089
1172
|
this.beforeActualHeaderTextChange(this, ext);
|
|
1090
1173
|
}
|