igniteui-angular-inputs 16.1.2-beta.0 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/License +1 -1
- package/bundles/igniteui-angular-inputs.umd.js +164 -134
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +16 -16
- package/esm2015/lib/CalendarView_combined.js +5 -5
- package/esm2015/lib/CheckboxView_combined.js +22 -22
- package/esm2015/lib/DatePickerView_combined.js +5 -5
- package/esm2015/lib/IconView_combined.js +20 -20
- package/esm2015/lib/InputGroupView_combined.js +31 -31
- package/esm2015/lib/RippleView_combined.js +1 -1
- package/esm2015/lib/XPopupBridge.js +40 -34
- package/esm2015/lib/igx-button-click-event-args.js +3 -0
- package/esm2015/lib/igx-button-group-selection-changed-event-args.js +3 -0
- package/esm2015/lib/igx-checkbox-change-event-args.js +3 -0
- package/esm2015/lib/igx-got-focus-event-args.js +3 -0
- package/esm2015/lib/igx-input-change-event-args.js +3 -0
- package/esm2015/lib/igx-lost-focus-event-args.js +3 -0
- package/esm2015/lib/igx-selected-value-changed-event-args.js +3 -0
- package/esm2015/lib/igx-x-input-group-item-component.js +3 -0
- package/esm5/lib/ButtonView_combined.js +16 -16
- package/esm5/lib/CalendarView_combined.js +5 -5
- package/esm5/lib/CheckboxView_combined.js +22 -22
- package/esm5/lib/DatePickerView_combined.js +5 -5
- package/esm5/lib/IconView_combined.js +20 -20
- package/esm5/lib/InputGroupView_combined.js +31 -31
- package/esm5/lib/RippleView_combined.js +1 -1
- package/esm5/lib/XPopupBridge.js +40 -34
- package/esm5/lib/igx-button-click-event-args.js +3 -0
- package/esm5/lib/igx-button-group-selection-changed-event-args.js +3 -0
- package/esm5/lib/igx-checkbox-change-event-args.js +3 -0
- package/esm5/lib/igx-got-focus-event-args.js +3 -0
- package/esm5/lib/igx-input-change-event-args.js +3 -0
- package/esm5/lib/igx-lost-focus-event-args.js +3 -0
- package/esm5/lib/igx-selected-value-changed-event-args.js +3 -0
- package/esm5/lib/igx-x-input-group-item-component.js +3 -0
- package/fesm2015/igniteui-angular-inputs.js +164 -134
- package/fesm5/igniteui-angular-inputs.js +164 -134
- package/package.json +5 -5
|
@@ -208,7 +208,7 @@ let RippleView = /*@__PURE__*/ (() => {
|
|
|
208
208
|
d.setStyleProperty("pointer-events", "none");
|
|
209
209
|
d.setStyleProperty("border-radius", c + "px");
|
|
210
210
|
d.setStyleProperty("opacity", ".5");
|
|
211
|
-
NativeUI.
|
|
211
|
+
NativeUI.af(d, ((() => {
|
|
212
212
|
let $ret = new ScaleTransform();
|
|
213
213
|
$ret.l = 0.3;
|
|
214
214
|
$ret.m = 0.3;
|
|
@@ -995,7 +995,7 @@ let ButtonView = /*@__PURE__*/ (() => {
|
|
|
995
995
|
this.n.setStyleProperty("white-space", "no-wrap");
|
|
996
996
|
this.n.setStyleProperty("color", "#000");
|
|
997
997
|
this.n.setStyleProperty("background", this.b.nf._fill);
|
|
998
|
-
NativeUI.
|
|
998
|
+
NativeUI.o(this.n, this.b.kr);
|
|
999
999
|
this.n.setAttribute("id", this.b.hu);
|
|
1000
1000
|
this.av();
|
|
1001
1001
|
this.h.add(c.listen("change", runOn(this, this.x)));
|
|
@@ -1983,10 +1983,10 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
1983
1983
|
if (a == null) {
|
|
1984
1984
|
return;
|
|
1985
1985
|
}
|
|
1986
|
-
NativeUI.
|
|
1987
|
-
NativeUI.
|
|
1986
|
+
NativeUI.o(a, this.kr);
|
|
1987
|
+
NativeUI.n(a, this.ng);
|
|
1988
1988
|
if (!isNaN_(this.bf)) {
|
|
1989
|
-
NativeUI.
|
|
1989
|
+
NativeUI.p(a, new Thickness(0, this.bf));
|
|
1990
1990
|
}
|
|
1991
1991
|
if (this.disabled) {
|
|
1992
1992
|
this.view.ax(this.cq, this.u);
|
|
@@ -2003,17 +2003,17 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
2003
2003
|
}
|
|
2004
2004
|
}
|
|
2005
2005
|
if (this.disabled) {
|
|
2006
|
-
NativeUI.
|
|
2006
|
+
NativeUI.m(a, this.nh);
|
|
2007
2007
|
}
|
|
2008
2008
|
else if (this.focused && this.az) {
|
|
2009
|
-
NativeUI.
|
|
2009
|
+
NativeUI.m(a, this.nk);
|
|
2010
2010
|
}
|
|
2011
2011
|
else {
|
|
2012
2012
|
if (this.a0 && !this.ar) {
|
|
2013
|
-
NativeUI.
|
|
2013
|
+
NativeUI.m(a, this.nm);
|
|
2014
2014
|
}
|
|
2015
2015
|
else {
|
|
2016
|
-
NativeUI.
|
|
2016
|
+
NativeUI.m(a, this.nf);
|
|
2017
2017
|
}
|
|
2018
2018
|
}
|
|
2019
2019
|
this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
|
|
@@ -2021,21 +2021,21 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
2021
2021
|
this.view.az(this.aa);
|
|
2022
2022
|
}
|
|
2023
2023
|
if (this.disabled) {
|
|
2024
|
-
NativeUI.p(this.view.s, this.nj);
|
|
2025
2024
|
NativeUI.q(this.view.s, this.nj);
|
|
2025
|
+
NativeUI.r(this.view.s, this.nj);
|
|
2026
2026
|
}
|
|
2027
2027
|
else if (this.focused && this.az) {
|
|
2028
|
-
NativeUI.p(this.view.s, this.nl);
|
|
2029
2028
|
NativeUI.q(this.view.s, this.nl);
|
|
2029
|
+
NativeUI.r(this.view.s, this.nl);
|
|
2030
2030
|
}
|
|
2031
2031
|
else {
|
|
2032
2032
|
if (this.a0 && !this.ar) {
|
|
2033
|
-
NativeUI.p(this.view.s, this.nn);
|
|
2034
2033
|
NativeUI.q(this.view.s, this.nn);
|
|
2034
|
+
NativeUI.r(this.view.s, this.nn);
|
|
2035
2035
|
}
|
|
2036
2036
|
else {
|
|
2037
|
-
NativeUI.p(this.view.s, this.nq);
|
|
2038
2037
|
NativeUI.q(this.view.s, this.nq);
|
|
2038
|
+
NativeUI.r(this.view.s, this.nq);
|
|
2039
2039
|
}
|
|
2040
2040
|
}
|
|
2041
2041
|
}
|
|
@@ -3773,19 +3773,19 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
3773
3773
|
c.s = f[0];
|
|
3774
3774
|
c.q = f[1];
|
|
3775
3775
|
c.p = NativeUI.d(a);
|
|
3776
|
-
c.t = NativeUI.
|
|
3776
|
+
c.t = NativeUI.k(a);
|
|
3777
3777
|
c.h = this.n;
|
|
3778
3778
|
c.i = this.q;
|
|
3779
|
-
c.c = AppearanceHelper.a(NativeUI.
|
|
3779
|
+
c.c = AppearanceHelper.a(NativeUI.ak(a));
|
|
3780
3780
|
c.g = AppearanceHelper.a(this.nr);
|
|
3781
3781
|
c.d = AppearanceHelper.a(this.no);
|
|
3782
3782
|
c.a = AppearanceHelper.a(this.ne);
|
|
3783
3783
|
c.u = this.ct;
|
|
3784
3784
|
c.e = AppearanceHelper.a(this.np);
|
|
3785
3785
|
c.ah = this.kr;
|
|
3786
|
-
c.b = AppearanceHelper.a(NativeUI.
|
|
3786
|
+
c.b = AppearanceHelper.a(NativeUI.aj(a));
|
|
3787
3787
|
c.j = this.u;
|
|
3788
|
-
c.f = AppearanceHelper.a(NativeUI.
|
|
3788
|
+
c.f = AppearanceHelper.a(NativeUI.al(b));
|
|
3789
3789
|
c.o = this.bf;
|
|
3790
3790
|
c.x = this.fw;
|
|
3791
3791
|
c.y = this.g0;
|
|
@@ -4566,15 +4566,15 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
4566
4566
|
return this.svgPath != null && !this.view.h;
|
|
4567
4567
|
}
|
|
4568
4568
|
ca() {
|
|
4569
|
-
NativeUI.
|
|
4569
|
+
NativeUI.y(this.view.r, this.ai);
|
|
4570
4570
|
}
|
|
4571
4571
|
b9() {
|
|
4572
4572
|
let a = this.view.r;
|
|
4573
4573
|
if (this.p) {
|
|
4574
4574
|
let b = this.view.s;
|
|
4575
|
-
NativeUI.
|
|
4576
|
-
NativeUI.
|
|
4577
|
-
NativeUI.
|
|
4575
|
+
NativeUI.r(b, this.cp);
|
|
4576
|
+
NativeUI.aa(b, this.cq);
|
|
4577
|
+
NativeUI.ad(b, this.ad);
|
|
4578
4578
|
}
|
|
4579
4579
|
else {
|
|
4580
4580
|
let c = false;
|
|
@@ -4594,19 +4594,19 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
4594
4594
|
if (c) {
|
|
4595
4595
|
for (let d = 0; d < this.view.k.count; d++) {
|
|
4596
4596
|
let e = this.view.k._inner[d].c;
|
|
4597
|
-
NativeUI.
|
|
4597
|
+
NativeUI.r(this.view.k._inner[d].d, e.l.f(this.c1));
|
|
4598
4598
|
}
|
|
4599
4599
|
for (let f = 0; f < this.view.l.count; f++) {
|
|
4600
4600
|
let g = this.view.l._inner[f].c;
|
|
4601
|
-
NativeUI.
|
|
4601
|
+
NativeUI.aa(this.view.l._inner[f].d, g.m.f(this.c2));
|
|
4602
4602
|
}
|
|
4603
4603
|
for (let h = 0; h < this.view.m.count; h++) {
|
|
4604
4604
|
let i = this.view.m._inner[h].c;
|
|
4605
|
-
NativeUI.
|
|
4605
|
+
NativeUI.r(this.view.m._inner[h].d, i.l.f(this.c3));
|
|
4606
4606
|
}
|
|
4607
4607
|
for (let j = 0; j < this.view.n.count; j++) {
|
|
4608
4608
|
let k = this.view.n._inner[j].c;
|
|
4609
|
-
NativeUI.
|
|
4609
|
+
NativeUI.aa(this.view.n._inner[j].d, k.m.f(this.c4));
|
|
4610
4610
|
}
|
|
4611
4611
|
for (let l = 0; l < this.view.c.o.count; l++) {
|
|
4612
4612
|
let m = this.view.c.o._inner[l];
|
|
@@ -4615,7 +4615,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
4615
4615
|
if (o < this.c.count) {
|
|
4616
4616
|
for (let p = 0; p < this.view.c.q._inner[l].count; p++) {
|
|
4617
4617
|
let q = this.view.c.q._inner[l]._inner[p].c;
|
|
4618
|
-
NativeUI.
|
|
4618
|
+
NativeUI.r(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
|
|
4619
4619
|
}
|
|
4620
4620
|
}
|
|
4621
4621
|
}
|
|
@@ -4626,32 +4626,32 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
4626
4626
|
if (u < this.d.count) {
|
|
4627
4627
|
for (let v = 0; v < this.view.d.q._inner[r].count; v++) {
|
|
4628
4628
|
let w = this.view.d.q._inner[r]._inner[v].c;
|
|
4629
|
-
NativeUI.
|
|
4629
|
+
NativeUI.aa(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
|
|
4630
4630
|
}
|
|
4631
4631
|
}
|
|
4632
4632
|
}
|
|
4633
4633
|
for (let x = 0; x < this.view.j.count; x++) {
|
|
4634
4634
|
let y = this.view.j._inner[x].c;
|
|
4635
|
-
NativeUI.
|
|
4636
|
-
NativeUI.
|
|
4635
|
+
NativeUI.r(this.view.j._inner[x].d, y.l.f(this.cp));
|
|
4636
|
+
NativeUI.aa(this.view.j._inner[x].d, y.m.f(this.cq));
|
|
4637
4637
|
}
|
|
4638
4638
|
}
|
|
4639
4639
|
let z = this.view.r;
|
|
4640
4640
|
if (this.cp != null) {
|
|
4641
|
-
NativeUI.
|
|
4641
|
+
NativeUI.r(z, this.cp);
|
|
4642
4642
|
}
|
|
4643
4643
|
if (this.cq != null) {
|
|
4644
|
-
NativeUI.
|
|
4644
|
+
NativeUI.aa(z, this.cq);
|
|
4645
4645
|
}
|
|
4646
4646
|
if (!isNaN_(this.ad)) {
|
|
4647
|
-
NativeUI.
|
|
4647
|
+
NativeUI.ad(z, this.ad);
|
|
4648
4648
|
}
|
|
4649
4649
|
}
|
|
4650
4650
|
if (this.k != null) {
|
|
4651
4651
|
this.view.ah(this.k);
|
|
4652
4652
|
}
|
|
4653
4653
|
if (this.cr != null) {
|
|
4654
|
-
NativeUI.
|
|
4654
|
+
NativeUI.q(this.view.r, this.cr);
|
|
4655
4655
|
}
|
|
4656
4656
|
}
|
|
4657
4657
|
get i() {
|
|
@@ -5033,15 +5033,15 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
5033
5033
|
e() {
|
|
5034
5034
|
let a = new IconVisualModelExport();
|
|
5035
5035
|
let b = this.view.r;
|
|
5036
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
5037
|
-
a.c = AppearanceHelper.a(NativeUI.
|
|
5038
|
-
a.b = AppearanceHelper.a(NativeUI.
|
|
5036
|
+
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
5037
|
+
a.c = AppearanceHelper.a(NativeUI.al(b));
|
|
5038
|
+
a.b = AppearanceHelper.a(NativeUI.am(b));
|
|
5039
5039
|
a.d = this.ad;
|
|
5040
5040
|
let c = this.view.a();
|
|
5041
5041
|
a.h = c[0];
|
|
5042
5042
|
a.f = c[1];
|
|
5043
5043
|
a.e = NativeUI.d(b);
|
|
5044
|
-
a.i = NativeUI.
|
|
5044
|
+
a.i = NativeUI.k(b);
|
|
5045
5045
|
a.svgPath = this.svgPath;
|
|
5046
5046
|
if (this.k != null) {
|
|
5047
5047
|
let d = this.k;
|
|
@@ -7983,8 +7983,8 @@ let XCalendar = /*@__PURE__*/ (() => {
|
|
|
7983
7983
|
m.e = n[0] - d;
|
|
7984
7984
|
m.d = n[1] - e;
|
|
7985
7985
|
m.c = NativeUI.d(k._inner[l].parent());
|
|
7986
|
-
m.f = NativeUI.
|
|
7987
|
-
m.b = AppearanceHelper.a(NativeUI.
|
|
7986
|
+
m.f = NativeUI.k(k._inner[l].parent());
|
|
7987
|
+
m.b = AppearanceHelper.a(NativeUI.al(k._inner[l]));
|
|
7988
7988
|
m.g = k._inner[l].getText();
|
|
7989
7989
|
a.k.add(m);
|
|
7990
7990
|
}
|
|
@@ -7996,9 +7996,9 @@ let XCalendar = /*@__PURE__*/ (() => {
|
|
|
7996
7996
|
q.e = r[0] - d;
|
|
7997
7997
|
q.d = r[1] - e;
|
|
7998
7998
|
q.c = NativeUI.d(o._inner[p].parent());
|
|
7999
|
-
q.f = NativeUI.
|
|
8000
|
-
q.b = AppearanceHelper.a(NativeUI.
|
|
8001
|
-
q.a = AppearanceHelper.a(NativeUI.
|
|
7999
|
+
q.f = NativeUI.k(o._inner[p].parent());
|
|
8000
|
+
q.b = AppearanceHelper.a(NativeUI.al(o._inner[p]));
|
|
8001
|
+
q.a = AppearanceHelper.a(NativeUI.ak(o._inner[p]));
|
|
8002
8002
|
q.g = o._inner[p].getText();
|
|
8003
8003
|
a.l.add(q);
|
|
8004
8004
|
}
|
|
@@ -8077,6 +8077,9 @@ class IgxSelectedValueChangedEventArgs {
|
|
|
8077
8077
|
this._implementation = this.createImplementation();
|
|
8078
8078
|
this._implementation.externalObject = this;
|
|
8079
8079
|
this.onImplementationCreated();
|
|
8080
|
+
if (this._initializeAdapters) {
|
|
8081
|
+
this._initializeAdapters();
|
|
8082
|
+
}
|
|
8080
8083
|
}
|
|
8081
8084
|
createImplementation() {
|
|
8082
8085
|
return new SelectedValueChangedEventArgs();
|
|
@@ -8951,6 +8954,9 @@ class IgxButtonClickEventArgs {
|
|
|
8951
8954
|
this._implementation = this.createImplementation();
|
|
8952
8955
|
this._implementation.externalObject = this;
|
|
8953
8956
|
this.onImplementationCreated();
|
|
8957
|
+
if (this._initializeAdapters) {
|
|
8958
|
+
this._initializeAdapters();
|
|
8959
|
+
}
|
|
8954
8960
|
}
|
|
8955
8961
|
createImplementation() {
|
|
8956
8962
|
return new ButtonClickEventArgs();
|
|
@@ -12965,7 +12971,7 @@ let InputGroupView = /*@__PURE__*/ (() => {
|
|
|
12965
12971
|
g.setStyleProperty("height", "2px");
|
|
12966
12972
|
g.setStyleProperty("display", "block");
|
|
12967
12973
|
g.setStyleProperty("pointer-events", "none");
|
|
12968
|
-
NativeUI.
|
|
12974
|
+
NativeUI.af(g, ((() => {
|
|
12969
12975
|
let $ret = new ScaleTransform();
|
|
12970
12976
|
$ret.l = 0.5;
|
|
12971
12977
|
$ret.m = 1;
|
|
@@ -13127,7 +13133,7 @@ let SuffixView = /*@__PURE__*/ (() => {
|
|
|
13127
13133
|
$ret.m = 1;
|
|
13128
13134
|
return $ret;
|
|
13129
13135
|
})()));
|
|
13130
|
-
NativeUI.
|
|
13136
|
+
NativeUI.af(this.g.rootWrapper, a);
|
|
13131
13137
|
this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
13132
13138
|
}
|
|
13133
13139
|
f() {
|
|
@@ -13216,7 +13222,7 @@ let PrefixView = /*@__PURE__*/ (() => {
|
|
|
13216
13222
|
$ret.m = 1;
|
|
13217
13223
|
return $ret;
|
|
13218
13224
|
})()));
|
|
13219
|
-
NativeUI.
|
|
13225
|
+
NativeUI.af(this.g.rootWrapper, a);
|
|
13220
13226
|
this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
13221
13227
|
}
|
|
13222
13228
|
f() {
|
|
@@ -13312,7 +13318,7 @@ let LabelView = /*@__PURE__*/ (() => {
|
|
|
13312
13318
|
c.setStyleProperty("overflow", "hidden");
|
|
13313
13319
|
c.setStyleProperty("height", "1.125rem");
|
|
13314
13320
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
13315
|
-
NativeUI.
|
|
13321
|
+
NativeUI.q(this.k.rootWrapper, this.c.cz);
|
|
13316
13322
|
c.setStyleProperty("outline-style", "none");
|
|
13317
13323
|
c.setStyleProperty("box-shadow", "none");
|
|
13318
13324
|
c.setStyleProperty("font-family", "Verdana");
|
|
@@ -13338,7 +13344,7 @@ let LabelView = /*@__PURE__*/ (() => {
|
|
|
13338
13344
|
$ret.m = 1;
|
|
13339
13345
|
return $ret;
|
|
13340
13346
|
})()));
|
|
13341
|
-
NativeUI.
|
|
13347
|
+
NativeUI.af(this.k.rootWrapper, a);
|
|
13342
13348
|
this.l.setStyleProperty("height", "1.125rem");
|
|
13343
13349
|
this.k.rootWrapper.setStyleProperty("position", "absolute");
|
|
13344
13350
|
this.k.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
@@ -13456,7 +13462,7 @@ let LabelView = /*@__PURE__*/ (() => {
|
|
|
13456
13462
|
}
|
|
13457
13463
|
}
|
|
13458
13464
|
ad(a) {
|
|
13459
|
-
NativeUI.
|
|
13465
|
+
NativeUI.q(this.l, a);
|
|
13460
13466
|
}
|
|
13461
13467
|
}
|
|
13462
13468
|
LabelView.$t = markType(LabelView, 'LabelView');
|
|
@@ -13524,7 +13530,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
13524
13530
|
c.setStyleProperty("background-attachment", "initial");
|
|
13525
13531
|
c.setStyleProperty("background-origin", "initial");
|
|
13526
13532
|
c.setStyleProperty("background-color", "transparent");
|
|
13527
|
-
NativeUI.
|
|
13533
|
+
NativeUI.q(c, this.b.d4);
|
|
13528
13534
|
c.setStyleProperty("outline-style", "none");
|
|
13529
13535
|
c.setStyleProperty("box-shadow", "none");
|
|
13530
13536
|
c.setStyleProperty("border-top", "0.1875rem solid transparent");
|
|
@@ -13651,7 +13657,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
13651
13657
|
$ret.m = 1;
|
|
13652
13658
|
return $ret;
|
|
13653
13659
|
})()));
|
|
13654
|
-
NativeUI.
|
|
13660
|
+
NativeUI.af(this.l.rootWrapper, b);
|
|
13655
13661
|
this.l.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
13656
13662
|
}
|
|
13657
13663
|
k() {
|
|
@@ -14660,7 +14666,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
14660
14666
|
this.jv();
|
|
14661
14667
|
break;
|
|
14662
14668
|
case "IsDisabled":
|
|
14663
|
-
NativeUI.
|
|
14669
|
+
NativeUI.u(this.view.v, !this.disabled);
|
|
14664
14670
|
break;
|
|
14665
14671
|
}
|
|
14666
14672
|
}
|
|
@@ -14843,44 +14849,44 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
14843
14849
|
let e = this.v != null && this.v.playState == 1;
|
|
14844
14850
|
let f = this.w != null && this.w.playState == 1;
|
|
14845
14851
|
let g = this.u != null && this.u.playState == 1;
|
|
14846
|
-
NativeUI.
|
|
14847
|
-
NativeUI.
|
|
14848
|
-
NativeUI.
|
|
14849
|
-
NativeUI.
|
|
14852
|
+
NativeUI.o(a, this.ko);
|
|
14853
|
+
NativeUI.o(b, this.ko);
|
|
14854
|
+
NativeUI.m(a, this.l5);
|
|
14855
|
+
NativeUI.z(a, this.oe);
|
|
14850
14856
|
if (this.ao) {
|
|
14851
14857
|
if (!g) {
|
|
14852
|
-
NativeUI.
|
|
14853
|
-
NativeUI.
|
|
14858
|
+
NativeUI.n(b, this.l7);
|
|
14859
|
+
NativeUI.p(b, new Thickness(0, this.ch));
|
|
14854
14860
|
}
|
|
14855
14861
|
if (!f) {
|
|
14856
|
-
NativeUI.
|
|
14862
|
+
NativeUI.m(c, this.l8);
|
|
14857
14863
|
}
|
|
14858
14864
|
}
|
|
14859
14865
|
else {
|
|
14860
14866
|
if (!f) {
|
|
14861
14867
|
if (this.ap) {
|
|
14862
|
-
NativeUI.
|
|
14863
|
-
NativeUI.
|
|
14864
|
-
NativeUI.
|
|
14868
|
+
NativeUI.m(c, this.l9);
|
|
14869
|
+
NativeUI.y(c, this.ck);
|
|
14870
|
+
NativeUI.t(c, this.cl);
|
|
14865
14871
|
}
|
|
14866
14872
|
else {
|
|
14867
|
-
NativeUI.
|
|
14868
|
-
NativeUI.
|
|
14869
|
-
NativeUI.
|
|
14873
|
+
NativeUI.m(c, this.ma);
|
|
14874
|
+
NativeUI.y(c, this.cm);
|
|
14875
|
+
NativeUI.t(c, this.cp);
|
|
14870
14876
|
}
|
|
14871
14877
|
}
|
|
14872
14878
|
if (!g) {
|
|
14873
|
-
NativeUI.
|
|
14874
|
-
NativeUI.
|
|
14879
|
+
NativeUI.n(b, this.l6);
|
|
14880
|
+
NativeUI.p(b, new Thickness(0, this.cg));
|
|
14875
14881
|
}
|
|
14876
14882
|
if (!f) {
|
|
14877
|
-
NativeUI.
|
|
14883
|
+
NativeUI.m(a, this.l5);
|
|
14878
14884
|
}
|
|
14879
14885
|
}
|
|
14880
14886
|
if (!e) {
|
|
14881
|
-
NativeUI.
|
|
14882
|
-
NativeUI.
|
|
14883
|
-
NativeUI.
|
|
14887
|
+
NativeUI.m(d, this.mb);
|
|
14888
|
+
NativeUI.t(d, this.co);
|
|
14889
|
+
NativeUI.y(d, this.cn);
|
|
14884
14890
|
}
|
|
14885
14891
|
}
|
|
14886
14892
|
get a() {
|
|
@@ -17473,7 +17479,7 @@ let XLabel = /*@__PURE__*/ (() => {
|
|
|
17473
17479
|
a.c = this.p;
|
|
17474
17480
|
a.e = this.t;
|
|
17475
17481
|
a.d = this.s;
|
|
17476
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
17482
|
+
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
17477
17483
|
a.b = this.l;
|
|
17478
17484
|
a.i = this.an;
|
|
17479
17485
|
a.g = this.al;
|
|
@@ -17787,7 +17793,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
17787
17793
|
if (this.ad != null) {
|
|
17788
17794
|
this.view.bb(this.ad);
|
|
17789
17795
|
}
|
|
17790
|
-
NativeUI.
|
|
17796
|
+
NativeUI.q(this.view.q, this.d4);
|
|
17791
17797
|
this.view.a6();
|
|
17792
17798
|
}
|
|
17793
17799
|
get d4() {
|
|
@@ -18154,7 +18160,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
18154
18160
|
a.j = this.ce;
|
|
18155
18161
|
a.m = this.ci;
|
|
18156
18162
|
a.d = this.au;
|
|
18157
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
18163
|
+
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
18158
18164
|
a.i = this.b8;
|
|
18159
18165
|
a.l = this.cg;
|
|
18160
18166
|
a.e = this.aw;
|
|
@@ -19972,14 +19978,14 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
19972
19978
|
this.ai = false;
|
|
19973
19979
|
}
|
|
19974
19980
|
cc(a) {
|
|
19975
|
-
if (this.u.
|
|
19981
|
+
if (this.u.av) {
|
|
19976
19982
|
this.ah = true;
|
|
19977
19983
|
this.cg();
|
|
19978
19984
|
}
|
|
19979
19985
|
}
|
|
19980
19986
|
cn() {
|
|
19981
19987
|
if (this.ah == false) {
|
|
19982
|
-
if (this.u.
|
|
19988
|
+
if (this.u.av) {
|
|
19983
19989
|
this.cg();
|
|
19984
19990
|
}
|
|
19985
19991
|
else {
|
|
@@ -20020,7 +20026,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20020
20026
|
}
|
|
20021
20027
|
cg() {
|
|
20022
20028
|
if (this.u != null) {
|
|
20023
|
-
window.setTimeout(() => this.u.
|
|
20029
|
+
window.setTimeout(() => this.u.bx(), 0);
|
|
20024
20030
|
}
|
|
20025
20031
|
if (this.c != null) {
|
|
20026
20032
|
this.c.cy();
|
|
@@ -20032,7 +20038,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20032
20038
|
if (this.o != null) {
|
|
20033
20039
|
this.o.focus(a);
|
|
20034
20040
|
}
|
|
20035
|
-
if (!this.u.
|
|
20041
|
+
if (!this.u.av && this.as == true) {
|
|
20036
20042
|
if (this.ah == false) {
|
|
20037
20043
|
if (this.aq == false) {
|
|
20038
20044
|
this.c0();
|
|
@@ -20086,7 +20092,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20086
20092
|
let a = new DatePickerVisualModelExport();
|
|
20087
20093
|
a.e = this.y;
|
|
20088
20094
|
a.d = this.w;
|
|
20089
|
-
a.c = this.u.
|
|
20095
|
+
a.c = this.u.a9();
|
|
20090
20096
|
a.b = this.q.fe();
|
|
20091
20097
|
a.a = this.c.bj();
|
|
20092
20098
|
if (this.ad != null) {
|
|
@@ -20159,6 +20165,9 @@ class IgxGotFocusEventArgs {
|
|
|
20159
20165
|
this._implementation = this.createImplementation();
|
|
20160
20166
|
this._implementation.externalObject = this;
|
|
20161
20167
|
this.onImplementationCreated();
|
|
20168
|
+
if (this._initializeAdapters) {
|
|
20169
|
+
this._initializeAdapters();
|
|
20170
|
+
}
|
|
20162
20171
|
}
|
|
20163
20172
|
createImplementation() {
|
|
20164
20173
|
return new GotFocusEventArgs();
|
|
@@ -20183,6 +20192,9 @@ class IgxLostFocusEventArgs {
|
|
|
20183
20192
|
this._implementation = this.createImplementation();
|
|
20184
20193
|
this._implementation.externalObject = this;
|
|
20185
20194
|
this.onImplementationCreated();
|
|
20195
|
+
if (this._initializeAdapters) {
|
|
20196
|
+
this._initializeAdapters();
|
|
20197
|
+
}
|
|
20186
20198
|
}
|
|
20187
20199
|
createImplementation() {
|
|
20188
20200
|
return new LostFocusEventArgs();
|
|
@@ -20207,6 +20219,9 @@ class IgxInputChangeEventArgs {
|
|
|
20207
20219
|
this._implementation = this.createImplementation();
|
|
20208
20220
|
this._implementation.externalObject = this;
|
|
20209
20221
|
this.onImplementationCreated();
|
|
20222
|
+
if (this._initializeAdapters) {
|
|
20223
|
+
this._initializeAdapters();
|
|
20224
|
+
}
|
|
20210
20225
|
}
|
|
20211
20226
|
createImplementation() {
|
|
20212
20227
|
return new InputChangeEventArgs();
|
|
@@ -20833,6 +20848,9 @@ let IgxXInputGroupItemComponent = /*@__PURE__*/ (() => {
|
|
|
20833
20848
|
this._implementation = this.createImplementation();
|
|
20834
20849
|
this._implementation.externalObject = this;
|
|
20835
20850
|
this.onImplementationCreated();
|
|
20851
|
+
if (this._initializeAdapters) {
|
|
20852
|
+
this._initializeAdapters();
|
|
20853
|
+
}
|
|
20836
20854
|
}
|
|
20837
20855
|
createImplementation() {
|
|
20838
20856
|
return null;
|
|
@@ -24909,17 +24927,17 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
24909
24927
|
if (a == null) {
|
|
24910
24928
|
return;
|
|
24911
24929
|
}
|
|
24912
|
-
NativeUI.
|
|
24930
|
+
NativeUI.o(a, new CornerRadius(0, this.ao));
|
|
24913
24931
|
if (!isNaN_(this.an)) {
|
|
24914
|
-
NativeUI.
|
|
24932
|
+
NativeUI.p(a, new Thickness(0, this.an));
|
|
24915
24933
|
}
|
|
24916
24934
|
if (this.checked) {
|
|
24917
|
-
NativeUI.
|
|
24918
|
-
NativeUI.
|
|
24935
|
+
NativeUI.m(a, this.c8);
|
|
24936
|
+
NativeUI.n(a, this.c9);
|
|
24919
24937
|
}
|
|
24920
24938
|
else {
|
|
24921
|
-
NativeUI.
|
|
24922
|
-
NativeUI.
|
|
24939
|
+
NativeUI.m(a, this.db);
|
|
24940
|
+
NativeUI.n(a, this.dc);
|
|
24923
24941
|
}
|
|
24924
24942
|
}
|
|
24925
24943
|
cw() {
|
|
@@ -24927,8 +24945,8 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
24927
24945
|
if (a == null) {
|
|
24928
24946
|
return;
|
|
24929
24947
|
}
|
|
24930
|
-
NativeUI.
|
|
24931
|
-
NativeUI.
|
|
24948
|
+
NativeUI.aa(a, this.da);
|
|
24949
|
+
NativeUI.ad(a, this.ap);
|
|
24932
24950
|
}
|
|
24933
24951
|
get dl() {
|
|
24934
24952
|
return this.c6;
|
|
@@ -25342,7 +25360,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
25342
25360
|
this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
|
|
25343
25361
|
}
|
|
25344
25362
|
if (!this.indeterminate) {
|
|
25345
|
-
NativeUI.
|
|
25363
|
+
NativeUI.af(this.view.t, null);
|
|
25346
25364
|
}
|
|
25347
25365
|
if (this.z || this.indeterminate || a) {
|
|
25348
25366
|
let d = this.view.s;
|
|
@@ -25359,23 +25377,23 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
25359
25377
|
$ret.j = -this.view.k();
|
|
25360
25378
|
return $ret;
|
|
25361
25379
|
})()));
|
|
25362
|
-
NativeUI.
|
|
25363
|
-
NativeUI.
|
|
25364
|
-
NativeUI.
|
|
25365
|
-
NativeUI.
|
|
25366
|
-
NativeUI.
|
|
25380
|
+
NativeUI.m(d, this.c8);
|
|
25381
|
+
NativeUI.n(d, this.c9);
|
|
25382
|
+
NativeUI.y(e, 1);
|
|
25383
|
+
NativeUI.ac(e, 41);
|
|
25384
|
+
NativeUI.af(e, f);
|
|
25367
25385
|
}
|
|
25368
25386
|
else if (b) {
|
|
25369
|
-
NativeUI.
|
|
25370
|
-
NativeUI.
|
|
25371
|
-
NativeUI.
|
|
25372
|
-
NativeUI.
|
|
25387
|
+
NativeUI.m(d, this.c8);
|
|
25388
|
+
NativeUI.n(d, this.c9);
|
|
25389
|
+
NativeUI.y(e, 1);
|
|
25390
|
+
NativeUI.ac(e, 0);
|
|
25373
25391
|
}
|
|
25374
25392
|
else {
|
|
25375
|
-
NativeUI.
|
|
25376
|
-
NativeUI.
|
|
25377
|
-
NativeUI.
|
|
25378
|
-
NativeUI.
|
|
25393
|
+
NativeUI.m(d, this.db);
|
|
25394
|
+
NativeUI.n(d, this.dc);
|
|
25395
|
+
NativeUI.y(e, 0);
|
|
25396
|
+
NativeUI.ac(e, 24);
|
|
25379
25397
|
}
|
|
25380
25398
|
if (this.o.playState == 1) {
|
|
25381
25399
|
this.o.cancel();
|
|
@@ -25542,6 +25560,9 @@ class IgxCheckboxChangeEventArgs {
|
|
|
25542
25560
|
this._implementation = this.createImplementation();
|
|
25543
25561
|
this._implementation.externalObject = this;
|
|
25544
25562
|
this.onImplementationCreated();
|
|
25563
|
+
if (this._initializeAdapters) {
|
|
25564
|
+
this._initializeAdapters();
|
|
25565
|
+
}
|
|
25545
25566
|
}
|
|
25546
25567
|
createImplementation() {
|
|
25547
25568
|
return new CheckboxChangeEventArgs();
|
|
@@ -27731,6 +27752,9 @@ class IgxButtonGroupSelectionChangedEventArgs {
|
|
|
27731
27752
|
this._implementation = this.createImplementation();
|
|
27732
27753
|
this._implementation.externalObject = this;
|
|
27733
27754
|
this.onImplementationCreated();
|
|
27755
|
+
if (this._initializeAdapters) {
|
|
27756
|
+
this._initializeAdapters();
|
|
27757
|
+
}
|
|
27734
27758
|
}
|
|
27735
27759
|
createImplementation() {
|
|
27736
27760
|
return new ButtonGroupSelectionChangedEventArgs();
|
|
@@ -30060,25 +30084,26 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
30060
30084
|
getValue(a, b) {
|
|
30061
30085
|
let c = a;
|
|
30062
30086
|
switch (b) {
|
|
30063
|
-
case 22: return c.
|
|
30064
|
-
case 25: return c.
|
|
30065
|
-
case 26: return c.
|
|
30066
|
-
case 17: return c.
|
|
30067
|
-
case 23: return c.
|
|
30068
|
-
case 35: switch (c.
|
|
30087
|
+
case 22: return c.av;
|
|
30088
|
+
case 25: return c.al;
|
|
30089
|
+
case 26: return c.a6;
|
|
30090
|
+
case 17: return c.ay;
|
|
30091
|
+
case 23: return c.cn;
|
|
30092
|
+
case 35: switch (c.o) {
|
|
30069
30093
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
30070
30094
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
30071
30095
|
}
|
|
30072
|
-
case 36: return c.
|
|
30073
|
-
case 37: return c.
|
|
30074
|
-
case 40: return c.
|
|
30075
|
-
case 41: return c.
|
|
30076
|
-
case 43: switch (c.
|
|
30077
|
-
case
|
|
30078
|
-
default: return enumGetBox(NativeUIPopupPointerPosition_$type,
|
|
30096
|
+
case 36: return c.ar;
|
|
30097
|
+
case 37: return c.aq;
|
|
30098
|
+
case 40: return c.a8;
|
|
30099
|
+
case 41: return c.as;
|
|
30100
|
+
case 43: switch (c.t) {
|
|
30101
|
+
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
30102
|
+
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
30079
30103
|
}
|
|
30080
|
-
case 42: return c.
|
|
30081
|
-
case 39: return c.
|
|
30104
|
+
case 42: return c.cr;
|
|
30105
|
+
case 39: return c.an;
|
|
30106
|
+
case 61: return c.a1;
|
|
30082
30107
|
}
|
|
30083
30108
|
return super.getValue(a, b);
|
|
30084
30109
|
}
|
|
@@ -30086,54 +30111,57 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
30086
30111
|
let d = a;
|
|
30087
30112
|
switch (b) {
|
|
30088
30113
|
case 25:
|
|
30089
|
-
d.
|
|
30114
|
+
d.al = c;
|
|
30090
30115
|
break;
|
|
30091
30116
|
case 26:
|
|
30092
|
-
d.
|
|
30117
|
+
d.a6 = typeGetValue(c);
|
|
30093
30118
|
break;
|
|
30094
30119
|
case 17:
|
|
30095
|
-
d.
|
|
30120
|
+
d.ay = c;
|
|
30096
30121
|
break;
|
|
30097
30122
|
case 23:
|
|
30098
|
-
d.
|
|
30123
|
+
d.cn = c;
|
|
30099
30124
|
break;
|
|
30100
30125
|
case 35:
|
|
30101
30126
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
30102
30127
|
case 1:
|
|
30103
|
-
d.
|
|
30128
|
+
d.o = 1;
|
|
30104
30129
|
break;
|
|
30105
30130
|
default:
|
|
30106
|
-
d.
|
|
30131
|
+
d.o = 0;
|
|
30107
30132
|
break;
|
|
30108
30133
|
}
|
|
30109
30134
|
break;
|
|
30110
30135
|
case 36:
|
|
30111
|
-
d.
|
|
30136
|
+
d.ar = c;
|
|
30112
30137
|
break;
|
|
30113
30138
|
case 37:
|
|
30114
|
-
d.
|
|
30139
|
+
d.aq = c;
|
|
30115
30140
|
break;
|
|
30116
30141
|
case 40:
|
|
30117
|
-
d.
|
|
30142
|
+
d.a8 = typeGetValue(c);
|
|
30118
30143
|
break;
|
|
30119
30144
|
case 41:
|
|
30120
|
-
d.
|
|
30145
|
+
d.as = c;
|
|
30121
30146
|
break;
|
|
30122
30147
|
case 42:
|
|
30123
|
-
d.
|
|
30148
|
+
d.cr = c;
|
|
30124
30149
|
break;
|
|
30125
30150
|
case 43:
|
|
30126
30151
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
30127
|
-
case 0:
|
|
30128
|
-
d.q = 0;
|
|
30129
|
-
break;
|
|
30130
30152
|
case 1:
|
|
30131
|
-
d.
|
|
30153
|
+
d.t = 1;
|
|
30154
|
+
break;
|
|
30155
|
+
case 2:
|
|
30156
|
+
d.t = 2;
|
|
30132
30157
|
break;
|
|
30133
30158
|
}
|
|
30134
30159
|
break;
|
|
30135
30160
|
case 39:
|
|
30136
|
-
d.
|
|
30161
|
+
d.an = c;
|
|
30162
|
+
break;
|
|
30163
|
+
case 61:
|
|
30164
|
+
d.a1 = c;
|
|
30137
30165
|
break;
|
|
30138
30166
|
}
|
|
30139
30167
|
super.setValue(a, b, c);
|
|
@@ -30142,19 +30170,21 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
30142
30170
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
30143
30171
|
}
|
|
30144
30172
|
close(a) {
|
|
30145
|
-
a.
|
|
30173
|
+
a.bx();
|
|
30146
30174
|
}
|
|
30147
30175
|
notifyContentSizeChanged(a) {
|
|
30148
|
-
a.
|
|
30176
|
+
a.b0();
|
|
30149
30177
|
}
|
|
30150
30178
|
notifyExclusionRectChanged(a, b) {
|
|
30151
|
-
a.
|
|
30179
|
+
a.b1(b);
|
|
30152
30180
|
}
|
|
30153
30181
|
v(a) {
|
|
30154
30182
|
switch (a) {
|
|
30155
30183
|
case 0: return 0;
|
|
30156
30184
|
case 1: return 1;
|
|
30157
30185
|
case 2: return 2;
|
|
30186
|
+
case 3: return 3;
|
|
30187
|
+
case 4: return 4;
|
|
30158
30188
|
default: return 0;
|
|
30159
30189
|
}
|
|
30160
30190
|
}
|