@opencloud-eu/web-pkg 4.2.0 → 4.2.1
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/{TextEditor-DjjOAW4z.js → TextEditor-BEOcGAsh.js} +2 -1
- package/dist/assets/{worker-CvdOYtKy.js → worker-C2IPj8GP.js} +8 -8
- package/dist/assets/{worker-DLek5ZML.js → worker-CQqhh0uK.js} +8 -8
- package/dist/assets/{worker-CGWVcik_.js → worker-DkMHRpBn.js} +8 -8
- package/dist/{index-R7qeOPe_.js → index-C-VmIu2P.js} +9763 -9732
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +32 -38
- package/dist/src/components/CreateLinkModal.vue.d.ts +2 -18
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +55 -38
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +0 -2
- package/dist/src/composables/clipboard/useClipboard.d.ts +3 -0
- package/dist/src/composables/links/index.d.ts +1 -0
- package/dist/src/composables/links/useCopyLink.d.ts +14 -0
- package/dist/src/composables/piniaStores/capabilities.d.ts +13 -1
- package/dist/src/composables/resources/useGetResourceContext.d.ts +1 -1
- package/dist/src/helpers/resource/index.d.ts +1 -0
- package/dist/src/helpers/resource/isItemInCurrentFolder.d.ts +5 -0
- package/dist/src/services/archiver.d.ts +1 -0
- package/dist/src/services/cache.d.ts +1 -0
- package/dist/web-pkg.js +178 -176
- package/dist/web-pkg.umd.cjs +46 -46
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as P, u as C, r as I, c as d, a as r, _ as D, b as u, e as x, o as g, f as L, w, g as v } from "./index-
|
|
1
|
+
import { d as P, u as C, r as I, c as d, a as r, _ as D, b as u, e as x, o as g, f as L, w, g as v } from "./index-C-VmIu2P.js";
|
|
2
2
|
import { NormalToolbar as j, MdPreview as E, MdEditor as R, config as S, XSSPlugin as U } from "md-editor-v3";
|
|
3
3
|
import { useGettext as F } from "vue3-gettext";
|
|
4
4
|
import "@casl/vue";
|
|
@@ -830,6 +830,7 @@ function X(e, i, b, h, k, T) {
|
|
|
830
830
|
"no-mermaid": "",
|
|
831
831
|
"no-prettier": "",
|
|
832
832
|
"no-highlight": "",
|
|
833
|
+
"no-echarts": "",
|
|
833
834
|
"on-upload-img": e.onUploadImg,
|
|
834
835
|
language: e.languages[e.language.current] || "en-US",
|
|
835
836
|
theme: e.theme,
|