@opencloud-eu/web-pkg 6.0.0 → 6.1.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 (204) hide show
  1. package/dist/TextEditor-B0ZZfO_w.js +819 -0
  2. package/dist/assets/worker-BVTM6bn-.js +1 -0
  3. package/dist/assets/worker-C-Nrpmiq.js +24 -0
  4. package/dist/assets/worker-CzI1mBNb.js +24 -0
  5. package/dist/assets/worker-DDmV-och.js +24 -0
  6. package/dist/composables-TkULFBg4.js +20165 -0
  7. package/dist/src/apps/types.d.ts +9 -9
  8. package/dist/src/components/AppBar/AppBar.vue.d.ts +154 -97
  9. package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
  10. package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +37 -33
  11. package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +1 -1
  12. package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +5 -4
  13. package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -1
  14. package/dist/src/components/AppTopBar.vue.d.ts +13 -4
  15. package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
  16. package/dist/src/components/Avatars/UserAvatar.vue.d.ts +11 -1
  17. package/dist/src/components/BatchActions.vue.d.ts +16 -15
  18. package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +11 -2
  19. package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
  20. package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +41 -22
  21. package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +143 -388
  22. package/dist/src/components/CreateLinkModal.vue.d.ts +17 -7
  23. package/dist/src/components/CreateShortcutModal.vue.d.ts +160 -149
  24. package/dist/src/components/CustomComponentTarget.vue.d.ts +10 -1
  25. package/dist/src/components/FilesList/ContextActions.vue.d.ts +56 -37
  26. package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +22 -11
  27. package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +10 -1
  28. package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
  29. package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +13 -4
  30. package/dist/src/components/FilesList/ResourceName.vue.d.ts +10 -1
  31. package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
  32. package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +10 -1
  33. package/dist/src/components/FilesList/ResourceTable.vue.d.ts +51 -154
  34. package/dist/src/components/FilesList/ResourceTile.vue.d.ts +37 -153
  35. package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +34 -119
  36. package/dist/src/components/Filters/DateFilter.vue.d.ts +32 -495
  37. package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +6 -5
  38. package/dist/src/components/Groupware/Accounts/AccountsSwitch.vue.d.ts +3 -0
  39. package/dist/src/components/Groupware/Accounts/index.d.ts +1 -0
  40. package/dist/src/components/Groupware/index.d.ts +1 -0
  41. package/dist/src/components/ItemFilter.vue.d.ts +19 -204
  42. package/dist/src/components/ItemFilterToggle.vue.d.ts +6 -5
  43. package/dist/src/components/LinkRoleDropdown.vue.d.ts +7 -6
  44. package/dist/src/components/LoadingIndicator.vue.d.ts +5 -4
  45. package/dist/src/components/Modals/DatePickerModal.vue.d.ts +8 -7
  46. package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +6 -5
  47. package/dist/src/components/Modals/FilePickerModal.vue.d.ts +8 -7
  48. package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +9 -8
  49. package/dist/src/components/Modals/SaveAsModal.vue.d.ts +8 -7
  50. package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +5 -4
  51. package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +5 -4
  52. package/dist/src/components/Navigation/MobileNav.vue.d.ts +2 -1
  53. package/dist/src/components/NoContentMessage.vue.d.ts +17 -12
  54. package/dist/src/components/Pagination.vue.d.ts +5 -4
  55. package/dist/src/components/QuotaSelect.vue.d.ts +7 -6
  56. package/dist/src/components/Search/ResourcePreview.vue.d.ts +10 -41
  57. package/dist/src/components/SearchBarFilter.vue.d.ts +7 -6
  58. package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +6 -5
  59. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +10 -76
  60. package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +10 -1
  61. package/dist/src/components/SideBar/SideBar.vue.d.ts +20 -21
  62. package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +21 -22
  63. package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +10 -1
  64. package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +10 -1
  65. package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +2 -1
  66. package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -1
  67. package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +7 -6
  68. package/dist/src/components/SpaceQuota.vue.d.ts +10 -1
  69. package/dist/src/components/Spaces/QuotaModal.vue.d.ts +13 -4
  70. package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +12 -4
  71. package/dist/src/components/TextEditor/TextEditor.vue.d.ts +26 -0
  72. package/dist/src/components/TextEditor/index.d.ts +39 -0
  73. package/dist/src/components/VersionCheck.vue.d.ts +2 -1
  74. package/dist/src/components/ViewOptions.vue.d.ts +10 -1
  75. package/dist/src/components/index.d.ts +1 -0
  76. package/dist/src/composables/actions/files/useFileActionFallbackToDownload.d.ts +1 -1
  77. package/dist/src/composables/actions/files/useFileActions.d.ts +2 -2
  78. package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +1 -1
  79. package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +1 -1
  80. package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +1 -1
  81. package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +1 -1
  82. package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +1 -1
  83. package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +1 -1
  84. package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +1 -1
  85. package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +1 -1
  86. package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +1 -1
  87. package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +1 -1
  88. package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +1 -1
  89. package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +1 -1
  90. package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +1 -1
  91. package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +1 -1
  92. package/dist/src/composables/actions/files/useFileActionsMove.d.ts +1 -1
  93. package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +1 -1
  94. package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +1 -1
  95. package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +1 -1
  96. package/dist/src/composables/actions/files/useFileActionsOpenWithDefault.d.ts +1 -1
  97. package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +1 -1
  98. package/dist/src/composables/actions/files/useFileActionsRename.d.ts +2 -2
  99. package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +2 -2
  100. package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +1 -1
  101. package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +1 -1
  102. package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +1 -1
  103. package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +1 -1
  104. package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +1 -1
  105. package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +1 -1
  106. package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +2 -2
  107. package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -1
  108. package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -1
  109. package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -1
  110. package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +1 -1
  111. package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +1 -1
  112. package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +1 -1
  113. package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +1 -1
  114. package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +1 -1
  115. package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +1 -1
  116. package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +1 -1
  117. package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +1 -1
  118. package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +1 -1
  119. package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +1 -1
  120. package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +1 -1
  121. package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +1 -1
  122. package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +1 -1
  123. package/dist/src/composables/actions/useActionsShowDetails.d.ts +1 -1
  124. package/dist/src/composables/appDefaults/useAppConfig.d.ts +1 -1
  125. package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +2 -1
  126. package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +4 -2
  127. package/dist/src/composables/appDefaults/useAppMeta.d.ts +1 -1
  128. package/dist/src/composables/authContext/useAuthService.d.ts +3 -1
  129. package/dist/src/composables/authContext/useRequest.d.ts +2 -2
  130. package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +1 -1
  131. package/dist/src/composables/embedMode/useEmbedMode.d.ts +8 -8
  132. package/dist/src/composables/eventBus/useEventBus.d.ts +1 -1
  133. package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +1 -1
  134. package/dist/src/composables/folderLink/useFolderLink.d.ts +2 -2
  135. package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +1 -1
  136. package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +1 -1
  137. package/dist/src/composables/links/useLinkTypes.d.ts +1 -1
  138. package/dist/src/composables/localStorage/useLocalStorage.d.ts +1 -1
  139. package/dist/src/composables/navItems/useNavItems.d.ts +1 -1
  140. package/dist/src/composables/piniaStores/apps.d.ts +31 -31
  141. package/dist/src/composables/piniaStores/auth.d.ts +25 -25
  142. package/dist/src/composables/piniaStores/avatars.d.ts +9 -9
  143. package/dist/src/composables/piniaStores/capabilities.d.ts +160 -160
  144. package/dist/src/composables/piniaStores/clipboard.d.ts +49 -49
  145. package/dist/src/composables/piniaStores/config/config.d.ts +135 -141
  146. package/dist/src/composables/piniaStores/config/types.d.ts +6 -20
  147. package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +4 -4
  148. package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +1 -1
  149. package/dist/src/composables/piniaStores/groupware/accounts.d.ts +511 -0
  150. package/dist/src/composables/piniaStores/{groupwareConfig/groupwareConfig.d.ts → groupware/config.d.ts} +107 -80
  151. package/dist/src/composables/piniaStores/groupware/index.d.ts +3 -0
  152. package/dist/src/composables/piniaStores/{groupwareConfig → groupware}/types.d.ts +30 -18
  153. package/dist/src/composables/piniaStores/index.d.ts +1 -1
  154. package/dist/src/composables/piniaStores/messages.d.ts +70 -70
  155. package/dist/src/composables/piniaStores/modals.d.ts +197 -209
  156. package/dist/src/composables/piniaStores/resources.d.ts +11 -11
  157. package/dist/src/composables/piniaStores/shares/shares.d.ts +1 -1
  158. package/dist/src/composables/piniaStores/shares/types.d.ts +2 -1
  159. package/dist/src/composables/piniaStores/sideBar.d.ts +7 -7
  160. package/dist/src/composables/piniaStores/spaces.d.ts +189 -188
  161. package/dist/src/composables/piniaStores/theme.d.ts +10 -10
  162. package/dist/src/composables/piniaStores/updates.d.ts +10 -10
  163. package/dist/src/composables/piniaStores/user.d.ts +5 -5
  164. package/dist/src/composables/piniaStores/webWorkers.d.ts +1 -1
  165. package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +1 -1
  166. package/dist/src/composables/resources/useGetResourceContext.d.ts +26 -26
  167. package/dist/src/composables/resources/useLoadPreview.d.ts +1 -1
  168. package/dist/src/composables/resources/useResourceContents.d.ts +1 -1
  169. package/dist/src/composables/resources/useResourceIndicators.d.ts +12 -1
  170. package/dist/src/composables/resources/useResourceViewDrag.d.ts +23 -13
  171. package/dist/src/composables/resources/useResourceViewHelpers.d.ts +30 -20
  172. package/dist/src/composables/resources/useResourceViewSelection.d.ts +2 -2
  173. package/dist/src/composables/selection/useSelectedResources.d.ts +2 -1
  174. package/dist/src/composables/spaces/useCreateSpace.d.ts +1 -1
  175. package/dist/src/composables/spaces/useSpaceHelpers.d.ts +1 -1
  176. package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +1 -1
  177. package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +2 -2
  178. package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +1 -1
  179. package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +3 -1
  180. package/dist/src/extensionPoints.d.ts +1 -1
  181. package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +1 -1
  182. package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +4 -4
  183. package/dist/src/helpers/resource/conflictHandling/types.d.ts +1 -1
  184. package/dist/src/helpers/share/driveItem.d.ts +1 -1
  185. package/dist/src/router/common.d.ts +1 -1
  186. package/dist/src/router/index.d.ts +2 -1
  187. package/dist/src/router/public.d.ts +1 -1
  188. package/dist/src/router/shares.d.ts +1 -1
  189. package/dist/src/router/spaces.d.ts +1 -1
  190. package/dist/src/router/trash.d.ts +1 -1
  191. package/dist/src/services/passwordPolicy/rules.d.ts +63 -0
  192. package/dist/src/services/preview/types.d.ts +1 -1
  193. package/dist/src/services/uppy/DropTarget/plugin.d.ts +2 -1
  194. package/dist/src/services/uppy/uppyService.d.ts +3 -3
  195. package/dist/web-pkg.js +4251 -352
  196. package/package.json +36 -37
  197. package/dist/TextEditor-D-HQDUkm.js +0 -865
  198. package/dist/assets/worker-BBQqm_-D.js +0 -1
  199. package/dist/assets/worker-CVwKToFD.js +0 -21
  200. package/dist/assets/worker-DJbU-qfq.js +0 -21
  201. package/dist/assets/worker-DyU7W9CZ.js +0 -21
  202. package/dist/index-OU30YA6H.js +0 -25032
  203. package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
  204. package/dist/web-pkg.umd.cjs +0 -16
