igniteui-angular-inputs 17.2.1 → 17.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-inputs.umd.js +118 -103
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +14 -14
- package/esm2015/lib/CalendarView_combined.js +14 -14
- package/esm2015/lib/DatePickerView_combined.js +28 -23
- package/esm2015/lib/IconView_combined.js +14 -14
- package/esm2015/lib/InputGroupView_combined.js +29 -29
- package/esm2015/lib/NativeUIXInputsFactory.js +1 -1
- package/esm2015/lib/XPopupBridge.js +7 -7
- package/esm2015/lib/igx-x-button-group-button-collection.js +6 -1
- package/esm2015/lib/igx-x-input-group-input-collection.js +6 -1
- package/esm5/lib/ButtonView_combined.js +14 -14
- package/esm5/lib/CalendarView_combined.js +14 -14
- package/esm5/lib/DatePickerView_combined.js +28 -23
- package/esm5/lib/IconView_combined.js +14 -14
- package/esm5/lib/InputGroupView_combined.js +29 -29
- package/esm5/lib/NativeUIXInputsFactory.js +1 -1
- package/esm5/lib/XPopupBridge.js +7 -7
- package/esm5/lib/igx-x-button-group-button-collection.js +6 -1
- package/esm5/lib/igx-x-input-group-input-collection.js +6 -1
- package/fesm2015/igniteui-angular-inputs.js +118 -103
- package/fesm5/igniteui-angular-inputs.js +118 -103
- package/package.json +2 -2
|
@@ -966,30 +966,30 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
966
966
|
a.svgPath = this.svgPath;
|
|
967
967
|
if (this.k != null) {
|
|
968
968
|
var d = this.k;
|
|
969
|
-
if (this.view != null && d.
|
|
969
|
+
if (this.view != null && d.p == null) {
|
|
970
970
|
var e = this.view.o;
|
|
971
971
|
var f = FontUtil.getFontInfoFromString(e, d.fontString);
|
|
972
|
-
d.
|
|
973
|
-
d.
|
|
974
|
-
d.o = f.o;
|
|
972
|
+
d.p = f.p;
|
|
973
|
+
d.e = f.e;
|
|
975
974
|
d.q = f.q;
|
|
976
|
-
d.r = f.r;
|
|
977
975
|
d.s = f.s;
|
|
976
|
+
d.t = f.t;
|
|
977
|
+
d.u = f.u;
|
|
978
978
|
}
|
|
979
|
-
if (d.
|
|
980
|
-
a.l = d.
|
|
979
|
+
if (d.p != null) {
|
|
980
|
+
a.l = d.p;
|
|
981
981
|
}
|
|
982
|
-
if (!isNaN_(d.
|
|
983
|
-
a.g = d.
|
|
982
|
+
if (!isNaN_(d.e)) {
|
|
983
|
+
a.g = d.e;
|
|
984
|
+
}
|
|
985
|
+
if (d.u != null) {
|
|
986
|
+
a.p = d.u;
|
|
984
987
|
}
|
|
985
988
|
if (d.s != null) {
|
|
986
|
-
a.
|
|
989
|
+
a.n = d.s;
|
|
987
990
|
}
|
|
988
991
|
if (d.q != null) {
|
|
989
|
-
a.
|
|
990
|
-
}
|
|
991
|
-
if (d.o != null) {
|
|
992
|
-
a.m = d.q;
|
|
992
|
+
a.m = d.s;
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
995
|
return a;
|
|
@@ -5674,30 +5674,30 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5674
5674
|
a.p = this.e;
|
|
5675
5675
|
if (this.w != null) {
|
|
5676
5676
|
var c = this.w;
|
|
5677
|
-
if (this.view != null && c.
|
|
5677
|
+
if (this.view != null && c.p == null) {
|
|
5678
5678
|
var d = this.view.k;
|
|
5679
5679
|
var e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
5680
|
-
c.
|
|
5681
|
-
c.
|
|
5682
|
-
c.o = e.o;
|
|
5680
|
+
c.p = e.p;
|
|
5681
|
+
c.e = e.e;
|
|
5683
5682
|
c.q = e.q;
|
|
5684
|
-
c.r = e.r;
|
|
5685
5683
|
c.s = e.s;
|
|
5684
|
+
c.t = e.t;
|
|
5685
|
+
c.u = e.u;
|
|
5686
5686
|
}
|
|
5687
|
-
if (c.
|
|
5688
|
-
a.s = c.
|
|
5687
|
+
if (c.p != null) {
|
|
5688
|
+
a.s = c.p;
|
|
5689
5689
|
}
|
|
5690
|
-
if (!isNaN_(c.
|
|
5691
|
-
a.k = c.
|
|
5690
|
+
if (!isNaN_(c.e)) {
|
|
5691
|
+
a.k = c.e;
|
|
5692
|
+
}
|
|
5693
|
+
if (c.u != null) {
|
|
5694
|
+
a.w = c.u;
|
|
5692
5695
|
}
|
|
5693
5696
|
if (c.s != null) {
|
|
5694
|
-
a.
|
|
5697
|
+
a.u = c.s;
|
|
5695
5698
|
}
|
|
5696
5699
|
if (c.q != null) {
|
|
5697
|
-
a.
|
|
5698
|
-
}
|
|
5699
|
-
if (c.o != null) {
|
|
5700
|
-
a.t = c.q;
|
|
5700
|
+
a.t = c.s;
|
|
5701
5701
|
}
|
|
5702
5702
|
}
|
|
5703
5703
|
return a;
|
|
@@ -5790,7 +5790,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5790
5790
|
_this.view = a;
|
|
5791
5791
|
_this.view.as();
|
|
5792
5792
|
XInput.ae = new FontInfo();
|
|
5793
|
-
XInput.ae.
|
|
5793
|
+
XInput.ae.p = "Verdana";
|
|
5794
5794
|
return _this;
|
|
5795
5795
|
}
|
|
5796
5796
|
Object.defineProperty(XInput.prototype, "view", {
|
|
@@ -6463,30 +6463,30 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6463
6463
|
a.k = this.e;
|
|
6464
6464
|
if (this.ad != null) {
|
|
6465
6465
|
var c = this.ad;
|
|
6466
|
-
if (this.view != null && c.
|
|
6466
|
+
if (this.view != null && c.p == null) {
|
|
6467
6467
|
var d = this.view.l;
|
|
6468
6468
|
var e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
6469
|
-
c.
|
|
6470
|
-
c.
|
|
6471
|
-
c.o = e.o;
|
|
6469
|
+
c.p = e.p;
|
|
6470
|
+
c.e = e.e;
|
|
6472
6471
|
c.q = e.q;
|
|
6473
|
-
c.r = e.r;
|
|
6474
6472
|
c.s = e.s;
|
|
6473
|
+
c.t = e.t;
|
|
6474
|
+
c.u = e.u;
|
|
6475
6475
|
}
|
|
6476
|
-
if (c.
|
|
6477
|
-
a.o = c.
|
|
6476
|
+
if (c.p != null) {
|
|
6477
|
+
a.o = c.p;
|
|
6478
6478
|
}
|
|
6479
|
-
if (!isNaN_(c.
|
|
6480
|
-
a.g = c.
|
|
6479
|
+
if (!isNaN_(c.e)) {
|
|
6480
|
+
a.g = c.e;
|
|
6481
|
+
}
|
|
6482
|
+
if (c.u != null) {
|
|
6483
|
+
a.s = c.u;
|
|
6481
6484
|
}
|
|
6482
6485
|
if (c.s != null) {
|
|
6483
|
-
a.
|
|
6486
|
+
a.q = c.s;
|
|
6484
6487
|
}
|
|
6485
6488
|
if (c.q != null) {
|
|
6486
|
-
a.
|
|
6487
|
-
}
|
|
6488
|
-
if (c.o != null) {
|
|
6489
|
-
a.p = c.q;
|
|
6489
|
+
a.p = c.s;
|
|
6490
6490
|
}
|
|
6491
6491
|
}
|
|
6492
6492
|
return a;
|
|
@@ -21,9 +21,9 @@ import { NativeUICheckbox } from "igniteui-angular-core";
|
|
|
21
21
|
import { XIcon } from "./XIcon";
|
|
22
22
|
import { XIconBridge } from "./XIconBridge";
|
|
23
23
|
import { NativeUIIcon } from "igniteui-angular-core";
|
|
24
|
+
import { Popup } from "igniteui-angular-core";
|
|
24
25
|
import { XPopupBridge } from "./XPopupBridge";
|
|
25
26
|
import { NativeUIPopup } from "igniteui-angular-core";
|
|
26
|
-
import { Popup } from "igniteui-angular-core";
|
|
27
27
|
/**
|
|
28
28
|
* @hidden
|
|
29
29
|
*/
|
package/esm5/lib/XPopupBridge.js
CHANGED
|
@@ -154,7 +154,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
154
154
|
case 25: return c.al;
|
|
155
155
|
case 26: return c.a8;
|
|
156
156
|
case 17: return c.a0;
|
|
157
|
-
case 23: return c.
|
|
157
|
+
case 23: return c.cy;
|
|
158
158
|
case 35: switch (c.p) {
|
|
159
159
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
160
160
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
@@ -167,7 +167,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167
167
|
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
168
168
|
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
169
169
|
}
|
|
170
|
-
case 42: return c.
|
|
170
|
+
case 42: return c.c2;
|
|
171
171
|
case 39: return c.an;
|
|
172
172
|
case 61: return c.a3;
|
|
173
173
|
}
|
|
@@ -186,7 +186,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
186
186
|
d.a0 = c;
|
|
187
187
|
break;
|
|
188
188
|
case 23:
|
|
189
|
-
d.
|
|
189
|
+
d.cy = c;
|
|
190
190
|
break;
|
|
191
191
|
case 35:
|
|
192
192
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
@@ -211,7 +211,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
211
211
|
d.at = c;
|
|
212
212
|
break;
|
|
213
213
|
case 42:
|
|
214
|
-
d.
|
|
214
|
+
d.c2 = c;
|
|
215
215
|
break;
|
|
216
216
|
case 43:
|
|
217
217
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
@@ -236,13 +236,13 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
236
236
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
237
237
|
};
|
|
238
238
|
XPopupBridge.prototype.close = function (a) {
|
|
239
|
-
a.
|
|
239
|
+
a.b5();
|
|
240
240
|
};
|
|
241
241
|
XPopupBridge.prototype.notifyContentSizeChanged = function (a) {
|
|
242
|
-
a.
|
|
242
|
+
a.b8();
|
|
243
243
|
};
|
|
244
244
|
XPopupBridge.prototype.notifyExclusionRectChanged = function (a, b) {
|
|
245
|
-
a.
|
|
245
|
+
a.b9(b);
|
|
246
246
|
};
|
|
247
247
|
XPopupBridge.prototype.v = function (a) {
|
|
248
248
|
switch (a) {
|
|
@@ -41,7 +41,12 @@ var IgxXButtonGroupButtonCollection = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = IgxXButtonComponent._createFromInternal(int);
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgxXInputGroupInputCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = IgxXInputGroupItemComponent._createFromInternal(int);
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -3799,30 +3799,30 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
3799
3799
|
c.l = this.disabled;
|
|
3800
3800
|
if (this.aa != null) {
|
|
3801
3801
|
let g = this.aa;
|
|
3802
|
-
if (this.view != null && g.
|
|
3802
|
+
if (this.view != null && g.p == null) {
|
|
3803
3803
|
let h = this.view.k;
|
|
3804
3804
|
let i = FontUtil.getFontInfoFromString(h, g.fontString);
|
|
3805
|
-
g.
|
|
3806
|
-
g.
|
|
3807
|
-
g.o = i.o;
|
|
3805
|
+
g.p = i.p;
|
|
3806
|
+
g.e = i.e;
|
|
3808
3807
|
g.q = i.q;
|
|
3809
|
-
g.r = i.r;
|
|
3810
3808
|
g.s = i.s;
|
|
3809
|
+
g.t = i.t;
|
|
3810
|
+
g.u = i.u;
|
|
3811
3811
|
}
|
|
3812
|
-
if (g.
|
|
3813
|
-
c.ac = g.
|
|
3812
|
+
if (g.p != null) {
|
|
3813
|
+
c.ac = g.p;
|
|
3814
3814
|
}
|
|
3815
|
-
if (!isNaN_(g.
|
|
3816
|
-
c.r = g.
|
|
3815
|
+
if (!isNaN_(g.e)) {
|
|
3816
|
+
c.r = g.e;
|
|
3817
|
+
}
|
|
3818
|
+
if (g.u != null) {
|
|
3819
|
+
c.ag = g.u;
|
|
3817
3820
|
}
|
|
3818
3821
|
if (g.s != null) {
|
|
3819
|
-
c.
|
|
3822
|
+
c.ae = g.s;
|
|
3820
3823
|
}
|
|
3821
3824
|
if (g.q != null) {
|
|
3822
|
-
c.
|
|
3823
|
-
}
|
|
3824
|
-
if (g.o != null) {
|
|
3825
|
-
c.ad = g.q;
|
|
3825
|
+
c.ad = g.s;
|
|
3826
3826
|
}
|
|
3827
3827
|
}
|
|
3828
3828
|
return c;
|
|
@@ -5045,30 +5045,30 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
5045
5045
|
a.svgPath = this.svgPath;
|
|
5046
5046
|
if (this.k != null) {
|
|
5047
5047
|
let d = this.k;
|
|
5048
|
-
if (this.view != null && d.
|
|
5048
|
+
if (this.view != null && d.p == null) {
|
|
5049
5049
|
let e = this.view.o;
|
|
5050
5050
|
let f = FontUtil.getFontInfoFromString(e, d.fontString);
|
|
5051
|
-
d.
|
|
5052
|
-
d.
|
|
5053
|
-
d.o = f.o;
|
|
5051
|
+
d.p = f.p;
|
|
5052
|
+
d.e = f.e;
|
|
5054
5053
|
d.q = f.q;
|
|
5055
|
-
d.r = f.r;
|
|
5056
5054
|
d.s = f.s;
|
|
5055
|
+
d.t = f.t;
|
|
5056
|
+
d.u = f.u;
|
|
5057
|
+
}
|
|
5058
|
+
if (d.p != null) {
|
|
5059
|
+
a.l = d.p;
|
|
5057
5060
|
}
|
|
5058
|
-
if (d.
|
|
5059
|
-
a.
|
|
5061
|
+
if (!isNaN_(d.e)) {
|
|
5062
|
+
a.g = d.e;
|
|
5060
5063
|
}
|
|
5061
|
-
if (
|
|
5062
|
-
a.
|
|
5064
|
+
if (d.u != null) {
|
|
5065
|
+
a.p = d.u;
|
|
5063
5066
|
}
|
|
5064
5067
|
if (d.s != null) {
|
|
5065
|
-
a.
|
|
5068
|
+
a.n = d.s;
|
|
5066
5069
|
}
|
|
5067
5070
|
if (d.q != null) {
|
|
5068
|
-
a.
|
|
5069
|
-
}
|
|
5070
|
-
if (d.o != null) {
|
|
5071
|
-
a.m = d.q;
|
|
5071
|
+
a.m = d.s;
|
|
5072
5072
|
}
|
|
5073
5073
|
}
|
|
5074
5074
|
return a;
|
|
@@ -8028,30 +8028,30 @@ let XCalendar = /*@__PURE__*/ (() => {
|
|
|
8028
8028
|
}
|
|
8029
8029
|
if (this.v != null) {
|
|
8030
8030
|
let w = this.v;
|
|
8031
|
-
if (this.h != null && w.
|
|
8031
|
+
if (this.h != null && w.p == null) {
|
|
8032
8032
|
let x = this.h.m;
|
|
8033
8033
|
let y = FontUtil.getFontInfoFromString(x, w.fontString);
|
|
8034
|
-
w.
|
|
8035
|
-
w.
|
|
8036
|
-
w.o = y.o;
|
|
8034
|
+
w.p = y.p;
|
|
8035
|
+
w.e = y.e;
|
|
8037
8036
|
w.q = y.q;
|
|
8038
|
-
w.r = y.r;
|
|
8039
8037
|
w.s = y.s;
|
|
8038
|
+
w.t = y.t;
|
|
8039
|
+
w.u = y.u;
|
|
8040
|
+
}
|
|
8041
|
+
if (w.p != null) {
|
|
8042
|
+
a.p = w.p;
|
|
8040
8043
|
}
|
|
8041
|
-
if (w.
|
|
8042
|
-
a.
|
|
8044
|
+
if (!isNaN_(w.e)) {
|
|
8045
|
+
a.m = w.e;
|
|
8043
8046
|
}
|
|
8044
|
-
if (
|
|
8045
|
-
a.
|
|
8047
|
+
if (w.u != null) {
|
|
8048
|
+
a.t = w.u;
|
|
8046
8049
|
}
|
|
8047
8050
|
if (w.s != null) {
|
|
8048
|
-
a.
|
|
8051
|
+
a.r = w.s;
|
|
8049
8052
|
}
|
|
8050
8053
|
if (w.q != null) {
|
|
8051
|
-
a.
|
|
8052
|
-
}
|
|
8053
|
-
if (w.o != null) {
|
|
8054
|
-
a.q = w.q;
|
|
8054
|
+
a.q = w.s;
|
|
8055
8055
|
}
|
|
8056
8056
|
}
|
|
8057
8057
|
return a;
|
|
@@ -17494,30 +17494,30 @@ let XLabel = /*@__PURE__*/ (() => {
|
|
|
17494
17494
|
a.p = this.e;
|
|
17495
17495
|
if (this.w != null) {
|
|
17496
17496
|
let c = this.w;
|
|
17497
|
-
if (this.view != null && c.
|
|
17497
|
+
if (this.view != null && c.p == null) {
|
|
17498
17498
|
let d = this.view.k;
|
|
17499
17499
|
let e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
17500
|
-
c.
|
|
17501
|
-
c.
|
|
17502
|
-
c.o = e.o;
|
|
17500
|
+
c.p = e.p;
|
|
17501
|
+
c.e = e.e;
|
|
17503
17502
|
c.q = e.q;
|
|
17504
|
-
c.r = e.r;
|
|
17505
17503
|
c.s = e.s;
|
|
17504
|
+
c.t = e.t;
|
|
17505
|
+
c.u = e.u;
|
|
17506
17506
|
}
|
|
17507
|
-
if (c.
|
|
17508
|
-
a.s = c.
|
|
17507
|
+
if (c.p != null) {
|
|
17508
|
+
a.s = c.p;
|
|
17509
17509
|
}
|
|
17510
|
-
if (!isNaN_(c.
|
|
17511
|
-
a.k = c.
|
|
17510
|
+
if (!isNaN_(c.e)) {
|
|
17511
|
+
a.k = c.e;
|
|
17512
|
+
}
|
|
17513
|
+
if (c.u != null) {
|
|
17514
|
+
a.w = c.u;
|
|
17512
17515
|
}
|
|
17513
17516
|
if (c.s != null) {
|
|
17514
|
-
a.
|
|
17517
|
+
a.u = c.s;
|
|
17515
17518
|
}
|
|
17516
17519
|
if (c.q != null) {
|
|
17517
|
-
a.
|
|
17518
|
-
}
|
|
17519
|
-
if (c.o != null) {
|
|
17520
|
-
a.t = c.q;
|
|
17520
|
+
a.t = c.s;
|
|
17521
17521
|
}
|
|
17522
17522
|
}
|
|
17523
17523
|
return a;
|
|
@@ -17610,7 +17610,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
17610
17610
|
this.view = a;
|
|
17611
17611
|
this.view.as();
|
|
17612
17612
|
XInput.ae = new FontInfo();
|
|
17613
|
-
XInput.ae.
|
|
17613
|
+
XInput.ae.p = "Verdana";
|
|
17614
17614
|
}
|
|
17615
17615
|
get view() {
|
|
17616
17616
|
return this._view;
|
|
@@ -18168,30 +18168,30 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
18168
18168
|
a.k = this.e;
|
|
18169
18169
|
if (this.ad != null) {
|
|
18170
18170
|
let c = this.ad;
|
|
18171
|
-
if (this.view != null && c.
|
|
18171
|
+
if (this.view != null && c.p == null) {
|
|
18172
18172
|
let d = this.view.l;
|
|
18173
18173
|
let e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
18174
|
-
c.
|
|
18175
|
-
c.
|
|
18176
|
-
c.o = e.o;
|
|
18174
|
+
c.p = e.p;
|
|
18175
|
+
c.e = e.e;
|
|
18177
18176
|
c.q = e.q;
|
|
18178
|
-
c.r = e.r;
|
|
18179
18177
|
c.s = e.s;
|
|
18178
|
+
c.t = e.t;
|
|
18179
|
+
c.u = e.u;
|
|
18180
|
+
}
|
|
18181
|
+
if (c.p != null) {
|
|
18182
|
+
a.o = c.p;
|
|
18180
18183
|
}
|
|
18181
|
-
if (c.
|
|
18182
|
-
a.
|
|
18184
|
+
if (!isNaN_(c.e)) {
|
|
18185
|
+
a.g = c.e;
|
|
18183
18186
|
}
|
|
18184
|
-
if (
|
|
18185
|
-
a.
|
|
18187
|
+
if (c.u != null) {
|
|
18188
|
+
a.s = c.u;
|
|
18186
18189
|
}
|
|
18187
18190
|
if (c.s != null) {
|
|
18188
|
-
a.
|
|
18191
|
+
a.q = c.s;
|
|
18189
18192
|
}
|
|
18190
18193
|
if (c.q != null) {
|
|
18191
|
-
a.
|
|
18192
|
-
}
|
|
18193
|
-
if (c.o != null) {
|
|
18194
|
-
a.p = c.q;
|
|
18194
|
+
a.p = c.s;
|
|
18195
18195
|
}
|
|
18196
18196
|
}
|
|
18197
18197
|
return a;
|
|
@@ -19314,7 +19314,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
19314
19314
|
this.di();
|
|
19315
19315
|
break;
|
|
19316
19316
|
case "Value":
|
|
19317
|
-
if (+(this.value) != +(dateMinValue())) {
|
|
19317
|
+
if (+(dateGetDate(this.value)) != +(dateGetDate(dateMinValue()))) {
|
|
19318
19318
|
if (dateGetDate(this.value) < dateGetDate(this.a9) || dateGetDate(this.value) > dateGetDate(this.a8)) {
|
|
19319
19319
|
this.ai = true;
|
|
19320
19320
|
this.value = this.a5;
|
|
@@ -19324,7 +19324,12 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
19324
19324
|
this.db(this.a5, this.value);
|
|
19325
19325
|
this.a5 = this.value;
|
|
19326
19326
|
if (this.c != null) {
|
|
19327
|
-
this.
|
|
19327
|
+
if (+(dateGetDate(this.value)) == +(dateGetDate(dateMinValue()))) {
|
|
19328
|
+
this.c.value = dateMinValue();
|
|
19329
|
+
}
|
|
19330
|
+
else {
|
|
19331
|
+
this.c.value = this.value;
|
|
19332
|
+
}
|
|
19328
19333
|
}
|
|
19329
19334
|
break;
|
|
19330
19335
|
case "Label":
|
|
@@ -19819,7 +19824,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
19819
19824
|
}
|
|
19820
19825
|
dl() {
|
|
19821
19826
|
if (this.o != null) {
|
|
19822
|
-
if (+(this.a7) != +(dateMinValue())) {
|
|
19827
|
+
if (+(dateGetDate(this.a7)) != +(dateGetDate(dateMinValue()))) {
|
|
19823
19828
|
let a = "";
|
|
19824
19829
|
if (this.by == null) {
|
|
19825
19830
|
a = this.a.i(this.value);
|
|
@@ -20027,7 +20032,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20027
20032
|
this.u = new Popup();
|
|
20028
20033
|
this.u.aq = this.aw;
|
|
20029
20034
|
this.u.ax = this.a2;
|
|
20030
|
-
this.u.
|
|
20035
|
+
this.u.cy = BrushUtil.h(255, 255, 255, 255);
|
|
20031
20036
|
this.u.a8 = 150;
|
|
20032
20037
|
this.h.at(this.u);
|
|
20033
20038
|
this.c = new XCalendar();
|
|
@@ -20105,7 +20110,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20105
20110
|
}
|
|
20106
20111
|
dj(a, b) {
|
|
20107
20112
|
if (this.ax) {
|
|
20108
|
-
this.u.
|
|
20113
|
+
this.u.cp(this.h.d.rootWrapper.getNativeElement(), a, b);
|
|
20109
20114
|
}
|
|
20110
20115
|
else {
|
|
20111
20116
|
let c = this.h.a0(true);
|
|
@@ -20127,27 +20132,27 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20127
20132
|
if (f < 0) {
|
|
20128
20133
|
if (this.u.r != 1) {
|
|
20129
20134
|
this.u.r = 1;
|
|
20130
|
-
this.u.
|
|
20135
|
+
this.u.b9(b);
|
|
20131
20136
|
}
|
|
20132
20137
|
}
|
|
20133
20138
|
else {
|
|
20134
20139
|
if (this.u.r != 2) {
|
|
20135
20140
|
this.u.r = 2;
|
|
20136
|
-
this.u.
|
|
20141
|
+
this.u.b9(b);
|
|
20137
20142
|
}
|
|
20138
20143
|
}
|
|
20139
20144
|
}
|
|
20140
20145
|
else {
|
|
20141
20146
|
if (this.u.r != 1) {
|
|
20142
20147
|
this.u.r = 1;
|
|
20143
|
-
this.u.
|
|
20148
|
+
this.u.b9(b);
|
|
20144
20149
|
}
|
|
20145
20150
|
}
|
|
20146
20151
|
}
|
|
20147
20152
|
}
|
|
20148
20153
|
cq() {
|
|
20149
20154
|
if (this.u != null) {
|
|
20150
|
-
window.setTimeout(() => this.u.
|
|
20155
|
+
window.setTimeout(() => this.u.b5(), 0);
|
|
20151
20156
|
}
|
|
20152
20157
|
if (this.c != null) {
|
|
20153
20158
|
this.c.cy();
|
|
@@ -20222,30 +20227,30 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20222
20227
|
a.a = this.c.bj();
|
|
20223
20228
|
if (this.ad != null) {
|
|
20224
20229
|
let b = this.ad;
|
|
20225
|
-
if (this.h != null && b.
|
|
20230
|
+
if (this.h != null && b.p == null) {
|
|
20226
20231
|
let c = this.h.d;
|
|
20227
20232
|
let d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
20228
|
-
b.
|
|
20229
|
-
b.
|
|
20230
|
-
b.o = d.o;
|
|
20233
|
+
b.p = d.p;
|
|
20234
|
+
b.e = d.e;
|
|
20231
20235
|
b.q = d.q;
|
|
20232
|
-
b.r = d.r;
|
|
20233
20236
|
b.s = d.s;
|
|
20237
|
+
b.t = d.t;
|
|
20238
|
+
b.u = d.u;
|
|
20234
20239
|
}
|
|
20235
|
-
if (b.
|
|
20236
|
-
a.h = b.
|
|
20240
|
+
if (b.p != null) {
|
|
20241
|
+
a.h = b.p;
|
|
20237
20242
|
}
|
|
20238
|
-
if (!isNaN_(b.
|
|
20239
|
-
a.f = b.
|
|
20243
|
+
if (!isNaN_(b.e)) {
|
|
20244
|
+
a.f = b.e;
|
|
20245
|
+
}
|
|
20246
|
+
if (b.u != null) {
|
|
20247
|
+
a.l = b.u;
|
|
20240
20248
|
}
|
|
20241
20249
|
if (b.s != null) {
|
|
20242
|
-
a.
|
|
20250
|
+
a.j = b.s;
|
|
20243
20251
|
}
|
|
20244
20252
|
if (b.q != null) {
|
|
20245
|
-
a.
|
|
20246
|
-
}
|
|
20247
|
-
if (b.o != null) {
|
|
20248
|
-
a.i = b.q;
|
|
20253
|
+
a.i = b.s;
|
|
20249
20254
|
}
|
|
20250
20255
|
}
|
|
20251
20256
|
return a;
|
|
@@ -22269,7 +22274,12 @@ class IgxXInputGroupInputCollection extends IgCollection {
|
|
|
22269
22274
|
if (!ext) {
|
|
22270
22275
|
ext = IgxXInputGroupItemComponent._createFromInternal(int);
|
|
22271
22276
|
if (ext) {
|
|
22272
|
-
ext._implementation
|
|
22277
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
22278
|
+
ext._implementation.setNativeElement(int);
|
|
22279
|
+
}
|
|
22280
|
+
else {
|
|
22281
|
+
ext._implementation = int;
|
|
22282
|
+
}
|
|
22273
22283
|
}
|
|
22274
22284
|
}
|
|
22275
22285
|
return ext;
|
|
@@ -27896,7 +27906,12 @@ class IgxXButtonGroupButtonCollection extends IgCollection {
|
|
|
27896
27906
|
if (!ext) {
|
|
27897
27907
|
ext = IgxXButtonComponent._createFromInternal(int);
|
|
27898
27908
|
if (ext) {
|
|
27899
|
-
ext._implementation
|
|
27909
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
27910
|
+
ext._implementation.setNativeElement(int);
|
|
27911
|
+
}
|
|
27912
|
+
else {
|
|
27913
|
+
ext._implementation = int;
|
|
27914
|
+
}
|
|
27900
27915
|
}
|
|
27901
27916
|
}
|
|
27902
27917
|
return ext;
|
|
@@ -30246,7 +30261,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
30246
30261
|
case 25: return c.al;
|
|
30247
30262
|
case 26: return c.a8;
|
|
30248
30263
|
case 17: return c.a0;
|
|
30249
|
-
case 23: return c.
|
|
30264
|
+
case 23: return c.cy;
|
|
30250
30265
|
case 35: switch (c.p) {
|
|
30251
30266
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
30252
30267
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
@@ -30259,7 +30274,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
30259
30274
|
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
30260
30275
|
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
30261
30276
|
}
|
|
30262
|
-
case 42: return c.
|
|
30277
|
+
case 42: return c.c2;
|
|
30263
30278
|
case 39: return c.an;
|
|
30264
30279
|
case 61: return c.a3;
|
|
30265
30280
|
}
|
|
@@ -30278,7 +30293,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
30278
30293
|
d.a0 = c;
|
|
30279
30294
|
break;
|
|
30280
30295
|
case 23:
|
|
30281
|
-
d.
|
|
30296
|
+
d.cy = c;
|
|
30282
30297
|
break;
|
|
30283
30298
|
case 35:
|
|
30284
30299
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
@@ -30303,7 +30318,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
30303
30318
|
d.at = c;
|
|
30304
30319
|
break;
|
|
30305
30320
|
case 42:
|
|
30306
|
-
d.
|
|
30321
|
+
d.c2 = c;
|
|
30307
30322
|
break;
|
|
30308
30323
|
case 43:
|
|
30309
30324
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
@@ -30328,13 +30343,13 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
30328
30343
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
30329
30344
|
}
|
|
30330
30345
|
close(a) {
|
|
30331
|
-
a.
|
|
30346
|
+
a.b5();
|
|
30332
30347
|
}
|
|
30333
30348
|
notifyContentSizeChanged(a) {
|
|
30334
|
-
a.
|
|
30349
|
+
a.b8();
|
|
30335
30350
|
}
|
|
30336
30351
|
notifyExclusionRectChanged(a, b) {
|
|
30337
|
-
a.
|
|
30352
|
+
a.b9(b);
|
|
30338
30353
|
}
|
|
30339
30354
|
v(a) {
|
|
30340
30355
|
switch (a) {
|