@opencloud-eu/web-pkg 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.
Files changed (51) hide show
  1. package/dist/{TextEditor-DjjOAW4z.js → TextEditor-Cn7QTWpj.js} +43 -40
  2. package/dist/assets/worker-B8_1fnv6.js +40 -0
  3. package/dist/assets/worker-CexULVXL.js +40 -0
  4. package/dist/assets/{worker-CvdOYtKy.js → worker-DW5HxaGD.js} +20 -30
  5. package/dist/{index-R7qeOPe_.js → index-BAXp6cDe.js} +17735 -18054
  6. package/dist/src/components/AppBar/AppBar.vue.d.ts +2 -0
  7. package/dist/src/components/BatchActions.vue.d.ts +1 -0
  8. package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +1 -0
  9. package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +1 -0
  10. package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +32 -38
  11. package/dist/src/components/CreateLinkModal.vue.d.ts +19 -159
  12. package/dist/src/components/FilesList/ContextActions.vue.d.ts +1 -0
  13. package/dist/src/components/FilesList/ResourceTable.vue.d.ts +480 -1481
  14. package/dist/src/components/FilesList/ResourceTile.vue.d.ts +4 -2
  15. package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +5 -5
  16. package/dist/src/components/ItemFilter.vue.d.ts +4 -0
  17. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +60 -85
  18. package/dist/src/composables/actions/types.d.ts +1 -1
  19. package/dist/src/composables/clipboard/useClipboard.d.ts +3 -0
  20. package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +3 -1
  21. package/dist/src/composables/links/index.d.ts +1 -0
  22. package/dist/src/composables/links/useCopyLink.d.ts +14 -0
  23. package/dist/src/composables/piniaStores/capabilities.d.ts +40 -1
  24. package/dist/src/composables/piniaStores/config/config.d.ts +4 -1
  25. package/dist/src/composables/piniaStores/groupwareConfig/groupwareConfig.d.ts +297 -0
  26. package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +2 -0
  27. package/dist/src/composables/piniaStores/groupwareConfig/types.d.ts +140 -0
  28. package/dist/src/composables/piniaStores/index.d.ts +1 -0
  29. package/dist/src/composables/piniaStores/messages.d.ts +6 -6
  30. package/dist/src/composables/resources/index.d.ts +2 -0
  31. package/dist/src/composables/resources/useGetResourceContext.d.ts +1 -1
  32. package/dist/src/composables/resources/useResourceViewDrag.d.ts +58 -0
  33. package/dist/src/composables/resources/useResourceViewHelpers.d.ts +77 -0
  34. package/dist/src/composables/selection/index.d.ts +0 -1
  35. package/dist/src/helpers/index.d.ts +1 -0
  36. package/dist/src/helpers/promise.d.ts +2 -0
  37. package/dist/src/helpers/resource/index.d.ts +1 -0
  38. package/dist/src/helpers/resource/isItemInCurrentFolder.d.ts +5 -0
  39. package/dist/src/index.d.ts +0 -1
  40. package/dist/src/services/archiver.d.ts +1 -0
  41. package/dist/src/services/cache.d.ts +1 -0
  42. package/dist/web-pkg.js +348 -334
  43. package/dist/web-pkg.umd.cjs +46 -66
  44. package/package.json +4 -4
  45. package/src/index.ts +0 -3
  46. package/dist/assets/worker-CGWVcik_.js +0 -50
  47. package/dist/assets/worker-DLek5ZML.js +0 -50
  48. package/dist/src/cern/composables/index.d.ts +0 -1
  49. package/dist/src/cern/composables/useGroupingSettings.d.ts +0 -34
  50. package/dist/src/cern/index.d.ts +0 -1
  51. package/dist/src/composables/selection/useToggleTile.d.ts +0 -4
@@ -110,13 +110,15 @@ declare function __VLS_template(): {
110
110
  };
111
111
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
112
112
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
113
- click: (event: MouseEvent | KeyboardEvent) => any;
114
113
  contextmenu: (event: MouseEvent | KeyboardEvent) => any;
115
114
  itemVisible: () => any;
115
+ fileNameClicked: (event: MouseEvent | KeyboardEvent) => any;
116
+ tileClicked: (event: [Resource, MouseEvent | KeyboardEvent]) => any;
116
117
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
117
- onClick?: (event: MouseEvent | KeyboardEvent) => any;
118
118
  onContextmenu?: (event: MouseEvent | KeyboardEvent) => any;