@@ -1,4 +1,3 @@
1
- import { ComponentPublicInstance, nextTick } from 'vue';
2
1
  import { FuseOptionKey } from 'fuse.js';
3
2
  type Item = Record<string, any>;
4
3
  type __VLS_Props = {
@@ -13,213 +12,29 @@ type __VLS_Props = {
13
12
  filterableAttributes?: FuseOptionKey<Item>[];
14
13
  closeOnClick?: boolean;
15
14
  };
16
- declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
- slots: Readonly<{
19
- image?: (item: Item) => unknown;
20
- item?: (item: Item) => unknown;
21
- }> & {
22
- image?: (item: Item) => unknown;
23
- item?: (item: Item) => unknown;
24
- };
25
- refs: {
26
- filterInputRef: {
27
- $: import('vue').ComponentInternalInstance;
28
- $data: {};
29
- $props: {
30
- readonly id?: string;
31
- readonly type?: "text" | "number" | "email" | "password" | "date";
32
- readonly modelValue?: string;
33
- readonly selectionRange?: [number, number];
34
- readonly clearButtonEnabled?: boolean;
35
- readonly clearButtonAccessibleLabel?: string;
36
- readonly defaultValue?: string;
37
- readonly disabled?: boolean;
38
- readonly label: string;
39
- readonly inlineLabel?: boolean;
40
- readonly errorMessage?: string;
41
- readonly errorMessageDebouncedTime?: number;
42
- readonly fixMessageLine?: boolean;
43
- readonly descriptionMessage?: string;
44
- readonly readOnly?: boolean;
45
- readonly requiredMark?: boolean;
46
- readonly passwordPolicy?: import('@opencloud-eu/design-system/helpers').PasswordPolicy;
47
- readonly generatePasswordMethod?: (...args: unknown[]) => string;
48
- readonly hasBorder?: boolean;
49
- readonly onChange?: (value: string) => any;
50
- readonly onFocus?: (value: string) => any;
51
- readonly "onUpdate:modelValue"?: (value: string) => any;
52
- readonly onPasswordChallengeCompleted?: () => any;
53
- readonly onPasswordChallengeFailed?: () => any;
54
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
55
- $attrs: {
56
- [x: string]: unknown;
57
- };
58
- $refs: {
59
- [x: string]: unknown;
60
- } & {
61
- inputRef: unknown;
62
- };
63
- $slots: Readonly<{
64
- [name: string]: import('vue').Slot<any>;
65
- }>;
66
- $root: ComponentPublicInstance | null;
67
- $parent: ComponentPublicInstance | null;
68
- $host: Element | null;
69
- $emit: ((event: "change", value: string) => void) & ((event: "focus", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "passwordChallengeCompleted") => void) & ((event: "passwordChallengeFailed") => void);
70
- $el: any;
71
- $options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTextInput/OcTextInput.vue').Props> & Readonly<{
72
- onChange?: (value: string) => any;
73
- onFocus?: (value: string) => any;
74
- "onUpdate:modelValue"?: (value: string) => any;
75
- onPasswordChallengeCompleted?: () => any;
76
- onPasswordChallengeFailed?: () => any;
77
- }>, {
78
- focus: () => void;
79
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
80
- change: (value: string) => any;
81
- focus: (value: string) => any;
82
- "update:modelValue": (value: string) => any;
83
- passwordChallengeCompleted: () => any;
84
- passwordChallengeFailed: () => any;
85
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
86
- beforeCreate?: (() => void) | (() => void)[];
87
- created?: (() => void) | (() => void)[];
88
- beforeMount?: (() => void) | (() => void)[];
89
- mounted?: (() => void) | (() => void)[];
90
- beforeUpdate?: (() => void) | (() => void)[];
91
- updated?: (() => void) | (() => void)[];
92
- activated?: (() => void) | (() => void)[];
93
- deactivated?: (() => void) | (() => void)[];
94
- beforeDestroy?: (() => void) | (() => void)[];
95
- beforeUnmount?: (() => void) | (() => void)[];
96
- destroyed?: (() => void) | (() => void)[];
97
- unmounted?: (() => void) | (() => void)[];
98
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
99
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
100
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
101
- };
102
- $forceUpdate: () => void;
103
- $nextTick: typeof nextTick;
104
- $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;
105
- } & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTextInput/OcTextInput.vue').Props> & Readonly<{
106
- onChange?: (value: string) => any;
107
- onFocus?: (value: string) => any;
108
- "onUpdate:modelValue"?: (value: string) => any;
109
- onPasswordChallengeCompleted?: () => any;
110
- onPasswordChallengeFailed?: () => any;
111
- }>, "focus"> & import('vue').ShallowUnwrapRef<{
112
- focus: () => void;
113
- }> & {} & import('vue').ComponentCustomProperties & {} & {
114
- $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTextInput/OcTextInput.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcTextInput/OcTextInput.vue').Slots;
115
- };
116
- itemFilterListRef: HTMLDivElement;
117
- };
118
- rootEl: HTMLDivElement;
15
+ type __VLS_Slots = {
16
+ image?: (item: Item) => unknown;
17
+ item?: (item: Item) => unknown;
119
18
  };
