igniteui-angular-data-grids 20.0.2-beta.2 → 20.0.2-beta.3
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 +3847 -3535
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +75 -67
- package/esm2015/lib/ColumnFilterCondition_combined.js +3119 -3094
- package/esm2015/lib/ContentCellModelHelper.js +1 -1
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm2015/lib/GridConditionalStyleProperty.js +315 -197
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm2015/lib/igx-data-grid-component.js +28 -0
- package/esm2015/lib/igx-grid-conditional-style-property-component.js +109 -33
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +75 -67
- package/esm5/lib/ColumnFilterCondition_combined.js +3096 -3071
- package/esm5/lib/ContentCellModelHelper.js +1 -1
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm5/lib/GridConditionalStyleProperty.js +332 -186
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm5/lib/igx-data-grid-component.js +28 -0
- package/esm5/lib/igx-grid-conditional-style-property-component.js +136 -32
- package/fesm2015/igniteui-angular-data-grids.js +3817 -3561
- package/fesm5/igniteui-angular-data-grids.js +3849 -3537
- package/lib/CheckboxListView_combined.d.ts +25 -24
- package/lib/ColumnFilterCondition_combined.d.ts +533 -525
- package/lib/GridConditionalStyleProperty.d.ts +84 -61
- package/lib/igx-data-grid-component.d.ts +8 -0
- package/lib/igx-grid-conditional-style-property-component.d.ts +21 -3
- package/package.json +4 -4
|
@@ -73,31 +73,31 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
73
73
|
_this.j = null;
|
|
74
74
|
return _this;
|
|
75
75
|
}
|
|
76
|
-
CheckboxListView.prototype.
|
|
76
|
+
CheckboxListView.prototype.r = function () {
|
|
77
77
|
};
|
|
78
|
-
CheckboxListView.prototype.
|
|
78
|
+
CheckboxListView.prototype.q = function (a) {
|
|
79
79
|
if (a == null) {
|
|
80
80
|
this.i = null;
|
|
81
81
|
this.e.clear();
|
|
82
82
|
return;
|
|
83
83
|
}
|
|
84
84
|
this.i = a;
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
85
|
+
this.ab();
|
|
86
|
+
this.ak();
|
|
87
|
+
this.an();
|
|
88
|
+
this.y();
|
|
89
89
|
var b = Math.round(a.rootWrapper.width());
|
|
90
90
|
var c = Math.round(a.rootWrapper.height());
|
|
91
91
|
this.i.rootWrapper.setStyleProperty("position", "relative");
|
|
92
92
|
this.i.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
93
|
-
this.
|
|
93
|
+
this.am();
|
|
94
94
|
};
|
|
95
|
-
CheckboxListView.prototype.
|
|
95
|
+
CheckboxListView.prototype.ab = function () {
|
|
96
96
|
if (this.i != null) {
|
|
97
|
-
this.
|
|
97
|
+
this.ac(this.i);
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
|
-
CheckboxListView.prototype.
|
|
100
|
+
CheckboxListView.prototype.ac = function (a) {
|
|
101
101
|
var b = a.rootWrapper.getChildAt(0);
|
|
102
102
|
this.k = b;
|
|
103
103
|
this.b.w = new XInputGroup();
|
|
@@ -136,7 +136,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
136
|
this.b.w.inputs.add(this.b.u);
|
|
137
137
|
this.b.dt();
|
|
138
138
|
};
|
|
139
|
-
CheckboxListView.prototype.
|
|
139
|
+
CheckboxListView.prototype.y = function () {
|
|
140
140
|
if (this.i != null) {
|
|
141
141
|
var a = this.i.rootWrapper.getChildAt(3);
|
|
142
142
|
a.setStyleProperty("width", "100%");
|
|
@@ -150,7 +150,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
};
|
|
153
|
-
CheckboxListView.prototype.
|
|
153
|
+
CheckboxListView.prototype.s = function (a, b, c) {
|
|
154
154
|
var d = null;
|
|
155
155
|
if (a.getChildCount() == 0) {
|
|
156
156
|
d = new XCheckbox();
|
|
@@ -215,7 +215,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215
215
|
d.dm = this.b.e2;
|
|
216
216
|
}
|
|
217
217
|
};
|
|
218
|
-
CheckboxListView.prototype.
|
|
218
|
+
CheckboxListView.prototype.t = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
219
219
|
var _this = this;
|
|
220
220
|
var l = null;
|
|
221
221
|
var m = null;
|
|
@@ -371,7 +371,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
};
|
|
374
|
-
CheckboxListView.prototype.
|
|
374
|
+
CheckboxListView.prototype.af = function () {
|
|
375
375
|
var e_1, _a;
|
|
376
376
|
if (this.e != null) {
|
|
377
377
|
try {
|
|
@@ -399,7 +399,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
399
399
|
this.a.n = this.b.baseTheme;
|
|
400
400
|
}
|
|
401
401
|
};
|
|
402
|
-
CheckboxListView.prototype.
|
|
402
|
+
CheckboxListView.prototype.ad = function () {
|
|
403
403
|
};
|
|
404
404
|
CheckboxListView.prototype.n = function (a, b) {
|
|
405
405
|
var c = a;
|
|
@@ -422,11 +422,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
424
|
this.b.dp(d, e);
|
|
425
|
-
this.
|
|
425
|
+
this.am(false);
|
|
426
426
|
};
|
|
427
|
-
CheckboxListView.prototype.
|
|
427
|
+
CheckboxListView.prototype.p = function () {
|
|
428
428
|
};
|
|
429
|
-
CheckboxListView.prototype.
|
|
429
|
+
CheckboxListView.prototype.z = function (a, b) {
|
|
430
430
|
var e_2, _a;
|
|
431
431
|
try {
|
|
432
432
|
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -452,9 +452,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
452
452
|
throw e_2.error;
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
|
-
this.
|
|
455
|
+
this.am();
|
|
456
456
|
};
|
|
457
|
-
CheckboxListView.prototype.
|
|
457
|
+
CheckboxListView.prototype.aa = function (a) {
|
|
458
458
|
var e_3, _a;
|
|
459
459
|
try {
|
|
460
460
|
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -477,13 +477,13 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
};
|
|
480
|
-
CheckboxListView.prototype.
|
|
480
|
+
CheckboxListView.prototype.v = function (a) {
|
|
481
481
|
this.m = a;
|
|
482
482
|
if (null != this.m) {
|
|
483
483
|
this.m.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
484
484
|
}
|
|
485
485
|
};
|
|
486
|
-
CheckboxListView.prototype.
|
|
486
|
+
CheckboxListView.prototype.an = function () {
|
|
487
487
|
var a = this.i;
|
|
488
488
|
if (null == a || null == this.m) {
|
|
489
489
|
return;
|
|
@@ -503,25 +503,25 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
503
503
|
this.m.setStyleProperty("align-items", "center");
|
|
504
504
|
this.m.append(b);
|
|
505
505
|
this.m.append(this.l);
|
|
506
|
-
this.
|
|
507
|
-
this.
|
|
506
|
+
this.ao();
|
|
507
|
+
this.al();
|
|
508
508
|
var e = this.a;
|
|
509
|
-
e.change = delegateCombine(e.change, runOn(this, this.
|
|
509
|
+
e.change = delegateCombine(e.change, runOn(this, this.x));
|
|
510
510
|
this.a.y = true;
|
|
511
511
|
};
|
|
512
|
-
CheckboxListView.prototype.
|
|
512
|
+
CheckboxListView.prototype.al = function () {
|
|
513
513
|
if (null != this.l) {
|
|
514
514
|
this.l.setRawText(this.b.cs);
|
|
515
515
|
NativeUI.q(this.l, this.b.ew);
|
|
516
516
|
}
|
|
517
517
|
};
|
|
518
|
-
CheckboxListView.prototype.
|
|
518
|
+
CheckboxListView.prototype.ao = function () {
|
|
519
519
|
if (null != this.l) {
|
|
520
520
|
var a = this.b.showSelectAll ? "flex" : "none";
|
|
521
521
|
this.m.setStyleProperty("display", a);
|
|
522
522
|
}
|
|
523
523
|
};
|
|
524
|
-
CheckboxListView.prototype.
|
|
524
|
+
CheckboxListView.prototype.ak = function () {
|
|
525
525
|
if (this.k != null) {
|
|
526
526
|
this.k.setStyleProperty("display", this.b.a6 ? "block" : "none");
|
|
527
527
|
}
|
|
@@ -529,7 +529,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
529
529
|
this.j.setStyleProperty("display", this.b.a6 ? "block" : "none");
|
|
530
530
|
}
|
|
531
531
|
};
|
|
532
|
-
CheckboxListView.prototype.
|
|
532
|
+
CheckboxListView.prototype.am = function (a) {
|
|
533
533
|
if (a === void 0) {
|
|
534
534
|
a = true;
|
|
535
535
|
}
|
|
@@ -558,7 +558,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
558
558
|
this.d = b;
|
|
559
559
|
}
|
|
560
560
|
};
|
|
561
|
-
CheckboxListView.prototype.
|
|
561
|
+
CheckboxListView.prototype.x = function (a, b) {
|
|
562
562
|
if (this.d || b.isIndeterminate) {
|
|
563
563
|
return;
|
|
564
564
|
}
|
|
@@ -571,7 +571,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
571
571
|
this.b.dy(b.isChecked);
|
|
572
572
|
}
|
|
573
573
|
};
|
|
574
|
-
CheckboxListView.prototype.
|
|
574
|
+
CheckboxListView.prototype.aj = function () {
|
|
575
575
|
var a = this.i;
|
|
576
576
|
if (null == a) {
|
|
577
577
|
return;
|
|
@@ -582,12 +582,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
582
582
|
NativeUI.m(b, this.b.backgroundColor);
|
|
583
583
|
}
|
|
584
584
|
};
|
|
585
|
-
CheckboxListView.prototype.
|
|
585
|
+
CheckboxListView.prototype.ah = function () {
|
|
586
586
|
if (this.c != null) {
|
|
587
587
|
this.c.fill = this.b.searchIconColor;
|
|
588
588
|
}
|
|
589
589
|
};
|
|
590
|
-
CheckboxListView.prototype.
|
|
590
|
+
CheckboxListView.prototype.ai = function () {
|
|
591
591
|
if (this.b.am != null) {
|
|
592
592
|
this.l.setStyleProperty("font", this.b.am.fontString);
|
|
593
593
|
}
|
|
@@ -596,7 +596,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
596
596
|
this.l.setStyleProperty("font-size", 13 + "px");
|
|
597
597
|
}
|
|
598
598
|
};
|
|
599
|
-
CheckboxListView.prototype.
|
|
599
|
+
CheckboxListView.prototype.ae = function () {
|
|
600
600
|
if (this.a == null) {
|
|
601
601
|
return;
|
|
602
602
|
}
|
|
@@ -606,15 +606,15 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
606
606
|
this.a.de = this.b.ez;
|
|
607
607
|
this.a.dm = this.b.e2;
|
|
608
608
|
};
|
|
609
|
-
CheckboxListView.prototype.
|
|
609
|
+
CheckboxListView.prototype.ag = function (a) {
|
|
610
610
|
if (this.j != null) {
|
|
611
611
|
NativeUI.w(this.j, a);
|
|
612
612
|
}
|
|
613
613
|
};
|
|
614
|
-
CheckboxListView.prototype.
|
|
614
|
+
CheckboxListView.prototype.u = function (a) {
|
|
615
615
|
this.j = a;
|
|
616
616
|
};
|
|
617
|
-
CheckboxListView.prototype.
|
|
617
|
+
CheckboxListView.prototype.w = function () {
|
|
618
618
|
var e_4, _a;
|
|
619
619
|
try {
|
|
620
620
|
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -637,6 +637,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
639
|
};
|
|
640
|
+
CheckboxListView.prototype.o = function () {
|
|
641
|
+
this.e.clear();
|
|
642
|
+
this.f.clear();
|
|
643
|
+
this.g.clear();
|
|
644
|
+
this.h.clear();
|
|
645
|
+
};
|
|
640
646
|
CheckboxListView.$t = markType(CheckboxListView, 'CheckboxListView');
|
|
641
647
|
return CheckboxListView;
|
|
642
648
|
}(Base));
|
|
@@ -720,7 +726,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
720
726
|
var b = new CheckboxListView();
|
|
721
727
|
b.b = _this;
|
|
722
728
|
_this.view = b;
|
|
723
|
-
_this.view.
|
|
729
|
+
_this.view.r();
|
|
724
730
|
return _this;
|
|
725
731
|
}
|
|
726
732
|
Object.defineProperty(CheckboxList.prototype, "view", {
|
|
@@ -840,7 +846,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
840
846
|
}
|
|
841
847
|
break;
|
|
842
848
|
case 4:
|
|
843
|
-
this.view.
|
|
849
|
+
this.view.aa(this.indexType == 0);
|
|
844
850
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
845
851
|
this.du(this.keys.ae._inner[g]);
|
|
846
852
|
}
|
|
@@ -851,7 +857,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
851
857
|
var _this = this;
|
|
852
858
|
var b = this.e.indexOfKey(a.value);
|
|
853
859
|
if (b >= 0) {
|
|
854
|
-
this.view.
|
|
860
|
+
this.view.z(b, this.indexType == 1);
|
|
855
861
|
}
|
|
856
862
|
if (this.selectedKeyAdded == null) {
|
|
857
863
|
return;
|
|
@@ -868,7 +874,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
868
874
|
var _this = this;
|
|
869
875
|
var b = this.e.indexOfKey(a.value);
|
|
870
876
|
if (b >= 0) {
|
|
871
|
-
this.view.
|
|
877
|
+
this.view.z(b, this.indexType == 0);
|
|
872
878
|
}
|
|
873
879
|
if (this.selectedKeyRemoved == null) {
|
|
874
880
|
return;
|
|
@@ -900,7 +906,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
900
906
|
}
|
|
901
907
|
};
|
|
902
908
|
CheckboxList.prototype.notifySizeChanged = function () {
|
|
903
|
-
this.view.
|
|
909
|
+
this.view.p();
|
|
904
910
|
};
|
|
905
911
|
CheckboxList.prototype.onAttachedToUI = function () {
|
|
906
912
|
this.at = false;
|
|
@@ -979,6 +985,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
979
985
|
this.f.defaultColumnMinWidth = NaN;
|
|
980
986
|
this.f.autoGenerateColumns = false;
|
|
981
987
|
this.f.activationMode = 0;
|
|
988
|
+
this.f.selectionMode = 0;
|
|
982
989
|
this.f.editMode = 0;
|
|
983
990
|
var e = this.f;
|
|
984
991
|
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dc));
|
|
@@ -992,17 +999,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
992
999
|
this.ed();
|
|
993
1000
|
}
|
|
994
1001
|
}
|
|
995
|
-
this.view.
|
|
1002
|
+
this.view.v(c);
|
|
996
1003
|
if (this.ax) {
|
|
997
1004
|
this.ef();
|
|
998
1005
|
}
|
|
999
|
-
this.view.
|
|
1006
|
+
this.view.q(a);
|
|
1000
1007
|
};
|
|
1001
1008
|
CheckboxList.prototype.dd = function (a, b) {
|
|
1002
1009
|
this.f.scrollbarStyle = this.ab;
|
|
1003
1010
|
};
|
|
1004
1011
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
1005
|
-
this.view.
|
|
1012
|
+
this.view.v(a);
|
|
1006
1013
|
};
|
|
1007
1014
|
CheckboxList.prototype.dc = function (a, b) {
|
|
1008
1015
|
if (!this.ax && b.cellInfo.l.a5 == 0 || this.ax && b.cellInfo.l.a5 == 1) {
|
|
@@ -1061,7 +1068,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1061
1068
|
d = true;
|
|
1062
1069
|
}
|
|
1063
1070
|
}
|
|
1064
|
-
this.view.
|
|
1071
|
+
this.view.s(b.content.element, c, d);
|
|
1065
1072
|
};
|
|
1066
1073
|
CheckboxList.prototype.ee = function (a, b) {
|
|
1067
1074
|
var c = b.cellInfo.l.x;
|
|
@@ -1091,7 +1098,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1091
1098
|
}
|
|
1092
1099
|
}
|
|
1093
1100
|
}
|
|
1094
|
-
this.view.
|
|
1101
|
+
this.view.t(b.content.element, c, d, e, this.ak, "Verdana", 13, this.bi, f, g, h);
|
|
1095
1102
|
};
|
|
1096
1103
|
CheckboxList.prototype.dr = function (a) {
|
|
1097
1104
|
if (this.bm != null) {
|
|
@@ -1521,7 +1528,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1521
1528
|
if (this.keysCleared != null) {
|
|
1522
1529
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1523
1530
|
}
|
|
1524
|
-
this.view.
|
|
1531
|
+
this.view.am();
|
|
1525
1532
|
this.ds(b, c);
|
|
1526
1533
|
break;
|
|
1527
1534
|
case "ItemsSource":
|
|
@@ -1546,7 +1553,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1546
1553
|
this.ar = true;
|
|
1547
1554
|
this.dz();
|
|
1548
1555
|
this.ar = false;
|
|
1549
|
-
this.view.
|
|
1556
|
+
this.view.am();
|
|
1550
1557
|
}
|
|
1551
1558
|
break;
|
|
1552
1559
|
case "DataMemberPath":
|
|
@@ -1570,15 +1577,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1570
1577
|
break;
|
|
1571
1578
|
case "SelectAllCaption":
|
|
1572
1579
|
case "ActualSelectAllCaptionTextColor":
|
|
1573
|
-
this.view.
|
|
1580
|
+
this.view.al();
|
|
1574
1581
|
break;
|
|
1575
1582
|
case "showSelectAll":
|
|
1576
|
-
this.view.
|
|
1577
|
-
this.view.
|
|
1583
|
+
this.view.ao();
|
|
1584
|
+
this.view.y();
|
|
1578
1585
|
break;
|
|
1579
1586
|
case "ShowFilter":
|
|
1580
|
-
this.view.
|
|
1581
|
-
this.view.
|
|
1587
|
+
this.view.ak();
|
|
1588
|
+
this.view.y();
|
|
1582
1589
|
break;
|
|
1583
1590
|
case "FilterPlaceholderText":
|
|
1584
1591
|
if (this.t != null) {
|
|
@@ -1599,7 +1606,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1599
1606
|
if (this.f != null) {
|
|
1600
1607
|
this.f.cellTextStyle = this.am;
|
|
1601
1608
|
}
|
|
1602
|
-
this.view.
|
|
1609
|
+
this.view.ai();
|
|
1603
1610
|
break;
|
|
1604
1611
|
case "BackgroundColor":
|
|
1605
1612
|
case "TextColor":
|
|
@@ -1611,7 +1618,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1611
1618
|
f.cellSelectedBackground = this.backgroundColor;
|
|
1612
1619
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1613
1620
|
}
|
|
1614
|
-
this.view.
|
|
1621
|
+
this.view.aj();
|
|
1615
1622
|
break;
|
|
1616
1623
|
case "BaseTheme":
|
|
1617
1624
|
this.ec();
|
|
@@ -1635,7 +1642,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1635
1642
|
}
|
|
1636
1643
|
break;
|
|
1637
1644
|
case "SearchIconColor":
|
|
1638
|
-
this.view.
|
|
1645
|
+
this.view.ah();
|
|
1639
1646
|
break;
|
|
1640
1647
|
case "SearchBackgroundColor":
|
|
1641
1648
|
this.w.mc = this.e8;
|
|
@@ -1657,9 +1664,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1657
1664
|
case "CheckboxCheckedBorderColor":
|
|
1658
1665
|
case "CheckboxUncheckedBorderColor":
|
|
1659
1666
|
case "CheckboxCornerRadius":
|
|
1660
|
-
this.view.
|
|
1667
|
+
this.view.ae();
|
|
1661
1668
|
if (this.f != null) {
|
|
1662
|
-
this.f.
|
|
1669
|
+
this.f.xx();
|
|
1663
1670
|
}
|
|
1664
1671
|
break;
|
|
1665
1672
|
case "CheckboxAlignedRight":
|
|
@@ -1669,7 +1676,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1669
1676
|
break;
|
|
1670
1677
|
case "DataLegendTarget":
|
|
1671
1678
|
if (this.f != null) {
|
|
1672
|
-
this.f.
|
|
1679
|
+
this.f.xx();
|
|
1673
1680
|
}
|
|
1674
1681
|
break;
|
|
1675
1682
|
}
|
|
@@ -1709,7 +1716,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1709
1716
|
if (this.v != null) {
|
|
1710
1717
|
this.v.t = this.density;
|
|
1711
1718
|
}
|
|
1712
|
-
this.view.
|
|
1719
|
+
this.view.ad();
|
|
1713
1720
|
};
|
|
1714
1721
|
CheckboxList.prototype.ec = function () {
|
|
1715
1722
|
if (this.v != null) {
|
|
@@ -1724,7 +1731,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1724
1731
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1725
1732
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1726
1733
|
}
|
|
1727
|
-
this.view.
|
|
1734
|
+
this.view.af();
|
|
1728
1735
|
};
|
|
1729
1736
|
CheckboxList.prototype.dx = function (a, b) {
|
|
1730
1737
|
this.ar = true;
|
|
@@ -1734,7 +1741,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1734
1741
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1735
1742
|
this.du(this.keys._inner[c]);
|
|
1736
1743
|
}
|
|
1737
|
-
this.view.
|
|
1744
|
+
this.view.am();
|
|
1738
1745
|
}
|
|
1739
1746
|
this.ar = false;
|
|
1740
1747
|
};
|
|
@@ -1779,7 +1786,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1779
1786
|
}
|
|
1780
1787
|
};
|
|
1781
1788
|
CheckboxList.prototype.ed = function () {
|
|
1782
|
-
this.
|
|
1789
|
+
this.view.o();
|
|
1790
|
+
this.f.columns.clear();
|
|
1783
1791
|
this.f.primaryKey = this.primaryKey;
|
|
1784
1792
|
this.f.isGroupRowSticky = false;
|
|
1785
1793
|
this.f.rowHeight = this.bh;
|
|
@@ -1856,10 +1864,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1856
1864
|
this.f.columns.add(f);
|
|
1857
1865
|
};
|
|
1858
1866
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
1859
|
-
this.view.
|
|
1867
|
+
this.view.ag(a);
|
|
1860
1868
|
};
|
|
1861
1869
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1862
|
-
this.view.
|
|
1870
|
+
this.view.u(a);
|
|
1863
1871
|
};
|
|
1864
1872
|
CheckboxList.prototype.dt = function () {
|
|
1865
1873
|
if (!this.ay) {
|
|
@@ -1953,7 +1961,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1953
1961
|
}
|
|
1954
1962
|
if (this.f != null) {
|
|
1955
1963
|
this.au = true;
|
|
1956
|
-
this.view.
|
|
1964
|
+
this.view.w();
|
|
1957
1965
|
this.f.refresh();
|
|
1958
1966
|
this.au = false;
|
|
1959
1967
|
}
|