igniteui-angular-inputs 21.0.1-beta.0 → 21.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 (70) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +931 -765
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonView_combined.js +21 -21
  4. package/esm2015/lib/CalendarView_combined.js +3 -3
  5. package/esm2015/lib/CheckboxView_combined.js +23 -23
  6. package/esm2015/lib/IconView_combined.js +163 -163
  7. package/esm2015/lib/InputGroupView_combined.js +31 -31
  8. package/esm2015/lib/MultiSliderBridge.js +14 -14
  9. package/esm2015/lib/MultiSliderView_combined.js +17 -17
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +241 -222
  11. package/esm2015/lib/RippleView_combined.js +1 -1
  12. package/esm2015/lib/XButtonBridge.js +20 -20
  13. package/esm2015/lib/XButtonGroupBridge.js +8 -8
  14. package/esm2015/lib/XCheckboxBridge.js +8 -8
  15. package/esm2015/lib/XComponentBridge.js +4 -2
  16. package/esm2015/lib/XIconBridge.js +23 -23
  17. package/esm2015/lib/XIconButtonBridge.js +5 -5
  18. package/esm2015/lib/XInputBridge.js +18 -18
  19. package/esm2015/lib/XPopupBridge.js +28 -28
  20. package/esm2015/lib/igx-color-editor-component.js +3 -0
  21. package/esm2015/lib/igx-multi-slider-thumb-collection.js +7 -7
  22. package/esm2015/lib/igx-multi-slider-thumb-component.js +209 -0
  23. package/esm2015/lib/igx-multi-slider-thumb-dynamic-module.js +34 -0
  24. package/esm2015/lib/igx-multi-slider-thumb-module.js +27 -0
  25. package/esm2015/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  26. package/esm2015/lib/igx-multi-slider-track-thumb-range.js +5 -15
  27. package/esm2015/lib/igx-x-icon-component.js +10 -10
  28. package/esm2015/public_api.js +3 -1
  29. package/esm5/lib/ButtonView_combined.js +21 -21
  30. package/esm5/lib/CalendarView_combined.js +3 -3
  31. package/esm5/lib/CheckboxView_combined.js +23 -23
  32. package/esm5/lib/IconView_combined.js +158 -158
  33. package/esm5/lib/InputGroupView_combined.js +31 -31
  34. package/esm5/lib/MultiSliderBridge.js +14 -14
  35. package/esm5/lib/MultiSliderView_combined.js +17 -17
  36. package/esm5/lib/NativeUIXInputsFactory_combined.js +251 -224
  37. package/esm5/lib/RippleView_combined.js +1 -1
  38. package/esm5/lib/XButtonBridge.js +20 -20
  39. package/esm5/lib/XButtonGroupBridge.js +8 -8
  40. package/esm5/lib/XCheckboxBridge.js +8 -8
  41. package/esm5/lib/XComponentBridge.js +4 -2
  42. package/esm5/lib/XIconBridge.js +23 -23
  43. package/esm5/lib/XIconButtonBridge.js +5 -5
  44. package/esm5/lib/XInputBridge.js +18 -18
  45. package/esm5/lib/XPopupBridge.js +28 -28
  46. package/esm5/lib/igx-color-editor-component.js +3 -0
  47. package/esm5/lib/igx-multi-slider-thumb-collection.js +7 -7
  48. package/esm5/lib/igx-multi-slider-thumb-component.js +233 -0
  49. package/esm5/lib/igx-multi-slider-thumb-dynamic-module.js +33 -0
  50. package/esm5/lib/igx-multi-slider-thumb-module.js +28 -0
  51. package/esm5/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  52. package/esm5/lib/igx-multi-slider-track-thumb-range.js +5 -15
  53. package/esm5/lib/igx-x-icon-component.js +10 -10
  54. package/esm5/public_api.js +3 -1
  55. package/fesm2015/igniteui-angular-inputs.js +906 -749
  56. package/fesm5/igniteui-angular-inputs.js +929 -765
  57. package/lib/IconView_combined.d.ts +33 -34
  58. package/lib/MultiSliderView_combined.d.ts +1 -1
  59. package/lib/NativeUIXInputsFactory_combined.d.ts +18 -13
  60. package/lib/igx-multi-slider-thumb-collection.d.ts +4 -4
  61. package/lib/igx-multi-slider-thumb-component.d.ts +47 -0
  62. package/lib/igx-multi-slider-thumb-dynamic-module.d.ts +9 -0
  63. package/lib/igx-multi-slider-thumb-module.d.ts +8 -0
  64. package/lib/igx-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  65. package/lib/igx-multi-slider-track-thumb-range.d.ts +5 -5
  66. package/package.json +2 -2
  67. package/public_api.d.ts +3 -1
  68. package/esm2015/lib/igx-multi-slider-thumb.js +0 -111
  69. package/esm5/lib/igx-multi-slider-thumb.js +0 -134
  70. package/lib/igx-multi-slider-thumb.d.ts +0 -33
