igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.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-angular-data-grids.umd.js +3905 -3606
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igx-checkbox-list-component.js +57 -46
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +101 -85
- package/esm2015/lib/igx-data-grid-component.js +24 -1
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igx-checkbox-list-component.js +60 -45
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +109 -85
- package/esm5/lib/igx-data-grid-component.js +32 -1
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
- package/fesm5/igniteui-angular-data-grids.js +3905 -3606
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +5 -1
- package/lib/igx-data-grid-component.d.ts +13 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
- package/lib/igx-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -56,10 +56,10 @@ export let GridIconRepository = /*@__PURE__*/ (() => {
|
|
|
56
56
|
GridIconRepository.$t = markType(GridIconRepository, 'GridIconRepository');
|
|
57
57
|
GridIconRepository.a = false;
|
|
58
58
|
GridIconRepository.ar = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
|
|
59
|
-
GridIconRepository.x = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke
|
|
60
|
-
GridIconRepository.z = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke
|
|
61
|
-
GridIconRepository.ab = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5
|
|
62
|
-
GridIconRepository.ad = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5
|
|
59
|
+
GridIconRepository.x = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
60
|
+
GridIconRepository.z = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
61
|
+
GridIconRepository.ab = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 5V23\" stroke=\"#6988FF\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
|
|
62
|
+
GridIconRepository.ad = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 5V23\" stroke=\"#6988FF\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
|
|
63
63
|
GridIconRepository.ap = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 12.5 18 18 12 18C6 18 3 12.5 3 12C3 11.5 6 6 12 6C18 6 21 11.5 21 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12C9 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
64
64
|
GridIconRepository.an = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 12.5 18 18 12 18C6 18 3 12.5 3 12C3 11.5 6 6 12 6C18 6 21 11.5 21 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12C9 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M6 3.5L18 20.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
65
65
|
GridIconRepository.v = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6C5 5.44772 5.44772 5 6 5H18C18.5523 5 19 5.44772 19 6V8.5C19 9.05228 18.5523 9.5 18 9.5H6C5.44772 9.5 5 9.05228 5 8.5V6Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 14.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 19.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
@@ -322,7 +322,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
322
322
|
a6() {
|
|
323
323
|
if (this.e != null) {
|
|
324
324
|
this.e.density = this.m;
|
|
325
|
-
this.e.
|
|
325
|
+
this.e.textColor = this.ba;
|
|
326
326
|
this.e.baseTheme = this.i;
|
|
327
327
|
this.e.backgroundColor = this.a9;
|
|
328
328
|
this.e.showSelectAll = false;
|
|
@@ -381,7 +381,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
381
381
|
if (d.iD == a) {
|
|
382
382
|
d.isSelected = b;
|
|
383
383
|
if (this.e != null) {
|
|
384
|
-
this.e.
|
|
384
|
+
this.e.dw(c, d, d);
|
|
385
385
|
}
|
|
386
386
|
break;
|
|
387
387
|
}
|
|
@@ -393,7 +393,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
393
393
|
c.label = b;
|
|
394
394
|
this.q.add(c);
|
|
395
395
|
if (this.e != null) {
|
|
396
|
-
this.e.
|
|
396
|
+
this.e.dt(this.q.count - 1, c);
|
|
397
397
|
}
|
|
398
398
|
this.c.onItemInserted();
|
|
399
399
|
}
|
|
@@ -403,7 +403,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
403
403
|
if (c.iD == a) {
|
|
404
404
|
this.q.removeAt(b);
|
|
405
405
|
if (this.e != null) {
|
|
406
|
-
this.e.
|
|
406
|
+
this.e.dv(b, c);
|
|
407
407
|
}
|
|
408
408
|
break;
|
|
409
409
|
}
|
|
@@ -416,7 +416,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
416
416
|
if (d.iD == a) {
|
|
417
417
|
d.label = b;
|
|
418
418
|
if (this.e != null) {
|
|
419
|
-
this.e.
|
|
419
|
+
this.e.dw(c, d, d);
|
|
420
420
|
}
|
|
421
421
|
break;
|
|
422
422
|
}
|
|
@@ -680,7 +680,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
680
680
|
}
|
|
681
681
|
let f = this.g;
|
|
682
682
|
let g = this.g.p();
|
|
683
|
-
e = g.
|
|
683
|
+
e = g.nq();
|
|
684
684
|
}
|
|
685
685
|
d.d = e;
|
|
686
686
|
d.b = a;
|
|
@@ -846,7 +846,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
846
846
|
this.d.isColumnOptionsEnabled = false;
|
|
847
847
|
this.d.isActiveCellStyleEnabled = false;
|
|
848
848
|
this.d.cornerRadius = new CornerRadius(0, 0);
|
|
849
|
-
this.d.
|
|
849
|
+
this.d.i9 = false;
|
|
850
850
|
let b = this.d;
|
|
851
851
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
|
|
852
852
|
let c = this.d;
|
|
@@ -1125,7 +1125,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1125
1125
|
}
|
|
1126
1126
|
let k = this.e.activeCell;
|
|
1127
1127
|
if (null != j.activeCell) {
|
|
1128
|
-
this.d.
|
|
1128
|
+
this.d.kx(false, false);
|
|
1129
1129
|
b.preventDefault();
|
|
1130
1130
|
}
|
|
1131
1131
|
else {
|
|
@@ -1152,7 +1152,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1152
1152
|
}
|
|
1153
1153
|
let o = this.e.activeCell;
|
|
1154
1154
|
if (null != n.activeCell) {
|
|
1155
|
-
this.d.
|
|
1155
|
+
this.d.la(false, false);
|
|
1156
1156
|
b.preventDefault();
|
|
1157
1157
|
}
|
|
1158
1158
|
else {
|
|
@@ -2403,7 +2403,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2403
2403
|
return c._inner[0];
|
|
2404
2404
|
}
|
|
2405
2405
|
for (let d of fromEnum(c)) {
|
|
2406
|
-
if (0 == StringComparer.b.compare(d.
|
|
2406
|
+
if (0 == StringComparer.b.compare(d.nl, a)) {
|
|
2407
2407
|
return d;
|
|
2408
2408
|
}
|
|
2409
2409
|
}
|
|
@@ -743,11 +743,11 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
743
743
|
let a = new TextColumn();
|
|
744
744
|
a.lm = 10;
|
|
745
745
|
a.ln = 5;
|
|
746
|
-
a.
|
|
746
|
+
a.nl = "PropertyPath";
|
|
747
747
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
748
748
|
this.l.columns.add(a);
|
|
749
749
|
let b = new TemplateColumn();
|
|
750
|
-
b.
|
|
750
|
+
b.nl = "ValueType";
|
|
751
751
|
b.lm = 5;
|
|
752
752
|
b.ln = 5;
|
|
753
753
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
@@ -838,8 +838,8 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
838
838
|
return $ret;
|
|
839
839
|
})());
|
|
840
840
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
|
|
841
|
-
s.
|
|
842
|
-
s.
|
|
841
|
+
s.od = "PropertyName_" + k;
|
|
842
|
+
s.nl = "PropertyName";
|
|
843
843
|
c.add(s);
|
|
844
844
|
this.au.item(s, c.count - 1);
|
|
845
845
|
g++;
|
|
@@ -876,8 +876,8 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
876
876
|
}
|
|
877
877
|
if (c.count <= g) {
|
|
878
878
|
let v = new TemplateColumn();
|
|
879
|
-
v.
|
|
880
|
-
v.
|
|
879
|
+
v.od = "ValueType_" + k;
|
|
880
|
+
v.nl = "ValueType";
|
|
881
881
|
v.lm = 5;
|
|
882
882
|
v.ln = 5;
|
|
883
883
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
|
|
@@ -29,7 +29,7 @@ export let TemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
29
29
|
let e = a.cs * (1 - d);
|
|
30
30
|
this.e.d0.element.setRawStyleProperty("opacity", e.toString());
|
|
31
31
|
}
|
|
32
|
-
c.
|
|
32
|
+
c.sf(a, this.e.d0);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
TemplateCellPresenter.$t = markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
|
|
@@ -50,13 +50,13 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
50
50
|
this.eb = d;
|
|
51
51
|
let e = a.getSubRenderer(d);
|
|
52
52
|
this.d4 = new GridFilterDialog();
|
|
53
|
-
this.d4.
|
|
53
|
+
this.d4.cb(e, this.ar, a);
|
|
54
54
|
this.ar.append(d);
|
|
55
|
-
this.d4.
|
|
55
|
+
this.d4.b2(b, c);
|
|
56
56
|
this.d4.ar = 24;
|
|
57
57
|
let f = this.d4.ai;
|
|
58
58
|
this.d4.ai = false;
|
|
59
|
-
this.d4.
|
|
59
|
+
this.d4.bz();
|
|
60
60
|
this.d4.ai = f;
|
|
61
61
|
let g = 18;
|
|
62
62
|
let h = 18;
|
|
@@ -142,7 +142,7 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
de(a, b, c, d) {
|
|
145
|
-
this.d4.
|
|
145
|
+
this.d4.b1();
|
|
146
146
|
}
|
|
147
147
|
ei(a, b) {
|
|
148
148
|
switch (b.propertyName) {
|
|
@@ -170,7 +170,7 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
170
170
|
switch (this.d3) {
|
|
171
171
|
case 2:
|
|
172
172
|
case 3:
|
|
173
|
-
this.d4.
|
|
173
|
+
this.d4.cf();
|
|
174
174
|
break;
|
|
175
175
|
}
|
|
176
176
|
}
|
|
@@ -178,7 +178,7 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
178
178
|
switch (this.d3) {
|
|
179
179
|
case 2:
|
|
180
180
|
case 3:
|
|
181
|
-
this.d4.
|
|
181
|
+
this.d4.bz();
|
|
182
182
|
break;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
@@ -291,7 +291,7 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
291
291
|
switch (this.d3) {
|
|
292
292
|
case 1:
|
|
293
293
|
this.d4.ai = false;
|
|
294
|
-
this.d4.
|
|
294
|
+
this.d4.cf();
|
|
295
295
|
break;
|
|
296
296
|
case 2:
|
|
297
297
|
this.d4.ai = false;
|
|
@@ -68,50 +68,53 @@ export let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
68
68
|
this.d.d3 = b.og;
|
|
69
69
|
}
|
|
70
70
|
if (a.bb("ColumnOptionsIconColor")) {
|
|
71
|
-
this.d.d5.
|
|
71
|
+
this.d.d5.c4 = b.qc;
|
|
72
72
|
}
|
|
73
73
|
if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
|
|
74
74
|
let f = a.e.getColumn();
|
|
75
75
|
if (f != this.d.d5.n) {
|
|
76
76
|
this.d.d5.n = f;
|
|
77
|
-
this.d.d5.
|
|
77
|
+
this.d.d5.by();
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
if (a.bc(TextHeaderCellModel.o7)) {
|
|
81
81
|
this.d.db(b.ok);
|
|
82
82
|
}
|
|
83
83
|
if (a.bc(TextHeaderCellModel.ot)) {
|
|
84
|
-
this.d.d5.
|
|
84
|
+
this.d.d5.cv = b.p7;
|
|
85
85
|
}
|
|
86
86
|
if (a.bc(TextHeaderCellModel.o5)) {
|
|
87
|
-
this.d.d5.
|
|
87
|
+
this.d.d5.c1 = b.qe;
|
|
88
88
|
}
|
|
89
89
|
if (a.bc(TextHeaderCellModel.o6)) {
|
|
90
90
|
this.d.d5.ab = b.oo;
|
|
91
91
|
}
|
|
92
92
|
if (a.bc(TextHeaderCellModel.oy)) {
|
|
93
|
-
this.d.d5.
|
|
93
|
+
this.d.d5.cz = b.qb;
|
|
94
94
|
}
|
|
95
95
|
if (a.bc(TextHeaderCellModel.o8)) {
|
|
96
|
-
this.d.d5.
|
|
96
|
+
this.d.d5.c2 = b.qf;
|
|
97
|
+
}
|
|
98
|
+
if (a.bc(TextHeaderCellModel.o9)) {
|
|
99
|
+
this.d.d5.c3 = b.qg;
|
|
97
100
|
}
|
|
98
101
|
if (a.bc(TextHeaderCellModel.ox)) {
|
|
99
|
-
this.d.d5.
|
|
102
|
+
this.d.d5.cy = b.qa;
|
|
100
103
|
}
|
|
101
104
|
if (a.bc(TextHeaderCellModel.o4)) {
|
|
102
|
-
this.d.d5.
|
|
105
|
+
this.d.d5.c0 = b.qd;
|
|
103
106
|
}
|
|
104
107
|
if (a.bc(TextHeaderCellModel.ou)) {
|
|
105
|
-
this.d.d5.
|
|
108
|
+
this.d.d5.cw = b.p8;
|
|
106
109
|
}
|
|
107
110
|
if (a.bc(TextHeaderCellModel.ov)) {
|
|
108
|
-
this.d.d5.
|
|
111
|
+
this.d.d5.cx = b.p9;
|
|
109
112
|
}
|
|
110
113
|
if (a.bc(TextHeaderCellModel.ow)) {
|
|
111
114
|
this.d.d5.aa = b.on;
|
|
112
115
|
}
|
|
113
116
|
if (a.bc(TextHeaderCellModel.os)) {
|
|
114
|
-
this.d.d5.
|
|
117
|
+
this.d.d5.cu = b.p6;
|
|
115
118
|
}
|
|
116
119
|
if (a.bc(TextHeaderCellModel.o3)) {
|
|
117
120
|
this.d.d5.ax = b.o2;
|
|
@@ -176,25 +176,25 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
176
176
|
this.i.dataMemberPath = v;
|
|
177
177
|
}
|
|
178
178
|
get dataLegendTarget() {
|
|
179
|
-
return this.i.
|
|
179
|
+
return this.i.dataLegendTarget;
|
|
180
180
|
}
|
|
181
181
|
set dataLegendTarget(v) {
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.dataLegendTarget = v;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* Gets or Sets the property name that contains the values.
|
|
186
186
|
*/
|
|
187
187
|
get subtitleMemberPath() {
|
|
188
|
-
return this.i.
|
|
188
|
+
return this.i.subtitleMemberPath;
|
|
189
189
|
}
|
|
190
190
|
set subtitleMemberPath(v) {
|
|
191
|
-
this.i.
|
|
191
|
+
this.i.subtitleMemberPath = v;
|
|
192
192
|
}
|
|
193
193
|
get propertyTypeMemberPath() {
|
|
194
|
-
return this.i.
|
|
194
|
+
return this.i.propertyTypeMemberPath;
|
|
195
195
|
}
|
|
196
196
|
set propertyTypeMemberPath(v) {
|
|
197
|
-
this.i.
|
|
197
|
+
this.i.propertyTypeMemberPath = v;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
* Gets or Sets the property name that contains the values.
|
|
@@ -289,19 +289,19 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
289
289
|
* Gets or sets the search background color.
|
|
290
290
|
*/
|
|
291
291
|
get searchBackgroundColor() {
|
|
292
|
-
return brushToString(this.i.
|
|
292
|
+
return brushToString(this.i.fm);
|
|
293
293
|
}
|
|
294
294
|
set searchBackgroundColor(v) {
|
|
295
|
-
this.i.
|
|
295
|
+
this.i.fm = stringToBrush(v);
|
|
296
296
|
}
|
|
297
297
|
/**
|
|
298
298
|
* Gets or sets the search background color.
|
|
299
299
|
*/
|
|
300
300
|
get labelClickTriggersChange() {
|
|
301
|
-
return this.i.
|
|
301
|
+
return this.i.labelClickTriggersChange;
|
|
302
302
|
}
|
|
303
303
|
set labelClickTriggersChange(v) {
|
|
304
|
-
this.i.
|
|
304
|
+
this.i.labelClickTriggersChange = ensureBool(v);
|
|
305
305
|
}
|
|
306
306
|
/**
|
|
307
307
|
* Gets or sets the search text color.
|
|
@@ -316,10 +316,19 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
316
316
|
* Gets or sets the search border color.
|
|
317
317
|
*/
|
|
318
318
|
get searchBorderColor() {
|
|
319
|
-
return brushToString(this.i.
|
|
319
|
+
return brushToString(this.i.searchBorderColor);
|
|
320
320
|
}
|
|
321
321
|
set searchBorderColor(v) {
|
|
322
|
-
this.i.
|
|
322
|
+
this.i.searchBorderColor = stringToBrush(v);
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* Gets or sets the search focus border color.
|
|
326
|
+
*/
|
|
327
|
+
get searchFocusBorderColor() {
|
|
328
|
+
return brushToString(this.i.searchFocusBorderColor);
|
|
329
|
+
}
|
|
330
|
+
set searchFocusBorderColor(v) {
|
|
331
|
+
this.i.searchFocusBorderColor = stringToBrush(v);
|
|
323
332
|
}
|
|
324
333
|
/**
|
|
325
334
|
* Gets or sets the text style.
|
|
@@ -339,55 +348,55 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
339
348
|
* Gets or sets the checkbox tick color.
|
|
340
349
|
*/
|
|
341
350
|
get checkboxTickColor() {
|
|
342
|
-
return brushToString(this.i.
|
|
351
|
+
return brushToString(this.i.fc);
|
|
343
352
|
}
|
|
344
353
|
set checkboxTickColor(v) {
|
|
345
|
-
this.i.
|
|
354
|
+
this.i.fc = stringToBrush(v);
|
|
346
355
|
}
|
|
347
356
|
/**
|
|
348
357
|
* Gets or sets the checkbox background color when checked.
|
|
349
358
|
*/
|
|
350
359
|
get checkboxCheckedBackgroundColor() {
|
|
351
|
-
return brushToString(this.i.
|
|
360
|
+
return brushToString(this.i.checkboxCheckedBackgroundColor);
|
|
352
361
|
}
|
|
353
362
|
set checkboxCheckedBackgroundColor(v) {
|
|
354
|
-
this.i.
|
|
363
|
+
this.i.checkboxCheckedBackgroundColor = stringToBrush(v);
|
|
355
364
|
}
|
|
356
365
|
/**
|
|
357
366
|
* Gets or sets the checkbox background color when unchecked.
|
|
358
367
|
*/
|
|
359
368
|
get checkboxUncheckedBackgroundColor() {
|
|
360
|
-
return brushToString(this.i.
|
|
369
|
+
return brushToString(this.i.checkboxUncheckedBackgroundColor);
|
|
361
370
|
}
|
|
362
371
|
set checkboxUncheckedBackgroundColor(v) {
|
|
363
|
-
this.i.
|
|
372
|
+
this.i.checkboxUncheckedBackgroundColor = stringToBrush(v);
|
|
364
373
|
}
|
|
365
374
|
/**
|
|
366
375
|
* Gets or sets the checkbox border color when checked.
|
|
367
376
|
*/
|
|
368
377
|
get checkboxCheckedBorderColor() {
|
|
369
|
-
return brushToString(this.i.
|
|
378
|
+
return brushToString(this.i.checkboxCheckedBorderColor);
|
|
370
379
|
}
|
|
371
380
|
set checkboxCheckedBorderColor(v) {
|
|
372
|
-
this.i.
|
|
381
|
+
this.i.checkboxCheckedBorderColor = stringToBrush(v);
|
|
373
382
|
}
|
|
374
383
|
/**
|
|
375
384
|
* Gets or sets the checkbox border color when unchecked.
|
|
376
385
|
*/
|
|
377
386
|
get checkboxUncheckedBorderColor() {
|
|
378
|
-
return brushToString(this.i.
|
|
387
|
+
return brushToString(this.i.checkboxUncheckedBorderColor);
|
|
379
388
|
}
|
|
380
389
|
set checkboxUncheckedBorderColor(v) {
|
|
381
|
-
this.i.
|
|
390
|
+
this.i.checkboxUncheckedBorderColor = stringToBrush(v);
|
|
382
391
|
}
|
|
383
392
|
/**
|
|
384
393
|
* Gets or sets the corner radius to use for the checkbox.
|
|
385
394
|
*/
|
|
386
395
|
get checkboxCornerRadius() {
|
|
387
|
-
return this.i.
|
|
396
|
+
return this.i.checkboxCornerRadius;
|
|
388
397
|
}
|
|
389
398
|
set checkboxCornerRadius(v) {
|
|
390
|
-
this.i.
|
|
399
|
+
this.i.checkboxCornerRadius = +v;
|
|
391
400
|
}
|
|
392
401
|
/**
|
|
393
402
|
* Gets or sets the style of scrollbar.
|
|
@@ -402,37 +411,37 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
402
411
|
* Gets or sets the scrollbar background color.
|
|
403
412
|
*/
|
|
404
413
|
get scrollbarBackground() {
|
|
405
|
-
return brushToString(this.i.
|
|
414
|
+
return brushToString(this.i.fl);
|
|
406
415
|
}
|
|
407
416
|
set scrollbarBackground(v) {
|
|
408
|
-
this.i.
|
|
417
|
+
this.i.fl = stringToBrush(v);
|
|
409
418
|
}
|
|
410
419
|
/**
|
|
411
420
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
412
421
|
*/
|
|
413
422
|
get selectAllCaption() {
|
|
414
|
-
return this.i.
|
|
423
|
+
return this.i.c1;
|
|
415
424
|
}
|
|
416
425
|
set selectAllCaption(v) {
|
|
417
|
-
this.i.
|
|
426
|
+
this.i.c1 = v;
|
|
418
427
|
}
|
|
419
428
|
/**
|
|
420
429
|
* Gets or sets the color to use for the "Select All" label.
|
|
421
430
|
*/
|
|
422
431
|
get selectAllCaptionTextColor() {
|
|
423
|
-
return brushToString(this.i.
|
|
432
|
+
return brushToString(this.i.selectAllCaptionTextColor);
|
|
424
433
|
}
|
|
425
434
|
set selectAllCaptionTextColor(v) {
|
|
426
|
-
this.i.
|
|
435
|
+
this.i.selectAllCaptionTextColor = stringToBrush(v);
|
|
427
436
|
}
|
|
428
437
|
/**
|
|
429
438
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
430
439
|
*/
|
|
431
440
|
get actualSelectAllCaptionTextColor() {
|
|
432
|
-
return brushToString(this.i.
|
|
441
|
+
return brushToString(this.i.e8);
|
|
433
442
|
}
|
|
434
443
|
set actualSelectAllCaptionTextColor(v) {
|
|
435
|
-
this.i.
|
|
444
|
+
this.i.e8 = stringToBrush(v);
|
|
436
445
|
}
|
|
437
446
|
/**
|
|
438
447
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -465,10 +474,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
465
474
|
* Gets or sets the color to use for the text of the component.
|
|
466
475
|
*/
|
|
467
476
|
get textColor() {
|
|
468
|
-
return brushToString(this.i.
|
|
477
|
+
return brushToString(this.i.textColor);
|
|
469
478
|
}
|
|
470
479
|
set textColor(v) {
|
|
471
|
-
this.i.
|
|
480
|
+
this.i.textColor = stringToBrush(v);
|
|
472
481
|
}
|
|
473
482
|
/**
|
|
474
483
|
* Gets or sets whether the filter input is visible.
|
|
@@ -492,10 +501,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
492
501
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
493
502
|
*/
|
|
494
503
|
get checkboxAlignedRight() {
|
|
495
|
-
return this.i.
|
|
504
|
+
return this.i.checkboxAlignedRight;
|
|
496
505
|
}
|
|
497
506
|
set checkboxAlignedRight(v) {
|
|
498
|
-
this.i.
|
|
507
|
+
this.i.checkboxAlignedRight = ensureBool(v);
|
|
499
508
|
}
|
|
500
509
|
findByName(name) {
|
|
501
510
|
if (this.findEphemera) {
|
|
@@ -566,17 +575,17 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
566
575
|
|
|
567
576
|
*/
|
|
568
577
|
selectAll() {
|
|
569
|
-
this.i.
|
|
578
|
+
this.i.el();
|
|
570
579
|
}
|
|
571
580
|
/**
|
|
572
581
|
* Deselects all the items in the checkbox list.
|
|
573
582
|
|
|
574
583
|
*/
|
|
575
584
|
deselectAll() {
|
|
576
|
-
this.i.
|
|
585
|
+
this.i.dh();
|
|
577
586
|
}
|
|
578
587
|
notifySetItem(index, oldItem, newItem) {
|
|
579
|
-
this.i.
|
|
588
|
+
this.i.dw(index, oldItem, newItem);
|
|
580
589
|
}
|
|
581
590
|
/**
|
|
582
591
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -584,22 +593,22 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
584
593
|
|
|
585
594
|
*/
|
|
586
595
|
notifyClearItems() {
|
|
587
|
-
this.i.
|
|
596
|
+
this.i.ds();
|
|
588
597
|
}
|
|
589
598
|
notifyInsertItem(index, newItem) {
|
|
590
|
-
this.i.
|
|
599
|
+
this.i.dt(index, newItem);
|
|
591
600
|
}
|
|
592
601
|
notifyRemoveItem(index, oldItem) {
|
|
593
|
-
this.i.
|
|
602
|
+
this.i.dv(index, oldItem);
|
|
594
603
|
}
|
|
595
604
|
refresh() {
|
|
596
605
|
this.i.refresh();
|
|
597
606
|
}
|
|
598
607
|
addKeyValue(value) {
|
|
599
|
-
this.i.
|
|
608
|
+
this.i.dc(value);
|
|
600
609
|
}
|
|
601
610
|
removeKeyValue(value) {
|
|
602
|
-
this.i.
|
|
611
|
+
this.i.ej(value);
|
|
603
612
|
}
|
|
604
613
|
getDesiredSize(availableSize) {
|
|
605
614
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -782,13 +791,13 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
782
791
|
}
|
|
783
792
|
}
|
|
784
793
|
IgxCheckboxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxCheckboxListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
785
|
-
IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #listContainer style="width: 100%; height: 100%">
|
|
794
|
+
IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchFocusBorderColor: "searchFocusBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #listContainer style="width: 100%; height: 100%">
|
|
786
795
|
<div>
|
|
787
796
|
</div>
|
|
788
797
|
<hr #hrElement>
|
|
789
798
|
<div #selectAllSection key='checkBoxListSelectAllSection'></div>
|
|
790
799
|
<igx-data-grid #listGrid headerHeight="0"></igx-data-grid>
|
|
791
|
-
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "theme", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "useNewerColumnOptionsMenu", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "cellSelectedTextColor", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderExpansionIndicatorIconColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "actualBorder", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "actualBackground", "background", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "columnOptionsBackground", "columnOptionsTextColor", "columnOptionsTextStyle", "columnOptionsHoverBackgroundColor", "columnOptionsToolTipBackgroundColor", "columnOptionsHighlightColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsGroupHeaderTextStyle", "columnOptionsAccentColor", "columnOptionsRowHeight", "allowCopyOperation", "maxSelectedCellRanges", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "filterRowDataBinding", "filterRowDataBound", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
800
|
+
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "theme", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "useNewerColumnOptionsMenu", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "cellSelectedTextColor", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderExpansionIndicatorIconColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "actualBorder", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "actualBackground", "background", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "expandCollapseOnSectionHeaderClick", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "columnOptionsBackground", "columnOptionsTextColor", "columnOptionsTextStyle", "columnOptionsHoverBackgroundColor", "columnOptionsToolTipBackgroundColor", "columnOptionsToolTipTextColor", "columnOptionsHighlightColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsGroupHeaderTextStyle", "columnOptionsAccentColor", "columnOptionsRowHeight", "allowCopyOperation", "maxSelectedCellRanges", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "filterRowDataBinding", "filterRowDataBound", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
792
801
|
return IgxCheckboxListComponent;
|
|
793
802
|
})();
|
|
794
803
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxCheckboxListComponent, decorators: [{
|
|
@@ -867,6 +876,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
867
876
|
type: Input
|
|
868
877
|
}], searchBorderColor: [{
|
|
869
878
|
type: Input
|
|
879
|
+
}], searchFocusBorderColor: [{
|
|
880
|
+
type: Input
|
|
870
881
|
}], searchTextStyle: [{
|
|
871
882
|
type: Input
|
|
872
883
|
}], checkboxTickColor: [{
|