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
@@ -74,7 +74,7 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
74
74
  this.m = true;
75
75
  this.ap();
76
76
  if (this.a != null) {
77
- this.a.au(this.u.rootWrapper, "");
77
+ this.a.av(this.u.rootWrapper, "");
78
78
  }
79
79
  if (this.z == -1) {
80
80
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -83,7 +83,7 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
83
83
  MultiSliderView.prototype.au = function () {
84
84
  this.m = false;
85
85
  if (this.a != null && this.u != null) {
86
- this.a.bi(this.u.rootWrapper, "");
86
+ this.a.bk(this.u.rootWrapper, "");
87
87
  }
88
88
  if (this.z != -1) {
89
89
  window.clearTimeout(this.z);
@@ -247,14 +247,14 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
247
247
  this.l.af(this.j);
248
248
  this.ab();
249
249
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
250
- this.a.bm = this.g.e0;
250
+ this.a.bo = this.g.e0;
251
251
  var k = this.a;
252
252
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
253
253
  var l = this.a;
254
254
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
255
255
  var m = this.a;
256
256
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
257
- this.a.ap = function (n) { return _this.g.ey.containsPoint(n); };
257
+ this.a.aq = function (n) { return _this.g.ey.containsPoint(n); };
258
258
  this.g.ds(0, 0, e, f);
259
259
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
260
260
  this.g.trackDirty();
@@ -277,8 +277,8 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
277
277
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
278
278
  var c = this.a;
279
279
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
280
- this.a.ap = null;
281
- this.a.aw();
280
+ this.a.aq = null;
281
+ this.a.ax();
282
282
  }
283
283
  };
284
284
  MultiSliderView.prototype.ay = function () {
@@ -297,7 +297,7 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
297
297
  if (a || d) {
298
298
  this.g.ds(0, 0, b, c);
299
299
  if (this.a != null) {
300
- this.a.bm = this.g.e0;
300
+ this.a.bo = this.g.e0;
301
301
  }
302
302
  }
303
303
  };