auto-vue-manual 0.2.33 → 0.2.35
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/auto-vue-manual.es.js +4 -3
- package/dist/auto-vue-manual.umd.js +3 -3
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/useSelect.d.ts +1 -0
- package/dist/types/stores/modules/auth.d.ts +114 -6
- package/dist/types/stores/modules/layout.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -7107,7 +7107,7 @@ function g0e(n, e = "id", t = {}, r = {}, a = []) {
|
|
|
7107
7107
|
const v = `/${n}/${i[p]}`;
|
|
7108
7108
|
l[p] = iOe(v), c[p] = v;
|
|
7109
7109
|
});
|
|
7110
|
-
const d = Object.
|
|
7110
|
+
const d = Object.keys(t).map((p) => c[p]).filter(Boolean), h = Object.keys(r).map((p) => c[p]).filter(Boolean);
|
|
7111
7111
|
return {
|
|
7112
7112
|
...l,
|
|
7113
7113
|
primaryKey: e,
|
|
@@ -12346,7 +12346,7 @@ const Sce = "MENU", cD = DS(Sce, {
|
|
|
12346
12346
|
});
|
|
12347
12347
|
}
|
|
12348
12348
|
},
|
|
12349
|
-
persist: nL(wce, "
|
|
12349
|
+
persist: nL(wce, "global", ["cache"], 60 * 60 * 24)
|
|
12350
12350
|
}), cIe = window.location.host, Ece = "CONFIG", gne = DS(Ece, {
|
|
12351
12351
|
state: () => ({
|
|
12352
12352
|
app: {},
|
|
@@ -49937,7 +49937,8 @@ const aue = 8, bNe = "undo redo cut copy paste indent2em | image | styleselect f
|
|
|
49937
49937
|
clear: N,
|
|
49938
49938
|
blur: W,
|
|
49939
49939
|
focus: G,
|
|
49940
|
-
filterOptions: A
|
|
49940
|
+
filterOptions: A,
|
|
49941
|
+
formatOptions: T
|
|
49941
49942
|
};
|
|
49942
49943
|
}, A1e = () => {
|
|
49943
49944
|
const n = L0();
|