vuefinder 4.0.7 → 4.0.8
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/README.md +4 -331
- package/dist/vuefinder.css +1 -1
- package/dist/vuefinder.js +1 -1
- package/package.json +2 -1
package/dist/vuefinder.js
CHANGED
|
@@ -1018,7 +1018,7 @@ function Mn() {
|
|
|
1018
1018
|
function ro(n) {
|
|
1019
1019
|
return n ? n === "simple" || n === "advanced" ? { ...ao[n] } : { ...Mn(), ...n } : Mn();
|
|
1020
1020
|
}
|
|
1021
|
-
const ri = "4.0.
|
|
1021
|
+
const ri = "4.0.8";
|
|
1022
1022
|
function hn(n, e, t, o, s) {
|
|
1023
1023
|
return e = Math, t = e.log, o = 1024, s = t(n) / t(o) | 0, (n / e.pow(o, s)).toFixed(0) + " " + (s ? "KMGTPEZY"[--s] + "iB" : "B");
|
|
1024
1024
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuefinder",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"description": "A sleek, developer-friendly file manager for Vue — organize, preview, and manage files with ease.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"@uppy/xhr-upload": "^5.0.1",
|
|
95
95
|
"@viselect/vanilla": "^3.9.0",
|
|
96
96
|
"@vueuse/core": "^13.9.0",
|
|
97
|
+
"mitt": "^3.0.1",
|
|
97
98
|
"nanostores": "^1.0.1",
|
|
98
99
|
"overlayscrollbars": "^2.12.0",
|
|
99
100
|
"tailwindcss": "^4.1.13",
|