igniteui-angular-data-grids 20.1.0 → 20.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +354 -335
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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 +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +10 -10
- package/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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 +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +10 -10
- package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -165,7 +165,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
165
165
|
this.i.primaryKey = v;
|
|
166
166
|
}
|
|
167
167
|
get isDetached() {
|
|
168
|
-
return this.i.
|
|
168
|
+
return this.i.az;
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* Gets or Sets the property name that contains the values.
|
|
@@ -177,25 +177,25 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
177
177
|
this.i.dataMemberPath = v;
|
|
178
178
|
}
|
|
179
179
|
get dataLegendTarget() {
|
|
180
|
-
return this.i.
|
|
180
|
+
return this.i.bl;
|
|
181
181
|
}
|
|
182
182
|
set dataLegendTarget(v) {
|
|
183
|
-
this.i.
|
|
183
|
+
this.i.bl = v;
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* Gets or Sets the property name that contains the values.
|
|
187
187
|
*/
|
|
188
188
|
get subtitleMemberPath() {
|
|
189
|
-
return this.i.
|
|
189
|
+
return this.i.c2;
|
|
190
190
|
}
|
|
191
191
|
set subtitleMemberPath(v) {
|
|
192
|
-
this.i.
|
|
192
|
+
this.i.c2 = v;
|
|
193
193
|
}
|
|
194
194
|
get propertyTypeMemberPath() {
|
|
195
|
-
return this.i.
|
|
195
|
+
return this.i.ch;
|
|
196
196
|
}
|
|
197
197
|
set propertyTypeMemberPath(v) {
|
|
198
|
-
this.i.
|
|
198
|
+
this.i.ch = v;
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
201
|
* Gets or Sets the property name that contains the values.
|
|
@@ -210,45 +210,45 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
210
210
|
* Gets or Sets the property name that contains the values.
|
|
211
211
|
*/
|
|
212
212
|
get filterPlaceholderText() {
|
|
213
|
-
return this.i.
|
|
213
|
+
return this.i.ca;
|
|
214
214
|
}
|
|
215
215
|
set filterPlaceholderText(v) {
|
|
216
|
-
this.i.
|
|
216
|
+
this.i.ca = v;
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
219
|
* Gets or Sets the property name that contains the values.
|
|
220
220
|
*/
|
|
221
221
|
get searchInputType() {
|
|
222
|
-
return this.i.
|
|
222
|
+
return this.i.z;
|
|
223
223
|
}
|
|
224
224
|
set searchInputType(v) {
|
|
225
|
-
this.i.
|
|
225
|
+
this.i.z = ensureEnum(InputGroupDisplayType_$type, v);
|
|
226
226
|
}
|
|
227
227
|
/**
|
|
228
228
|
* Gets or Sets the property name that contains the values.
|
|
229
229
|
*/
|
|
230
230
|
get rowHeight() {
|
|
231
|
-
return this.i.
|
|
231
|
+
return this.i.bi;
|
|
232
232
|
}
|
|
233
233
|
set rowHeight(v) {
|
|
234
|
-
this.i.
|
|
234
|
+
this.i.bi = +v;
|
|
235
235
|
}
|
|
236
236
|
get actualRowHeight() {
|
|
237
|
-
return this.i.
|
|
237
|
+
return this.i.bg;
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
240
240
|
* Gets or Sets the property name that contains the values.
|
|
241
241
|
*/
|
|
242
242
|
get cellTextStyle() {
|
|
243
|
-
if (this.i.
|
|
243
|
+
if (this.i.an == null) {
|
|
244
244
|
return null;
|
|
245
245
|
}
|
|
246
|
-
return this.i.
|
|
246
|
+
return this.i.an.fontString;
|
|
247
247
|
}
|
|
248
248
|
set cellTextStyle(v) {
|
|
249
249
|
let fi = new FontInfo();
|
|
250
250
|
fi.fontString = v;
|
|
251
|
-
this.i.
|
|
251
|
+
this.i.an = fi;
|
|
252
252
|
}
|
|
253
253
|
/**
|
|
254
254
|
* Gets or Sets the property name that contains the values.
|
|
@@ -290,19 +290,19 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
290
290
|
* Gets or sets the search background color.
|
|
291
291
|
*/
|
|
292
292
|
get searchBackgroundColor() {
|
|
293
|
-
return brushToString(this.i.
|
|
293
|
+
return brushToString(this.i.fb);
|
|
294
294
|
}
|
|
295
295
|
set searchBackgroundColor(v) {
|
|
296
|
-
this.i.
|
|
296
|
+
this.i.fb = stringToBrush(v);
|
|
297
297
|
}
|
|
298
298
|
/**
|
|
299
299
|
* Gets or sets the search background color.
|
|
300
300
|
*/
|
|
301
301
|
get labelClickTriggersChange() {
|
|
302
|
-
return this.i.
|
|
302
|
+
return this.i.a5;
|
|
303
303
|
}
|
|
304
304
|
set labelClickTriggersChange(v) {
|
|
305
|
-
this.i.
|
|
305
|
+
this.i.a5 = ensureBool(v);
|
|
306
306
|
}
|
|
307
307
|
/**
|
|
308
308
|
* Gets or sets the search text color.
|
|
@@ -317,123 +317,123 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
317
317
|
* Gets or sets the search border color.
|
|
318
318
|
*/
|
|
319
319
|
get searchBorderColor() {
|
|
320
|
-
return brushToString(this.i.
|
|
320
|
+
return brushToString(this.i.fc);
|
|
321
321
|
}
|
|
322
322
|
set searchBorderColor(v) {
|
|
323
|
-
this.i.
|
|
323
|
+
this.i.fc = stringToBrush(v);
|
|
324
324
|
}
|
|
325
325
|
/**
|
|
326
326
|
* Gets or sets the text style.
|
|
327
327
|
*/
|
|
328
328
|
get searchTextStyle() {
|
|
329
|
-
if (this.i.
|
|
329
|
+
if (this.i.ao == null) {
|
|
330
330
|
return null;
|
|
331
331
|
}
|
|
332
|
-
return this.i.
|
|
332
|
+
return this.i.ao.fontString;
|
|
333
333
|
}
|
|
334
334
|
set searchTextStyle(v) {
|
|
335
335
|
let fi = new FontInfo();
|
|
336
336
|
fi.fontString = v;
|
|
337
|
-
this.i.
|
|
337
|
+
this.i.ao = fi;
|
|
338
338
|
}
|
|
339
339
|
/**
|
|
340
340
|
* Gets or sets the checkbox tick color.
|
|
341
341
|
*/
|
|
342
342
|
get checkboxTickColor() {
|
|
343
|
-
return brushToString(this.i.
|
|
343
|
+
return brushToString(this.i.e3);
|
|
344
344
|
}
|
|
345
345
|
set checkboxTickColor(v) {
|
|
346
|
-
this.i.
|
|
346
|
+
this.i.e3 = stringToBrush(v);
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
* Gets or sets the checkbox background color when checked.
|
|
350
350
|
*/
|
|
351
351
|
get checkboxCheckedBackgroundColor() {
|
|
352
|
-
return brushToString(this.i.
|
|
352
|
+
return brushToString(this.i.e1);
|
|
353
353
|
}
|
|
354
354
|
set checkboxCheckedBackgroundColor(v) {
|
|
355
|
-
this.i.
|
|
355
|
+
this.i.e1 = stringToBrush(v);
|
|
356
356
|
}
|
|
357
357
|
/**
|
|
358
358
|
* Gets or sets the checkbox background color when unchecked.
|
|
359
359
|
*/
|
|
360
360
|
get checkboxUncheckedBackgroundColor() {
|
|
361
|
-
return brushToString(this.i.
|
|
361
|
+
return brushToString(this.i.e4);
|
|
362
362
|
}
|
|
363
363
|
set checkboxUncheckedBackgroundColor(v) {
|
|
364
|
-
this.i.
|
|
364
|
+
this.i.e4 = stringToBrush(v);
|
|
365
365
|
}
|
|
366
366
|
/**
|
|
367
367
|
* Gets or sets the checkbox border color when checked.
|
|
368
368
|
*/
|
|
369
369
|
get checkboxCheckedBorderColor() {
|
|
370
|
-
return brushToString(this.i.
|
|
370
|
+
return brushToString(this.i.e2);
|
|
371
371
|
}
|
|
372
372
|
set checkboxCheckedBorderColor(v) {
|
|
373
|
-
this.i.
|
|
373
|
+
this.i.e2 = stringToBrush(v);
|
|
374
374
|
}
|
|
375
375
|
/**
|
|
376
376
|
* Gets or sets the checkbox border color when unchecked.
|
|
377
377
|
*/
|
|
378
378
|
get checkboxUncheckedBorderColor() {
|
|
379
|
-
return brushToString(this.i.
|
|
379
|
+
return brushToString(this.i.e5);
|
|
380
380
|
}
|
|
381
381
|
set checkboxUncheckedBorderColor(v) {
|
|
382
|
-
this.i.
|
|
382
|
+
this.i.e5 = stringToBrush(v);
|
|
383
383
|
}
|
|
384
384
|
/**
|
|
385
385
|
* Gets or sets the corner radius to use for the checkbox.
|
|
386
386
|
*/
|
|
387
387
|
get checkboxCornerRadius() {
|
|
388
|
-
return this.i.
|
|
388
|
+
return this.i.bb;
|
|
389
389
|
}
|
|
390
390
|
set checkboxCornerRadius(v) {
|
|
391
|
-
this.i.
|
|
391
|
+
this.i.bb = +v;
|
|
392
392
|
}
|
|
393
393
|
/**
|
|
394
394
|
* Gets or sets the style of scrollbar.
|
|
395
395
|
*/
|
|
396
396
|
get scrollbarStyle() {
|
|
397
|
-
return this.i.
|
|
397
|
+
return this.i.ac;
|
|
398
398
|
}
|
|
399
399
|
set scrollbarStyle(v) {
|
|
400
|
-
this.i.
|
|
400
|
+
this.i.ac = ensureEnum(ScrollbarStyle_$type, v);
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
403
|
* Gets or sets the scrollbar background color.
|
|
404
404
|
*/
|
|
405
405
|
get scrollbarBackground() {
|
|
406
|
-
return brushToString(this.i.
|
|
406
|
+
return brushToString(this.i.fa);
|
|
407
407
|
}
|
|
408
408
|
set scrollbarBackground(v) {
|
|
409
|
-
this.i.
|
|
409
|
+
this.i.fa = stringToBrush(v);
|
|
410
410
|
}
|
|
411
411
|
/**
|
|
412
412
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
413
413
|
*/
|
|
414
414
|
get selectAllCaption() {
|
|
415
|
-
return this.i.
|
|
415
|
+
return this.i.cv;
|
|
416
416
|
}
|
|
417
417
|
set selectAllCaption(v) {
|
|
418
|
-
this.i.
|
|
418
|
+
this.i.cv = v;
|
|
419
419
|
}
|
|
420
420
|
/**
|
|
421
421
|
* Gets or sets the color to use for the "Select All" label.
|
|
422
422
|
*/
|
|
423
423
|
get selectAllCaptionTextColor() {
|
|
424
|
-
return brushToString(this.i.
|
|
424
|
+
return brushToString(this.i.ff);
|
|
425
425
|
}
|
|
426
426
|
set selectAllCaptionTextColor(v) {
|
|
427
|
-
this.i.
|
|
427
|
+
this.i.ff = stringToBrush(v);
|
|
428
428
|
}
|
|
429
429
|
/**
|
|
430
430
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
431
431
|
*/
|
|
432
432
|
get actualSelectAllCaptionTextColor() {
|
|
433
|
-
return brushToString(this.i.
|
|
433
|
+
return brushToString(this.i.ez);
|
|
434
434
|
}
|
|
435
435
|
set actualSelectAllCaptionTextColor(v) {
|
|
436
|
-
this.i.
|
|
436
|
+
this.i.ez = stringToBrush(v);
|
|
437
437
|
}
|
|
438
438
|
/**
|
|
439
439
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -466,37 +466,37 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
466
466
|
* Gets or sets the color to use for the text of the component.
|
|
467
467
|
*/
|
|
468
468
|
get textColor() {
|
|
469
|
-
return brushToString(this.i.
|
|
469
|
+
return brushToString(this.i.fh);
|
|
470
470
|
}
|
|
471
471
|
set textColor(v) {
|
|
472
|
-
this.i.
|
|
472
|
+
this.i.fh = stringToBrush(v);
|
|
473
473
|
}
|
|
474
474
|
/**
|
|
475
475
|
* Gets or sets whether the filter input is visible.
|
|
476
476
|
*/
|
|
477
477
|
get showFilter() {
|
|
478
|
-
return this.i.
|
|
478
|
+
return this.i.a7;
|
|
479
479
|
}
|
|
480
480
|
set showFilter(v) {
|
|
481
|
-
this.i.
|
|
481
|
+
this.i.a7 = ensureBool(v);
|
|
482
482
|
}
|
|
483
483
|
/**
|
|
484
484
|
* Gets or sets whether row hover highlighting is enabled.
|
|
485
485
|
*/
|
|
486
486
|
get isRowHoverEnabled() {
|
|
487
|
-
return this.i.
|
|
487
|
+
return this.i.a3;
|
|
488
488
|
}
|
|
489
489
|
set isRowHoverEnabled(v) {
|
|
490
|
-
this.i.
|
|
490
|
+
this.i.a3 = ensureBool(v);
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
493
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
494
494
|
*/
|
|
495
495
|
get checkboxAlignedRight() {
|
|
496
|
-
return this.i.
|
|
496
|
+
return this.i.ay;
|
|
497
497
|
}
|
|
498
498
|
set checkboxAlignedRight(v) {
|
|
499
|
-
this.i.
|
|
499
|
+
this.i.ay = ensureBool(v);
|
|
500
500
|
}
|
|
501
501
|
findByName(name) {
|
|
502
502
|
if (this.findEphemera) {
|
|
@@ -567,17 +567,17 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
567
567
|
|
|
568
568
|
*/
|
|
569
569
|
selectAll() {
|
|
570
|
-
this.i.
|
|
570
|
+
this.i.ed();
|
|
571
571
|
}
|
|
572
572
|
/**
|
|
573
573
|
* Deselects all the items in the checkbox list.
|
|
574
574
|
|
|
575
575
|
*/
|
|
576
576
|
deselectAll() {
|
|
577
|
-
this.i.
|
|
577
|
+
this.i.db();
|
|
578
578
|
}
|
|
579
579
|
notifySetItem(index, oldItem, newItem) {
|
|
580
|
-
this.i.
|
|
580
|
+
this.i.dp(index, oldItem, newItem);
|
|
581
581
|
}
|
|
582
582
|
/**
|
|
583
583
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -585,33 +585,49 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
585
585
|
|
|
586
586
|
*/
|
|
587
587
|
notifyClearItems() {
|
|
588
|
-
this.i.
|
|
588
|
+
this.i.dk();
|
|
589
589
|
}
|
|
590
590
|
notifyInsertItem(index, newItem) {
|
|
591
|
-
this.i.
|
|
591
|
+
this.i.dl(index, newItem);
|
|
592
592
|
}
|
|
593
593
|
notifyRemoveItem(index, oldItem) {
|
|
594
|
-
this.i.
|
|
594
|
+
this.i.dn(index, oldItem);
|
|
595
595
|
}
|
|
596
596
|
refresh() {
|
|
597
597
|
this.i.refresh();
|
|
598
598
|
}
|
|
599
599
|
addKeyValue(value) {
|
|
600
|
-
this.i.
|
|
600
|
+
this.i.c6(value);
|
|
601
601
|
}
|
|
602
602
|
removeKeyValue(value) {
|
|
603
|
-
this.i.
|
|
603
|
+
this.i.eb(value);
|
|
604
604
|
}
|
|
605
605
|
getDesiredSize(availableSize) {
|
|
606
606
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
607
607
|
return fromSize(iv);
|
|
608
608
|
}
|
|
609
|
+
/**
|
|
610
|
+
* Exports visual information about the current state of the grid.
|
|
611
|
+
|
|
612
|
+
*/
|
|
613
|
+
exportVisualModel() {
|
|
614
|
+
let iv = this.i.bm();
|
|
615
|
+
return (iv);
|
|
616
|
+
}
|
|
617
|
+
/**
|
|
618
|
+
* Returns a serialized copy of the exported visual model
|
|
619
|
+
|
|
620
|
+
*/
|
|
621
|
+
exportSerializedVisualModel() {
|
|
622
|
+
let iv = this.i.b9();
|
|
623
|
+
return (iv);
|
|
624
|
+
}
|
|
609
625
|
/**
|
|
610
626
|
* Returns true if no items are selected / checked; otherwise false.
|
|
611
627
|
|
|
612
628
|
*/
|
|
613
629
|
isNothingSelected() {
|
|
614
|
-
let iv = this.i.
|
|
630
|
+
let iv = this.i.a1();
|
|
615
631
|
return (iv);
|
|
616
632
|
}
|
|
617
633
|
/**
|
|
@@ -619,7 +635,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
619
635
|
|
|
620
636
|
*/
|
|
621
637
|
isEverythingSelected() {
|
|
622
|
-
let iv = this.i.
|
|
638
|
+
let iv = this.i.a0();
|
|
623
639
|
return (iv);
|
|
624
640
|
}
|
|
625
641
|
/**
|
|
@@ -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.pb;
|
|
42
42
|
}
|
|
43
43
|
set actualDataSource(v) {
|
|
44
|
-
this.i.
|
|
44
|
+
this.i.pb = 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.pc;
|
|
51
51
|
}
|
|
52
52
|
set dataSource(v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.pc = 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.pg;
|
|
60
60
|
}
|
|
61
61
|
set textField(v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.pg = 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.ph;
|
|
69
69
|
}
|
|
70
70
|
set valueField(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.ph = 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.o9;
|
|
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.o9 = 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 });
|