igniteui-angular-inputs 21.0.0 → 21.0.1
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 +3640 -3311
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2036 -1743
- package/esm2015/lib/CalendarView_combined.js +157 -157
- package/esm2015/lib/CheckboxView_combined.js +39 -39
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +209 -209
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +53 -45
- package/esm2015/lib/XButtonGroupBridge.js +13 -9
- package/esm2015/lib/XIconButtonBridge.js +2 -2
- package/esm2015/lib/igx-x-button-component.js +399 -399
- package/esm2015/lib/igx-x-button-group-component.js +124 -124
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1950 -1657
- package/esm5/lib/CalendarView_combined.js +157 -157
- package/esm5/lib/CheckboxView_combined.js +39 -39
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +209 -209
- package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +53 -45
- package/esm5/lib/XButtonGroupBridge.js +13 -9
- package/esm5/lib/XIconButtonBridge.js +2 -2
- package/esm5/lib/igx-x-button-component.js +399 -399
- package/esm5/lib/igx-x-button-group-component.js +124 -124
- package/fesm2015/igniteui-angular-inputs.js +3743 -3414
- package/fesm5/igniteui-angular-inputs.js +3641 -3312
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/ThemeResolver.d.ts +18 -15
- package/package.json +2 -2
|
@@ -369,31 +369,31 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
369
369
|
_this.s = false;
|
|
370
370
|
_this.ag = false;
|
|
371
371
|
_this.c6 = null;
|
|
372
|
-
_this.c1 = ThemeResolver.
|
|
372
|
+
_this.c1 = ThemeResolver.aj(XCheckbox.m, BrushUtil.l(0, 0, 0, 0), BrushUtil.l(0, 0, 0, 0));
|
|
373
373
|
_this.c3 = null;
|
|
374
374
|
_this.c5 = null;
|
|
375
|
-
_this.c0 = ThemeResolver.
|
|
375
|
+
_this.c0 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "TickColor");
|
|
376
376
|
_this.c7 = null;
|
|
377
377
|
_this.c4 = null;
|
|
378
378
|
_this.bv = XCheckbox.k.v(XCheckbox.m, "CheckPath");
|
|
379
|
-
_this.dj = XCheckbox.k.
|
|
380
|
-
_this.dg = XCheckbox.k.
|
|
379
|
+
_this.dj = XCheckbox.k.ag(XCheckbox.m, "UncheckedBorderColor");
|
|
380
|
+
_this.dg = XCheckbox.k.ag(XCheckbox.m, "CheckedBorderColor");
|
|
381
381
|
_this.as = XCheckbox.k.j(XCheckbox.m, "BorderWidth");
|
|
382
|
-
_this.df = XCheckbox.k.
|
|
382
|
+
_this.df = XCheckbox.k.ag(XCheckbox.m, "CheckedBackgroundColor");
|
|
383
383
|
_this.at = XCheckbox.k.j(XCheckbox.m, "CornerRadius");
|
|
384
|
-
_this.dh = XCheckbox.k.
|
|
384
|
+
_this.dh = XCheckbox.k.ag(XCheckbox.m, "TickColor");
|
|
385
385
|
_this.au = XCheckbox.k.j(XCheckbox.m, "TickStrokeWidth");
|
|
386
|
-
_this.di = XCheckbox.k.
|
|
386
|
+
_this.di = XCheckbox.k.ag(XCheckbox.m, "UncheckedBackgroundColor");
|
|
387
387
|
_this.a5 = ThemeResolver.x(XCheckbox.m, XCheckbox.k, "CheckPath");
|
|
388
|
-
_this.c2 = ThemeResolver.
|
|
389
|
-
_this.cz = ThemeResolver.
|
|
388
|
+
_this.c2 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "UncheckedBorderColor");
|
|
389
|
+
_this.cz = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBorderColor");
|
|
390
390
|
_this.ak = NaN;
|
|
391
391
|
_this.ah = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "BorderWidth");
|
|
392
392
|
_this.al = NaN;
|
|
393
393
|
_this.am = NaN;
|
|
394
394
|
_this.aj = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "TickStrokeWidth");
|
|
395
395
|
_this.ai = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "CornerRadius");
|
|
396
|
-
_this.cy = ThemeResolver.
|
|
396
|
+
_this.cy = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBackgroundColor");
|
|
397
397
|
_this.a9 = "ig-native-checkbox-" + XCheckbox.a1++;
|
|
398
398
|
_this.a8 = "ig-checkbox-" + XCheckbox.a0++;
|
|
399
399
|
_this.ba = null;
|
|
@@ -679,14 +679,14 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
679
679
|
});
|
|
680
680
|
XCheckbox.prototype.cx = function (a) {
|
|
681
681
|
this.bv = XCheckbox.k.v(a, "CheckPath");
|
|
682
|
-
this.dj = XCheckbox.k.
|
|
683
|
-
this.dg = XCheckbox.k.
|
|
682
|
+
this.dj = XCheckbox.k.ag(a, "UncheckedBorderColor");
|
|
683
|
+
this.dg = XCheckbox.k.ag(a, "CheckedBorderColor");
|
|
684
684
|
this.as = XCheckbox.k.j(a, "BorderWidth");
|
|
685
|
-
this.df = XCheckbox.k.
|
|
685
|
+
this.df = XCheckbox.k.ag(a, "CheckedBackgroundColor");
|
|
686
686
|
this.at = XCheckbox.k.j(a, "CornerRadius");
|
|
687
|
-
this.dh = XCheckbox.k.
|
|
687
|
+
this.dh = XCheckbox.k.ag(a, "TickColor");
|
|
688
688
|
this.au = XCheckbox.k.j(a, "TickStrokeWidth");
|
|
689
|
-
this.di = XCheckbox.k.
|
|
689
|
+
this.di = XCheckbox.k.ag(a, "UncheckedBackgroundColor");
|
|
690
690
|
};
|
|
691
691
|
Object.defineProperty(XCheckbox.prototype, "bf", {
|
|
692
692
|
get: function () {
|
|
@@ -1063,10 +1063,10 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1063
1063
|
XCheckbox.prototype.cp = function () {
|
|
1064
1064
|
this.ck();
|
|
1065
1065
|
if (this.checked) {
|
|
1066
|
-
this.view.al(BrushUtil.
|
|
1066
|
+
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
|
|
1067
1067
|
}
|
|
1068
1068
|
else {
|
|
1069
|
-
this.view.al(BrushUtil.
|
|
1069
|
+
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
|
|
1070
1070
|
}
|
|
1071
1071
|
};
|
|
1072
1072
|
Object.defineProperty(XCheckbox.prototype, "a", {
|
|
@@ -1126,10 +1126,10 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1126
1126
|
c = -1;
|
|
1127
1127
|
}
|
|
1128
1128
|
if (b) {
|
|
1129
|
-
this.view.al(BrushUtil.
|
|
1129
|
+
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
|
|
1130
1130
|
}
|
|
1131
1131
|
else {
|
|
1132
|
-
this.view.al(BrushUtil.
|
|
1132
|
+
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
|
|
1133
1133
|
}
|
|
1134
1134
|
if (!this.indeterminate) {
|
|
1135
1135
|
NativeUI.af(this.view.v, null);
|
|
@@ -1262,11 +1262,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1262
1262
|
XCheckbox.g = ThemeResolver.a(((function () {
|
|
1263
1263
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1264
1264
|
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
1265
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1266
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1267
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1268
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1269
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1265
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 153, 153, 153));
|
|
1266
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.l(138, 33, 150, 243));
|
|
1267
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
|
|
1268
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
1269
|
+
$ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
|
|
1270
1270
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1271
1271
|
$ret.addItem("BorderWidth", NaN);
|
|
1272
1272
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1275,11 +1275,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1275
1275
|
XCheckbox.h = ThemeResolver.a(((function () {
|
|
1276
1276
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1277
1277
|
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
1278
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1279
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1280
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1281
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1282
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1278
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
1279
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
1280
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
|
|
1281
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 228, 28, 119));
|
|
1282
|
+
$ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
|
|
1283
1283
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1284
1284
|
$ret.addItem("BorderWidth", NaN);
|
|
1285
1285
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1288,11 +1288,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1288
1288
|
XCheckbox.j = ThemeResolver.a(((function () {
|
|
1289
1289
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1290
1290
|
$ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
|
|
1291
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1292
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1293
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1294
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1295
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1291
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
1292
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
1293
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
|
|
1294
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
|
|
1295
|
+
$ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
|
|
1296
1296
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1297
1297
|
$ret.addItem("BorderWidth", 1);
|
|
1298
1298
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1301,11 +1301,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1301
1301
|
XCheckbox.i = ThemeResolver.a(((function () {
|
|
1302
1302
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1303
1303
|
$ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
|
|
1304
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1305
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1306
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1307
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1308
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1304
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
1305
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
1306
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 55, 63, 86));
|
|
1307
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
|
|
1308
|
+
$ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
|
|
1309
1309
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1310
1310
|
$ret.addItem("BorderWidth", 1);
|
|
1311
1311
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -379,7 +379,7 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
379
379
|
_this.a8 = dateMinValue();
|
|
380
380
|
_this.a7 = dateMinValue();
|
|
381
381
|
_this.bk = "";
|
|
382
|
-
_this.du = BrushUtil.
|
|
382
|
+
_this.du = BrushUtil.l(255, 24, 29, 31);
|
|
383
383
|
_this.z = null;
|
|
384
384
|
_this.bm = "";
|
|
385
385
|
_this.a5 = dateMinValue();
|
|
@@ -387,8 +387,8 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
387
387
|
_this.x = 2;
|
|
388
388
|
_this.v = 1;
|
|
389
389
|
_this.aa = null;
|
|
390
|
-
_this.dv = BrushUtil.
|
|
391
|
-
_this.dt = BrushUtil.
|
|
390
|
+
_this.dv = BrushUtil.l(255, 24, 29, 31);
|
|
391
|
+
_this.dt = BrushUtil.l(255, 163, 172, 184);
|
|
392
392
|
_this.ao = true;
|
|
393
393
|
_this.ap = false;
|
|
394
394
|
_this.ag = true;
|
|
@@ -1578,7 +1578,7 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1578
1578
|
this.u = new Popup();
|
|
1579
1579
|
this.u.ar = this.aw;
|
|
1580
1580
|
this.u.ay = this.a3;
|
|
1581
|
-
this.u.c0 = BrushUtil.
|
|
1581
|
+
this.u.c0 = BrushUtil.l(255, 255, 255, 255);
|
|
1582
1582
|
this.u.a9 = 150;
|
|
1583
1583
|
this.h.at(this.u);
|
|
1584
1584
|
this.c = new XCalendar();
|