@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
@@ -7,7 +7,6 @@ import { Language, Translations } from 'vue3-gettext';
7
7
  import { Pinia } from 'pinia';
8
8
  import { AppProviderService, ArchiverService, ClientService, LoadingService, PasswordPolicyService, PreviewService, UppyService } from '../services';
9
9
  import { AuthServiceInterface } from '../composables';
10
- import { Wormhole } from 'portal-vue/types/types.js';
11
10
  export interface GlobalProperties extends ComponentCustomProperties, Language {
12
11
  $ability: Ability;
13
12
  $appProviderService: AppProviderService;
@@ -21,13 +20,11 @@ export interface GlobalProperties extends ComponentCustomProperties, Language {
21
20
  $previewService: PreviewService;
22
21
  $router: Router;
23
22
  $uppyService: UppyService;
24
- $wormhole: Wormhole;
25
23
  passwordPolicyService: PasswordPolicyService;
26
24
  }
27
25
  export interface AppReadyHookArgs {
28
26
  globalProperties: GlobalProperties;
29
27
  instance?: App;
30
- portal?: any;
31
28
  }
32
29
  export interface AppNavigationItem {
33
30
  isActive?: () => boolean;
@@ -428,5 +428,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
428
428
  viewModeDefault?: string;
429
429
  viewModes?: FolderView[];
430
430
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
431
+ MobileNav: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
431
432
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
432
433
  export default _default;
@@ -1,2 +1 @@
1
1
  export { default as AppBar } from './AppBar.vue';
2
- export { default as CreateSpace } from './CreateSpace.vue';
@@ -33,7 +33,7 @@ declare function __VLS_template(): {
33
33
  revokeUrl: (url: string) => void;
34
34
  getUrlForResource: (space: SpaceResource, resource: Resource, options?: UrlForResourceOptions) => Promise<string>;
35
35
  class: {
36
- 'w-[calc(100%-440px)]': boolean;
36
+ 'w-[calc(100%-360px)]': boolean;
37
37
  };
38
38
  }): any;
39
39
  };
@@ -14,5 +14,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
14
14
  close: () => any;
15
15
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
16
  onClose?: () => any;
17
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
18
18
  export default _default;
@@ -1,3 +1,4 @@
1
+ import { ComponentPublicInstance } from 'vue';
1
2
  import { Resource } from '@opencloud-eu/web-client';
2
3
  type __VLS_Props = {
3
4
  item: Resource;
@@ -11,21 +12,418 @@ declare function __VLS_template(): {
11
12
  item: Resource;
12
13
  }): any;
13
14
  };
