igniteui-webcomponents-inputs 7.1.0-alpha.1 → 7.1.0-alpha.3

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 (64) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +636 -467
  2. package/bundles/igniteui-webcomponents-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 +10 -10
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +38 -38
  11. package/esm2015/lib/RippleView_combined.js +1 -1
  12. package/esm2015/lib/XButtonBridge.js +18 -18
  13. package/esm2015/lib/XButtonGroupBridge.js +6 -6
  14. package/esm2015/lib/XCheckboxBridge.js +8 -8
  15. package/esm2015/lib/XComponentBridge.js +4 -3
  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 +23 -23
  20. package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
  21. package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
  22. package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
  23. package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  24. package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
  25. package/esm2015/lib/igc-x-icon-component.js +10 -10
  26. package/esm2015/public_api.js +2 -1
  27. package/esm5/lib/ButtonView_combined.js +21 -21
  28. package/esm5/lib/CalendarView_combined.js +3 -3
  29. package/esm5/lib/CheckboxView_combined.js +23 -23
  30. package/esm5/lib/IconView_combined.js +158 -158
  31. package/esm5/lib/InputGroupView_combined.js +31 -31
  32. package/esm5/lib/MultiSliderBridge.js +14 -14
  33. package/esm5/lib/MultiSliderView_combined.js +10 -10
  34. package/esm5/lib/NativeUIXInputsFactory_combined.js +38 -38
  35. package/esm5/lib/RippleView_combined.js +1 -1
  36. package/esm5/lib/XButtonBridge.js +18 -18
  37. package/esm5/lib/XButtonGroupBridge.js +6 -6
  38. package/esm5/lib/XCheckboxBridge.js +8 -8
  39. package/esm5/lib/XComponentBridge.js +4 -3
  40. package/esm5/lib/XIconBridge.js +23 -23
  41. package/esm5/lib/XIconButtonBridge.js +5 -5
  42. package/esm5/lib/XInputBridge.js +18 -18
  43. package/esm5/lib/XPopupBridge.js +23 -23
  44. package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
  45. package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
  46. package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
  47. package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  48. package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
  49. package/esm5/lib/igc-x-icon-component.js +10 -10
  50. package/esm5/public_api.js +2 -1
  51. package/fesm2015/igniteui-webcomponents-inputs.js +692 -534
  52. package/fesm5/igniteui-webcomponents-inputs.js +635 -467
  53. package/lib/IconView_combined.d.ts +33 -34
  54. package/lib/MultiSliderView_combined.d.ts +1 -1
  55. package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
  56. package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
  57. package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
  58. package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  59. package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
  60. package/package.json +2 -2
  61. package/public_api.d.ts +2 -1
  62. package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
  63. package/esm5/lib/igc-multi-slider-thumb.js +0 -132
  64. package/lib/igc-multi-slider-thumb.d.ts +0 -27
