igniteui-angular-inputs 19.0.1 → 19.1.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.
Files changed (44) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +1075 -1003
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +48 -48
  4. package/esm2015/lib/ButtonView_combined.js +176 -174
  5. package/esm2015/lib/CalendarView_combined.js +10 -10
  6. package/esm2015/lib/CheckboxView_combined.js +25 -25
  7. package/esm2015/lib/DatePickerView_combined.js +6 -6
  8. package/esm2015/lib/IconView_combined.js +336 -288
  9. package/esm2015/lib/InputGroupView_combined.js +318 -311
  10. package/esm2015/lib/MultiSliderBridge.js +14 -14
  11. package/esm2015/lib/NativeUIXInputsFactory_combined.js +39 -39
  12. package/esm2015/lib/RippleView_combined.js +2 -2
  13. package/esm2015/lib/XButtonBridge.js +2 -2
  14. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  15. package/esm2015/lib/XComponentBridge.js +1 -1
  16. package/esm2015/lib/XIconBridge.js +5 -5
  17. package/esm2015/lib/XInputBridge.js +22 -22
  18. package/esm2015/lib/XPopupBridge.js +11 -3
  19. package/esm2015/lib/igx-x-icon-component.js +34 -34
  20. package/esm2015/lib/igx-x-label-component.js +40 -40
  21. package/esm5/lib/ButtonGroupView_combined.js +48 -48
  22. package/esm5/lib/ButtonView_combined.js +176 -174
  23. package/esm5/lib/CalendarView_combined.js +10 -10
  24. package/esm5/lib/CheckboxView_combined.js +25 -25
  25. package/esm5/lib/DatePickerView_combined.js +6 -6
  26. package/esm5/lib/IconView_combined.js +328 -272
  27. package/esm5/lib/InputGroupView_combined.js +311 -304
  28. package/esm5/lib/MultiSliderBridge.js +14 -14
  29. package/esm5/lib/NativeUIXInputsFactory_combined.js +39 -39
  30. package/esm5/lib/RippleView_combined.js +2 -2
  31. package/esm5/lib/XButtonBridge.js +2 -2
  32. package/esm5/lib/XButtonGroupBridge.js +2 -2
  33. package/esm5/lib/XComponentBridge.js +1 -1
  34. package/esm5/lib/XIconBridge.js +5 -5
  35. package/esm5/lib/XInputBridge.js +22 -22
  36. package/esm5/lib/XPopupBridge.js +11 -3
  37. package/esm5/lib/igx-x-icon-component.js +34 -34
  38. package/esm5/lib/igx-x-label-component.js +40 -40
  39. package/fesm2015/igniteui-angular-inputs.js +1091 -1027
  40. package/fesm5/igniteui-angular-inputs.js +1076 -1004
  41. package/lib/IconView_combined.d.ts +94 -84
  42. package/lib/InputGroupView_combined.d.ts +75 -74
  43. package/lib/XPopupBridge.d.ts +1 -0
  44. package/package.json +2 -2
@@ -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 = ThemeResolver.a(((() => {
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 = ThemeResolver.a(((() => {
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 = ThemeResolver.a(((() => {
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 = ThemeResolver.a(((() => {
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;
@@ -991,7 +991,7 @@ export let XDatePicker = /*@__PURE__*/ (() => {
991
991
  this.n.fill = this.dw;
992
992
  }
993
993
  if (this.r != null) {
994
- this.r.di = this.dx;
994
+ this.r.dj = this.dx;
995
995
  this.r.y = this.ac;
996
996
  }
997
997
  }
@@ -1012,7 +1012,7 @@ export let XDatePicker = /*@__PURE__*/ (() => {
1012
1012
  this.q.t = this.y;
1013
1013
  this.r = new XLabel();
1014
1014
  this.h.as(this.r);
1015
- this.r.di = this.dx;
1015
+ this.r.dj = this.dx;
1016
1016
  this.r.y = this.ac;
1017
1017
  this.q.appendContentChild(this.h.v());
1018
1018
  if (this.b4 != null && this.b4 != "") {
@@ -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();