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

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 (42) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +4052 -3722
  2. package/bundles/igniteui-webcomponents-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/MultiSliderView_combined.js +7 -7
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +201 -201
  11. package/esm2015/lib/RippleView_combined.js +2 -2
  12. package/esm2015/lib/ThemeResolver.js +38 -22
  13. package/esm2015/lib/XButtonBridge.js +55 -47
  14. package/esm2015/lib/XButtonGroupBridge.js +15 -11
  15. package/esm2015/lib/XComponentBridge.js +2 -1
  16. package/esm2015/lib/XIconButtonBridge.js +2 -2
  17. package/esm2015/lib/XPopupBridge.js +5 -5
  18. package/esm2015/lib/igc-x-button-component.js +567 -567
  19. package/esm2015/lib/igc-x-button-group-component.js +184 -184
  20. package/esm5/lib/ButtonGroupView_combined.js +620 -606
  21. package/esm5/lib/ButtonView_combined.js +1950 -1657
  22. package/esm5/lib/CalendarView_combined.js +157 -157
  23. package/esm5/lib/CheckboxView_combined.js +39 -39
  24. package/esm5/lib/DatePickerView_combined.js +4 -4
  25. package/esm5/lib/InputGroupView_combined.js +209 -209
  26. package/esm5/lib/MultiSliderView_combined.js +7 -7
  27. package/esm5/lib/NativeUIXInputsFactory_combined.js +201 -201
  28. package/esm5/lib/RippleView_combined.js +2 -2
  29. package/esm5/lib/ThemeResolver.js +38 -22
  30. package/esm5/lib/XButtonBridge.js +55 -47
  31. package/esm5/lib/XButtonGroupBridge.js +15 -11
  32. package/esm5/lib/XComponentBridge.js +2 -1
  33. package/esm5/lib/XIconButtonBridge.js +2 -2
  34. package/esm5/lib/XPopupBridge.js +5 -5
  35. package/esm5/lib/igc-x-button-component.js +567 -567
  36. package/esm5/lib/igc-x-button-group-component.js +184 -184
  37. package/fesm2015/igniteui-webcomponents-inputs.js +4155 -3825
  38. package/fesm5/igniteui-webcomponents-inputs.js +4053 -3723
  39. package/lib/ButtonGroupView_combined.d.ts +181 -179
  40. package/lib/ButtonView_combined.d.ts +479 -478
  41. package/lib/ThemeResolver.d.ts +18 -15
  42. package/package.json +2 -2
@@ -69,7 +69,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
69
69
  this.m = true;
70
70
  this.ap();
71
71
  if (this.a != null) {
72
- this.a.au(this.u.rootWrapper, "");
72
+ this.a.av(this.u.rootWrapper, "");
73
73
  }
74
74
  if (this.z == -1) {
75
75
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -78,7 +78,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
78
78
  au() {
79
79
  this.m = false;
80
80
  if (this.a != null && this.u != null) {
81
- this.a.bi(this.u.rootWrapper, "");
81
+ this.a.bk(this.u.rootWrapper, "");
82
82
  }
83
83
  if (this.z != -1) {
84
84
  window.clearTimeout(this.z);
@@ -241,14 +241,14 @@ let MultiSliderView = /*@__PURE__*/ (() => {
241
241
  this.l.af(this.j);
242
242
  this.ab();
243
243
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
244
- this.a.bm = this.g.e0;
244
+ this.a.bo = this.g.e0;
245
245
  let k = this.a;
246
246
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
247
247
  let l = this.a;
248
248
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
249
249
  let m = this.a;
250
250
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
251
- this.a.ap = (n) => this.g.ey.containsPoint(n);
251
+ this.a.aq = (n) => this.g.ey.containsPoint(n);
252
252
  this.g.ds(0, 0, e, f);
253
253
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
254
254
  this.g.trackDirty();
@@ -271,8 +271,8 @@ let MultiSliderView = /*@__PURE__*/ (() => {
271
271
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
272
272
  let c = this.a;
273
273
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
274
- this.a.ap = null;
275
- this.a.aw();
274
+ this.a.aq = null;
275
+ this.a.ax();
276
276
  }
277
277
  }
278
278
  ay() {
@@ -291,7 +291,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
291
291
  if (a || d) {
292
292
  this.g.ds(0, 0, b, c);
293
293
  if (this.a != null) {
294
- this.a.bm = this.g.e0;
294
+ this.a.bo = this.g.e0;
295
295
  }
296
296
  }
297
297
  }