14
- refs: {};
15
+ refs: {
16
+ drop: {
17
+ $: import('vue').ComponentInternalInstance;
18
+ $data: {};
19
+ $props: Partial<{}> & Omit<{
20
+ readonly title?: string;
21
+ readonly closeOnClick?: boolean;
22
+ readonly dropId?: string;
23
+ readonly mode?: "click" | "hover" | "manual";
24
+ readonly offset?: number;
25
+ readonly paddingSize?: import('@opencloud-eu/design-system/helpers').SizeType | "remove";
26
+ readonly position?: import('@floating-ui/dom').Placement;
27
+ readonly toggle?: string;
28
+ readonly enforceDropOnMobile?: boolean;
29
+ readonly onHideDrop?: () => any;
30
+ readonly onShowDrop?: () => any;
31
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
32
+ $attrs: {
33
+ [x: string]: unknown;
34
+ };
35
+ $refs: {
36
+ [x: string]: unknown;
37
+ } & {
38
+ bottomDrawerRef: {
39
+ $: import('vue').ComponentInternalInstance;
40
+ $data: {};
41
+ $props: {
42
+ readonly drawerId: string;
43
+ readonly toggle: string;
44
+ readonly closeOnClick?: boolean;
45
+ readonly title?: string;
46
+ readonly registerClickHandler?: boolean;
47
+ readonly onShow?: () => any;
48
+ readonly onHide?: () => any;
49
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
50
+ $attrs: {
51
+ [x: string]: unknown;
52
+ };
53
+ $refs: {
54
+ [x: string]: unknown;
55
+ } & {
56
+ bottomDrawerCardBodyRef: HTMLDivElement;
57
+ };
58
+ $slots: Readonly<{
59
+ [name: string]: import('vue').Slot<any>;
60
+ }>;
61
+ $root: ComponentPublicInstance | null;
62
+ $parent: ComponentPublicInstance | null;
63
+ $host: Element | null;
64
+ $emit: ((event: "show") => void) & ((event: "hide") => void);
65
+ $el: any;
66
+ $options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
67
+ onShow?: () => any;
68
+ onHide?: () => any;
69
+ }>, {
70
+ show: () => Promise<void>;
71
+ hide: () => void;
72
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
73
+ show: () => any;
74
+ hide: () => any;
75
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
76
+ beforeCreate?: (() => void) | (() => void)[];
77
+ created?: (() => void) | (() => void)[];
78
+ beforeMount?: (() => void) | (() => void)[];
79
+ mounted?: (() => void) | (() => void)[];
80
+ beforeUpdate?: (() => void) | (() => void)[];
81
+ updated?: (() => void) | (() => void)[];
82
+ activated?: (() => void) | (() => void)[];
83
+ deactivated?: (() => void) | (() => void)[];
84
+ beforeDestroy?: (() => void) | (() => void)[];
85
+ beforeUnmount?: (() => void) | (() => void)[];
86
+ destroyed?: (() => void) | (() => void)[];
87
+ unmounted?: (() => void) | (() => void)[];
88
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
89
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
90
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
91
+ };
92
+ $forceUpdate: () => void;
93
+ $nextTick: typeof import('vue').nextTick;
94
+ $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;
95
+ } & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
96
+ onShow?: () => any;
97
+ onHide?: () => any;
98
+ }>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
99
+ show: () => Promise<void>;
100
+ hide: () => void;
101
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
102
+ $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots;
103
+ };
104
+ drop: HTMLDivElement;
105
+ };
106
+ $slots: Readonly<{
107
+ [name: string]: import('vue').Slot<any>;
108
+ }>;
109
+ $root: ComponentPublicInstance | null;
110
+ $parent: ComponentPublicInstance | null;
111
+ $host: Element | null;
112
+ $emit: ((event: "hideDrop") => void) & ((event: "showDrop") => void);
113
+ $el: any;
114
+ $options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
115
+ onHideDrop?: () => any;
116
+ onShowDrop?: () => any;
117
+ }>, {
118
+ show: ({ event, useMouseAnchor }?: {
119
+ event?: Event;
120
+ useMouseAnchor?: boolean;
121
+ }) => void;
122
+ hide: () => void;
123
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
124
+ hideDrop: () => any;
125
+ showDrop: () => any;
126
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
127
+ beforeCreate?: (() => void) | (() => void)[];
128
+ created?: (() => void) | (() => void)[];
129
+ beforeMount?: (() => void) | (() => void)[];
130
+ mounted?: (() => void) | (() => void)[];
131
+ beforeUpdate?: (() => void) | (() => void)[];
132
+ updated?: (() => void) | (() => void)[];
133
+ activated?: (() => void) | (() => void)[];
134
+ deactivated?: (() => void) | (() => void)[];
135
+ beforeDestroy?: (() => void) | (() => void)[];
136
+ beforeUnmount?: (() => void) | (() => void)[];
137
+ destroyed?: (() => void) | (() => void)[];
138
+ unmounted?: (() => void) | (() => void)[];
139
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
140
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
141
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
142
+ };
143
+ $forceUpdate: () => void;
144
+ $nextTick: typeof import('vue').nextTick;
145
+ $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;
146
+ } & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
147
+ onHideDrop?: () => any;
148
+ onShowDrop?: () => any;
149
+ }>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
150
+ show: ({ event, useMouseAnchor }?: {
151
+ event?: Event;
152
+ useMouseAnchor?: boolean;
153
+ }) => void;
154
+ hide: () => void;
155
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
156
+ $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots;
157
+ };
158
+ };
15
159
  rootEl: any;
16
160
  };
