igniteui-webcomponents-grids 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +440 -444
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/custom-elements.json +21194 -0
- package/esm2015/lib/CheckboxListBridge.js +15 -15
- package/esm2015/lib/CheckboxListView_combined.js +343 -350
- package/esm2015/lib/ColumnChooserView_combined.js +4 -4
- package/esm2015/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +2 -2
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/PropertyEditorView_combined.js +2 -2
- package/esm2015/lib/igc-checkbox-list-component.js +52 -52
- package/esm5/lib/CheckboxListBridge.js +15 -15
- package/esm5/lib/CheckboxListView_combined.js +336 -343
- package/esm5/lib/ColumnChooserView_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +2 -2
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/PropertyEditorView_combined.js +2 -2
- package/esm5/lib/igc-checkbox-list-component.js +52 -52
- package/fesm2015/igniteui-webcomponents-grids.js +448 -452
- package/fesm5/igniteui-webcomponents-grids.js +441 -445
- package/grids/combined.js +32900 -31630
- package/grids/index.d.ts +0 -1
- package/grids/lib/common.d.ts +11 -2
- package/grids/lib/igc-action-strip-component.d.ts +5 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +23 -0
- package/grids/lib/igc-column-group-component.d.ts +5 -0
- package/grids/lib/igc-column-layout-component.d.ts +5 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-grid-component.d.ts +7 -1
- package/grids/lib/igc-grid-editing-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-state-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +5 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +2 -1
- package/grids/lib/igc-hierarchical-grid-component.d.ts +7 -1
- package/grids/lib/igc-paginator-component.d.ts +5 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +8 -2
- package/grids/lib/igc-pivot-grid-component.d.ts +7 -1
- package/grids/lib/igc-row-island-component.d.ts +6 -0
- package/grids/lib/igc-tree-grid-component.d.ts +7 -1
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListExternal.d.ts +1 -2
- package/lib/CheckboxListView_combined.d.ts +85 -85
- package/lib/igc-checkbox-list-component.d.ts +1 -1
- package/package.json +7 -5
- package/vscode.css-custom-data.json +6 -0
- package/vscode.html-custom-data.json +5 -0
- package/web-types.json +14 -0
- package/grids/lib/igc-grid-action-button-component.d.ts +0 -56
|
@@ -299,7 +299,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
299
299
|
break;
|
|
300
300
|
case "FilterPlaceholderText":
|
|
301
301
|
if (this.d != null) {
|
|
302
|
-
this.d.
|
|
302
|
+
this.d.bm = this.s;
|
|
303
303
|
}
|
|
304
304
|
break;
|
|
305
305
|
case "BaseTheme":
|
|
@@ -370,7 +370,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
if (this.s != null) {
|
|
373
|
-
this.d.
|
|
373
|
+
this.d.bm = this.s;
|
|
374
374
|
}
|
|
375
375
|
this.d.itemsSource = b;
|
|
376
376
|
var e = "";
|
|
@@ -389,7 +389,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
389
389
|
};
|
|
390
390
|
ColumnChooser.prototype.al = function () {
|
|
391
391
|
var e_2, _a;
|
|
392
|
-
this.d.
|
|
392
|
+
this.d.dd();
|
|
393
393
|
if (this.b != null) {
|
|
394
394
|
try {
|
|
395
395
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -415,7 +415,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
415
415
|
};
|
|
416
416
|
ColumnChooser.prototype.ae = function () {
|
|
417
417
|
var e_3, _a;
|
|
418
|
-
this.d.
|
|
418
|
+
this.d.ci();
|
|
419
419
|
if (this.b != null) {
|
|
420
420
|
try {
|
|
421
421
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -13405,7 +13405,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13405
13405
|
return true;
|
|
13406
13406
|
};
|
|
13407
13407
|
DataGrid.prototype.kl = function (a, b) {
|
|
13408
|
-
if (this.
|
|
13408
|
+
if (this.cj.j) {
|
|
13409
|
+
return true;
|
|
13410
|
+
}
|
|
13411
|
+
if (this.activationMode == 0 || this.activeCell == null) {
|
|
13409
13412
|
return false;
|
|
13410
13413
|
}
|
|
13411
13414
|
var c = this.ad.s();
|
|
@@ -13578,6 +13581,9 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13578
13581
|
};
|
|
13579
13582
|
DataGrid.prototype.kp = function (a, b) {
|
|
13580
13583
|
if (this.cj.j) {
|
|
13584
|
+
return true;
|
|
13585
|
+
}
|
|
13586
|
+
if (this.activationMode == 0 || this.activeCell == null) {
|
|
13581
13587
|
return false;
|
|
13582
13588
|
}
|
|
13583
13589
|
var c = this.ad.s();
|
|
@@ -1020,7 +1020,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1020
1020
|
}
|
|
1021
1021
|
var j = this.b.j;
|
|
1022
1022
|
for (var k = 0; k < j.count; k++) {
|
|
1023
|
-
var l = this.q._inner[k].
|
|
1023
|
+
var l = this.q._inner[k].ay();
|
|
1024
1024
|
var m = this.b.b(j._inner[k]);
|
|
1025
1025
|
l.i = m[0] - d;
|
|
1026
1026
|
l.g = m[1] - e;
|
|
@@ -298,7 +298,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
298
298
|
break;
|
|
299
299
|
case "FilterPlaceholderText":
|
|
300
300
|
if (this.d != null) {
|
|
301
|
-
this.d.
|
|
301
|
+
this.d.bm = this.s;
|
|
302
302
|
}
|
|
303
303
|
break;
|
|
304
304
|
case "BaseTheme":
|
|
@@ -375,7 +375,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
375
375
|
}
|
|
376
376
|
this.d.showSelectAll = false;
|
|
377
377
|
if (this.s != null) {
|
|
378
|
-
this.d.
|
|
378
|
+
this.d.bm = this.s;
|
|
379
379
|
}
|
|
380
380
|
this.d.itemsSource = b;
|
|
381
381
|
var e = "";
|
package/esm5/lib/FilterCell.js
CHANGED
|
@@ -197,7 +197,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
197
197
|
FilterCell.prototype.d7 = function (a) {
|
|
198
198
|
if (this.cz != null) {
|
|
199
199
|
this.cz.disabled = !a;
|
|
200
|
-
this.cz.
|
|
200
|
+
this.cz.an = a ? 1 : 0.3;
|
|
201
201
|
}
|
|
202
202
|
};
|
|
203
203
|
FilterCell.prototype.dl = function (a) {
|
|
@@ -65,12 +65,12 @@ var GridColumnButtonOptionsView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
65
65
|
f.setStyleProperty("margin-left", "1rem");
|
|
66
66
|
var g = this.o;
|
|
67
67
|
g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
|
|
68
|
-
this.o.
|
|
68
|
+
this.o.g6 = "1";
|
|
69
69
|
var h;
|
|
70
70
|
var i = ((function () { var j = GridColumnOptionsUtilities.g(_this.n, b, null, c.p, c.j, Size.empty, _this.p, h, _this.u); _this.p = j.p6; h = j.p7; _this.u = j.p8; return j.ret; })());
|
|
71
71
|
var j = this.p;
|
|
72
72
|
j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
|
|
73
|
-
this.p.
|
|
73
|
+
this.p.g6 = "1";
|
|
74
74
|
this.p.e = 2;
|
|
75
75
|
var k = b.createElement("div");
|
|
76
76
|
k.setStyleProperty("display", "flex");
|
|
@@ -475,15 +475,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
if (e.count == 0 || !c) {
|
|
478
|
-
this.bx.
|
|
478
|
+
this.bx.dd();
|
|
479
479
|
return;
|
|
480
480
|
}
|
|
481
481
|
switch (d.value) {
|
|
482
482
|
case 0:
|
|
483
|
-
this.bx.
|
|
483
|
+
this.bx.ci();
|
|
484
484
|
break;
|
|
485
485
|
case 1:
|
|
486
|
-
this.bx.
|
|
486
|
+
this.bx.dd();
|
|
487
487
|
break;
|
|
488
488
|
}
|
|
489
489
|
var h = this.bx.keys;
|
|
@@ -541,9 +541,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
541
541
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
542
542
|
if (null != this.bx) {
|
|
543
543
|
this.bx.density = this.b0;
|
|
544
|
-
this.bx.
|
|
544
|
+
this.bx.bm = this.cc;
|
|
545
545
|
this.bx.backgroundColor = this.bo;
|
|
546
|
-
this.bx.
|
|
546
|
+
this.bx.eg = this.br;
|
|
547
547
|
this.bx.baseTheme = this.i;
|
|
548
548
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
549
549
|
}
|
|
@@ -76,12 +76,12 @@ var GridColumnGroupOptionsView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
76
76
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
77
77
|
if (b) {
|
|
78
78
|
this.o.e = 1;
|
|
79
|
-
this.o.
|
|
79
|
+
this.o.fb = "stretch";
|
|
80
80
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
81
81
|
}
|
|
82
82
|
else {
|
|
83
83
|
this.o.e = 4;
|
|
84
|
-
this.o.
|
|
84
|
+
this.o.fb = "center";
|
|
85
85
|
this.t.setStyleProperty("justify-content", "center");
|
|
86
86
|
}
|
|
87
87
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -74,12 +74,12 @@ var GridColumnHideOptionsView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
74
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
75
75
|
if (b) {
|
|
76
76
|
this.o.e = 1;
|
|
77
|
-
this.o.
|
|
77
|
+
this.o.fb = "stretch";
|
|
78
78
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
79
79
|
}
|
|
80
80
|
else {
|
|
81
81
|
this.o.e = 4;
|
|
82
|
-
this.o.
|
|
82
|
+
this.o.fb = "center";
|
|
83
83
|
this.t.setStyleProperty("justify-content", "center");
|
|
84
84
|
}
|
|
85
85
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -223,13 +223,13 @@ var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
223
223
|
}
|
|
224
224
|
if (m) {
|
|
225
225
|
u.setStyleProperty("justify-content", "space-between");
|
|
226
|
-
h.
|
|
226
|
+
h.g6 = "1";
|
|
227
227
|
o.setStyleProperty("display", "flex");
|
|
228
228
|
o.setStyleProperty("flex-direction", "column");
|
|
229
229
|
o.setStyleProperty("align-items", "stretch");
|
|
230
|
-
h.
|
|
231
|
-
h.
|
|
232
|
-
h.
|
|
230
|
+
h.f0 = "flex";
|
|
231
|
+
h.g4 = "column";
|
|
232
|
+
h.fb = "stretch";
|
|
233
233
|
}
|
|
234
234
|
h.appendButtonContent(u);
|
|
235
235
|
return {
|
|
@@ -435,9 +435,9 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
435
435
|
};
|
|
436
436
|
GridColumnSummaryOptions.prototype.cp = function () {
|
|
437
437
|
if (this.by != null) {
|
|
438
|
-
this.by.
|
|
439
|
-
this.by.
|
|
440
|
-
this.by.
|
|
438
|
+
this.by.ds = 0;
|
|
439
|
+
this.by.a2 = false;
|
|
440
|
+
this.by.rg = this.br;
|
|
441
441
|
this.bh(this.by);
|
|
442
442
|
}
|
|
443
443
|
};
|
|
@@ -90,8 +90,8 @@ var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
this.e();
|
|
91
91
|
};
|
|
92
92
|
SummaryChooserView.prototype.e = function () {
|
|
93
|
-
if (this.model.f.
|
|
94
|
-
var a = this.model.r.count * this.model.f.
|
|
93
|
+
if (this.model.f.a1 > -1) {
|
|
94
|
+
var a = this.model.r.count * this.model.f.a1;
|
|
95
95
|
a += 4;
|
|
96
96
|
this.d.setStyleProperty("height", a + "px");
|
|
97
97
|
}
|
|
@@ -395,7 +395,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
395
395
|
SummaryChooser.prototype.a6 = function () {
|
|
396
396
|
if (this.e != null) {
|
|
397
397
|
this.e.density = this.m;
|
|
398
|
-
this.e.
|
|
398
|
+
this.e.eg = this.ba;
|
|
399
399
|
this.e.baseTheme = this.i;
|
|
400
400
|
this.e.backgroundColor = this.a9;
|
|
401
401
|
this.e.showSelectAll = false;
|
|
@@ -454,7 +454,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
454
454
|
if (d.iD == a) {
|
|
455
455
|
d.isSelected = b;
|
|
456
456
|
if (this.e != null) {
|
|
457
|
-
this.e.
|
|
457
|
+
this.e.cs(c, d, d);
|
|
458
458
|
}
|
|
459
459
|
break;
|
|
460
460
|
}
|
|
@@ -466,7 +466,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
466
466
|
c.label = b;
|
|
467
467
|
this.q.add(c);
|
|
468
468
|
if (this.e != null) {
|
|
469
|
-
this.e.
|
|
469
|
+
this.e.cq(this.q.count - 1, c);
|
|
470
470
|
}
|
|
471
471
|
this.c.onItemInserted();
|
|
472
472
|
};
|
|
@@ -476,7 +476,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
476
476
|
if (c.iD == a) {
|
|
477
477
|
this.q.removeAt(b);
|
|
478
478
|
if (this.e != null) {
|
|
479
|
-
this.e.
|
|
479
|
+
this.e.cr(b, c);
|
|
480
480
|
}
|
|
481
481
|
break;
|
|
482
482
|
}
|
|
@@ -489,7 +489,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
489
|
if (d.iD == a) {
|
|
490
490
|
d.label = b;
|
|
491
491
|
if (this.e != null) {
|
|
492
|
-
this.e.
|
|
492
|
+
this.e.cs(c, d, d);
|
|
493
493
|
}
|
|
494
494
|
break;
|
|
495
495
|
}
|
|
@@ -1304,7 +1304,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1304
1304
|
c.r = 3;
|
|
1305
1305
|
}
|
|
1306
1306
|
var e = _this.s(a, b.cellInfo.fb, b.cellInfo.hn);
|
|
1307
|
-
c.
|
|
1307
|
+
c.ed = e;
|
|
1308
1308
|
var f = e.ar;
|
|
1309
1309
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
1310
1310
|
f = e.ar.toString();
|
|
@@ -1434,7 +1434,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1434
1434
|
};
|
|
1435
1435
|
PropertyEditor.prototype.cm = function (a, b) {
|
|
1436
1436
|
var c = a;
|
|
1437
|
-
var d = c.
|
|
1437
|
+
var d = c.ed;
|
|
1438
1438
|
this.an = true;
|
|
1439
1439
|
d.a6();
|
|
1440
1440
|
this.an = false;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { fromSize, ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
2
|
+
import { fromSize, toSize, ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
3
3
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
4
4
|
import { WebComponentRenderer } from "igniteui-webcomponents-core";
|
|
5
5
|
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
@@ -326,10 +326,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
326
326
|
* Gets or Sets the property name that contains the values.
|
|
327
327
|
*/
|
|
328
328
|
get: function () {
|
|
329
|
-
return this.i.
|
|
329
|
+
return this.i.bm;
|
|
330
330
|
},
|
|
331
331
|
set: function (v) {
|
|
332
|
-
this.i.
|
|
332
|
+
this.i.bm = v;
|
|
333
333
|
},
|
|
334
334
|
enumerable: false,
|
|
335
335
|
configurable: true
|
|
@@ -353,18 +353,18 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
353
353
|
* Gets or Sets the property name that contains the values.
|
|
354
354
|
*/
|
|
355
355
|
get: function () {
|
|
356
|
-
return this.i.
|
|
356
|
+
return this.i.a3;
|
|
357
357
|
},
|
|
358
358
|
set: function (v) {
|
|
359
|
-
this.i.
|
|
360
|
-
this._a("rowHeight", this.i.
|
|
359
|
+
this.i.a3 = +v;
|
|
360
|
+
this._a("rowHeight", this.i.a3);
|
|
361
361
|
},
|
|
362
362
|
enumerable: false,
|
|
363
363
|
configurable: true
|
|
364
364
|
});
|
|
365
365
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
366
366
|
get: function () {
|
|
367
|
-
return this.i.
|
|
367
|
+
return this.i.a1;
|
|
368
368
|
},
|
|
369
369
|
enumerable: false,
|
|
370
370
|
configurable: true
|
|
@@ -449,11 +449,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
449
449
|
* Gets or sets the search background color.
|
|
450
450
|
*/
|
|
451
451
|
get: function () {
|
|
452
|
-
return brushToString(this.i.
|
|
452
|
+
return brushToString(this.i.ea);
|
|
453
453
|
},
|
|
454
454
|
set: function (v) {
|
|
455
|
-
this.i.
|
|
456
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
455
|
+
this.i.ea = stringToBrush(v);
|
|
456
|
+
this._a("searchBackgroundColor", brushToString(this.i.ea));
|
|
457
457
|
},
|
|
458
458
|
enumerable: false,
|
|
459
459
|
configurable: true
|
|
@@ -477,11 +477,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
477
477
|
* Gets or sets the search border color.
|
|
478
478
|
*/
|
|
479
479
|
get: function () {
|
|
480
|
-
return brushToString(this.i.
|
|
480
|
+
return brushToString(this.i.eb);
|
|
481
481
|
},
|
|
482
482
|
set: function (v) {
|
|
483
|
-
this.i.
|
|
484
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
483
|
+
this.i.eb = stringToBrush(v);
|
|
484
|
+
this._a("searchBorderColor", brushToString(this.i.eb));
|
|
485
485
|
},
|
|
486
486
|
enumerable: false,
|
|
487
487
|
configurable: true
|
|
@@ -510,11 +510,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
510
510
|
* Gets or sets the checkbox tick color.
|
|
511
511
|
*/
|
|
512
512
|
get: function () {
|
|
513
|
-
return brushToString(this.i.
|
|
513
|
+
return brushToString(this.i.d2);
|
|
514
514
|
},
|
|
515
515
|
set: function (v) {
|
|
516
|
-
this.i.
|
|
517
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
516
|
+
this.i.d2 = stringToBrush(v);
|
|
517
|
+
this._a("checkboxTickColor", brushToString(this.i.d2));
|
|
518
518
|
},
|
|
519
519
|
enumerable: false,
|
|
520
520
|
configurable: true
|
|
@@ -524,11 +524,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
524
524
|
* Gets or sets the checkbox background color when checked.
|
|
525
525
|
*/
|
|
526
526
|
get: function () {
|
|
527
|
-
return brushToString(this.i.
|
|
527
|
+
return brushToString(this.i.d0);
|
|
528
528
|
},
|
|
529
529
|
set: function (v) {
|
|
530
|
-
this.i.
|
|
531
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
530
|
+
this.i.d0 = stringToBrush(v);
|
|
531
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.d0));
|
|
532
532
|
},
|
|
533
533
|
enumerable: false,
|
|
534
534
|
configurable: true
|
|
@@ -538,11 +538,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
538
538
|
* Gets or sets the checkbox background color when unchecked.
|
|
539
539
|
*/
|
|
540
540
|
get: function () {
|
|
541
|
-
return brushToString(this.i.
|
|
541
|
+
return brushToString(this.i.d3);
|
|
542
542
|
},
|
|
543
543
|
set: function (v) {
|
|
544
|
-
this.i.
|
|
545
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
544
|
+
this.i.d3 = stringToBrush(v);
|
|
545
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.d3));
|
|
546
546
|
},
|
|
547
547
|
enumerable: false,
|
|
548
548
|
configurable: true
|
|
@@ -552,11 +552,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
552
552
|
* Gets or sets the checkbox border color when checked.
|
|
553
553
|
*/
|
|
554
554
|
get: function () {
|
|
555
|
-
return brushToString(this.i.
|
|
555
|
+
return brushToString(this.i.d1);
|
|
556
556
|
},
|
|
557
557
|
set: function (v) {
|
|
558
|
-
this.i.
|
|
559
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
558
|
+
this.i.d1 = stringToBrush(v);
|
|
559
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.d1));
|
|
560
560
|
},
|
|
561
561
|
enumerable: false,
|
|
562
562
|
configurable: true
|
|
@@ -566,11 +566,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
566
566
|
* Gets or sets the checkbox border color when unchecked.
|
|
567
567
|
*/
|
|
568
568
|
get: function () {
|
|
569
|
-
return brushToString(this.i.
|
|
569
|
+
return brushToString(this.i.d4);
|
|
570
570
|
},
|
|
571
571
|
set: function (v) {
|
|
572
|
-
this.i.
|
|
573
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
572
|
+
this.i.d4 = stringToBrush(v);
|
|
573
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.d4));
|
|
574
574
|
},
|
|
575
575
|
enumerable: false,
|
|
576
576
|
configurable: true
|
|
@@ -594,11 +594,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
594
594
|
* Gets or sets the scrollbar background color.
|
|
595
595
|
*/
|
|
596
596
|
get: function () {
|
|
597
|
-
return brushToString(this.i.
|
|
597
|
+
return brushToString(this.i.d9);
|
|
598
598
|
},
|
|
599
599
|
set: function (v) {
|
|
600
|
-
this.i.
|
|
601
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
600
|
+
this.i.d9 = stringToBrush(v);
|
|
601
|
+
this._a("scrollbarBackground", brushToString(this.i.d9));
|
|
602
602
|
},
|
|
603
603
|
enumerable: false,
|
|
604
604
|
configurable: true
|
|
@@ -608,10 +608,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
608
608
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
609
609
|
*/
|
|
610
610
|
get: function () {
|
|
611
|
-
return this.i.
|
|
611
|
+
return this.i.b4;
|
|
612
612
|
},
|
|
613
613
|
set: function (v) {
|
|
614
|
-
this.i.
|
|
614
|
+
this.i.b4 = v;
|
|
615
615
|
},
|
|
616
616
|
enumerable: false,
|
|
617
617
|
configurable: true
|
|
@@ -621,11 +621,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
621
621
|
* Gets or sets the color to use for the "Select All" label.
|
|
622
622
|
*/
|
|
623
623
|
get: function () {
|
|
624
|
-
return brushToString(this.i.
|
|
624
|
+
return brushToString(this.i.ee);
|
|
625
625
|
},
|
|
626
626
|
set: function (v) {
|
|
627
|
-
this.i.
|
|
628
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
627
|
+
this.i.ee = stringToBrush(v);
|
|
628
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.ee));
|
|
629
629
|
},
|
|
630
630
|
enumerable: false,
|
|
631
631
|
configurable: true
|
|
@@ -635,11 +635,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
635
635
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
636
636
|
*/
|
|
637
637
|
get: function () {
|
|
638
|
-
return brushToString(this.i.
|
|
638
|
+
return brushToString(this.i.dy);
|
|
639
639
|
},
|
|
640
640
|
set: function (v) {
|
|
641
|
-
this.i.
|
|
642
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
641
|
+
this.i.dy = stringToBrush(v);
|
|
642
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dy));
|
|
643
643
|
},
|
|
644
644
|
enumerable: false,
|
|
645
645
|
configurable: true
|
|
@@ -691,11 +691,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
691
691
|
* Gets or sets the color to use for the text of the component.
|
|
692
692
|
*/
|
|
693
693
|
get: function () {
|
|
694
|
-
return brushToString(this.i.
|
|
694
|
+
return brushToString(this.i.eg);
|
|
695
695
|
},
|
|
696
696
|
set: function (v) {
|
|
697
|
-
this.i.
|
|
698
|
-
this._a("textColor", brushToString(this.i.
|
|
697
|
+
this.i.eg = stringToBrush(v);
|
|
698
|
+
this._a("textColor", brushToString(this.i.eg));
|
|
699
699
|
},
|
|
700
700
|
enumerable: false,
|
|
701
701
|
configurable: true
|
|
@@ -801,17 +801,17 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
801
801
|
|
|
802
802
|
*/
|
|
803
803
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
804
|
-
this.i.
|
|
804
|
+
this.i.dd();
|
|
805
805
|
};
|
|
806
806
|
/**
|
|
807
807
|
* Deselects all the items in the checkbox list.
|
|
808
808
|
|
|
809
809
|
*/
|
|
810
810
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
811
|
-
this.i.
|
|
811
|
+
this.i.ci();
|
|
812
812
|
};
|
|
813
813
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
814
|
-
this.i.
|
|
814
|
+
this.i.cs(index, oldItem, newItem);
|
|
815
815
|
};
|
|
816
816
|
/**
|
|
817
817
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -819,22 +819,22 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
819
819
|
|
|
820
820
|
*/
|
|
821
821
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
822
|
-
this.i.
|
|
822
|
+
this.i.cp();
|
|
823
823
|
};
|
|
824
824
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
825
|
-
this.i.
|
|
825
|
+
this.i.cq(index, newItem);
|
|
826
826
|
};
|
|
827
827
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
828
|
-
this.i.
|
|
828
|
+
this.i.cr(index, oldItem);
|
|
829
829
|
};
|
|
830
830
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
831
|
-
this.i.
|
|
831
|
+
this.i.cd(value);
|
|
832
832
|
};
|
|
833
833
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
834
|
-
this.i.
|
|
834
|
+
this.i.db(value);
|
|
835
835
|
};
|
|
836
|
-
IgcCheckboxListComponent.prototype.getDesiredSize = function () {
|
|
837
|
-
var iv = this.i.getDesiredSize();
|
|
836
|
+
IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
837
|
+
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
838
838
|
return fromSize(iv);
|
|
839
839
|
};
|
|
840
840
|
/**
|