igniteui-webcomponents-grids 4.0.4 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +941 -593
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +26 -26
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +552 -389
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm2015/lib/EditorCell.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
- package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TextEditorView.js +10 -10
- package/esm2015/lib/igc-checkbox-list-component.js +155 -50
- package/esm5/lib/CanvasGridCellBase.js +26 -26
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +578 -375
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm5/lib/EditorCell.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +5 -5
- package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TextEditorView.js +10 -10
- package/esm5/lib/igc-checkbox-list-component.js +195 -50
- package/fesm2015/igniteui-webcomponents-grids.js +873 -605
- package/fesm5/igniteui-webcomponents-grids.js +939 -591
- package/grids/combined.js +160 -90
- package/grids/index.d.ts +15 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-cell-template-context.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +3 -2
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
- package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-date-summary-operand.d.ts +75 -0
- package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +2 -0
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +6 -4
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +9 -2
- package/grids/lib/igc-grid-component.d.ts +4 -4
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grouped-records.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-number-summary-operand.d.ts +104 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +1 -20
- package/grids/lib/igc-pivot-grid-component.d.ts +12 -0
- package/grids/lib/igc-sorting-options.d.ts +3 -2
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-time-summary-operand.d.ts +49 -0
- package/grids/lib/sorting-options-mode.d.ts +3 -0
- 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/CheckboxListView_combined.d.ts +120 -96
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
- package/lib/igc-checkbox-list-component.d.ts +40 -0
- package/package.json +4 -4
|
@@ -48727,13 +48727,13 @@
|
|
|
48727
48727
|
af.s.modelUpdated(af);
|
|
48728
48728
|
if (ai && y.b) {
|
|
48729
48729
|
var aq = y.a;
|
|
48730
|
-
aq.
|
|
48730
|
+
aq.aa();
|
|
48731
48731
|
if (af.l.d != 0 && this.e.b2) {
|
|
48732
|
-
aq.
|
|
48732
|
+
aq.af(this.ax(af.l.d));
|
|
48733
48733
|
}
|
|
48734
48734
|
var ar = af.s.nativeCell;
|
|
48735
48735
|
ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
|
|
48736
|
-
aq.
|
|
48736
|
+
aq.z();
|
|
48737
48737
|
}
|
|
48738
48738
|
af.jv();
|
|
48739
48739
|
if (m) {
|
|
@@ -48748,7 +48748,7 @@
|
|
|
48748
48748
|
}
|
|
48749
48749
|
this.m = false;
|
|
48750
48750
|
if (y.a != null && this.q != 1) {
|
|
48751
|
-
y.a.
|
|
48751
|
+
y.a.z();
|
|
48752
48752
|
}
|
|
48753
48753
|
this.an();
|
|
48754
48754
|
};
|
|
@@ -48929,7 +48929,7 @@
|
|
|
48929
48929
|
if (f) {
|
|
48930
48930
|
this.a[b].setRawStyleProperty("z-index", e.toString());
|
|
48931
48931
|
}
|
|
48932
|
-
a.a.
|
|
48932
|
+
a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
|
|
48933
48933
|
this.a[b].setRawPosition(a.c, a.d);
|
|
48934
48934
|
}
|
|
48935
48935
|
};
|
|
@@ -49478,7 +49478,7 @@
|
|
|
49478
49478
|
};
|
|
49479
49479
|
Object.defineProperty(CanvasGridCellBase.prototype, "templateContext", {
|
|
49480
49480
|
get: function () {
|
|
49481
|
-
return this.j.
|
|
49481
|
+
return this.j.h();
|
|
49482
49482
|
},
|
|
49483
49483
|
enumerable: true,
|
|
49484
49484
|
configurable: true
|
|
@@ -49631,7 +49631,7 @@
|
|
|
49631
49631
|
return;
|
|
49632
49632
|
}
|
|
49633
49633
|
if (this.bz != 1) {
|
|
49634
|
-
a.
|
|
49634
|
+
a.ae(this.bz);
|
|
49635
49635
|
}
|
|
49636
49636
|
var j = this.j;
|
|
49637
49637
|
if (!this.v) {
|
|
@@ -49647,17 +49647,17 @@
|
|
|
49647
49647
|
if (this.p || this.u || (this.i != null && this.i.g != this.br)) {
|
|
49648
49648
|
this.p = false;
|
|
49649
49649
|
this.br = this.i.g;
|
|
49650
|
-
j.
|
|
49650
|
+
j.ad(this.i);
|
|
49651
49651
|
}
|
|
49652
49652
|
if (f != 1) {
|
|
49653
|
-
j.
|
|
49654
|
-
j.
|
|
49653
|
+
j.aa();
|
|
49654
|
+
j.ab(f, f);
|
|
49655
49655
|
}
|
|
49656
49656
|
if (!this.v) {
|
|
49657
|
-
j.
|
|
49657
|
+
j.aa();
|
|
49658
49658
|
var k = Math.round((d - b));
|
|
49659
49659
|
var l = Math.round((e - c));
|
|
49660
|
-
j.
|
|
49660
|
+
j.ag(k, l);
|
|
49661
49661
|
}
|
|
49662
49662
|
if (g) {
|
|
49663
49663
|
this.b8(j);
|
|
@@ -49666,24 +49666,24 @@
|
|
|
49666
49666
|
this.b9(j);
|
|
49667
49667
|
}
|
|
49668
49668
|
if (!this.v) {
|
|
49669
|
-
j.
|
|
49669
|
+
j.z();
|
|
49670
49670
|
}
|
|
49671
49671
|
if (f != 1) {
|
|
49672
|
-
j.
|
|
49672
|
+
j.z();
|
|
49673
49673
|
}
|
|
49674
49674
|
}
|
|
49675
49675
|
if (!i && this.v) {
|
|
49676
49676
|
var m = Math.round((d - b) * f);
|
|
49677
49677
|
var n = Math.round((e - c) * f);
|
|
49678
49678
|
if (this.am == this.ao && this.al == this.an) {
|
|
49679
|
-
a.
|
|
49679
|
+
a.n(this.bu(), 1, m, n, this.am, this.al);
|
|
49680
49680
|
}
|
|
49681
49681
|
else {
|
|
49682
|
-
a.
|
|
49682
|
+
a.o(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
|
|
49683
49683
|
}
|
|
49684
49684
|
}
|
|
49685
49685
|
if (this.bz != 1) {
|
|
49686
|
-
a.
|
|
49686
|
+
a.ae(1);
|
|
49687
49687
|
}
|
|
49688
49688
|
};
|
|
49689
49689
|
CanvasGridCellBase.prototype.bu = function () {
|
|
@@ -49691,13 +49691,13 @@
|
|
|
49691
49691
|
};
|
|
49692
49692
|
CanvasGridCellBase.prototype.b8 = function (a) {
|
|
49693
49693
|
if (!this.m) {
|
|
49694
|
-
a.
|
|
49694
|
+
a.l(0, 0, this.ao, this.an);
|
|
49695
49695
|
}
|
|
49696
49696
|
this.c6.n = 0;
|
|
49697
49697
|
this.c6.o = 0;
|
|
49698
49698
|
this.c6.width = this.a5;
|
|
49699
49699
|
this.c6.height = this.as;
|
|
49700
|
-
a.
|
|
49700
|
+
a.w(this.c6);
|
|
49701
49701
|
if (this.cy != null) {
|
|
49702
49702
|
if (this.ai > 0) {
|
|
49703
49703
|
this.c2.am = 0;
|
|
@@ -49706,7 +49706,7 @@
|
|
|
49706
49706
|
this.c2.al = this.ai / 2;
|
|
49707
49707
|
this.c2._stroke = this.cy;
|
|
49708
49708
|
this.c2.ac = this.ai;
|
|
49709
|
-
a.
|
|
49709
|
+
a.s(this.c2);
|
|
49710
49710
|
}
|
|
49711
49711
|
if (this.aj > 0) {
|
|
49712
49712
|
this.c3.am = 0;
|
|
@@ -49715,7 +49715,7 @@
|
|
|
49715
49715
|
this.c3.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49716
49716
|
this.c3._stroke = this.cy;
|
|
49717
49717
|
this.c3.ac = this.aj;
|
|
49718
|
-
a.
|
|
49718
|
+
a.s(this.c3);
|
|
49719
49719
|
}
|
|
49720
49720
|
if (this.ak > 0) {
|
|
49721
49721
|
this.c5.am = this.ak / 2;
|
|
@@ -49724,7 +49724,7 @@
|
|
|
49724
49724
|
this.c5.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49725
49725
|
this.c5._stroke = this.cy;
|
|
49726
49726
|
this.c5.ac = this.ak;
|
|
49727
|
-
a.
|
|
49727
|
+
a.s(this.c5);
|
|
49728
49728
|
}
|
|
49729
49729
|
if (this.ah > 0) {
|
|
49730
49730
|
this.c1.am = Math.max(0, this.as - (this.ah / 2));
|
|
@@ -49733,7 +49733,7 @@
|
|
|
49733
49733
|
this.c1.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49734
49734
|
this.c1._stroke = this.cy;
|
|
49735
49735
|
this.c1.ac = this.ah;
|
|
49736
|
-
a.
|
|
49736
|
+
a.s(this.c1);
|
|
49737
49737
|
}
|
|
49738
49738
|
}
|
|
49739
49739
|
};
|
|
@@ -49754,7 +49754,7 @@
|
|
|
49754
49754
|
if (this.cx.al != null) {
|
|
49755
49755
|
this.cx.n = this.a0;
|
|
49756
49756
|
this.cx.o = this.a3;
|
|
49757
|
-
a.
|
|
49757
|
+
a.x(this.cx);
|
|
49758
49758
|
if (this.r) {
|
|
49759
49759
|
this.c4.ac = 1;
|
|
49760
49760
|
this.c4.ak = this.a0;
|
|
@@ -49762,7 +49762,7 @@
|
|
|
49762
49762
|
this.c4.al = this.a0 + (this.a2 - this.a0);
|
|
49763
49763
|
this.c4.an = this.a4 - 2;
|
|
49764
49764
|
this.c4._stroke = this.cx.ao;
|
|
49765
|
-
this.j.
|
|
49765
|
+
this.j.s(this.c4);
|
|
49766
49766
|
}
|
|
49767
49767
|
}
|
|
49768
49768
|
};
|
|
@@ -49996,7 +49996,7 @@
|
|
|
49996
49996
|
if (this.p || (this.i != null && this.i.g != this.br)) {
|
|
49997
49997
|
this.p = false;
|
|
49998
49998
|
this.br = this.i.g;
|
|
49999
|
-
a.
|
|
49999
|
+
a.ad(this.i);
|
|
50000
50000
|
}
|
|
50001
50001
|
var b;
|
|
50002
50002
|
if (this.h != this.i || this.bt != this.i.g) {
|
|
@@ -50053,13 +50053,13 @@
|
|
|
50053
50053
|
var f = e.length;
|
|
50054
50054
|
var g = ("\u2026");
|
|
50055
50055
|
if (igniteuiWebcomponentsCore.isNaN_(this.ap)) {
|
|
50056
|
-
this.ap = d.
|
|
50056
|
+
this.ap = d.g(g);
|
|
50057
50057
|
}
|
|
50058
50058
|
if (c <= this.ap) {
|
|
50059
50059
|
a.al = g;
|
|
50060
50060
|
return this.ap;
|
|
50061
50061
|
}
|
|
50062
|
-
var h = d.
|
|
50062
|
+
var h = d.g(e);
|
|
50063
50063
|
if (h <= c) {
|
|
50064
50064
|
a.al = b;
|
|
50065
50065
|
return h;
|
|
@@ -50067,14 +50067,14 @@
|
|
|
50067
50067
|
var i = c / h;
|
|
50068
50068
|
var j = igniteuiWebcomponentsCore.truncate(Math.ceil(f * i));
|
|
50069
50069
|
var k = e.substr(0, j) + g;
|
|
50070
|
-
var l = d.
|
|
50070
|
+
var l = d.g(k);
|
|
50071
50071
|
if (l > c) {
|
|
50072
50072
|
f = j;
|
|
50073
50073
|
}
|
|
50074
50074
|
else {
|
|
50075
50075
|
j = j + 1;
|
|
50076
50076
|
k = e.substr(0, j) + g;
|
|
50077
|
-
l = d.
|
|
50077
|
+
l = d.g(k);
|
|
50078
50078
|
if (l > c) {
|
|
50079
50079
|
f = j;
|
|
50080
50080
|
}
|
|
@@ -50082,7 +50082,7 @@
|
|
|
50082
50082
|
while (h > c && f > 0) {
|
|
50083
50083
|
f--;
|
|
50084
50084
|
e = e.substr(0, f) + g;
|
|
50085
|
-
h = d.
|
|
50085
|
+
h = d.g(e);
|
|
50086
50086
|
}
|
|
50087
50087
|
a.al = e;
|
|
50088
50088
|
return h;
|
|
@@ -50640,24 +50640,24 @@
|
|
|
50640
50640
|
this.e = igniteuiWebcomponentsCore.truncate(Math.round(b));
|
|
50641
50641
|
}
|
|
50642
50642
|
if (this.c.d && this.g != 1) {
|
|
50643
|
-
this.c.
|
|
50644
|
-
this.c.
|
|
50643
|
+
this.c.aa();
|
|
50644
|
+
this.c.ab(this.g, this.g);
|
|
50645
50645
|
}
|
|
50646
|
-
this.c.
|
|
50647
|
-
this.c.
|
|
50648
|
-
this.c.
|
|
50646
|
+
this.c.l(0, 0, this.k, this.j);
|
|
50647
|
+
this.c.aa();
|
|
50648
|
+
this.c.ab(this.a.v(), this.a.v());
|
|
50649
50649
|
for (var c = 0; c < this.d.count; c++) {
|
|
50650
|
-
this.c.
|
|
50650
|
+
this.c.k(this.d._inner[c].j);
|
|
50651
50651
|
var d = this.y();
|
|
50652
50652
|
if (this.a.a0 != null) {
|
|
50653
50653
|
d = this.a.a0;
|
|
50654
50654
|
}
|
|
50655
50655
|
this.d._inner[c]._stroke = d;
|
|
50656
|
-
this.c.
|
|
50656
|
+
this.c.t(this.d._inner[c]);
|
|
50657
50657
|
}
|
|
50658
|
-
this.c.
|
|
50658
|
+
this.c.z();
|
|
50659
50659
|
if (this.c.d && this.g != 1) {
|
|
50660
|
-
this.c.
|
|
50660
|
+
this.c.z();
|
|
50661
50661
|
}
|
|
50662
50662
|
this.a.at();
|
|
50663
50663
|
};
|
|
@@ -51236,7 +51236,7 @@
|
|
|
51236
51236
|
if (this.d == 2) {
|
|
51237
51237
|
b = this.bg - 21;
|
|
51238
51238
|
}
|
|
51239
|
-
a.
|
|
51239
|
+
a.n(this.c9, 1, b, this.bj - 8, 16, 16);
|
|
51240
51240
|
};
|
|
51241
51241
|
CanvasTextHeaderCell.prototype.get_ab = function () {
|
|
51242
51242
|
return true;
|
|
@@ -51896,7 +51896,7 @@
|
|
|
51896
51896
|
if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
|
|
51897
51897
|
this.c8 = false;
|
|
51898
51898
|
this.de = this.c7.g;
|
|
51899
|
-
a.
|
|
51899
|
+
a.ad(this.c7);
|
|
51900
51900
|
this.da = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
51901
51901
|
}
|
|
51902
51902
|
var b = this.bl;
|
|
@@ -51917,7 +51917,7 @@
|
|
|
51917
51917
|
}
|
|
51918
51918
|
this.dk.n = this.db;
|
|
51919
51919
|
this.dk.o = this.dc;
|
|
51920
|
-
a.
|
|
51920
|
+
a.x(this.dk);
|
|
51921
51921
|
}
|
|
51922
51922
|
_super.prototype.b9.call(this, a);
|
|
51923
51923
|
};
|
|
@@ -52115,23 +52115,23 @@
|
|
|
52115
52115
|
this.d = igniteuiWebcomponentsCore.truncate(Math.round(d));
|
|
52116
52116
|
}
|
|
52117
52117
|
if (this.b.d && this.f != 1) {
|
|
52118
|
-
this.b.
|
|
52119
|
-
this.b.
|
|
52118
|
+
this.b.aa();
|
|
52119
|
+
this.b.ab(this.f, this.f);
|
|
52120
52120
|
}
|
|
52121
|
-
this.b.
|
|
52122
|
-
this.b.
|
|
52121
|
+
this.b.l(0, 0, this.j, this.g);
|
|
52122
|
+
this.b.aa();
|
|
52123
52123
|
for (var e = 0; e < this.c.count; e++) {
|
|
52124
|
-
this.b.
|
|
52124
|
+
this.b.k(this.c._inner[e].j);
|
|
52125
52125
|
var f = this.s();
|
|
52126
52126
|
if (this.a.ae != null) {
|
|
52127
52127
|
f = this.a.ae;
|
|
52128
52128
|
}
|
|
52129
52129
|
this.c._inner[e]._stroke = f;
|
|
52130
|
-
this.b.
|
|
52130
|
+
this.b.t(this.c._inner[e]);
|
|
52131
52131
|
}
|
|
52132
|
-
this.b.
|
|
52132
|
+
this.b.z();
|
|
52133
52133
|
if (this.b.d && this.f != 1) {
|
|
52134
|
-
this.b.
|
|
52134
|
+
this.b.z();
|
|
52135
52135
|
}
|
|
52136
52136
|
};
|
|
52137
52137
|
GridExpansionIndicatorView.$t = igniteuiWebcomponentsCore.markType(GridExpansionIndicatorView, 'GridExpansionIndicatorView');
|
|
@@ -53347,7 +53347,7 @@
|
|
|
53347
53347
|
var h = a.getSubRenderer(g);
|
|
53348
53348
|
_this.v = new igniteuiWebcomponentsInputs.XInput();
|
|
53349
53349
|
_this.v.provideContainer(h);
|
|
53350
|
-
_this.v.
|
|
53350
|
+
_this.v.b6 = "text";
|
|
53351
53351
|
_this.v.disabled = !_this.isEnabled;
|
|
53352
53352
|
var i = e.getExternal(_this.v, h.rootWrapper, null);
|
|
53353
53353
|
_this.w.appendContentChild(g);
|
|
@@ -53356,7 +53356,7 @@
|
|
|
53356
53356
|
}
|
|
53357
53357
|
TextEditorView.prototype.setFont = function (a) {
|
|
53358
53358
|
if (this.v != null) {
|
|
53359
|
-
this.v.
|
|
53359
|
+
this.v.af = a;
|
|
53360
53360
|
}
|
|
53361
53361
|
};
|
|
53362
53362
|
TextEditorView.prototype.attachEvents = function () {
|
|
@@ -53404,7 +53404,7 @@
|
|
|
53404
53404
|
if (this.a.isEditRefocusDesired) {
|
|
53405
53405
|
var a = this.h.rootWrapper.getNativeElement();
|
|
53406
53406
|
if (a == document.activeElement || a.contains(document.activeElement)) {
|
|
53407
|
-
this.v.
|
|
53407
|
+
this.v.cp();
|
|
53408
53408
|
this.focus();
|
|
53409
53409
|
}
|
|
53410
53410
|
}
|
|
@@ -53413,8 +53413,8 @@
|
|
|
53413
53413
|
var _this = this;
|
|
53414
53414
|
if (this.v != null) {
|
|
53415
53415
|
this.v.focus(true);
|
|
53416
|
-
if (this.v.
|
|
53417
|
-
window.setTimeout(function () { return _this.v.
|
|
53416
|
+
if (this.v.b6 != "date") {
|
|
53417
|
+
window.setTimeout(function () { return _this.v.dj(); }, 0);
|
|
53418
53418
|
}
|
|
53419
53419
|
}
|
|
53420
53420
|
};
|
|
@@ -53422,14 +53422,14 @@
|
|
|
53422
53422
|
if (this.v != null) {
|
|
53423
53423
|
if (this.value != null) {
|
|
53424
53424
|
this.x = null;
|
|
53425
|
-
this.v.
|
|
53426
|
-
this.v.
|
|
53425
|
+
this.v.cm = null;
|
|
53426
|
+
this.v.cm = this.value.toString();
|
|
53427
53427
|
if (this.focusOnValueChanged) {
|
|
53428
53428
|
this.r();
|
|
53429
53429
|
}
|
|
53430
53430
|
}
|
|
53431
53431
|
else {
|
|
53432
|
-
this.v.
|
|
53432
|
+
this.v.cm = null;
|
|
53433
53433
|
}
|
|
53434
53434
|
}
|
|
53435
53435
|
};
|
|
@@ -53464,13 +53464,13 @@
|
|
|
53464
53464
|
};
|
|
53465
53465
|
TextEditorView.prototype.getEditorValue = function () {
|
|
53466
53466
|
if (this.v != null) {
|
|
53467
|
-
return this.v.
|
|
53467
|
+
return this.v.cm;
|
|
53468
53468
|
}
|
|
53469
53469
|
return null;
|
|
53470
53470
|
};
|
|
53471
53471
|
TextEditorView.prototype.setEditorValue = function (a) {
|
|
53472
53472
|
if (this.v != null) {
|
|
53473
|
-
this.v.
|
|
53473
|
+
this.v.cm = a;
|
|
53474
53474
|
}
|
|
53475
53475
|
};
|
|
53476
53476
|
TextEditorView.$t = igniteuiWebcomponentsCore.markType(TextEditorView, 'TextEditorView', BaseEditorView.$);
|
|
@@ -53490,15 +53490,15 @@
|
|
|
53490
53490
|
tslib_1.__extends(NumericEditorView, _super);
|
|
53491
53491
|
function NumericEditorView(a, b, c) {
|
|
53492
53492
|
var _this = _super.call(this, a, b, c) || this;
|
|
53493
|
-
_this.v.
|
|
53493
|
+
_this.v.b6 = "number";
|
|
53494
53494
|
return _this;
|
|
53495
53495
|
}
|
|
53496
53496
|
NumericEditorView.prototype.getEditorValue = function () {
|
|
53497
|
-
if (this.v == null || this.v.
|
|
53497
|
+
if (this.v == null || this.v.cm == null) {
|
|
53498
53498
|
return null;
|
|
53499
53499
|
}
|
|
53500
53500
|
var a = NaN;
|
|
53501
|
-
var b = igniteuiWebcomponentsCore.tryParseNumber(this.v.
|
|
53501
|
+
var b = igniteuiWebcomponentsCore.tryParseNumber(this.v.cm, a);
|
|
53502
53502
|
a = b.p1;
|
|
53503
53503
|
return a;
|
|
53504
53504
|
};
|
|
@@ -54161,7 +54161,7 @@
|
|
|
54161
54161
|
if (this.dc == null) {
|
|
54162
54162
|
this.dc = this.ab.createElement("div");
|
|
54163
54163
|
var b = this.ab.getSubRenderer(this.dc);
|
|
54164
|
-
this.cx = new
|
|
54164
|
+
this.cx = new igniteuiWebcomponentsCore.Popup();
|
|
54165
54165
|
this.cx.provideRenderer(b);
|
|
54166
54166
|
this.de = this.ab.createElement("div");
|
|
54167
54167
|
this.de.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
|
|
@@ -54882,7 +54882,7 @@
|
|
|
54882
54882
|
var e = this.a;
|
|
54883
54883
|
e.closing = igniteuiWebcomponentsCore.delegateCombine(e.closing, igniteuiWebcomponentsCore.runOn(this, this.n));
|
|
54884
54884
|
this.g = a;
|
|
54885
|
-
this.d = new
|
|
54885
|
+
this.d = new igniteuiWebcomponentsCore.Popup();
|
|
54886
54886
|
this.d.provideRenderer(this.g);
|
|
54887
54887
|
this.i = this.g.createElement("div");
|
|
54888
54888
|
this.i.setStyleProperty("background-color", "rgba(255,255,255,1)");
|
|
@@ -56046,7 +56046,7 @@
|
|
|
56046
56046
|
FilterCell.prototype.d3 = function (a) {
|
|
56047
56047
|
if (this.cw != null) {
|
|
56048
56048
|
this.cw.disabled = !a;
|
|
56049
|
-
this.cw.
|
|
56049
|
+
this.cw.z = a ? 1 : 0.3;
|
|
56050
56050
|
}
|
|
56051
56051
|
};
|
|
56052
56052
|
FilterCell.prototype.dh = function (a) {
|
|
@@ -57126,13 +57126,13 @@
|
|
|
57126
57126
|
this.z();
|
|
57127
57127
|
this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
|
|
57128
57128
|
if (this.d.d && this.h != 1) {
|
|
57129
|
-
this.d.
|
|
57130
|
-
this.d.
|
|
57129
|
+
this.d.aa();
|
|
57130
|
+
this.d.ab(this.h, this.h);
|
|
57131
57131
|
}
|
|
57132
|
-
this.d.
|
|
57133
|
-
this.d.
|
|
57132
|
+
this.d.l(0, 0, this.l, this.k);
|
|
57133
|
+
this.d.t(this.ad);
|
|
57134
57134
|
if (this.d.d && this.h != 1) {
|
|
57135
|
-
this.d.
|
|
57135
|
+
this.d.z();
|
|
57136
57136
|
}
|
|
57137
57137
|
this.b.bc();
|
|
57138
57138
|
};
|
|
@@ -63596,7 +63596,7 @@
|
|
|
63596
63596
|
}
|
|
63597
63597
|
var j = this.d.j;
|
|
63598
63598
|
for (var k = 0; k < j.count; k++) {
|
|
63599
|
-
var l = this.q._inner[k].
|
|
63599
|
+
var l = this.q._inner[k].ae();
|
|
63600
63600
|
var m = this.d.b(j._inner[k]);
|
|
63601
63601
|
l.h = m[0] - d;
|
|
63602
63602
|
l.f = m[1] - e;
|
|
@@ -70267,43 +70267,44 @@
|
|
|
70267
70267
|
tslib_1.__extends(CheckboxListView, _super);
|
|
70268
70268
|
function CheckboxListView() {
|
|
70269
70269
|
var _this = _super.call(this) || this;
|
|
70270
|
-
_this.
|
|
70271
|
-
_this.
|
|
70270
|
+
_this.e = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.DomWrapper_$type, igniteuiWebcomponentsInputs.XCheckbox.$, 0);
|
|
70271
|
+
_this.j = null;
|
|
70272
70272
|
_this.a = null;
|
|
70273
|
+
_this.i = null;
|
|
70273
70274
|
_this.h = null;
|
|
70274
|
-
_this.
|
|
70275
|
+
_this.c = null;
|
|
70275
70276
|
_this.b = null;
|
|
70276
|
-
_this.e = null;
|
|
70277
|
-
_this.c = false;
|
|
70278
70277
|
_this.f = null;
|
|
70278
|
+
_this.d = false;
|
|
70279
|
+
_this.g = null;
|
|
70279
70280
|
return _this;
|
|
70280
70281
|
}
|
|
70281
|
-
CheckboxListView.prototype.
|
|
70282
|
+
CheckboxListView.prototype.n = function () {
|
|
70282
70283
|
};
|
|
70283
|
-
CheckboxListView.prototype.
|
|
70284
|
+
CheckboxListView.prototype.m = function (a) {
|
|
70284
70285
|
if (a == null) {
|
|
70285
|
-
this.
|
|
70286
|
-
this.
|
|
70286
|
+
this.f = null;
|
|
70287
|
+
this.e.clear();
|
|
70287
70288
|
return;
|
|
70288
70289
|
}
|
|
70289
|
-
this.
|
|
70290
|
-
this.
|
|
70291
|
-
this.
|
|
70292
|
-
this.
|
|
70293
|
-
this.
|
|
70290
|
+
this.f = a;
|
|
70291
|
+
this.v();
|
|
70292
|
+
this.ae();
|
|
70293
|
+
this.ah();
|
|
70294
|
+
this.s();
|
|
70294
70295
|
var b = Math.round(a.rootWrapper.width());
|
|
70295
70296
|
var c = Math.round(a.rootWrapper.height());
|
|
70296
|
-
this.
|
|
70297
|
-
this.
|
|
70297
|
+
this.f.rootWrapper.setStyleProperty("position", "relative");
|
|
70298
|
+
this.f.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
70298
70299
|
};
|
|
70299
|
-
CheckboxListView.prototype.
|
|
70300
|
-
if (this.
|
|
70301
|
-
this.
|
|
70300
|
+
CheckboxListView.prototype.v = function () {
|
|
70301
|
+
if (this.f != null) {
|
|
70302
|
+
this.w(this.f);
|
|
70302
70303
|
}
|
|
70303
70304
|
};
|
|
70304
|
-
CheckboxListView.prototype.
|
|
70305
|
+
CheckboxListView.prototype.w = function (a) {
|
|
70305
70306
|
var b = a.rootWrapper.getChildAt(0);
|
|
70306
|
-
this.
|
|
70307
|
+
this.h = b;
|
|
70307
70308
|
this.b.r = new igniteuiWebcomponentsInputs.XInputGroup();
|
|
70308
70309
|
var c = a.getSubRenderer(b);
|
|
70309
70310
|
this.b.r.provideContainer(c);
|
|
@@ -70318,56 +70319,56 @@
|
|
|
70318
70319
|
var h = f.getExternal(g, f.rootWrapper, f.getExternal(this.b, null, null));
|
|
70319
70320
|
var i = a.createElement("div");
|
|
70320
70321
|
var j = a.getSubRenderer(i);
|
|
70321
|
-
|
|
70322
|
-
|
|
70323
|
-
|
|
70324
|
-
|
|
70325
|
-
var
|
|
70322
|
+
this.c = new igniteuiWebcomponentsInputs.XIcon();
|
|
70323
|
+
this.c.provideContainer(j);
|
|
70324
|
+
this.c.fill = this.b.du;
|
|
70325
|
+
this.c.svgPath = CheckboxList.bt;
|
|
70326
|
+
var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
70326
70327
|
g.appendContentChild(i);
|
|
70327
70328
|
this.b.r.appendContentChild(e);
|
|
70328
70329
|
this.b.r.inputs.add(g);
|
|
70329
|
-
var
|
|
70330
|
-
|
|
70331
|
-
var
|
|
70330
|
+
var l = a.createElement("div");
|
|
70331
|
+
l.setRawStyleProperty("flex-grow", "1");
|
|
70332
|
+
var m = a.getSubRenderer(l);
|
|
70332
70333
|
this.b.p = new igniteuiWebcomponentsInputs.XInput();
|
|
70333
|
-
this.b.p.provideContainer(
|
|
70334
|
-
this.b.p.
|
|
70335
|
-
var
|
|
70336
|
-
if (this.b.
|
|
70337
|
-
this.b.p.
|
|
70334
|
+
this.b.p.provideContainer(m);
|
|
70335
|
+
this.b.p.b6 = "text";
|
|
70336
|
+
var n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
70337
|
+
if (this.b.bg != null) {
|
|
70338
|
+
this.b.p.ce = this.b.bg;
|
|
70338
70339
|
}
|
|
70339
|
-
this.b.r.appendContentChild(
|
|
70340
|
+
this.b.r.appendContentChild(l);
|
|
70340
70341
|
this.b.r.inputs.add(this.b.p);
|
|
70341
|
-
this.b.
|
|
70342
|
+
this.b.ck();
|
|
70342
70343
|
};
|
|
70343
|
-
CheckboxListView.prototype.
|
|
70344
|
-
if (this.
|
|
70345
|
-
var a = this.
|
|
70344
|
+
CheckboxListView.prototype.s = function () {
|
|
70345
|
+
if (this.f != null) {
|
|
70346
|
+
var a = this.f.rootWrapper.getChildAt(3);
|
|
70346
70347
|
a.setStyleProperty("width", "100%");
|
|
70347
70348
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
70348
|
-
if (this.b.
|
|
70349
|
+
if (this.b.as == false) {
|
|
70349
70350
|
a.setStyleProperty("height", "calc(100% - 50px");
|
|
70350
70351
|
}
|
|
70351
70352
|
else {
|
|
70352
70353
|
a.setStyleProperty("height", "calc(100% - 75px");
|
|
70353
70354
|
}
|
|
70354
|
-
if (!this.b.
|
|
70355
|
+
if (!this.b.aq && !this.b.as) {
|
|
70355
70356
|
a.setStyleProperty("height", "100%");
|
|
70356
70357
|
}
|
|
70357
70358
|
}
|
|
70358
70359
|
};
|
|
70359
|
-
CheckboxListView.prototype.
|
|
70360
|
+
CheckboxListView.prototype.o = function (a, b, c) {
|
|
70360
70361
|
var d = null;
|
|
70361
70362
|
if (a.getChildCount() == 0) {
|
|
70362
70363
|
d = new igniteuiWebcomponentsInputs.XCheckbox();
|
|
70363
|
-
var e = this.
|
|
70364
|
+
var e = this.f.getSubRenderer(a);
|
|
70364
70365
|
d.provideContainer(e);
|
|
70365
|
-
var f = this.
|
|
70366
|
-
this.
|
|
70366
|
+
var f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
70367
|
+
this.e.addItem(a, d);
|
|
70367
70368
|
d.i = this.b.y;
|
|
70368
70369
|
d.t = true;
|
|
70369
|
-
d.change = igniteuiWebcomponentsCore.delegateCombine(d.change, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70370
|
-
var g = this.
|
|
70370
|
+
d.change = igniteuiWebcomponentsCore.delegateCombine(d.change, igniteuiWebcomponentsCore.runOn(this, this.k));
|
|
70371
|
+
var g = this.f.createElement("div");
|
|
70371
70372
|
a.setStyleProperty("display", "flex");
|
|
70372
70373
|
a.setStyleProperty("height", "100%");
|
|
70373
70374
|
a.setStyleProperty("align-items", "center");
|
|
@@ -70385,7 +70386,7 @@
|
|
|
70385
70386
|
a.append(g);
|
|
70386
70387
|
}
|
|
70387
70388
|
else {
|
|
70388
|
-
d = this.
|
|
70389
|
+
d = this.e.item(a);
|
|
70389
70390
|
}
|
|
70390
70391
|
if (d != null) {
|
|
70391
70392
|
var h = d.u;
|
|
@@ -70412,13 +70413,18 @@
|
|
|
70412
70413
|
finally {
|
|
70413
70414
|
d.u = h;
|
|
70414
70415
|
}
|
|
70416
|
+
d.ds = this.b.dl;
|
|
70417
|
+
d.da = this.b.dj;
|
|
70418
|
+
d.dt = this.b.dm;
|
|
70419
|
+
d.db = this.b.dk;
|
|
70420
|
+
d.du = this.b.dn;
|
|
70415
70421
|
}
|
|
70416
70422
|
};
|
|
70417
|
-
CheckboxListView.prototype.
|
|
70423
|
+
CheckboxListView.prototype.z = function () {
|
|
70418
70424
|
var e_1, _a;
|
|
70419
|
-
if (this.
|
|
70425
|
+
if (this.e != null) {
|
|
70420
70426
|
try {
|
|
70421
|
-
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
70427
|
+
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70422
70428
|
var a = _c.value;
|
|
70423
70429
|
var b = a.value;
|
|
70424
70430
|
b.i = this.b.y;
|
|
@@ -70442,43 +70448,43 @@
|
|
|
70442
70448
|
this.a.i = this.b.y;
|
|
70443
70449
|
}
|
|
70444
70450
|
};
|
|
70445
|
-
CheckboxListView.prototype.
|
|
70451
|
+
CheckboxListView.prototype.x = function () {
|
|
70446
70452
|
};
|
|
70447
|
-
CheckboxListView.prototype.
|
|
70453
|
+
CheckboxListView.prototype.k = function (a, b) {
|
|
70448
70454
|
var c = a;
|
|
70449
70455
|
var d = parseInt(c.a5.toString());
|
|
70450
70456
|
var e = c.checked;
|
|
70451
70457
|
if (e == true) {
|
|
70452
70458
|
if (this.b.l == 0) {
|
|
70453
|
-
this.b.
|
|
70459
|
+
this.b.cw(d);
|
|
70454
70460
|
}
|
|
70455
70461
|
else {
|
|
70456
|
-
this.b.
|
|
70462
|
+
this.b.b5(d);
|
|
70457
70463
|
}
|
|
70458
70464
|
}
|
|
70459
70465
|
else {
|
|
70460
70466
|
if (this.b.l == 0) {
|
|
70461
|
-
this.b.
|
|
70467
|
+
this.b.b5(d);
|
|
70462
70468
|
}
|
|
70463
70469
|
else {
|
|
70464
|
-
this.b.
|
|
70470
|
+
this.b.cw(d);
|
|
70465
70471
|
}
|
|
70466
70472
|
}
|
|
70467
|
-
this.b.
|
|
70468
|
-
this.
|
|
70473
|
+
this.b.ci(d, e);
|
|
70474
|
+
this.ag(false);
|
|
70469
70475
|
};
|
|
70470
|
-
CheckboxListView.prototype.
|
|
70476
|
+
CheckboxListView.prototype.l = function () {
|
|
70471
70477
|
};
|
|
70472
|
-
CheckboxListView.prototype.
|
|
70478
|
+
CheckboxListView.prototype.t = function (a, b) {
|
|
70473
70479
|
var e_2, _a;
|
|
70474
70480
|
try {
|
|
70475
|
-
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
70481
|
+
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70476
70482
|
var c = _c.value;
|
|
70477
70483
|
var d = c.value;
|
|
70478
70484
|
var e = parseInt(d.a5.toString());
|
|
70479
70485
|
if (e == a) {
|
|
70480
70486
|
d.checked = b;
|
|
70481
|
-
this.b.
|
|
70487
|
+
this.b.ci(e, b);
|
|
70482
70488
|
}
|
|
70483
70489
|
}
|
|
70484
70490
|
}
|
|
@@ -70495,12 +70501,12 @@
|
|
|
70495
70501
|
throw e_2.error;
|
|
70496
70502
|
}
|
|
70497
70503
|
}
|
|
70498
|
-
this.
|
|
70504
|
+
this.ag();
|
|
70499
70505
|
};
|
|
70500
|
-
CheckboxListView.prototype.
|
|
70506
|
+
CheckboxListView.prototype.u = function (a) {
|
|
70501
70507
|
var e_3, _a;
|
|
70502
70508
|
try {
|
|
70503
|
-
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
70509
|
+
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70504
70510
|
var b = _c.value;
|
|
70505
70511
|
var c = b.value;
|
|
70506
70512
|
c.checked = a;
|
|
@@ -70520,68 +70526,68 @@
|
|
|
70520
70526
|
}
|
|
70521
70527
|
}
|
|
70522
70528
|
};
|
|
70523
|
-
CheckboxListView.prototype.
|
|
70524
|
-
this.
|
|
70525
|
-
if (null != this.
|
|
70526
|
-
this.
|
|
70529
|
+
CheckboxListView.prototype.q = function (a) {
|
|
70530
|
+
this.j = a;
|
|
70531
|
+
if (null != this.j) {
|
|
70532
|
+
this.j.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
70527
70533
|
}
|
|
70528
70534
|
};
|
|
70529
|
-
CheckboxListView.prototype.
|
|
70530
|
-
var a = this.
|
|
70531
|
-
if (null == a || null == this.
|
|
70535
|
+
CheckboxListView.prototype.ah = function () {
|
|
70536
|
+
var a = this.f;
|
|
70537
|
+
if (null == a || null == this.j) {
|
|
70532
70538
|
return;
|
|
70533
70539
|
}
|
|
70534
70540
|
var b = a.createElement("div");
|
|
70535
70541
|
var c = a.getSubRenderer(b);
|
|
70536
70542
|
this.a = new igniteuiWebcomponentsInputs.XCheckbox();
|
|
70537
70543
|
this.a.provideContainer(c);
|
|
70538
|
-
var d = this.
|
|
70544
|
+
var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
70539
70545
|
this.a.i = this.b.y;
|
|
70540
|
-
this.
|
|
70541
|
-
this.
|
|
70542
|
-
this.
|
|
70543
|
-
this.
|
|
70544
|
-
this.
|
|
70545
|
-
this.
|
|
70546
|
-
this.
|
|
70547
|
-
this.
|
|
70548
|
-
this.
|
|
70549
|
-
this.
|
|
70550
|
-
this.
|
|
70546
|
+
this.i = a.createElement("label");
|
|
70547
|
+
this.i.setRawText(this.b.bx);
|
|
70548
|
+
this.i.setStyleProperty("font-size", "13px");
|
|
70549
|
+
this.j.setStyleProperty("display", "flex");
|
|
70550
|
+
this.j.setStyleProperty("flex-direction", "row");
|
|
70551
|
+
this.j.setStyleProperty("font-family", "Verdana");
|
|
70552
|
+
this.j.setStyleProperty("align-items", "center");
|
|
70553
|
+
this.j.append(b);
|
|
70554
|
+
this.j.append(this.i);
|
|
70555
|
+
this.ai();
|
|
70556
|
+
this.af();
|
|
70551
70557
|
var e = this.a;
|
|
70552
|
-
e.change = igniteuiWebcomponentsCore.delegateCombine(e.change, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70558
|
+
e.change = igniteuiWebcomponentsCore.delegateCombine(e.change, igniteuiWebcomponentsCore.runOn(this, this.r));
|
|
70553
70559
|
this.a.t = true;
|
|
70554
70560
|
};
|
|
70555
|
-
CheckboxListView.prototype.
|
|
70556
|
-
if (null != this.
|
|
70557
|
-
this.
|
|
70558
|
-
igniteuiWebcomponentsCore.NativeUI.o(this.
|
|
70561
|
+
CheckboxListView.prototype.af = function () {
|
|
70562
|
+
if (null != this.i) {
|
|
70563
|
+
this.i.setRawText(this.b.bx);
|
|
70564
|
+
igniteuiWebcomponentsCore.NativeUI.o(this.i, this.b.dh);
|
|
70559
70565
|
}
|
|
70560
70566
|
};
|
|
70561
|
-
CheckboxListView.prototype.
|
|
70562
|
-
if (null != this.
|
|
70563
|
-
var a = this.b.
|
|
70564
|
-
this.
|
|
70567
|
+
CheckboxListView.prototype.ai = function () {
|
|
70568
|
+
if (null != this.i) {
|
|
70569
|
+
var a = this.b.as ? "flex" : "none";
|
|
70570
|
+
this.j.setStyleProperty("display", a);
|
|
70565
70571
|
}
|
|
70566
70572
|
};
|
|
70567
|
-
CheckboxListView.prototype.
|
|
70568
|
-
if (this.
|
|
70569
|
-
this.
|
|
70573
|
+
CheckboxListView.prototype.ae = function () {
|
|
70574
|
+
if (this.h != null) {
|
|
70575
|
+
this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
70570
70576
|
}
|
|
70571
|
-
if (this.
|
|
70572
|
-
this.
|
|
70577
|
+
if (this.g != null) {
|
|
70578
|
+
this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
70573
70579
|
}
|
|
70574
70580
|
};
|
|
70575
|
-
CheckboxListView.prototype.
|
|
70581
|
+
CheckboxListView.prototype.ag = function (a) {
|
|
70576
70582
|
if (a === void 0) {
|
|
70577
70583
|
a = true;
|
|
70578
70584
|
}
|
|
70579
|
-
var b = this.
|
|
70580
|
-
this.
|
|
70585
|
+
var b = this.d;
|
|
70586
|
+
this.d = true;
|
|
70581
70587
|
var c = this.a.u;
|
|
70582
70588
|
this.a.u = a;
|
|
70583
70589
|
try {
|
|
70584
|
-
if (this.b.
|
|
70590
|
+
if (this.b.ao) {
|
|
70585
70591
|
this.a.indeterminate = true;
|
|
70586
70592
|
return;
|
|
70587
70593
|
}
|
|
@@ -70595,40 +70601,61 @@
|
|
|
70595
70601
|
}
|
|
70596
70602
|
finally {
|
|
70597
70603
|
this.a.u = c;
|
|
70598
|
-
this.
|
|
70604
|
+
this.d = b;
|
|
70599
70605
|
}
|
|
70600
70606
|
};
|
|
70601
|
-
CheckboxListView.prototype.
|
|
70602
|
-
if (this.
|
|
70607
|
+
CheckboxListView.prototype.r = function (a, b) {
|
|
70608
|
+
if (this.d || b.isIndeterminate) {
|
|
70603
70609
|
return;
|
|
70604
70610
|
}
|
|
70605
70611
|
if (b.isChecked) {
|
|
70606
|
-
this.b.
|
|
70607
|
-
this.b.
|
|
70612
|
+
this.b.cy();
|
|
70613
|
+
this.b.cp(b.isChecked);
|
|
70608
70614
|
}
|
|
70609
70615
|
else {
|
|
70610
|
-
this.b.
|
|
70611
|
-
this.b.
|
|
70616
|
+
this.b.b9();
|
|
70617
|
+
this.b.cp(b.isChecked);
|
|
70612
70618
|
}
|
|
70613
70619
|
};
|
|
70614
|
-
CheckboxListView.prototype.
|
|
70615
|
-
var a = this.
|
|
70620
|
+
CheckboxListView.prototype.ad = function () {
|
|
70621
|
+
var a = this.f;
|
|
70616
70622
|
if (null == a) {
|
|
70617
70623
|
return;
|
|
70618
70624
|
}
|
|
70619
70625
|
var b = a.rootWrapper;
|
|
70620
70626
|
if (null != b) {
|
|
70621
|
-
igniteuiWebcomponentsCore.NativeUI.o(b, this.b.
|
|
70622
|
-
igniteuiWebcomponentsCore.NativeUI.k(b, this.b.
|
|
70627
|
+
igniteuiWebcomponentsCore.NativeUI.o(b, this.b.dy);
|
|
70628
|
+
igniteuiWebcomponentsCore.NativeUI.k(b, this.b.di);
|
|
70623
70629
|
}
|
|
70624
70630
|
};
|
|
70625
|
-
CheckboxListView.prototype.
|
|
70626
|
-
if (this.
|
|
70627
|
-
|
|
70631
|
+
CheckboxListView.prototype.ab = function () {
|
|
70632
|
+
if (this.c != null) {
|
|
70633
|
+
this.c.fill = this.b.du;
|
|
70628
70634
|
}
|
|
70629
70635
|
};
|
|
70630
|
-
CheckboxListView.prototype.
|
|
70631
|
-
this.
|
|
70636
|
+
CheckboxListView.prototype.ac = function () {
|
|
70637
|
+
if (this.b.ae != null) {
|
|
70638
|
+
this.i.setStyleProperty("font", this.b.ae.fontString);
|
|
70639
|
+
}
|
|
70640
|
+
else {
|
|
70641
|
+
this.i.setStyleProperty("font-family", "Verdana");
|
|
70642
|
+
this.i.setStyleProperty("font-size", 13 + "px");
|
|
70643
|
+
}
|
|
70644
|
+
};
|
|
70645
|
+
CheckboxListView.prototype.y = function () {
|
|
70646
|
+
this.a.ds = this.b.dl;
|
|
70647
|
+
this.a.da = this.b.dj;
|
|
70648
|
+
this.a.dt = this.b.dm;
|
|
70649
|
+
this.a.db = this.b.dk;
|
|
70650
|
+
this.a.du = this.b.dn;
|
|
70651
|
+
};
|
|
70652
|
+
CheckboxListView.prototype.aa = function (a) {
|
|
70653
|
+
if (this.g != null) {
|
|
70654
|
+
igniteuiWebcomponentsCore.NativeUI.t(this.g, a);
|
|
70655
|
+
}
|
|
70656
|
+
};
|
|
70657
|
+
CheckboxListView.prototype.p = function (a) {
|
|
70658
|
+
this.g = a;
|
|
70632
70659
|
};
|
|
70633
70660
|
CheckboxListView.$t = igniteuiWebcomponentsCore.markType(CheckboxListView, 'CheckboxListView');
|
|
70634
70661
|
return CheckboxListView;
|
|
@@ -70645,45 +70672,55 @@
|
|
|
70645
70672
|
_this.i = null;
|
|
70646
70673
|
_this.ab = null;
|
|
70647
70674
|
_this.d = null;
|
|
70648
|
-
_this.
|
|
70675
|
+
_this.ai = false;
|
|
70649
70676
|
_this.c = null;
|
|
70650
70677
|
_this.o = null;
|
|
70651
70678
|
_this.q = null;
|
|
70652
|
-
_this.
|
|
70653
|
-
_this.
|
|
70679
|
+
_this.aj = false;
|
|
70680
|
+
_this.ag = null;
|
|
70654
70681
|
_this.f = new GridSelectedKeysCollection();
|
|
70655
70682
|
_this.a = null;
|
|
70656
70683
|
_this.propertyChanged = null;
|
|
70657
70684
|
_this.checkedChanged = null;
|
|
70658
|
-
_this.av = null;
|
|
70659
|
-
_this.ax = null;
|
|
70660
|
-
_this.az = null;
|
|
70661
70685
|
_this.ay = null;
|
|
70686
|
+
_this.a0 = null;
|
|
70687
|
+
_this.a2 = null;
|
|
70688
|
+
_this.a1 = null;
|
|
70662
70689
|
_this.s = 3;
|
|
70663
|
-
_this.
|
|
70690
|
+
_this.au = -1;
|
|
70664
70691
|
_this.ac = null;
|
|
70665
70692
|
_this.k = 1;
|
|
70666
70693
|
_this.x = 1;
|
|
70667
70694
|
_this.z = 2;
|
|
70695
|
+
_this.dd = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
|
|
70696
|
+
_this.db = null;
|
|
70697
|
+
_this.de = null;
|
|
70698
|
+
_this.dc = null;
|
|
70699
|
+
_this.ad = null;
|
|
70700
|
+
_this.c7 = null;
|
|
70701
|
+
_this.c5 = null;
|
|
70702
|
+
_this.c8 = null;
|
|
70703
|
+
_this.c6 = null;
|
|
70704
|
+
_this.c9 = null;
|
|
70668
70705
|
_this.v = 0;
|
|
70669
|
-
_this.
|
|
70670
|
-
_this.
|
|
70671
|
-
_this.
|
|
70672
|
-
_this.
|
|
70673
|
-
_this.
|
|
70674
|
-
_this.
|
|
70675
|
-
_this.
|
|
70706
|
+
_this.da = null;
|
|
70707
|
+
_this.bw = null;
|
|
70708
|
+
_this.df = null;
|
|
70709
|
+
_this.c3 = CheckboxList.dq;
|
|
70710
|
+
_this.ar = true;
|
|
70711
|
+
_this.c4 = CheckboxList.dp;
|
|
70712
|
+
_this.dg = CheckboxList.dq;
|
|
70676
70713
|
_this.selectAllCheckboxChanged = null;
|
|
70677
|
-
_this.
|
|
70678
|
-
_this.
|
|
70679
|
-
_this.
|
|
70714
|
+
_this.aw = -1;
|
|
70715
|
+
_this.ap = true;
|
|
70716
|
+
_this.am = true;
|
|
70680
70717
|
var a = _this.f;
|
|
70681
|
-
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
70718
|
+
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.cr));
|
|
70682
70719
|
_this.d = new igniteuiWebcomponentsCore.FilterFactory();
|
|
70683
70720
|
var b = new CheckboxListView();
|
|
70684
70721
|
b.b = _this;
|
|
70685
70722
|
_this.m = b;
|
|
70686
|
-
_this.m.
|
|
70723
|
+
_this.m.n();
|
|
70687
70724
|
return _this;
|
|
70688
70725
|
}
|
|
70689
70726
|
Object.defineProperty(CheckboxList.prototype, "r", {
|
|
@@ -70716,13 +70753,13 @@
|
|
|
70716
70753
|
enumerable: true,
|
|
70717
70754
|
configurable: true
|
|
70718
70755
|
});
|
|
70719
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70756
|
+
Object.defineProperty(CheckboxList.prototype, "ah", {
|
|
70720
70757
|
get: function () {
|
|
70721
|
-
if (this.
|
|
70722
|
-
this.
|
|
70723
|
-
this.
|
|
70758
|
+
if (this.ag == null) {
|
|
70759
|
+
this.ag = new igniteuiWebcomponentsCore.SRProvider(this.m.f);
|
|
70760
|
+
this.ag.cb("DataGrid");
|
|
70724
70761
|
}
|
|
70725
|
-
return this.
|
|
70762
|
+
return this.ag;
|
|
70726
70763
|
},
|
|
70727
70764
|
enumerable: true,
|
|
70728
70765
|
configurable: true
|
|
@@ -70742,57 +70779,57 @@
|
|
|
70742
70779
|
var b = this.a;
|
|
70743
70780
|
this.a = a;
|
|
70744
70781
|
if (b != this.a) {
|
|
70745
|
-
this.
|
|
70782
|
+
this.cn("PrimaryKey", b, this.a);
|
|
70746
70783
|
}
|
|
70747
70784
|
},
|
|
70748
70785
|
enumerable: true,
|
|
70749
70786
|
configurable: true
|
|
70750
70787
|
});
|
|
70751
|
-
CheckboxList.prototype.
|
|
70752
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
70788
|
+
CheckboxList.prototype.cr = function (a, b) {
|
|
70789
|
+
if (this.e == null || this.e.actualSchema == null || this.ai) {
|
|
70753
70790
|
return;
|
|
70754
70791
|
}
|
|
70755
70792
|
switch (b.action) {
|
|
70756
70793
|
case 0:
|
|
70757
70794
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
70758
|
-
this.
|
|
70795
|
+
this.cl(b.newItems.item(c));
|
|
70759
70796
|
}
|
|
70760
70797
|
break;
|
|
70761
70798
|
case 1:
|
|
70762
70799
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
70763
|
-
this.
|
|
70800
|
+
this.cm(b.oldItems.item(d));
|
|
70764
70801
|
}
|
|
70765
70802
|
break;
|
|
70766
70803
|
case 2:
|
|
70767
70804
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
70768
|
-
this.
|
|
70805
|
+
this.cm(b.oldItems.item(e));
|
|
70769
70806
|
}
|
|
70770
70807
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
70771
|
-
this.
|
|
70808
|
+
this.cl(b.newItems.item(f));
|
|
70772
70809
|
}
|
|
70773
70810
|
break;
|
|
70774
70811
|
case 4:
|
|
70775
|
-
this.m.
|
|
70812
|
+
this.m.u(this.l == 0);
|
|
70776
70813
|
for (var g = 0; g < this.g.ae.count; g++) {
|
|
70777
|
-
this.
|
|
70814
|
+
this.cl(this.g.ae._inner[g]);
|
|
70778
70815
|
}
|
|
70779
70816
|
break;
|
|
70780
70817
|
}
|
|
70781
70818
|
};
|
|
70782
|
-
CheckboxList.prototype.
|
|
70819
|
+
CheckboxList.prototype.cl = function (a) {
|
|
70783
70820
|
var b = this.e.indexOfKey(a.value);
|
|
70784
70821
|
if (b >= 0) {
|
|
70785
|
-
this.m.
|
|
70822
|
+
this.m.t(b, this.l == 1);
|
|
70786
70823
|
}
|
|
70787
70824
|
};
|
|
70788
|
-
CheckboxList.prototype.
|
|
70825
|
+
CheckboxList.prototype.cm = function (a) {
|
|
70789
70826
|
var b = this.e.indexOfKey(a.value);
|
|
70790
70827
|
if (b >= 0) {
|
|
70791
|
-
this.m.
|
|
70828
|
+
this.m.t(b, this.l == 0);
|
|
70792
70829
|
}
|
|
70793
70830
|
};
|
|
70794
|
-
CheckboxList.prototype.
|
|
70795
|
-
if (this.checkedChanged != null && this.
|
|
70831
|
+
CheckboxList.prototype.ci = function (a, b) {
|
|
70832
|
+
if (this.checkedChanged != null && this.aj == false) {
|
|
70796
70833
|
this.checkedChanged(this, ((function () {
|
|
70797
70834
|
var $ret = new CheckedChangedEventArgs();
|
|
70798
70835
|
$ret.b = a;
|
|
@@ -70802,32 +70839,32 @@
|
|
|
70802
70839
|
}
|
|
70803
70840
|
};
|
|
70804
70841
|
CheckboxList.prototype.notifySizeChanged = function () {
|
|
70805
|
-
this.m.
|
|
70842
|
+
this.m.l();
|
|
70806
70843
|
};
|
|
70807
70844
|
CheckboxList.prototype.destroy = function () {
|
|
70808
70845
|
if (this.h != null) {
|
|
70809
70846
|
var a = this.h;
|
|
70810
|
-
a.cellClicked = igniteuiWebcomponentsCore.delegateRemove(a.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70847
|
+
a.cellClicked = igniteuiWebcomponentsCore.delegateRemove(a.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.cb));
|
|
70811
70848
|
if (this.h.actualDataSource != null) {
|
|
70812
70849
|
var b = this.h.actualDataSource;
|
|
70813
|
-
b.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(b.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70850
|
+
b.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(b.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
|
|
70814
70851
|
}
|
|
70815
70852
|
}
|
|
70816
70853
|
if (this.o != null) {
|
|
70817
70854
|
var c = this.o;
|
|
70818
|
-
c.change = igniteuiWebcomponentsCore.delegateRemove(c.change, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70855
|
+
c.change = igniteuiWebcomponentsCore.delegateRemove(c.change, igniteuiWebcomponentsCore.runOn(this, this.cc));
|
|
70819
70856
|
}
|
|
70820
70857
|
this.provideContainer(null, null, null);
|
|
70821
70858
|
if (this.i != null) {
|
|
70822
70859
|
var d = this.i;
|
|
70823
|
-
d.cellUpdating = igniteuiWebcomponentsCore.delegateRemove(d.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70860
|
+
d.cellUpdating = igniteuiWebcomponentsCore.delegateRemove(d.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.b8));
|
|
70824
70861
|
}
|
|
70825
70862
|
};
|
|
70826
70863
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
70827
70864
|
this.h = b;
|
|
70828
70865
|
if (null != this.h) {
|
|
70829
70866
|
this.h.gm = this.w;
|
|
70830
|
-
this.h.aae = this.
|
|
70867
|
+
this.h.aae = this.dr;
|
|
70831
70868
|
this.h.n1 = 0;
|
|
70832
70869
|
this.h.oc = 0;
|
|
70833
70870
|
this.h.md = NaN;
|
|
@@ -70835,24 +70872,24 @@
|
|
|
70835
70872
|
this.h.c9 = 0;
|
|
70836
70873
|
this.h.cu = 0;
|
|
70837
70874
|
var d = this.h;
|
|
70838
|
-
d.cellClicked = igniteuiWebcomponentsCore.delegateCombine(d.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70839
|
-
if (this.
|
|
70840
|
-
this.h.itemsSource = this.
|
|
70841
|
-
this.
|
|
70842
|
-
this.
|
|
70843
|
-
}
|
|
70844
|
-
if (this.
|
|
70845
|
-
this.
|
|
70846
|
-
this.
|
|
70875
|
+
d.cellClicked = igniteuiWebcomponentsCore.delegateCombine(d.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.cb));
|
|
70876
|
+
if (this.ay != null) {
|
|
70877
|
+
this.h.itemsSource = this.ay;
|
|
70878
|
+
this.b7();
|
|
70879
|
+
this.cq();
|
|
70880
|
+
}
|
|
70881
|
+
if (this.a0 != null) {
|
|
70882
|
+
this.cq();
|
|
70883
|
+
this.c1();
|
|
70847
70884
|
}
|
|
70848
70885
|
}
|
|
70849
|
-
this.m.
|
|
70850
|
-
this.m.
|
|
70886
|
+
this.m.q(c);
|
|
70887
|
+
this.m.m(a);
|
|
70851
70888
|
};
|
|
70852
70889
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
70853
|
-
this.m.
|
|
70890
|
+
this.m.q(a);
|
|
70854
70891
|
};
|
|
70855
|
-
CheckboxList.prototype.
|
|
70892
|
+
CheckboxList.prototype.cb = function (a, b) {
|
|
70856
70893
|
if (b.cellInfo.l.a5 == 0) {
|
|
70857
70894
|
return;
|
|
70858
70895
|
}
|
|
@@ -70868,7 +70905,7 @@
|
|
|
70868
70905
|
this.g.add(d);
|
|
70869
70906
|
}
|
|
70870
70907
|
};
|
|
70871
|
-
CheckboxList.prototype.
|
|
70908
|
+
CheckboxList.prototype.b8 = function (a, b) {
|
|
70872
70909
|
var c = b.cellInfo.l.x;
|
|
70873
70910
|
if (-1 == c) {
|
|
70874
70911
|
return;
|
|
@@ -70880,11 +70917,11 @@
|
|
|
70880
70917
|
d = true;
|
|
70881
70918
|
}
|
|
70882
70919
|
}
|
|
70883
|
-
this.m.
|
|
70920
|
+
this.m.o(b.content.element, c, d);
|
|
70884
70921
|
};
|
|
70885
|
-
CheckboxList.prototype.
|
|
70886
|
-
if (this.
|
|
70887
|
-
var b = this.d.property(this.
|
|
70922
|
+
CheckboxList.prototype.cj = function (a) {
|
|
70923
|
+
if (this.a0 != null) {
|
|
70924
|
+
var b = this.d.property(this.a0).cast(igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
70888
70925
|
var c = b.contains(a);
|
|
70889
70926
|
if (!this.h.u.k.contains(this.c)) {
|
|
70890
70927
|
this.c = c;
|
|
@@ -70898,55 +70935,55 @@
|
|
|
70898
70935
|
};
|
|
70899
70936
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
70900
70937
|
get: function () {
|
|
70901
|
-
return this.
|
|
70938
|
+
return this.ay;
|
|
70902
70939
|
},
|
|
70903
70940
|
set: function (a) {
|
|
70904
|
-
var b = this.
|
|
70905
|
-
this.
|
|
70906
|
-
if (b != this.
|
|
70907
|
-
this.
|
|
70941
|
+
var b = this.ay;
|
|
70942
|
+
this.ay = a;
|
|
70943
|
+
if (b != this.ay) {
|
|
70944
|
+
this.cn("ItemsSource", b, this.ay);
|
|
70908
70945
|
}
|
|
70909
70946
|
},
|
|
70910
70947
|
enumerable: true,
|
|
70911
70948
|
configurable: true
|
|
70912
70949
|
});
|
|
70913
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70950
|
+
Object.defineProperty(CheckboxList.prototype, "bc", {
|
|
70914
70951
|
get: function () {
|
|
70915
|
-
return this.
|
|
70952
|
+
return this.a0;
|
|
70916
70953
|
},
|
|
70917
70954
|
set: function (a) {
|
|
70918
|
-
var b = this.
|
|
70919
|
-
this.
|
|
70920
|
-
if (b != this.
|
|
70921
|
-
this.
|
|
70955
|
+
var b = this.a0;
|
|
70956
|
+
this.a0 = a;
|
|
70957
|
+
if (b != this.a0) {
|
|
70958
|
+
this.cn("DataMemberPath", b, this.a0);
|
|
70922
70959
|
}
|
|
70923
70960
|
},
|
|
70924
70961
|
enumerable: true,
|
|
70925
70962
|
configurable: true
|
|
70926
70963
|
});
|
|
70927
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70964
|
+
Object.defineProperty(CheckboxList.prototype, "b0", {
|
|
70928
70965
|
get: function () {
|
|
70929
|
-
return this.
|
|
70966
|
+
return this.a2;
|
|
70930
70967
|
},
|
|
70931
70968
|
set: function (a) {
|
|
70932
|
-
var b = this.
|
|
70933
|
-
this.
|
|
70934
|
-
if (b != this.
|
|
70935
|
-
this.
|
|
70969
|
+
var b = this.a2;
|
|
70970
|
+
this.a2 = a;
|
|
70971
|
+
if (b != this.a2) {
|
|
70972
|
+
this.cn("SelectedMemberPath", b, this.a2);
|
|
70936
70973
|
}
|
|
70937
70974
|
},
|
|
70938
70975
|
enumerable: true,
|
|
70939
70976
|
configurable: true
|
|
70940
70977
|
});
|
|
70941
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70978
|
+
Object.defineProperty(CheckboxList.prototype, "bg", {
|
|
70942
70979
|
get: function () {
|
|
70943
|
-
return this.
|
|
70980
|
+
return this.a1;
|
|
70944
70981
|
},
|
|
70945
70982
|
set: function (a) {
|
|
70946
|
-
var b = this.
|
|
70947
|
-
this.
|
|
70948
|
-
if (b != this.
|
|
70949
|
-
this.
|
|
70983
|
+
var b = this.a1;
|
|
70984
|
+
this.a1 = a;
|
|
70985
|
+
if (b != this.a1) {
|
|
70986
|
+
this.cn("FilterPlaceholderText", b, this.a1);
|
|
70950
70987
|
}
|
|
70951
70988
|
},
|
|
70952
70989
|
enumerable: true,
|
|
@@ -70960,27 +70997,27 @@
|
|
|
70960
70997
|
var b = this.s;
|
|
70961
70998
|
this.s = a;
|
|
70962
70999
|
if (b != this.s) {
|
|
70963
|
-
this.
|
|
71000
|
+
this.cn("SearchInputType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, this.s));
|
|
70964
71001
|
}
|
|
70965
71002
|
},
|
|
70966
71003
|
enumerable: true,
|
|
70967
71004
|
configurable: true
|
|
70968
71005
|
});
|
|
70969
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71006
|
+
Object.defineProperty(CheckboxList.prototype, "ax", {
|
|
70970
71007
|
get: function () {
|
|
70971
|
-
return this.
|
|
71008
|
+
return this.au;
|
|
70972
71009
|
},
|
|
70973
71010
|
set: function (a) {
|
|
70974
|
-
var b = this.
|
|
70975
|
-
this.
|
|
70976
|
-
if (b != this.
|
|
70977
|
-
this.
|
|
71011
|
+
var b = this.au;
|
|
71012
|
+
this.au = a;
|
|
71013
|
+
if (b != this.au) {
|
|
71014
|
+
this.cn("RowHeight", b, this.au);
|
|
70978
71015
|
}
|
|
70979
71016
|
},
|
|
70980
71017
|
enumerable: true,
|
|
70981
71018
|
configurable: true
|
|
70982
71019
|
});
|
|
70983
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71020
|
+
Object.defineProperty(CheckboxList.prototype, "av", {
|
|
70984
71021
|
get: function () {
|
|
70985
71022
|
if (this.h != null) {
|
|
70986
71023
|
return this.h.nf;
|
|
@@ -70990,7 +71027,7 @@
|
|
|
70990
71027
|
enumerable: true,
|
|
70991
71028
|
configurable: true
|
|
70992
71029
|
});
|
|
70993
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71030
|
+
Object.defineProperty(CheckboxList.prototype, "ae", {
|
|
70994
71031
|
get: function () {
|
|
70995
71032
|
return this.ac;
|
|
70996
71033
|
},
|
|
@@ -70998,7 +71035,7 @@
|
|
|
70998
71035
|
var b = this.ac;
|
|
70999
71036
|
this.ac = a;
|
|
71000
71037
|
if (b != this.ac) {
|
|
71001
|
-
this.
|
|
71038
|
+
this.cn("CellTextStyle", b, this.ac);
|
|
71002
71039
|
}
|
|
71003
71040
|
},
|
|
71004
71041
|
enumerable: true,
|
|
@@ -71012,7 +71049,7 @@
|
|
|
71012
71049
|
var b = this.k;
|
|
71013
71050
|
this.k = a;
|
|
71014
71051
|
if (b != this.k) {
|
|
71015
|
-
this.
|
|
71052
|
+
this.cn("IndexType", igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, b), igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
71016
71053
|
}
|
|
71017
71054
|
},
|
|
71018
71055
|
enumerable: true,
|
|
@@ -71026,7 +71063,7 @@
|
|
|
71026
71063
|
var b = this.x;
|
|
71027
71064
|
this.x = a;
|
|
71028
71065
|
if (b != this.x) {
|
|
71029
|
-
this.
|
|
71066
|
+
this.cn("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.x));
|
|
71030
71067
|
}
|
|
71031
71068
|
},
|
|
71032
71069
|
enumerable: true,
|
|
@@ -71040,7 +71077,147 @@
|
|
|
71040
71077
|
var b = this.z;
|
|
71041
71078
|
this.z = a;
|
|
71042
71079
|
if (b != this.z) {
|
|
71043
|
-
this.
|
|
71080
|
+
this.cn("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.z));
|
|
71081
|
+
}
|
|
71082
|
+
},
|
|
71083
|
+
enumerable: true,
|
|
71084
|
+
configurable: true
|
|
71085
|
+
});
|
|
71086
|
+
Object.defineProperty(CheckboxList.prototype, "du", {
|
|
71087
|
+
get: function () {
|
|
71088
|
+
return this.dd;
|
|
71089
|
+
},
|
|
71090
|
+
set: function (a) {
|
|
71091
|
+
var b = this.dd;
|
|
71092
|
+
this.dd = a;
|
|
71093
|
+
if (b != this.dd) {
|
|
71094
|
+
this.cn("SearchIconColor", b, this.dd);
|
|
71095
|
+
}
|
|
71096
|
+
},
|
|
71097
|
+
enumerable: true,
|
|
71098
|
+
configurable: true
|
|
71099
|
+
});
|
|
71100
|
+
Object.defineProperty(CheckboxList.prototype, "ds", {
|
|
71101
|
+
get: function () {
|
|
71102
|
+
return this.db;
|
|
71103
|
+
},
|
|
71104
|
+
set: function (a) {
|
|
71105
|
+
var b = this.db;
|
|
71106
|
+
this.db = a;
|
|
71107
|
+
if (b != this.db) {
|
|
71108
|
+
this.cn("SearchBackgroundColor", b, this.db);
|
|
71109
|
+
}
|
|
71110
|
+
},
|
|
71111
|
+
enumerable: true,
|
|
71112
|
+
configurable: true
|
|
71113
|
+
});
|
|
71114
|
+
Object.defineProperty(CheckboxList.prototype, "dv", {
|
|
71115
|
+
get: function () {
|
|
71116
|
+
return this.de;
|
|
71117
|
+
},
|
|
71118
|
+
set: function (a) {
|
|
71119
|
+
var b = this.de;
|
|
71120
|
+
this.de = a;
|
|
71121
|
+
if (b != this.de) {
|
|
71122
|
+
this.cn("SearchTextColor", b, this.de);
|
|
71123
|
+
}
|
|
71124
|
+
},
|
|
71125
|
+
enumerable: true,
|
|
71126
|
+
configurable: true
|
|
71127
|
+
});
|
|
71128
|
+
Object.defineProperty(CheckboxList.prototype, "dt", {
|
|
71129
|
+
get: function () {
|
|
71130
|
+
return this.dc;
|
|
71131
|
+
},
|
|
71132
|
+
set: function (a) {
|
|
71133
|
+
var b = this.dc;
|
|
71134
|
+
this.dc = a;
|
|
71135
|
+
if (b != this.dc) {
|
|
71136
|
+
this.cn("SearchBorderColor", b, this.dc);
|
|
71137
|
+
}
|
|
71138
|
+
},
|
|
71139
|
+
enumerable: true,
|
|
71140
|
+
configurable: true
|
|
71141
|
+
});
|
|
71142
|
+
Object.defineProperty(CheckboxList.prototype, "af", {
|
|
71143
|
+
get: function () {
|
|
71144
|
+
return this.ad;
|
|
71145
|
+
},
|
|
71146
|
+
set: function (a) {
|
|
71147
|
+
var b = this.ad;
|
|
71148
|
+
this.ad = a;
|
|
71149
|
+
if (b != this.ad) {
|
|
71150
|
+
this.cn("SearchTextStyle", b, this.ad);
|
|
71151
|
+
}
|
|
71152
|
+
},
|
|
71153
|
+
enumerable: true,
|
|
71154
|
+
configurable: true
|
|
71155
|
+
});
|
|
71156
|
+
Object.defineProperty(CheckboxList.prototype, "dl", {
|
|
71157
|
+
get: function () {
|
|
71158
|
+
return this.c7;
|
|
71159
|
+
},
|
|
71160
|
+
set: function (a) {
|
|
71161
|
+
var b = this.c7;
|
|
71162
|
+
this.c7 = a;
|
|
71163
|
+
if (b != this.c7) {
|
|
71164
|
+
this.cn("CheckboxTickColor", b, this.c7);
|
|
71165
|
+
}
|
|
71166
|
+
},
|
|
71167
|
+
enumerable: true,
|
|
71168
|
+
configurable: true
|
|
71169
|
+
});
|
|
71170
|
+
Object.defineProperty(CheckboxList.prototype, "dj", {
|
|
71171
|
+
get: function () {
|
|
71172
|
+
return this.c5;
|
|
71173
|
+
},
|
|
71174
|
+
set: function (a) {
|
|
71175
|
+
var b = this.c5;
|
|
71176
|
+
this.c5 = a;
|
|
71177
|
+
if (b != this.c5) {
|
|
71178
|
+
this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
|
|
71179
|
+
}
|
|
71180
|
+
},
|
|
71181
|
+
enumerable: true,
|
|
71182
|
+
configurable: true
|
|
71183
|
+
});
|
|
71184
|
+
Object.defineProperty(CheckboxList.prototype, "dm", {
|
|
71185
|
+
get: function () {
|
|
71186
|
+
return this.c8;
|
|
71187
|
+
},
|
|
71188
|
+
set: function (a) {
|
|
71189
|
+
var b = this.c8;
|
|
71190
|
+
this.c8 = a;
|
|
71191
|
+
if (b != this.c8) {
|
|
71192
|
+
this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
|
|
71193
|
+
}
|
|
71194
|
+
},
|
|
71195
|
+
enumerable: true,
|
|
71196
|
+
configurable: true
|
|
71197
|
+
});
|
|
71198
|
+
Object.defineProperty(CheckboxList.prototype, "dk", {
|
|
71199
|
+
get: function () {
|
|
71200
|
+
return this.c6;
|
|
71201
|
+
},
|
|
71202
|
+
set: function (a) {
|
|
71203
|
+
var b = this.c6;
|
|
71204
|
+
this.c6 = a;
|
|
71205
|
+
if (b != this.c6) {
|
|
71206
|
+
this.cn("CheckboxCheckedBorderColor", b, this.c6);
|
|
71207
|
+
}
|
|
71208
|
+
},
|
|
71209
|
+
enumerable: true,
|
|
71210
|
+
configurable: true
|
|
71211
|
+
});
|
|
71212
|
+
Object.defineProperty(CheckboxList.prototype, "dn", {
|
|
71213
|
+
get: function () {
|
|
71214
|
+
return this.c9;
|
|
71215
|
+
},
|
|
71216
|
+
set: function (a) {
|
|
71217
|
+
var b = this.c9;
|
|
71218
|
+
this.c9 = a;
|
|
71219
|
+
if (b != this.c9) {
|
|
71220
|
+
this.cn("CheckboxUncheckedBorderColor", b, this.c9);
|
|
71044
71221
|
}
|
|
71045
71222
|
},
|
|
71046
71223
|
enumerable: true,
|
|
@@ -71054,33 +71231,33 @@
|
|
|
71054
71231
|
var b = this.v;
|
|
71055
71232
|
this.v = a;
|
|
71056
71233
|
if (b != this.v) {
|
|
71057
|
-
this.
|
|
71234
|
+
this.cn("ScrollbarStyle", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, this.v));
|
|
71058
71235
|
}
|
|
71059
71236
|
},
|
|
71060
71237
|
enumerable: true,
|
|
71061
71238
|
configurable: true
|
|
71062
71239
|
});
|
|
71063
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71240
|
+
Object.defineProperty(CheckboxList.prototype, "dr", {
|
|
71064
71241
|
get: function () {
|
|
71065
|
-
return this.
|
|
71242
|
+
return this.da;
|
|
71066
71243
|
},
|
|
71067
71244
|
set: function (a) {
|
|
71068
|
-
var b = this.
|
|
71069
|
-
this.
|
|
71070
|
-
if (b != this.
|
|
71071
|
-
this.
|
|
71245
|
+
var b = this.da;
|
|
71246
|
+
this.da = a;
|
|
71247
|
+
if (b != this.da) {
|
|
71248
|
+
this.cn("ScrollbarBackground", b, this.da);
|
|
71072
71249
|
}
|
|
71073
71250
|
},
|
|
71074
71251
|
enumerable: true,
|
|
71075
71252
|
configurable: true
|
|
71076
71253
|
});
|
|
71077
|
-
CheckboxList.prototype.
|
|
71254
|
+
CheckboxList.prototype.cn = function (a, b, c) {
|
|
71078
71255
|
if (this.propertyChanged != null) {
|
|
71079
71256
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
71080
71257
|
}
|
|
71081
|
-
this.
|
|
71258
|
+
this.cs(a, b, c);
|
|
71082
71259
|
};
|
|
71083
|
-
CheckboxList.prototype.
|
|
71260
|
+
CheckboxList.prototype.cs = function (a, b, c) {
|
|
71084
71261
|
switch (a) {
|
|
71085
71262
|
case "ItemsSource":
|
|
71086
71263
|
if (this.h != null) {
|
|
@@ -71093,26 +71270,26 @@
|
|
|
71093
71270
|
}
|
|
71094
71271
|
if (this.h.actualDataSource != null) {
|
|
71095
71272
|
var d = this.h.actualDataSource;
|
|
71096
|
-
d.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(d.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
71273
|
+
d.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(d.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
|
|
71097
71274
|
}
|
|
71098
|
-
this.h.itemsSource = this.
|
|
71099
|
-
this.
|
|
71275
|
+
this.h.itemsSource = this.ay;
|
|
71276
|
+
this.b7();
|
|
71100
71277
|
if (this.h.actualDataSource != null) {
|
|
71101
71278
|
var e = this.h.actualDataSource;
|
|
71102
|
-
e.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(e.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
71279
|
+
e.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(e.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
|
|
71103
71280
|
}
|
|
71104
|
-
this.
|
|
71105
|
-
this.
|
|
71106
|
-
this.
|
|
71107
|
-
this.m.
|
|
71281
|
+
this.aj = true;
|
|
71282
|
+
this.cq();
|
|
71283
|
+
this.aj = false;
|
|
71284
|
+
this.m.ag();
|
|
71108
71285
|
}
|
|
71109
71286
|
break;
|
|
71110
71287
|
case "DataMemberPath":
|
|
71111
71288
|
case "SelectedMemberPath":
|
|
71112
71289
|
if (this.h != null) {
|
|
71113
|
-
if (this.
|
|
71114
|
-
this.
|
|
71115
|
-
this.
|
|
71290
|
+
if (this.a0 != null) {
|
|
71291
|
+
this.cq();
|
|
71292
|
+
this.c1();
|
|
71116
71293
|
}
|
|
71117
71294
|
}
|
|
71118
71295
|
break;
|
|
@@ -71122,23 +71299,23 @@
|
|
|
71122
71299
|
}
|
|
71123
71300
|
break;
|
|
71124
71301
|
case "SelectAllCaptionTextColor":
|
|
71125
|
-
this.
|
|
71302
|
+
this.dh = null != this.dw ? this.dw : CheckboxList.dq;
|
|
71126
71303
|
break;
|
|
71127
71304
|
case "SelectAllCaption":
|
|
71128
71305
|
case "ActualSelectAllCaptionTextColor":
|
|
71129
|
-
this.m.
|
|
71306
|
+
this.m.af();
|
|
71130
71307
|
break;
|
|
71131
71308
|
case "showSelectAll":
|
|
71132
|
-
this.m.
|
|
71133
|
-
this.m.
|
|
71309
|
+
this.m.ai();
|
|
71310
|
+
this.m.s();
|
|
71134
71311
|
break;
|
|
71135
71312
|
case "ShowFilter":
|
|
71136
|
-
this.m.
|
|
71137
|
-
this.m.
|
|
71313
|
+
this.m.ae();
|
|
71314
|
+
this.m.s();
|
|
71138
71315
|
break;
|
|
71139
71316
|
case "FilterPlaceholderText":
|
|
71140
71317
|
if (this.o != null) {
|
|
71141
|
-
this.o.
|
|
71318
|
+
this.o.ce = this.bg;
|
|
71142
71319
|
}
|
|
71143
71320
|
break;
|
|
71144
71321
|
case "SearchInputType":
|
|
@@ -71148,32 +71325,33 @@
|
|
|
71148
71325
|
break;
|
|
71149
71326
|
case "RowHeight":
|
|
71150
71327
|
if (this.h != null) {
|
|
71151
|
-
this.h.oa = this.
|
|
71328
|
+
this.h.oa = this.ax;
|
|
71152
71329
|
}
|
|
71153
71330
|
break;
|
|
71154
71331
|
case "CellTextStyle":
|
|
71155
71332
|
if (this.h != null) {
|
|
71156
|
-
this.h.gx = this.
|
|
71333
|
+
this.h.gx = this.ae;
|
|
71157
71334
|
}
|
|
71335
|
+
this.m.ac();
|
|
71158
71336
|
break;
|
|
71159
71337
|
case "BackgroundColor":
|
|
71160
71338
|
case "TextColor":
|
|
71161
71339
|
var f = this.h;
|
|
71162
71340
|
if (null != f) {
|
|
71163
|
-
f.zv = this.
|
|
71164
|
-
f.zt = this.
|
|
71341
|
+
f.zv = this.dy;
|
|
71342
|
+
f.zt = this.di;
|
|
71165
71343
|
}
|
|
71166
|
-
this.m.
|
|
71344
|
+
this.m.ad();
|
|
71167
71345
|
break;
|
|
71168
71346
|
case "BaseTheme":
|
|
71169
|
-
this.
|
|
71347
|
+
this.c0();
|
|
71170
71348
|
break;
|
|
71171
71349
|
case "Density":
|
|
71172
|
-
this.
|
|
71350
|
+
this.cz();
|
|
71173
71351
|
break;
|
|
71174
71352
|
case "IsRowHoverEnabled":
|
|
71175
71353
|
if (this.h != null) {
|
|
71176
|
-
this.h.ka = this.
|
|
71354
|
+
this.h.ka = this.an;
|
|
71177
71355
|
}
|
|
71178
71356
|
break;
|
|
71179
71357
|
case "ScrollbarStyle":
|
|
@@ -71183,44 +71361,69 @@
|
|
|
71183
71361
|
break;
|
|
71184
71362
|
case "ScrollbarBackground":
|
|
71185
71363
|
if (this.h != null) {
|
|
71186
|
-
this.h.aae = this.
|
|
71364
|
+
this.h.aae = this.dr;
|
|
71365
|
+
}
|
|
71366
|
+
break;
|
|
71367
|
+
case "SearchIconColor":
|
|
71368
|
+
this.m.ab();
|
|
71369
|
+
break;
|
|
71370
|
+
case "SearchBackgroundColor":
|
|
71371
|
+
this.r.oz = this.ds;
|
|
71372
|
+
break;
|
|
71373
|
+
case "SearchBorderColor":
|
|
71374
|
+
this.r.o0 = this.dt;
|
|
71375
|
+
break;
|
|
71376
|
+
case "SearchTextColor":
|
|
71377
|
+
this.p.d1 = this.dv;
|
|
71378
|
+
break;
|
|
71379
|
+
case "SearchTextStyle":
|
|
71380
|
+
this.p.af = this.af;
|
|
71381
|
+
break;
|
|
71382
|
+
case "CheckboxTickColor":
|
|
71383
|
+
case "CheckboxCheckedBackgroundColor":
|
|
71384
|
+
case "CheckboxUncheckedBackgroundColor":
|
|
71385
|
+
case "CheckboxCheckedBorderColor":
|
|
71386
|
+
case "CheckboxUncheckedBorderColor":
|
|
71387
|
+
this.m.y();
|
|
71388
|
+
if (this.h != null) {
|
|
71389
|
+
this.h.w9();
|
|
71187
71390
|
}
|
|
71188
71391
|
break;
|
|
71189
71392
|
}
|
|
71190
71393
|
};
|
|
71191
|
-
CheckboxList.prototype.
|
|
71394
|
+
CheckboxList.prototype.cz = function () {
|
|
71192
71395
|
if (this.h != null) {
|
|
71193
71396
|
this.h.go = this.aa;
|
|
71194
71397
|
}
|
|
71195
71398
|
if (this.q != null) {
|
|
71196
71399
|
this.q.n = this.aa;
|
|
71197
71400
|
}
|
|
71198
|
-
this.m.
|
|
71401
|
+
this.m.x();
|
|
71199
71402
|
};
|
|
71200
|
-
CheckboxList.prototype.
|
|
71403
|
+
CheckboxList.prototype.c0 = function () {
|
|
71201
71404
|
if (this.q != null) {
|
|
71202
71405
|
this.q.j = this.y;
|
|
71203
71406
|
}
|
|
71204
|
-
this.m.
|
|
71407
|
+
this.m.z();
|
|
71205
71408
|
};
|
|
71206
|
-
CheckboxList.prototype.
|
|
71207
|
-
this.
|
|
71208
|
-
this.
|
|
71409
|
+
CheckboxList.prototype.co = function (a, b) {
|
|
71410
|
+
this.aj = true;
|
|
71411
|
+
this.b7();
|
|
71209
71412
|
if (b.schema != null) {
|
|
71210
|
-
this.
|
|
71413
|
+
this.cq();
|
|
71211
71414
|
for (var c = 0; c < this.g.count; c++) {
|
|
71212
|
-
this.
|
|
71415
|
+
this.cl(this.g._inner[c]);
|
|
71213
71416
|
}
|
|
71214
|
-
this.m.
|
|
71417
|
+
this.m.ag();
|
|
71215
71418
|
}
|
|
71216
|
-
this.
|
|
71419
|
+
this.aj = false;
|
|
71217
71420
|
};
|
|
71218
|
-
CheckboxList.prototype.
|
|
71219
|
-
if (this.ab == null && this.
|
|
71220
|
-
this.ab = new igniteuiWebcomponentsCore.FastReflectionHelper(false, this.
|
|
71421
|
+
CheckboxList.prototype.cq = function () {
|
|
71422
|
+
if (this.ab == null && this.a2 != null && this.a2 != "") {
|
|
71423
|
+
this.ab = new igniteuiWebcomponentsCore.FastReflectionHelper(false, this.a2);
|
|
71221
71424
|
}
|
|
71222
|
-
if (this.
|
|
71223
|
-
this.ab.propertyName = this.
|
|
71425
|
+
if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
|
|
71426
|
+
this.ab.propertyName = this.a2;
|
|
71224
71427
|
var a = this.h.actualDataSource.actualCount;
|
|
71225
71428
|
for (var b = 0; b < a; b++) {
|
|
71226
71429
|
var c = this.h.actualDataSource.getItemAtIndex(b);
|
|
@@ -71234,24 +71437,24 @@
|
|
|
71234
71437
|
}
|
|
71235
71438
|
}
|
|
71236
71439
|
};
|
|
71237
|
-
CheckboxList.prototype.
|
|
71440
|
+
CheckboxList.prototype.c1 = function () {
|
|
71238
71441
|
this.h.actualColumns.clear();
|
|
71239
71442
|
this.h.l = this.b;
|
|
71240
71443
|
this.h.jy = false;
|
|
71241
|
-
this.h.oa = this.
|
|
71242
|
-
this.h.zt = this.
|
|
71243
|
-
this.h.zu = this.
|
|
71444
|
+
this.h.oa = this.ax;
|
|
71445
|
+
this.h.zt = this.di;
|
|
71446
|
+
this.h.zu = this.di;
|
|
71244
71447
|
this.h.go = this.aa;
|
|
71245
|
-
this.h.ka = this.
|
|
71448
|
+
this.h.ka = this.an;
|
|
71246
71449
|
this.h.aa0 = new igniteuiWebcomponentsCore.Thickness(0, 0);
|
|
71247
|
-
if (this.
|
|
71248
|
-
this.h.gx = this.
|
|
71450
|
+
if (this.ae != null) {
|
|
71451
|
+
this.h.gx = this.ae;
|
|
71249
71452
|
}
|
|
71250
71453
|
var a = new TemplateColumn();
|
|
71251
|
-
if (this.
|
|
71252
|
-
this.
|
|
71454
|
+
if (this.a2 == null) {
|
|
71455
|
+
this.a2 = "";
|
|
71253
71456
|
}
|
|
71254
|
-
a.i8 = this.
|
|
71457
|
+
a.i8 = this.a2;
|
|
71255
71458
|
a.jz = "CheckboxColumn";
|
|
71256
71459
|
var b = new ColumnWidth();
|
|
71257
71460
|
b.c = false;
|
|
@@ -71259,10 +71462,10 @@
|
|
|
71259
71462
|
a.width = b;
|
|
71260
71463
|
a.h2 = 0;
|
|
71261
71464
|
a.h3 = 0;
|
|
71262
|
-
a.cellUpdating = igniteuiWebcomponentsCore.delegateCombine(a.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.
|
|
71465
|
+
a.cellUpdating = igniteuiWebcomponentsCore.delegateCombine(a.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.b8));
|
|
71263
71466
|
this.h.columns.add(a);
|
|
71264
71467
|
this.i = a;
|
|
71265
|
-
var c = this.h.actualDataSource.resolveSchemaPropertyType(this.
|
|
71468
|
+
var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
|
|
71266
71469
|
var d;
|
|
71267
71470
|
switch (c) {
|
|
71268
71471
|
case 8:
|
|
@@ -71285,25 +71488,25 @@
|
|
|
71285
71488
|
d = new TextColumn();
|
|
71286
71489
|
break;
|
|
71287
71490
|
}
|
|
71288
|
-
d.i8 = this.
|
|
71491
|
+
d.i8 = this.a0;
|
|
71289
71492
|
d.jz = "DataColumn";
|
|
71290
71493
|
d.h2 = 0;
|
|
71291
71494
|
d.e = 0;
|
|
71292
71495
|
this.h.columns.add(d);
|
|
71293
71496
|
};
|
|
71294
71497
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
71295
|
-
this.m.
|
|
71498
|
+
this.m.aa(a);
|
|
71296
71499
|
};
|
|
71297
71500
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
71298
|
-
this.m.
|
|
71501
|
+
this.m.p(a);
|
|
71299
71502
|
};
|
|
71300
|
-
CheckboxList.prototype.
|
|
71503
|
+
CheckboxList.prototype.ck = function () {
|
|
71301
71504
|
var a = this.p;
|
|
71302
|
-
a.changing = igniteuiWebcomponentsCore.delegateCombine(a.changing, igniteuiWebcomponentsCore.runOn(this, this.
|
|
71505
|
+
a.changing = igniteuiWebcomponentsCore.delegateCombine(a.changing, igniteuiWebcomponentsCore.runOn(this, this.cc));
|
|
71303
71506
|
};
|
|
71304
|
-
CheckboxList.prototype.
|
|
71507
|
+
CheckboxList.prototype.cc = function (a, b) {
|
|
71305
71508
|
var c = b.value.toLowerCase();
|
|
71306
|
-
this.
|
|
71509
|
+
this.cj(c);
|
|
71307
71510
|
};
|
|
71308
71511
|
CheckboxList.prototype.j = function (a) {
|
|
71309
71512
|
if (this.b == null) {
|
|
@@ -71317,55 +71520,55 @@
|
|
|
71317
71520
|
}
|
|
71318
71521
|
return new PrimaryKeyValue(b, c);
|
|
71319
71522
|
};
|
|
71320
|
-
CheckboxList.prototype.
|
|
71321
|
-
this.
|
|
71523
|
+
CheckboxList.prototype.cw = function (a) {
|
|
71524
|
+
this.ai = true;
|
|
71322
71525
|
var b = this.e.getItemAtIndex(a);
|
|
71323
71526
|
var c = this.j(b);
|
|
71324
71527
|
this.g.remove(c);
|
|
71325
|
-
this.
|
|
71528
|
+
this.ai = false;
|
|
71326
71529
|
};
|
|
71327
|
-
CheckboxList.prototype.
|
|
71328
|
-
this.
|
|
71530
|
+
CheckboxList.prototype.b5 = function (a) {
|
|
71531
|
+
this.ai = true;
|
|
71329
71532
|
var b = this.e.getItemAtIndex(a);
|
|
71330
71533
|
var c = this.j(b);
|
|
71331
71534
|
this.g.add(c);
|
|
71332
|
-
this.
|
|
71535
|
+
this.ai = false;
|
|
71333
71536
|
};
|
|
71334
|
-
CheckboxList.prototype.
|
|
71537
|
+
CheckboxList.prototype.cy = function () {
|
|
71335
71538
|
this.l = 0;
|
|
71336
71539
|
this.g.clear();
|
|
71337
|
-
this.
|
|
71338
|
-
this.m.
|
|
71540
|
+
this.cd();
|
|
71541
|
+
this.m.ag();
|
|
71339
71542
|
};
|
|
71340
|
-
CheckboxList.prototype.
|
|
71543
|
+
CheckboxList.prototype.b9 = function () {
|
|
71341
71544
|
this.l = 1;
|
|
71342
71545
|
this.g.clear();
|
|
71343
|
-
this.
|
|
71344
|
-
this.m.
|
|
71546
|
+
this.cd();
|
|
71547
|
+
this.m.ag();
|
|
71345
71548
|
};
|
|
71346
|
-
CheckboxList.prototype.
|
|
71549
|
+
CheckboxList.prototype.cg = function (a, b, c) {
|
|
71347
71550
|
if (this.h != null) {
|
|
71348
71551
|
this.h.u5(a, b, c);
|
|
71349
71552
|
}
|
|
71350
71553
|
};
|
|
71351
|
-
CheckboxList.prototype.
|
|
71554
|
+
CheckboxList.prototype.cd = function () {
|
|
71352
71555
|
if (this.h != null) {
|
|
71353
71556
|
this.h.uz();
|
|
71354
71557
|
}
|
|
71355
71558
|
};
|
|
71356
|
-
CheckboxList.prototype.
|
|
71559
|
+
CheckboxList.prototype.ce = function (a, b) {
|
|
71357
71560
|
if (this.h != null) {
|
|
71358
71561
|
this.h.u1(a, b);
|
|
71359
71562
|
}
|
|
71360
71563
|
;
|
|
71361
71564
|
};
|
|
71362
|
-
CheckboxList.prototype.
|
|
71565
|
+
CheckboxList.prototype.cf = function (a, b) {
|
|
71363
71566
|
if (this.h != null) {
|
|
71364
71567
|
this.h.u2(a, b);
|
|
71365
71568
|
}
|
|
71366
71569
|
;
|
|
71367
71570
|
};
|
|
71368
|
-
CheckboxList.prototype.
|
|
71571
|
+
CheckboxList.prototype.b6 = function (a) {
|
|
71369
71572
|
var b = null;
|
|
71370
71573
|
if (this.b == null || this.b.length == 0) {
|
|
71371
71574
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -71380,7 +71583,7 @@
|
|
|
71380
71583
|
this.g.add(b);
|
|
71381
71584
|
}
|
|
71382
71585
|
};
|
|
71383
|
-
CheckboxList.prototype.
|
|
71586
|
+
CheckboxList.prototype.cx = function (a) {
|
|
71384
71587
|
var b = null;
|
|
71385
71588
|
if (this.b == null || this.b.length == 0) {
|
|
71386
71589
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -71395,59 +71598,59 @@
|
|
|
71395
71598
|
this.g.remove(b);
|
|
71396
71599
|
}
|
|
71397
71600
|
};
|
|
71398
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71601
|
+
Object.defineProperty(CheckboxList.prototype, "bx", {
|
|
71399
71602
|
get: function () {
|
|
71400
|
-
return this.
|
|
71603
|
+
return this.bw != null ? this.bw : !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
|
|
71401
71604
|
},
|
|
71402
71605
|
set: function (a) {
|
|
71403
|
-
if (a == this.
|
|
71606
|
+
if (a == this.bw) {
|
|
71404
71607
|
return;
|
|
71405
71608
|
}
|
|
71406
|
-
var b = this.
|
|
71407
|
-
this.
|
|
71408
|
-
this.
|
|
71609
|
+
var b = this.bw;
|
|
71610
|
+
this.bw = a;
|
|
71611
|
+
this.cn("SelectAllCaption", b, this.bw);
|
|
71409
71612
|
},
|
|
71410
71613
|
enumerable: true,
|
|
71411
71614
|
configurable: true
|
|
71412
71615
|
});
|
|
71413
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71616
|
+
Object.defineProperty(CheckboxList.prototype, "dw", {
|
|
71414
71617
|
get: function () {
|
|
71415
|
-
return this.
|
|
71618
|
+
return this.df;
|
|
71416
71619
|
},
|
|
71417
71620
|
set: function (a) {
|
|
71418
|
-
var b = this.
|
|
71419
|
-
this.
|
|
71420
|
-
if (b != this.
|
|
71421
|
-
this.
|
|
71621
|
+
var b = this.df;
|
|
71622
|
+
this.df = a;
|
|
71623
|
+
if (b != this.df) {
|
|
71624
|
+
this.cn("SelectAllCaptionTextColor", b, a);
|
|
71422
71625
|
}
|
|
71423
71626
|
},
|
|
71424
71627
|
enumerable: true,
|
|
71425
71628
|
configurable: true
|
|
71426
71629
|
});
|
|
71427
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71630
|
+
Object.defineProperty(CheckboxList.prototype, "dh", {
|
|
71428
71631
|
get: function () {
|
|
71429
|
-
return this.
|
|
71632
|
+
return this.c3;
|
|
71430
71633
|
},
|
|
71431
71634
|
set: function (a) {
|
|
71432
|
-
var b = this.
|
|
71433
|
-
this.
|
|
71434
|
-
if (b != this.
|
|
71435
|
-
this.
|
|
71635
|
+
var b = this.c3;
|
|
71636
|
+
this.c3 = a;
|
|
71637
|
+
if (b != this.c3) {
|
|
71638
|
+
this.cn("ActualSelectAllCaptionTextColor", b, a);
|
|
71436
71639
|
}
|
|
71437
71640
|
},
|
|
71438
71641
|
enumerable: true,
|
|
71439
71642
|
configurable: true
|
|
71440
71643
|
});
|
|
71441
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71644
|
+
Object.defineProperty(CheckboxList.prototype, "ao", {
|
|
71442
71645
|
get: function () {
|
|
71443
|
-
if (-1 == this.
|
|
71646
|
+
if (-1 == this.aw) {
|
|
71444
71647
|
return false;
|
|
71445
71648
|
}
|
|
71446
71649
|
var a = this.g.count;
|
|
71447
71650
|
if (0 == a) {
|
|
71448
71651
|
return false;
|
|
71449
71652
|
}
|
|
71450
|
-
if (a == this.
|
|
71653
|
+
if (a == this.aw) {
|
|
71451
71654
|
return false;
|
|
71452
71655
|
}
|
|
71453
71656
|
return true;
|
|
@@ -71455,50 +71658,50 @@
|
|
|
71455
71658
|
enumerable: true,
|
|
71456
71659
|
configurable: true
|
|
71457
71660
|
});
|
|
71458
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71661
|
+
Object.defineProperty(CheckboxList.prototype, "as", {
|
|
71459
71662
|
get: function () {
|
|
71460
|
-
return this.
|
|
71663
|
+
return this.ar;
|
|
71461
71664
|
},
|
|
71462
71665
|
set: function (a) {
|
|
71463
|
-
if (a == this.
|
|
71666
|
+
if (a == this.ar) {
|
|
71464
71667
|
return;
|
|
71465
71668
|
}
|
|
71466
|
-
var b = this.
|
|
71467
|
-
this.
|
|
71468
|
-
this.
|
|
71669
|
+
var b = this.ar;
|
|
71670
|
+
this.ar = a;
|
|
71671
|
+
this.cn("showSelectAll", b, this.ar);
|
|
71469
71672
|
},
|
|
71470
71673
|
enumerable: true,
|
|
71471
71674
|
configurable: true
|
|
71472
71675
|
});
|
|
71473
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71676
|
+
Object.defineProperty(CheckboxList.prototype, "di", {
|
|
71474
71677
|
get: function () {
|
|
71475
|
-
return this.
|
|
71678
|
+
return this.c4;
|
|
71476
71679
|
},
|
|
71477
71680
|
set: function (a) {
|
|
71478
|
-
var b = this.
|
|
71479
|
-
this.
|
|
71480
|
-
if (b != this.
|
|
71481
|
-
this.
|
|
71681
|
+
var b = this.c4;
|
|
71682
|
+
this.c4 = a;
|
|
71683
|
+
if (b != this.c4) {
|
|
71684
|
+
this.cn("BackgroundColor", b, a);
|
|
71482
71685
|
}
|
|
71483
71686
|
},
|
|
71484
71687
|
enumerable: true,
|
|
71485
71688
|
configurable: true
|
|
71486
71689
|
});
|
|
71487
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71690
|
+
Object.defineProperty(CheckboxList.prototype, "dy", {
|
|
71488
71691
|
get: function () {
|
|
71489
|
-
return this.
|
|
71692
|
+
return this.dg;
|
|
71490
71693
|
},
|
|
71491
71694
|
set: function (a) {
|
|
71492
|
-
var b = this.
|
|
71493
|
-
this.
|
|
71494
|
-
if (b != this.
|
|
71495
|
-
this.
|
|
71695
|
+
var b = this.dg;
|
|
71696
|
+
this.dg = a;
|
|
71697
|
+
if (b != this.dg) {
|
|
71698
|
+
this.cn("TextColor", b, a);
|
|
71496
71699
|
}
|
|
71497
71700
|
},
|
|
71498
71701
|
enumerable: true,
|
|
71499
71702
|
configurable: true
|
|
71500
71703
|
});
|
|
71501
|
-
CheckboxList.prototype.
|
|
71704
|
+
CheckboxList.prototype.cp = function (a) {
|
|
71502
71705
|
if (this.selectAllCheckboxChanged != null) {
|
|
71503
71706
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
71504
71707
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -71507,77 +71710,77 @@
|
|
|
71507
71710
|
})()));
|
|
71508
71711
|
}
|
|
71509
71712
|
};
|
|
71510
|
-
CheckboxList.prototype.
|
|
71511
|
-
if (-1 == this.
|
|
71713
|
+
CheckboxList.prototype.al = function () {
|
|
71714
|
+
if (-1 == this.aw) {
|
|
71512
71715
|
return true;
|
|
71513
71716
|
}
|
|
71514
71717
|
var a = this.g.count;
|
|
71515
71718
|
switch (this.l) {
|
|
71516
|
-
case 0: return this.
|
|
71719
|
+
case 0: return this.aw == a;
|
|
71517
71720
|
case 1: return 0 == a;
|
|
71518
71721
|
default: return false;
|
|
71519
71722
|
}
|
|
71520
71723
|
};
|
|
71521
|
-
CheckboxList.prototype.
|
|
71522
|
-
if (-1 == this.
|
|
71724
|
+
CheckboxList.prototype.ak = function () {
|
|
71725
|
+
if (-1 == this.aw) {
|
|
71523
71726
|
return false;
|
|
71524
71727
|
}
|
|
71525
71728
|
var a = this.g.count;
|
|
71526
71729
|
switch (this.l) {
|
|
71527
71730
|
case 0: return 0 == a;
|
|
71528
|
-
case 1: return this.
|
|
71731
|
+
case 1: return this.aw == a;
|
|
71529
71732
|
default: return false;
|
|
71530
71733
|
}
|
|
71531
71734
|
};
|
|
71532
|
-
CheckboxList.prototype.
|
|
71735
|
+
CheckboxList.prototype.b7 = function () {
|
|
71533
71736
|
var a = this.h.actualDataSource;
|
|
71534
71737
|
if (null != a) {
|
|
71535
71738
|
if (null == a.actualSchema) {
|
|
71536
|
-
this.
|
|
71739
|
+
this.aw = -1;
|
|
71537
71740
|
return;
|
|
71538
71741
|
}
|
|
71539
71742
|
var b = a.actualCount;
|
|
71540
|
-
this.
|
|
71743
|
+
this.aw = b;
|
|
71541
71744
|
}
|
|
71542
71745
|
else {
|
|
71543
|
-
this.
|
|
71746
|
+
this.aw = -1;
|
|
71544
71747
|
}
|
|
71545
71748
|
};
|
|
71546
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71749
|
+
Object.defineProperty(CheckboxList.prototype, "aq", {
|
|
71547
71750
|
get: function () {
|
|
71548
|
-
return this.
|
|
71751
|
+
return this.ap;
|
|
71549
71752
|
},
|
|
71550
71753
|
set: function (a) {
|
|
71551
|
-
if (a == this.
|
|
71754
|
+
if (a == this.ap) {
|
|
71552
71755
|
return;
|
|
71553
71756
|
}
|
|
71554
|
-
var b = this.
|
|
71555
|
-
this.
|
|
71556
|
-
this.
|
|
71757
|
+
var b = this.ap;
|
|
71758
|
+
this.ap = a;
|
|
71759
|
+
this.cn("ShowFilter", b, this.ap);
|
|
71557
71760
|
},
|
|
71558
71761
|
enumerable: true,
|
|
71559
71762
|
configurable: true
|
|
71560
71763
|
});
|
|
71561
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71764
|
+
Object.defineProperty(CheckboxList.prototype, "an", {
|
|
71562
71765
|
get: function () {
|
|
71563
|
-
return this.
|
|
71766
|
+
return this.am;
|
|
71564
71767
|
},
|
|
71565
71768
|
set: function (a) {
|
|
71566
|
-
if (a == this.
|
|
71769
|
+
if (a == this.am) {
|
|
71567
71770
|
return;
|
|
71568
71771
|
}
|
|
71569
|
-
var b = this.
|
|
71570
|
-
this.
|
|
71571
|
-
this.
|
|
71772
|
+
var b = this.am;
|
|
71773
|
+
this.am = a;
|
|
71774
|
+
this.cn("IsRowHoverEnabled", b, this.am);
|
|
71572
71775
|
},
|
|
71573
71776
|
enumerable: true,
|
|
71574
71777
|
configurable: true
|
|
71575
71778
|
});
|
|
71576
71779
|
CheckboxList.$t = igniteuiWebcomponentsCore.markType(CheckboxList, 'CheckboxList', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
|
|
71577
|
-
CheckboxList.
|
|
71578
|
-
CheckboxList.
|
|
71579
|
-
CheckboxList.
|
|
71580
|
-
CheckboxList.
|
|
71780
|
+
CheckboxList.dx = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
|
|
71781
|
+
CheckboxList.bt = "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";
|
|
71782
|
+
CheckboxList.dp = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
|
|
71783
|
+
CheckboxList.dq = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
|
|
71581
71784
|
return CheckboxList;
|
|
71582
71785
|
}(igniteuiWebcomponentsCore.Base));
|
|
71583
71786
|
|
|
@@ -71948,10 +72151,10 @@
|
|
|
71948
72151
|
* Gets or Sets the property name that contains the values.
|
|
71949
72152
|
*/
|
|
71950
72153
|
get: function () {
|
|
71951
|
-
return this.i.
|
|
72154
|
+
return this.i.bc;
|
|
71952
72155
|
},
|
|
71953
72156
|
set: function (v) {
|
|
71954
|
-
this.i.
|
|
72157
|
+
this.i.bc = v;
|
|
71955
72158
|
},
|
|
71956
72159
|
enumerable: true,
|
|
71957
72160
|
configurable: true
|
|
@@ -71961,10 +72164,10 @@
|
|
|
71961
72164
|
* Gets or Sets the property name that contains the values.
|
|
71962
72165
|
*/
|
|
71963
72166
|
get: function () {
|
|
71964
|
-
return this.i.
|
|
72167
|
+
return this.i.b0;
|
|
71965
72168
|
},
|
|
71966
72169
|
set: function (v) {
|
|
71967
|
-
this.i.
|
|
72170
|
+
this.i.b0 = v;
|
|
71968
72171
|
},
|
|
71969
72172
|
enumerable: true,
|
|
71970
72173
|
configurable: true
|
|
@@ -71974,10 +72177,10 @@
|
|
|
71974
72177
|
* Gets or Sets the property name that contains the values.
|
|
71975
72178
|
*/
|
|
71976
72179
|
get: function () {
|
|
71977
|
-
return this.i.
|
|
72180
|
+
return this.i.bg;
|
|
71978
72181
|
},
|
|
71979
72182
|
set: function (v) {
|
|
71980
|
-
this.i.
|
|
72183
|
+
this.i.bg = v;
|
|
71981
72184
|
},
|
|
71982
72185
|
enumerable: true,
|
|
71983
72186
|
configurable: true
|
|
@@ -72001,18 +72204,18 @@
|
|
|
72001
72204
|
* Gets or Sets the property name that contains the values.
|
|
72002
72205
|
*/
|
|
72003
72206
|
get: function () {
|
|
72004
|
-
return this.i.
|
|
72207
|
+
return this.i.ax;
|
|
72005
72208
|
},
|
|
72006
72209
|
set: function (v) {
|
|
72007
|
-
this.i.
|
|
72008
|
-
this._a("rowHeight", this.i.
|
|
72210
|
+
this.i.ax = +v;
|
|
72211
|
+
this._a("rowHeight", this.i.ax);
|
|
72009
72212
|
},
|
|
72010
72213
|
enumerable: true,
|
|
72011
72214
|
configurable: true
|
|
72012
72215
|
});
|
|
72013
72216
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
72014
72217
|
get: function () {
|
|
72015
|
-
return this.i.
|
|
72218
|
+
return this.i.av;
|
|
72016
72219
|
},
|
|
72017
72220
|
enumerable: true,
|
|
72018
72221
|
configurable: true
|
|
@@ -72022,16 +72225,16 @@
|
|
|
72022
72225
|
* Gets or Sets the property name that contains the values.
|
|
72023
72226
|
*/
|
|
72024
72227
|
get: function () {
|
|
72025
|
-
if (this.i.
|
|
72228
|
+
if (this.i.ae == null) {
|
|
72026
72229
|
return null;
|
|
72027
72230
|
}
|
|
72028
|
-
return this.i.
|
|
72231
|
+
return this.i.ae.fontString;
|
|
72029
72232
|
},
|
|
72030
72233
|
set: function (v) {
|
|
72031
72234
|
var fi = new igniteuiWebcomponentsCore.FontInfo();
|
|
72032
72235
|
fi.fontString = v;
|
|
72033
|
-
this.i.
|
|
72034
|
-
this._a("cellTextStyle", this.i.
|
|
72236
|
+
this.i.ae = fi;
|
|
72237
|
+
this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
|
|
72035
72238
|
},
|
|
72036
72239
|
enumerable: true,
|
|
72037
72240
|
configurable: true
|
|
@@ -72078,6 +72281,151 @@
|
|
|
72078
72281
|
enumerable: true,
|
|
72079
72282
|
configurable: true
|
|
72080
72283
|
});
|
|
72284
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchIconColor", {
|
|
72285
|
+
/**
|
|
72286
|
+
* Gets or sets the search icon color.
|
|
72287
|
+
*/
|
|
72288
|
+
get: function () {
|
|
72289
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.du);
|
|
72290
|
+
},
|
|
72291
|
+
set: function (v) {
|
|
72292
|
+
this.i.du = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72293
|
+
this._a("searchIconColor", igniteuiWebcomponentsCore.brushToString(this.i.du));
|
|
72294
|
+
},
|
|
72295
|
+
enumerable: true,
|
|
72296
|
+
configurable: true
|
|
72297
|
+
});
|
|
72298
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBackgroundColor", {
|
|
72299
|
+
/**
|
|
72300
|
+
* Gets or sets the search background color.
|
|
72301
|
+
*/
|
|
72302
|
+
get: function () {
|
|
72303
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ds);
|
|
72304
|
+
},
|
|
72305
|
+
set: function (v) {
|
|
72306
|
+
this.i.ds = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72307
|
+
this._a("searchBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.ds));
|
|
72308
|
+
},
|
|
72309
|
+
enumerable: true,
|
|
72310
|
+
configurable: true
|
|
72311
|
+
});
|
|
72312
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextColor", {
|
|
72313
|
+
/**
|
|
72314
|
+
* Gets or sets the search text color.
|
|
72315
|
+
*/
|
|
72316
|
+
get: function () {
|
|
72317
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dv);
|
|
72318
|
+
},
|
|
72319
|
+
set: function (v) {
|
|
72320
|
+
this.i.dv = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72321
|
+
this._a("searchTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dv));
|
|
72322
|
+
},
|
|
72323
|
+
enumerable: true,
|
|
72324
|
+
configurable: true
|
|
72325
|
+
});
|
|
72326
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBorderColor", {
|
|
72327
|
+
/**
|
|
72328
|
+
* Gets or sets the search border color.
|
|
72329
|
+
*/
|
|
72330
|
+
get: function () {
|
|
72331
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dt);
|
|
72332
|
+
},
|
|
72333
|
+
set: function (v) {
|
|
72334
|
+
this.i.dt = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72335
|
+
this._a("searchBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dt));
|
|
72336
|
+
},
|
|
72337
|
+
enumerable: true,
|
|
72338
|
+
configurable: true
|
|
72339
|
+
});
|
|
72340
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextStyle", {
|
|
72341
|
+
/**
|
|
72342
|
+
* Gets or sets the text style.
|
|
72343
|
+
*/
|
|
72344
|
+
get: function () {
|
|
72345
|
+
if (this.i.af == null) {
|
|
72346
|
+
return null;
|
|
72347
|
+
}
|
|
72348
|
+
return this.i.af.fontString;
|
|
72349
|
+
},
|
|
72350
|
+
set: function (v) {
|
|
72351
|
+
var fi = new igniteuiWebcomponentsCore.FontInfo();
|
|
72352
|
+
fi.fontString = v;
|
|
72353
|
+
this.i.af = fi;
|
|
72354
|
+
this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
72355
|
+
},
|
|
72356
|
+
enumerable: true,
|
|
72357
|
+
configurable: true
|
|
72358
|
+
});
|
|
72359
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxTickColor", {
|
|
72360
|
+
/**
|
|
72361
|
+
* Gets or sets the checkbox tick color.
|
|
72362
|
+
*/
|
|
72363
|
+
get: function () {
|
|
72364
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dl);
|
|
72365
|
+
},
|
|
72366
|
+
set: function (v) {
|
|
72367
|
+
this.i.dl = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72368
|
+
this._a("checkboxTickColor", igniteuiWebcomponentsCore.brushToString(this.i.dl));
|
|
72369
|
+
},
|
|
72370
|
+
enumerable: true,
|
|
72371
|
+
configurable: true
|
|
72372
|
+
});
|
|
72373
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBackgroundColor", {
|
|
72374
|
+
/**
|
|
72375
|
+
* Gets or sets the checkbox background color when checked.
|
|
72376
|
+
*/
|
|
72377
|
+
get: function () {
|
|
72378
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dj);
|
|
72379
|
+
},
|
|
72380
|
+
set: function (v) {
|
|
72381
|
+
this.i.dj = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72382
|
+
this._a("checkboxCheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dj));
|
|
72383
|
+
},
|
|
72384
|
+
enumerable: true,
|
|
72385
|
+
configurable: true
|
|
72386
|
+
});
|
|
72387
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBackgroundColor", {
|
|
72388
|
+
/**
|
|
72389
|
+
* Gets or sets the checkbox background color when unchecked.
|
|
72390
|
+
*/
|
|
72391
|
+
get: function () {
|
|
72392
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dm);
|
|
72393
|
+
},
|
|
72394
|
+
set: function (v) {
|
|
72395
|
+
this.i.dm = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72396
|
+
this._a("checkboxUncheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dm));
|
|
72397
|
+
},
|
|
72398
|
+
enumerable: true,
|
|
72399
|
+
configurable: true
|
|
72400
|
+
});
|
|
72401
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBorderColor", {
|
|
72402
|
+
/**
|
|
72403
|
+
* Gets or sets the checkbox border color when checked.
|
|
72404
|
+
*/
|
|
72405
|
+
get: function () {
|
|
72406
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dk);
|
|
72407
|
+
},
|
|
72408
|
+
set: function (v) {
|
|
72409
|
+
this.i.dk = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72410
|
+
this._a("checkboxCheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dk));
|
|
72411
|
+
},
|
|
72412
|
+
enumerable: true,
|
|
72413
|
+
configurable: true
|
|
72414
|
+
});
|
|
72415
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBorderColor", {
|
|
72416
|
+
/**
|
|
72417
|
+
* Gets or sets the checkbox border color when unchecked.
|
|
72418
|
+
*/
|
|
72419
|
+
get: function () {
|
|
72420
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dn);
|
|
72421
|
+
},
|
|
72422
|
+
set: function (v) {
|
|
72423
|
+
this.i.dn = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72424
|
+
this._a("checkboxUncheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dn));
|
|
72425
|
+
},
|
|
72426
|
+
enumerable: true,
|
|
72427
|
+
configurable: true
|
|
72428
|
+
});
|
|
72081
72429
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "scrollbarStyle", {
|
|
72082
72430
|
/**
|
|
72083
72431
|
* Gets or sets the style of scrollbar.
|
|
@@ -72097,11 +72445,11 @@
|
|
|
72097
72445
|
* Gets or sets the scrollbar background color.
|
|
72098
72446
|
*/
|
|
72099
72447
|
get: function () {
|
|
72100
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72448
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dr);
|
|
72101
72449
|
},
|
|
72102
72450
|
set: function (v) {
|
|
72103
|
-
this.i.
|
|
72104
|
-
this._a("scrollbarBackground", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72451
|
+
this.i.dr = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72452
|
+
this._a("scrollbarBackground", igniteuiWebcomponentsCore.brushToString(this.i.dr));
|
|
72105
72453
|
},
|
|
72106
72454
|
enumerable: true,
|
|
72107
72455
|
configurable: true
|
|
@@ -72111,10 +72459,10 @@
|
|
|
72111
72459
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
72112
72460
|
*/
|
|
72113
72461
|
get: function () {
|
|
72114
|
-
return this.i.
|
|
72462
|
+
return this.i.bx;
|
|
72115
72463
|
},
|
|
72116
72464
|
set: function (v) {
|
|
72117
|
-
this.i.
|
|
72465
|
+
this.i.bx = v;
|
|
72118
72466
|
},
|
|
72119
72467
|
enumerable: true,
|
|
72120
72468
|
configurable: true
|
|
@@ -72124,11 +72472,11 @@
|
|
|
72124
72472
|
* Gets or sets the color to use for the "Select All" label.
|
|
72125
72473
|
*/
|
|
72126
72474
|
get: function () {
|
|
72127
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72475
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dw);
|
|
72128
72476
|
},
|
|
72129
72477
|
set: function (v) {
|
|
72130
|
-
this.i.
|
|
72131
|
-
this._a("selectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72478
|
+
this.i.dw = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72479
|
+
this._a("selectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dw));
|
|
72132
72480
|
},
|
|
72133
72481
|
enumerable: true,
|
|
72134
72482
|
configurable: true
|
|
@@ -72138,11 +72486,11 @@
|
|
|
72138
72486
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
72139
72487
|
*/
|
|
72140
72488
|
get: function () {
|
|
72141
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72489
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dh);
|
|
72142
72490
|
},
|
|
72143
72491
|
set: function (v) {
|
|
72144
|
-
this.i.
|
|
72145
|
-
this._a("actualSelectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72492
|
+
this.i.dh = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72493
|
+
this._a("actualSelectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dh));
|
|
72146
72494
|
},
|
|
72147
72495
|
enumerable: true,
|
|
72148
72496
|
configurable: true
|
|
@@ -72152,11 +72500,11 @@
|
|
|
72152
72500
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
72153
72501
|
*/
|
|
72154
72502
|
get: function () {
|
|
72155
|
-
return this.i.
|
|
72503
|
+
return this.i.as;
|
|
72156
72504
|
},
|
|
72157
72505
|
set: function (v) {
|
|
72158
|
-
this.i.
|
|
72159
|
-
this._a("showSelectAll", this.i.
|
|
72506
|
+
this.i.as = igniteuiWebcomponentsCore.ensureBool(v);
|
|
72507
|
+
this._a("showSelectAll", this.i.as);
|
|
72160
72508
|
},
|
|
72161
72509
|
enumerable: true,
|
|
72162
72510
|
configurable: true
|
|
@@ -72166,11 +72514,11 @@
|
|
|
72166
72514
|
* Gets or sets the color to use for the background of the component.
|
|
72167
72515
|
*/
|
|
72168
72516
|
get: function () {
|
|
72169
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72517
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.di);
|
|
72170
72518
|
},
|
|
72171
72519
|
set: function (v) {
|
|
72172
|
-
this.i.
|
|
72173
|
-
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72520
|
+
this.i.di = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72521
|
+
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.di));
|
|
72174
72522
|
},
|
|
72175
72523
|
enumerable: true,
|
|
72176
72524
|
configurable: true
|
|
@@ -72180,11 +72528,11 @@
|
|
|
72180
72528
|
* Gets or sets the color to use for the text of the component.
|
|
72181
72529
|
*/
|
|
72182
72530
|
get: function () {
|
|
72183
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72531
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dy);
|
|
72184
72532
|
},
|
|
72185
72533
|
set: function (v) {
|
|
72186
|
-
this.i.
|
|
72187
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72534
|
+
this.i.dy = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72535
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dy));
|
|
72188
72536
|
},
|
|
72189
72537
|
enumerable: true,
|
|
72190
72538
|
configurable: true
|
|
@@ -72194,11 +72542,11 @@
|
|
|
72194
72542
|
* Gets or sets whether the filter input is visible.
|
|
72195
72543
|
*/
|
|
72196
72544
|
get: function () {
|
|
72197
|
-
return this.i.
|
|
72545
|
+
return this.i.aq;
|
|
72198
72546
|
},
|
|
72199
72547
|
set: function (v) {
|
|
72200
|
-
this.i.
|
|
72201
|
-
this._a("showFilter", this.i.
|
|
72548
|
+
this.i.aq = igniteuiWebcomponentsCore.ensureBool(v);
|
|
72549
|
+
this._a("showFilter", this.i.aq);
|
|
72202
72550
|
},
|
|
72203
72551
|
enumerable: true,
|
|
72204
72552
|
configurable: true
|
|
@@ -72208,11 +72556,11 @@
|
|
|
72208
72556
|
* Gets or sets whether row hover highlighting is enabled.
|
|
72209
72557
|
*/
|
|
72210
72558
|
get: function () {
|
|
72211
|
-
return this.i.
|
|
72559
|
+
return this.i.an;
|
|
72212
72560
|
},
|
|
72213
72561
|
set: function (v) {
|
|
72214
|
-
this.i.
|
|
72215
|
-
this._a("isRowHoverEnabled", this.i.
|
|
72562
|
+
this.i.an = igniteuiWebcomponentsCore.ensureBool(v);
|
|
72563
|
+
this._a("isRowHoverEnabled", this.i.an);
|
|
72216
72564
|
},
|
|
72217
72565
|
enumerable: true,
|
|
72218
72566
|
configurable: true
|
|
@@ -72290,17 +72638,17 @@
|
|
|
72290
72638
|
|
|
72291
72639
|
*/
|
|
72292
72640
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
72293
|
-
this.i.
|
|
72641
|
+
this.i.cy();
|
|
72294
72642
|
};
|
|
72295
72643
|
/**
|
|
72296
72644
|
* Deselects all the items in the checkbox list.
|
|
72297
72645
|
|
|
72298
72646
|
*/
|
|
72299
72647
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
72300
|
-
this.i.
|
|
72648
|
+
this.i.b9();
|
|
72301
72649
|
};
|
|
72302
72650
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
72303
|
-
this.i.
|
|
72651
|
+
this.i.cg(index, oldItem, newItem);
|
|
72304
72652
|
};
|
|
72305
72653
|
/**
|
|
72306
72654
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -72308,26 +72656,26 @@
|
|
|
72308
72656
|
|
|
72309
72657
|
*/
|
|
72310
72658
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
72311
|
-
this.i.
|
|
72659
|
+
this.i.cd();
|
|
72312
72660
|
};
|
|
72313
72661
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
72314
|
-
this.i.
|
|
72662
|
+
this.i.ce(index, newItem);
|
|
72315
72663
|
};
|
|
72316
72664
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
72317
|
-
this.i.
|
|
72665
|
+
this.i.cf(index, oldItem);
|
|
72318
72666
|
};
|
|
72319
72667
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
72320
|
-
this.i.
|
|
72668
|
+
this.i.b6(value);
|
|
72321
72669
|
};
|
|
72322
72670
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
72323
|
-
this.i.
|
|
72671
|
+
this.i.cx(value);
|
|
72324
72672
|
};
|
|
72325
72673
|
/**
|
|
72326
72674
|
* Returns true if no items are selected / checked; otherwise false.
|
|
72327
72675
|
|
|
72328
72676
|
*/
|
|
72329
72677
|
IgcCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
72330
|
-
var iv = this.i.
|
|
72678
|
+
var iv = this.i.al();
|
|
72331
72679
|
return (iv);
|
|
72332
72680
|
};
|
|
72333
72681
|
/**
|
|
@@ -72335,7 +72683,7 @@
|
|
|
72335
72683
|
|
|
72336
72684
|
*/
|
|
72337
72685
|
IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
72338
|
-
var iv = this.i.
|
|
72686
|
+
var iv = this.i.ak();
|
|
72339
72687
|
return (iv);
|
|
72340
72688
|
};
|
|
72341
72689
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkedChanged", {
|
|
@@ -72750,7 +73098,7 @@
|
|
|
72750
73098
|
break;
|
|
72751
73099
|
case "FilterPlaceholderText":
|
|
72752
73100
|
if (this.d != null) {
|
|
72753
|
-
this.d.
|
|
73101
|
+
this.d.bg = this.s;
|
|
72754
73102
|
}
|
|
72755
73103
|
break;
|
|
72756
73104
|
case "BaseTheme":
|
|
@@ -72761,7 +73109,7 @@
|
|
|
72761
73109
|
break;
|
|
72762
73110
|
case "BackgroundColor":
|
|
72763
73111
|
if (this.d != null) {
|
|
72764
|
-
this.d.
|
|
73112
|
+
this.d.di = this.aq;
|
|
72765
73113
|
}
|
|
72766
73114
|
this.c.i();
|
|
72767
73115
|
break;
|
|
@@ -72791,7 +73139,7 @@
|
|
|
72791
73139
|
if (this.a != null && this.d != null) {
|
|
72792
73140
|
this.d.y = this.f;
|
|
72793
73141
|
this.d.aa = this.h;
|
|
72794
|
-
this.d.
|
|
73142
|
+
this.d.di = this.aq;
|
|
72795
73143
|
var a = void 0;
|
|
72796
73144
|
var b = new igniteuiWebcomponentsCore.ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
72797
73145
|
try {
|
|
@@ -72821,16 +73169,16 @@
|
|
|
72821
73169
|
}
|
|
72822
73170
|
}
|
|
72823
73171
|
if (this.s != null) {
|
|
72824
|
-
this.d.
|
|
73172
|
+
this.d.bg = this.s;
|
|
72825
73173
|
}
|
|
72826
73174
|
this.d.itemsSource = b;
|
|
72827
73175
|
var e = "";
|
|
72828
73176
|
var f = "";
|
|
72829
73177
|
e = "columnName";
|
|
72830
73178
|
f = "isNotHidden";
|
|
72831
|
-
this.d.
|
|
72832
|
-
this.d.
|
|
72833
|
-
this.d.
|
|
73179
|
+
this.d.b0 = f;
|
|
73180
|
+
this.d.bc = e;
|
|
73181
|
+
this.d.as = true;
|
|
72834
73182
|
}
|
|
72835
73183
|
};
|
|
72836
73184
|
ColumnChooser.prototype.an = function (a) {
|
|
@@ -72840,7 +73188,7 @@
|
|
|
72840
73188
|
};
|
|
72841
73189
|
ColumnChooser.prototype.al = function () {
|
|
72842
73190
|
var e_2, _a;
|
|
72843
|
-
this.d.
|
|
73191
|
+
this.d.cy();
|
|
72844
73192
|
if (this.a != null) {
|
|
72845
73193
|
try {
|
|
72846
73194
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -72866,7 +73214,7 @@
|
|
|
72866
73214
|
};
|
|
72867
73215
|
ColumnChooser.prototype.ae = function () {
|
|
72868
73216
|
var e_3, _a;
|
|
72869
|
-
this.d.
|
|
73217
|
+
this.d.b9();
|
|
72870
73218
|
if (this.a != null) {
|
|
72871
73219
|
try {
|
|
72872
73220
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -74095,7 +74443,7 @@
|
|
|
74095
74443
|
break;
|
|
74096
74444
|
case "FilterPlaceholderText":
|
|
74097
74445
|
if (this.d != null) {
|
|
74098
|
-
this.d.
|
|
74446
|
+
this.d.bg = this.s;
|
|
74099
74447
|
}
|
|
74100
74448
|
break;
|
|
74101
74449
|
case "BaseTheme":
|
|
@@ -74106,7 +74454,7 @@
|
|
|
74106
74454
|
break;
|
|
74107
74455
|
case "BackgroundColor":
|
|
74108
74456
|
if (this.d != null) {
|
|
74109
|
-
this.d.
|
|
74457
|
+
this.d.di = this.an;
|
|
74110
74458
|
}
|
|
74111
74459
|
this.c.g();
|
|
74112
74460
|
break;
|
|
@@ -74136,7 +74484,7 @@
|
|
|
74136
74484
|
if (this.a != null && this.d != null) {
|
|
74137
74485
|
this.d.y = this.f;
|
|
74138
74486
|
this.d.aa = this.h;
|
|
74139
|
-
this.d.
|
|
74487
|
+
this.d.di = this.an;
|
|
74140
74488
|
var a = void 0;
|
|
74141
74489
|
var b = new igniteuiWebcomponentsCore.ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
74142
74490
|
try {
|
|
@@ -74170,17 +74518,17 @@
|
|
|
74170
74518
|
throw e_1.error;
|
|
74171
74519
|
}
|
|
74172
74520
|
}
|
|
74173
|
-
this.d.
|
|
74521
|
+
this.d.as = false;
|
|
74174
74522
|
if (this.s != null) {
|
|
74175
|
-
this.d.
|
|
74523
|
+
this.d.bg = this.s;
|
|
74176
74524
|
}
|
|
74177
74525
|
this.d.itemsSource = b;
|
|
74178
74526
|
var e = "";
|
|
74179
74527
|
var f = "";
|
|
74180
74528
|
e = "columnName";
|
|
74181
74529
|
f = "isPinned";
|
|
74182
|
-
this.d.
|
|
74183
|
-
this.d.
|
|
74530
|
+
this.d.b0 = f;
|
|
74531
|
+
this.d.bc = e;
|
|
74184
74532
|
}
|
|
74185
74533
|
};
|
|
74186
74534
|
ColumnPinning.prototype.ae = function (a, b) {
|
|
@@ -78977,7 +79325,7 @@
|
|
|
78977
79325
|
configurable: true
|
|
78978
79326
|
});
|
|
78979
79327
|
GridColumnFilterOptions.prototype.cu = function () {
|
|
78980
|
-
var a = this.bx.
|
|
79328
|
+
var a = this.bx.al();
|
|
78981
79329
|
this.bw.al(!a);
|
|
78982
79330
|
var b = this.b3();
|
|
78983
79331
|
this.bw.am(b);
|
|
@@ -79112,7 +79460,7 @@
|
|
|
79112
79460
|
}
|
|
79113
79461
|
}
|
|
79114
79462
|
this.bx.itemsSource = e;
|
|
79115
|
-
this.bx.
|
|
79463
|
+
this.bx.bc = c;
|
|
79116
79464
|
this.bx.b = [c];
|
|
79117
79465
|
e.shouldEmitSectionHeaders = true;
|
|
79118
79466
|
e.isSectionHeaderNormalRow = true;
|
|
@@ -79158,15 +79506,15 @@
|
|
|
79158
79506
|
}
|
|
79159
79507
|
}
|
|
79160
79508
|
if (e.count == 0 || !c) {
|
|
79161
|
-
this.bx.
|
|
79509
|
+
this.bx.cy();
|
|
79162
79510
|
return;
|
|
79163
79511
|
}
|
|
79164
79512
|
switch (d.value) {
|
|
79165
79513
|
case 0:
|
|
79166
|
-
this.bx.
|
|
79514
|
+
this.bx.b9();
|
|
79167
79515
|
break;
|
|
79168
79516
|
case 1:
|
|
79169
|
-
this.bx.
|
|
79517
|
+
this.bx.cy();
|
|
79170
79518
|
break;
|
|
79171
79519
|
}
|
|
79172
79520
|
var h = this.bx.g;
|
|
@@ -79224,9 +79572,9 @@
|
|
|
79224
79572
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
79225
79573
|
if (null != this.bx) {
|
|
79226
79574
|
this.bx.aa = this.b0;
|
|
79227
|
-
this.bx.
|
|
79228
|
-
this.bx.
|
|
79229
|
-
this.bx.
|
|
79575
|
+
this.bx.bg = this.cc;
|
|
79576
|
+
this.bx.di = this.bo;
|
|
79577
|
+
this.bx.dy = this.br;
|
|
79230
79578
|
this.bx.y = this.i;
|
|
79231
79579
|
this.bx.updateHrMargin(new igniteuiWebcomponentsCore.Thickness(1, -7, 3, -7, 3));
|
|
79232
79580
|
}
|
|
@@ -79580,8 +79928,8 @@
|
|
|
79580
79928
|
this.e();
|
|
79581
79929
|
};
|
|
79582
79930
|
SummaryChooserView.prototype.e = function () {
|
|
79583
|
-
if (this.model.f.
|
|
79584
|
-
var a = this.model.r.count * this.model.f.
|
|
79931
|
+
if (this.model.f.av > -1) {
|
|
79932
|
+
var a = this.model.r.count * this.model.f.av;
|
|
79585
79933
|
a += 4;
|
|
79586
79934
|
this.d.setStyleProperty("height", a + "px");
|
|
79587
79935
|
}
|
|
@@ -79884,15 +80232,15 @@
|
|
|
79884
80232
|
SummaryChooser.prototype.a6 = function () {
|
|
79885
80233
|
if (this.e != null) {
|
|
79886
80234
|
this.e.aa = this.m;
|
|
79887
|
-
this.e.
|
|
80235
|
+
this.e.dy = this.ba;
|
|
79888
80236
|
this.e.y = this.i;
|
|
80237
|
+
this.e.as = false;
|
|
79889
80238
|
this.e.aq = false;
|
|
79890
|
-
this.e.
|
|
79891
|
-
this.e.al = false;
|
|
80239
|
+
this.e.an = false;
|
|
79892
80240
|
this.e.updateHrMargin(new igniteuiWebcomponentsCore.Thickness(1, -7, 3, -7, 3));
|
|
79893
80241
|
this.e.itemsSource = this.q;
|
|
79894
|
-
this.e.
|
|
79895
|
-
this.e.
|
|
80242
|
+
this.e.bc = "label";
|
|
80243
|
+
this.e.b0 = "isSelected";
|
|
79896
80244
|
this.e.b = ["label"];
|
|
79897
80245
|
}
|
|
79898
80246
|
};
|
|
@@ -79942,7 +80290,7 @@
|
|
|
79942
80290
|
if (d.iD == a) {
|
|
79943
80291
|
d.isSelected = b;
|
|
79944
80292
|
if (this.e != null) {
|
|
79945
|
-
this.e.
|
|
80293
|
+
this.e.cg(c, d, d);
|
|
79946
80294
|
}
|
|
79947
80295
|
break;
|
|
79948
80296
|
}
|
|
@@ -79954,7 +80302,7 @@
|
|
|
79954
80302
|
c.label = b;
|
|
79955
80303
|
this.q.add(c);
|
|
79956
80304
|
if (this.e != null) {
|
|
79957
|
-
this.e.
|
|
80305
|
+
this.e.ce(this.q.count - 1, c);
|
|
79958
80306
|
}
|
|
79959
80307
|
this.c.onItemInserted();
|
|
79960
80308
|
};
|
|
@@ -79964,7 +80312,7 @@
|
|
|
79964
80312
|
if (c.iD == a) {
|
|
79965
80313
|
this.q.removeAt(b);
|
|
79966
80314
|
if (this.e != null) {
|
|
79967
|
-
this.e.
|
|
80315
|
+
this.e.cf(b, c);
|
|
79968
80316
|
}
|
|
79969
80317
|
break;
|
|
79970
80318
|
}
|
|
@@ -79977,7 +80325,7 @@
|
|
|
79977
80325
|
if (d.iD == a) {
|
|
79978
80326
|
d.label = b;
|
|
79979
80327
|
if (this.e != null) {
|
|
79980
|
-
this.e.
|
|
80328
|
+
this.e.cg(c, d, d);
|
|
79981
80329
|
}
|
|
79982
80330
|
break;
|
|
79983
80331
|
}
|
|
@@ -80059,7 +80407,7 @@
|
|
|
80059
80407
|
this.n.cm(d);
|
|
80060
80408
|
var e = this.e.createElement("div");
|
|
80061
80409
|
var f = this.e.getSubRenderer(e);
|
|
80062
|
-
var g = new
|
|
80410
|
+
var g = new igniteuiWebcomponentsCore.Popup();
|
|
80063
80411
|
g.provideRenderer(f);
|
|
80064
80412
|
g.appendPopupContent(d.c.container);
|
|
80065
80413
|
this.n.cj(g);
|
|
@@ -80404,7 +80752,7 @@
|
|
|
80404
80752
|
if (this.by != null) {
|
|
80405
80753
|
this.by.ef = 0;
|
|
80406
80754
|
this.by.ak = false;
|
|
80407
|
-
this.by.
|
|
80755
|
+
this.by.t9 = this.br;
|
|
80408
80756
|
this.bh(this.by);
|
|
80409
80757
|
}
|
|
80410
80758
|
};
|
|
@@ -83428,8 +83776,8 @@
|
|
|
83428
83776
|
this.j = new igniteuiWebcomponentsInputs.XInput();
|
|
83429
83777
|
this.j.provideContainer(g);
|
|
83430
83778
|
a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
|
|
83431
|
-
this.j.
|
|
83432
|
-
this.j.
|
|
83779
|
+
this.j.b6 = "text";
|
|
83780
|
+
this.j.cm = b.text;
|
|
83433
83781
|
var h = this.j;
|
|
83434
83782
|
h.changing = igniteuiWebcomponentsCore.delegateCombine(h.changing, igniteuiWebcomponentsCore.runOn(this, this.bi));
|
|
83435
83783
|
var i = this.j;
|
|
@@ -83480,7 +83828,7 @@
|
|
|
83480
83828
|
MultiColumnComboBoxView.prototype.a1 = function () {
|
|
83481
83829
|
var a = this.ac.createElement("div");
|
|
83482
83830
|
var b = this.ac.getSubRenderer(a);
|
|
83483
|
-
this.m = new
|
|
83831
|
+
this.m = new igniteuiWebcomponentsCore.Popup();
|
|
83484
83832
|
this.m.provideRenderer(b);
|
|
83485
83833
|
var c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
|
|
83486
83834
|
this.am = this.ac.createElement("div");
|
|
@@ -83679,14 +84027,14 @@
|
|
|
83679
84027
|
this.az();
|
|
83680
84028
|
var b = this.j;
|
|
83681
84029
|
b.focus();
|
|
83682
|
-
var c = b.
|
|
83683
|
-
var d = null != c ? b.
|
|
83684
|
-
b.
|
|
84030
|
+
var c = b.cm;
|
|
84031
|
+
var d = null != c ? b.cm.length : 0;
|
|
84032
|
+
b.dl(d, d);
|
|
83685
84033
|
}
|
|
83686
84034
|
};
|
|
83687
84035
|
MultiColumnComboBoxView.prototype.by = function () {
|
|
83688
84036
|
this.k.ah = true;
|
|
83689
|
-
this.j.
|
|
84037
|
+
this.j.dj();
|
|
83690
84038
|
var a = new GotFocusEventArgs();
|
|
83691
84039
|
this.g.f1(a);
|
|
83692
84040
|
};
|
|
@@ -83796,7 +84144,7 @@
|
|
|
83796
84144
|
if (this.x && !igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.au) && b > 0) {
|
|
83797
84145
|
b--;
|
|
83798
84146
|
}
|
|
83799
|
-
this.j.
|
|
84147
|
+
this.j.dl(b, c);
|
|
83800
84148
|
};
|
|
83801
84149
|
MultiColumnComboBoxView.prototype.b8 = function () {
|
|
83802
84150
|
if (this.p) {
|
|
@@ -83825,7 +84173,7 @@
|
|
|
83825
84173
|
if (this.g.bi == false) {
|
|
83826
84174
|
this.ae.setStyleProperty("display", "none");
|
|
83827
84175
|
}
|
|
83828
|
-
else if ((this.g.value != null && this.g.value != "") || (this.j.
|
|
84176
|
+
else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
|
|
83829
84177
|
this.ae.show();
|
|
83830
84178
|
}
|
|
83831
84179
|
else {
|
|
@@ -83973,9 +84321,9 @@
|
|
|
83973
84321
|
this.k.h4 = a.cc;
|
|
83974
84322
|
}
|
|
83975
84323
|
if (null != this.j) {
|
|
83976
|
-
this.j.
|
|
83977
|
-
this.j.
|
|
83978
|
-
this.j.
|
|
84324
|
+
this.j.d1 = a.hg;
|
|
84325
|
+
this.j.af = a.aw;
|
|
84326
|
+
this.j.ce = a.fb;
|
|
83979
84327
|
}
|
|
83980
84328
|
if (null != this.l) {
|
|
83981
84329
|
this.l.text = a.e0;
|
|
@@ -84006,7 +84354,7 @@
|
|
|
84006
84354
|
if (!this.v) {
|
|
84007
84355
|
if (null != this.j) {
|
|
84008
84356
|
var a = this.f.text;
|
|
84009
|
-
this.j.
|
|
84357
|
+
this.j.cm = a;
|
|
84010
84358
|
}
|
|
84011
84359
|
}
|
|
84012
84360
|
};
|
|
@@ -84241,7 +84589,7 @@
|
|
|
84241
84589
|
};
|
|
84242
84590
|
MultiColumnComboBoxView.prototype.ce = function () {
|
|
84243
84591
|
if (this.j != null) {
|
|
84244
|
-
this.j.
|
|
84592
|
+
this.j.dj();
|
|
84245
84593
|
}
|
|
84246
84594
|
};
|
|
84247
84595
|
MultiColumnComboBoxView.prototype.ci = function (a) {
|
|
@@ -84283,7 +84631,7 @@
|
|
|
84283
84631
|
};
|
|
84284
84632
|
MultiColumnComboBoxView.prototype.ax = function (a) {
|
|
84285
84633
|
this.d.ae.clear();
|
|
84286
|
-
this.j.
|
|
84634
|
+
this.j.cm = "";
|
|
84287
84635
|
this.g.text = "";
|
|
84288
84636
|
this.g.value = null;
|
|
84289
84637
|
};
|
|
@@ -84297,7 +84645,7 @@
|
|
|
84297
84645
|
}
|
|
84298
84646
|
if (null != this.j) {
|
|
84299
84647
|
this.j.focus();
|
|
84300
|
-
this.j.
|
|
84648
|
+
this.j.dj();
|
|
84301
84649
|
}
|
|
84302
84650
|
};
|
|
84303
84651
|
MultiColumnComboBoxView.prototype.a7 = function (a, b) {
|
|
@@ -84341,7 +84689,7 @@
|
|
|
84341
84689
|
this.b9(c);
|
|
84342
84690
|
};
|
|
84343
84691
|
MultiColumnComboBoxView.prototype.bj = function (a, b) {
|
|
84344
|
-
var c = this.j.
|
|
84692
|
+
var c = this.j.cm;
|
|
84345
84693
|
this.b9(c);
|
|
84346
84694
|
};
|
|
84347
84695
|
MultiColumnComboBoxView.prototype.bk = function (a, b) {
|
|
@@ -84362,7 +84710,7 @@
|
|
|
84362
84710
|
if (0 == e) {
|
|
84363
84711
|
break;
|
|
84364
84712
|
}
|
|
84365
|
-
var f = this.j.
|
|
84713
|
+
var f = this.j.cm;
|
|
84366
84714
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(f)) {
|
|
84367
84715
|
break;
|
|
84368
84716
|
}
|
|
@@ -84441,7 +84789,7 @@
|
|
|
84441
84789
|
};
|
|
84442
84790
|
MultiColumnComboBoxView.prototype.bm = function (a, b) {
|
|
84443
84791
|
if (false == this.o()) {
|
|
84444
|
-
this.j.
|
|
84792
|
+
this.j.dj();
|
|
84445
84793
|
b.handled = true;
|
|
84446
84794
|
}
|
|
84447
84795
|
};
|
|
@@ -95794,7 +96142,7 @@
|
|
|
95794
96142
|
break;
|
|
95795
96143
|
case "FilterPlaceholderText":
|
|
95796
96144
|
if (this.n != null) {
|
|
95797
|
-
this.n.
|
|
96145
|
+
this.n.ce = this.b8;
|
|
95798
96146
|
}
|
|
95799
96147
|
break;
|
|
95800
96148
|
case "SearchInputType":
|
|
@@ -95837,11 +96185,11 @@
|
|
|
95837
96185
|
try {
|
|
95838
96186
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.properties)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
95839
96187
|
var c = _c.value;
|
|
95840
|
-
var d = c.
|
|
96188
|
+
var d = c.an;
|
|
95841
96189
|
if (this.r != null) {
|
|
95842
96190
|
var e = this.r.e(d, false);
|
|
95843
96191
|
if (e != null) {
|
|
95844
|
-
if (c.
|
|
96192
|
+
if (c.r(e)) {
|
|
95845
96193
|
b = true;
|
|
95846
96194
|
}
|
|
95847
96195
|
}
|
|
@@ -96143,7 +96491,7 @@
|
|
|
96143
96491
|
PropertyEditor.prototype.ct = function (a, b) {
|
|
96144
96492
|
var c = a;
|
|
96145
96493
|
var d = this.s(c, b.cellInfo.et, b.rowObject);
|
|
96146
|
-
b.resolvedValue = igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsLayouts.PropertyEditorValueType_$type, d != null ? d.
|
|
96494
|
+
b.resolvedValue = igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsLayouts.PropertyEditorValueType_$type, d != null ? d.p : 0);
|
|
96147
96495
|
};
|
|
96148
96496
|
PropertyEditor.prototype.dm = function (a, b) {
|
|
96149
96497
|
var c = a;
|
|
@@ -96152,10 +96500,10 @@
|
|
|
96152
96500
|
b.resolvedValue = null;
|
|
96153
96501
|
return;
|
|
96154
96502
|
}
|
|
96155
|
-
b.resolvedValue = d.
|
|
96503
|
+
b.resolvedValue = d.al != null ? d.al : d.an;
|
|
96156
96504
|
};
|
|
96157
96505
|
PropertyEditor.prototype.a9 = function (a) {
|
|
96158
|
-
switch (a.
|
|
96506
|
+
switch (a.p) {
|
|
96159
96507
|
case 10: return this.aw(a);
|
|
96160
96508
|
case 7: return this.ax(a);
|
|
96161
96509
|
case 4: return this.az(a);
|
|
@@ -96256,12 +96604,12 @@
|
|
|
96256
96604
|
return this.m.i(this.cb(a)) + 17;
|
|
96257
96605
|
};
|
|
96258
96606
|
PropertyEditor.prototype.cb = function (a) {
|
|
96259
|
-
return a.
|
|
96607
|
+
return a.al != null ? a.al : a.an;
|
|
96260
96608
|
};
|
|
96261
96609
|
PropertyEditor.prototype.cs = function (a, b) {
|
|
96262
96610
|
var c = a;
|
|
96263
96611
|
var d = this.s(c, b.cellInfo.et, b.cellInfo.g4);
|
|
96264
|
-
var e = d != null ? d.
|
|
96612
|
+
var e = d != null ? d.p : 0;
|
|
96265
96613
|
switch (e) {
|
|
96266
96614
|
case 10:
|
|
96267
96615
|
this.cu(c, b);
|
|
@@ -96357,8 +96705,8 @@
|
|
|
96357
96705
|
}
|
|
96358
96706
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96359
96707
|
var f = c.inputs._inner[0];
|
|
96360
|
-
f.
|
|
96361
|
-
f.
|
|
96708
|
+
f.bf = e;
|
|
96709
|
+
f.cm = (e.af != null ? e.af.toString() : "");
|
|
96362
96710
|
if (d) {
|
|
96363
96711
|
f.changing = igniteuiWebcomponentsCore.delegateCombine(f.changing, igniteuiWebcomponentsCore.runOn(_this, _this.dj));
|
|
96364
96712
|
}
|
|
@@ -96372,9 +96720,9 @@
|
|
|
96372
96720
|
}
|
|
96373
96721
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96374
96722
|
c.ez = e;
|
|
96375
|
-
var f = e.
|
|
96376
|
-
if (typeof e.
|
|
96377
|
-
f = e.
|
|
96723
|
+
var f = e.af;
|
|
96724
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96725
|
+
f = e.af.toString();
|
|
96378
96726
|
}
|
|
96379
96727
|
_this.m.ac(c, f);
|
|
96380
96728
|
if (d) {
|
|
@@ -96396,12 +96744,12 @@
|
|
|
96396
96744
|
c.c4 = e;
|
|
96397
96745
|
c.value = null;
|
|
96398
96746
|
c.itemsSource = _this.b(_this.a(e));
|
|
96399
|
-
if (e.
|
|
96400
|
-
if (typeof e.
|
|
96401
|
-
c.value = e.
|
|
96747
|
+
if (e.af != c.value) {
|
|
96748
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96749
|
+
c.value = e.af.toString();
|
|
96402
96750
|
}
|
|
96403
96751
|
else {
|
|
96404
|
-
c.value = e.
|
|
96752
|
+
c.value = e.af;
|
|
96405
96753
|
}
|
|
96406
96754
|
}
|
|
96407
96755
|
if (!d) {
|
|
@@ -96409,12 +96757,12 @@
|
|
|
96409
96757
|
}
|
|
96410
96758
|
}
|
|
96411
96759
|
else {
|
|
96412
|
-
if (e.
|
|
96413
|
-
if (typeof e.
|
|
96414
|
-
c.value = e.
|
|
96760
|
+
if (e.af != c.value) {
|
|
96761
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96762
|
+
c.value = e.af.toString();
|
|
96415
96763
|
}
|
|
96416
96764
|
else {
|
|
96417
|
-
c.value = e.
|
|
96765
|
+
c.value = e.af;
|
|
96418
96766
|
}
|
|
96419
96767
|
}
|
|
96420
96768
|
}
|
|
@@ -96458,25 +96806,25 @@
|
|
|
96458
96806
|
var c = a;
|
|
96459
96807
|
var d = c.c4;
|
|
96460
96808
|
this.an = true;
|
|
96461
|
-
d.
|
|
96462
|
-
d.
|
|
96809
|
+
d.af = c.value;
|
|
96810
|
+
d.ao();
|
|
96463
96811
|
this.an = false;
|
|
96464
96812
|
this.dv(d);
|
|
96465
96813
|
};
|
|
96466
96814
|
PropertyEditor.prototype.dj = function (a, b) {
|
|
96467
96815
|
var c = a;
|
|
96468
|
-
var d = c.
|
|
96816
|
+
var d = c.bf;
|
|
96469
96817
|
this.an = true;
|
|
96470
|
-
if (d.
|
|
96818
|
+
if (d.p == 1) {
|
|
96471
96819
|
var e = 0;
|
|
96472
|
-
var f = igniteuiWebcomponentsCore.tryParseNumber(c.
|
|
96820
|
+
var f = igniteuiWebcomponentsCore.tryParseNumber(c.cm, e);
|
|
96473
96821
|
e = f.p1;
|
|
96474
|
-
d.
|
|
96822
|
+
d.af = e;
|
|
96475
96823
|
}
|
|
96476
96824
|
else {
|
|
96477
|
-
d.
|
|
96825
|
+
d.af = c.cm;
|
|
96478
96826
|
}
|
|
96479
|
-
d.
|
|
96827
|
+
d.ao();
|
|
96480
96828
|
this.an = false;
|
|
96481
96829
|
this.dv(d);
|
|
96482
96830
|
};
|
|
@@ -96484,7 +96832,7 @@
|
|
|
96484
96832
|
var c = a;
|
|
96485
96833
|
var d = c.ez;
|
|
96486
96834
|
this.an = true;
|
|
96487
|
-
d.
|
|
96835
|
+
d.ap();
|
|
96488
96836
|
this.an = false;
|
|
96489
96837
|
this.dv(d);
|
|
96490
96838
|
};
|
|
@@ -96511,9 +96859,9 @@
|
|
|
96511
96859
|
d = d.ae;
|
|
96512
96860
|
}
|
|
96513
96861
|
for (var e = 0; e < d.count; e++) {
|
|
96514
|
-
var f = d._inner[e].
|
|
96862
|
+
var f = d._inner[e].an;
|
|
96515
96863
|
if (this.as(f, a)) {
|
|
96516
|
-
d._inner[e].
|
|
96864
|
+
d._inner[e].ar(a, b, c);
|
|
96517
96865
|
}
|
|
96518
96866
|
}
|
|
96519
96867
|
if (this.ap) {
|
|
@@ -96590,22 +96938,22 @@
|
|
|
96590
96938
|
PropertyEditor.prototype.c4 = function (a, b, c, d) {
|
|
96591
96939
|
for (var e = 0; e < a.count; e++) {
|
|
96592
96940
|
var f = a._inner[e];
|
|
96593
|
-
if (f.
|
|
96941
|
+
if (f.p == 20) {
|
|
96594
96942
|
continue;
|
|
96595
96943
|
}
|
|
96596
96944
|
if (f.i != null) {
|
|
96597
96945
|
for (var g = 0; g < f.i.count; g++) {
|
|
96598
96946
|
var h = f.i._inner[g];
|
|
96599
|
-
var i = b + f.
|
|
96947
|
+
var i = b + f.an + "[" + g + "]";
|
|
96600
96948
|
this.c4(h.a, i, c, h.b);
|
|
96601
96949
|
}
|
|
96602
96950
|
}
|
|
96603
96951
|
else if (f.g != null) {
|
|
96604
|
-
var j = b + f.
|
|
96952
|
+
var j = b + f.an;
|
|
96605
96953
|
this.c4(f.g.a, j, c, f.g.b);
|
|
96606
96954
|
}
|
|
96607
96955
|
else {
|
|
96608
|
-
c.h(b + f.
|
|
96956
|
+
c.h(b + f.an, f.af, d);
|
|
96609
96957
|
}
|
|
96610
96958
|
}
|
|
96611
96959
|
};
|
|
@@ -96639,7 +96987,7 @@
|
|
|
96639
96987
|
c.t = true;
|
|
96640
96988
|
}
|
|
96641
96989
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96642
|
-
var f = e.
|
|
96990
|
+
var f = e.af;
|
|
96643
96991
|
if (f == null) {
|
|
96644
96992
|
f = false;
|
|
96645
96993
|
}
|
|
@@ -96675,8 +97023,8 @@
|
|
|
96675
97023
|
var c = a;
|
|
96676
97024
|
var d = c.a5;
|
|
96677
97025
|
this.an = true;
|
|
96678
|
-
d.
|
|
96679
|
-
d.
|
|
97026
|
+
d.af = c.checked;
|
|
97027
|
+
d.ao();
|
|
96680
97028
|
this.an = false;
|
|
96681
97029
|
this.dv(d);
|
|
96682
97030
|
};
|
|
@@ -96689,7 +97037,7 @@
|
|
|
96689
97037
|
d = this.actualProperties._inner[b.rowNumber];
|
|
96690
97038
|
}
|
|
96691
97039
|
var e = this.s(c, b.rowNumber, d);
|
|
96692
|
-
var f = e != null ? e.
|
|
97040
|
+
var f = e != null ? e.p : 0;
|
|
96693
97041
|
b.styleKey = "editortype_" + igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsLayouts.PropertyEditorValueType_$type, f);
|
|
96694
97042
|
};
|
|
96695
97043
|
PropertyEditor.prototype.dk = function (a, b) {
|