igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
- package/bundles/igniteui-webcomponents-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 +2986 -2878
- 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/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +132 -118
- package/esm2015/lib/igc-data-grid-component.js +21 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-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/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +140 -118
- package/esm5/lib/igc-data-grid-component.js +29 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
- package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
- 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/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +11 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -53,10 +53,10 @@ let GridIconRepository = /*@__PURE__*/ (() => {
|
|
|
53
53
|
GridIconRepository.$t = /*@__PURE__*/ markType(GridIconRepository, 'GridIconRepository');
|
|
54
54
|
GridIconRepository.a = false;
|
|
55
55
|
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";
|
|
56
|
-
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
|
|
57
|
-
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
|
|
58
|
-
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
|
|
59
|
-
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
|
|
56
|
+
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>";
|
|
57
|
+
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>";
|
|
58
|
+
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>";
|
|
59
|
+
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>";
|
|
60
60
|
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>";
|
|
61
61
|
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>";
|
|
62
62
|
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>";
|
|
@@ -317,7 +317,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
317
317
|
a6() {
|
|
318
318
|
if (this.e != null) {
|
|
319
319
|
this.e.density = this.m;
|
|
320
|
-
this.e.
|
|
320
|
+
this.e.textColor = this.ba;
|
|
321
321
|
this.e.baseTheme = this.i;
|
|
322
322
|
this.e.backgroundColor = this.a9;
|
|
323
323
|
this.e.showSelectAll = false;
|
|
@@ -376,7 +376,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
376
376
|
if (d.iD == a) {
|
|
377
377
|
d.isSelected = b;
|
|
378
378
|
if (this.e != null) {
|
|
379
|
-
this.e.
|
|
379
|
+
this.e.dw(c, d, d);
|
|
380
380
|
}
|
|
381
381
|
break;
|
|
382
382
|
}
|
|
@@ -388,7 +388,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
388
388
|
c.label = b;
|
|
389
389
|
this.q.add(c);
|
|
390
390
|
if (this.e != null) {
|
|
391
|
-
this.e.
|
|
391
|
+
this.e.dt(this.q.count - 1, c);
|
|
392
392
|
}
|
|
393
393
|
this.c.onItemInserted();
|
|
394
394
|
}
|
|
@@ -398,7 +398,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
398
398
|
if (c.iD == a) {
|
|
399
399
|
this.q.removeAt(b);
|
|
400
400
|
if (this.e != null) {
|
|
401
|
-
this.e.
|
|
401
|
+
this.e.dv(b, c);
|
|
402
402
|
}
|
|
403
403
|
break;
|
|
404
404
|
}
|
|
@@ -411,7 +411,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
411
411
|
if (d.iD == a) {
|
|
412
412
|
d.label = b;
|
|
413
413
|
if (this.e != null) {
|
|
414
|
-
this.e.
|
|
414
|
+
this.e.dw(c, d, d);
|
|
415
415
|
}
|
|
416
416
|
break;
|
|
417
417
|
}
|
|
@@ -677,7 +677,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
677
677
|
}
|
|
678
678
|
let f = this.g;
|
|
679
679
|
let g = this.g.p();
|
|
680
|
-
e = g.
|
|
680
|
+
e = g.nq();
|
|
681
681
|
}
|
|
682
682
|
d.d = e;
|
|
683
683
|
d.b = a;
|
|
@@ -843,7 +843,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
843
843
|
this.d.isColumnOptionsEnabled = false;
|
|
844
844
|
this.d.isActiveCellStyleEnabled = false;
|
|
845
845
|
this.d.cornerRadius = new CornerRadius(0, 0);
|
|
846
|
-
this.d.
|
|
846
|
+
this.d.i9 = false;
|
|
847
847
|
let b = this.d;
|
|
848
848
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
|
|
849
849
|
let c = this.d;
|
|
@@ -1122,7 +1122,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
let k = this.e.activeCell;
|
|
1124
1124
|
if (null != j.activeCell) {
|
|
1125
|
-
this.d.
|
|
1125
|
+
this.d.kx(false, false);
|
|
1126
1126
|
b.preventDefault();
|
|
1127
1127
|
}
|
|
1128
1128
|
else {
|
|
@@ -1149,7 +1149,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
let o = this.e.activeCell;
|
|
1151
1151
|
if (null != n.activeCell) {
|
|
1152
|
-
this.d.
|
|
1152
|
+
this.d.la(false, false);
|
|
1153
1153
|
b.preventDefault();
|
|
1154
1154
|
}
|
|
1155
1155
|
else {
|
|
@@ -2398,7 +2398,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2398
2398
|
return c._inner[0];
|
|
2399
2399
|
}
|
|
2400
2400
|
for (let d of fromEnum(c)) {
|
|
2401
|
-
if (0 == StringComparer.b.compare(d.
|
|
2401
|
+
if (0 == StringComparer.b.compare(d.nl, a)) {
|
|
2402
2402
|
return d;
|
|
2403
2403
|
}
|
|
2404
2404
|
}
|
|
@@ -738,11 +738,11 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
738
738
|
let a = new TextColumn();
|
|
739
739
|
a.lm = 10;
|
|
740
740
|
a.ln = 5;
|
|
741
|
-
a.
|
|
741
|
+
a.nl = "PropertyPath";
|
|
742
742
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
743
743
|
this.l.columns.add(a);
|
|
744
744
|
let b = new TemplateColumn();
|
|
745
|
-
b.
|
|
745
|
+
b.nl = "ValueType";
|
|
746
746
|
b.lm = 5;
|
|
747
747
|
b.ln = 5;
|
|
748
748
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
@@ -833,8 +833,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
833
833
|
return $ret;
|
|
834
834
|
})());
|
|
835
835
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
|
|
836
|
-
s.
|
|
837
|
-
s.
|
|
836
|
+
s.od = "PropertyName_" + k;
|
|
837
|
+
s.nl = "PropertyName";
|
|
838
838
|
c.add(s);
|
|
839
839
|
this.au.item(s, c.count - 1);
|
|
840
840
|
g++;
|
|
@@ -871,8 +871,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
871
871
|
}
|
|
872
872
|
if (c.count <= g) {
|
|
873
873
|
let v = new TemplateColumn();
|
|
874
|
-
v.
|
|
875
|
-
v.
|
|
874
|
+
v.od = "ValueType_" + k;
|
|
875
|
+
v.nl = "ValueType";
|
|
876
876
|
v.lm = 5;
|
|
877
877
|
v.ln = 5;
|
|
878
878
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
|
|
@@ -26,7 +26,7 @@ let TemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
27
|
this.e.d0.element.setRawStyleProperty("opacity", e.toString());
|
|
28
28
|
}
|
|
29
|
-
c.
|
|
29
|
+
c.sf(a, this.e.d0);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
TemplateCellPresenter.$t = /*@__PURE__*/ markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
|
|
@@ -68,7 +68,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
de(a, b, c, d) {
|
|
71
|
-
this.d4.
|
|
71
|
+
this.d4.b1();
|
|
72
72
|
}
|
|
73
73
|
constructor(a) {
|
|
74
74
|
super(a);
|
|
@@ -105,13 +105,13 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
105
105
|
this.eb = d;
|
|
106
106
|
let e = a.getSubRenderer(d);
|
|
107
107
|
this.d4 = new GridFilterDialog();
|
|
108
|
-
this.d4.
|
|
108
|
+
this.d4.cb(e, this.ar, a);
|
|
109
109
|
this.ar.append(d);
|
|
110
|
-
this.d4.
|
|
110
|
+
this.d4.b2(b, c);
|
|
111
111
|
this.d4.ar = 24;
|
|
112
112
|
let f = this.d4.ai;
|
|
113
113
|
this.d4.ai = false;
|
|
114
|
-
this.d4.
|
|
114
|
+
this.d4.bz();
|
|
115
115
|
this.d4.ai = f;
|
|
116
116
|
let g = 18;
|
|
117
117
|
let h = 18;
|
|
@@ -167,7 +167,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
167
167
|
switch (this.d3) {
|
|
168
168
|
case 2:
|
|
169
169
|
case 3:
|
|
170
|
-
this.d4.
|
|
170
|
+
this.d4.cf();
|
|
171
171
|
break;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
@@ -175,7 +175,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
175
175
|
switch (this.d3) {
|
|
176
176
|
case 2:
|
|
177
177
|
case 3:
|
|
178
|
-
this.d4.
|
|
178
|
+
this.d4.bz();
|
|
179
179
|
break;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
@@ -288,7 +288,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
288
288
|
switch (this.d3) {
|
|
289
289
|
case 1:
|
|
290
290
|
this.d4.ai = false;
|
|
291
|
-
this.d4.
|
|
291
|
+
this.d4.cf();
|
|
292
292
|
break;
|
|
293
293
|
case 2:
|
|
294
294
|
this.d4.ai = false;
|
|
@@ -65,50 +65,53 @@ let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
65
65
|
this.d.d3 = b.og;
|
|
66
66
|
}
|
|
67
67
|
if (a.bb("ColumnOptionsIconColor")) {
|
|
68
|
-
this.d.d5.
|
|
68
|
+
this.d.d5.c4 = b.qc;
|
|
69
69
|
}
|
|
70
70
|
if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
|
|
71
71
|
let f = a.e.getColumn();
|
|
72
72
|
if (f != this.d.d5.n) {
|
|
73
73
|
this.d.d5.n = f;
|
|
74
|
-
this.d.d5.
|
|
74
|
+
this.d.d5.by();
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
if (a.bc(TextHeaderCellModel.o7)) {
|
|
78
78
|
this.d.db(b.ok);
|
|
79
79
|
}
|
|
80
80
|
if (a.bc(TextHeaderCellModel.ot)) {
|
|
81
|
-
this.d.d5.
|
|
81
|
+
this.d.d5.cv = b.p7;
|
|
82
82
|
}
|
|
83
83
|
if (a.bc(TextHeaderCellModel.o5)) {
|
|
84
|
-
this.d.d5.
|
|
84
|
+
this.d.d5.c1 = b.qe;
|
|
85
85
|
}
|
|
86
86
|
if (a.bc(TextHeaderCellModel.o6)) {
|
|
87
87
|
this.d.d5.ab = b.oo;
|
|
88
88
|
}
|
|
89
89
|
if (a.bc(TextHeaderCellModel.oy)) {
|
|
90
|
-
this.d.d5.
|
|
90
|
+
this.d.d5.cz = b.qb;
|
|
91
91
|
}
|
|
92
92
|
if (a.bc(TextHeaderCellModel.o8)) {
|
|
93
|
-
this.d.d5.
|
|
93
|
+
this.d.d5.c2 = b.qf;
|
|
94
|
+
}
|
|
95
|
+
if (a.bc(TextHeaderCellModel.o9)) {
|
|
96
|
+
this.d.d5.c3 = b.qg;
|
|
94
97
|
}
|
|
95
98
|
if (a.bc(TextHeaderCellModel.ox)) {
|
|
96
|
-
this.d.d5.
|
|
99
|
+
this.d.d5.cy = b.qa;
|
|
97
100
|
}
|
|
98
101
|
if (a.bc(TextHeaderCellModel.o4)) {
|
|
99
|
-
this.d.d5.
|
|
102
|
+
this.d.d5.c0 = b.qd;
|
|
100
103
|
}
|
|
101
104
|
if (a.bc(TextHeaderCellModel.ou)) {
|
|
102
|
-
this.d.d5.
|
|
105
|
+
this.d.d5.cw = b.p8;
|
|
103
106
|
}
|
|
104
107
|
if (a.bc(TextHeaderCellModel.ov)) {
|
|
105
|
-
this.d.d5.
|
|
108
|
+
this.d.d5.cx = b.p9;
|
|
106
109
|
}
|
|
107
110
|
if (a.bc(TextHeaderCellModel.ow)) {
|
|
108
111
|
this.d.d5.aa = b.on;
|
|
109
112
|
}
|
|
110
113
|
if (a.bc(TextHeaderCellModel.os)) {
|
|
111
|
-
this.d.d5.
|
|
114
|
+
this.d.d5.cu = b.p6;
|
|
112
115
|
}
|
|
113
116
|
if (a.bc(TextHeaderCellModel.o3)) {
|
|
114
117
|
this.d.d5.ax = b.o2;
|
|
@@ -279,25 +279,25 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
279
279
|
this.i.dataMemberPath = v;
|
|
280
280
|
}
|
|
281
281
|
get dataLegendTarget() {
|
|
282
|
-
return this.i.
|
|
282
|
+
return this.i.dataLegendTarget;
|
|
283
283
|
}
|
|
284
284
|
set dataLegendTarget(v) {
|
|
285
|
-
this.i.
|
|
285
|
+
this.i.dataLegendTarget = v;
|
|
286
286
|
}
|
|
287
287
|
/**
|
|
288
288
|
* Gets or Sets the property name that contains the values.
|
|
289
289
|
*/
|
|
290
290
|
get subtitleMemberPath() {
|
|
291
|
-
return this.i.
|
|
291
|
+
return this.i.subtitleMemberPath;
|
|
292
292
|
}
|
|
293
293
|
set subtitleMemberPath(v) {
|
|
294
|
-
this.i.
|
|
294
|
+
this.i.subtitleMemberPath = v;
|
|
295
295
|
}
|
|
296
296
|
get propertyTypeMemberPath() {
|
|
297
|
-
return this.i.
|
|
297
|
+
return this.i.propertyTypeMemberPath;
|
|
298
298
|
}
|
|
299
299
|
set propertyTypeMemberPath(v) {
|
|
300
|
-
this.i.
|
|
300
|
+
this.i.propertyTypeMemberPath = v;
|
|
301
301
|
}
|
|
302
302
|
/**
|
|
303
303
|
* Gets or Sets the property name that contains the values.
|
|
@@ -399,21 +399,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
399
399
|
* Gets or sets the search background color.
|
|
400
400
|
*/
|
|
401
401
|
get searchBackgroundColor() {
|
|
402
|
-
return brushToString(this.i.
|
|
402
|
+
return brushToString(this.i.fm);
|
|
403
403
|
}
|
|
404
404
|
set searchBackgroundColor(v) {
|
|
405
|
-
this.i.
|
|
406
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
405
|
+
this.i.fm = stringToBrush(v);
|
|
406
|
+
this._a("searchBackgroundColor", brushToString(this.i.fm));
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
409
|
* Gets or sets the search background color.
|
|
410
410
|
*/
|
|
411
411
|
get labelClickTriggersChange() {
|
|
412
|
-
return this.i.
|
|
412
|
+
return this.i.labelClickTriggersChange;
|
|
413
413
|
}
|
|
414
414
|
set labelClickTriggersChange(v) {
|
|
415
|
-
this.i.
|
|
416
|
-
this._a("labelClickTriggersChange", this.i.
|
|
415
|
+
this.i.labelClickTriggersChange = ensureBool(v);
|
|
416
|
+
this._a("labelClickTriggersChange", this.i.labelClickTriggersChange);
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
419
|
* Gets or sets the search text color.
|
|
@@ -429,11 +429,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
429
429
|
* Gets or sets the search border color.
|
|
430
430
|
*/
|
|
431
431
|
get searchBorderColor() {
|
|
432
|
-
return brushToString(this.i.
|
|
432
|
+
return brushToString(this.i.searchBorderColor);
|
|
433
433
|
}
|
|
434
434
|
set searchBorderColor(v) {
|
|
435
|
-
this.i.
|
|
436
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
435
|
+
this.i.searchBorderColor = stringToBrush(v);
|
|
436
|
+
this._a("searchBorderColor", brushToString(this.i.searchBorderColor));
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* Gets or sets the search focus border color.
|
|
440
|
+
*/
|
|
441
|
+
get searchFocusBorderColor() {
|
|
442
|
+
return brushToString(this.i.searchFocusBorderColor);
|
|
443
|
+
}
|
|
444
|
+
set searchFocusBorderColor(v) {
|
|
445
|
+
this.i.searchFocusBorderColor = stringToBrush(v);
|
|
446
|
+
this._a("searchFocusBorderColor", brushToString(this.i.searchFocusBorderColor));
|
|
437
447
|
}
|
|
438
448
|
/**
|
|
439
449
|
* Gets or sets the text style.
|
|
@@ -454,61 +464,61 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
454
464
|
* Gets or sets the checkbox tick color.
|
|
455
465
|
*/
|
|
456
466
|
get checkboxTickColor() {
|
|
457
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.fc);
|
|
458
468
|
}
|
|
459
469
|
set checkboxTickColor(v) {
|
|
460
|
-
this.i.
|
|
461
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
470
|
+
this.i.fc = stringToBrush(v);
|
|
471
|
+
this._a("checkboxTickColor", brushToString(this.i.fc));
|
|
462
472
|
}
|
|
463
473
|
/**
|
|
464
474
|
* Gets or sets the checkbox background color when checked.
|
|
465
475
|
*/
|
|
466
476
|
get checkboxCheckedBackgroundColor() {
|
|
467
|
-
return brushToString(this.i.
|
|
477
|
+
return brushToString(this.i.checkboxCheckedBackgroundColor);
|
|
468
478
|
}
|
|
469
479
|
set checkboxCheckedBackgroundColor(v) {
|
|
470
|
-
this.i.
|
|
471
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
480
|
+
this.i.checkboxCheckedBackgroundColor = stringToBrush(v);
|
|
481
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.checkboxCheckedBackgroundColor));
|
|
472
482
|
}
|
|
473
483
|
/**
|
|
474
484
|
* Gets or sets the checkbox background color when unchecked.
|
|
475
485
|
*/
|
|
476
486
|
get checkboxUncheckedBackgroundColor() {
|
|
477
|
-
return brushToString(this.i.
|
|
487
|
+
return brushToString(this.i.checkboxUncheckedBackgroundColor);
|
|
478
488
|
}
|
|
479
489
|
set checkboxUncheckedBackgroundColor(v) {
|
|
480
|
-
this.i.
|
|
481
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
490
|
+
this.i.checkboxUncheckedBackgroundColor = stringToBrush(v);
|
|
491
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.checkboxUncheckedBackgroundColor));
|
|
482
492
|
}
|
|
483
493
|
/**
|
|
484
494
|
* Gets or sets the checkbox border color when checked.
|
|
485
495
|
*/
|
|
486
496
|
get checkboxCheckedBorderColor() {
|
|
487
|
-
return brushToString(this.i.
|
|
497
|
+
return brushToString(this.i.checkboxCheckedBorderColor);
|
|
488
498
|
}
|
|
489
499
|
set checkboxCheckedBorderColor(v) {
|
|
490
|
-
this.i.
|
|
491
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
500
|
+
this.i.checkboxCheckedBorderColor = stringToBrush(v);
|
|
501
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.checkboxCheckedBorderColor));
|
|
492
502
|
}
|
|
493
503
|
/**
|
|
494
504
|
* Gets or sets the checkbox border color when unchecked.
|
|
495
505
|
*/
|
|
496
506
|
get checkboxUncheckedBorderColor() {
|
|
497
|
-
return brushToString(this.i.
|
|
507
|
+
return brushToString(this.i.checkboxUncheckedBorderColor);
|
|
498
508
|
}
|
|
499
509
|
set checkboxUncheckedBorderColor(v) {
|
|
500
|
-
this.i.
|
|
501
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
510
|
+
this.i.checkboxUncheckedBorderColor = stringToBrush(v);
|
|
511
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.checkboxUncheckedBorderColor));
|
|
502
512
|
}
|
|
503
513
|
/**
|
|
504
514
|
* Gets or sets the corner radius to use for the checkbox.
|
|
505
515
|
*/
|
|
506
516
|
get checkboxCornerRadius() {
|
|
507
|
-
return this.i.
|
|
517
|
+
return this.i.checkboxCornerRadius;
|
|
508
518
|
}
|
|
509
519
|
set checkboxCornerRadius(v) {
|
|
510
|
-
this.i.
|
|
511
|
-
this._a("checkboxCornerRadius", this.i.
|
|
520
|
+
this.i.checkboxCornerRadius = +v;
|
|
521
|
+
this._a("checkboxCornerRadius", this.i.checkboxCornerRadius);
|
|
512
522
|
}
|
|
513
523
|
/**
|
|
514
524
|
* Gets or sets the style of scrollbar.
|
|
@@ -524,40 +534,40 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
524
534
|
* Gets or sets the scrollbar background color.
|
|
525
535
|
*/
|
|
526
536
|
get scrollbarBackground() {
|
|
527
|
-
return brushToString(this.i.
|
|
537
|
+
return brushToString(this.i.fl);
|
|
528
538
|
}
|
|
529
539
|
set scrollbarBackground(v) {
|
|
530
|
-
this.i.
|
|
531
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
540
|
+
this.i.fl = stringToBrush(v);
|
|
541
|
+
this._a("scrollbarBackground", brushToString(this.i.fl));
|
|
532
542
|
}
|
|
533
543
|
/**
|
|
534
544
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
535
545
|
*/
|
|
536
546
|
get selectAllCaption() {
|
|
537
|
-
return this.i.
|
|
547
|
+
return this.i.c1;
|
|
538
548
|
}
|
|
539
549
|
set selectAllCaption(v) {
|
|
540
|
-
this.i.
|
|
550
|
+
this.i.c1 = v;
|
|
541
551
|
}
|
|
542
552
|
/**
|
|
543
553
|
* Gets or sets the color to use for the "Select All" label.
|
|
544
554
|
*/
|
|
545
555
|
get selectAllCaptionTextColor() {
|
|
546
|
-
return brushToString(this.i.
|
|
556
|
+
return brushToString(this.i.selectAllCaptionTextColor);
|
|
547
557
|
}
|
|
548
558
|
set selectAllCaptionTextColor(v) {
|
|
549
|
-
this.i.
|
|
550
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
559
|
+
this.i.selectAllCaptionTextColor = stringToBrush(v);
|
|
560
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.selectAllCaptionTextColor));
|
|
551
561
|
}
|
|
552
562
|
/**
|
|
553
563
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
554
564
|
*/
|
|
555
565
|
get actualSelectAllCaptionTextColor() {
|
|
556
|
-
return brushToString(this.i.
|
|
566
|
+
return brushToString(this.i.e8);
|
|
557
567
|
}
|
|
558
568
|
set actualSelectAllCaptionTextColor(v) {
|
|
559
|
-
this.i.
|
|
560
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
569
|
+
this.i.e8 = stringToBrush(v);
|
|
570
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e8));
|
|
561
571
|
}
|
|
562
572
|
/**
|
|
563
573
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -593,11 +603,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
593
603
|
* Gets or sets the color to use for the text of the component.
|
|
594
604
|
*/
|
|
595
605
|
get textColor() {
|
|
596
|
-
return brushToString(this.i.
|
|
606
|
+
return brushToString(this.i.textColor);
|
|
597
607
|
}
|
|
598
608
|
set textColor(v) {
|
|
599
|
-
this.i.
|
|
600
|
-
this._a("textColor", brushToString(this.i.
|
|
609
|
+
this.i.textColor = stringToBrush(v);
|
|
610
|
+
this._a("textColor", brushToString(this.i.textColor));
|
|
601
611
|
}
|
|
602
612
|
/**
|
|
603
613
|
* Gets or sets whether the filter input is visible.
|
|
@@ -623,11 +633,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
623
633
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
624
634
|
*/
|
|
625
635
|
get checkboxAlignedRight() {
|
|
626
|
-
return this.i.
|
|
636
|
+
return this.i.checkboxAlignedRight;
|
|
627
637
|
}
|
|
628
638
|
set checkboxAlignedRight(v) {
|
|
629
|
-
this.i.
|
|
630
|
-
this._a("checkboxAlignedRight", this.i.
|
|
639
|
+
this.i.checkboxAlignedRight = ensureBool(v);
|
|
640
|
+
this._a("checkboxAlignedRight", this.i.checkboxAlignedRight);
|
|
631
641
|
}
|
|
632
642
|
findByName(name) {
|
|
633
643
|
if (this.findEphemera) {
|
|
@@ -698,17 +708,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
698
708
|
|
|
699
709
|
*/
|
|
700
710
|
selectAll() {
|
|
701
|
-
this.i.
|
|
711
|
+
this.i.el();
|
|
702
712
|
}
|
|
703
713
|
/**
|
|
704
714
|
* Deselects all the items in the checkbox list.
|
|
705
715
|
|
|
706
716
|
*/
|
|
707
717
|
deselectAll() {
|
|
708
|
-
this.i.
|
|
718
|
+
this.i.dh();
|
|
709
719
|
}
|
|
710
720
|
notifySetItem(index, oldItem, newItem) {
|
|
711
|
-
this.i.
|
|
721
|
+
this.i.dw(index, oldItem, newItem);
|
|
712
722
|
}
|
|
713
723
|
/**
|
|
714
724
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -716,22 +726,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
716
726
|
|
|
717
727
|
*/
|
|
718
728
|
notifyClearItems() {
|
|
719
|
-
this.i.
|
|
729
|
+
this.i.ds();
|
|
720
730
|
}
|
|
721
731
|
notifyInsertItem(index, newItem) {
|
|
722
|
-
this.i.
|
|
732
|
+
this.i.dt(index, newItem);
|
|
723
733
|
}
|
|
724
734
|
notifyRemoveItem(index, oldItem) {
|
|
725
|
-
this.i.
|
|
735
|
+
this.i.dv(index, oldItem);
|
|
726
736
|
}
|
|
727
737
|
refresh() {
|
|
728
738
|
this.i.refresh();
|
|
729
739
|
}
|
|
730
740
|
addKeyValue(value) {
|
|
731
|
-
this.i.
|
|
741
|
+
this.i.dc(value);
|
|
732
742
|
}
|
|
733
743
|
removeKeyValue(value) {
|
|
734
|
-
this.i.
|
|
744
|
+
this.i.ej(value);
|
|
735
745
|
}
|
|
736
746
|
getDesiredSize(availableSize) {
|
|
737
747
|
let iv = this.i.getDesiredSize(toSize(availableSize));
|