119
119
  onItemVisible?: () => any;
120
+ onFileNameClicked?: (event: MouseEvent | KeyboardEvent) => any;
121
+ onTileClicked?: (event: [Resource, MouseEvent | KeyboardEvent]) => any;
120
122
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
121
123
  observerTarget: {
122
124
  $: import('vue').ComponentInternalInstance;
@@ -3,7 +3,7 @@ import { Resource, SpaceResource } from '@opencloud-eu/web-client';
3
3
  import { CreateTargetRouteOptions } from '../../helpers';
4
4
  import { ImageDimension } from '../../constants';
5
5
  import { default as ResourceTile } from './ResourceTile.vue';
6
- import { SortDir, SortField } from '../../composables';
6
+ import { SortDir, SortField, FileActionOptions } from '../../composables';
7
7
  import { SizeType } from '@opencloud-eu/design-system/helpers';
8
8
  type ResourceTileRef = ComponentPublicInstance<typeof ResourceTile>;
9
9
  type __VLS_Props = {
@@ -32,7 +32,6 @@ declare function __VLS_template(): {
32
32
  }) => unknown;
33
33
  contextMenu?: (props: {
34
34
  resource: Resource;
35
- isOpen: boolean;
36
35
  }) => unknown;
37
36
  footer?: () => unknown;
38
37
  additionalResourceContent?: (props: {
@@ -47,7 +46,6 @@ declare function __VLS_template(): {
47
46
  }) => unknown;
48
47
  contextMenu?: (props: {
49
48
  resource: Resource;
50
- isOpen: boolean;
51
49
  }) => unknown;
52
50
  footer?: () => unknown;
53
51
  additionalResourceContent?: (props: {
@@ -55,7 +53,7 @@ declare function __VLS_template(): {
55
53
  }) => unknown;
56
54
  };
57
55
  refs: {
58
- ghostElementRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
56
+ ghostElement: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
59
57
  previewItems: {
60
58
  type: import('vue').PropType<Resource[]>;
61
59
  required: true;
@@ -124,6 +122,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
124
122
  rowMounted: (resource: Resource, compnent: ResourceTileRef, dimension: ImageDimension) => any;
125
123
  fileDropped: (id: string) => any;
126
124
  itemVisible: (resource: Resource) => any;
125
+ fileClick: (options: FileActionOptions) => any;
127
126
  "update:selectedIds": (ids: string[]) => any;
128
127
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
129
128
  onSort?: (value: {
@@ -133,9 +132,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
133
132
  onRowMounted?: (resource: Resource, compnent: ResourceTileRef, dimension: ImageDimension) => any;
134
133
  onFileDropped?: (id: string) => any;
135
134
  onItemVisible?: (resource: Resource) => any;
135
+ onFileClick?: (options: FileActionOptions) => any;
136
136
  "onUpdate:selectedIds"?: (ids: string[]) => any;
137
137
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
138
- ghostElementRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
138
+ ghostElement: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
139
139
  previewItems: {
140
140
  type: import('vue').PropType<Resource[]>;
141
141
  required: true;
@@ -37,6 +37,7 @@ declare function __VLS_template(): {
37
37
  readonly defaultValue?: string;
38
38
  readonly disabled?: boolean;
39
39
  readonly label: string;
40
+ readonly inlineLabel?: boolean;
40
41
  readonly errorMessage?: string;
41
42
  readonly errorMessageDebouncedTime?: number;
42
43
  readonly fixMessageLine?: boolean;
@@ -45,6 +46,7 @@ declare function __VLS_template(): {
45
46
  readonly requiredMark?: boolean;
46
47
  readonly passwordPolicy?: import('@opencloud-eu/design-system/helpers').PasswordPolicy;
47
48
  readonly generatePasswordMethod?: (...args: unknown[]) => string;
49
+ readonly hasBorder?: boolean;
48
50
  readonly onChange?: (value: string) => any;
49
51
  readonly onFocus?: (value: string) => any;
50
52
  readonly "onUpdate:modelValue"?: (value: string) => any;
@@ -137,6 +139,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
137
139
  readonly defaultValue?: string;
138
140
  readonly disabled?: boolean;
139
141
  readonly label: string;
142
+ readonly inlineLabel?: boolean;
140
143
  readonly errorMessage?: string;
141
144
  readonly errorMessageDebouncedTime?: number;
142
145
  readonly fixMessageLine?: boolean;
@@ -145,6 +148,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
145
148
  readonly requiredMark?: boolean;
146
149
  readonly passwordPolicy?: import('@opencloud-eu/design-system/helpers').PasswordPolicy;
147
150
  readonly generatePasswordMethod?: (...args: unknown[]) => string;
151
+ readonly hasBorder?: boolean;
148
152
  readonly onChange?: (value: string) => any;
149
153
  readonly onFocus?: (value: string) => any;
150
154
  readonly "onUpdate:modelValue"?: (value: string) => any;
@@ -1,60 +1,40 @@
1
- import { PropType } from 'vue';
2
1
  import { SideBarPanelContext } from '../SideBar/types';
3
- import { SpaceResource, Resource } from '@opencloud-eu/web-client';
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
- isOpen: {
6
- type: BooleanConstructor;
7
- required: true;
8
- };
9
- activePanel: {
10
- type: StringConstructor;
11
- required: false;
12
- default: any;
13
- };
14
- space: {
15
- type: PropType<SpaceResource>;
16
- required: false;
17
- default: any;
18
- };
19
- }>, {
20
- loadedResource: import('vue').Ref<Resource, Resource>;
21
- setActiveSideBarPanel: (panelName: string) => void;
22
- closeSideBar: () => void;
23
- panelContext: import('vue').ComputedRef<SideBarPanelContext<SpaceResource, Resource, Resource>>;
24
- availablePanels: import('vue').ComputedRef<import('.').SideBarPanel<SpaceResource, Resource, Resource>[]>;
25
- isFileHeaderVisible: import('vue').ComputedRef<boolean>;
26
- isSpaceHeaderVisible: import('vue').ComputedRef<boolean>;
27
- isLoading: import('vue').ComputedRef<boolean>;
28
- loadSharesTask: import('vue-concurrency').Task<void, [resource: Resource]>;
29
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
30
- isOpen: {
31
- type: BooleanConstructor;
32
- required: true;
33
- };
34
- activePanel: {
35
- type: StringConstructor;
36
- required: false;
37
- default: any;
38
- };
39
- space: {
40
- type: PropType<SpaceResource>;
41
- required: false;
42
- default: any;
43
- };
44
- }>> & Readonly<{}>, {
45
- space: SpaceResource;
46
- activePanel: string;
47
- }, {}, {
48
- FileInfo: import('vue').DefineComponent<{
49
- isSubPanelActive?: boolean;
50
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
51
- isSubPanelActive?: boolean;
52
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
53
- SpaceInfo: import('vue').DefineComponent<{}, {
54
- resource: SpaceResource;
55
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
56
- InnerSideBar: {
57
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2
+ import { SpaceResource } from '@opencloud-eu/web-client';
3
+ type __VLS_Props = {
4
+ isOpen: boolean;
5
+ activePanel?: string;
6
+ space?: SpaceResource;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
9
+ sidebar: {
10
+ $: import('vue').ComponentInternalInstance;
11
+ $data: {};
12
+ $props: {
13
+ readonly isOpen: boolean;
14
+ readonly loading: boolean;
15
+ readonly availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
16
+ readonly panelContext: SideBarPanelContext<unknown, unknown, unknown>;
17
+ readonly activePanel?: string;
18
+ readonly onClose?: () => any;
19
+ readonly onSelectPanel?: (panel: string) => any;
20
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
21
+ $attrs: {
22
+ [x: string]: unknown;
23
+ };
24
+ $refs: {
25
+ [x: string]: unknown;
26
+ } & {
27
+ appSideBar: HTMLDivElement;
28
+ };
29
+ $slots: Readonly<{
30
+ [name: string]: import('vue').Slot<any>;
31
+ }>;
32
+ $root: import('vue').ComponentPublicInstance | null;
33
+ $parent: import('vue').ComponentPublicInstance | null;
34
+ $host: Element | null;
35
+ $emit: ((event: "close") => void) & ((event: "selectPanel", panel: string) => void);
36
+ $el: HTMLDivElement;
37
+ $options: import('vue').ComponentOptionsBase<Readonly<{
58
38
  isOpen: boolean;
59
39
  loading: boolean;
60
40
  availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
@@ -66,29 +46,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
66
46
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
67
47
  close: () => any;
68
48
  selectPanel: (panel: string) => any;
69
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
70
- appSideBar: HTMLDivElement;
71
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
72
- P: {};
73
- B: {};
74
- D: {};
75
- C: {};
76
- M: {};
77
- Defaults: {};
78
- }, Readonly<{
79
- isOpen: boolean;
80
- loading: boolean;
81
- availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
82
- panelContext: SideBarPanelContext<unknown, unknown, unknown>;
83
- activePanel?: string;
84
- }> & Readonly<{
85
- onClose?: () => any;
86
- onSelectPanel?: (panel: string) => any;
87
- }>, {}, {}, {}, {}, {}>;
88
- __isFragment?: never;
89
- __isTeleport?: never;
90
- __isSuspense?: never;
91
- } & import('vue').ComponentOptionsBase<Readonly<{
49
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
50
+ beforeCreate?: (() => void) | (() => void)[];
51
+ created?: (() => void) | (() => void)[];
52
+ beforeMount?: (() => void) | (() => void)[];
53
+ mounted?: (() => void) | (() => void)[];
54
+ beforeUpdate?: (() => void) | (() => void)[];
55
+ updated?: (() => void) | (() => void)[];
56
+ activated?: (() => void) | (() => void)[];
57
+ deactivated?: (() => void) | (() => void)[];
58
+ beforeDestroy?: (() => void) | (() => void)[];
59
+ beforeUnmount?: (() => void) | (() => void)[];
60
+ destroyed?: (() => void) | (() => void)[];
61
+ unmounted?: (() => void) | (() => void)[];
62
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
63
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
64
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
65
+ };
66
+ $forceUpdate: () => void;
67
+ $nextTick: typeof import('vue').nextTick;
68
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
69
+ } & Readonly<{}> & Omit<Readonly<{
92
70
  isOpen: boolean;
93
71
  loading: boolean;
94
72
  availablePanels: import('.').SideBarPanel<unknown, unknown, unknown>[];
@@ -97,10 +75,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
97
75
  }> & Readonly<{
98
76
  onClose?: () => any;
99
77
  onSelectPanel?: (panel: string) => any;
100
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
101
- close: () => any;
102
- selectPanel: (panel: string) => any;
103
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
78
+ }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
104
79
  $slots: Readonly<{
105
80
  body: () => unknown;
106
81
  rootHeader: () => unknown;
@@ -110,6 +85,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
110
85
  rootHeader: () => unknown;
111
86
  subHeader: () => unknown;
112
87
  };
113
- });
114
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
88
+ };
89
+ }, any>;
115
90
  export default _default;
@@ -8,7 +8,7 @@ export type ActionOptions = Record<string, unknown | unknown[]>;
8
8
  export interface Action<T = ActionOptions> {
9
9
  name: string;
10
10
  category?: StringUnionOrAnyString<'context' | 'share' | 'actions' | 'sidebar'>;
11
- icon: string;
11
+ icon: string | ((options?: ActionOptions) => string);
12
12
  iconFillType?: IconFillType;
13
13
  appearance?: AppearanceType;
14
14
  id?: string;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @deprecated use useClipboard from vueuse or useCopyLink for links instead
3
+ */
1
4
  export declare const useClipboard: () => {
2
5
  copyToClipboard: (quickLinkUrl: string) => Promise<void>;
3
6
  };
@@ -7,7 +7,9 @@ export type ResourceRouteResolverOptions = {
7
7
  targetRouteCallback?: Ref<(arg: CreateTargetRouteOptions) => unknown>;
8
8
  space?: Ref<SpaceResource>;
9
9
  };
10
- export declare const useResourceRouteResolver: (options?: ResourceRouteResolverOptions, context?: any) => {
10
+ export declare const useResourceRouteResolver: (options?: ResourceRouteResolverOptions,
11
+ /** @deprecated */
12
+ context?: any) => {
11
13
  createFileAction: (resource: Resource) => void;
12
14
  createFolderLink: (createTargetRouteOptions: CreateTargetRouteOptions) => unknown;
13
15
  };
@@ -1 +1,2 @@
1
+ export * from './useCopyLink';
1
2
  export * from './useLinkTypes';
@@ -0,0 +1,14 @@
1
+ import { LinkShare } from '@opencloud-eu/web-client';
2
+ /**
3
+ * Dedicated composable for copying created links to clipboard because it requires
4
+ * special handling for Safari. For this to work you need to pass the link create method
5
+ * to copyLink so that the link is created within the same user interaction as the clipboard write.
6
+ *
7
+ * This composable also takes care of showing success and error messages.
8
+ */
9
+ export declare const useCopyLink: () => {
10
+ copyLink: ({ createLinkHandler, password }: {
11
+ createLinkHandler: () => Promise<PromiseSettledResult<LinkShare>[]>;
12
+ password?: string;
13
+ }) => Promise<void>;
14
+ };
@@ -72,6 +72,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
72
72
  };
73
73
  'check-for-updates'?: boolean;
74
74
  'support-sse'?: boolean;
75
+ 'support-radicale'?: boolean;
75
76
  'support-url-signing'?: boolean;
76
77
  'webdav-root'?: string;
77
78
  };
@@ -177,6 +178,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
177
178
  edit_login_allowed_disabled?: boolean;
178
179
  };
179
180
  };
181
+ groupware?: {
182
+ enabled?: boolean;
183
+ };
180
184
  }, {
181
185
  checksums?: {
182
186
  preferredUploadType?: string;
@@ -215,6 +219,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
215
219
  };
216
220
  "check-for-updates"?: boolean;
217
221
  "support-sse"?: boolean;
222
+ "support-radicale"?: boolean;
218
223
  "support-url-signing"?: boolean;
219
224
  "webdav-root"?: string;
220
225
  };
@@ -302,6 +307,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
302
307
  edit_login_allowed_disabled?: boolean;
303
308
  };
304
309
  };
310
+ groupware?: {
311
+ enabled?: boolean;
312
+ };
305
313
  } | {
306
314
  checksums?: {
307
315
  preferredUploadType?: string;
@@ -373,6 +381,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
373
381
  };
374
382
  'check-for-updates'?: boolean;
375
383
  'support-sse'?: boolean;
384
+ 'support-radicale'?: boolean;
376
385
  'support-url-signing'?: boolean;
377
386
  'webdav-root'?: string;
378
387
  };
@@ -478,6 +487,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
478
487
  edit_login_allowed_disabled?: boolean;
479
488
  };
480
489
  };
490
+ groupware?: {
491
+ enabled?: boolean;
492
+ };
481
493
  }>;