120
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
121
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
19
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {
122
20
  setSelectedItemsBasedOnQuery: () => void;
123
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
124
- selectionChange: (selectedItems: any[]) => any;
125
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ selectionChange: (selectedItems: any[]) => void;
23
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
126
24
  onSelectionChange?: (selectedItems: any[]) => any;
127
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
128
- filterInputRef: {
129
- $: import('vue').ComponentInternalInstance;
130
- $data: {};
131
- $props: {
132
- readonly id?: string;
133
- readonly type?: "text" | "number" | "email" | "password" | "date";
134
- readonly modelValue?: string;
135
- readonly selectionRange?: [number, number];
136
- readonly clearButtonEnabled?: boolean;
137
- readonly clearButtonAccessibleLabel?: string;
138
- readonly defaultValue?: string;
139
- readonly disabled?: boolean;
140
- readonly label: string;
141
- readonly inlineLabel?: boolean;
142
- readonly errorMessage?: string;
143
- readonly errorMessageDebouncedTime?: number;
144
- readonly fixMessageLine?: boolean;
145
- readonly descriptionMessage?: string;
146
- readonly readOnly?: boolean;
147
- readonly requiredMark?: boolean;
148
- readonly passwordPolicy?: import('@opencloud-eu/design-system/helpers').PasswordPolicy;
149
- readonly generatePasswordMethod?: (...args: unknown[]) => string;
150
- readonly hasBorder?: boolean;
151
- readonly onChange?: (value: string) => any;
152
- readonly onFocus?: (value: string) => any;
153
- readonly "onUpdate:modelValue"?: (value: string) => any;
154
- readonly onPasswordChallengeCompleted?: () => any;
155
- readonly onPasswordChallengeFailed?: () => any;
156
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
157
- $attrs: {
158
- [x: string]: unknown;
159
- };
160
- $refs: {
161
- [x: string]: unknown;
162
- } & {
163
- inputRef: unknown;
164
- };
165
- $slots: Readonly<{
166
- [name: string]: import('vue').Slot<any>;
167
- }>;
168
- $root: ComponentPublicInstance | null;
169
- $parent: ComponentPublicInstance | null;
170
- $host: Element | null;
171
- $emit: ((event: "change", value: string) => void) & ((event: "focus", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "passwordChallengeCompleted") => void) & ((event: "passwordChallengeFailed") => void);
172
- $el: any;
173
- $options: import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTextInput/OcTextInput.vue').Props> & Readonly<{
174
- onChange?: (value: string) => any;
175
- onFocus?: (value: string) => any;
176
- "onUpdate:modelValue"?: (value: string) => any;
177
- onPasswordChallengeCompleted?: () => any;
178
- onPasswordChallengeFailed?: () => any;
179
- }>, {
180
- focus: () => void;
181
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
182
- change: (value: string) => any;
183
- focus: (value: string) => any;
184
- "update:modelValue": (value: string) => any;
185
- passwordChallengeCompleted: () => any;
186
- passwordChallengeFailed: () => any;
187
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
188
- beforeCreate?: (() => void) | (() => void)[];
189
- created?: (() => void) | (() => void)[];
190
- beforeMount?: (() => void) | (() => void)[];
191
- mounted?: (() => void) | (() => void)[];
192
- beforeUpdate?: (() => void) | (() => void)[];
193
- updated?: (() => void) | (() => void)[];
194
- activated?: (() => void) | (() => void)[];
195
- deactivated?: (() => void) | (() => void)[];
196
- beforeDestroy?: (() => void) | (() => void)[];
197
- beforeUnmount?: (() => void) | (() => void)[];
198
- destroyed?: (() => void) | (() => void)[];
199
- unmounted?: (() => void) | (() => void)[];
200
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
201
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
202
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
203
- };
204
- $forceUpdate: () => void;
205
- $nextTick: typeof nextTick;
206
- $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;
207
- } & Readonly<{}> & Omit<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTextInput/OcTextInput.vue').Props> & Readonly<{
208
- onChange?: (value: string) => any;
209
- onFocus?: (value: string) => any;
210
- "onUpdate:modelValue"?: (value: string) => any;
211
- onPasswordChallengeCompleted?: () => any;
212
- onPasswordChallengeFailed?: () => any;
213
- }>, "focus"> & import('vue').ShallowUnwrapRef<{
214
- focus: () => void;
215
- }> & {} & import('vue').ComponentCustomProperties & {} & {
216
- $slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTextInput/OcTextInput.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcTextInput/OcTextInput.vue').Slots;
217
- };
218
- itemFilterListRef: HTMLDivElement;
219
- }, HTMLDivElement>;
220
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
221
28
  export default _default;
