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

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 (77) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +4621 -4122
  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 +2039 -1746
  5. package/esm2015/lib/CalendarView_combined.js +160 -160
  6. package/esm2015/lib/CheckboxView_combined.js +62 -62
  7. package/esm2015/lib/DatePickerView_combined.js +4 -4
  8. package/esm2015/lib/IconView_combined.js +163 -163
  9. package/esm2015/lib/InputGroupView_combined.js +240 -240
  10. package/esm2015/lib/MultiSliderBridge.js +14 -14
  11. package/esm2015/lib/MultiSliderView_combined.js +17 -17
  12. package/esm2015/lib/NativeUIXInputsFactory_combined.js +202 -202
  13. package/esm2015/lib/RippleView_combined.js +3 -3
  14. package/esm2015/lib/ThemeResolver.js +38 -22
  15. package/esm2015/lib/XButtonBridge.js +65 -57
  16. package/esm2015/lib/XButtonGroupBridge.js +19 -15
  17. package/esm2015/lib/XCheckboxBridge.js +8 -8
  18. package/esm2015/lib/XComponentBridge.js +4 -2
  19. package/esm2015/lib/XIconBridge.js +23 -23
  20. package/esm2015/lib/XIconButtonBridge.js +7 -7
  21. package/esm2015/lib/XInputBridge.js +18 -18
  22. package/esm2015/lib/XPopupBridge.js +28 -28
  23. package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
  24. package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
  25. package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
  26. package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  27. package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
  28. package/esm2015/lib/igc-x-button-component.js +567 -567
  29. package/esm2015/lib/igc-x-button-group-component.js +184 -184
  30. package/esm2015/lib/igc-x-icon-component.js +10 -10
  31. package/esm2015/public_api.js +2 -1
  32. package/esm5/lib/ButtonGroupView_combined.js +620 -606
  33. package/esm5/lib/ButtonView_combined.js +1953 -1660
  34. package/esm5/lib/CalendarView_combined.js +160 -160
  35. package/esm5/lib/CheckboxView_combined.js +62 -62
  36. package/esm5/lib/DatePickerView_combined.js +4 -4
  37. package/esm5/lib/IconView_combined.js +158 -158
  38. package/esm5/lib/InputGroupView_combined.js +240 -240
  39. package/esm5/lib/MultiSliderBridge.js +14 -14
  40. package/esm5/lib/MultiSliderView_combined.js +17 -17
  41. package/esm5/lib/NativeUIXInputsFactory_combined.js +202 -202
  42. package/esm5/lib/RippleView_combined.js +3 -3
  43. package/esm5/lib/ThemeResolver.js +38 -22
  44. package/esm5/lib/XButtonBridge.js +65 -57
  45. package/esm5/lib/XButtonGroupBridge.js +19 -15
  46. package/esm5/lib/XCheckboxBridge.js +8 -8
  47. package/esm5/lib/XComponentBridge.js +4 -2
  48. package/esm5/lib/XIconBridge.js +23 -23
  49. package/esm5/lib/XIconButtonBridge.js +7 -7
  50. package/esm5/lib/XInputBridge.js +18 -18
  51. package/esm5/lib/XPopupBridge.js +28 -28
  52. package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
  53. package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
  54. package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
  55. package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  56. package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
  57. package/esm5/lib/igc-x-button-component.js +567 -567
  58. package/esm5/lib/igc-x-button-group-component.js +184 -184
  59. package/esm5/lib/igc-x-icon-component.js +10 -10
  60. package/esm5/public_api.js +2 -1
  61. package/fesm2015/igniteui-webcomponents-inputs.js +4947 -4459
  62. package/fesm5/igniteui-webcomponents-inputs.js +4621 -4123
  63. package/lib/ButtonGroupView_combined.d.ts +181 -179
  64. package/lib/ButtonView_combined.d.ts +479 -478
  65. package/lib/IconView_combined.d.ts +33 -34
  66. package/lib/MultiSliderView_combined.d.ts +1 -1
  67. package/lib/ThemeResolver.d.ts +18 -15
  68. package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
  69. package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
  70. package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
  71. package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  72. package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
  73. package/package.json +2 -2
  74. package/public_api.d.ts +2 -1
  75. package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
  76. package/esm5/lib/igc-multi-slider-thumb.js +0 -132
  77. package/lib/igc-multi-slider-thumb.d.ts +0 -27
