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
|
@@ -21345,7 +21345,10 @@
|
|
|
21345
21345
|
return true;
|
|
21346
21346
|
};
|
|
21347
21347
|
DataGrid.prototype.kl = function (a, b) {
|
|
21348
|
-
if (this.
|
|
21348
|
+
if (this.cj.j) {
|
|
21349
|
+
return true;
|
|
21350
|
+
}
|
|
21351
|
+
if (this.activationMode == 0 || this.activeCell == null) {
|
|
21349
21352
|
return false;
|
|
21350
21353
|
}
|
|
21351
21354
|
var c = this.ad.s();
|
|
@@ -21518,6 +21521,9 @@
|
|
|
21518
21521
|
};
|
|
21519
21522
|
DataGrid.prototype.kp = function (a, b) {
|
|
21520
21523
|
if (this.cj.j) {
|
|
21524
|
+
return true;
|
|
21525
|
+
}
|
|
21526
|
+
if (this.activationMode == 0 || this.activeCell == null) {
|
|
21521
21527
|
return false;
|
|
21522
21528
|
}
|
|
21523
21529
|
var c = this.ad.s();
|
|
@@ -52846,7 +52852,7 @@
|
|
|
52846
52852
|
return _this;
|
|
52847
52853
|
}
|
|
52848
52854
|
CheckboxListBridge.prototype.getDesiredSize = function (a, b) {
|
|
52849
|
-
return this.t.
|
|
52855
|
+
return this.t.getDesiredSize(b);
|
|
52850
52856
|
};
|
|
52851
52857
|
CheckboxListBridge.prototype.addHandler = function (a, b, c, d) {
|
|
52852
52858
|
var e = a;
|
|
@@ -52966,16 +52972,16 @@
|
|
|
52966
52972
|
case 8:
|
|
52967
52973
|
d.itemsSource = c;
|
|
52968
52974
|
break;
|
|
52969
|
-
case
|
|
52975
|
+
case 75:
|
|
52970
52976
|
d.selectedMemberPath = c;
|
|
52971
52977
|
break;
|
|
52972
|
-
case
|
|
52978
|
+
case 76:
|
|
52973
52979
|
d.dataMemberPath = c;
|
|
52974
52980
|
break;
|
|
52975
|
-
case
|
|
52981
|
+
case 77:
|
|
52976
52982
|
d.showSelectAll = c;
|
|
52977
52983
|
break;
|
|
52978
|
-
case
|
|
52984
|
+
case 78:
|
|
52979
52985
|
d.primaryKey = c;
|
|
52980
52986
|
break;
|
|
52981
52987
|
case 1:
|
|
@@ -52990,13 +52996,13 @@
|
|
|
52990
52996
|
case 24:
|
|
52991
52997
|
d.rowHoverBackgroundColor = c;
|
|
52992
52998
|
break;
|
|
52993
|
-
case
|
|
52999
|
+
case 79:
|
|
52994
53000
|
d.searchIconColor = c;
|
|
52995
53001
|
break;
|
|
52996
|
-
case
|
|
53002
|
+
case 80:
|
|
52997
53003
|
d.searchTextColor = c;
|
|
52998
53004
|
break;
|
|
52999
|
-
case
|
|
53005
|
+
case 97:
|
|
53000
53006
|
d.indexType = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.NativeUICheckboxListIndexType_$type, c);
|
|
53001
53007
|
break;
|
|
53002
53008
|
}
|
|
@@ -53006,17 +53012,17 @@
|
|
|
53006
53012
|
switch (b) {
|
|
53007
53013
|
case 23: return c.backgroundColor;
|
|
53008
53014
|
case 8: return c.itemsSource;
|
|
53009
|
-
case
|
|
53010
|
-
case
|
|
53011
|
-
case
|
|
53012
|
-
case
|
|
53015
|
+
case 75: return c.selectedMemberPath;
|
|
53016
|
+
case 76: return c.dataMemberPath;
|
|
53017
|
+
case 77: return c.showSelectAll;
|
|
53018
|
+
case 78: return c.primaryKey;
|
|
53013
53019
|
case 1: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, c.density);
|
|
53014
53020
|
case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.baseTheme);
|
|
53015
53021
|
case 33: return c.textColor;
|
|
53016
53022
|
case 24: return c.rowHoverBackgroundColor;
|
|
53017
|
-
case
|
|
53018
|
-
case
|
|
53019
|
-
case
|
|
53023
|
+
case 79: return c.searchIconColor;
|
|
53024
|
+
case 80: return c.searchTextColor;
|
|
53025
|
+
case 97: return igniteuiWebcomponentsCore.enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
53020
53026
|
}
|
|
53021
53027
|
return null;
|
|
53022
53028
|
};
|
|
@@ -62680,7 +62686,7 @@
|
|
|
62680
62686
|
FilterCell.prototype.d7 = function (a) {
|
|
62681
62687
|
if (this.cz != null) {
|
|
62682
62688
|
this.cz.disabled = !a;
|
|
62683
|
-
this.cz.
|
|
62689
|
+
this.cz.an = a ? 1 : 0.3;
|
|
62684
62690
|
}
|
|
62685
62691
|
};
|
|
62686
62692
|
FilterCell.prototype.dl = function (a) {
|
|
@@ -70411,7 +70417,7 @@
|
|
|
70411
70417
|
}
|
|
70412
70418
|
var j = this.b.j;
|
|
70413
70419
|
for (var k = 0; k < j.count; k++) {
|
|
70414
|
-
var l = this.q._inner[k].
|
|
70420
|
+
var l = this.q._inner[k].ay();
|
|
70415
70421
|
var m = this.b.b(j._inner[k]);
|
|
70416
70422
|
l.i = m[0] - d;
|
|
70417
70423
|
l.g = m[1] - e;
|
|
@@ -77235,7 +77241,7 @@
|
|
|
77235
77241
|
this.c = new igniteuiWebcomponentsInputs.XIcon();
|
|
77236
77242
|
this.c.provideContainer(j);
|
|
77237
77243
|
this.c.fill = this.b.searchIconColor;
|
|
77238
|
-
this.c.svgPath = CheckboxList.
|
|
77244
|
+
this.c.svgPath = CheckboxList.b0;
|
|
77239
77245
|
var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
77240
77246
|
g.appendContentChild(i);
|
|
77241
77247
|
this.b.v.appendContentChild(e);
|
|
@@ -77247,27 +77253,25 @@
|
|
|
77247
77253
|
this.b.t.provideContainer(m);
|
|
77248
77254
|
this.b.t.b8 = "text";
|
|
77249
77255
|
var n = m.getExternal(this.b.t, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
77250
|
-
if (this.b.
|
|
77251
|
-
this.b.t.cg = this.b.
|
|
77256
|
+
if (this.b.bm != null) {
|
|
77257
|
+
this.b.t.cg = this.b.bm;
|
|
77252
77258
|
}
|
|
77253
77259
|
this.b.v.appendContentChild(l);
|
|
77254
77260
|
this.b.v.inputs.add(this.b.t);
|
|
77255
|
-
this.b.
|
|
77261
|
+
this.b.cx();
|
|
77256
77262
|
};
|
|
77257
77263
|
CheckboxListView.prototype.s = function () {
|
|
77258
77264
|
if (this.f != null) {
|
|
77259
77265
|
var a = this.f.rootWrapper.getChildAt(3);
|
|
77260
77266
|
a.setStyleProperty("width", "100%");
|
|
77261
77267
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
77262
|
-
if (this.b.showSelectAll == false) {
|
|
77263
|
-
a.setStyleProperty("height", "calc(100% - 50px");
|
|
77264
|
-
}
|
|
77265
|
-
else {
|
|
77266
|
-
a.setStyleProperty("height", "calc(100% - 75px");
|
|
77267
|
-
}
|
|
77268
77268
|
if (!this.b.au && !this.b.showSelectAll) {
|
|
77269
77269
|
a.setStyleProperty("height", "100%");
|
|
77270
77270
|
}
|
|
77271
|
+
else {
|
|
77272
|
+
var b = this.b.ay();
|
|
77273
|
+
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
77274
|
+
}
|
|
77271
77275
|
}
|
|
77272
77276
|
};
|
|
77273
77277
|
CheckboxListView.prototype.o = function (a, b, c) {
|
|
@@ -77327,11 +77331,11 @@
|
|
|
77327
77331
|
finally {
|
|
77328
77332
|
d.z = h;
|
|
77329
77333
|
}
|
|
77330
|
-
d.dk = this.b.
|
|
77331
|
-
d.dd = this.b.
|
|
77332
|
-
d.dl = this.b.
|
|
77333
|
-
d.de = this.b.
|
|
77334
|
-
d.dm = this.b.
|
|
77334
|
+
d.dk = this.b.d2;
|
|
77335
|
+
d.dd = this.b.d0;
|
|
77336
|
+
d.dl = this.b.d3;
|
|
77337
|
+
d.de = this.b.d1;
|
|
77338
|
+
d.dm = this.b.d4;
|
|
77335
77339
|
}
|
|
77336
77340
|
};
|
|
77337
77341
|
CheckboxListView.prototype.z = function () {
|
|
@@ -77370,21 +77374,21 @@
|
|
|
77370
77374
|
var e = c.checked;
|
|
77371
77375
|
if (e == true) {
|
|
77372
77376
|
if (this.b.indexType == 0) {
|
|
77373
|
-
this.b.
|
|
77377
|
+
this.b.da(d);
|
|
77374
77378
|
}
|
|
77375
77379
|
else {
|
|
77376
|
-
this.b.
|
|
77380
|
+
this.b.cc(d);
|
|
77377
77381
|
}
|
|
77378
77382
|
}
|
|
77379
77383
|
else {
|
|
77380
77384
|
if (this.b.indexType == 0) {
|
|
77381
|
-
this.b.
|
|
77385
|
+
this.b.cc(d);
|
|
77382
77386
|
}
|
|
77383
77387
|
else {
|
|
77384
|
-
this.b.
|
|
77388
|
+
this.b.da(d);
|
|
77385
77389
|
}
|
|
77386
77390
|
}
|
|
77387
|
-
this.b.
|
|
77391
|
+
this.b.cu(d, e);
|
|
77388
77392
|
this.ag(false);
|
|
77389
77393
|
};
|
|
77390
77394
|
CheckboxListView.prototype.l = function () {
|
|
@@ -77398,7 +77402,7 @@
|
|
|
77398
77402
|
var e = parseInt(d.a4.toString());
|
|
77399
77403
|
if (e == a) {
|
|
77400
77404
|
d.checked = b;
|
|
77401
|
-
this.b.
|
|
77405
|
+
this.b.cu(e, b);
|
|
77402
77406
|
}
|
|
77403
77407
|
}
|
|
77404
77408
|
}
|
|
@@ -77458,7 +77462,7 @@
|
|
|
77458
77462
|
var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
77459
77463
|
this.a.n = this.b.baseTheme;
|
|
77460
77464
|
this.i = a.createElement("label");
|
|
77461
|
-
this.i.setRawText(this.b.
|
|
77465
|
+
this.i.setRawText(this.b.b4);
|
|
77462
77466
|
this.i.setStyleProperty("font-size", "13px");
|
|
77463
77467
|
this.j.setStyleProperty("display", "flex");
|
|
77464
77468
|
this.j.setStyleProperty("flex-direction", "row");
|
|
@@ -77474,8 +77478,8 @@
|
|
|
77474
77478
|
};
|
|
77475
77479
|
CheckboxListView.prototype.af = function () {
|
|
77476
77480
|
if (null != this.i) {
|
|
77477
|
-
this.i.setRawText(this.b.
|
|
77478
|
-
igniteuiWebcomponentsCore.NativeUI.q(this.i, this.b.
|
|
77481
|
+
this.i.setRawText(this.b.b4);
|
|
77482
|
+
igniteuiWebcomponentsCore.NativeUI.q(this.i, this.b.dy);
|
|
77479
77483
|
}
|
|
77480
77484
|
};
|
|
77481
77485
|
CheckboxListView.prototype.ai = function () {
|
|
@@ -77526,12 +77530,12 @@
|
|
|
77526
77530
|
return;
|
|
77527
77531
|
}
|
|
77528
77532
|
if (b.isChecked) {
|
|
77529
|
-
this.b.
|
|
77530
|
-
this.b.
|
|
77533
|
+
this.b.dd();
|
|
77534
|
+
this.b.c2(b.isChecked);
|
|
77531
77535
|
}
|
|
77532
77536
|
else {
|
|
77533
|
-
this.b.
|
|
77534
|
-
this.b.
|
|
77537
|
+
this.b.ci();
|
|
77538
|
+
this.b.c2(b.isChecked);
|
|
77535
77539
|
}
|
|
77536
77540
|
};
|
|
77537
77541
|
CheckboxListView.prototype.ad = function () {
|
|
@@ -77541,7 +77545,7 @@
|
|
|
77541
77545
|
}
|
|
77542
77546
|
var b = a.rootWrapper;
|
|
77543
77547
|
if (null != b) {
|
|
77544
|
-
igniteuiWebcomponentsCore.NativeUI.q(b, this.b.
|
|
77548
|
+
igniteuiWebcomponentsCore.NativeUI.q(b, this.b.eg);
|
|
77545
77549
|
igniteuiWebcomponentsCore.NativeUI.m(b, this.b.backgroundColor);
|
|
77546
77550
|
}
|
|
77547
77551
|
};
|
|
@@ -77550,38 +77554,6 @@
|
|
|
77550
77554
|
this.c.fill = this.b.searchIconColor;
|
|
77551
77555
|
}
|
|
77552
77556
|
};
|
|
77553
|
-
CheckboxListView.prototype.getDesiredSize = function () {
|
|
77554
|
-
var a = 248;
|
|
77555
|
-
var b = 0;
|
|
77556
|
-
if (this.b.itemsSource == null) {
|
|
77557
|
-
return new igniteuiWebcomponentsCore.Size(1, a, b + 158);
|
|
77558
|
-
}
|
|
77559
|
-
var c = 0;
|
|
77560
|
-
if ((this.b.itemsSource.actualCount !== undefined)) {
|
|
77561
|
-
c = (this.b.itemsSource.actualCount);
|
|
77562
|
-
}
|
|
77563
|
-
else {
|
|
77564
|
-
c = (this.b.itemsSource.length);
|
|
77565
|
-
}
|
|
77566
|
-
b += 4;
|
|
77567
|
-
b += 16;
|
|
77568
|
-
b += 38;
|
|
77569
|
-
b += 8;
|
|
77570
|
-
b += 4;
|
|
77571
|
-
var d = this.b.f != null ? this.b.f.actualRowHeight : 30;
|
|
77572
|
-
var e = d * c;
|
|
77573
|
-
if (e > 90) {
|
|
77574
|
-
b += 90;
|
|
77575
|
-
b += 15;
|
|
77576
|
-
}
|
|
77577
|
-
else {
|
|
77578
|
-
b += e;
|
|
77579
|
-
}
|
|
77580
|
-
if (this.b.showSelectAll) {
|
|
77581
|
-
b += d;
|
|
77582
|
-
}
|
|
77583
|
-
return new igniteuiWebcomponentsCore.Size(1, a, b);
|
|
77584
|
-
};
|
|
77585
77557
|
CheckboxListView.prototype.ac = function () {
|
|
77586
77558
|
if (this.b.ai != null) {
|
|
77587
77559
|
this.i.setStyleProperty("font", this.b.ai.fontString);
|
|
@@ -77592,11 +77564,11 @@
|
|
|
77592
77564
|
}
|
|
77593
77565
|
};
|
|
77594
77566
|
CheckboxListView.prototype.y = function () {
|
|
77595
|
-
this.a.dk = this.b.
|
|
77596
|
-
this.a.dd = this.b.
|
|
77597
|
-
this.a.dl = this.b.
|
|
77598
|
-
this.a.de = this.b.
|
|
77599
|
-
this.a.dm = this.b.
|
|
77567
|
+
this.a.dk = this.b.d2;
|
|
77568
|
+
this.a.dd = this.b.d0;
|
|
77569
|
+
this.a.dl = this.b.d3;
|
|
77570
|
+
this.a.de = this.b.d1;
|
|
77571
|
+
this.a.dm = this.b.d4;
|
|
77600
77572
|
};
|
|
77601
77573
|
CheckboxListView.prototype.aa = function (a) {
|
|
77602
77574
|
if (this.g != null) {
|
|
@@ -77633,44 +77605,44 @@
|
|
|
77633
77605
|
_this.selectedKeyAdded = null;
|
|
77634
77606
|
_this.selectedKeyRemoved = null;
|
|
77635
77607
|
_this.checkedChanged = null;
|
|
77636
|
-
_this.a2 = null;
|
|
77637
77608
|
_this.a4 = null;
|
|
77638
77609
|
_this.a6 = null;
|
|
77639
|
-
_this.
|
|
77610
|
+
_this.a8 = null;
|
|
77611
|
+
_this.a7 = null;
|
|
77640
77612
|
_this.w = 3;
|
|
77641
|
-
_this.
|
|
77613
|
+
_this.a0 = -1;
|
|
77642
77614
|
_this.ag = null;
|
|
77643
77615
|
_this.k = 1;
|
|
77644
77616
|
_this.ab = 1;
|
|
77645
77617
|
_this.ad = 2;
|
|
77646
|
-
_this.
|
|
77647
|
-
_this.
|
|
77618
|
+
_this.du = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
|
|
77619
|
+
_this.ds = null;
|
|
77620
|
+
_this.dv = null;
|
|
77648
77621
|
_this.dt = null;
|
|
77649
|
-
_this.dr = null;
|
|
77650
77622
|
_this.ah = null;
|
|
77623
|
+
_this.dm = null;
|
|
77651
77624
|
_this.dk = null;
|
|
77652
|
-
_this.
|
|
77625
|
+
_this.dn = null;
|
|
77653
77626
|
_this.dl = null;
|
|
77654
|
-
_this.dj = null;
|
|
77655
|
-
_this.dm = null;
|
|
77656
|
-
_this.z = 0;
|
|
77657
77627
|
_this.dp = null;
|
|
77628
|
+
_this.z = 0;
|
|
77629
|
+
_this.dr = null;
|
|
77658
77630
|
_this.indexTypeChanged = null;
|
|
77659
|
-
_this.
|
|
77660
|
-
_this.
|
|
77661
|
-
_this.
|
|
77631
|
+
_this.b3 = null;
|
|
77632
|
+
_this.dw = null;
|
|
77633
|
+
_this.di = CheckboxList.d7;
|
|
77662
77634
|
_this.av = true;
|
|
77663
|
-
_this.
|
|
77664
|
-
_this.
|
|
77665
|
-
_this.
|
|
77635
|
+
_this.dj = CheckboxList.d5;
|
|
77636
|
+
_this.dq = CheckboxList.d6;
|
|
77637
|
+
_this.dx = CheckboxList.d7;
|
|
77666
77638
|
_this.keysCleared = null;
|
|
77667
77639
|
_this.selectAllCheckboxChanged = null;
|
|
77668
|
-
_this.
|
|
77640
|
+
_this.a2 = -1;
|
|
77669
77641
|
_this.at = true;
|
|
77670
77642
|
_this.aq = true;
|
|
77671
77643
|
var a = _this.g;
|
|
77672
|
-
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
77673
|
-
_this.g.am(igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
77644
|
+
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.c5));
|
|
77645
|
+
_this.g.am(igniteuiWebcomponentsCore.runOn(_this, _this.c4));
|
|
77674
77646
|
_this.d = new igniteuiWebcomponentsCore.FilterFactory();
|
|
77675
77647
|
var b = new CheckboxListView();
|
|
77676
77648
|
b.b = _this;
|
|
@@ -77744,7 +77716,7 @@
|
|
|
77744
77716
|
var b = this.a;
|
|
77745
77717
|
this.a = a;
|
|
77746
77718
|
if (b != this.a) {
|
|
77747
|
-
this.
|
|
77719
|
+
this.c0("PrimaryKey", b, this.a);
|
|
77748
77720
|
}
|
|
77749
77721
|
},
|
|
77750
77722
|
enumerable: false,
|
|
@@ -77765,44 +77737,44 @@
|
|
|
77765
77737
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
77766
77738
|
this.keys.removeAt(a);
|
|
77767
77739
|
};
|
|
77768
|
-
CheckboxList.prototype.
|
|
77769
|
-
this.
|
|
77740
|
+
CheckboxList.prototype.c4 = function () {
|
|
77741
|
+
this.co();
|
|
77770
77742
|
if (this.keysCleared != null) {
|
|
77771
77743
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
77772
77744
|
}
|
|
77773
77745
|
};
|
|
77774
|
-
CheckboxList.prototype.
|
|
77746
|
+
CheckboxList.prototype.c5 = function (a, b) {
|
|
77775
77747
|
if (this.e == null || this.e.actualSchema == null || this.am) {
|
|
77776
77748
|
return;
|
|
77777
77749
|
}
|
|
77778
77750
|
switch (b.action) {
|
|
77779
77751
|
case 0:
|
|
77780
77752
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
77781
|
-
this.
|
|
77753
|
+
this.cy(b.newItems.item(c));
|
|
77782
77754
|
}
|
|
77783
77755
|
break;
|
|
77784
77756
|
case 1:
|
|
77785
77757
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
77786
|
-
this.
|
|
77758
|
+
this.cz(b.oldItems.item(d));
|
|
77787
77759
|
}
|
|
77788
77760
|
break;
|
|
77789
77761
|
case 2:
|
|
77790
77762
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
77791
|
-
this.
|
|
77763
|
+
this.cz(b.oldItems.item(e));
|
|
77792
77764
|
}
|
|
77793
77765
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
77794
|
-
this.
|
|
77766
|
+
this.cy(b.newItems.item(f));
|
|
77795
77767
|
}
|
|
77796
77768
|
break;
|
|
77797
77769
|
case 4:
|
|
77798
77770
|
this.view.u(this.indexType == 0);
|
|
77799
77771
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
77800
|
-
this.
|
|
77772
|
+
this.cy(this.keys.ae._inner[g]);
|
|
77801
77773
|
}
|
|
77802
77774
|
break;
|
|
77803
77775
|
}
|
|
77804
77776
|
};
|
|
77805
|
-
CheckboxList.prototype.
|
|
77777
|
+
CheckboxList.prototype.cy = function (a) {
|
|
77806
77778
|
var _this = this;
|
|
77807
77779
|
var b = this.e.indexOfKey(a.value);
|
|
77808
77780
|
if (b >= 0) {
|
|
@@ -77819,7 +77791,7 @@
|
|
|
77819
77791
|
return $ret;
|
|
77820
77792
|
})()));
|
|
77821
77793
|
};
|
|
77822
|
-
CheckboxList.prototype.
|
|
77794
|
+
CheckboxList.prototype.cz = function (a) {
|
|
77823
77795
|
var _this = this;
|
|
77824
77796
|
var b = this.e.indexOfKey(a.value);
|
|
77825
77797
|
if (b >= 0) {
|
|
@@ -77836,7 +77808,7 @@
|
|
|
77836
77808
|
return $ret;
|
|
77837
77809
|
})()));
|
|
77838
77810
|
};
|
|
77839
|
-
CheckboxList.prototype.
|
|
77811
|
+
CheckboxList.prototype.cu = function (a, b) {
|
|
77840
77812
|
if (this.checkedChanged != null && this.an == false) {
|
|
77841
77813
|
var c_1 = null;
|
|
77842
77814
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -77860,22 +77832,22 @@
|
|
|
77860
77832
|
CheckboxList.prototype.destroy = function () {
|
|
77861
77833
|
if (this.f != null) {
|
|
77862
77834
|
var a = this.f;
|
|
77863
|
-
a.cellClicked = igniteuiWebcomponentsCore.delegateRemove(a.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.
|
|
77835
|
+
a.cellClicked = igniteuiWebcomponentsCore.delegateRemove(a.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.ck));
|
|
77864
77836
|
var b = this.f;
|
|
77865
|
-
b.sizeChanged = igniteuiWebcomponentsCore.delegateRemove(b.sizeChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
77837
|
+
b.sizeChanged = igniteuiWebcomponentsCore.delegateRemove(b.sizeChanged, igniteuiWebcomponentsCore.runOn(this, this.cl));
|
|
77866
77838
|
if (this.f.actualDataSource != null) {
|
|
77867
77839
|
var c = this.f.actualDataSource;
|
|
77868
|
-
c.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(c.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
77840
|
+
c.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(c.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.c1));
|
|
77869
77841
|
}
|
|
77870
77842
|
}
|
|
77871
77843
|
if (this.s != null) {
|
|
77872
77844
|
var d = this.s;
|
|
77873
|
-
d.change = igniteuiWebcomponentsCore.delegateRemove(d.change, igniteuiWebcomponentsCore.runOn(this, this.
|
|
77845
|
+
d.change = igniteuiWebcomponentsCore.delegateRemove(d.change, igniteuiWebcomponentsCore.runOn(this, this.cm));
|
|
77874
77846
|
}
|
|
77875
77847
|
this.provideContainer(null, null, null);
|
|
77876
77848
|
if (this.j != null) {
|
|
77877
77849
|
var e = this.j;
|
|
77878
|
-
e.cellUpdating = igniteuiWebcomponentsCore.delegateRemove(e.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.
|
|
77850
|
+
e.cellUpdating = igniteuiWebcomponentsCore.delegateRemove(e.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.cg));
|
|
77879
77851
|
}
|
|
77880
77852
|
};
|
|
77881
77853
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
@@ -77883,8 +77855,8 @@
|
|
|
77883
77855
|
if (null != this.f) {
|
|
77884
77856
|
this.f.scrollbarStyle = 1;
|
|
77885
77857
|
var d = this.f;
|
|
77886
|
-
d.sizeChanged = igniteuiWebcomponentsCore.delegateCombine(d.sizeChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
77887
|
-
this.f.scrollbarBackground = this.
|
|
77858
|
+
d.sizeChanged = igniteuiWebcomponentsCore.delegateCombine(d.sizeChanged, igniteuiWebcomponentsCore.runOn(this, this.cl));
|
|
77859
|
+
this.f.scrollbarBackground = this.d9;
|
|
77888
77860
|
this.f.headerHeight = 0;
|
|
77889
77861
|
this.f.rowSeparatorHeight = 0;
|
|
77890
77862
|
this.f.defaultColumnMinWidth = NaN;
|
|
@@ -77892,27 +77864,27 @@
|
|
|
77892
77864
|
this.f.activationMode = 0;
|
|
77893
77865
|
this.f.editMode = 0;
|
|
77894
77866
|
var e = this.f;
|
|
77895
|
-
e.cellClicked = igniteuiWebcomponentsCore.delegateCombine(e.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.
|
|
77896
|
-
if (this.a2 != null) {
|
|
77897
|
-
this.f.itemsSource = this.a2;
|
|
77898
|
-
this.cd();
|
|
77899
|
-
this.c1();
|
|
77900
|
-
}
|
|
77867
|
+
e.cellClicked = igniteuiWebcomponentsCore.delegateCombine(e.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.ck));
|
|
77901
77868
|
if (this.a4 != null) {
|
|
77902
|
-
this.
|
|
77903
|
-
this.
|
|
77869
|
+
this.f.itemsSource = this.a4;
|
|
77870
|
+
this.cf();
|
|
77871
|
+
this.c3();
|
|
77872
|
+
}
|
|
77873
|
+
if (this.a6 != null) {
|
|
77874
|
+
this.c3();
|
|
77875
|
+
this.dg();
|
|
77904
77876
|
}
|
|
77905
77877
|
}
|
|
77906
77878
|
this.view.q(c);
|
|
77907
77879
|
this.view.m(a);
|
|
77908
77880
|
};
|
|
77909
|
-
CheckboxList.prototype.
|
|
77881
|
+
CheckboxList.prototype.cl = function (a, b) {
|
|
77910
77882
|
this.f.scrollbarStyle = this.aa;
|
|
77911
77883
|
};
|
|
77912
77884
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
77913
77885
|
this.view.q(a);
|
|
77914
77886
|
};
|
|
77915
|
-
CheckboxList.prototype.
|
|
77887
|
+
CheckboxList.prototype.ck = function (a, b) {
|
|
77916
77888
|
if (b.cellInfo.l.a5 == 0) {
|
|
77917
77889
|
return;
|
|
77918
77890
|
}
|
|
@@ -77935,7 +77907,7 @@
|
|
|
77935
77907
|
this.keys.add(e);
|
|
77936
77908
|
}
|
|
77937
77909
|
};
|
|
77938
|
-
CheckboxList.prototype.
|
|
77910
|
+
CheckboxList.prototype.cg = function (a, b) {
|
|
77939
77911
|
var c = b.cellInfo.l.x;
|
|
77940
77912
|
if (-1 == c) {
|
|
77941
77913
|
return;
|
|
@@ -77949,9 +77921,9 @@
|
|
|
77949
77921
|
}
|
|
77950
77922
|
this.view.o(b.content.element, c, d);
|
|
77951
77923
|
};
|
|
77952
|
-
CheckboxList.prototype.
|
|
77953
|
-
if (this.
|
|
77954
|
-
var b = this.d.property(this.
|
|
77924
|
+
CheckboxList.prototype.cv = function (a) {
|
|
77925
|
+
if (this.a6 != null) {
|
|
77926
|
+
var b = this.d.property(this.a6).cast(igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
77955
77927
|
var c = b.contains(a);
|
|
77956
77928
|
if (!this.f.filterExpressions.k.contains(this.c)) {
|
|
77957
77929
|
this.c = c;
|
|
@@ -77965,13 +77937,13 @@
|
|
|
77965
77937
|
};
|
|
77966
77938
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
77967
77939
|
get: function () {
|
|
77968
|
-
return this.
|
|
77940
|
+
return this.a4;
|
|
77969
77941
|
},
|
|
77970
77942
|
set: function (a) {
|
|
77971
|
-
var b = this.
|
|
77972
|
-
this.
|
|
77973
|
-
if (b != this.
|
|
77974
|
-
this.
|
|
77943
|
+
var b = this.a4;
|
|
77944
|
+
this.a4 = a;
|
|
77945
|
+
if (b != this.a4) {
|
|
77946
|
+
this.c0("ItemsSource", b, this.a4);
|
|
77975
77947
|
}
|
|
77976
77948
|
},
|
|
77977
77949
|
enumerable: false,
|
|
@@ -77979,13 +77951,13 @@
|
|
|
77979
77951
|
});
|
|
77980
77952
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
77981
77953
|
get: function () {
|
|
77982
|
-
return this.
|
|
77954
|
+
return this.a6;
|
|
77983
77955
|
},
|
|
77984
77956
|
set: function (a) {
|
|
77985
|
-
var b = this.
|
|
77986
|
-
this.
|
|
77987
|
-
if (b != this.
|
|
77988
|
-
this.
|
|
77957
|
+
var b = this.a6;
|
|
77958
|
+
this.a6 = a;
|
|
77959
|
+
if (b != this.a6) {
|
|
77960
|
+
this.c0("DataMemberPath", b, this.a6);
|
|
77989
77961
|
}
|
|
77990
77962
|
},
|
|
77991
77963
|
enumerable: false,
|
|
@@ -77993,27 +77965,27 @@
|
|
|
77993
77965
|
});
|
|
77994
77966
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
77995
77967
|
get: function () {
|
|
77996
|
-
return this.
|
|
77968
|
+
return this.a8;
|
|
77997
77969
|
},
|
|
77998
77970
|
set: function (a) {
|
|
77999
|
-
var b = this.
|
|
78000
|
-
this.
|
|
78001
|
-
if (b != this.
|
|
78002
|
-
this.
|
|
77971
|
+
var b = this.a8;
|
|
77972
|
+
this.a8 = a;
|
|
77973
|
+
if (b != this.a8) {
|
|
77974
|
+
this.c0("SelectedMemberPath", b, this.a8);
|
|
78003
77975
|
}
|
|
78004
77976
|
},
|
|
78005
77977
|
enumerable: false,
|
|
78006
77978
|
configurable: true
|
|
78007
77979
|
});
|
|
78008
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
77980
|
+
Object.defineProperty(CheckboxList.prototype, "bm", {
|
|
78009
77981
|
get: function () {
|
|
78010
|
-
return this.
|
|
77982
|
+
return this.a7;
|
|
78011
77983
|
},
|
|
78012
77984
|
set: function (a) {
|
|
78013
|
-
var b = this.
|
|
78014
|
-
this.
|
|
78015
|
-
if (b != this.
|
|
78016
|
-
this.
|
|
77985
|
+
var b = this.a7;
|
|
77986
|
+
this.a7 = a;
|
|
77987
|
+
if (b != this.a7) {
|
|
77988
|
+
this.c0("FilterPlaceholderText", b, this.a7);
|
|
78017
77989
|
}
|
|
78018
77990
|
},
|
|
78019
77991
|
enumerable: false,
|
|
@@ -78027,32 +77999,44 @@
|
|
|
78027
77999
|
var b = this.w;
|
|
78028
78000
|
this.w = a;
|
|
78029
78001
|
if (b != this.w) {
|
|
78030
|
-
this.
|
|
78002
|
+
this.c0("SearchInputType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, this.w));
|
|
78031
78003
|
}
|
|
78032
78004
|
},
|
|
78033
78005
|
enumerable: false,
|
|
78034
78006
|
configurable: true
|
|
78035
78007
|
});
|
|
78036
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78008
|
+
Object.defineProperty(CheckboxList.prototype, "a3", {
|
|
78037
78009
|
get: function () {
|
|
78038
|
-
return this.
|
|
78010
|
+
return this.a0;
|
|
78039
78011
|
},
|
|
78040
78012
|
set: function (a) {
|
|
78041
|
-
var b = this.
|
|
78042
|
-
this.
|
|
78043
|
-
if (b != this.
|
|
78044
|
-
this.
|
|
78013
|
+
var b = this.a0;
|
|
78014
|
+
this.a0 = a;
|
|
78015
|
+
if (b != this.a0) {
|
|
78016
|
+
this.c0("RowHeight", b, this.a0);
|
|
78045
78017
|
}
|
|
78046
78018
|
},
|
|
78047
78019
|
enumerable: false,
|
|
78048
78020
|
configurable: true
|
|
78049
78021
|
});
|
|
78050
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78022
|
+
Object.defineProperty(CheckboxList.prototype, "a1", {
|
|
78051
78023
|
get: function () {
|
|
78052
78024
|
if (this.f != null) {
|
|
78053
78025
|
return this.f.actualRowHeight;
|
|
78054
78026
|
}
|
|
78055
|
-
|
|
78027
|
+
else if (this.a0 != -1) {
|
|
78028
|
+
return this.a0;
|
|
78029
|
+
}
|
|
78030
|
+
else {
|
|
78031
|
+
switch (this.density) {
|
|
78032
|
+
case 4:
|
|
78033
|
+
case 3: return GridStyleRepository.q;
|
|
78034
|
+
case 0:
|
|
78035
|
+
case 2: return GridStyleRepository.r;
|
|
78036
|
+
case 1: return GridStyleRepository.p;
|
|
78037
|
+
}
|
|
78038
|
+
return GridStyleRepository.r;
|
|
78039
|
+
}
|
|
78056
78040
|
},
|
|
78057
78041
|
enumerable: false,
|
|
78058
78042
|
configurable: true
|
|
@@ -78065,7 +78049,7 @@
|
|
|
78065
78049
|
var b = this.ag;
|
|
78066
78050
|
this.ag = a;
|
|
78067
78051
|
if (b != this.ag) {
|
|
78068
|
-
this.
|
|
78052
|
+
this.c0("CellTextStyle", b, this.ag);
|
|
78069
78053
|
}
|
|
78070
78054
|
},
|
|
78071
78055
|
enumerable: false,
|
|
@@ -78079,7 +78063,7 @@
|
|
|
78079
78063
|
var b = this.k;
|
|
78080
78064
|
this.k = a;
|
|
78081
78065
|
if (b != this.k) {
|
|
78082
|
-
this.
|
|
78066
|
+
this.c0("IndexType", igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, b), igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
78083
78067
|
}
|
|
78084
78068
|
},
|
|
78085
78069
|
enumerable: false,
|
|
@@ -78093,7 +78077,7 @@
|
|
|
78093
78077
|
var b = this.ab;
|
|
78094
78078
|
this.ab = a;
|
|
78095
78079
|
if (b != this.ab) {
|
|
78096
|
-
this.
|
|
78080
|
+
this.c0("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.ab));
|
|
78097
78081
|
}
|
|
78098
78082
|
},
|
|
78099
78083
|
enumerable: false,
|
|
@@ -78107,13 +78091,27 @@
|
|
|
78107
78091
|
var b = this.ad;
|
|
78108
78092
|
this.ad = a;
|
|
78109
78093
|
if (b != this.ad) {
|
|
78110
|
-
this.
|
|
78094
|
+
this.c0("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.ad));
|
|
78111
78095
|
}
|
|
78112
78096
|
},
|
|
78113
78097
|
enumerable: false,
|
|
78114
78098
|
configurable: true
|
|
78115
78099
|
});
|
|
78116
78100
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
78101
|
+
get: function () {
|
|
78102
|
+
return this.du;
|
|
78103
|
+
},
|
|
78104
|
+
set: function (a) {
|
|
78105
|
+
var b = this.du;
|
|
78106
|
+
this.du = a;
|
|
78107
|
+
if (b != this.du) {
|
|
78108
|
+
this.c0("SearchIconColor", b, this.du);
|
|
78109
|
+
}
|
|
78110
|
+
},
|
|
78111
|
+
enumerable: false,
|
|
78112
|
+
configurable: true
|
|
78113
|
+
});
|
|
78114
|
+
Object.defineProperty(CheckboxList.prototype, "ea", {
|
|
78117
78115
|
get: function () {
|
|
78118
78116
|
return this.ds;
|
|
78119
78117
|
},
|
|
@@ -78121,27 +78119,27 @@
|
|
|
78121
78119
|
var b = this.ds;
|
|
78122
78120
|
this.ds = a;
|
|
78123
78121
|
if (b != this.ds) {
|
|
78124
|
-
this.
|
|
78122
|
+
this.c0("SearchBackgroundColor", b, this.ds);
|
|
78125
78123
|
}
|
|
78126
78124
|
},
|
|
78127
78125
|
enumerable: false,
|
|
78128
78126
|
configurable: true
|
|
78129
78127
|
});
|
|
78130
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78128
|
+
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
78131
78129
|
get: function () {
|
|
78132
|
-
return this.
|
|
78130
|
+
return this.dv;
|
|
78133
78131
|
},
|
|
78134
78132
|
set: function (a) {
|
|
78135
|
-
var b = this.
|
|
78136
|
-
this.
|
|
78137
|
-
if (b != this.
|
|
78138
|
-
this.
|
|
78133
|
+
var b = this.dv;
|
|
78134
|
+
this.dv = a;
|
|
78135
|
+
if (b != this.dv) {
|
|
78136
|
+
this.c0("SearchTextColor", b, this.dv);
|
|
78139
78137
|
}
|
|
78140
78138
|
},
|
|
78141
78139
|
enumerable: false,
|
|
78142
78140
|
configurable: true
|
|
78143
78141
|
});
|
|
78144
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78142
|
+
Object.defineProperty(CheckboxList.prototype, "eb", {
|
|
78145
78143
|
get: function () {
|
|
78146
78144
|
return this.dt;
|
|
78147
78145
|
},
|
|
@@ -78149,35 +78147,35 @@
|
|
|
78149
78147
|
var b = this.dt;
|
|
78150
78148
|
this.dt = a;
|
|
78151
78149
|
if (b != this.dt) {
|
|
78152
|
-
this.
|
|
78150
|
+
this.c0("SearchBorderColor", b, this.dt);
|
|
78153
78151
|
}
|
|
78154
78152
|
},
|
|
78155
78153
|
enumerable: false,
|
|
78156
78154
|
configurable: true
|
|
78157
78155
|
});
|
|
78158
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78156
|
+
Object.defineProperty(CheckboxList.prototype, "aj", {
|
|
78159
78157
|
get: function () {
|
|
78160
|
-
return this.
|
|
78158
|
+
return this.ah;
|
|
78161
78159
|
},
|
|
78162
78160
|
set: function (a) {
|
|
78163
|
-
var b = this.
|
|
78164
|
-
this.
|
|
78165
|
-
if (b != this.
|
|
78166
|
-
this.
|
|
78161
|
+
var b = this.ah;
|
|
78162
|
+
this.ah = a;
|
|
78163
|
+
if (b != this.ah) {
|
|
78164
|
+
this.c0("SearchTextStyle", b, this.ah);
|
|
78167
78165
|
}
|
|
78168
78166
|
},
|
|
78169
78167
|
enumerable: false,
|
|
78170
78168
|
configurable: true
|
|
78171
78169
|
});
|
|
78172
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78170
|
+
Object.defineProperty(CheckboxList.prototype, "d2", {
|
|
78173
78171
|
get: function () {
|
|
78174
|
-
return this.
|
|
78172
|
+
return this.dm;
|
|
78175
78173
|
},
|
|
78176
78174
|
set: function (a) {
|
|
78177
|
-
var b = this.
|
|
78178
|
-
this.
|
|
78179
|
-
if (b != this.
|
|
78180
|
-
this.
|
|
78175
|
+
var b = this.dm;
|
|
78176
|
+
this.dm = a;
|
|
78177
|
+
if (b != this.dm) {
|
|
78178
|
+
this.c0("CheckboxTickColor", b, this.dm);
|
|
78181
78179
|
}
|
|
78182
78180
|
},
|
|
78183
78181
|
enumerable: false,
|
|
@@ -78191,21 +78189,21 @@
|
|
|
78191
78189
|
var b = this.dk;
|
|
78192
78190
|
this.dk = a;
|
|
78193
78191
|
if (b != this.dk) {
|
|
78194
|
-
this.
|
|
78192
|
+
this.c0("CheckboxCheckedBackgroundColor", b, this.dk);
|
|
78195
78193
|
}
|
|
78196
78194
|
},
|
|
78197
78195
|
enumerable: false,
|
|
78198
78196
|
configurable: true
|
|
78199
78197
|
});
|
|
78200
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78198
|
+
Object.defineProperty(CheckboxList.prototype, "d3", {
|
|
78201
78199
|
get: function () {
|
|
78202
|
-
return this.
|
|
78200
|
+
return this.dn;
|
|
78203
78201
|
},
|
|
78204
78202
|
set: function (a) {
|
|
78205
|
-
var b = this.
|
|
78206
|
-
this.
|
|
78207
|
-
if (b != this.
|
|
78208
|
-
this.
|
|
78203
|
+
var b = this.dn;
|
|
78204
|
+
this.dn = a;
|
|
78205
|
+
if (b != this.dn) {
|
|
78206
|
+
this.c0("CheckboxUncheckedBackgroundColor", b, this.dn);
|
|
78209
78207
|
}
|
|
78210
78208
|
},
|
|
78211
78209
|
enumerable: false,
|
|
@@ -78219,35 +78217,21 @@
|
|
|
78219
78217
|
var b = this.dl;
|
|
78220
78218
|
this.dl = a;
|
|
78221
78219
|
if (b != this.dl) {
|
|
78222
|
-
this.
|
|
78220
|
+
this.c0("CheckboxCheckedBorderColor", b, this.dl);
|
|
78223
78221
|
}
|
|
78224
78222
|
},
|
|
78225
78223
|
enumerable: false,
|
|
78226
78224
|
configurable: true
|
|
78227
78225
|
});
|
|
78228
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78226
|
+
Object.defineProperty(CheckboxList.prototype, "d4", {
|
|
78229
78227
|
get: function () {
|
|
78230
|
-
return this.
|
|
78231
|
-
},
|
|
78232
|
-
set: function (a) {
|
|
78233
|
-
var b = this.dj;
|
|
78234
|
-
this.dj = a;
|
|
78235
|
-
if (b != this.dj) {
|
|
78236
|
-
this.cy("CheckboxCheckedBorderColor", b, this.dj);
|
|
78237
|
-
}
|
|
78238
|
-
},
|
|
78239
|
-
enumerable: false,
|
|
78240
|
-
configurable: true
|
|
78241
|
-
});
|
|
78242
|
-
Object.defineProperty(CheckboxList.prototype, "d2", {
|
|
78243
|
-
get: function () {
|
|
78244
|
-
return this.dm;
|
|
78228
|
+
return this.dp;
|
|
78245
78229
|
},
|
|
78246
78230
|
set: function (a) {
|
|
78247
|
-
var b = this.
|
|
78248
|
-
this.
|
|
78249
|
-
if (b != this.
|
|
78250
|
-
this.
|
|
78231
|
+
var b = this.dp;
|
|
78232
|
+
this.dp = a;
|
|
78233
|
+
if (b != this.dp) {
|
|
78234
|
+
this.c0("CheckboxUncheckedBorderColor", b, this.dp);
|
|
78251
78235
|
}
|
|
78252
78236
|
},
|
|
78253
78237
|
enumerable: false,
|
|
@@ -78261,42 +78245,42 @@
|
|
|
78261
78245
|
var b = this.z;
|
|
78262
78246
|
this.z = a;
|
|
78263
78247
|
if (b != this.z) {
|
|
78264
|
-
this.
|
|
78248
|
+
this.c0("ScrollbarStyle", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, this.z));
|
|
78265
78249
|
}
|
|
78266
78250
|
},
|
|
78267
78251
|
enumerable: false,
|
|
78268
78252
|
configurable: true
|
|
78269
78253
|
});
|
|
78270
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78254
|
+
Object.defineProperty(CheckboxList.prototype, "d9", {
|
|
78271
78255
|
get: function () {
|
|
78272
|
-
return this.
|
|
78256
|
+
return this.dr;
|
|
78273
78257
|
},
|
|
78274
78258
|
set: function (a) {
|
|
78275
|
-
var b = this.
|
|
78276
|
-
this.
|
|
78277
|
-
if (b != this.
|
|
78278
|
-
this.
|
|
78259
|
+
var b = this.dr;
|
|
78260
|
+
this.dr = a;
|
|
78261
|
+
if (b != this.dr) {
|
|
78262
|
+
this.c0("ScrollbarBackground", b, this.dr);
|
|
78279
78263
|
}
|
|
78280
78264
|
},
|
|
78281
78265
|
enumerable: false,
|
|
78282
78266
|
configurable: true
|
|
78283
78267
|
});
|
|
78284
|
-
CheckboxList.prototype.
|
|
78268
|
+
CheckboxList.prototype.c0 = function (a, b, c) {
|
|
78285
78269
|
if (this.propertyChanged != null) {
|
|
78286
78270
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
78287
78271
|
}
|
|
78288
|
-
this.
|
|
78272
|
+
this.c6(a, b, c);
|
|
78289
78273
|
};
|
|
78290
|
-
CheckboxList.prototype.
|
|
78274
|
+
CheckboxList.prototype.c6 = function (a, b, c) {
|
|
78291
78275
|
switch (a) {
|
|
78292
78276
|
case "IndexType":
|
|
78293
78277
|
this.keys.clear();
|
|
78294
|
-
this.
|
|
78278
|
+
this.co();
|
|
78295
78279
|
if (this.keysCleared != null) {
|
|
78296
78280
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
78297
78281
|
}
|
|
78298
78282
|
this.view.ag();
|
|
78299
|
-
this.
|
|
78283
|
+
this.cw(b, c);
|
|
78300
78284
|
break;
|
|
78301
78285
|
case "ItemsSource":
|
|
78302
78286
|
if (this.f != null) {
|
|
@@ -78309,16 +78293,16 @@
|
|
|
78309
78293
|
}
|
|
78310
78294
|
if (this.f.actualDataSource != null) {
|
|
78311
78295
|
var d = this.f.actualDataSource;
|
|
78312
|
-
d.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(d.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
78296
|
+
d.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(d.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.c1));
|
|
78313
78297
|
}
|
|
78314
|
-
this.f.itemsSource = this.
|
|
78315
|
-
this.
|
|
78298
|
+
this.f.itemsSource = this.a4;
|
|
78299
|
+
this.cf();
|
|
78316
78300
|
if (this.f.actualDataSource != null) {
|
|
78317
78301
|
var e = this.f.actualDataSource;
|
|
78318
|
-
e.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(e.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
78302
|
+
e.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(e.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.c1));
|
|
78319
78303
|
}
|
|
78320
78304
|
this.an = true;
|
|
78321
|
-
this.
|
|
78305
|
+
this.c3();
|
|
78322
78306
|
this.an = false;
|
|
78323
78307
|
this.view.ag();
|
|
78324
78308
|
}
|
|
@@ -78326,9 +78310,9 @@
|
|
|
78326
78310
|
case "DataMemberPath":
|
|
78327
78311
|
case "SelectedMemberPath":
|
|
78328
78312
|
if (this.f != null) {
|
|
78329
|
-
if (this.
|
|
78330
|
-
this.
|
|
78331
|
-
this.
|
|
78313
|
+
if (this.a6 != null) {
|
|
78314
|
+
this.c3();
|
|
78315
|
+
this.dg();
|
|
78332
78316
|
}
|
|
78333
78317
|
}
|
|
78334
78318
|
break;
|
|
@@ -78338,7 +78322,7 @@
|
|
|
78338
78322
|
}
|
|
78339
78323
|
break;
|
|
78340
78324
|
case "SelectAllCaptionTextColor":
|
|
78341
|
-
this.
|
|
78325
|
+
this.dy = null != this.ee ? this.ee : CheckboxList.d7;
|
|
78342
78326
|
break;
|
|
78343
78327
|
case "SelectAllCaption":
|
|
78344
78328
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -78354,7 +78338,7 @@
|
|
|
78354
78338
|
break;
|
|
78355
78339
|
case "FilterPlaceholderText":
|
|
78356
78340
|
if (this.s != null) {
|
|
78357
|
-
this.s.cg = this.
|
|
78341
|
+
this.s.cg = this.bm;
|
|
78358
78342
|
}
|
|
78359
78343
|
break;
|
|
78360
78344
|
case "SearchInputType":
|
|
@@ -78364,7 +78348,7 @@
|
|
|
78364
78348
|
break;
|
|
78365
78349
|
case "RowHeight":
|
|
78366
78350
|
if (this.f != null) {
|
|
78367
|
-
this.f.rowHeight = this.
|
|
78351
|
+
this.f.rowHeight = this.a3;
|
|
78368
78352
|
}
|
|
78369
78353
|
break;
|
|
78370
78354
|
case "CellTextStyle":
|
|
@@ -78378,7 +78362,7 @@
|
|
|
78378
78362
|
case "RowHoverBackgroundColor":
|
|
78379
78363
|
var f = this.f;
|
|
78380
78364
|
if (null != f) {
|
|
78381
|
-
f.cellTextColor = this.
|
|
78365
|
+
f.cellTextColor = this.eg;
|
|
78382
78366
|
f.cellBackground = this.backgroundColor;
|
|
78383
78367
|
f.cellSelectedBackground = this.backgroundColor;
|
|
78384
78368
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
@@ -78386,10 +78370,10 @@
|
|
|
78386
78370
|
this.view.ad();
|
|
78387
78371
|
break;
|
|
78388
78372
|
case "BaseTheme":
|
|
78389
|
-
this.
|
|
78373
|
+
this.df();
|
|
78390
78374
|
break;
|
|
78391
78375
|
case "Density":
|
|
78392
|
-
this.
|
|
78376
|
+
this.de();
|
|
78393
78377
|
break;
|
|
78394
78378
|
case "IsRowHoverEnabled":
|
|
78395
78379
|
if (this.f != null) {
|
|
@@ -78403,17 +78387,17 @@
|
|
|
78403
78387
|
break;
|
|
78404
78388
|
case "ScrollbarBackground":
|
|
78405
78389
|
if (this.f != null) {
|
|
78406
|
-
this.f.scrollbarBackground = this.
|
|
78390
|
+
this.f.scrollbarBackground = this.d9;
|
|
78407
78391
|
}
|
|
78408
78392
|
break;
|
|
78409
78393
|
case "SearchIconColor":
|
|
78410
78394
|
this.view.ab();
|
|
78411
78395
|
break;
|
|
78412
78396
|
case "SearchBackgroundColor":
|
|
78413
|
-
this.v.mc = this.
|
|
78397
|
+
this.v.mc = this.ea;
|
|
78414
78398
|
break;
|
|
78415
78399
|
case "SearchBorderColor":
|
|
78416
|
-
this.v.md = this.
|
|
78400
|
+
this.v.md = this.eb;
|
|
78417
78401
|
break;
|
|
78418
78402
|
case "SearchTextColor":
|
|
78419
78403
|
if (this.t != null) {
|
|
@@ -78435,7 +78419,7 @@
|
|
|
78435
78419
|
break;
|
|
78436
78420
|
}
|
|
78437
78421
|
};
|
|
78438
|
-
CheckboxList.prototype.
|
|
78422
|
+
CheckboxList.prototype.cw = function (a, b) {
|
|
78439
78423
|
if (this.indexTypeChanged != null) {
|
|
78440
78424
|
this.indexTypeChanged(this, ((function () {
|
|
78441
78425
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -78445,7 +78429,7 @@
|
|
|
78445
78429
|
})()));
|
|
78446
78430
|
}
|
|
78447
78431
|
};
|
|
78448
|
-
CheckboxList.prototype.
|
|
78432
|
+
CheckboxList.prototype.de = function () {
|
|
78449
78433
|
if (this.f != null) {
|
|
78450
78434
|
this.f.density = this.density;
|
|
78451
78435
|
}
|
|
@@ -78454,7 +78438,7 @@
|
|
|
78454
78438
|
}
|
|
78455
78439
|
this.view.x();
|
|
78456
78440
|
};
|
|
78457
|
-
CheckboxList.prototype.
|
|
78441
|
+
CheckboxList.prototype.df = function () {
|
|
78458
78442
|
if (this.u != null) {
|
|
78459
78443
|
this.u.p = this.baseTheme;
|
|
78460
78444
|
}
|
|
@@ -78462,31 +78446,31 @@
|
|
|
78462
78446
|
this.t.d8 = this.searchTextColor;
|
|
78463
78447
|
}
|
|
78464
78448
|
if (this.f != null) {
|
|
78465
|
-
this.f.cellTextColor = this.
|
|
78449
|
+
this.f.cellTextColor = this.eg;
|
|
78466
78450
|
this.f.cellBackground = this.backgroundColor;
|
|
78467
78451
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
78468
78452
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
78469
78453
|
}
|
|
78470
78454
|
this.view.z();
|
|
78471
78455
|
};
|
|
78472
|
-
CheckboxList.prototype.
|
|
78456
|
+
CheckboxList.prototype.c1 = function (a, b) {
|
|
78473
78457
|
this.an = true;
|
|
78474
|
-
this.
|
|
78458
|
+
this.cf();
|
|
78475
78459
|
if (b.schema != null) {
|
|
78476
|
-
this.
|
|
78460
|
+
this.c3();
|
|
78477
78461
|
for (var c = 0; c < this.keys.count; c++) {
|
|
78478
|
-
this.
|
|
78462
|
+
this.cy(this.keys._inner[c]);
|
|
78479
78463
|
}
|
|
78480
78464
|
this.view.ag();
|
|
78481
78465
|
}
|
|
78482
78466
|
this.an = false;
|
|
78483
78467
|
};
|
|
78484
|
-
CheckboxList.prototype.
|
|
78485
|
-
if (this.af == null && this.
|
|
78486
|
-
this.af = new igniteuiWebcomponentsCore.FastReflectionHelper(false, this.
|
|
78468
|
+
CheckboxList.prototype.c3 = function () {
|
|
78469
|
+
if (this.af == null && this.a8 != null && this.a8 != "") {
|
|
78470
|
+
this.af = new igniteuiWebcomponentsCore.FastReflectionHelper(false, this.a8);
|
|
78487
78471
|
}
|
|
78488
|
-
if (this.
|
|
78489
|
-
this.af.propertyName = this.
|
|
78472
|
+
if (this.a4 != null && this.af != null && this.f.actualDataSource.actualSchema != null) {
|
|
78473
|
+
this.af.propertyName = this.a8;
|
|
78490
78474
|
var a = this.f.actualDataSource.actualCount;
|
|
78491
78475
|
for (var b = 0; b < a; b++) {
|
|
78492
78476
|
var c = this.f.actualDataSource.getItemAtIndex(b);
|
|
@@ -78500,11 +78484,11 @@
|
|
|
78500
78484
|
}
|
|
78501
78485
|
}
|
|
78502
78486
|
};
|
|
78503
|
-
CheckboxList.prototype.
|
|
78487
|
+
CheckboxList.prototype.dg = function () {
|
|
78504
78488
|
this.f.actualColumns.clear();
|
|
78505
78489
|
this.f.primaryKey = this.primaryKey;
|
|
78506
78490
|
this.f.isGroupRowSticky = false;
|
|
78507
|
-
this.f.rowHeight = this.
|
|
78491
|
+
this.f.rowHeight = this.a3;
|
|
78508
78492
|
this.f.cellBackground = this.backgroundColor;
|
|
78509
78493
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
78510
78494
|
this.f.density = this.density;
|
|
@@ -78514,10 +78498,10 @@
|
|
|
78514
78498
|
this.f.cellTextStyle = this.ai;
|
|
78515
78499
|
}
|
|
78516
78500
|
var a = new TemplateColumn();
|
|
78517
|
-
if (this.
|
|
78518
|
-
this.
|
|
78501
|
+
if (this.a8 == null) {
|
|
78502
|
+
this.a8 = "";
|
|
78519
78503
|
}
|
|
78520
|
-
a.lo = this.
|
|
78504
|
+
a.lo = this.a8;
|
|
78521
78505
|
a.mf = "CheckboxColumn";
|
|
78522
78506
|
var b = new ColumnWidth();
|
|
78523
78507
|
b.c = false;
|
|
@@ -78525,10 +78509,10 @@
|
|
|
78525
78509
|
a.width = b;
|
|
78526
78510
|
a.kk = 0;
|
|
78527
78511
|
a.kl = 0;
|
|
78528
|
-
a.cellUpdating = igniteuiWebcomponentsCore.delegateCombine(a.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.
|
|
78512
|
+
a.cellUpdating = igniteuiWebcomponentsCore.delegateCombine(a.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.cg));
|
|
78529
78513
|
this.f.columns.add(a);
|
|
78530
78514
|
this.j = a;
|
|
78531
|
-
var c = this.f.actualDataSource.resolveSchemaPropertyType(this.
|
|
78515
|
+
var c = this.f.actualDataSource.resolveSchemaPropertyType(this.a6);
|
|
78532
78516
|
var d;
|
|
78533
78517
|
switch (c) {
|
|
78534
78518
|
case 8:
|
|
@@ -78551,7 +78535,7 @@
|
|
|
78551
78535
|
d = new TextColumn();
|
|
78552
78536
|
break;
|
|
78553
78537
|
}
|
|
78554
|
-
d.lo = this.
|
|
78538
|
+
d.lo = this.a6;
|
|
78555
78539
|
d.mf = "DataColumn";
|
|
78556
78540
|
d.kk = 0;
|
|
78557
78541
|
d.g = 0;
|
|
@@ -78563,14 +78547,14 @@
|
|
|
78563
78547
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
78564
78548
|
this.view.p(a);
|
|
78565
78549
|
};
|
|
78566
|
-
CheckboxList.prototype.
|
|
78550
|
+
CheckboxList.prototype.cx = function () {
|
|
78567
78551
|
var a = this.t;
|
|
78568
|
-
a.changing = igniteuiWebcomponentsCore.delegateCombine(a.changing, igniteuiWebcomponentsCore.runOn(this, this.
|
|
78569
|
-
this.
|
|
78552
|
+
a.changing = igniteuiWebcomponentsCore.delegateCombine(a.changing, igniteuiWebcomponentsCore.runOn(this, this.cm));
|
|
78553
|
+
this.df();
|
|
78570
78554
|
};
|
|
78571
|
-
CheckboxList.prototype.
|
|
78555
|
+
CheckboxList.prototype.cm = function (a, b) {
|
|
78572
78556
|
var c = b.value.toLowerCase();
|
|
78573
|
-
this.
|
|
78557
|
+
this.cv(c);
|
|
78574
78558
|
};
|
|
78575
78559
|
CheckboxList.prototype.i = function (a) {
|
|
78576
78560
|
if (this.primaryKey == null) {
|
|
@@ -78584,7 +78568,7 @@
|
|
|
78584
78568
|
}
|
|
78585
78569
|
return new PrimaryKeyValue(b, c);
|
|
78586
78570
|
};
|
|
78587
|
-
CheckboxList.prototype.
|
|
78571
|
+
CheckboxList.prototype.da = function (a) {
|
|
78588
78572
|
this.am = true;
|
|
78589
78573
|
var b = this.e.getItemAtIndex(a);
|
|
78590
78574
|
if (this.af != null) {
|
|
@@ -78594,7 +78578,7 @@
|
|
|
78594
78578
|
this.keys.remove(c);
|
|
78595
78579
|
this.am = false;
|
|
78596
78580
|
};
|
|
78597
|
-
CheckboxList.prototype.
|
|
78581
|
+
CheckboxList.prototype.cc = function (a) {
|
|
78598
78582
|
this.am = true;
|
|
78599
78583
|
var b = this.e.getItemAtIndex(a);
|
|
78600
78584
|
if (this.af != null) {
|
|
@@ -78604,50 +78588,50 @@
|
|
|
78604
78588
|
this.keys.add(c);
|
|
78605
78589
|
this.am = false;
|
|
78606
78590
|
};
|
|
78607
|
-
CheckboxList.prototype.
|
|
78591
|
+
CheckboxList.prototype.dd = function () {
|
|
78608
78592
|
this.indexType = 0;
|
|
78609
78593
|
this.keys.clear();
|
|
78610
|
-
this.
|
|
78594
|
+
this.co();
|
|
78611
78595
|
if (this.keysCleared != null) {
|
|
78612
78596
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
78613
78597
|
}
|
|
78614
78598
|
};
|
|
78615
|
-
CheckboxList.prototype.
|
|
78599
|
+
CheckboxList.prototype.ci = function () {
|
|
78616
78600
|
this.indexType = 1;
|
|
78617
78601
|
this.keys.clear();
|
|
78618
|
-
this.
|
|
78602
|
+
this.co();
|
|
78619
78603
|
if (this.keysCleared != null) {
|
|
78620
78604
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
78621
78605
|
}
|
|
78622
78606
|
};
|
|
78623
|
-
CheckboxList.prototype.
|
|
78607
|
+
CheckboxList.prototype.cs = function (a, b, c) {
|
|
78624
78608
|
if (this.f != null) {
|
|
78625
78609
|
this.f.notifySetItem(a, b, c);
|
|
78626
78610
|
}
|
|
78627
78611
|
};
|
|
78628
|
-
CheckboxList.prototype.
|
|
78612
|
+
CheckboxList.prototype.cp = function () {
|
|
78629
78613
|
if (this.f != null) {
|
|
78630
78614
|
this.f.notifyClearItems();
|
|
78631
78615
|
}
|
|
78632
78616
|
};
|
|
78633
|
-
CheckboxList.prototype.
|
|
78617
|
+
CheckboxList.prototype.co = function () {
|
|
78634
78618
|
if (this.f != null) {
|
|
78635
78619
|
this.f.invalidateVisibleRows();
|
|
78636
78620
|
}
|
|
78637
78621
|
};
|
|
78638
|
-
CheckboxList.prototype.
|
|
78622
|
+
CheckboxList.prototype.cq = function (a, b) {
|
|
78639
78623
|
if (this.f != null) {
|
|
78640
78624
|
this.f.notifyInsertItem(a, b);
|
|
78641
78625
|
}
|
|
78642
78626
|
;
|
|
78643
78627
|
};
|
|
78644
|
-
CheckboxList.prototype.
|
|
78628
|
+
CheckboxList.prototype.cr = function (a, b) {
|
|
78645
78629
|
if (this.f != null) {
|
|
78646
78630
|
this.f.notifyRemoveItem(a, b);
|
|
78647
78631
|
}
|
|
78648
78632
|
;
|
|
78649
78633
|
};
|
|
78650
|
-
CheckboxList.prototype.
|
|
78634
|
+
CheckboxList.prototype.cd = function (a) {
|
|
78651
78635
|
var b = null;
|
|
78652
78636
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
78653
78637
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -78667,7 +78651,7 @@
|
|
|
78667
78651
|
this.keys.add(b);
|
|
78668
78652
|
}
|
|
78669
78653
|
};
|
|
78670
|
-
CheckboxList.prototype.
|
|
78654
|
+
CheckboxList.prototype.db = function (a) {
|
|
78671
78655
|
var b = null;
|
|
78672
78656
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
78673
78657
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -78687,70 +78671,82 @@
|
|
|
78687
78671
|
this.keys.remove(b);
|
|
78688
78672
|
}
|
|
78689
78673
|
};
|
|
78690
|
-
CheckboxList.prototype.getDesiredSize = function () {
|
|
78691
|
-
var
|
|
78692
|
-
var
|
|
78693
|
-
|
|
78694
|
-
|
|
78695
|
-
|
|
78696
|
-
|
|
78697
|
-
|
|
78698
|
-
|
|
78699
|
-
|
|
78700
|
-
|
|
78701
|
-
var
|
|
78702
|
-
|
|
78703
|
-
|
|
78704
|
-
if (e > 90) {
|
|
78705
|
-
b += 90;
|
|
78706
|
-
b += 15;
|
|
78674
|
+
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
78675
|
+
var b = 248;
|
|
78676
|
+
var c = 0;
|
|
78677
|
+
var d = this.ay();
|
|
78678
|
+
var e = 5;
|
|
78679
|
+
if (this.f != null && this.f.actualDataSource != null && this.f.actualDataSource.actualCount > 0) {
|
|
78680
|
+
e = this.f.actualDataSource.actualCount;
|
|
78681
|
+
}
|
|
78682
|
+
var f = this.a1 * e;
|
|
78683
|
+
var g = this.a1 * (this.showSelectAll ? 4 : 5);
|
|
78684
|
+
var h = f > g ? g : f;
|
|
78685
|
+
var i = d + h;
|
|
78686
|
+
if (igniteuiWebcomponentsCore.isPositiveInfinity(a.height)) {
|
|
78687
|
+
c = i;
|
|
78707
78688
|
}
|
|
78708
78689
|
else {
|
|
78709
|
-
|
|
78690
|
+
if (a.height <= i) {
|
|
78691
|
+
c = i;
|
|
78692
|
+
}
|
|
78693
|
+
else {
|
|
78694
|
+
var j = a.height - i;
|
|
78695
|
+
c = d + j;
|
|
78696
|
+
}
|
|
78710
78697
|
}
|
|
78698
|
+
return new igniteuiWebcomponentsCore.Size(1, b, c);
|
|
78699
|
+
};
|
|
78700
|
+
CheckboxList.prototype.ay = function () {
|
|
78701
|
+
var a = 0;
|
|
78702
|
+
a += igniteuiWebcomponentsCore.ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
78703
|
+
a += igniteuiWebcomponentsCore.ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
78704
|
+
a += (0.8 + 6);
|
|
78705
|
+
a += 4;
|
|
78711
78706
|
if (this.showSelectAll) {
|
|
78712
|
-
|
|
78707
|
+
a += this.a1;
|
|
78713
78708
|
}
|
|
78714
|
-
|
|
78709
|
+
a += 4;
|
|
78710
|
+
return a;
|
|
78715
78711
|
};
|
|
78716
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78712
|
+
Object.defineProperty(CheckboxList.prototype, "b4", {
|
|
78717
78713
|
get: function () {
|
|
78718
|
-
return this.
|
|
78714
|
+
return this.b3 != null ? this.b3 : !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.al.b1("Select_All")) ? this.al.b1("Select_All") : "(Select All)";
|
|
78719
78715
|
},
|
|
78720
78716
|
set: function (a) {
|
|
78721
|
-
if (a == this.
|
|
78717
|
+
if (a == this.b3) {
|
|
78722
78718
|
return;
|
|
78723
78719
|
}
|
|
78724
|
-
var b = this.
|
|
78725
|
-
this.
|
|
78726
|
-
this.
|
|
78720
|
+
var b = this.b3;
|
|
78721
|
+
this.b3 = a;
|
|
78722
|
+
this.c0("SelectAllCaption", b, this.b3);
|
|
78727
78723
|
},
|
|
78728
78724
|
enumerable: false,
|
|
78729
78725
|
configurable: true
|
|
78730
78726
|
});
|
|
78731
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78727
|
+
Object.defineProperty(CheckboxList.prototype, "ee", {
|
|
78732
78728
|
get: function () {
|
|
78733
|
-
return this.
|
|
78729
|
+
return this.dw;
|
|
78734
78730
|
},
|
|
78735
78731
|
set: function (a) {
|
|
78736
|
-
var b = this.
|
|
78737
|
-
this.
|
|
78738
|
-
if (b != this.
|
|
78739
|
-
this.
|
|
78732
|
+
var b = this.dw;
|
|
78733
|
+
this.dw = a;
|
|
78734
|
+
if (b != this.dw) {
|
|
78735
|
+
this.c0("SelectAllCaptionTextColor", b, a);
|
|
78740
78736
|
}
|
|
78741
78737
|
},
|
|
78742
78738
|
enumerable: false,
|
|
78743
78739
|
configurable: true
|
|
78744
78740
|
});
|
|
78745
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78741
|
+
Object.defineProperty(CheckboxList.prototype, "dy", {
|
|
78746
78742
|
get: function () {
|
|
78747
|
-
return this.
|
|
78743
|
+
return this.di;
|
|
78748
78744
|
},
|
|
78749
78745
|
set: function (a) {
|
|
78750
|
-
var b = this.
|
|
78751
|
-
this.
|
|
78752
|
-
if (b != this.
|
|
78753
|
-
this.
|
|
78746
|
+
var b = this.di;
|
|
78747
|
+
this.di = a;
|
|
78748
|
+
if (b != this.di) {
|
|
78749
|
+
this.c0("ActualSelectAllCaptionTextColor", b, a);
|
|
78754
78750
|
}
|
|
78755
78751
|
},
|
|
78756
78752
|
enumerable: false,
|
|
@@ -78758,14 +78754,14 @@
|
|
|
78758
78754
|
});
|
|
78759
78755
|
Object.defineProperty(CheckboxList.prototype, "as", {
|
|
78760
78756
|
get: function () {
|
|
78761
|
-
if (-1 == this.
|
|
78757
|
+
if (-1 == this.a2) {
|
|
78762
78758
|
return false;
|
|
78763
78759
|
}
|
|
78764
78760
|
var a = this.keys.count;
|
|
78765
78761
|
if (0 == a) {
|
|
78766
78762
|
return false;
|
|
78767
78763
|
}
|
|
78768
|
-
if (a == this.
|
|
78764
|
+
if (a == this.a2) {
|
|
78769
78765
|
return false;
|
|
78770
78766
|
}
|
|
78771
78767
|
return true;
|
|
@@ -78783,20 +78779,20 @@
|
|
|
78783
78779
|
}
|
|
78784
78780
|
var b = this.av;
|
|
78785
78781
|
this.av = a;
|
|
78786
|
-
this.
|
|
78782
|
+
this.c0("showSelectAll", b, this.av);
|
|
78787
78783
|
},
|
|
78788
78784
|
enumerable: false,
|
|
78789
78785
|
configurable: true
|
|
78790
78786
|
});
|
|
78791
78787
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
78792
78788
|
get: function () {
|
|
78793
|
-
return this.
|
|
78789
|
+
return this.dj;
|
|
78794
78790
|
},
|
|
78795
78791
|
set: function (a) {
|
|
78796
|
-
var b = this.
|
|
78797
|
-
this.
|
|
78798
|
-
if (b != this.
|
|
78799
|
-
this.
|
|
78792
|
+
var b = this.dj;
|
|
78793
|
+
this.dj = a;
|
|
78794
|
+
if (b != this.dj) {
|
|
78795
|
+
this.c0("BackgroundColor", b, a);
|
|
78800
78796
|
}
|
|
78801
78797
|
},
|
|
78802
78798
|
enumerable: false,
|
|
@@ -78804,33 +78800,33 @@
|
|
|
78804
78800
|
});
|
|
78805
78801
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
78806
78802
|
get: function () {
|
|
78807
|
-
return this.
|
|
78803
|
+
return this.dq;
|
|
78808
78804
|
},
|
|
78809
78805
|
set: function (a) {
|
|
78810
|
-
var b = this.
|
|
78811
|
-
this.
|
|
78812
|
-
if (b != this.
|
|
78813
|
-
this.
|
|
78806
|
+
var b = this.dq;
|
|
78807
|
+
this.dq = a;
|
|
78808
|
+
if (b != this.dq) {
|
|
78809
|
+
this.c0("RowHoverBackgroundColor", b, a);
|
|
78814
78810
|
}
|
|
78815
78811
|
},
|
|
78816
78812
|
enumerable: false,
|
|
78817
78813
|
configurable: true
|
|
78818
78814
|
});
|
|
78819
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78815
|
+
Object.defineProperty(CheckboxList.prototype, "eg", {
|
|
78820
78816
|
get: function () {
|
|
78821
|
-
return this.
|
|
78817
|
+
return this.dx;
|
|
78822
78818
|
},
|
|
78823
78819
|
set: function (a) {
|
|
78824
|
-
var b = this.
|
|
78825
|
-
this.
|
|
78826
|
-
if (b != this.
|
|
78827
|
-
this.
|
|
78820
|
+
var b = this.dx;
|
|
78821
|
+
this.dx = a;
|
|
78822
|
+
if (b != this.dx) {
|
|
78823
|
+
this.c0("TextColor", b, a);
|
|
78828
78824
|
}
|
|
78829
78825
|
},
|
|
78830
78826
|
enumerable: false,
|
|
78831
78827
|
configurable: true
|
|
78832
78828
|
});
|
|
78833
|
-
CheckboxList.prototype.
|
|
78829
|
+
CheckboxList.prototype.c2 = function (a) {
|
|
78834
78830
|
if (this.selectAllCheckboxChanged != null) {
|
|
78835
78831
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
78836
78832
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -78840,39 +78836,39 @@
|
|
|
78840
78836
|
}
|
|
78841
78837
|
};
|
|
78842
78838
|
CheckboxList.prototype.ap = function () {
|
|
78843
|
-
if (-1 == this.
|
|
78839
|
+
if (-1 == this.a2) {
|
|
78844
78840
|
return true;
|
|
78845
78841
|
}
|
|
78846
78842
|
var a = this.keys.count;
|
|
78847
78843
|
switch (this.indexType) {
|
|
78848
|
-
case 0: return this.
|
|
78844
|
+
case 0: return this.a2 == a;
|
|
78849
78845
|
case 1: return 0 == a;
|
|
78850
78846
|
default: return false;
|
|
78851
78847
|
}
|
|
78852
78848
|
};
|
|
78853
78849
|
CheckboxList.prototype.ao = function () {
|
|
78854
|
-
if (-1 == this.
|
|
78850
|
+
if (-1 == this.a2) {
|
|
78855
78851
|
return false;
|
|
78856
78852
|
}
|
|
78857
78853
|
var a = this.keys.count;
|
|
78858
78854
|
switch (this.indexType) {
|
|
78859
78855
|
case 0: return 0 == a;
|
|
78860
|
-
case 1: return this.
|
|
78856
|
+
case 1: return this.a2 == a;
|
|
78861
78857
|
default: return false;
|
|
78862
78858
|
}
|
|
78863
78859
|
};
|
|
78864
|
-
CheckboxList.prototype.
|
|
78860
|
+
CheckboxList.prototype.cf = function () {
|
|
78865
78861
|
var a = this.f.actualDataSource;
|
|
78866
78862
|
if (null != a) {
|
|
78867
78863
|
if (null == a.actualSchema) {
|
|
78868
|
-
this.
|
|
78864
|
+
this.a2 = -1;
|
|
78869
78865
|
return;
|
|
78870
78866
|
}
|
|
78871
78867
|
var b = a.actualCount;
|
|
78872
|
-
this.
|
|
78868
|
+
this.a2 = b;
|
|
78873
78869
|
}
|
|
78874
78870
|
else {
|
|
78875
|
-
this.
|
|
78871
|
+
this.a2 = -1;
|
|
78876
78872
|
}
|
|
78877
78873
|
};
|
|
78878
78874
|
Object.defineProperty(CheckboxList.prototype, "au", {
|
|
@@ -78885,7 +78881,7 @@
|
|
|
78885
78881
|
}
|
|
78886
78882
|
var b = this.at;
|
|
78887
78883
|
this.at = a;
|
|
78888
|
-
this.
|
|
78884
|
+
this.c0("ShowFilter", b, this.at);
|
|
78889
78885
|
},
|
|
78890
78886
|
enumerable: false,
|
|
78891
78887
|
configurable: true
|
|
@@ -78900,17 +78896,17 @@
|
|
|
78900
78896
|
}
|
|
78901
78897
|
var b = this.aq;
|
|
78902
78898
|
this.aq = a;
|
|
78903
|
-
this.
|
|
78899
|
+
this.c0("IsRowHoverEnabled", b, this.aq);
|
|
78904
78900
|
},
|
|
78905
78901
|
enumerable: false,
|
|
78906
78902
|
configurable: true
|
|
78907
78903
|
});
|
|
78908
78904
|
CheckboxList.$t = igniteuiWebcomponentsCore.markType(CheckboxList, 'CheckboxList', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
|
|
78909
|
-
CheckboxList.
|
|
78910
|
-
CheckboxList.
|
|
78911
|
-
CheckboxList.
|
|
78912
|
-
CheckboxList.
|
|
78913
|
-
CheckboxList.
|
|
78905
|
+
CheckboxList.ef = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
|
|
78906
|
+
CheckboxList.b0 = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
78907
|
+
CheckboxList.d5 = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
|
|
78908
|
+
CheckboxList.d6 = null;
|
|
78909
|
+
CheckboxList.d7 = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
|
|
78914
78910
|
return CheckboxList;
|
|
78915
78911
|
}(igniteuiWebcomponentsCore.Base));
|
|
78916
78912
|
|
|
@@ -79431,10 +79427,10 @@
|
|
|
79431
79427
|
* Gets or Sets the property name that contains the values.
|
|
79432
79428
|
*/
|
|
79433
79429
|
get: function () {
|
|
79434
|
-
return this.i.
|
|
79430
|
+
return this.i.bm;
|
|
79435
79431
|
},
|
|
79436
79432
|
set: function (v) {
|
|
79437
|
-
this.i.
|
|
79433
|
+
this.i.bm = v;
|
|
79438
79434
|
},
|
|
79439
79435
|
enumerable: false,
|
|
79440
79436
|
configurable: true
|
|
@@ -79458,18 +79454,18 @@
|
|
|
79458
79454
|
* Gets or Sets the property name that contains the values.
|
|
79459
79455
|
*/
|
|
79460
79456
|
get: function () {
|
|
79461
|
-
return this.i.
|
|
79457
|
+
return this.i.a3;
|
|
79462
79458
|
},
|
|
79463
79459
|
set: function (v) {
|
|
79464
|
-
this.i.
|
|
79465
|
-
this._a("rowHeight", this.i.
|
|
79460
|
+
this.i.a3 = +v;
|
|
79461
|
+
this._a("rowHeight", this.i.a3);
|
|
79466
79462
|
},
|
|
79467
79463
|
enumerable: false,
|
|
79468
79464
|
configurable: true
|
|
79469
79465
|
});
|
|
79470
79466
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
79471
79467
|
get: function () {
|
|
79472
|
-
return this.i.
|
|
79468
|
+
return this.i.a1;
|
|
79473
79469
|
},
|
|
79474
79470
|
enumerable: false,
|
|
79475
79471
|
configurable: true
|
|
@@ -79554,11 +79550,11 @@
|
|
|
79554
79550
|
* Gets or sets the search background color.
|
|
79555
79551
|
*/
|
|
79556
79552
|
get: function () {
|
|
79557
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79553
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ea);
|
|
79558
79554
|
},
|
|
79559
79555
|
set: function (v) {
|
|
79560
|
-
this.i.
|
|
79561
|
-
this._a("searchBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79556
|
+
this.i.ea = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79557
|
+
this._a("searchBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.ea));
|
|
79562
79558
|
},
|
|
79563
79559
|
enumerable: false,
|
|
79564
79560
|
configurable: true
|
|
@@ -79582,11 +79578,11 @@
|
|
|
79582
79578
|
* Gets or sets the search border color.
|
|
79583
79579
|
*/
|
|
79584
79580
|
get: function () {
|
|
79585
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79581
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eb);
|
|
79586
79582
|
},
|
|
79587
79583
|
set: function (v) {
|
|
79588
|
-
this.i.
|
|
79589
|
-
this._a("searchBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79584
|
+
this.i.eb = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79585
|
+
this._a("searchBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.eb));
|
|
79590
79586
|
},
|
|
79591
79587
|
enumerable: false,
|
|
79592
79588
|
configurable: true
|
|
@@ -79615,11 +79611,11 @@
|
|
|
79615
79611
|
* Gets or sets the checkbox tick color.
|
|
79616
79612
|
*/
|
|
79617
79613
|
get: function () {
|
|
79618
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79614
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d2);
|
|
79619
79615
|
},
|
|
79620
79616
|
set: function (v) {
|
|
79621
|
-
this.i.
|
|
79622
|
-
this._a("checkboxTickColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79617
|
+
this.i.d2 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79618
|
+
this._a("checkboxTickColor", igniteuiWebcomponentsCore.brushToString(this.i.d2));
|
|
79623
79619
|
},
|
|
79624
79620
|
enumerable: false,
|
|
79625
79621
|
configurable: true
|
|
@@ -79629,11 +79625,11 @@
|
|
|
79629
79625
|
* Gets or sets the checkbox background color when checked.
|
|
79630
79626
|
*/
|
|
79631
79627
|
get: function () {
|
|
79632
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79628
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d0);
|
|
79633
79629
|
},
|
|
79634
79630
|
set: function (v) {
|
|
79635
|
-
this.i.
|
|
79636
|
-
this._a("checkboxCheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79631
|
+
this.i.d0 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79632
|
+
this._a("checkboxCheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.d0));
|
|
79637
79633
|
},
|
|
79638
79634
|
enumerable: false,
|
|
79639
79635
|
configurable: true
|
|
@@ -79643,11 +79639,11 @@
|
|
|
79643
79639
|
* Gets or sets the checkbox background color when unchecked.
|
|
79644
79640
|
*/
|
|
79645
79641
|
get: function () {
|
|
79646
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79642
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d3);
|
|
79647
79643
|
},
|
|
79648
79644
|
set: function (v) {
|
|
79649
|
-
this.i.
|
|
79650
|
-
this._a("checkboxUncheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79645
|
+
this.i.d3 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79646
|
+
this._a("checkboxUncheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.d3));
|
|
79651
79647
|
},
|
|
79652
79648
|
enumerable: false,
|
|
79653
79649
|
configurable: true
|
|
@@ -79657,11 +79653,11 @@
|
|
|
79657
79653
|
* Gets or sets the checkbox border color when checked.
|
|
79658
79654
|
*/
|
|
79659
79655
|
get: function () {
|
|
79660
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79656
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d1);
|
|
79661
79657
|
},
|
|
79662
79658
|
set: function (v) {
|
|
79663
|
-
this.i.
|
|
79664
|
-
this._a("checkboxCheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79659
|
+
this.i.d1 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79660
|
+
this._a("checkboxCheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.d1));
|
|
79665
79661
|
},
|
|
79666
79662
|
enumerable: false,
|
|
79667
79663
|
configurable: true
|
|
@@ -79671,11 +79667,11 @@
|
|
|
79671
79667
|
* Gets or sets the checkbox border color when unchecked.
|
|
79672
79668
|
*/
|
|
79673
79669
|
get: function () {
|
|
79674
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79670
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d4);
|
|
79675
79671
|
},
|
|
79676
79672
|
set: function (v) {
|
|
79677
|
-
this.i.
|
|
79678
|
-
this._a("checkboxUncheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79673
|
+
this.i.d4 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79674
|
+
this._a("checkboxUncheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.d4));
|
|
79679
79675
|
},
|
|
79680
79676
|
enumerable: false,
|
|
79681
79677
|
configurable: true
|
|
@@ -79699,11 +79695,11 @@
|
|
|
79699
79695
|
* Gets or sets the scrollbar background color.
|
|
79700
79696
|
*/
|
|
79701
79697
|
get: function () {
|
|
79702
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79698
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d9);
|
|
79703
79699
|
},
|
|
79704
79700
|
set: function (v) {
|
|
79705
|
-
this.i.
|
|
79706
|
-
this._a("scrollbarBackground", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79701
|
+
this.i.d9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79702
|
+
this._a("scrollbarBackground", igniteuiWebcomponentsCore.brushToString(this.i.d9));
|
|
79707
79703
|
},
|
|
79708
79704
|
enumerable: false,
|
|
79709
79705
|
configurable: true
|
|
@@ -79713,10 +79709,10 @@
|
|
|
79713
79709
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
79714
79710
|
*/
|
|
79715
79711
|
get: function () {
|
|
79716
|
-
return this.i.
|
|
79712
|
+
return this.i.b4;
|
|
79717
79713
|
},
|
|
79718
79714
|
set: function (v) {
|
|
79719
|
-
this.i.
|
|
79715
|
+
this.i.b4 = v;
|
|
79720
79716
|
},
|
|
79721
79717
|
enumerable: false,
|
|
79722
79718
|
configurable: true
|
|
@@ -79726,11 +79722,11 @@
|
|
|
79726
79722
|
* Gets or sets the color to use for the "Select All" label.
|
|
79727
79723
|
*/
|
|
79728
79724
|
get: function () {
|
|
79729
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79725
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ee);
|
|
79730
79726
|
},
|
|
79731
79727
|
set: function (v) {
|
|
79732
|
-
this.i.
|
|
79733
|
-
this._a("selectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79728
|
+
this.i.ee = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79729
|
+
this._a("selectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.ee));
|
|
79734
79730
|
},
|
|
79735
79731
|
enumerable: false,
|
|
79736
79732
|
configurable: true
|
|
@@ -79740,11 +79736,11 @@
|
|
|
79740
79736
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
79741
79737
|
*/
|
|
79742
79738
|
get: function () {
|
|
79743
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79739
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dy);
|
|
79744
79740
|
},
|
|
79745
79741
|
set: function (v) {
|
|
79746
|
-
this.i.
|
|
79747
|
-
this._a("actualSelectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79742
|
+
this.i.dy = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79743
|
+
this._a("actualSelectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dy));
|
|
79748
79744
|
},
|
|
79749
79745
|
enumerable: false,
|
|
79750
79746
|
configurable: true
|
|
@@ -79796,11 +79792,11 @@
|
|
|
79796
79792
|
* Gets or sets the color to use for the text of the component.
|
|
79797
79793
|
*/
|
|
79798
79794
|
get: function () {
|
|
79799
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79795
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eg);
|
|
79800
79796
|
},
|
|
79801
79797
|
set: function (v) {
|
|
79802
|
-
this.i.
|
|
79803
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
79798
|
+
this.i.eg = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
79799
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.eg));
|
|
79804
79800
|
},
|
|
79805
79801
|
enumerable: false,
|
|
79806
79802
|
configurable: true
|
|
@@ -79906,17 +79902,17 @@
|
|
|
79906
79902
|
|
|
79907
79903
|
*/
|
|
79908
79904
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
79909
|
-
this.i.
|
|
79905
|
+
this.i.dd();
|
|
79910
79906
|
};
|
|
79911
79907
|
/**
|
|
79912
79908
|
* Deselects all the items in the checkbox list.
|
|
79913
79909
|
|
|
79914
79910
|
*/
|
|
79915
79911
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
79916
|
-
this.i.
|
|
79912
|
+
this.i.ci();
|
|
79917
79913
|
};
|
|
79918
79914
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
79919
|
-
this.i.
|
|
79915
|
+
this.i.cs(index, oldItem, newItem);
|
|
79920
79916
|
};
|
|
79921
79917
|
/**
|
|
79922
79918
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -79924,22 +79920,22 @@
|
|
|
79924
79920
|
|
|
79925
79921
|
*/
|
|
79926
79922
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
79927
|
-
this.i.
|
|
79923
|
+
this.i.cp();
|
|
79928
79924
|
};
|
|
79929
79925
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
79930
|
-
this.i.
|
|
79926
|
+
this.i.cq(index, newItem);
|
|
79931
79927
|
};
|
|
79932
79928
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
79933
|
-
this.i.
|
|
79929
|
+
this.i.cr(index, oldItem);
|
|
79934
79930
|
};
|
|
79935
79931
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
79936
|
-
this.i.
|
|
79932
|
+
this.i.cd(value);
|
|
79937
79933
|
};
|
|
79938
79934
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
79939
|
-
this.i.
|
|
79935
|
+
this.i.db(value);
|
|
79940
79936
|
};
|
|
79941
|
-
IgcCheckboxListComponent.prototype.getDesiredSize = function () {
|
|
79942
|
-
var iv = this.i.getDesiredSize();
|
|
79937
|
+
IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
79938
|
+
var iv = this.i.getDesiredSize(igniteuiWebcomponentsCore.toSize(availableSize));
|
|
79943
79939
|
return igniteuiWebcomponentsCore.fromSize(iv);
|
|
79944
79940
|
};
|
|
79945
79941
|
/**
|
|
@@ -80490,7 +80486,7 @@
|
|
|
80490
80486
|
break;
|
|
80491
80487
|
case "FilterPlaceholderText":
|
|
80492
80488
|
if (this.d != null) {
|
|
80493
|
-
this.d.
|
|
80489
|
+
this.d.bm = this.s;
|
|
80494
80490
|
}
|
|
80495
80491
|
break;
|
|
80496
80492
|
case "BaseTheme":
|
|
@@ -80561,7 +80557,7 @@
|
|
|
80561
80557
|
}
|
|
80562
80558
|
}
|
|
80563
80559
|
if (this.s != null) {
|
|
80564
|
-
this.d.
|
|
80560
|
+
this.d.bm = this.s;
|
|
80565
80561
|
}
|
|
80566
80562
|
this.d.itemsSource = b;
|
|
80567
80563
|
var e = "";
|
|
@@ -80580,7 +80576,7 @@
|
|
|
80580
80576
|
};
|
|
80581
80577
|
ColumnChooser.prototype.al = function () {
|
|
80582
80578
|
var e_2, _a;
|
|
80583
|
-
this.d.
|
|
80579
|
+
this.d.dd();
|
|
80584
80580
|
if (this.b != null) {
|
|
80585
80581
|
try {
|
|
80586
80582
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -80606,7 +80602,7 @@
|
|
|
80606
80602
|
};
|
|
80607
80603
|
ColumnChooser.prototype.ae = function () {
|
|
80608
80604
|
var e_3, _a;
|
|
80609
|
-
this.d.
|
|
80605
|
+
this.d.ci();
|
|
80610
80606
|
if (this.b != null) {
|
|
80611
80607
|
try {
|
|
80612
80608
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -81835,7 +81831,7 @@
|
|
|
81835
81831
|
break;
|
|
81836
81832
|
case "FilterPlaceholderText":
|
|
81837
81833
|
if (this.d != null) {
|
|
81838
|
-
this.d.
|
|
81834
|
+
this.d.bm = this.s;
|
|
81839
81835
|
}
|
|
81840
81836
|
break;
|
|
81841
81837
|
case "BaseTheme":
|
|
@@ -81912,7 +81908,7 @@
|
|
|
81912
81908
|
}
|
|
81913
81909
|
this.d.showSelectAll = false;
|
|
81914
81910
|
if (this.s != null) {
|
|
81915
|
-
this.d.
|
|
81911
|
+
this.d.bm = this.s;
|
|
81916
81912
|
}
|
|
81917
81913
|
this.d.itemsSource = b;
|
|
81918
81914
|
var e = "";
|
|
@@ -83304,13 +83300,13 @@
|
|
|
83304
83300
|
}
|
|
83305
83301
|
if (m) {
|
|
83306
83302
|
u.setStyleProperty("justify-content", "space-between");
|
|
83307
|
-
h.
|
|
83303
|
+
h.g6 = "1";
|
|
83308
83304
|
o.setStyleProperty("display", "flex");
|
|
83309
83305
|
o.setStyleProperty("flex-direction", "column");
|
|
83310
83306
|
o.setStyleProperty("align-items", "stretch");
|
|
83311
|
-
h.
|
|
83312
|
-
h.
|
|
83313
|
-
h.
|
|
83307
|
+
h.f0 = "flex";
|
|
83308
|
+
h.g4 = "column";
|
|
83309
|
+
h.fb = "stretch";
|
|
83314
83310
|
}
|
|
83315
83311
|
h.appendButtonContent(u);
|
|
83316
83312
|
return {
|
|
@@ -84010,12 +84006,12 @@
|
|
|
84010
84006
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
84011
84007
|
if (b) {
|
|
84012
84008
|
this.o.e = 1;
|
|
84013
|
-
this.o.
|
|
84009
|
+
this.o.fb = "stretch";
|
|
84014
84010
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
84015
84011
|
}
|
|
84016
84012
|
else {
|
|
84017
84013
|
this.o.e = 4;
|
|
84018
|
-
this.o.
|
|
84014
|
+
this.o.fb = "center";
|
|
84019
84015
|
this.t.setStyleProperty("justify-content", "center");
|
|
84020
84016
|
}
|
|
84021
84017
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -86147,12 +86143,12 @@
|
|
|
86147
86143
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
86148
86144
|
if (b) {
|
|
86149
86145
|
this.o.e = 1;
|
|
86150
|
-
this.o.
|
|
86146
|
+
this.o.fb = "stretch";
|
|
86151
86147
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
86152
86148
|
}
|
|
86153
86149
|
else {
|
|
86154
86150
|
this.o.e = 4;
|
|
86155
|
-
this.o.
|
|
86151
|
+
this.o.fb = "center";
|
|
86156
86152
|
this.t.setStyleProperty("justify-content", "center");
|
|
86157
86153
|
}
|
|
86158
86154
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -86956,15 +86952,15 @@
|
|
|
86956
86952
|
}
|
|
86957
86953
|
}
|
|
86958
86954
|
if (e.count == 0 || !c) {
|
|
86959
|
-
this.bx.
|
|
86955
|
+
this.bx.dd();
|
|
86960
86956
|
return;
|
|
86961
86957
|
}
|
|
86962
86958
|
switch (d.value) {
|
|
86963
86959
|
case 0:
|
|
86964
|
-
this.bx.
|
|
86960
|
+
this.bx.ci();
|
|
86965
86961
|
break;
|
|
86966
86962
|
case 1:
|
|
86967
|
-
this.bx.
|
|
86963
|
+
this.bx.dd();
|
|
86968
86964
|
break;
|
|
86969
86965
|
}
|
|
86970
86966
|
var h = this.bx.keys;
|
|
@@ -87022,9 +87018,9 @@
|
|
|
87022
87018
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
87023
87019
|
if (null != this.bx) {
|
|
87024
87020
|
this.bx.density = this.b0;
|
|
87025
|
-
this.bx.
|
|
87021
|
+
this.bx.bm = this.cc;
|
|
87026
87022
|
this.bx.backgroundColor = this.bo;
|
|
87027
|
-
this.bx.
|
|
87023
|
+
this.bx.eg = this.br;
|
|
87028
87024
|
this.bx.baseTheme = this.i;
|
|
87029
87025
|
this.bx.updateHrMargin(new igniteuiWebcomponentsCore.Thickness(1, -7, 3, -7, 3));
|
|
87030
87026
|
}
|
|
@@ -87378,8 +87374,8 @@
|
|
|
87378
87374
|
this.e();
|
|
87379
87375
|
};
|
|
87380
87376
|
SummaryChooserView.prototype.e = function () {
|
|
87381
|
-
if (this.model.f.
|
|
87382
|
-
var a = this.model.r.count * this.model.f.
|
|
87377
|
+
if (this.model.f.a1 > -1) {
|
|
87378
|
+
var a = this.model.r.count * this.model.f.a1;
|
|
87383
87379
|
a += 4;
|
|
87384
87380
|
this.d.setStyleProperty("height", a + "px");
|
|
87385
87381
|
}
|
|
@@ -87682,7 +87678,7 @@
|
|
|
87682
87678
|
SummaryChooser.prototype.a6 = function () {
|
|
87683
87679
|
if (this.e != null) {
|
|
87684
87680
|
this.e.density = this.m;
|
|
87685
|
-
this.e.
|
|
87681
|
+
this.e.eg = this.ba;
|
|
87686
87682
|
this.e.baseTheme = this.i;
|
|
87687
87683
|
this.e.backgroundColor = this.a9;
|
|
87688
87684
|
this.e.showSelectAll = false;
|
|
@@ -87741,7 +87737,7 @@
|
|
|
87741
87737
|
if (d.iD == a) {
|
|
87742
87738
|
d.isSelected = b;
|
|
87743
87739
|
if (this.e != null) {
|
|
87744
|
-
this.e.
|
|
87740
|
+
this.e.cs(c, d, d);
|
|
87745
87741
|
}
|
|
87746
87742
|
break;
|
|
87747
87743
|
}
|
|
@@ -87753,7 +87749,7 @@
|
|
|
87753
87749
|
c.label = b;
|
|
87754
87750
|
this.q.add(c);
|
|
87755
87751
|
if (this.e != null) {
|
|
87756
|
-
this.e.
|
|
87752
|
+
this.e.cq(this.q.count - 1, c);
|
|
87757
87753
|
}
|
|
87758
87754
|
this.c.onItemInserted();
|
|
87759
87755
|
};
|
|
@@ -87763,7 +87759,7 @@
|
|
|
87763
87759
|
if (c.iD == a) {
|
|
87764
87760
|
this.q.removeAt(b);
|
|
87765
87761
|
if (this.e != null) {
|
|
87766
|
-
this.e.
|
|
87762
|
+
this.e.cr(b, c);
|
|
87767
87763
|
}
|
|
87768
87764
|
break;
|
|
87769
87765
|
}
|
|
@@ -87776,7 +87772,7 @@
|
|
|
87776
87772
|
if (d.iD == a) {
|
|
87777
87773
|
d.label = b;
|
|
87778
87774
|
if (this.e != null) {
|
|
87779
|
-
this.e.
|
|
87775
|
+
this.e.cs(c, d, d);
|
|
87780
87776
|
}
|
|
87781
87777
|
break;
|
|
87782
87778
|
}
|
|
@@ -88235,9 +88231,9 @@
|
|
|
88235
88231
|
};
|
|
88236
88232
|
GridColumnSummaryOptions.prototype.cp = function () {
|
|
88237
88233
|
if (this.by != null) {
|
|
88238
|
-
this.by.
|
|
88239
|
-
this.by.
|
|
88240
|
-
this.by.
|
|
88234
|
+
this.by.ds = 0;
|
|
88235
|
+
this.by.a2 = false;
|
|
88236
|
+
this.by.rg = this.br;
|
|
88241
88237
|
this.bh(this.by);
|
|
88242
88238
|
}
|
|
88243
88239
|
};
|
|
@@ -88610,12 +88606,12 @@
|
|
|
88610
88606
|
f.setStyleProperty("margin-left", "1rem");
|
|
88611
88607
|
var g = this.o;
|
|
88612
88608
|
g.clicked = igniteuiWebcomponentsCore.delegateCombine(g.clicked, igniteuiWebcomponentsCore.runOn(this, this.v));
|
|
88613
|
-
this.o.
|
|
88609
|
+
this.o.g6 = "1";
|
|
88614
88610
|
var h;
|
|
88615
88611
|
var i = ((function () { var j = GridColumnOptionsUtilities.g(_this.n, b, null, c.p, c.j, igniteuiWebcomponentsCore.Size.empty, _this.p, h, _this.u); _this.p = j.p6; h = j.p7; _this.u = j.p8; return j.ret; })());
|
|
88616
88612
|
var j = this.p;
|
|
88617
88613
|
j.clicked = igniteuiWebcomponentsCore.delegateCombine(j.clicked, igniteuiWebcomponentsCore.runOn(this, this.w));
|
|
88618
|
-
this.p.
|
|
88614
|
+
this.p.g6 = "1";
|
|
88619
88615
|
this.p.e = 2;
|
|
88620
88616
|
var k = b.createElement("div");
|
|
88621
88617
|
k.setStyleProperty("display", "flex");
|
|
@@ -105214,7 +105210,7 @@
|
|
|
105214
105210
|
c.r = 3;
|
|
105215
105211
|
}
|
|
105216
105212
|
var e = _this.s(a, b.cellInfo.fb, b.cellInfo.hn);
|
|
105217
|
-
c.
|
|
105213
|
+
c.ed = e;
|
|
105218
105214
|
var f = e.ar;
|
|
105219
105215
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
105220
105216
|
f = e.ar.toString();
|
|
@@ -105344,7 +105340,7 @@
|
|
|
105344
105340
|
};
|
|
105345
105341
|
PropertyEditor.prototype.cm = function (a, b) {
|
|
105346
105342
|
var c = a;
|
|
105347
|
-
var d = c.
|
|
105343
|
+
var d = c.ed;
|
|
105348
105344
|
this.an = true;
|
|
105349
105345
|
d.a6();
|
|
105350
105346
|
this.an = false;
|