17
161
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
19
- quickActionClicked: (payload: {
20
- event: MouseEvent;
21
- dropdown: any;
22
- }) => any;
162
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
163
+ drop: Readonly<import('vue').ShallowRef<ComponentPublicInstance<{
164
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
165
+ onHideDrop?: () => any;
166
+ onShowDrop?: () => any;
167
+ }>, {
168
+ show: ({ event, useMouseAnchor }?: {
169
+ event?: Event;
170
+ useMouseAnchor?: boolean;
171
+ }) => void;
172
+ hide: () => void;
173
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
174
+ hideDrop: () => any;
175
+ showDrop: () => any;
176
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
177
+ bottomDrawerRef: {
178
+ $: import('vue').ComponentInternalInstance;
179
+ $data: {};
180
+ $props: {
181
+ readonly drawerId: string;
182
+ readonly toggle: string;
183
+ readonly closeOnClick?: boolean;
184
+ readonly title?: string;
185
+ readonly registerClickHandler?: boolean;
186
+ readonly onShow?: () => any;
187
+ readonly onHide?: () => any;
188
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
189
+ $attrs: {
190
+ [x: string]: unknown;
191
+ };
192
+ $refs: {
193
+ [x: string]: unknown;
194
+ } & {
195
+ bottomDrawerCardBodyRef: HTMLDivElement;
196
+ };
197
+ $slots: Readonly<{
198
+ [name: string]: import('vue').Slot<any>;
199
+ }>;
200
+ $root: ComponentPublicInstance | null;
201
+ $parent: ComponentPublicInstance | null;
202
+ $host: Element | null;
203
+ $emit: ((event: "show") => void) & ((event: "hide") => void);
204
+ $el: any;
205
+ $options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
206
+ onShow?: () => any;
207
+ onHide?: () => any;
208
+ }>, {
209
+ show: () => Promise<void>;
210
+ hide: () => void;
211
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
212
+ show: () => any;
213
+ hide: () => any;
214
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
215
+ beforeCreate?: (() => void) | (() => void)[];
216
+ created?: (() => void) | (() => void)[];
217
+ beforeMount?: (() => void) | (() => void)[];
218
+ mounted?: (() => void) | (() => void)[];
219
+ beforeUpdate?: (() => void) | (() => void)[];
220
+ updated?: (() => void) | (() => void)[];
221
+ activated?: (() => void) | (() => void)[];
222
+ deactivated?: (() => void) | (() => void)[];
223
+ beforeDestroy?: (() => void) | (() => void)[];
224
+ beforeUnmount?: (() => void) | (() => void)[];
225
+ destroyed?: (() => void) | (() => void)[];
226
+ unmounted?: (() => void) | (() => void)[];
227
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
228
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
229
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
230
+ };
231
+ $forceUpdate: () => void;
232
+ $nextTick: typeof import('vue').nextTick;
233
+ $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;
234
+ } & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
235
+ onShow?: () => any;
236
+ onHide?: () => any;
237
+ }>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
238
+ show: () => Promise<void>;
239
+ hide: () => void;
240
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
241
+ $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots;
242
+ };
243
+ drop: HTMLDivElement;
244
+ }, any, import('vue').ComponentProvideOptions, {
245
+ P: {};
246
+ B: {};
247
+ D: {};
248
+ C: {};
249
+ M: {};
250
+ Defaults: {};
251
+ }, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
252
+ onHideDrop?: () => any;
253
+ onShowDrop?: () => any;
254
+ }>, {
255
+ show: ({ event, useMouseAnchor }?: {
256
+ event?: Event;
257
+ useMouseAnchor?: boolean;
258
+ }) => void;
259
+ hide: () => void;
260
+ }, {}, {}, {}, {}>;
261
+ __isFragment?: never;
262
+ __isTeleport?: never;
263
+ __isSuspense?: never;
264
+ } & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
265
+ onHideDrop?: () => any;
266
+ onShowDrop?: () => any;
267
+ }>, {
268
+ show: ({ event, useMouseAnchor }?: {
269
+ event?: Event;
270
+ useMouseAnchor?: boolean;
271
+ }) => void;
272
+ hide: () => void;
273
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
274
+ hideDrop: () => any;
275
+ showDrop: () => any;
276
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
277
+ $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots;
278
+ })>>>;
279
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
280
+ quickActionClicked: (event: MouseEvent | KeyboardEvent) => any;
23
281
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
24
- onQuickActionClicked?: (payload: {
25
- event: MouseEvent;
26
- dropdown: any;
27
- }) => any;
28
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
282
+ onQuickActionClicked?: (event: MouseEvent | KeyboardEvent) => any;
283
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
284
+ drop: {
285
+ $: import('vue').ComponentInternalInstance;
286
+ $data: {};
287
+ $props: Partial<{}> & Omit<{
288
+ readonly title?: string;
289
+ readonly closeOnClick?: boolean;
290
+ readonly dropId?: string;
291
+ readonly mode?: "click" | "hover" | "manual";
292
+ readonly offset?: number;
293
+ readonly paddingSize?: import('@opencloud-eu/design-system/helpers').SizeType | "remove";
294
+ readonly position?: import('@floating-ui/dom').Placement;
295
+ readonly toggle?: string;
296
+ readonly enforceDropOnMobile?: boolean;
297
+ readonly onHideDrop?: () => any;
298
+ readonly onShowDrop?: () => any;
299
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
300
+ $attrs: {
301
+ [x: string]: unknown;
302
+ };
303
+ $refs: {
304
+ [x: string]: unknown;
305
+ } & {
306
+ bottomDrawerRef: {
307
+ $: import('vue').ComponentInternalInstance;
308
+ $data: {};
309
+ $props: {
310
+ readonly drawerId: string;
311
+ readonly toggle: string;
312
+ readonly closeOnClick?: boolean;
313
+ readonly title?: string;
314
+ readonly registerClickHandler?: boolean;
315
+ readonly onShow?: () => any;
316
+ readonly onHide?: () => any;
317
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
318
+ $attrs: {
319
+ [x: string]: unknown;
320
+ };
321
+ $refs: {
322
+ [x: string]: unknown;
323
+ } & {
324
+ bottomDrawerCardBodyRef: HTMLDivElement;
325
+ };
326
+ $slots: Readonly<{
327
+ [name: string]: import('vue').Slot<any>;
328
+ }>;
329
+ $root: ComponentPublicInstance | null;
330
+ $parent: ComponentPublicInstance | null;
331
+ $host: Element | null;
332
+ $emit: ((event: "show") => void) & ((event: "hide") => void);
333
+ $el: any;
334
+ $options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
335
+ onShow?: () => any;
336
+ onHide?: () => any;
337
+ }>, {
338
+ show: () => Promise<void>;
339
+ hide: () => void;
340
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
341
+ show: () => any;
342
+ hide: () => any;
343
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
344
+ beforeCreate?: (() => void) | (() => void)[];
345
+ created?: (() => void) | (() => void)[];
346
+ beforeMount?: (() => void) | (() => void)[];
347
+ mounted?: (() => void) | (() => void)[];
348
+ beforeUpdate?: (() => void) | (() => void)[];
349
+ updated?: (() => void) | (() => void)[];
350
+ activated?: (() => void) | (() => void)[];
351
+ deactivated?: (() => void) | (() => void)[];
352
+ beforeDestroy?: (() => void) | (() => void)[];
353
+ beforeUnmount?: (() => void) | (() => void)[];
354
+ destroyed?: (() => void) | (() => void)[];
355
+ unmounted?: (() => void) | (() => void)[];
356
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
357
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
358
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
359
+ };
360
+ $forceUpdate: () => void;
361
+ $nextTick: typeof import('vue').nextTick;
362
+ $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;
363
+ } & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Props> & Readonly<{
364
+ onShow?: () => any;
365
+ onHide?: () => any;
366
+ }>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
367
+ show: () => Promise<void>;
368
+ hide: () => void;
369
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
370
+ $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcMobileDrop.vue').Slots;
371
+ };
372
+ drop: HTMLDivElement;
373
+ };
374
+ $slots: Readonly<{
375
+ [name: string]: import('vue').Slot<any>;
376
+ }>;
377
+ $root: ComponentPublicInstance | null;
378
+ $parent: ComponentPublicInstance | null;
379
+ $host: Element | null;
380
+ $emit: ((event: "hideDrop") => void) & ((event: "showDrop") => void);
381
+ $el: any;
382
+ $options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
383
+ onHideDrop?: () => any;
384
+ onShowDrop?: () => any;
385
+ }>, {
386
+ show: ({ event, useMouseAnchor }?: {
387
+ event?: Event;
388
+ useMouseAnchor?: boolean;
389
+ }) => void;
390
+ hide: () => void;
391
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
392
+ hideDrop: () => any;
393
+ showDrop: () => any;
394
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
395
+ beforeCreate?: (() => void) | (() => void)[];
396
+ created?: (() => void) | (() => void)[];
397
+ beforeMount?: (() => void) | (() => void)[];
398
+ mounted?: (() => void) | (() => void)[];
399
+ beforeUpdate?: (() => void) | (() => void)[];
400
+ updated?: (() => void) | (() => void)[];
401
+ activated?: (() => void) | (() => void)[];
402
+ deactivated?: (() => void) | (() => void)[];
403
+ beforeDestroy?: (() => void) | (() => void)[];
404
+ beforeUnmount?: (() => void) | (() => void)[];
405
+ destroyed?: (() => void) | (() => void)[];
406
+ unmounted?: (() => void) | (() => void)[];
407
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
408
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
409
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
410
+ };
411
+ $forceUpdate: () => void;
412
+ $nextTick: typeof import('vue').nextTick;
413
+ $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;
414
+ } & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Props> & Readonly<{
415
+ onHideDrop?: () => any;
416
+ onShowDrop?: () => any;
417
+ }>, "show" | "hide"> & import('vue').ShallowUnwrapRef<{
418
+ show: ({ event, useMouseAnchor }?: {
419
+ event?: Event;
420
+ useMouseAnchor?: boolean;
421
+ }) => void;
422
+ hide: () => void;
423
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
424
+ $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcDrop/OcDrop.vue').Slots;
425
+ };
426
+ }, any>;
29
427
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
428
  export default _default;
31
429
  type __VLS_WithTemplateSlots<T, S> = T & {