@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.
Files changed (49) hide show
  1. package/dist/{TextEditor-CXSedGM4.js → TextEditor-D-HQDUkm.js} +3 -5
  2. package/dist/assets/{worker-22sDKzz_.js → worker-CVwKToFD.js} +18 -18
  3. package/dist/assets/{worker-BSCY2vwA.js → worker-DJbU-qfq.js} +18 -18
  4. package/dist/assets/{worker-DH8D29Kr.js → worker-DyU7W9CZ.js} +18 -18
  5. package/dist/{index-CEJcEmbf.js → index-OU30YA6H.js} +10663 -11050
  6. package/dist/src/apps/types.d.ts +0 -3
  7. package/dist/src/components/AppBar/AppBar.vue.d.ts +1 -0
  8. package/dist/src/components/AppBar/index.d.ts +0 -1
  9. package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +1 -1
  10. package/dist/src/components/AppTopBar.vue.d.ts +1 -1
  11. package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +409 -11
  12. package/dist/src/components/CreateShortcutModal.vue.d.ts +222 -0
  13. package/dist/src/components/CustomComponentTarget.vue.d.ts +4 -14
  14. package/dist/src/components/Filters/DateFilter.vue.d.ts +500 -0
  15. package/dist/src/components/Navigation/index.d.ts +1 -0
  16. package/dist/src/components/NoContentMessage.vue.d.ts +3 -2
  17. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +2 -1
  18. package/dist/src/components/index.d.ts +1 -1
  19. package/dist/src/composables/actions/spaces/index.d.ts +1 -0
  20. package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +7 -0
  21. package/dist/src/composables/index.d.ts +1 -1
  22. package/dist/src/composables/navItems/index.d.ts +1 -0
  23. package/dist/src/composables/navItems/useNavItems.d.ts +13 -0
  24. package/dist/src/composables/piniaStores/auth.d.ts +8 -2
  25. package/dist/src/composables/piniaStores/extensionRegistry/types.d.ts +14 -1
  26. package/dist/src/composables/piniaStores/sideBar.d.ts +1 -15
  27. package/dist/src/composables/resources/useResourceViewContextMenu.d.ts +4 -3
  28. package/dist/src/composables/resources/useResourceViewHelpers.d.ts +2 -2
  29. package/dist/src/composables/spaces/useCreateSpace.d.ts +1 -0
  30. package/dist/src/constants.d.ts +0 -6
  31. package/dist/src/extensionPoints.d.ts +3 -0
  32. package/dist/src/helpers/filesize.d.ts +0 -7
  33. package/dist/src/helpers/index.d.ts +1 -2
  34. package/dist/src/helpers/versions.d.ts +5 -0
  35. package/dist/src/index.d.ts +1 -0
  36. package/dist/web-pkg.js +329 -331
  37. package/dist/web-pkg.umd.cjs +14 -34
  38. package/package.json +4 -5
  39. package/src/index.ts +1 -0
  40. package/dist/src/components/AppBar/CreateSpace.vue.d.ts +0 -18
  41. package/dist/src/components/TextEditor/TextEditor.vue.d.ts +0 -165
  42. package/dist/src/components/TextEditor/index.d.ts +0 -161
  43. package/dist/src/composables/portalTarget/eventTopics.d.ts +0 -3
  44. package/dist/src/composables/portalTarget/index.d.ts +0 -2
  45. package/dist/src/composables/portalTarget/usePortalTarget.d.ts +0 -4
  46. package/dist/src/helpers/contextMenuDropdown.d.ts +0 -7
  47. package/dist/src/helpers/statusIndicators.d.ts +0 -12
  48. package/dist/src/services/passwordPolicy/rules.d.ts +0 -69
  49. /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-CEJcEmbf.js";
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 Re = /* @__PURE__ */ D(Z, [["render", Y]]);
862
+ const je = /* @__PURE__ */ D(Z, [["render", Y]]);
865
863
  export {
866
- Re as default
864
+ je as default
867
865
  };