vuefinder 4.0.30 → 4.0.31
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/vuefinder.js +2 -2
- package/package.json +1 -1
package/dist/vuefinder.js
CHANGED
|
@@ -92,7 +92,7 @@ function ro(o, e, t, n) {
|
|
|
92
92
|
}
|
|
93
93
|
return ht({ t: p, locale: r });
|
|
94
94
|
}
|
|
95
|
-
const lo = "4.0.
|
|
95
|
+
const lo = "4.0.31";
|
|
96
96
|
function Ot(o, e, t, n, a) {
|
|
97
97
|
return e = Math, t = e.log, n = 1024, a = t(o) / t(n) | 0, (o / e.pow(n, a)).toFixed(0) + " " + (a ? "KMGTPEZY"[--a] + "iB" : "B");
|
|
98
98
|
}
|
|
@@ -6765,7 +6765,7 @@ const ln = { render: pu }, hu = ["data-key", "data-row", "data-col", "draggable"
|
|
|
6765
6765
|
(ee > 15 || q > 15) && E();
|
|
6766
6766
|
}
|
|
6767
6767
|
}, I = (O) => {
|
|
6768
|
-
_ || n("click", O);
|
|
6768
|
+
_ && O.type !== "click" || n("click", O);
|
|
6769
6769
|
}, z = (O) => {
|
|
6770
6770
|
if (g)
|
|
6771
6771
|
return O.preventDefault(), O.stopPropagation(), !1;
|