482
494
  setCapabilities: (data: Capabilities) => void;
483
495
  status: import('vue').ComputedRef<{
@@ -503,6 +515,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
503
515
  }>;
504
516
  supportUrlSigning: import('vue').ComputedRef<boolean>;
505
517
  supportSSE: import('vue').ComputedRef<boolean>;
518
+ supportRadicale: import('vue').ComputedRef<boolean>;
506
519
  personalDataExport: import('vue').ComputedRef<boolean>;
507
520
  davReports: import('vue').ComputedRef<string[]>;
508
521
  davTrashbin: import('vue').ComputedRef<string>;
@@ -645,6 +658,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
645
658
  };
646
659
  'check-for-updates'?: boolean;
647
660
  'support-sse'?: boolean;
661
+ 'support-radicale'?: boolean;
648
662
  'support-url-signing'?: boolean;
649
663
  'webdav-root'?: string;
650
664
  };
@@ -750,6 +764,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
750
764
  edit_login_allowed_disabled?: boolean;
751
765
  };
752
766
  };
767
+ groupware?: {
768
+ enabled?: boolean;
769
+ };
753
770
  }, {
754
771
  checksums?: {
755
772
  preferredUploadType?: string;
@@ -788,6 +805,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
788
805
  };
789
806
  "check-for-updates"?: boolean;
790
807
  "support-sse"?: boolean;
808
+ "support-radicale"?: boolean;
791
809
  "support-url-signing"?: boolean;
792
810
  "webdav-root"?: string;
793
811
  };
