igniteui-angular-inputs 17.0.0 → 17.2.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.
@@ -353,7 +353,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
353
353
  _this.s = false;
354
354
  _this.ag = false;
355
355
  _this.c6 = null;
356
- _this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.g(0, 0, 0, 0), BrushUtil.g(0, 0, 0, 0));
356
+ _this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.h(0, 0, 0, 0), BrushUtil.h(0, 0, 0, 0));
357
357
  _this.c3 = null;
358
358
  _this.c5 = null;
359
359
  _this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
@@ -1045,10 +1045,10 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1045
1045
  XCheckbox.prototype.cp = function () {
1046
1046
  this.ck();
1047
1047
  if (this.checked) {
1048
- this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.c8, 0.1));
1048
+ this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
1049
1049
  }
1050
1050
  else {
1051
- this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
1051
+ this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
1052
1052
  }
1053
1053
  };
1054
1054
  Object.defineProperty(XCheckbox.prototype, "a", {
@@ -1108,10 +1108,10 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1108
1108
  c = -1;
1109
1109
  }
1110
1110
  if (b) {
1111
- this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.c8, 0.1));
1111
+ this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
1112
1112
  }
1113
1113
  else {
1114
- this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
1114
+ this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
1115
1115
  }
1116
1116
  if (!this.indeterminate) {
1117
1117
  NativeUI.af(this.view.t, null);
@@ -1236,11 +1236,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1236
1236
  XCheckbox.g = ThemeResolver.a(((function () {
1237
1237
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1238
1238
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1239
- $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 153, 153, 153));
1240
- $ret.addItem("CheckedBorderColor", BrushUtil.g(138, 33, 150, 243));
1241
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
1242
- $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 33, 150, 243));
1243
- $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
1239
+ $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 153, 153, 153));
1240
+ $ret.addItem("CheckedBorderColor", BrushUtil.h(138, 33, 150, 243));
1241
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1242
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 33, 150, 243));
1243
+ $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1244
1244
  $ret.addItem("TickStrokeWidth", 3);
1245
1245
  $ret.addItem("BorderWidth", NaN);
1246
1246
  $ret.addItem("CornerRadius", 2);
@@ -1249,11 +1249,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1249
1249
  XCheckbox.h = ThemeResolver.a(((function () {
1250
1250
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1251
1251
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1252
- $ret.addItem("UncheckedBorderColor", BrushUtil.g(138, 0, 0, 0));
1253
- $ret.addItem("CheckedBorderColor", BrushUtil.g(138, 0, 0, 0));
1254
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
1255
- $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 228, 28, 119));
1256
- $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
1252
+ $ret.addItem("UncheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
1253
+ $ret.addItem("CheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
1254
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1255
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 228, 28, 119));
1256
+ $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1257
1257
  $ret.addItem("TickStrokeWidth", 3);
1258
1258
  $ret.addItem("BorderWidth", NaN);
1259
1259
  $ret.addItem("CornerRadius", 2);
@@ -1262,11 +1262,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1262
1262
  XCheckbox.j = ThemeResolver.a(((function () {
1263
1263
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1264
1264
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1265
- $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
1266
- $ret.addItem("CheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
1267
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
1268
- $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 105, 136, 255));
1269
- $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
1265
+ $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1266
+ $ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1267
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1268
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
1269
+ $ret.addItem("TickColor", BrushUtil.h(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.i = ThemeResolver.a(((function () {
1276
1276
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1277
1277
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1278
- $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
1279
- $ret.addItem("CheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
1280
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 55, 63, 86));
1281
- $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 105, 136, 255));
1282
- $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
1278
+ $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1279
+ $ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1280
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 55, 63, 86));
1281
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
1282
+ $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1283
1283
  $ret.addItem("TickStrokeWidth", 3);
1284
1284
  $ret.addItem("BorderWidth", NaN);
1285
1285
  $ret.addItem("CornerRadius", 2);