igniteui-webcomponents-inputs 7.0.1 → 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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +198 -197
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/MultiSliderView_combined.js +7 -7
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +180 -180
- package/esm2015/lib/XButtonBridge.js +2 -2
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XComponentBridge.js +2 -1
- package/esm2015/lib/XPopupBridge.js +5 -5
- package/esm5/lib/MultiSliderView_combined.js +7 -7
- package/esm5/lib/NativeUIXInputsFactory_combined.js +180 -180
- package/esm5/lib/XButtonBridge.js +2 -2
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XComponentBridge.js +2 -1
- package/esm5/lib/XPopupBridge.js +5 -5
- package/fesm2015/igniteui-webcomponents-inputs.js +198 -197
- package/fesm5/igniteui-webcomponents-inputs.js +198 -197
- 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
275
|
-
this.a.
|
|
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.
|
|
294
|
+
this.a.bo = this.g.e0;
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
}
|