@creatorsn/vfluent3 0.3.56 → 0.3.58
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/dist/vfluent3.js +4 -2
- package/dist/vfluent3.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/vfluent3.js
CHANGED
|
@@ -13991,7 +13991,7 @@ const fo = /* @__PURE__ */ we(Cg, [["render", Vg]]), Tg = { class: "list-view-he
|
|
|
13991
13991
|
this.showSelectedBorder = !1;
|
|
13992
13992
|
}), setTimeout(() => {
|
|
13993
13993
|
this.setSliderTarget();
|
|
13994
|
-
},
|
|
13994
|
+
}, 600);
|
|
13995
13995
|
},
|
|
13996
13996
|
methods: {
|
|
13997
13997
|
valueInit() {
|
|
@@ -14073,7 +14073,9 @@ const fo = /* @__PURE__ */ we(Cg, [["render", Vg]]), Tg = { class: "list-view-he
|
|
|
14073
14073
|
s.choosen = !1, this.thisValue[this.thisValue.indexOf(s)] = s;
|
|
14074
14074
|
i.choosen = !0;
|
|
14075
14075
|
let t = this.thisValue.indexOf(i);
|
|
14076
|
-
this.thisValue[t] = i, this
|
|
14076
|
+
this.thisValue[t] = i, this.$nextTick(() => {
|
|
14077
|
+
this.setSliderTarget(t);
|
|
14078
|
+
});
|
|
14077
14079
|
}
|
|
14078
14080
|
this.selectionFormat(i);
|
|
14079
14081
|
}
|