@@ -875,6 +893,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
875
893
  edit_login_allowed_disabled?: boolean;
876
894
  };
877
895
  };
896
+ groupware?: {
897
+ enabled?: boolean;
898
+ };
878
899
  } | {
879
900
  checksums?: {
880
901
  preferredUploadType?: string;
@@ -946,6 +967,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
946
967
  };
947
968
  'check-for-updates'?: boolean;
948
969
  'support-sse'?: boolean;
970
+ 'support-radicale'?: boolean;
949
971
  'support-url-signing'?: boolean;
950
972
  'webdav-root'?: string;
951
973
  };
@@ -1051,6 +1073,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1051
1073
  edit_login_allowed_disabled?: boolean;
1052
1074
  };
1053
1075
  };
1076
+ groupware?: {
1077
+ enabled?: boolean;
1078
+ };
1054
1079
  }>;
1055
1080
  setCapabilities: (data: Capabilities) => void;
1056
1081
  status: import('vue').ComputedRef<{
@@ -1076,6 +1101,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1076
1101
  }>;
1077
1102
  supportUrlSigning: import('vue').ComputedRef<boolean>;
1078
1103
  supportSSE: import('vue').ComputedRef<boolean>;
1104
+ supportRadicale: import('vue').ComputedRef<boolean>;
1079
1105
  personalDataExport: import('vue').ComputedRef<boolean>;
