igniteui-angular-inputs 21.0.0 → 21.0.1-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 (36) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +3640 -3311
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +642 -628
  4. package/esm2015/lib/ButtonView_combined.js +2036 -1743
  5. package/esm2015/lib/CalendarView_combined.js +157 -157
  6. package/esm2015/lib/CheckboxView_combined.js +39 -39
  7. package/esm2015/lib/DatePickerView_combined.js +4 -4
  8. package/esm2015/lib/InputGroupView_combined.js +209 -209
  9. package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
  10. package/esm2015/lib/RippleView_combined.js +2 -2
  11. package/esm2015/lib/ThemeResolver.js +38 -22
  12. package/esm2015/lib/XButtonBridge.js +53 -45
  13. package/esm2015/lib/XButtonGroupBridge.js +13 -9
  14. package/esm2015/lib/XIconButtonBridge.js +2 -2
  15. package/esm2015/lib/igx-x-button-component.js +399 -399
  16. package/esm2015/lib/igx-x-button-group-component.js +124 -124
  17. package/esm5/lib/ButtonGroupView_combined.js +620 -606
  18. package/esm5/lib/ButtonView_combined.js +1950 -1657
  19. package/esm5/lib/CalendarView_combined.js +157 -157
  20. package/esm5/lib/CheckboxView_combined.js +39 -39
  21. package/esm5/lib/DatePickerView_combined.js +4 -4
  22. package/esm5/lib/InputGroupView_combined.js +209 -209
  23. package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
  24. package/esm5/lib/RippleView_combined.js +2 -2
  25. package/esm5/lib/ThemeResolver.js +38 -22
  26. package/esm5/lib/XButtonBridge.js +53 -45
  27. package/esm5/lib/XButtonGroupBridge.js +13 -9
  28. package/esm5/lib/XIconButtonBridge.js +2 -2
  29. package/esm5/lib/igx-x-button-component.js +399 -399
  30. package/esm5/lib/igx-x-button-group-component.js +124 -124
  31. package/fesm2015/igniteui-angular-inputs.js +3743 -3414
  32. package/fesm5/igniteui-angular-inputs.js +3641 -3312
  33. package/lib/ButtonGroupView_combined.d.ts +181 -179
  34. package/lib/ButtonView_combined.d.ts +479 -478
  35. package/lib/ThemeResolver.d.ts +18 -15
  36. package/package.json +2 -2
@@ -317,31 +317,31 @@ export let XCheckbox = /*@__PURE__*/ (() => {
317
317
  this.s = false;
318
318
  this.ag = false;
319
319
  this.c6 = null;
320
- this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.j(0, 0, 0, 0), BrushUtil.j(0, 0, 0, 0));
320
+ this.c1 = ThemeResolver.aj(XCheckbox.m, BrushUtil.l(0, 0, 0, 0), BrushUtil.l(0, 0, 0, 0));
321
321
  this.c3 = null;
322
322
  this.c5 = null;
323
- this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
323
+ this.c0 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "TickColor");
324
324
  this.c7 = null;
325
325
  this.c4 = null;
326
326
  this.bv = XCheckbox.k.v(XCheckbox.m, "CheckPath");
327
- this.dj = XCheckbox.k.ae(XCheckbox.m, "UncheckedBorderColor");
328
- this.dg = XCheckbox.k.ae(XCheckbox.m, "CheckedBorderColor");
327
+ this.dj = XCheckbox.k.ag(XCheckbox.m, "UncheckedBorderColor");
328
+ this.dg = XCheckbox.k.ag(XCheckbox.m, "CheckedBorderColor");
329
329
  this.as = XCheckbox.k.j(XCheckbox.m, "BorderWidth");
330
- this.df = XCheckbox.k.ae(XCheckbox.m, "CheckedBackgroundColor");
330
+ this.df = XCheckbox.k.ag(XCheckbox.m, "CheckedBackgroundColor");
331
331
  this.at = XCheckbox.k.j(XCheckbox.m, "CornerRadius");
332
- this.dh = XCheckbox.k.ae(XCheckbox.m, "TickColor");
332
+ this.dh = XCheckbox.k.ag(XCheckbox.m, "TickColor");
333
333
  this.au = XCheckbox.k.j(XCheckbox.m, "TickStrokeWidth");
334
- this.di = XCheckbox.k.ae(XCheckbox.m, "UncheckedBackgroundColor");
334
+ this.di = XCheckbox.k.ag(XCheckbox.m, "UncheckedBackgroundColor");
335
335
  this.a5 = ThemeResolver.x(XCheckbox.m, XCheckbox.k, "CheckPath");
336
- this.c2 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "UncheckedBorderColor");
337
- this.cz = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "CheckedBorderColor");
336
+ this.c2 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "UncheckedBorderColor");
337
+ this.cz = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBorderColor");
338
338
  this.ak = NaN;
339
339
  this.ah = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "BorderWidth");
340
340
  this.al = NaN;
341
341
  this.am = NaN;
342
342
  this.aj = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "TickStrokeWidth");
343
343
  this.ai = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "CornerRadius");
344
- this.cy = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "CheckedBackgroundColor");
344
+ this.cy = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBackgroundColor");
345
345
  this.a9 = "ig-native-checkbox-" + XCheckbox.a1++;
346
346
  this.a8 = "ig-checkbox-" + XCheckbox.a0++;
347
347
  this.ba = null;
