vuefinder 4.2.0 → 4.3.0
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
|
@@ -234,7 +234,7 @@ function nn() {
|
|
|
234
234
|
function $n(n) {
|
|
235
235
|
return n ? n === "simple" || n === "advanced" ? { ...xn[n] } : { ...nn(), ...n } : nn();
|
|
236
236
|
}
|
|
237
|
-
const wo = "4.
|
|
237
|
+
const wo = "4.3.0";
|
|
238
238
|
function Ut(n, e, t, o, s) {
|
|
239
239
|
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");
|
|
240
240
|
}
|
|
@@ -310,7 +310,7 @@ function on(n) {
|
|
|
310
310
|
return { persistenceConfig: e, nonPersistenceConfig: t };
|
|
311
311
|
}
|
|
312
312
|
function sn(n, e) {
|
|
313
|
-
const t = { ...wt, ...
|
|
313
|
+
const t = { ...wt, ...n, ...e };
|
|
314
314
|
return t.theme = xo(t.theme), t;
|
|
315
315
|
}
|
|
316
316
|
function an(n, e) {
|