igniteui-webcomponents-data-grids 7.0.0 → 7.0.1
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 +9505 -8241
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +307 -193
- package/esm2015/lib/igc-data-grid-component.js +99 -1
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +355 -193
- package/esm5/lib/igc-data-grid-component.js +140 -2
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
- package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +54 -0
- package/lib/igc-data-grid-component.d.ts +49 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +33 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -268,7 +268,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
268
268
|
this.i.primaryKey = v;
|
|
269
269
|
}
|
|
270
270
|
get isDetached() {
|
|
271
|
-
return this.i.
|
|
271
|
+
return this.i.a0;
|
|
272
272
|
}
|
|
273
273
|
/**
|
|
274
274
|
* Gets or Sets the property name that contains the values.
|
|
@@ -280,25 +280,25 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
280
280
|
this.i.dataMemberPath = v;
|
|
281
281
|
}
|
|
282
282
|
get dataLegendTarget() {
|
|
283
|
-
return this.i.
|
|
283
|
+
return this.i.bm;
|
|
284
284
|
}
|
|
285
285
|
set dataLegendTarget(v) {
|
|
286
|
-
this.i.
|
|
286
|
+
this.i.bm = v;
|
|
287
287
|
}
|
|
288
288
|
/**
|
|
289
289
|
* Gets or Sets the property name that contains the values.
|
|
290
290
|
*/
|
|
291
291
|
get subtitleMemberPath() {
|
|
292
|
-
return this.i.
|
|
292
|
+
return this.i.c3;
|
|
293
293
|
}
|
|
294
294
|
set subtitleMemberPath(v) {
|
|
295
|
-
this.i.
|
|
295
|
+
this.i.c3 = v;
|
|
296
296
|
}
|
|
297
297
|
get propertyTypeMemberPath() {
|
|
298
|
-
return this.i.
|
|
298
|
+
return this.i.ci;
|
|
299
299
|
}
|
|
300
300
|
set propertyTypeMemberPath(v) {
|
|
301
|
-
this.i.
|
|
301
|
+
this.i.ci = v;
|
|
302
302
|
}
|
|
303
303
|
/**
|
|
304
304
|
* Gets or Sets the property name that contains the values.
|
|
@@ -313,48 +313,48 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
313
313
|
* Gets or Sets the property name that contains the values.
|
|
314
314
|
*/
|
|
315
315
|
get filterPlaceholderText() {
|
|
316
|
-
return this.i.
|
|
316
|
+
return this.i.cb;
|
|
317
317
|
}
|
|
318
318
|
set filterPlaceholderText(v) {
|
|
319
|
-
this.i.
|
|
319
|
+
this.i.cb = v;
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
322
|
* Gets or Sets the property name that contains the values.
|
|
323
323
|
*/
|
|
324
324
|
get searchInputType() {
|
|
325
|
-
return this.i.
|
|
325
|
+
return this.i.aa;
|
|
326
326
|
}
|
|
327
327
|
set searchInputType(v) {
|
|
328
|
-
this.i.
|
|
329
|
-
this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.
|
|
328
|
+
this.i.aa = ensureEnum(InputGroupDisplayType_$type, v);
|
|
329
|
+
this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.aa));
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* Gets or Sets the property name that contains the values.
|
|
333
333
|
*/
|
|
334
334
|
get rowHeight() {
|
|
335
|
-
return this.i.
|
|
335
|
+
return this.i.bj;
|
|
336
336
|
}
|
|
337
337
|
set rowHeight(v) {
|
|
338
|
-
this.i.
|
|
339
|
-
this._a("rowHeight", this.i.
|
|
338
|
+
this.i.bj = +v;
|
|
339
|
+
this._a("rowHeight", this.i.bj);
|
|
340
340
|
}
|
|
341
341
|
get actualRowHeight() {
|
|
342
|
-
return this.i.
|
|
342
|
+
return this.i.bh;
|
|
343
343
|
}
|
|
344
344
|
/**
|
|
345
345
|
* Gets or Sets the property name that contains the values.
|
|
346
346
|
*/
|
|
347
347
|
get cellTextStyle() {
|
|
348
|
-
if (this.i.
|
|
348
|
+
if (this.i.ao == null) {
|
|
349
349
|
return null;
|
|
350
350
|
}
|
|
351
|
-
return this.i.
|
|
351
|
+
return this.i.ao.fontString;
|
|
352
352
|
}
|
|
353
353
|
set cellTextStyle(v) {
|
|
354
354
|
let fi = new FontInfo();
|
|
355
355
|
fi.fontString = v;
|
|
356
|
-
this.i.
|
|
357
|
-
this._a("cellTextStyle", this.i.
|
|
356
|
+
this.i.ao = fi;
|
|
357
|
+
this._a("cellTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
|
|
358
358
|
}
|
|
359
359
|
/**
|
|
360
360
|
* Gets or Sets the property name that contains the values.
|
|
@@ -400,21 +400,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
400
400
|
* Gets or sets the search background color.
|
|
401
401
|
*/
|
|
402
402
|
get searchBackgroundColor() {
|
|
403
|
-
return brushToString(this.i.
|
|
403
|
+
return brushToString(this.i.ff);
|
|
404
404
|
}
|
|
405
405
|
set searchBackgroundColor(v) {
|
|
406
|
-
this.i.
|
|
407
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
406
|
+
this.i.ff = stringToBrush(v);
|
|
407
|
+
this._a("searchBackgroundColor", brushToString(this.i.ff));
|
|
408
408
|
}
|
|
409
409
|
/**
|
|
410
410
|
* Gets or sets the search background color.
|
|
411
411
|
*/
|
|
412
412
|
get labelClickTriggersChange() {
|
|
413
|
-
return this.i.
|
|
413
|
+
return this.i.a6;
|
|
414
414
|
}
|
|
415
415
|
set labelClickTriggersChange(v) {
|
|
416
|
-
this.i.
|
|
417
|
-
this._a("labelClickTriggersChange", this.i.
|
|
416
|
+
this.i.a6 = ensureBool(v);
|
|
417
|
+
this._a("labelClickTriggersChange", this.i.a6);
|
|
418
418
|
}
|
|
419
419
|
/**
|
|
420
420
|
* Gets or sets the search text color.
|
|
@@ -430,135 +430,135 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
430
430
|
* Gets or sets the search border color.
|
|
431
431
|
*/
|
|
432
432
|
get searchBorderColor() {
|
|
433
|
-
return brushToString(this.i.
|
|
433
|
+
return brushToString(this.i.fg);
|
|
434
434
|
}
|
|
435
435
|
set searchBorderColor(v) {
|
|
436
|
-
this.i.
|
|
437
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
436
|
+
this.i.fg = stringToBrush(v);
|
|
437
|
+
this._a("searchBorderColor", brushToString(this.i.fg));
|
|
438
438
|
}
|
|
439
439
|
/**
|
|
440
440
|
* Gets or sets the text style.
|
|
441
441
|
*/
|
|
442
442
|
get searchTextStyle() {
|
|
443
|
-
if (this.i.
|
|
443
|
+
if (this.i.ap == null) {
|
|
444
444
|
return null;
|
|
445
445
|
}
|
|
446
|
-
return this.i.
|
|
446
|
+
return this.i.ap.fontString;
|
|
447
447
|
}
|
|
448
448
|
set searchTextStyle(v) {
|
|
449
449
|
let fi = new FontInfo();
|
|
450
450
|
fi.fontString = v;
|
|
451
|
-
this.i.
|
|
452
|
-
this._a("searchTextStyle", this.i.
|
|
451
|
+
this.i.ap = fi;
|
|
452
|
+
this._a("searchTextStyle", this.i.ap != null ? this.i.ap.fontString : "");
|
|
453
453
|
}
|
|
454
454
|
/**
|
|
455
455
|
* Gets or sets the checkbox tick color.
|
|
456
456
|
*/
|
|
457
457
|
get checkboxTickColor() {
|
|
458
|
-
return brushToString(this.i.
|
|
458
|
+
return brushToString(this.i.e5);
|
|
459
459
|
}
|
|
460
460
|
set checkboxTickColor(v) {
|
|
461
|
-
this.i.
|
|
462
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
461
|
+
this.i.e5 = stringToBrush(v);
|
|
462
|
+
this._a("checkboxTickColor", brushToString(this.i.e5));
|
|
463
463
|
}
|
|
464
464
|
/**
|
|
465
465
|
* Gets or sets the checkbox background color when checked.
|
|
466
466
|
*/
|
|
467
467
|
get checkboxCheckedBackgroundColor() {
|
|
468
|
-
return brushToString(this.i.
|
|
468
|
+
return brushToString(this.i.e3);
|
|
469
469
|
}
|
|
470
470
|
set checkboxCheckedBackgroundColor(v) {
|
|
471
|
-
this.i.
|
|
472
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
471
|
+
this.i.e3 = stringToBrush(v);
|
|
472
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e3));
|
|
473
473
|
}
|
|
474
474
|
/**
|
|
475
475
|
* Gets or sets the checkbox background color when unchecked.
|
|
476
476
|
*/
|
|
477
477
|
get checkboxUncheckedBackgroundColor() {
|
|
478
|
-
return brushToString(this.i.
|
|
478
|
+
return brushToString(this.i.e6);
|
|
479
479
|
}
|
|
480
480
|
set checkboxUncheckedBackgroundColor(v) {
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
481
|
+
this.i.e6 = stringToBrush(v);
|
|
482
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e6));
|
|
483
483
|
}
|
|
484
484
|
/**
|
|
485
485
|
* Gets or sets the checkbox border color when checked.
|
|
486
486
|
*/
|
|
487
487
|
get checkboxCheckedBorderColor() {
|
|
488
|
-
return brushToString(this.i.
|
|
488
|
+
return brushToString(this.i.e4);
|
|
489
489
|
}
|
|
490
490
|
set checkboxCheckedBorderColor(v) {
|
|
491
|
-
this.i.
|
|
492
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
491
|
+
this.i.e4 = stringToBrush(v);
|
|
492
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.e4));
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
495
|
* Gets or sets the checkbox border color when unchecked.
|
|
496
496
|
*/
|
|
497
497
|
get checkboxUncheckedBorderColor() {
|
|
498
|
-
return brushToString(this.i.
|
|
498
|
+
return brushToString(this.i.e7);
|
|
499
499
|
}
|
|
500
500
|
set checkboxUncheckedBorderColor(v) {
|
|
501
|
-
this.i.
|
|
502
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
501
|
+
this.i.e7 = stringToBrush(v);
|
|
502
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.e7));
|
|
503
503
|
}
|
|
504
504
|
/**
|
|
505
505
|
* Gets or sets the corner radius to use for the checkbox.
|
|
506
506
|
*/
|
|
507
507
|
get checkboxCornerRadius() {
|
|
508
|
-
return this.i.
|
|
508
|
+
return this.i.bc;
|
|
509
509
|
}
|
|
510
510
|
set checkboxCornerRadius(v) {
|
|
511
|
-
this.i.
|
|
512
|
-
this._a("checkboxCornerRadius", this.i.
|
|
511
|
+
this.i.bc = +v;
|
|
512
|
+
this._a("checkboxCornerRadius", this.i.bc);
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
515
|
* Gets or sets the style of scrollbar.
|
|
516
516
|
*/
|
|
517
517
|
get scrollbarStyle() {
|
|
518
|
-
return this.i.
|
|
518
|
+
return this.i.ad;
|
|
519
519
|
}
|
|
520
520
|
set scrollbarStyle(v) {
|
|
521
|
-
this.i.
|
|
522
|
-
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.
|
|
521
|
+
this.i.ad = ensureEnum(ScrollbarStyle_$type, v);
|
|
522
|
+
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ad));
|
|
523
523
|
}
|
|
524
524
|
/**
|
|
525
525
|
* Gets or sets the scrollbar background color.
|
|
526
526
|
*/
|
|
527
527
|
get scrollbarBackground() {
|
|
528
|
-
return brushToString(this.i.
|
|
528
|
+
return brushToString(this.i.fe);
|
|
529
529
|
}
|
|
530
530
|
set scrollbarBackground(v) {
|
|
531
|
-
this.i.
|
|
532
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
531
|
+
this.i.fe = stringToBrush(v);
|
|
532
|
+
this._a("scrollbarBackground", brushToString(this.i.fe));
|
|
533
533
|
}
|
|
534
534
|
/**
|
|
535
535
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
536
536
|
*/
|
|
537
537
|
get selectAllCaption() {
|
|
538
|
-
return this.i.
|
|
538
|
+
return this.i.cw;
|
|
539
539
|
}
|
|
540
540
|
set selectAllCaption(v) {
|
|
541
|
-
this.i.
|
|
541
|
+
this.i.cw = v;
|
|
542
542
|
}
|
|
543
543
|
/**
|
|
544
544
|
* Gets or sets the color to use for the "Select All" label.
|
|
545
545
|
*/
|
|
546
546
|
get selectAllCaptionTextColor() {
|
|
547
|
-
return brushToString(this.i.
|
|
547
|
+
return brushToString(this.i.fj);
|
|
548
548
|
}
|
|
549
549
|
set selectAllCaptionTextColor(v) {
|
|
550
|
-
this.i.
|
|
551
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
550
|
+
this.i.fj = stringToBrush(v);
|
|
551
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.fj));
|
|
552
552
|
}
|
|
553
553
|
/**
|
|
554
554
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
555
555
|
*/
|
|
556
556
|
get actualSelectAllCaptionTextColor() {
|
|
557
|
-
return brushToString(this.i.
|
|
557
|
+
return brushToString(this.i.e1);
|
|
558
558
|
}
|
|
559
559
|
set actualSelectAllCaptionTextColor(v) {
|
|
560
|
-
this.i.
|
|
561
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
560
|
+
this.i.e1 = stringToBrush(v);
|
|
561
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e1));
|
|
562
562
|
}
|
|
563
563
|
/**
|
|
564
564
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -594,41 +594,41 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
594
594
|
* Gets or sets the color to use for the text of the component.
|
|
595
595
|
*/
|
|
596
596
|
get textColor() {
|
|
597
|
-
return brushToString(this.i.
|
|
597
|
+
return brushToString(this.i.fl);
|
|
598
598
|
}
|
|
599
599
|
set textColor(v) {
|
|
600
|
-
this.i.
|
|
601
|
-
this._a("textColor", brushToString(this.i.
|
|
600
|
+
this.i.fl = stringToBrush(v);
|
|
601
|
+
this._a("textColor", brushToString(this.i.fl));
|
|
602
602
|
}
|
|
603
603
|
/**
|
|
604
604
|
* Gets or sets whether the filter input is visible.
|
|
605
605
|
*/
|
|
606
606
|
get showFilter() {
|
|
607
|
-
return this.i.
|
|
607
|
+
return this.i.a8;
|
|
608
608
|
}
|
|
609
609
|
set showFilter(v) {
|
|
610
|
-
this.i.
|
|
611
|
-
this._a("showFilter", this.i.
|
|
610
|
+
this.i.a8 = ensureBool(v);
|
|
611
|
+
this._a("showFilter", this.i.a8);
|
|
612
612
|
}
|
|
613
613
|
/**
|
|
614
614
|
* Gets or sets whether row hover highlighting is enabled.
|
|
615
615
|
*/
|
|
616
616
|
get isRowHoverEnabled() {
|
|
617
|
-
return this.i.
|
|
617
|
+
return this.i.a4;
|
|
618
618
|
}
|
|
619
619
|
set isRowHoverEnabled(v) {
|
|
620
|
-
this.i.
|
|
621
|
-
this._a("isRowHoverEnabled", this.i.
|
|
620
|
+
this.i.a4 = ensureBool(v);
|
|
621
|
+
this._a("isRowHoverEnabled", this.i.a4);
|
|
622
622
|
}
|
|
623
623
|
/**
|
|
624
624
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
625
625
|
*/
|
|
626
626
|
get checkboxAlignedRight() {
|
|
627
|
-
return this.i.
|
|
627
|
+
return this.i.az;
|
|
628
628
|
}
|
|
629
629
|
set checkboxAlignedRight(v) {
|
|
630
|
-
this.i.
|
|
631
|
-
this._a("checkboxAlignedRight", this.i.
|
|
630
|
+
this.i.az = ensureBool(v);
|
|
631
|
+
this._a("checkboxAlignedRight", this.i.az);
|
|
632
632
|
}
|
|
633
633
|
findByName(name) {
|
|
634
634
|
if (this.findEphemera) {
|
|
@@ -699,17 +699,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
699
699
|
|
|
700
700
|
*/
|
|
701
701
|
selectAll() {
|
|
702
|
-
this.i.
|
|
702
|
+
this.i.ef();
|
|
703
703
|
}
|
|
704
704
|
/**
|
|
705
705
|
* Deselects all the items in the checkbox list.
|
|
706
706
|
|
|
707
707
|
*/
|
|
708
708
|
deselectAll() {
|
|
709
|
-
this.i.
|
|
709
|
+
this.i.dc();
|
|
710
710
|
}
|
|
711
711
|
notifySetItem(index, oldItem, newItem) {
|
|
712
|
-
this.i.
|
|
712
|
+
this.i.dr(index, oldItem, newItem);
|
|
713
713
|
}
|
|
714
714
|
/**
|
|
715
715
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -717,22 +717,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
717
717
|
|
|
718
718
|
*/
|
|
719
719
|
notifyClearItems() {
|
|
720
|
-
this.i.
|
|
720
|
+
this.i.dm();
|
|
721
721
|
}
|
|
722
722
|
notifyInsertItem(index, newItem) {
|
|
723
|
-
this.i.
|
|
723
|
+
this.i.dn(index, newItem);
|
|
724
724
|
}
|
|
725
725
|
notifyRemoveItem(index, oldItem) {
|
|
726
|
-
this.i.
|
|
726
|
+
this.i.dq(index, oldItem);
|
|
727
727
|
}
|
|
728
728
|
refresh() {
|
|
729
729
|
this.i.refresh();
|
|
730
730
|
}
|
|
731
731
|
addKeyValue(value) {
|
|
732
|
-
this.i.
|
|
732
|
+
this.i.c7(value);
|
|
733
733
|
}
|
|
734
734
|
removeKeyValue(value) {
|
|
735
|
-
this.i.
|
|
735
|
+
this.i.ed(value);
|
|
736
736
|
}
|
|
737
737
|
getDesiredSize(availableSize) {
|
|
738
738
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -743,7 +743,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
743
743
|
|
|
744
744
|
*/
|
|
745
745
|
exportVisualModel() {
|
|
746
|
-
let iv = this.i.
|
|
746
|
+
let iv = this.i.bn();
|
|
747
747
|
return (iv);
|
|
748
748
|
}
|
|
749
749
|
/**
|
|
@@ -751,7 +751,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
751
751
|
|
|
752
752
|
*/
|
|
753
753
|
exportSerializedVisualModel() {
|
|
754
|
-
let iv = this.i.
|
|
754
|
+
let iv = this.i.ca();
|
|
755
755
|
return (iv);
|
|
756
756
|
}
|
|
757
757
|
/**
|
|
@@ -759,7 +759,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
759
759
|
|
|
760
760
|
*/
|
|
761
761
|
isNothingSelected() {
|
|
762
|
-
let iv = this.i.
|
|
762
|
+
let iv = this.i.a2();
|
|
763
763
|
return (iv);
|
|
764
764
|
}
|
|
765
765
|
/**
|
|
@@ -767,7 +767,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
767
767
|
|
|
768
768
|
*/
|
|
769
769
|
isEverythingSelected() {
|
|
770
|
-
let iv = this.i.
|
|
770
|
+
let iv = this.i.a1();
|
|
771
771
|
return (iv);
|
|
772
772
|
}
|
|
773
773
|
/**
|
|
@@ -65,25 +65,25 @@ let IgcColumnMovingSeparatorComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the separator width for this column.
|
|
66
66
|
*/
|
|
67
67
|
get separatorWidth() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.g6;
|
|
69
69
|
}
|
|
70
70
|
set separatorWidth(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("separatorWidth", this.i.
|
|
71
|
+
this.i.g6 = +v;
|
|
72
|
+
this._a("separatorWidth", this.i.g6);
|
|
73
73
|
}
|
|
74
74
|
get actualOpacity() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.g3;
|
|
76
76
|
}
|
|
77
77
|
set actualOpacity(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("actualOpacity", this.i.
|
|
78
|
+
this.i.g3 = +v;
|
|
79
|
+
this._a("actualOpacity", this.i.g3);
|
|
80
80
|
}
|
|
81
81
|
get opacity() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.g4;
|
|
83
83
|
}
|
|
84
84
|
set opacity(v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("opacity", this.i.
|
|
85
|
+
this.i.g4 = +v;
|
|
86
|
+
this._a("opacity", this.i.g4);
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
IgcColumnMovingSeparatorComponent._observedAttributesIgcColumnMovingSeparatorComponent = null;
|
|
@@ -62,18 +62,18 @@ let IgcColumnResizingSeparatorComponent = /*@__PURE__*/ (() => {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
get actualOpacity() {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.g3;
|
|
66
66
|
}
|
|
67
67
|
set actualOpacity(v) {
|
|
68
|
-
this.i.
|
|
69
|
-
this._a("actualOpacity", this.i.
|
|
68
|
+
this.i.g3 = +v;
|
|
69
|
+
this._a("actualOpacity", this.i.g3);
|
|
70
70
|
}
|
|
71
71
|
get opacity() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.g4;
|
|
73
73
|
}
|
|
74
74
|
set opacity(v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("opacity", this.i.
|
|
75
|
+
this.i.g4 = +v;
|
|
76
|
+
this._a("opacity", this.i.g4);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
IgcColumnResizingSeparatorComponent._observedAttributesIgcColumnResizingSeparatorComponent = null;
|
|
@@ -65,50 +65,50 @@ let IgcComboBoxColumnComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* 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.
|
|
66
66
|
*/
|
|
67
67
|
get actualDataSource() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.qs;
|
|
69
69
|
}
|
|
70
70
|
set actualDataSource(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.qs = v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the ComboBox data source.
|
|
75
75
|
*/
|
|
76
76
|
get dataSource() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.qt;
|
|
78
78
|
}
|
|
79
79
|
set dataSource(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.qt = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets or sets the ComboBox text field.
|
|
84
84
|
*/
|
|
85
85
|
get textField() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.qx;
|
|
87
87
|
}
|
|
88
88
|
set textField(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.qx = v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets or sets the ComboBox value field.
|
|
93
93
|
*/
|
|
94
94
|
get valueField() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.qy;
|
|
96
96
|
}
|
|
97
97
|
set valueField(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.qy = v;
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the ComboBox value field.
|
|
102
102
|
*/
|
|
103
103
|
get valueMultiField() {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.qq;
|
|
105
105
|
}
|
|
106
106
|
set valueMultiField(v) {
|
|
107
107
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
108
108
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
109
109
|
v = v.split(re);
|
|
110
110
|
}
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.qq = v;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
IgcComboBoxColumnComponent._observedAttributesIgcComboBoxColumnComponent = null;
|