@@ -88,7 +88,7 @@ let ButtonView = /*@__PURE__*/ (() => {
88
88
  this.o.setStyleProperty("white-space", "no-wrap");
89
89
  this.o.setStyleProperty("color", "#000");
90
90
  this.o.setStyleProperty("background", this.c.nt._fill);
91
- NativeUI.o(this.o, this.c.k4);
91
+ NativeUI.p(this.o, this.c.k4);
92
92
  this.o.setAttribute("id", this.c.hz);
93
93
  this.ay();
94
94
  this.i.add(c.listen("change", runOn(this, this.aa)));
@@ -1156,10 +1156,10 @@ let XButton = /*@__PURE__*/ (() => {
1156
1156
  if (a == null) {
1157
1157
  return;
1158
1158
  }
1159
- NativeUI.o(a, this.k4);
1160
- NativeUI.n(a, this.nu);
1159
+ NativeUI.p(a, this.k4);
1160
+ NativeUI.o(a, this.nu);
1161
1161
  if (!isNaN_(this.bk)) {
1162
- NativeUI.p(a, new Thickness(0, this.bk));
1162
+ NativeUI.q(a, new Thickness(0, this.bk));
1163
1163
  }
1164
1164
  if (this.disabled) {
1165
1165
  this.view.a0(this.cv, this.v);
@@ -1176,17 +1176,17 @@ let XButton = /*@__PURE__*/ (() => {
1176
1176
  }
1177
1177
  }
1178
1178
  if (this.disabled) {
1179
- NativeUI.m(a, this.nv);
1179
+ NativeUI.n(a, this.nv);
1180
1180
  }
1181
1181
  else if (this.focused && this.a3) {
1182
- NativeUI.m(a, this.ny);
1182
+ NativeUI.n(a, this.ny);
1183
1183
  }
1184
1184
  else {
1185
1185
  if (this.a4 && !this.av) {
1186
- NativeUI.m(a, this.n0);
1186
+ NativeUI.n(a, this.n0);
1187
1187
  }
1188
1188
  else {
1189
- NativeUI.m(a, this.nt);
1189
+ NativeUI.n(a, this.nt);
1190
1190
  }
1191
1191
  }
1192
1192
  this.view.az(this.n3, BrushUtil.l(0, 0, 0, 0));
@@ -1194,21 +1194,21 @@ let XButton = /*@__PURE__*/ (() => {
1194
1194
  this.view.a2(this.ab);
1195
1195
  }
1196
1196
  if (this.disabled) {
1197
- NativeUI.q(this.view.t, this.nx);
1198
1197
  NativeUI.r(this.view.t, this.nx);
1198
+ NativeUI.t(this.view.t, this.nx);
1199
1199
  }
1200
1200
  else if (this.focused && this.a3) {
1201
- NativeUI.q(this.view.t, this.nz);
1202
1201
  NativeUI.r(this.view.t, this.nz);
1202
+ NativeUI.t(this.view.t, this.nz);
1203
1203
  }
1204
1204
  else {
1205
1205
  if (this.a4 && !this.av) {
1206
- NativeUI.q(this.view.t, this.n1);
1207
1206
  NativeUI.r(this.view.t, this.n1);
1207
+ NativeUI.t(this.view.t, this.n1);
1208
1208
  }
1209
1209
  else {
1210
- NativeUI.q(this.view.t, this.n4);
1211
1210
  NativeUI.r(this.view.t, this.n4);
1211
+ NativeUI.t(this.view.t, this.n4);
1212
1212
  }
1213
1213
  }
1214
1214
  }
@@ -2958,16 +2958,16 @@ let XButton = /*@__PURE__*/ (() => {
2958
2958
  c.p = e[1];
2959
2959
  c.h = this.o;
2960
2960
  c.i = this.r;
2961
- c.c = AppearanceHelper.a(NativeUI.ak(a));
2961
+ c.c = AppearanceHelper.a(NativeUI.an(a));
2962
2962
  c.g = AppearanceHelper.a(this.n5);
2963
2963
  c.d = AppearanceHelper.a(this.n2);
2964
2964
  c.a = AppearanceHelper.a(this.ns);
2965
2965
  c.u = this.cy;
2966
2966
  c.e = AppearanceHelper.a(this.n3);
2967
2967
  c.ag = this.k4;
2968
- c.b = AppearanceHelper.a(NativeUI.aj(a));
2968
+ c.b = AppearanceHelper.a(NativeUI.am(a));
2969
2969
  c.j = this.v;
2970
- c.f = AppearanceHelper.a(NativeUI.al(b));
2970
+ c.f = AppearanceHelper.a(NativeUI.ao(b));
2971
2971
  c.o = this.bk;
2972
2972
  c.x = this.f1;
2973
2973
  c.y = this.g5;
@@ -3337,9 +3337,9 @@ let XButton = /*@__PURE__*/ (() => {
3337
3337
  })()));
3338
3338
  XButton.k = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
3339
3339
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
3340
- $ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
3341
- $ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
3342
- $ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
3340
+ $ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
3341
+ $ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
3342
+ $ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
3343
3343
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
3344
3344
  return $ret;
3345
3345
  })()), /*@__PURE__*/ ((() => {
@@ -3496,9 +3496,9 @@ let XButton = /*@__PURE__*/ (() => {
3496
3496
  })()));
3497
3497
  XButton.j = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
3498
3498
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
3499
- $ret.addItem("UmbraShadowColor", BrushUtil.l(100, 33, 150, 243));
3500
- $ret.addItem("PenumbraShadowColor", BrushUtil.l(70, 33, 150, 243));
3501
- $ret.addItem("AmbientShadowColor", BrushUtil.l(40, 33, 150, 243));
3499
+ $ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
3500
+ $ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
3501
+ $ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
3502
3502
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
3503
3503
  return $ret;
3504
3504
  })()), /*@__PURE__*/ ((() => {
@@ -2720,7 +2720,7 @@ let XCalendar = /*@__PURE__*/ (() => {
2720
2720
  m.d = n[1] - e;
2721
2721
  m.c = NativeUI.d(k._inner[l].parent());
2722
2722
  m.f = NativeUI.k(k._inner[l].parent());
2723
- m.b = AppearanceHelper.a(NativeUI.al(k._inner[l]));
2723
+ m.b = AppearanceHelper.a(NativeUI.ao(k._inner[l]));
2724
2724
  m.g = k._inner[l].getText();
2725
2725
  a.k.add(m);
2726
2726
  }
@@ -2733,8 +2733,8 @@ let XCalendar = /*@__PURE__*/ (() => {
2733
2733
  q.d = r[1] - e;
2734
2734
  q.c = NativeUI.d(o._inner[p].parent());
2735
2735
  q.f = NativeUI.k(o._inner[p].parent());
2736
- q.b = AppearanceHelper.a(NativeUI.al(o._inner[p]));
2737
- q.a = AppearanceHelper.a(NativeUI.ak(o._inner[p]));
2736
+ q.b = AppearanceHelper.a(NativeUI.ao(o._inner[p]));
2737
+ q.a = AppearanceHelper.a(NativeUI.an(o._inner[p]));
2738
2738
  q.g = o._inner[p].getText();
2739
2739
  a.l.add(q);
2740
2740
  }
@@ -491,18 +491,18 @@ let XCheckbox = /*@__PURE__*/ (() => {
491
491
  if (a == null || b == null) {
492
492
  return;
493
493
  }
494
- NativeUI.o(a, new CornerRadius(0, this.ao));
495
- NativeUI.o(b, new CornerRadius(0, this.ao));
494
+ NativeUI.p(a, new CornerRadius(0, this.ao));
495
+ NativeUI.p(b, new CornerRadius(0, this.ao));
496
496
  if (!isNaN_(this.an)) {
497
- NativeUI.p(b, new Thickness(0, this.an));
497
+ NativeUI.q(b, new Thickness(0, this.an));
498
498
  }
499
499
  if (this.checked) {
500
- NativeUI.m(a, this.c8);
501
- NativeUI.n(b, this.c9);
500
+ NativeUI.n(a, this.c8);
501
+ NativeUI.o(b, this.c9);
502
502
  }
503
503
  else {
504
- NativeUI.m(a, this.db);
505
- NativeUI.n(b, this.dc);
504
+ NativeUI.n(a, this.db);
505
+ NativeUI.o(b, this.dc);
506
506
  }
507
507
  }
508
508
  cw() {
@@ -510,8 +510,8 @@ let XCheckbox = /*@__PURE__*/ (() => {
510
510
  if (a == null) {
511
511
  return;
512
512
  }
513
- NativeUI.aa(a, this.da);
514
- NativeUI.ad(a, this.ap);
513
+ NativeUI.ad(a, this.da);
514
+ NativeUI.ag(a, this.ap);
515
515
  }
516
516
  get dl() {
517
517
  return this.c6;
@@ -925,7 +925,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
925
925
  this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
926
926
  }
927
927
  if (!this.indeterminate) {
928
- NativeUI.af(this.view.v, null);
928
+ NativeUI.ai(this.view.v, null);
929
929
  }
930
930
  if (this.z || this.indeterminate || a) {
931
931
  let d = this.view.u;
@@ -944,23 +944,23 @@ let XCheckbox = /*@__PURE__*/ (() => {
944
944
  $ret.j = -this.view.l();
945
945
  return $ret;
946
946
  })()));
947
- NativeUI.m(d, this.c8);
948
- NativeUI.n(e, this.c9);
949
- NativeUI.y(f, 1);
950
- NativeUI.ac(f, 41);
951
- NativeUI.af(f, g);
947
+ NativeUI.n(d, this.c8);
948
+ NativeUI.o(e, this.c9);
949
+ NativeUI.ab(f, 1);
950
+ NativeUI.af(f, 41);
951
+ NativeUI.ai(f, g);
952
952
  }
953
953
  else if (b) {
954
- NativeUI.m(d, this.c8);
955
- NativeUI.n(e, this.c9);
956
- NativeUI.y(f, 1);
957
- NativeUI.ac(f, 0);
954
+ NativeUI.n(d, this.c8);
955
+ NativeUI.o(e, this.c9);
956
+ NativeUI.ab(f, 1);
957
+ NativeUI.af(f, 0);
958
958
  }
959
959
  else {
960
- NativeUI.m(d, this.db);
961
- NativeUI.n(e, this.dc);
962
- NativeUI.y(f, 0);
963
- NativeUI.ac(f, 24);
960
+ NativeUI.n(d, this.db);
961
+ NativeUI.o(e, this.dc);
962
+ NativeUI.ab(f, 0);
963
+ NativeUI.af(f, 24);
964
964
  }
965
965
  if (this.o.playState == 1) {
966
966
  this.o.cancel();