igniteui-webcomponents-inputs 5.4.0 → 5.5.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.
@@ -308,7 +308,7 @@ export let XCheckbox = /*@__PURE__*/ (() => {
308
308
  this.s = false;
309
309
  this.ag = false;
310
310
  this.c6 = null;
311
- this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.h(0, 0, 0, 0), BrushUtil.h(0, 0, 0, 0));
311
+ this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.j(0, 0, 0, 0), BrushUtil.j(0, 0, 0, 0));
312
312
  this.c3 = null;
313
313
  this.c5 = null;
314
314
  this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
@@ -857,10 +857,10 @@ export let XCheckbox = /*@__PURE__*/ (() => {
857
857
  cp() {
858
858
  this.ck();
859
859
  if (this.checked) {
860
- this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
860
+ this.view.ak(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.c8, 0.1));
861
861
  }
862
862
  else {
863
- this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
863
+ this.view.ak(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.dc, 0.1));
864
864
  }
865
865
  }
866
866
  get a() {
@@ -915,10 +915,10 @@ export let XCheckbox = /*@__PURE__*/ (() => {
915
915
  c = -1;
916
916
  }
917
917
  if (b) {
918
- this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
918
+ this.view.ak(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.c8, 0.1));
919
919
  }
920
920
  else {
921
- this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
921
+ this.view.ak(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.dc, 0.1));
922
922
  }
923
923
  if (!this.indeterminate) {
924
924
  NativeUI.af(this.view.u, null);
@@ -1045,11 +1045,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
1045
1045
  XCheckbox.g = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
1046
1046
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
1047
1047
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1048
- $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 153, 153, 153));
1049
- $ret.addItem("CheckedBorderColor", BrushUtil.h(138, 33, 150, 243));
1050
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1051
- $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 33, 150, 243));
1052
- $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1048
+ $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 153, 153, 153));
1049
+ $ret.addItem("CheckedBorderColor", BrushUtil.j(138, 33, 150, 243));
1050
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1051
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 33, 150, 243));
1052
+ $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1053
1053
  $ret.addItem("TickStrokeWidth", 3);
1054
1054
  $ret.addItem("BorderWidth", NaN);
1055
1055
  $ret.addItem("CornerRadius", 2);
@@ -1058,11 +1058,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
1058
1058
  XCheckbox.h = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
1059
1059
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
1060
1060
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1061
- $ret.addItem("UncheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
1062
- $ret.addItem("CheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
1063
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1064
- $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 228, 28, 119));
1065
- $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1061
+ $ret.addItem("UncheckedBorderColor", BrushUtil.j(138, 0, 0, 0));
1062
+ $ret.addItem("CheckedBorderColor", BrushUtil.j(138, 0, 0, 0));
1063
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1064
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 228, 28, 119));
1065
+ $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1066
1066
  $ret.addItem("TickStrokeWidth", 3);
1067
1067
  $ret.addItem("BorderWidth", NaN);
1068
1068
  $ret.addItem("CornerRadius", 2);
@@ -1071,11 +1071,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
1071
1071
  XCheckbox.j = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
1072
1072
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
1073
1073
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1074
- $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1075
- $ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1076
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1077
- $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
1078
- $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1074
+ $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1075
+ $ret.addItem("CheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1076
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1077
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 105, 136, 255));
1078
+ $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1079
1079
  $ret.addItem("TickStrokeWidth", 3);
1080
1080
  $ret.addItem("BorderWidth", 1);
1081
1081
  $ret.addItem("CornerRadius", 2);
@@ -1084,11 +1084,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
1084
1084
  XCheckbox.i = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
1085
1085
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
1086
1086
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1087
- $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1088
- $ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1089
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 55, 63, 86));
1090
- $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
1091
- $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1087
+ $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1088
+ $ret.addItem("CheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1089
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 55, 63, 86));
1090
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 105, 136, 255));
1091
+ $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1092
1092
  $ret.addItem("TickStrokeWidth", 3);
1093
1093
  $ret.addItem("BorderWidth", 1);
1094
1094
  $ret.addItem("CornerRadius", 2);
@@ -373,7 +373,7 @@ export let XDatePicker = /*@__PURE__*/ (() => {
373
373
  this.a8 = dateMinValue();
374
374
  this.a7 = dateMinValue();
375
375
  this.bk = "";
376
- this.du = BrushUtil.h(255, 24, 29, 31);
376
+ this.du = BrushUtil.j(255, 24, 29, 31);
377
377
  this.z = null;
378
378
  this.bm = "";
379
379
  this.a5 = dateMinValue();
@@ -381,8 +381,8 @@ export let XDatePicker = /*@__PURE__*/ (() => {
381
381
  this.x = 2;
382
382
  this.v = 1;
383
383
  this.aa = null;
384
- this.dv = BrushUtil.h(255, 24, 29, 31);
385
- this.dt = BrushUtil.h(255, 163, 172, 184);
384
+ this.dv = BrushUtil.j(255, 24, 29, 31);
385
+ this.dt = BrushUtil.j(255, 163, 172, 184);
386
386
  this.ao = true;
387
387
  this.ap = false;
388
388
  this.ag = true;
@@ -1459,7 +1459,7 @@ export let XDatePicker = /*@__PURE__*/ (() => {
1459
1459
  this.u = new Popup();
1460
1460
  this.u.ar = this.aw;
1461
1461
  this.u.ay = this.a3;
1462
- this.u.c0 = BrushUtil.h(255, 255, 255, 255);
1462
+ this.u.c0 = BrushUtil.j(255, 255, 255, 255);
1463
1463
  this.u.a9 = 150;
1464
1464
  this.h.at(this.u);
1465
1465
  this.c = new XCalendar();