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
@@ -65,15 +65,15 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
65
65
  switch (b) {
66
66
  case 12: return a.bg;
67
67
  case 13: return a.bf;
68
- case 97: return a.bv;
69
- case 98: return a.bf;
68
+ case 98: return a.bv;
69
+ case 99: return a.bf;
70
70
  case 14: return a.bl;
71
71
  case 2: return a.thumbs._inner[0].s;
72
- case 92: return a.b0;
73
- case 93: return a.ek;
74
- case 94: return a.es;
75
- case 96: return a.eu;
76
- case 95: return a.et;
72
+ case 93: return a.b0;
73
+ case 94: return a.ek;
74
+ case 95: return a.es;
75
+ case 97: return a.eu;
76
+ case 96: return a.et;
77
77
  case 30:
78
78
  let c = a.e;
79
79
  switch (c) {
@@ -113,10 +113,10 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
113
113
  case 13:
114
114
  a.bf = c;
115
115
  break;
116
- case 97:
116
+ case 98:
117
117
  a.bv = c;
118
118
  break;
119
- case 98:
119
+ case 99:
120
120
  a.bu = c;
121
121
  break;
122
122
  case 14:
@@ -125,19 +125,19 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
125
125
  case 2:
126
126
  a.thumbs._inner[0].s = c;
127
127
  break;
128
- case 92:
128
+ case 93:
129
129
  a.b0 = c;
130
130
  break;
131
- case 93:
131
+ case 94:
132
132
  a.ek = c;
133
133
  break;
134
- case 94:
134
+ case 95:
135
135
  a.es = c;
136
136
  break;
137
- case 96:
137
+ case 97:
138
138
  a.eu = c;
139
139
  break;
140
- case 95:
140
+ case 96:
141
141
  a.et = c;
142
142
  break;
143
143
  case 30:
@@ -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);
@@ -121,8 +121,8 @@ let MultiSliderView = /*@__PURE__*/ (() => {
121
121
  this.w = truncate(Math.round(d));
122
122
  }
123
123
  if (this.l.d && this.t != 1) {
124
- this.l.aa();
125
- this.l.ab(this.t, this.t);
124
+ this.l.ac();
125
+ this.l.ad(this.t, this.t);
126
126
  }
127
127
  this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
128
128
  for (let e = 0; e < this.r.count; e++) {
@@ -144,29 +144,29 @@ let MultiSliderView = /*@__PURE__*/ (() => {
144
144
  this.a1(this.r._inner[i].allPaths);
145
145
  }
146
146
  if (this.l.d && this.t != 1) {
147
- this.l.z();
147
+ this.l.ab();
148
148
  }
149
149
  }
150
150
  a2(a) {
151
151
  if (a.j != null) {
152
- this.l.aa();
152
+ this.l.ac();
153
153
  }
154
154
  this.l.k(a.j);
155
- this.l.x(a);
155
+ this.l.y(a);
156
156
  if (a.j != null) {
157
- this.l.z();
157
+ this.l.ab();
158
158
  }
159
159
  }
160
160
  a1(a) {
161
161
  for (let b = 0; b < a.count; b++) {
162
162
  let c = a.item(b);
163
163
  if (c.j != null) {
164
- this.l.aa();
164
+ this.l.ac();
165
165
  }
166
166
  this.l.k(c.j);
167
167
  this.l.t(c);
168
168
  if (c.j != null) {
169
- this.l.z();
169
+ this.l.ab();
170
170
  }
171
171
  }
172
172
  }
@@ -238,17 +238,17 @@ let MultiSliderView = /*@__PURE__*/ (() => {
238
238
  this.v = i;
239
239
  let j = this.u.get2DCanvasContext(this.v);
240
240
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
241
- this.l.af(this.j);
241
+ this.l.ah(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
  }
@@ -313,7 +313,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
313
313
  this.i = c;
314
314
  this.j = this.i;
315
315
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
316
- this.l.af(this.i);
316
+ this.l.ah(this.i);
317
317
  this.g.trackDirty();
318
318
  }
319
319
  }