1080
1106
  davReports: import('vue').ComputedRef<string[]>;
1081
1107
  davTrashbin: import('vue').ComputedRef<string>;
@@ -1145,7 +1171,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1145
1171
  searchContent: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').SearchPropertyCapability | {
1146
1172
  enabled?: boolean;
1147
1173
  }>;
1148
- }, "status" | "supportUrlSigning" | "supportSSE" | "personalDataExport" | "davReports" | "davTrashbin" | "spacesMaxQuota" | "spacesProjects" | "graphUsersCreateDisabled" | "graphUsersDeleteDisabled" | "graphUsersChangeSelfPasswordDisabled" | "graphUsersEditLoginAllowedDisabled" | "graphUsersReadOnlyAttributes" | "filesAppProviders" | "filesFavorites" | "filesArchivers" | "filesPrivateLinks" | "filesPermanentDeletion" | "filesTags" | "filesUndelete" | "sharingApiEnabled" | "sharingCanRename" | "sharingAllowCustom" | "sharingPublicEnabled" | "sharingPublicCanEdit" | "sharingPublicCanContribute" | "sharingPublicAlias" | "sharingPublicDefaultPermissions" | "sharingPublicPasswordEnforcedFor" | "sharingSearchMinLength" | "sharingUserProfilePicture" | "tusMaxChunkSize" | "tusExtension" | "tusHttpMethodOverride" | "notificationsOcsEndpoints" | "passwordPolicy" | "searchLastMofifiedDate" | "searchMediaType" | "searchContent">, Pick<{
1174
+ }, "status" | "supportUrlSigning" | "supportSSE" | "supportRadicale" | "personalDataExport" | "davReports" | "davTrashbin" | "spacesMaxQuota" | "spacesProjects" | "graphUsersCreateDisabled" | "graphUsersDeleteDisabled" | "graphUsersChangeSelfPasswordDisabled" | "graphUsersEditLoginAllowedDisabled" | "graphUsersReadOnlyAttributes" | "filesAppProviders" | "filesFavorites" | "filesArchivers" | "filesPrivateLinks" | "filesPermanentDeletion" | "filesTags" | "filesUndelete" | "sharingApiEnabled" | "sharingCanRename" | "sharingAllowCustom" | "sharingPublicEnabled" | "sharingPublicCanEdit" | "sharingPublicCanContribute" | "sharingPublicAlias" | "sharingPublicDefaultPermissions" | "sharingPublicPasswordEnforcedFor" | "sharingSearchMinLength" | "sharingUserProfilePicture" | "tusMaxChunkSize" | "tusExtension" | "tusHttpMethodOverride" | "notificationsOcsEndpoints" | "passwordPolicy" | "searchLastMofifiedDate" | "searchMediaType" | "searchContent">, Pick<{
1149
1175
  isInitialized: import('vue').Ref<boolean, boolean>;
1150
1176
  capabilities: import('vue').Ref<{
1151
1177
  checksums?: {
@@ -1218,6 +1244,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1218
1244
  };
1219
1245
  'check-for-updates'?: boolean;
1220
1246
  'support-sse'?: boolean;
1247
+ 'support-radicale'?: boolean;
1221
1248
  'support-url-signing'?: boolean;
1222
1249
  'webdav-root'?: string;
1223
1250
  };
@@ -1323,6 +1350,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1323
1350
  edit_login_allowed_disabled?: boolean;
1324
1351
  };
