igniteui-webcomponents-inputs 5.3.0 → 5.4.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +17 -7
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +2 -0
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +7 -7
- package/esm2015/lib/XPopupBridge.js +8 -0
- package/esm5/lib/ButtonView_combined.js +2 -0
- package/esm5/lib/NativeUIXInputsFactory_combined.js +7 -7
- package/esm5/lib/XPopupBridge.js +8 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +17 -7
- package/fesm5/igniteui-webcomponents-inputs.js +17 -7
- package/lib/XPopupBridge.d.ts +1 -0
- package/package.json +2 -2
|
@@ -2412,6 +2412,8 @@
|
|
|
2412
2412
|
this.view.ah();
|
|
2413
2413
|
break;
|
|
2414
2414
|
case "TabIndex":
|
|
2415
|
+
this.view.ax();
|
|
2416
|
+
break;
|
|
2415
2417
|
case "DisablePointer":
|
|
2416
2418
|
this.view.ax();
|
|
2417
2419
|
break;
|
|
@@ -37433,6 +37435,7 @@
|
|
|
37433
37435
|
case 42: return c.c4;
|
|
37434
37436
|
case 39: return c.ao;
|
|
37435
37437
|
case 62: return c.a4;
|
|
37438
|
+
case 108: return c.ay;
|
|
37436
37439
|
}
|
|
37437
37440
|
return _super.prototype.getValue.call(this, a, b);
|
|
37438
37441
|
};
|
|
@@ -37492,12 +37495,19 @@
|
|
|
37492
37495
|
case 62:
|
|
37493
37496
|
d.a4 = c;
|
|
37494
37497
|
break;
|
|
37498
|
+
case 108:
|
|
37499
|
+
d.ay = c;
|
|
37500
|
+
break;
|
|
37495
37501
|
}
|
|
37496
37502
|
_super.prototype.setValue.call(this, a, b, c);
|
|
37497
37503
|
};
|
|
37498
37504
|
XPopupBridge.prototype.showRelativeToExclusionRect = function (a, b, c, d) {
|
|
37499
37505
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
37500
37506
|
};
|
|
37507
|
+
XPopupBridge.prototype.showRelativeToTarget = function (a, b, c, d) {
|
|
37508
|
+
var e = b.an.getNativeElement();
|
|
37509
|
+
a.cr(e, this.v(c), this.u(d));
|
|
37510
|
+
};
|
|
37501
37511
|
XPopupBridge.prototype.close = function (a) {
|
|
37502
37512
|
a.b6();
|
|
37503
37513
|
};
|
|
@@ -38831,7 +38841,7 @@
|
|
|
38831
38841
|
ColorEditor.prototype.b4 = function (a) {
|
|
38832
38842
|
if (this.q != null) {
|
|
38833
38843
|
var b = this.q.be();
|
|
38834
|
-
this.r.
|
|
38844
|
+
this.r.ce(b);
|
|
38835
38845
|
}
|
|
38836
38846
|
};
|
|
38837
38847
|
ColorEditor.prototype.bg = function () {
|
|
@@ -38846,10 +38856,10 @@
|
|
|
38846
38856
|
b.bn(d);
|
|
38847
38857
|
d.bn(e);
|
|
38848
38858
|
_this.g.l(c);
|
|
38849
|
-
b.
|
|
38850
|
-
b.
|
|
38851
|
-
b.
|
|
38852
|
-
b.
|
|
38859
|
+
b.ch = igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
38860
|
+
b.ca = 150;
|
|
38861
|
+
b.b8 = 8;
|
|
38862
|
+
b.cb = 4;
|
|
38853
38863
|
b.b1 = true;
|
|
38854
38864
|
_this.q = c;
|
|
38855
38865
|
_this.q.c = _this.i;
|
|
@@ -38949,13 +38959,13 @@
|
|
|
38949
38959
|
ColorEditor.prototype.cb = function (a, b) {
|
|
38950
38960
|
{
|
|
38951
38961
|
var c = this.g.r(true);
|
|
38952
|
-
this.r.
|
|
38962
|
+
this.r.cf(c, a, b);
|
|
38953
38963
|
}
|
|
38954
38964
|
};
|
|
38955
38965
|
ColorEditor.prototype.bf = function () {
|
|
38956
38966
|
var _this = this;
|
|
38957
38967
|
if (this.r != null) {
|
|
38958
|
-
this.a.executeDelayed(function () { return _this.r.
|
|
38968
|
+
this.a.executeDelayed(function () { return _this.r.cc(); }, 0);
|
|
38959
38969
|
}
|
|
38960
38970
|
if (this.d != null) {
|
|
38961
38971
|
this.d.bg();
|