@@ -590,14 +590,14 @@ export let XCheckbox = /*@__PURE__*/ (() => {
590
590
  }
591
591
  cx(a) {
592
592
  this.bv = XCheckbox.k.v(a, "CheckPath");
593
- this.dj = XCheckbox.k.ae(a, "UncheckedBorderColor");
594
- this.dg = XCheckbox.k.ae(a, "CheckedBorderColor");
593
+ this.dj = XCheckbox.k.ag(a, "UncheckedBorderColor");
594
+ this.dg = XCheckbox.k.ag(a, "CheckedBorderColor");
595
595
  this.as = XCheckbox.k.j(a, "BorderWidth");
596
- this.df = XCheckbox.k.ae(a, "CheckedBackgroundColor");
596
+ this.df = XCheckbox.k.ag(a, "CheckedBackgroundColor");
597
597
  this.at = XCheckbox.k.j(a, "CornerRadius");
598
- this.dh = XCheckbox.k.ae(a, "TickColor");
598
+ this.dh = XCheckbox.k.ag(a, "TickColor");
599
599
  this.au = XCheckbox.k.j(a, "TickStrokeWidth");
600
- this.di = XCheckbox.k.ae(a, "UncheckedBackgroundColor");
600
+ this.di = XCheckbox.k.ag(a, "UncheckedBackgroundColor");
601
601
  }
602
602
  get bf() {
603
603
  return this.a5;
@@ -866,10 +866,10 @@ export let XCheckbox = /*@__PURE__*/ (() => {
866
866
  cp() {
867
867
  this.ck();
868
868
  if (this.checked) {
869
- this.view.al(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.c8, 0.1));
869
+ this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
870
870
  }
871
871
  else {
872
- this.view.al(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.dc, 0.1));
872
+ this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
873
873
  }
874
874
  }
875
875
  get a() {
@@ -924,10 +924,10 @@ export let XCheckbox = /*@__PURE__*/ (() => {
924
924
  c = -1;
925
925
  }
926
926
  if (b) {
927
- this.view.al(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.c8, 0.1));
927
+ this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
928
928
  }
929
929
  else {
930
- this.view.al(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.dc, 0.1));
930
+ this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
931
931
  }
932
932
  if (!this.indeterminate) {
933
933
  NativeUI.af(this.view.v, null);
@@ -1061,11 +1061,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
1061
1061
  XCheckbox.g = ThemeResolver.a(((() => {
1062
1062
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
1063
1063
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1064
- $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 153, 153, 153));
1065
- $ret.addItem("CheckedBorderColor", BrushUtil.j(138, 33, 150, 243));
1066
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1067
- $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 33, 150, 243));
1068
- $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1064
+ $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 153, 153, 153));
1065
+ $ret.addItem("CheckedBorderColor", BrushUtil.l(138, 33, 150, 243));
1066
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1067
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 33, 150, 243));
1068
+ $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1069
1069
  $ret.addItem("TickStrokeWidth", 3);
1070
1070
  $ret.addItem("BorderWidth", NaN);
1071
1071
  $ret.addItem("CornerRadius", 2);
@@ -1074,11 +1074,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
1074
1074
  XCheckbox.h = ThemeResolver.a(((() => {
1075
1075
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
1076
1076
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1077
- $ret.addItem("UncheckedBorderColor", BrushUtil.j(138, 0, 0, 0));
1078
- $ret.addItem("CheckedBorderColor", BrushUtil.j(138, 0, 0, 0));
1079
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1080
- $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 228, 28, 119));
1081
- $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1077
+ $ret.addItem("UncheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
1078
+ $ret.addItem("CheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
1079
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1080
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 228, 28, 119));
1081
+ $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1082
1082
  $ret.addItem("TickStrokeWidth", 3);
1083
1083
  $ret.addItem("BorderWidth", NaN);
1084
1084
  $ret.addItem("CornerRadius", 2);
@@ -1087,11 +1087,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
1087
1087
  XCheckbox.j = ThemeResolver.a(((() => {
1088
1088
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
1089
1089
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1090
- $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1091
- $ret.addItem("CheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1092
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1093
- $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 105, 136, 255));
1094
- $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1090
+ $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1091
+ $ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1092
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1093
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
1094
+ $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1095
1095
  $ret.addItem("TickStrokeWidth", 3);
1096
1096
  $ret.addItem("BorderWidth", 1);
1097
1097
  $ret.addItem("CornerRadius", 2);
@@ -1100,11 +1100,11 @@ export let XCheckbox = /*@__PURE__*/ (() => {
1100
1100
  XCheckbox.i = ThemeResolver.a(((() => {
1101
1101
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
1102
1102
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1103
- $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1104
- $ret.addItem("CheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1105
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 55, 63, 86));
1106
- $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 105, 136, 255));
1107
- $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1103
+ $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1104
+ $ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1105
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 55, 63, 86));
1106
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
1107
+ $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1108
1108
  $ret.addItem("TickStrokeWidth", 3);
1109
1109
  $ret.addItem("BorderWidth", 1);
1110
1110
  $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.j(255, 24, 29, 31);
376
+ this.du = BrushUtil.l(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.j(255, 24, 29, 31);
385
- this.dt = BrushUtil.j(255, 163, 172, 184);
384
+ this.dv = BrushUtil.l(255, 24, 29, 31);
385
+ this.dt = BrushUtil.l(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.j(255, 255, 255, 255);
1462
+ this.u.c0 = BrushUtil.l(255, 255, 255, 255);
1463
1463
  this.u.a9 = 150;
1464
1464
  this.h.at(this.u);
1465
1465
  this.c = new XCalendar();