222
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_TypePropsToOption<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('vue').PropType<Required<T>[K]>;
32
+ } : {
33
+ type: import('vue').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
37
+ type __VLS_WithSlots<T, S> = T & {
223
38
  new (): {
224
39
  $slots: S;
225
40
  };
@@ -1,4 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  filterLabel: {
3
5
  type: StringConstructor;
4
6
  required: true;
@@ -9,9 +11,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9
11
  };
10
12
  }>, {
11
13
  queryParam: string;
12
- filterActive: import('vue').Ref<boolean, boolean>;
14
+ filterActive: import("vue").Ref<boolean, boolean>;
13
15
  toggleFilter: () => Promise<void>;
14
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "toggleFilter"[], "toggleFilter", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggleFilter"[], "toggleFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
17
  filterLabel: {
16
18
  type: StringConstructor;
17
19
  required: true;
@@ -22,5 +24,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
24
  };
23
25
  }>> & Readonly<{
24
26
  onToggleFilter?: (...args: any[]) => any;
25
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
- export default _default;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,6 +1,8 @@
1
1
  import { PropType } from 'vue';
2
2
  import { SharingLinkType } from '@opencloud-eu/web-client/graph/generated';
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  modelValue: {
5
7
  type: PropType<SharingLinkType>;
6
8
  required: true;
@@ -12,10 +14,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12
14
  }>, {
13
15
  isSelectedType: (type: SharingLinkType) => boolean;
14
16
  updateSelectedType: (type: SharingLinkType) => void;
15
- currentLinkRoleLabel: import('vue').ComputedRef<string>;
17
+ currentLinkRoleLabel: import("vue").ComputedRef<string>;
16
18
  dropUuid: string;
17
- getLinkRoleByType: (type: SharingLinkType) => import('@opencloud-eu/web-client').ShareRole;
18
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19
+ getLinkRoleByType: (type: SharingLinkType) => import("@opencloud-eu/web-client").ShareRole;
20
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
21
  modelValue: {
20
22
  type: PropType<SharingLinkType>;
21
23
  required: true;
@@ -26,5 +28,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
26
28
  };
27
29
  }>> & Readonly<{
28
30
  "onUpdate:modelValue"?: (...args: any[]) => any;
29
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
- export default _default;
31
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,5 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<{}, {
2
- isLoading: import('vue').Ref<boolean, boolean>;
3
- currentProgress: import('vue').Ref<number, number>;
4
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
5
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
4
+ isLoading: import("vue").Ref<boolean, boolean>;
5
+ currentProgress: import("vue").Ref<number, number>;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,7 +1,9 @@
1
1
  import { PropType } from 'vue';
2
2
  import { DateTime } from 'luxon';
3
3
  import { Modal } from '../../composables/piniaStores';
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
7
  modal: {
6
8
  type: PropType<Modal>;
7
9
  required: true;
@@ -21,12 +23,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
21
23
  default: boolean;
22
24
  };
23
25
  }>, {
24
- confirmDisabled: import('vue').Ref<boolean, boolean>;
26
+ confirmDisabled: import("vue").Ref<boolean, boolean>;
25
27
  onDateChanged: ({ date, error }: {
26
28
  date: DateTime;
27
29
  error: boolean;
28
30
  }) => void;
29
- currentTheme: import('vue').Ref<{
31
+ currentTheme: import("vue").Ref<{
30
32
  isDark: boolean;
31
33
  label: string;
32
34
  name?: string;
@@ -73,8 +75,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
73
75
  favicon?: string;
74
76
  background?: string;
75
77
  }>;
76
- dateTime: import('vue').Ref<DateTime<boolean>, DateTime<boolean>>;
77
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
78
+ dateTime: import("vue").Ref<DateTime<boolean>, DateTime<boolean>>;
79
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
78
80
  modal: {
79
81
  type: PropType<Modal>;
80
82
  required: true;
@@ -100,5 +102,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
100
102
  currentDate: DateTime<boolean>;
101
103
  isClearable: boolean;
102
104
  minDate: DateTime<boolean>;
103
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
104
- export default _default;
105
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,19 +1,20 @@
1
1
  import { PropType } from 'vue';
2
2
  import { Modal } from '../../composables';
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  modal: {
5
7
  type: PropType<Modal>;
6
8
  required: true;
7
9
  };
8
10
  }>, {
9
11
  onEmojiSelect: (emoji: string) => void;
10
- theme: import('vue').ComputedRef<"light" | "dark">;
11
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "confirm"[], "confirm", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
+ theme: import("vue").ComputedRef<"light" | "dark">;
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
14
  modal: {
13
15
  type: PropType<Modal>;
14
16
  required: true;
15
17
  };
16
18
  }>> & Readonly<{
17
19
  onConfirm?: (...args: any[]) => any;
18
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
- export default _default;
20
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,7 +1,9 @@
1
1
  import { PropType } from 'vue';
2
2
  import { Modal } from '../../composables';
3
3
  import { RouteLocationRaw } from 'vue-router';
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
7
  modal: {
6
8
  type: PropType<Modal>;
7
9
  required: true;
@@ -19,13 +21,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
21
  required: true;
20
22
  };
21
23
  }>, {
22
- isLoading: import('vue').Ref<boolean, boolean>;
24
+ isLoading: import("vue").Ref<boolean, boolean>;
23
25
  onLoad: () => void;
24
26
  iframeTitle: string;
25
27
  iframeSrc: string;
26
- iframeRef: import('vue').Ref<HTMLIFrameElement, HTMLIFrameElement>;
28
+ iframeRef: import("vue").Ref<HTMLIFrameElement, HTMLIFrameElement>;
27
29
  onFilePick: ({ data }: MessageEvent) => void;
28
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
30
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
31
  modal: {
30
32
  type: PropType<Modal>;
31
33
  required: true;
@@ -43,6 +45,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
43
45
  required: true;
44
46
  };
45
47
  }>> & Readonly<{}>, {}, {}, {
46
- AppLoadingSpinner: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
47
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
48
- export default _default;
48
+ AppLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2,7 +2,9 @@ import { PropType } from 'vue';
2
2
  import { Modal } from '../../composables';
3
3
  import { Resource } from '@opencloud-eu/web-client';
4
4
  import { ResolveConflict } from '../../helpers/resource';
5
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
7
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
8
  modal: {
7
9
  type: PropType<Modal>;
8
10
  required: true;
@@ -32,14 +34,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
34
  default: any;
33
35
  };
34
36
  }>, {
35
- message: import('vue').ComputedRef<string>;
36
- checkboxValue: import('vue').Ref<boolean, boolean>;
37
- checkboxLabel: import('vue').ComputedRef<string>;
38
- confirmSecondaryText: import('vue').ComputedRef<string>;
37
+ message: import("vue").ComputedRef<string>;
38
+ checkboxValue: import("vue").Ref<boolean, boolean>;
39
+ checkboxLabel: import("vue").ComputedRef<string>;
40
+ confirmSecondaryText: import("vue").ComputedRef<string>;
39
41
  onConfirm: () => void;
40
42
  onConfirmSecondary: () => void;
41
43
  onCancel: () => void;
42
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
44
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
43
45
  modal: {
44
46
  type: PropType<Modal>;
45
47
  required: true;
@@ -72,5 +74,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
72
74
  suggestMerge: boolean;
73
75
  separateSkipHandling: boolean;
74
76
  confirmSecondaryTextOverwrite: string;
75
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
76
- export default _default;
77
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2,7 +2,9 @@ import { PropType } from 'vue';
2
2
  import { Modal } from '../../composables';
3
3
  import { RouteLocationRaw } from 'vue-router';
4
4
  import { Resource } from '@opencloud-eu/web-client';
5
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
7
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
8
  modal: {
7
9
  type: PropType<Modal>;
8
10
  required: true;
@@ -20,13 +22,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
20
22
  required: true;
21
23
  };
22
24
  }>, {
23
- isLoading: import('vue').Ref<boolean, boolean>;
25
+ isLoading: import("vue").Ref<boolean, boolean>;
24
26
  onLoad: () => void;
25
27
  iframeTitle: string;
26
28
  iframeSrc: string;
27
- iframeRef: import('vue').Ref<HTMLIFrameElement, HTMLIFrameElement>;
29
+ iframeRef: import("vue").Ref<HTMLIFrameElement, HTMLIFrameElement>;
28
30
  onLocationPick: ({ data }: MessageEvent) => Promise<void>;
29
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
31
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
32
  modal: {
31
33
  type: PropType<Modal>;
32
34
  required: true;
@@ -44,6 +46,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
44
46
  required: true;
45
47
  };
46
48
  }>> & Readonly<{}>, {}, {}, {
47
- AppLoadingSpinner: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
48
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
49
- export default _default;
49
+ AppLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,14 +1,15 @@
1
1
  import { Modal } from '../../composables/piniaStores';
2
2
  import { PropType } from 'vue';
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  modal: {
5
7
  type: PropType<Modal>;
6
8
  required: true;
7
9
  };
8
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
11
  modal: {
10
12
  type: PropType<Modal>;
11
13
  required: true;
12
14
  };
13
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
- export default _default;
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,6 +1,8 @@
1
1
  import { PropType } from 'vue';
2
2
  import { Modal } from '../../composables';
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  modal: {
5
7
  type: PropType<Modal>;
6
8
  required: true;
@@ -11,7 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11
13
  };
12
14
  }>, {
13
15
  onClose: () => void;
14
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
17
  modal: {
16
18
  type: PropType<Modal>;
17
19
  required: true;
@@ -23,5 +25,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
23
25
  }>> & Readonly<{
24
26
  onCancel?: (...args: any[]) => any;
25
27
  onConfirm?: (...args: any[]) => any;
26
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
- export default _default;
28
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,3 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -4,20 +4,25 @@ type __VLS_Props = {
4
4
  iconFillType?: FillType;
5
5
  imgSrc?: string;
6
6
  };
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- message?(_: {}): any;
11
- callToAction?(_: {}): any;
12
- };
13
- refs: {};
14
- rootEl: HTMLDivElement;
7
+ declare var __VLS_11: {}, __VLS_13: {};
8
+ type __VLS_Slots = {} & {
9
+ message?: (props: typeof __VLS_11) => any;
10
+ } & {
11
+ callToAction?: (props: typeof __VLS_13) => any;
15
12
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
19
16
  export default _default;
20
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_TypePropsToOption<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<Required<T>[K]>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
25
+ type __VLS_WithSlots<T, S> = T & {
21
26
  new (): {
22
27
  $slots: S;
23
28
  };
@@ -1,4 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  pages: {
3
5
  type: NumberConstructor;
4
6
  required: true;
@@ -7,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
9
  type: NumberConstructor;
8
10
  required: true;
9
11
  };
10
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
13
  pages: {
12
14
  type: NumberConstructor;
13
15
  required: true;
@@ -16,5 +18,4 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16
18
  type: NumberConstructor;
17
19
  required: true;
18
20
  };
19
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
- export default _default;
21
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;