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
|
@@ -4600,30 +4600,30 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4600
4600
|
c.l = this.disabled;
|
|
4601
4601
|
if (this.aa != null) {
|
|
4602
4602
|
var g = this.aa;
|
|
4603
|
-
if (this.view != null && g.
|
|
4603
|
+
if (this.view != null && g.p == null) {
|
|
4604
4604
|
var h = this.view.k;
|
|
4605
4605
|
var i = FontUtil.getFontInfoFromString(h, g.fontString);
|
|
4606
|
-
g.
|
|
4607
|
-
g.
|
|
4608
|
-
g.o = i.o;
|
|
4606
|
+
g.p = i.p;
|
|
4607
|
+
g.e = i.e;
|
|
4609
4608
|
g.q = i.q;
|
|
4610
|
-
g.r = i.r;
|
|
4611
4609
|
g.s = i.s;
|
|
4610
|
+
g.t = i.t;
|
|
4611
|
+
g.u = i.u;
|
|
4612
4612
|
}
|
|
4613
|
-
if (g.
|
|
4614
|
-
c.ac = g.
|
|
4613
|
+
if (g.p != null) {
|
|
4614
|
+
c.ac = g.p;
|
|
4615
4615
|
}
|
|
4616
|
-
if (!isNaN_(g.
|
|
4617
|
-
c.r = g.
|
|
4616
|
+
if (!isNaN_(g.e)) {
|
|
4617
|
+
c.r = g.e;
|
|
4618
|
+
}
|
|
4619
|
+
if (g.u != null) {
|
|
4620
|
+
c.ag = g.u;
|
|
4618
4621
|
}
|
|
4619
4622
|
if (g.s != null) {
|
|
4620
|
-
c.
|
|
4623
|
+
c.ae = g.s;
|
|
4621
4624
|
}
|
|
4622
4625
|
if (g.q != null) {
|
|
4623
|
-
c.
|
|
4624
|
-
}
|
|
4625
|
-
if (g.o != null) {
|
|
4626
|
-
c.ad = g.q;
|
|
4626
|
+
c.ad = g.s;
|
|
4627
4627
|
}
|
|
4628
4628
|
}
|
|
4629
4629
|
return c;
|
|
@@ -6046,30 +6046,30 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6046
6046
|
a.svgPath = this.svgPath;
|
|
6047
6047
|
if (this.k != null) {
|
|
6048
6048
|
var d = this.k;
|
|
6049
|
-
if (this.view != null && d.
|
|
6049
|
+
if (this.view != null && d.p == null) {
|
|
6050
6050
|
var e = this.view.o;
|
|
6051
6051
|
var f = FontUtil.getFontInfoFromString(e, d.fontString);
|
|
6052
|
-
d.
|
|
6053
|
-
d.
|
|
6054
|
-
d.o = f.o;
|
|
6052
|
+
d.p = f.p;
|
|
6053
|
+
d.e = f.e;
|
|
6055
6054
|
d.q = f.q;
|
|
6056
|
-
d.r = f.r;
|
|
6057
6055
|
d.s = f.s;
|
|
6056
|
+
d.t = f.t;
|
|
6057
|
+
d.u = f.u;
|
|
6058
|
+
}
|
|
6059
|
+
if (d.p != null) {
|
|
6060
|
+
a.l = d.p;
|
|
6058
6061
|
}
|
|
6059
|
-
if (d.
|
|
6060
|
-
a.
|
|
6062
|
+
if (!isNaN_(d.e)) {
|
|
6063
|
+
a.g = d.e;
|
|
6061
6064
|
}
|
|
6062
|
-
if (
|
|
6063
|
-
a.
|
|
6065
|
+
if (d.u != null) {
|
|
6066
|
+
a.p = d.u;
|
|
6064
6067
|
}
|
|
6065
6068
|
if (d.s != null) {
|
|
6066
|
-
a.
|
|
6069
|
+
a.n = d.s;
|
|
6067
6070
|
}
|
|
6068
6071
|
if (d.q != null) {
|
|
6069
|
-
a.
|
|
6070
|
-
}
|
|
6071
|
-
if (d.o != null) {
|
|
6072
|
-
a.m = d.q;
|
|
6072
|
+
a.m = d.s;
|
|
6073
6073
|
}
|
|
6074
6074
|
}
|
|
6075
6075
|
return a;
|
|
@@ -9158,30 +9158,30 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9158
9158
|
}
|
|
9159
9159
|
if (this.v != null) {
|
|
9160
9160
|
var w = this.v;
|
|
9161
|
-
if (this.h != null && w.
|
|
9161
|
+
if (this.h != null && w.p == null) {
|
|
9162
9162
|
var x = this.h.m;
|
|
9163
9163
|
var y = FontUtil.getFontInfoFromString(x, w.fontString);
|
|
9164
|
-
w.
|
|
9165
|
-
w.
|
|
9166
|
-
w.o = y.o;
|
|
9164
|
+
w.p = y.p;
|
|
9165
|
+
w.e = y.e;
|
|
9167
9166
|
w.q = y.q;
|
|
9168
|
-
w.r = y.r;
|
|
9169
9167
|
w.s = y.s;
|
|
9168
|
+
w.t = y.t;
|
|
9169
|
+
w.u = y.u;
|
|
9170
|
+
}
|
|
9171
|
+
if (w.p != null) {
|
|
9172
|
+
a.p = w.p;
|
|
9170
9173
|
}
|
|
9171
|
-
if (w.
|
|
9172
|
-
a.
|
|
9174
|
+
if (!isNaN_(w.e)) {
|
|
9175
|
+
a.m = w.e;
|
|
9173
9176
|
}
|
|
9174
|
-
if (
|
|
9175
|
-
a.
|
|
9177
|
+
if (w.u != null) {
|
|
9178
|
+
a.t = w.u;
|
|
9176
9179
|
}
|
|
9177
9180
|
if (w.s != null) {
|
|
9178
|
-
a.
|
|
9181
|
+
a.r = w.s;
|
|
9179
9182
|
}
|
|
9180
9183
|
if (w.q != null) {
|
|
9181
|
-
a.
|
|
9182
|
-
}
|
|
9183
|
-
if (w.o != null) {
|
|
9184
|
-
a.q = w.q;
|
|
9184
|
+
a.q = w.s;
|
|
9185
9185
|
}
|
|
9186
9186
|
}
|
|
9187
9187
|
return a;
|
|
@@ -20704,30 +20704,30 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20704
20704
|
a.p = this.e;
|
|
20705
20705
|
if (this.w != null) {
|
|
20706
20706
|
var c = this.w;
|
|
20707
|
-
if (this.view != null && c.
|
|
20707
|
+
if (this.view != null && c.p == null) {
|
|
20708
20708
|
var d = this.view.k;
|
|
20709
20709
|
var e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
20710
|
-
c.
|
|
20711
|
-
c.
|
|
20712
|
-
c.o = e.o;
|
|
20710
|
+
c.p = e.p;
|
|
20711
|
+
c.e = e.e;
|
|
20713
20712
|
c.q = e.q;
|
|
20714
|
-
c.r = e.r;
|
|
20715
20713
|
c.s = e.s;
|
|
20714
|
+
c.t = e.t;
|
|
20715
|
+
c.u = e.u;
|
|
20716
20716
|
}
|
|
20717
|
-
if (c.
|
|
20718
|
-
a.s = c.
|
|
20717
|
+
if (c.p != null) {
|
|
20718
|
+
a.s = c.p;
|
|
20719
20719
|
}
|
|
20720
|
-
if (!isNaN_(c.
|
|
20721
|
-
a.k = c.
|
|
20720
|
+
if (!isNaN_(c.e)) {
|
|
20721
|
+
a.k = c.e;
|
|
20722
|
+
}
|
|
20723
|
+
if (c.u != null) {
|
|
20724
|
+
a.w = c.u;
|
|
20722
20725
|
}
|
|
20723
20726
|
if (c.s != null) {
|
|
20724
|
-
a.
|
|
20727
|
+
a.u = c.s;
|
|
20725
20728
|
}
|
|
20726
20729
|
if (c.q != null) {
|
|
20727
|
-
a.
|
|
20728
|
-
}
|
|
20729
|
-
if (c.o != null) {
|
|
20730
|
-
a.t = c.q;
|
|
20730
|
+
a.t = c.s;
|
|
20731
20731
|
}
|
|
20732
20732
|
}
|
|
20733
20733
|
return a;
|
|
@@ -20819,7 +20819,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20819
20819
|
_this.view = a;
|
|
20820
20820
|
_this.view.as();
|
|
20821
20821
|
XInput.ae = new FontInfo();
|
|
20822
|
-
XInput.ae.
|
|
20822
|
+
XInput.ae.p = "Verdana";
|
|
20823
20823
|
return _this;
|
|
20824
20824
|
}
|
|
20825
20825
|
Object.defineProperty(XInput.prototype, "view", {
|
|
@@ -21492,30 +21492,30 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21492
21492
|
a.k = this.e;
|
|
21493
21493
|
if (this.ad != null) {
|
|
21494
21494
|
var c = this.ad;
|
|
21495
|
-
if (this.view != null && c.
|
|
21495
|
+
if (this.view != null && c.p == null) {
|
|
21496
21496
|
var d = this.view.l;
|
|
21497
21497
|
var e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
21498
|
-
c.
|
|
21499
|
-
c.
|
|
21500
|
-
c.o = e.o;
|
|
21498
|
+
c.p = e.p;
|
|
21499
|
+
c.e = e.e;
|
|
21501
21500
|
c.q = e.q;
|
|
21502
|
-
c.r = e.r;
|
|
21503
21501
|
c.s = e.s;
|
|
21502
|
+
c.t = e.t;
|
|
21503
|
+
c.u = e.u;
|
|
21504
|
+
}
|
|
21505
|
+
if (c.p != null) {
|
|
21506
|
+
a.o = c.p;
|
|
21504
21507
|
}
|
|
21505
|
-
if (c.
|
|
21506
|
-
a.
|
|
21508
|
+
if (!isNaN_(c.e)) {
|
|
21509
|
+
a.g = c.e;
|
|
21507
21510
|
}
|
|
21508
|
-
if (
|
|
21509
|
-
a.
|
|
21511
|
+
if (c.u != null) {
|
|
21512
|
+
a.s = c.u;
|
|
21510
21513
|
}
|
|
21511
21514
|
if (c.s != null) {
|
|
21512
|
-
a.
|
|
21515
|
+
a.q = c.s;
|
|
21513
21516
|
}
|
|
21514
21517
|
if (c.q != null) {
|
|
21515
|
-
a.
|
|
21516
|
-
}
|
|
21517
|
-
if (c.o != null) {
|
|
21518
|
-
a.p = c.q;
|
|
21518
|
+
a.p = c.s;
|
|
21519
21519
|
}
|
|
21520
21520
|
}
|
|
21521
21521
|
return a;
|
|
@@ -22781,7 +22781,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22781
22781
|
this.di();
|
|
22782
22782
|
break;
|
|
22783
22783
|
case "Value":
|
|
22784
|
-
if (+(this.value) != +(dateMinValue())) {
|
|
22784
|
+
if (+(dateGetDate(this.value)) != +(dateGetDate(dateMinValue()))) {
|
|
22785
22785
|
if (dateGetDate(this.value) < dateGetDate(this.a9) || dateGetDate(this.value) > dateGetDate(this.a8)) {
|
|
22786
22786
|
this.ai = true;
|
|
22787
22787
|
this.value = this.a5;
|
|
@@ -22791,7 +22791,12 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22791
22791
|
this.db(this.a5, this.value);
|
|
22792
22792
|
this.a5 = this.value;
|
|
22793
22793
|
if (this.c != null) {
|
|
22794
|
-
this.
|
|
22794
|
+
if (+(dateGetDate(this.value)) == +(dateGetDate(dateMinValue()))) {
|
|
22795
|
+
this.c.value = dateMinValue();
|
|
22796
|
+
}
|
|
22797
|
+
else {
|
|
22798
|
+
this.c.value = this.value;
|
|
22799
|
+
}
|
|
22795
22800
|
}
|
|
22796
22801
|
break;
|
|
22797
22802
|
case "Label":
|
|
@@ -23286,7 +23291,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23286
23291
|
};
|
|
23287
23292
|
DatePicker.prototype.dl = function () {
|
|
23288
23293
|
if (this.o != null) {
|
|
23289
|
-
if (+(this.a7) != +(dateMinValue())) {
|
|
23294
|
+
if (+(dateGetDate(this.a7)) != +(dateGetDate(dateMinValue()))) {
|
|
23290
23295
|
var a = "";
|
|
23291
23296
|
if (this.by == null) {
|
|
23292
23297
|
a = this.a.i(this.value);
|
|
@@ -23494,7 +23499,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23494
23499
|
this.u = new Popup();
|
|
23495
23500
|
this.u.aq = this.aw;
|
|
23496
23501
|
this.u.ax = this.a2;
|
|
23497
|
-
this.u.
|
|
23502
|
+
this.u.cy = BrushUtil.h(255, 255, 255, 255);
|
|
23498
23503
|
this.u.a8 = 150;
|
|
23499
23504
|
this.h.at(this.u);
|
|
23500
23505
|
this.c = new XCalendar();
|
|
@@ -23572,7 +23577,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23572
23577
|
};
|
|
23573
23578
|
DatePicker.prototype.dj = function (a, b) {
|
|
23574
23579
|
if (this.ax) {
|
|
23575
|
-
this.u.
|
|
23580
|
+
this.u.cp(this.h.d.rootWrapper.getNativeElement(), a, b);
|
|
23576
23581
|
}
|
|
23577
23582
|
else {
|
|
23578
23583
|
var c = this.h.a0(true);
|
|
@@ -23594,20 +23599,20 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23594
23599
|
if (f < 0) {
|
|
23595
23600
|
if (this.u.r != 1) {
|
|
23596
23601
|
this.u.r = 1;
|
|
23597
|
-
this.u.
|
|
23602
|
+
this.u.b9(b);
|
|
23598
23603
|
}
|
|
23599
23604
|
}
|
|
23600
23605
|
else {
|
|
23601
23606
|
if (this.u.r != 2) {
|
|
23602
23607
|
this.u.r = 2;
|
|
23603
|
-
this.u.
|
|
23608
|
+
this.u.b9(b);
|
|
23604
23609
|
}
|
|
23605
23610
|
}
|
|
23606
23611
|
}
|
|
23607
23612
|
else {
|
|
23608
23613
|
if (this.u.r != 1) {
|
|
23609
23614
|
this.u.r = 1;
|
|
23610
|
-
this.u.
|
|
23615
|
+
this.u.b9(b);
|
|
23611
23616
|
}
|
|
23612
23617
|
}
|
|
23613
23618
|
}
|
|
@@ -23615,7 +23620,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23615
23620
|
DatePicker.prototype.cq = function () {
|
|
23616
23621
|
var _this = this;
|
|
23617
23622
|
if (this.u != null) {
|
|
23618
|
-
window.setTimeout(function () { return _this.u.
|
|
23623
|
+
window.setTimeout(function () { return _this.u.b5(); }, 0);
|
|
23619
23624
|
}
|
|
23620
23625
|
if (this.c != null) {
|
|
23621
23626
|
this.c.cy();
|
|
@@ -23694,30 +23699,30 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23694
23699
|
a.a = this.c.bj();
|
|
23695
23700
|
if (this.ad != null) {
|
|
23696
23701
|
var b = this.ad;
|
|
23697
|
-
if (this.h != null && b.
|
|
23702
|
+
if (this.h != null && b.p == null) {
|
|
23698
23703
|
var c = this.h.d;
|
|
23699
23704
|
var d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
23700
|
-
b.
|
|
23701
|
-
b.
|
|
23702
|
-
b.o = d.o;
|
|
23705
|
+
b.p = d.p;
|
|
23706
|
+
b.e = d.e;
|
|
23703
23707
|
b.q = d.q;
|
|
23704
|
-
b.r = d.r;
|
|
23705
23708
|
b.s = d.s;
|
|
23709
|
+
b.t = d.t;
|
|
23710
|
+
b.u = d.u;
|
|
23706
23711
|
}
|
|
23707
|
-
if (b.
|
|
23708
|
-
a.h = b.
|
|
23712
|
+
if (b.p != null) {
|
|
23713
|
+
a.h = b.p;
|
|
23709
23714
|
}
|
|
23710
|
-
if (!isNaN_(b.
|
|
23711
|
-
a.f = b.
|
|
23715
|
+
if (!isNaN_(b.e)) {
|
|
23716
|
+
a.f = b.e;
|
|
23717
|
+
}
|
|
23718
|
+
if (b.u != null) {
|
|
23719
|
+
a.l = b.u;
|
|
23712
23720
|
}
|
|
23713
23721
|
if (b.s != null) {
|
|
23714
|
-
a.
|
|
23722
|
+
a.j = b.s;
|
|
23715
23723
|
}
|
|
23716
23724
|
if (b.q != null) {
|
|
23717
|
-
a.
|
|
23718
|
-
}
|
|
23719
|
-
if (b.o != null) {
|
|
23720
|
-
a.i = b.q;
|
|
23725
|
+
a.i = b.s;
|
|
23721
23726
|
}
|
|
23722
23727
|
}
|
|
23723
23728
|
return a;
|
|
@@ -26129,7 +26134,12 @@ var IgxXInputGroupInputCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
26129
26134
|
if (!ext) {
|
|
26130
26135
|
ext = IgxXInputGroupItemComponent._createFromInternal(int);
|
|
26131
26136
|
if (ext) {
|
|
26132
|
-
ext._implementation
|
|
26137
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
26138
|
+
ext._implementation.setNativeElement(int);
|
|
26139
|
+
}
|
|
26140
|
+
else {
|
|
26141
|
+
ext._implementation = int;
|
|
26142
|
+
}
|
|
26133
26143
|
}
|
|
26134
26144
|
}
|
|
26135
26145
|
return ext;
|
|
@@ -33117,7 +33127,12 @@ var IgxXButtonGroupButtonCollection = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
33117
33127
|
if (!ext) {
|
|
33118
33128
|
ext = IgxXButtonComponent._createFromInternal(int);
|
|
33119
33129
|
if (ext) {
|
|
33120
|
-
ext._implementation
|
|
33130
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
33131
|
+
ext._implementation.setNativeElement(int);
|
|
33132
|
+
}
|
|
33133
|
+
else {
|
|
33134
|
+
ext._implementation = int;
|
|
33135
|
+
}
|
|
33121
33136
|
}
|
|
33122
33137
|
}
|
|
33123
33138
|
return ext;
|
|
@@ -35767,7 +35782,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35767
35782
|
case 25: return c.al;
|
|
35768
35783
|
case 26: return c.a8;
|
|
35769
35784
|
case 17: return c.a0;
|
|
35770
|
-
case 23: return c.
|
|
35785
|
+
case 23: return c.cy;
|
|
35771
35786
|
case 35: switch (c.p) {
|
|
35772
35787
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
35773
35788
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
@@ -35780,7 +35795,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35780
35795
|
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
35781
35796
|
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
35782
35797
|
}
|
|
35783
|
-
case 42: return c.
|
|
35798
|
+
case 42: return c.c2;
|
|
35784
35799
|
case 39: return c.an;
|
|
35785
35800
|
case 61: return c.a3;
|
|
35786
35801
|
}
|
|
@@ -35799,7 +35814,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35799
35814
|
d.a0 = c;
|
|
35800
35815
|
break;
|
|
35801
35816
|
case 23:
|
|
35802
|
-
d.
|
|
35817
|
+
d.cy = c;
|
|
35803
35818
|
break;
|
|
35804
35819
|
case 35:
|
|
35805
35820
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
@@ -35824,7 +35839,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35824
35839
|
d.at = c;
|
|
35825
35840
|
break;
|
|
35826
35841
|
case 42:
|
|
35827
|
-
d.
|
|
35842
|
+
d.c2 = c;
|
|
35828
35843
|
break;
|
|
35829
35844
|
case 43:
|
|
35830
35845
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
@@ -35849,13 +35864,13 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35849
35864
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
35850
35865
|
};
|
|
35851
35866
|
XPopupBridge.prototype.close = function (a) {
|
|
35852
|
-
a.
|
|
35867
|
+
a.b5();
|
|
35853
35868
|
};
|
|
35854
35869
|
XPopupBridge.prototype.notifyContentSizeChanged = function (a) {
|
|
35855
|
-
a.
|
|
35870
|
+
a.b8();
|
|
35856
35871
|
};
|
|
35857
35872
|
XPopupBridge.prototype.notifyExclusionRectChanged = function (a, b) {
|
|
35858
|
-
a.
|
|
35873
|
+
a.b9(b);
|
|
35859
35874
|
};
|
|
35860
35875
|
XPopupBridge.prototype.v = function (a) {
|
|
35861
35876
|
switch (a) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-inputs",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0",
|
|
4
4
|
"description": "Ignite UI Angular input components for building rich data visualizations for modern web apps.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-inputs",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@angular/common": "^17.0.0",
|
|
18
18
|
"@angular/compiler": "^17.0.0",
|
|
19
19
|
"@angular/core": "^17.0.0",
|
|
20
|
-
"igniteui-angular-core": "17.
|
|
20
|
+
"igniteui-angular-core": "17.3.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-inputs.d.ts",
|