1325
1352
  };
1353
+ groupware?: {
1354
+ enabled?: boolean;
1355
+ };
1326
1356
  }, {
1327
1357
  checksums?: {
1328
1358
  preferredUploadType?: string;
@@ -1361,6 +1391,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1361
1391
  };
1362
1392
  "check-for-updates"?: boolean;
1363
1393
  "support-sse"?: boolean;
1394
+ "support-radicale"?: boolean;
1364
1395
  "support-url-signing"?: boolean;
1365
1396
  "webdav-root"?: string;
1366
1397
  };
@@ -1448,6 +1479,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1448
1479
  edit_login_allowed_disabled?: boolean;
1449
1480
  };
1450
1481
  };
1482
+ groupware?: {
1483
+ enabled?: boolean;
1484
+ };
1451
1485
  } | {
1452
1486
  checksums?: {
1453
1487
  preferredUploadType?: string;
@@ -1519,6 +1553,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1519
1553
  };
1520
1554
  'check-for-updates'?: boolean;
1521
1555
  'support-sse'?: boolean;
1556
+ 'support-radicale'?: boolean;
1522
1557
  'support-url-signing'?: boolean;
1523
1558
  'webdav-root'?: string;
1524
1559
  };
@@ -1624,6 +1659,9 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1624
1659
  edit_login_allowed_disabled?: boolean;
