@opencloud-eu/web-pkg 5.1.0 → 6.0.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/{TextEditor-CXSedGM4.js → TextEditor-D-HQDUkm.js} +3 -5
- package/dist/assets/{worker-22sDKzz_.js → worker-CVwKToFD.js} +18 -18
- package/dist/assets/{worker-BSCY2vwA.js → worker-DJbU-qfq.js} +18 -18
- package/dist/assets/{worker-DH8D29Kr.js → worker-DyU7W9CZ.js} +18 -18
- package/dist/{index-CEJcEmbf.js → index-OU30YA6H.js} +10663 -11050
- package/dist/src/apps/types.d.ts +0 -3
- package/dist/src/components/AppBar/AppBar.vue.d.ts +1 -0
- package/dist/src/components/AppBar/index.d.ts +0 -1
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +1 -1
- package/dist/src/components/AppTopBar.vue.d.ts +1 -1
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +409 -11
- package/dist/src/components/CreateShortcutModal.vue.d.ts +222 -0
- package/dist/src/components/CustomComponentTarget.vue.d.ts +4 -14
- package/dist/src/components/Filters/DateFilter.vue.d.ts +500 -0
- package/dist/src/components/Navigation/index.d.ts +1 -0
- package/dist/src/components/NoContentMessage.vue.d.ts +3 -2
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +2 -1
- package/dist/src/components/index.d.ts +1 -1
- package/dist/src/composables/actions/spaces/index.d.ts +1 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +7 -0
- package/dist/src/composables/index.d.ts +1 -1
- package/dist/src/composables/navItems/index.d.ts +1 -0
- package/dist/src/composables/navItems/useNavItems.d.ts +13 -0
- package/dist/src/composables/piniaStores/auth.d.ts +8 -2
- package/dist/src/composables/piniaStores/extensionRegistry/types.d.ts +14 -1
- package/dist/src/composables/piniaStores/sideBar.d.ts +1 -15
- package/dist/src/composables/resources/useResourceViewContextMenu.d.ts +4 -3
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +2 -2
- package/dist/src/composables/spaces/useCreateSpace.d.ts +1 -0
- package/dist/src/constants.d.ts +0 -6
- package/dist/src/extensionPoints.d.ts +3 -0
- package/dist/src/helpers/filesize.d.ts +0 -7
- package/dist/src/helpers/index.d.ts +1 -2
- package/dist/src/helpers/versions.d.ts +5 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/web-pkg.js +329 -331
- package/dist/web-pkg.umd.cjs +14 -34
- package/package.json +4 -5
- package/src/index.ts +1 -0
- package/dist/src/components/AppBar/CreateSpace.vue.d.ts +0 -18
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +0 -165
- package/dist/src/components/TextEditor/index.d.ts +0 -161
- package/dist/src/composables/portalTarget/eventTopics.d.ts +0 -3
- package/dist/src/composables/portalTarget/index.d.ts +0 -2
- package/dist/src/composables/portalTarget/usePortalTarget.d.ts +0 -4
- package/dist/src/helpers/contextMenuDropdown.d.ts +0 -7
- package/dist/src/helpers/statusIndicators.d.ts +0 -12
- package/dist/src/services/passwordPolicy/rules.d.ts +0 -69
- /package/dist/src/components/{PortalTarget.vue.d.ts → Navigation/MobileNav.vue.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as P, u as C, c as d, a as r, r as I, _ as D, b as u, o as g, e as w, f as b, g as x, w as v } from "./index-
|
|
1
|
+
import { d as P, u as C, c as d, a as r, r as I, _ as D, b as u, o as g, e as w, f as b, g as x, w as v } from "./index-OU30YA6H.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";
|
|
@@ -20,8 +20,6 @@ import "@uppy/utils";
|
|
|
20
20
|
import "pinia";
|
|
21
21
|
import "oidc-client-ts";
|
|
22
22
|
import "@vueuse/core";
|
|
23
|
-
import "deepmerge";
|
|
24
|
-
import "portal-vue";
|
|
25
23
|
import "dompurify";
|
|
26
24
|
import "mark.js";
|
|
27
25
|
import "p-queue";
|
|
@@ -861,7 +859,7 @@ function Y(e, i, h, k, T, f) {
|
|
|
861
859
|
}, 8, ["class", "model-value", "on-upload-img", "language", "theme", "preview", "toolbars"]))
|
|
862
860
|
]);
|
|
863
861
|
}
|
|
864
|
-
const
|
|
862
|
+
const je = /* @__PURE__ */ D(Z, [["render", Y]]);
|
|
865
863
|
export {
|
|
866
|
-
|
|
864
|
+
je as default
|
|
867
865
|
};
|