igniteui-webcomponents-data-grids 6.0.2-beta.4 → 6.0.2-beta.5
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 +78 -68
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +73 -65
- package/esm2015/lib/GridConditionalStyleProperty.js +0 -3
- package/esm2015/lib/igc-data-grid-component.js +5 -0
- package/esm5/lib/CheckboxListView_combined.js +73 -65
- package/esm5/lib/GridConditionalStyleProperty.js +0 -3
- package/esm5/lib/igc-data-grid-component.js +5 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +78 -68
- package/fesm5/igniteui-webcomponents-data-grids.js +78 -68
- package/lib/CheckboxListView_combined.d.ts +25 -24
- package/package.json +4 -4
|
@@ -7982,9 +7982,6 @@ var GridConditionalStyleProperty = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
7982
7982
|
return this.q;
|
|
7983
7983
|
};
|
|
7984
7984
|
GridConditionalStyleProperty.prototype.bi = function (a) {
|
|
7985
|
-
if (a == Number_$type) {
|
|
7986
|
-
return this.bc;
|
|
7987
|
-
}
|
|
7988
7985
|
if (a == Number_$type) {
|
|
7989
7986
|
return this.a7;
|
|
7990
7987
|
}
|
|
@@ -73241,6 +73238,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
73241
73238
|
this._grid.dragger.onAttachedToUI();
|
|
73242
73239
|
}
|
|
73243
73240
|
}
|
|
73241
|
+
this.addEventListener("mousedown", this.onMouseEvent);
|
|
73242
|
+
this.addEventListener("mouseup", this.onMouseEvent);
|
|
73243
|
+
this.addEventListener("mouseenter", this.onMouseEvent);
|
|
73244
|
+
this.addEventListener("mouseleave", this.onMouseEvent);
|
|
73245
|
+
this.addEventListener("mousemove", this.onMouseEvent);
|
|
73244
73246
|
return;
|
|
73245
73247
|
}
|
|
73246
73248
|
this.classList.add("ig-data-grid");
|
|
@@ -79393,31 +79395,31 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79393
79395
|
_this.j = null;
|
|
79394
79396
|
return _this;
|
|
79395
79397
|
}
|
|
79396
|
-
CheckboxListView.prototype.
|
|
79398
|
+
CheckboxListView.prototype.r = function () {
|
|
79397
79399
|
};
|
|
79398
|
-
CheckboxListView.prototype.
|
|
79400
|
+
CheckboxListView.prototype.q = function (a) {
|
|
79399
79401
|
if (a == null) {
|
|
79400
79402
|
this.i = null;
|
|
79401
79403
|
this.e.clear();
|
|
79402
79404
|
return;
|
|
79403
79405
|
}
|
|
79404
79406
|
this.i = a;
|
|
79405
|
-
this.
|
|
79406
|
-
this.
|
|
79407
|
-
this.
|
|
79408
|
-
this.
|
|
79407
|
+
this.ab();
|
|
79408
|
+
this.ak();
|
|
79409
|
+
this.an();
|
|
79410
|
+
this.y();
|
|
79409
79411
|
var b = Math.round(a.rootWrapper.width());
|
|
79410
79412
|
var c = Math.round(a.rootWrapper.height());
|
|
79411
79413
|
this.i.rootWrapper.setStyleProperty("position", "relative");
|
|
79412
79414
|
this.i.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
79413
|
-
this.
|
|
79415
|
+
this.am();
|
|
79414
79416
|
};
|
|
79415
|
-
CheckboxListView.prototype.
|
|
79417
|
+
CheckboxListView.prototype.ab = function () {
|
|
79416
79418
|
if (this.i != null) {
|
|
79417
|
-
this.
|
|
79419
|
+
this.ac(this.i);
|
|
79418
79420
|
}
|
|
79419
79421
|
};
|
|
79420
|
-
CheckboxListView.prototype.
|
|
79422
|
+
CheckboxListView.prototype.ac = function (a) {
|
|
79421
79423
|
var b = a.rootWrapper.getChildAt(0);
|
|
79422
79424
|
this.k = b;
|
|
79423
79425
|
this.b.w = new XInputGroup();
|
|
@@ -79456,7 +79458,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79456
79458
|
this.b.w.inputs.add(this.b.u);
|
|
79457
79459
|
this.b.dt();
|
|
79458
79460
|
};
|
|
79459
|
-
CheckboxListView.prototype.
|
|
79461
|
+
CheckboxListView.prototype.y = function () {
|
|
79460
79462
|
if (this.i != null) {
|
|
79461
79463
|
var a = this.i.rootWrapper.getChildAt(3);
|
|
79462
79464
|
a.setStyleProperty("width", "100%");
|
|
@@ -79470,7 +79472,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79470
79472
|
}
|
|
79471
79473
|
}
|
|
79472
79474
|
};
|
|
79473
|
-
CheckboxListView.prototype.
|
|
79475
|
+
CheckboxListView.prototype.s = function (a, b, c) {
|
|
79474
79476
|
var d = null;
|
|
79475
79477
|
if (a.getChildCount() == 0) {
|
|
79476
79478
|
d = new XCheckbox();
|
|
@@ -79535,7 +79537,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79535
79537
|
d.dm = this.b.e2;
|
|
79536
79538
|
}
|
|
79537
79539
|
};
|
|
79538
|
-
CheckboxListView.prototype.
|
|
79540
|
+
CheckboxListView.prototype.t = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
79539
79541
|
var _this = this;
|
|
79540
79542
|
var l = null;
|
|
79541
79543
|
var m = null;
|
|
@@ -79691,7 +79693,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79691
79693
|
}
|
|
79692
79694
|
}
|
|
79693
79695
|
};
|
|
79694
|
-
CheckboxListView.prototype.
|
|
79696
|
+
CheckboxListView.prototype.af = function () {
|
|
79695
79697
|
var e_1, _a;
|
|
79696
79698
|
if (this.e != null) {
|
|
79697
79699
|
try {
|
|
@@ -79719,7 +79721,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79719
79721
|
this.a.n = this.b.baseTheme;
|
|
79720
79722
|
}
|
|
79721
79723
|
};
|
|
79722
|
-
CheckboxListView.prototype.
|
|
79724
|
+
CheckboxListView.prototype.ad = function () {
|
|
79723
79725
|
};
|
|
79724
79726
|
CheckboxListView.prototype.n = function (a, b) {
|
|
79725
79727
|
var c = a;
|
|
@@ -79742,11 +79744,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79742
79744
|
}
|
|
79743
79745
|
}
|
|
79744
79746
|
this.b.dp(d, e);
|
|
79745
|
-
this.
|
|
79747
|
+
this.am(false);
|
|
79746
79748
|
};
|
|
79747
|
-
CheckboxListView.prototype.
|
|
79749
|
+
CheckboxListView.prototype.p = function () {
|
|
79748
79750
|
};
|
|
79749
|
-
CheckboxListView.prototype.
|
|
79751
|
+
CheckboxListView.prototype.z = function (a, b) {
|
|
79750
79752
|
var e_2, _a;
|
|
79751
79753
|
try {
|
|
79752
79754
|
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -79772,9 +79774,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79772
79774
|
throw e_2.error;
|
|
79773
79775
|
}
|
|
79774
79776
|
}
|
|
79775
|
-
this.
|
|
79777
|
+
this.am();
|
|
79776
79778
|
};
|
|
79777
|
-
CheckboxListView.prototype.
|
|
79779
|
+
CheckboxListView.prototype.aa = function (a) {
|
|
79778
79780
|
var e_3, _a;
|
|
79779
79781
|
try {
|
|
79780
79782
|
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -79797,13 +79799,13 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79797
79799
|
}
|
|
79798
79800
|
}
|
|
79799
79801
|
};
|
|
79800
|
-
CheckboxListView.prototype.
|
|
79802
|
+
CheckboxListView.prototype.v = function (a) {
|
|
79801
79803
|
this.m = a;
|
|
79802
79804
|
if (null != this.m) {
|
|
79803
79805
|
this.m.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
79804
79806
|
}
|
|
79805
79807
|
};
|
|
79806
|
-
CheckboxListView.prototype.
|
|
79808
|
+
CheckboxListView.prototype.an = function () {
|
|
79807
79809
|
var a = this.i;
|
|
79808
79810
|
if (null == a || null == this.m) {
|
|
79809
79811
|
return;
|
|
@@ -79823,25 +79825,25 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79823
79825
|
this.m.setStyleProperty("align-items", "center");
|
|
79824
79826
|
this.m.append(b);
|
|
79825
79827
|
this.m.append(this.l);
|
|
79826
|
-
this.
|
|
79827
|
-
this.
|
|
79828
|
+
this.ao();
|
|
79829
|
+
this.al();
|
|
79828
79830
|
var e = this.a;
|
|
79829
|
-
e.change = delegateCombine(e.change, runOn(this, this.
|
|
79831
|
+
e.change = delegateCombine(e.change, runOn(this, this.x));
|
|
79830
79832
|
this.a.y = true;
|
|
79831
79833
|
};
|
|
79832
|
-
CheckboxListView.prototype.
|
|
79834
|
+
CheckboxListView.prototype.al = function () {
|
|
79833
79835
|
if (null != this.l) {
|
|
79834
79836
|
this.l.setRawText(this.b.cs);
|
|
79835
79837
|
NativeUI.q(this.l, this.b.ew);
|
|
79836
79838
|
}
|
|
79837
79839
|
};
|
|
79838
|
-
CheckboxListView.prototype.
|
|
79840
|
+
CheckboxListView.prototype.ao = function () {
|
|
79839
79841
|
if (null != this.l) {
|
|
79840
79842
|
var a = this.b.showSelectAll ? "flex" : "none";
|
|
79841
79843
|
this.m.setStyleProperty("display", a);
|
|
79842
79844
|
}
|
|
79843
79845
|
};
|
|
79844
|
-
CheckboxListView.prototype.
|
|
79846
|
+
CheckboxListView.prototype.ak = function () {
|
|
79845
79847
|
if (this.k != null) {
|
|
79846
79848
|
this.k.setStyleProperty("display", this.b.a6 ? "block" : "none");
|
|
79847
79849
|
}
|
|
@@ -79849,7 +79851,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79849
79851
|
this.j.setStyleProperty("display", this.b.a6 ? "block" : "none");
|
|
79850
79852
|
}
|
|
79851
79853
|
};
|
|
79852
|
-
CheckboxListView.prototype.
|
|
79854
|
+
CheckboxListView.prototype.am = function (a) {
|
|
79853
79855
|
if (a === void 0) {
|
|
79854
79856
|
a = true;
|
|
79855
79857
|
}
|
|
@@ -79878,7 +79880,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79878
79880
|
this.d = b;
|
|
79879
79881
|
}
|
|
79880
79882
|
};
|
|
79881
|
-
CheckboxListView.prototype.
|
|
79883
|
+
CheckboxListView.prototype.x = function (a, b) {
|
|
79882
79884
|
if (this.d || b.isIndeterminate) {
|
|
79883
79885
|
return;
|
|
79884
79886
|
}
|
|
@@ -79891,7 +79893,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79891
79893
|
this.b.dy(b.isChecked);
|
|
79892
79894
|
}
|
|
79893
79895
|
};
|
|
79894
|
-
CheckboxListView.prototype.
|
|
79896
|
+
CheckboxListView.prototype.aj = function () {
|
|
79895
79897
|
var a = this.i;
|
|
79896
79898
|
if (null == a) {
|
|
79897
79899
|
return;
|
|
@@ -79902,12 +79904,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79902
79904
|
NativeUI.m(b, this.b.backgroundColor);
|
|
79903
79905
|
}
|
|
79904
79906
|
};
|
|
79905
|
-
CheckboxListView.prototype.
|
|
79907
|
+
CheckboxListView.prototype.ah = function () {
|
|
79906
79908
|
if (this.c != null) {
|
|
79907
79909
|
this.c.fill = this.b.searchIconColor;
|
|
79908
79910
|
}
|
|
79909
79911
|
};
|
|
79910
|
-
CheckboxListView.prototype.
|
|
79912
|
+
CheckboxListView.prototype.ai = function () {
|
|
79911
79913
|
if (this.b.am != null) {
|
|
79912
79914
|
this.l.setStyleProperty("font", this.b.am.fontString);
|
|
79913
79915
|
}
|
|
@@ -79916,7 +79918,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79916
79918
|
this.l.setStyleProperty("font-size", 13 + "px");
|
|
79917
79919
|
}
|
|
79918
79920
|
};
|
|
79919
|
-
CheckboxListView.prototype.
|
|
79921
|
+
CheckboxListView.prototype.ae = function () {
|
|
79920
79922
|
if (this.a == null) {
|
|
79921
79923
|
return;
|
|
79922
79924
|
}
|
|
@@ -79926,15 +79928,15 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79926
79928
|
this.a.de = this.b.ez;
|
|
79927
79929
|
this.a.dm = this.b.e2;
|
|
79928
79930
|
};
|
|
79929
|
-
CheckboxListView.prototype.
|
|
79931
|
+
CheckboxListView.prototype.ag = function (a) {
|
|
79930
79932
|
if (this.j != null) {
|
|
79931
79933
|
NativeUI.w(this.j, a);
|
|
79932
79934
|
}
|
|
79933
79935
|
};
|
|
79934
|
-
CheckboxListView.prototype.
|
|
79936
|
+
CheckboxListView.prototype.u = function (a) {
|
|
79935
79937
|
this.j = a;
|
|
79936
79938
|
};
|
|
79937
|
-
CheckboxListView.prototype.
|
|
79939
|
+
CheckboxListView.prototype.w = function () {
|
|
79938
79940
|
var e_4, _a;
|
|
79939
79941
|
try {
|
|
79940
79942
|
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -79957,6 +79959,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79957
79959
|
}
|
|
79958
79960
|
}
|
|
79959
79961
|
};
|
|
79962
|
+
CheckboxListView.prototype.o = function () {
|
|
79963
|
+
this.e.clear();
|
|
79964
|
+
this.f.clear();
|
|
79965
|
+
this.g.clear();
|
|
79966
|
+
this.h.clear();
|
|
79967
|
+
};
|
|
79960
79968
|
CheckboxListView.$t = markType(CheckboxListView, 'CheckboxListView');
|
|
79961
79969
|
return CheckboxListView;
|
|
79962
79970
|
}(Base));
|
|
@@ -80039,7 +80047,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80039
80047
|
var b = new CheckboxListView();
|
|
80040
80048
|
b.b = _this;
|
|
80041
80049
|
_this.view = b;
|
|
80042
|
-
_this.view.
|
|
80050
|
+
_this.view.r();
|
|
80043
80051
|
return _this;
|
|
80044
80052
|
}
|
|
80045
80053
|
Object.defineProperty(CheckboxList.prototype, "view", {
|
|
@@ -80159,7 +80167,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80159
80167
|
}
|
|
80160
80168
|
break;
|
|
80161
80169
|
case 4:
|
|
80162
|
-
this.view.
|
|
80170
|
+
this.view.aa(this.indexType == 0);
|
|
80163
80171
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
80164
80172
|
this.du(this.keys.ae._inner[g]);
|
|
80165
80173
|
}
|
|
@@ -80170,7 +80178,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80170
80178
|
var _this = this;
|
|
80171
80179
|
var b = this.e.indexOfKey(a.value);
|
|
80172
80180
|
if (b >= 0) {
|
|
80173
|
-
this.view.
|
|
80181
|
+
this.view.z(b, this.indexType == 1);
|
|
80174
80182
|
}
|
|
80175
80183
|
if (this.selectedKeyAdded == null) {
|
|
80176
80184
|
return;
|
|
@@ -80187,7 +80195,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80187
80195
|
var _this = this;
|
|
80188
80196
|
var b = this.e.indexOfKey(a.value);
|
|
80189
80197
|
if (b >= 0) {
|
|
80190
|
-
this.view.
|
|
80198
|
+
this.view.z(b, this.indexType == 0);
|
|
80191
80199
|
}
|
|
80192
80200
|
if (this.selectedKeyRemoved == null) {
|
|
80193
80201
|
return;
|
|
@@ -80219,7 +80227,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80219
80227
|
}
|
|
80220
80228
|
};
|
|
80221
80229
|
CheckboxList.prototype.notifySizeChanged = function () {
|
|
80222
|
-
this.view.
|
|
80230
|
+
this.view.p();
|
|
80223
80231
|
};
|
|
80224
80232
|
CheckboxList.prototype.onAttachedToUI = function () {
|
|
80225
80233
|
this.at = false;
|
|
@@ -80298,6 +80306,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80298
80306
|
this.f.defaultColumnMinWidth = NaN;
|
|
80299
80307
|
this.f.autoGenerateColumns = false;
|
|
80300
80308
|
this.f.activationMode = 0;
|
|
80309
|
+
this.f.selectionMode = 0;
|
|
80301
80310
|
this.f.editMode = 0;
|
|
80302
80311
|
var e = this.f;
|
|
80303
80312
|
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dc));
|
|
@@ -80311,17 +80320,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80311
80320
|
this.ed();
|
|
80312
80321
|
}
|
|
80313
80322
|
}
|
|
80314
|
-
this.view.
|
|
80323
|
+
this.view.v(c);
|
|
80315
80324
|
if (this.ax) {
|
|
80316
80325
|
this.ef();
|
|
80317
80326
|
}
|
|
80318
|
-
this.view.
|
|
80327
|
+
this.view.q(a);
|
|
80319
80328
|
};
|
|
80320
80329
|
CheckboxList.prototype.dd = function (a, b) {
|
|
80321
80330
|
this.f.scrollbarStyle = this.ab;
|
|
80322
80331
|
};
|
|
80323
80332
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
80324
|
-
this.view.
|
|
80333
|
+
this.view.v(a);
|
|
80325
80334
|
};
|
|
80326
80335
|
CheckboxList.prototype.dc = function (a, b) {
|
|
80327
80336
|
if (!this.ax && b.cellInfo.l.a5 == 0 || this.ax && b.cellInfo.l.a5 == 1) {
|
|
@@ -80380,7 +80389,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80380
80389
|
d = true;
|
|
80381
80390
|
}
|
|
80382
80391
|
}
|
|
80383
|
-
this.view.
|
|
80392
|
+
this.view.s(b.content.element, c, d);
|
|
80384
80393
|
};
|
|
80385
80394
|
CheckboxList.prototype.ee = function (a, b) {
|
|
80386
80395
|
var c = b.cellInfo.l.x;
|
|
@@ -80410,7 +80419,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80410
80419
|
}
|
|
80411
80420
|
}
|
|
80412
80421
|
}
|
|
80413
|
-
this.view.
|
|
80422
|
+
this.view.t(b.content.element, c, d, e, this.ak, "Verdana", 13, this.bi, f, g, h);
|
|
80414
80423
|
};
|
|
80415
80424
|
CheckboxList.prototype.dr = function (a) {
|
|
80416
80425
|
if (this.bm != null) {
|
|
@@ -80840,7 +80849,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80840
80849
|
if (this.keysCleared != null) {
|
|
80841
80850
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
80842
80851
|
}
|
|
80843
|
-
this.view.
|
|
80852
|
+
this.view.am();
|
|
80844
80853
|
this.ds(b, c);
|
|
80845
80854
|
break;
|
|
80846
80855
|
case "ItemsSource":
|
|
@@ -80865,7 +80874,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80865
80874
|
this.ar = true;
|
|
80866
80875
|
this.dz();
|
|
80867
80876
|
this.ar = false;
|
|
80868
|
-
this.view.
|
|
80877
|
+
this.view.am();
|
|
80869
80878
|
}
|
|
80870
80879
|
break;
|
|
80871
80880
|
case "DataMemberPath":
|
|
@@ -80889,15 +80898,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80889
80898
|
break;
|
|
80890
80899
|
case "SelectAllCaption":
|
|
80891
80900
|
case "ActualSelectAllCaptionTextColor":
|
|
80892
|
-
this.view.
|
|
80901
|
+
this.view.al();
|
|
80893
80902
|
break;
|
|
80894
80903
|
case "showSelectAll":
|
|
80895
|
-
this.view.
|
|
80896
|
-
this.view.
|
|
80904
|
+
this.view.ao();
|
|
80905
|
+
this.view.y();
|
|
80897
80906
|
break;
|
|
80898
80907
|
case "ShowFilter":
|
|
80899
|
-
this.view.
|
|
80900
|
-
this.view.
|
|
80908
|
+
this.view.ak();
|
|
80909
|
+
this.view.y();
|
|
80901
80910
|
break;
|
|
80902
80911
|
case "FilterPlaceholderText":
|
|
80903
80912
|
if (this.t != null) {
|
|
@@ -80918,7 +80927,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80918
80927
|
if (this.f != null) {
|
|
80919
80928
|
this.f.cellTextStyle = this.am;
|
|
80920
80929
|
}
|
|
80921
|
-
this.view.
|
|
80930
|
+
this.view.ai();
|
|
80922
80931
|
break;
|
|
80923
80932
|
case "BackgroundColor":
|
|
80924
80933
|
case "TextColor":
|
|
@@ -80930,7 +80939,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80930
80939
|
f.cellSelectedBackground = this.backgroundColor;
|
|
80931
80940
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
80932
80941
|
}
|
|
80933
|
-
this.view.
|
|
80942
|
+
this.view.aj();
|
|
80934
80943
|
break;
|
|
80935
80944
|
case "BaseTheme":
|
|
80936
80945
|
this.ec();
|
|
@@ -80954,7 +80963,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80954
80963
|
}
|
|
80955
80964
|
break;
|
|
80956
80965
|
case "SearchIconColor":
|
|
80957
|
-
this.view.
|
|
80966
|
+
this.view.ah();
|
|
80958
80967
|
break;
|
|
80959
80968
|
case "SearchBackgroundColor":
|
|
80960
80969
|
this.w.mc = this.e8;
|
|
@@ -80976,7 +80985,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80976
80985
|
case "CheckboxCheckedBorderColor":
|
|
80977
80986
|
case "CheckboxUncheckedBorderColor":
|
|
80978
80987
|
case "CheckboxCornerRadius":
|
|
80979
|
-
this.view.
|
|
80988
|
+
this.view.ae();
|
|
80980
80989
|
if (this.f != null) {
|
|
80981
80990
|
this.f.xx();
|
|
80982
80991
|
}
|
|
@@ -81028,7 +81037,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81028
81037
|
if (this.v != null) {
|
|
81029
81038
|
this.v.t = this.density;
|
|
81030
81039
|
}
|
|
81031
|
-
this.view.
|
|
81040
|
+
this.view.ad();
|
|
81032
81041
|
};
|
|
81033
81042
|
CheckboxList.prototype.ec = function () {
|
|
81034
81043
|
if (this.v != null) {
|
|
@@ -81043,7 +81052,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81043
81052
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
81044
81053
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
81045
81054
|
}
|
|
81046
|
-
this.view.
|
|
81055
|
+
this.view.af();
|
|
81047
81056
|
};
|
|
81048
81057
|
CheckboxList.prototype.dx = function (a, b) {
|
|
81049
81058
|
this.ar = true;
|
|
@@ -81053,7 +81062,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81053
81062
|
for (var c = 0; c < this.keys.count; c++) {
|
|
81054
81063
|
this.du(this.keys._inner[c]);
|
|
81055
81064
|
}
|
|
81056
|
-
this.view.
|
|
81065
|
+
this.view.am();
|
|
81057
81066
|
}
|
|
81058
81067
|
this.ar = false;
|
|
81059
81068
|
};
|
|
@@ -81098,7 +81107,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81098
81107
|
}
|
|
81099
81108
|
};
|
|
81100
81109
|
CheckboxList.prototype.ed = function () {
|
|
81101
|
-
this.
|
|
81110
|
+
this.view.o();
|
|
81111
|
+
this.f.columns.clear();
|
|
81102
81112
|
this.f.primaryKey = this.primaryKey;
|
|
81103
81113
|
this.f.isGroupRowSticky = false;
|
|
81104
81114
|
this.f.rowHeight = this.bh;
|
|
@@ -81175,10 +81185,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81175
81185
|
this.f.columns.add(f);
|
|
81176
81186
|
};
|
|
81177
81187
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
81178
|
-
this.view.
|
|
81188
|
+
this.view.ag(a);
|
|
81179
81189
|
};
|
|
81180
81190
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
81181
|
-
this.view.
|
|
81191
|
+
this.view.u(a);
|
|
81182
81192
|
};
|
|
81183
81193
|
CheckboxList.prototype.dt = function () {
|
|
81184
81194
|
if (!this.ay) {
|
|
@@ -81272,7 +81282,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81272
81282
|
}
|
|
81273
81283
|
if (this.f != null) {
|
|
81274
81284
|
this.au = true;
|
|
81275
|
-
this.view.
|
|
81285
|
+
this.view.w();
|
|
81276
81286
|
this.f.refresh();
|
|
81277
81287
|
this.au = false;
|
|
81278
81288
|
}
|
|
@@ -35,36 +35,37 @@ export declare class CheckboxListView extends Base {
|
|
|
35
35
|
private c;
|
|
36
36
|
constructor();
|
|
37
37
|
b: CheckboxList;
|
|
38
|
-
|
|
38
|
+
r(): void;
|
|
39
39
|
i: DomRenderer;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
40
|
+
q(a: DomRenderer): void;
|
|
41
|
+
ab(): void;
|
|
42
|
+
ac(a: DomRenderer): void;
|
|
43
|
+
y(): void;
|
|
44
|
+
s(a: DomWrapper, b: any, c: boolean): void;
|
|
45
|
+
t(a: DomWrapper, b: any, c: string, d: string, e: FontInfo, f: string, g: number, h: any, i: DataTemplate, j: any, k: string): void;
|
|
46
|
+
af(): void;
|
|
47
|
+
ad(): void;
|
|
48
48
|
private n;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
private
|
|
49
|
+
p(): void;
|
|
50
|
+
z(a: number, b: boolean): void;
|
|
51
|
+
aa(a: boolean): void;
|
|
52
|
+
v(a: any): void;
|
|
53
|
+
private an;
|
|
54
|
+
al(): void;
|
|
55
|
+
ao(): void;
|
|
54
56
|
ak(): void;
|
|
55
|
-
an(): void;
|
|
56
|
-
aj(): void;
|
|
57
57
|
private d;
|
|
58
58
|
private j;
|
|
59
|
-
|
|
60
|
-
private
|
|
61
|
-
|
|
62
|
-
ag(): void;
|
|
59
|
+
am(a?: boolean): void;
|
|
60
|
+
private x;
|
|
61
|
+
aj(): void;
|
|
63
62
|
ah(): void;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
63
|
+
ai(): void;
|
|
64
|
+
ae(): void;
|
|
65
|
+
ag(a: Thickness): void;
|
|
66
|
+
u(a: any): void;
|
|
67
|
+
w(): void;
|
|
68
|
+
o(): void;
|
|
68
69
|
}
|
|
69
70
|
/**
|
|
70
71
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-data-grids",
|
|
3
|
-
"version": "6.0.2-beta.
|
|
3
|
+
"version": "6.0.2-beta.5",
|
|
4
4
|
"description": "Ignite UI Web Components data grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-data-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "6.0.2-beta.
|
|
22
|
-
"igniteui-webcomponents-layouts": "6.0.2-beta.
|
|
23
|
-
"igniteui-webcomponents-inputs": "6.0.2-beta.
|
|
21
|
+
"igniteui-webcomponents-core": "6.0.2-beta.5",
|
|
22
|
+
"igniteui-webcomponents-layouts": "6.0.2-beta.5",
|
|
23
|
+
"igniteui-webcomponents-inputs": "6.0.2-beta.5"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|