@@ -70,15 +70,15 @@ export var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
70
70
  switch (b) {
71
71
  case 12: return a.bg;
72
72
  case 13: return a.bf;
73
- case 97: return a.bv;
74
- case 98: return a.bf;
73
+ case 98: return a.bv;
74
+ case 99: return a.bf;
75
75
  case 14: return a.bl;
76
76
  case 2: return a.thumbs._inner[0].s;
77
- case 92: return a.b0;
78
- case 93: return a.ek;
79
- case 94: return a.es;
80
- case 96: return a.eu;
81
- case 95: return a.et;
77
+ case 93: return a.b0;
78
+ case 94: return a.ek;
79
+ case 95: return a.es;
80
+ case 97: return a.eu;
81
+ case 96: return a.et;
82
82
  case 30:
83
83
  var c = a.e;
84
84
  switch (c) {
@@ -118,10 +118,10 @@ export var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
118
118
  case 13:
119
119
  a.bf = c;
120
120
  break;
121
- case 97:
121
+ case 98:
122
122
  a.bv = c;
123
123
  break;
124
- case 98:
124
+ case 99:
125
125
  a.bu = c;
126
126
  break;
127
127
  case 14:
@@ -130,19 +130,19 @@ export var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
130
130
  case 2:
131
131
  a.thumbs._inner[0].s = c;
132
132
  break;
133
- case 92:
133
+ case 93:
134
134
  a.b0 = c;
135
135
  break;
136
- case 93:
136
+ case 94:
137
137
  a.ek = c;
138
138
  break;
139
- case 94:
139
+ case 95:
140
140
  a.es = c;
141
141
  break;
142
- case 96:
142
+ case 97:
143
143
  a.eu = c;
144
144
  break;
145
- case 95:
145
+ case 96:
146
146
  a.et = c;
147
147
  break;
148
148
  case 30:
@@ -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);
@@ -126,8 +126,8 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
126
126
  this.w = truncate(Math.round(d));
127
127
  }
128
128
  if (this.l.d && this.t != 1) {
129
- this.l.aa();
130
- this.l.ab(this.t, this.t);
129
+ this.l.ac();
130
+ this.l.ad(this.t, this.t);
131
131
  }
132
132
  this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
133
133
  for (var e = 0; e < this.r.count; e++) {
@@ -149,29 +149,29 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
149
149
  this.a1(this.r._inner[i].allPaths);
150
150
  }
151
151
  if (this.l.d && this.t != 1) {
152
- this.l.z();
152
+ this.l.ab();
153
153
  }
154
154
  };
155
155
  MultiSliderView.prototype.a2 = function (a) {
156
156
  if (a.j != null) {
157
- this.l.aa();
157
+ this.l.ac();
158
158
  }
159
159
  this.l.k(a.j);
160
- this.l.x(a);
160
+ this.l.y(a);
161
161
  if (a.j != null) {
162
- this.l.z();
162
+ this.l.ab();
163
163
  }
164
164
  };
165
165
  MultiSliderView.prototype.a1 = function (a) {
166
166
  for (var b = 0; b < a.count; b++) {
167
167
  var c = a.item(b);
168
168
  if (c.j != null) {
169
- this.l.aa();
169
+ this.l.ac();
170
170
  }
171
171
  this.l.k(c.j);
172
172
  this.l.t(c);
173
173
  if (c.j != null) {
174
- this.l.z();
174
+ this.l.ab();
175
175
  }
176
176
  }
177
177
  };
@@ -244,17 +244,17 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
244
244
  this.v = i;
245
245
  var j = this.u.get2DCanvasContext(this.v);
246
246
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
247
- this.l.af(this.j);
247
+ this.l.ah(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
  };
@@ -319,7 +319,7 @@ export var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
319
319
  this.i = c;
320
320
  this.j = this.i;
321
321
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
322
- this.l.af(this.i);
322
+ this.l.ah(this.i);
323
323
  this.g.trackDirty();
324
324
  }
325
325
  };