@@ -91,7 +91,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
91
91
  this.o.setStyleProperty("white-space", "no-wrap");
92
92
  this.o.setStyleProperty("color", "#000");
93
93
  this.o.setStyleProperty("background", this.c.nt._fill);
94
- NativeUI.o(this.o, this.c.k4);
94
+ NativeUI.p(this.o, this.c.k4);
95
95
  this.o.setAttribute("id", this.c.hz);
96
96
  this.ay();
97
97
  this.i.add(c.listen("change", runOn(this, this.aa)));
@@ -1161,10 +1161,10 @@ export let XButton = /*@__PURE__*/ (() => {
1161
1161
  if (a == null) {
1162
1162
  return;
1163
1163
  }
1164
- NativeUI.o(a, this.k4);
1165
- NativeUI.n(a, this.nu);
1164
+ NativeUI.p(a, this.k4);
1165
+ NativeUI.o(a, this.nu);
1166
1166
  if (!isNaN_(this.bk)) {
1167
- NativeUI.p(a, new Thickness(0, this.bk));
1167
+ NativeUI.q(a, new Thickness(0, this.bk));
1168
1168
  }
1169
1169
  if (this.disabled) {
1170
1170
  this.view.a0(this.cv, this.v);
@@ -1181,17 +1181,17 @@ export let XButton = /*@__PURE__*/ (() => {
1181
1181
  }
1182
1182
  }
1183
1183
  if (this.disabled) {
1184
- NativeUI.m(a, this.nv);
1184
+ NativeUI.n(a, this.nv);
1185
1185
  }
1186
1186
  else if (this.focused && this.a3) {
1187
- NativeUI.m(a, this.ny);
1187
+ NativeUI.n(a, this.ny);
1188
1188
  }
1189
1189
  else {
1190
1190
  if (this.a4 && !this.av) {
1191
- NativeUI.m(a, this.n0);
1191
+ NativeUI.n(a, this.n0);
1192
1192
  }
1193
1193
  else {
1194
- NativeUI.m(a, this.nt);
1194
+ NativeUI.n(a, this.nt);
1195
1195
  }
1196
1196
  }
1197
1197
  this.view.az(this.n3, BrushUtil.l(0, 0, 0, 0));
@@ -1199,21 +1199,21 @@ export let XButton = /*@__PURE__*/ (() => {
1199
1199
  this.view.a2(this.ab);
1200
1200
  }
1201
1201
  if (this.disabled) {
1202
- NativeUI.q(this.view.t, this.nx);
1203
1202
  NativeUI.r(this.view.t, this.nx);
1203
+ NativeUI.t(this.view.t, this.nx);
1204
1204
  }
1205
1205
  else if (this.focused && this.a3) {
1206
- NativeUI.q(this.view.t, this.nz);
1207
1206
  NativeUI.r(this.view.t, this.nz);
1207
+ NativeUI.t(this.view.t, this.nz);
1208
1208
  }
1209
1209
  else {
1210
1210
  if (this.a4 && !this.av) {
1211
- NativeUI.q(this.view.t, this.n1);
1212
1211
  NativeUI.r(this.view.t, this.n1);
1212
+ NativeUI.t(this.view.t, this.n1);
1213
1213
  }
1214
1214
  else {
1215
- NativeUI.q(this.view.t, this.n4);
1216
1215
  NativeUI.r(this.view.t, this.n4);
1216
+ NativeUI.t(this.view.t, this.n4);
1217
1217
  }
1218
1218
  }
1219
1219
  }
@@ -2963,16 +2963,16 @@ export let XButton = /*@__PURE__*/ (() => {
2963
2963
  c.p = e[1];
2964
2964
  c.h = this.o;
2965
2965
  c.i = this.r;
2966
- c.c = AppearanceHelper.a(NativeUI.ak(a));
2966
+ c.c = AppearanceHelper.a(NativeUI.an(a));
2967
2967
  c.g = AppearanceHelper.a(this.n5);
2968
2968
  c.d = AppearanceHelper.a(this.n2);
2969
2969
  c.a = AppearanceHelper.a(this.ns);
2970
2970
  c.u = this.cy;
2971
2971
  c.e = AppearanceHelper.a(this.n3);
2972
2972
  c.ag = this.k4;
2973
- c.b = AppearanceHelper.a(NativeUI.aj(a));
2973
+ c.b = AppearanceHelper.a(NativeUI.am(a));
2974
2974
  c.j = this.v;
2975
- c.f = AppearanceHelper.a(NativeUI.al(b));
2975
+ c.f = AppearanceHelper.a(NativeUI.ao(b));
2976
2976
  c.o = this.bk;
2977
2977
  c.x = this.f1;
2978
2978
  c.y = this.g5;
@@ -3342,9 +3342,9 @@ export let XButton = /*@__PURE__*/ (() => {
3342
3342
  })()));
3343
3343
  XButton.k = new Theme(1, ((() => {
3344
3344
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
3345
- $ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
3346
- $ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
3347
- $ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
3345
+ $ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
3346
+ $ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
3347
+ $ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
3348
3348
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
3349
3349
  return $ret;
3350
3350
  })()), ((() => {
@@ -3501,9 +3501,9 @@ export let XButton = /*@__PURE__*/ (() => {
3501
3501
  })()));
3502
3502
  XButton.j = new Theme(1, ((() => {
3503
3503
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
3504
- $ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
3505
- $ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
3506
- $ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
3504
+ $ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
3505
+ $ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
3506
+ $ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
3507
3507
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
3508
3508
  return $ret;
3509
3509
  })()), ((() => {
@@ -2725,7 +2725,7 @@ export let XCalendar = /*@__PURE__*/ (() => {
2725
2725
  m.d = n[1] - e;
2726
2726
  m.c = NativeUI.d(k._inner[l].parent());
2727
2727
  m.f = NativeUI.k(k._inner[l].parent());
2728
- m.b = AppearanceHelper.a(NativeUI.al(k._inner[l]));
2728
+ m.b = AppearanceHelper.a(NativeUI.ao(k._inner[l]));
2729
2729
  m.g = k._inner[l].getText();
2730
2730
  a.k.add(m);
2731
2731
  }
@@ -2738,8 +2738,8 @@ export let XCalendar = /*@__PURE__*/ (() => {
2738
2738
  q.d = r[1] - e;
2739
2739
  q.c = NativeUI.d(o._inner[p].parent());
2740
2740
  q.f = NativeUI.k(o._inner[p].parent());
2741
- q.b = AppearanceHelper.a(NativeUI.al(o._inner[p]));
2742
- q.a = AppearanceHelper.a(NativeUI.ak(o._inner[p]));
2741
+ q.b = AppearanceHelper.a(NativeUI.ao(o._inner[p]));
2742
+ q.a = AppearanceHelper.a(NativeUI.an(o._inner[p]));
2743
2743
  q.g = o._inner[p].getText();
2744
2744
  a.l.add(q);
2745
2745
  }
@@ -496,18 +496,18 @@ export let XCheckbox = /*@__PURE__*/ (() => {
496
496
  if (a == null || b == null) {
497
497
  return;
498
498
  }
499
- NativeUI.o(a, new CornerRadius(0, this.ao));
500
- NativeUI.o(b, new CornerRadius(0, this.ao));
499
+ NativeUI.p(a, new CornerRadius(0, this.ao));
500
+ NativeUI.p(b, new CornerRadius(0, this.ao));
501
501
  if (!isNaN_(this.an)) {
502
- NativeUI.p(b, new Thickness(0, this.an));
502
+ NativeUI.q(b, new Thickness(0, this.an));
503
503
  }
504
504
  if (this.checked) {
505
- NativeUI.m(a, this.c8);
506
- NativeUI.n(b, this.c9);
505
+ NativeUI.n(a, this.c8);
506
+ NativeUI.o(b, this.c9);
507
507
  }
508
508
  else {
509
- NativeUI.m(a, this.db);
510
- NativeUI.n(b, this.dc);
509
+ NativeUI.n(a, this.db);
510
+ NativeUI.o(b, this.dc);
511
511
  }
512
512
  }
513
513
  cw() {
@@ -515,8 +515,8 @@ export let XCheckbox = /*@__PURE__*/ (() => {
515
515
  if (a == null) {
516
516
  return;
517
517
  }
518
- NativeUI.aa(a, this.da);
519
- NativeUI.ad(a, this.ap);
518
+ NativeUI.ad(a, this.da);
519
+ NativeUI.ag(a, this.ap);
520
520
  }
521
521
  get dl() {
522
522
  return this.c6;
@@ -930,7 +930,7 @@ export let XCheckbox = /*@__PURE__*/ (() => {
930
930
  this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
931
931
  }
932
932
  if (!this.indeterminate) {
933
- NativeUI.af(this.view.v, null);
933
+ NativeUI.ai(this.view.v, null);
934
934
  }
935
935
  if (this.z || this.indeterminate || a) {
936
936
  let d = this.view.u;
@@ -949,23 +949,23 @@ export let XCheckbox = /*@__PURE__*/ (() => {
949
949
  $ret.j = -this.view.l();
950
950
  return $ret;
951
951
  })()));
952
- NativeUI.m(d, this.c8);
953
- NativeUI.n(e, this.c9);
954
- NativeUI.y(f, 1);
955
- NativeUI.ac(f, 41);
956
- NativeUI.af(f, g);
952
+ NativeUI.n(d, this.c8);
953
+ NativeUI.o(e, this.c9);
954
+ NativeUI.ab(f, 1);
955
+ NativeUI.af(f, 41);
956
+ NativeUI.ai(f, g);
957
957
  }
958
958
  else if (b) {
959
- NativeUI.m(d, this.c8);
960
- NativeUI.n(e, this.c9);
961
- NativeUI.y(f, 1);
962
- NativeUI.ac(f, 0);
959
+ NativeUI.n(d, this.c8);
960
+ NativeUI.o(e, this.c9);
961
+ NativeUI.ab(f, 1);
962
+ NativeUI.af(f, 0);
963
963
  }
964
964
  else {
965
- NativeUI.m(d, this.db);
966
- NativeUI.n(e, this.dc);
967
- NativeUI.y(f, 0);
968
- NativeUI.ac(f, 24);
965
+ NativeUI.n(d, this.db);
966
+ NativeUI.o(e, this.dc);
967
+ NativeUI.ab(f, 0);
968
+ NativeUI.af(f, 24);
969
969
  }
970
970
  if (this.o.playState == 1) {
971
971
  this.o.cancel();