1625
1660
  };
1626
1661
  };
1662
+ groupware?: {
1663
+ enabled?: boolean;
1664
+ };
1627
1665
  }>;
1628
1666
  setCapabilities: (data: Capabilities) => void;
1629
1667
  status: import('vue').ComputedRef<{
@@ -1649,6 +1687,7 @@ export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabi
1649
1687
  }>;
1650
1688
  supportUrlSigning: import('vue').ComputedRef<boolean>;
1651
1689
  supportSSE: import('vue').ComputedRef<boolean>;
1690
+ supportRadicale: import('vue').ComputedRef<boolean>;
1652
1691
  personalDataExport: import('vue').ComputedRef<boolean>;
1653
1692
  davReports: import('vue').ComputedRef<string[]>;
1654
1693
  davTrashbin: import('vue').ComputedRef<string>;
@@ -250,6 +250,7 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
250
250
  href?: string;
251
251
  }[]>;
252
252
  serverUrl: import('vue').ComputedRef<string>;
253
+ groupwareUrl: import('vue').ComputedRef<string>;
253
254
  loadConfig: (data: RawConfig) => void;
254
255
  }, "apps" | "options" | "theme" | "customTranslations" | "openIdConnect" | "sentry" | "scripts" | "styles" | "oAuth2" | "externalApps">, Pick<{
255
256
  options: import('vue').Ref<{
@@ -502,8 +503,9 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
502
503
  href?: string;
503
504
  }[]>;
504
505
  serverUrl: import('vue').ComputedRef<string>;
506
+ groupwareUrl: import('vue').ComputedRef<string>;
505
507
  loadConfig: (data: RawConfig) => void;
506
- }, "serverUrl" | "isOAuth2" | "isOIDC">, Pick<{
508
+ }, "serverUrl" | "isOAuth2" | "isOIDC" | "groupwareUrl">, Pick<{
507
509
  options: import('vue').Ref<{
508
510
  cernFeatures?: boolean;
509
511
  concurrentRequests?: {
@@ -754,6 +756,7 @@ export declare const useConfigStore: import('pinia').StoreDefinition<"config", P
754
756
  href?: string;
755
757
  }[]>;
756
758
  serverUrl: import('vue').ComputedRef<string>;
759
+ groupwareUrl: import('vue').ComputedRef<string>;
757
760
  loadConfig: (data: RawConfig) => void;
758
761
  }, "loadConfig">>;
759
762
  export type ConfigStore = ReturnType<typeof useConfigStore>;