igniteui-webcomponents-inputs 4.3.3-beta.2 → 4.7.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 +369 -369
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +48 -48
- package/esm2015/lib/ButtonView_combined.js +172 -172
- package/esm2015/lib/CalendarView_combined.js +10 -10
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +108 -108
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ButtonGroupView_combined.js +48 -48
- package/esm5/lib/ButtonView_combined.js +172 -172
- package/esm5/lib/CalendarView_combined.js +10 -10
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +108 -108
- package/esm5/lib/RippleView_combined.js +2 -2
- package/fesm2015/igniteui-webcomponents-inputs.js +369 -369
- package/fesm5/igniteui-webcomponents-inputs.js +369 -369
- package/package.json +2 -2
|
@@ -305,7 +305,7 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
305
305
|
this.s = false;
|
|
306
306
|
this.ag = false;
|
|
307
307
|
this.c6 = null;
|
|
308
|
-
this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.
|
|
308
|
+
this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.h(0, 0, 0, 0), BrushUtil.h(0, 0, 0, 0));
|
|
309
309
|
this.c3 = null;
|
|
310
310
|
this.c5 = null;
|
|
311
311
|
this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
|
|
@@ -852,10 +852,10 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
852
852
|
cp() {
|
|
853
853
|
this.ck();
|
|
854
854
|
if (this.checked) {
|
|
855
|
-
this.view.aj(BrushUtil.
|
|
855
|
+
this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
|
|
856
856
|
}
|
|
857
857
|
else {
|
|
858
|
-
this.view.aj(BrushUtil.
|
|
858
|
+
this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
|
|
859
859
|
}
|
|
860
860
|
}
|
|
861
861
|
get a() {
|
|
@@ -910,10 +910,10 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
910
910
|
c = -1;
|
|
911
911
|
}
|
|
912
912
|
if (b) {
|
|
913
|
-
this.view.aj(BrushUtil.
|
|
913
|
+
this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
|
|
914
914
|
}
|
|
915
915
|
else {
|
|
916
|
-
this.view.aj(BrushUtil.
|
|
916
|
+
this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
|
|
917
917
|
}
|
|
918
918
|
if (!this.indeterminate) {
|
|
919
919
|
NativeUI.af(this.view.t, null);
|
|
@@ -1039,11 +1039,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
1039
1039
|
XCheckbox.g = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
1040
1040
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1041
1041
|
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
1042
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1043
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1044
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1045
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1046
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1042
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 153, 153, 153));
|
|
1043
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.h(138, 33, 150, 243));
|
|
1044
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
|
|
1045
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 33, 150, 243));
|
|
1046
|
+
$ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
|
|
1047
1047
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1048
1048
|
$ret.addItem("BorderWidth", NaN);
|
|
1049
1049
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1052,11 +1052,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
1052
1052
|
XCheckbox.h = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
1053
1053
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1054
1054
|
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
1055
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1056
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1057
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1058
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1059
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1055
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
1056
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
|
|
1057
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
|
|
1058
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 228, 28, 119));
|
|
1059
|
+
$ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
|
|
1060
1060
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1061
1061
|
$ret.addItem("BorderWidth", NaN);
|
|
1062
1062
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1065,11 +1065,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
1065
1065
|
XCheckbox.j = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
1066
1066
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1067
1067
|
$ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
|
|
1068
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1069
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1070
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1071
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1072
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1068
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
|
|
1069
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
|
|
1070
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
|
|
1071
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
|
|
1072
|
+
$ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
|
|
1073
1073
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1074
1074
|
$ret.addItem("BorderWidth", NaN);
|
|
1075
1075
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1078,11 +1078,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
1078
1078
|
XCheckbox.i = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
1079
1079
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1080
1080
|
$ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
|
|
1081
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1082
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1083
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1084
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1085
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1081
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
|
|
1082
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
|
|
1083
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 55, 63, 86));
|
|
1084
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
|
|
1085
|
+
$ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
|
|
1086
1086
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1087
1087
|
$ret.addItem("BorderWidth", NaN);
|
|
1088
1088
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -373,7 +373,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
373
373
|
this.a7 = dateMinValue();
|
|
374
374
|
this.a6 = dateMinValue();
|
|
375
375
|
this.bj = "";
|
|
376
|
-
this.dt = BrushUtil.
|
|
376
|
+
this.dt = BrushUtil.h(255, 24, 29, 31);
|
|
377
377
|
this.z = null;
|
|
378
378
|
this.bl = "";
|
|
379
379
|
this.a4 = dateMinValue();
|
|
@@ -381,8 +381,8 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
381
381
|
this.x = 2;
|
|
382
382
|
this.v = 1;
|
|
383
383
|
this.aa = null;
|
|
384
|
-
this.du = BrushUtil.
|
|
385
|
-
this.ds = BrushUtil.
|
|
384
|
+
this.du = BrushUtil.h(255, 24, 29, 31);
|
|
385
|
+
this.ds = BrushUtil.h(255, 163, 172, 184);
|
|
386
386
|
this.ao = true;
|
|
387
387
|
this.ap = false;
|
|
388
388
|
this.ag = true;
|
|
@@ -1451,7 +1451,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1451
1451
|
this.u = new Popup();
|
|
1452
1452
|
this.u.aq = this.aw;
|
|
1453
1453
|
this.u.ax = this.a2;
|
|
1454
|
-
this.u.cw = BrushUtil.
|
|
1454
|
+
this.u.cw = BrushUtil.h(255, 255, 255, 255);
|
|
1455
1455
|
this.u.a8 = 150;
|
|
1456
1456
|
this.h.at(this.u);
|
|
1457
1457
|
this.c = new XCalendar();
|