@opencloud-eu/web-pkg 2.1.0-alpha.1 → 2.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.
- package/dist/{TextEditor-XOBRrH6u.js → TextEditor-BUqEYieD.js} +1 -1
- package/dist/{index-BCVoSs4U.js → index-DZecEYvt.js} +5877 -5871
- package/dist/src/composables/piniaStores/spaces.d.ts +14 -2
- package/dist/src/helpers/index.d.ts +1 -0
- package/dist/src/helpers/spaces/index.d.ts +1 -0
- package/dist/src/helpers/spaces/permissions.d.ts +14 -0
- package/dist/src/services/folder/loaders/loaderSpace.d.ts +0 -5
- package/dist/web-pkg.js +148 -147
- package/dist/web-pkg.umd.cjs +36 -36
- package/package.json +3 -3
|
@@ -2992,6 +2992,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
2992
2992
|
personalSpace: import('vue').ComputedRef<SpaceResource>;
|
|
2993
2993
|
defaultSpaceImageBlobURL: import('vue').Ref<string, string>;
|
|
2994
2994
|
imagesLoading: import('vue').Ref<string[], string[]>;
|
|
2995
|
+
readmesLoading: import('vue').Ref<string[], string[]>;
|
|
2995
2996
|
getSpace: (id: string) => SpaceResource;
|
|
2996
2997
|
createShareSpace: ({ driveAliasPrefix, id, shareName }: {
|
|
2997
2998
|
driveAliasPrefix: "share" | "ocm-share";
|
|
@@ -3031,7 +3032,10 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
3031
3032
|
addToImagesLoading: (id: string) => void;
|
|
3032
3033
|
removeFromImagesLoading: (id: string) => void;
|
|
3033
3034
|
purgeImagesLoading: () => void;
|
|
3034
|
-
|
|
3035
|
+
addToReadmesLoading: (id: string) => void;
|
|
3036
|
+
removeFromReadmesLoading: (id: string) => void;
|
|
3037
|
+
purgeReadmesLoading: () => void;
|
|
3038
|
+
}, "spaces" | "spacesInitialized" | "mountPointsInitialized" | "spacesLoading" | "currentSpace" | "defaultSpaceImageBlobURL" | "imagesLoading" | "readmesLoading">, Pick<{
|
|
3035
3039
|
spaces: import('vue').Ref<{
|
|
3036
3040
|
description: string;
|
|
3037
3041
|
disabled: boolean;
|
|
@@ -6014,6 +6018,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
6014
6018
|
personalSpace: import('vue').ComputedRef<SpaceResource>;
|
|
6015
6019
|
defaultSpaceImageBlobURL: import('vue').Ref<string, string>;
|
|
6016
6020
|
imagesLoading: import('vue').Ref<string[], string[]>;
|
|
6021
|
+
readmesLoading: import('vue').Ref<string[], string[]>;
|
|
6017
6022
|
getSpace: (id: string) => SpaceResource;
|
|
6018
6023
|
createShareSpace: ({ driveAliasPrefix, id, shareName }: {
|
|
6019
6024
|
driveAliasPrefix: "share" | "ocm-share";
|
|
@@ -6053,6 +6058,9 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
6053
6058
|
addToImagesLoading: (id: string) => void;
|
|
6054
6059
|
removeFromImagesLoading: (id: string) => void;
|
|
6055
6060
|
purgeImagesLoading: () => void;
|
|
6061
|
+
addToReadmesLoading: (id: string) => void;
|
|
6062
|
+
removeFromReadmesLoading: (id: string) => void;
|
|
6063
|
+
purgeReadmesLoading: () => void;
|
|
6056
6064
|
}, "personalSpace">, Pick<{
|
|
6057
6065
|
spaces: import('vue').Ref<{
|
|
6058
6066
|
description: string;
|
|
@@ -9036,6 +9044,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
9036
9044
|
personalSpace: import('vue').ComputedRef<SpaceResource>;
|
|
9037
9045
|
defaultSpaceImageBlobURL: import('vue').Ref<string, string>;
|
|
9038
9046
|
imagesLoading: import('vue').Ref<string[], string[]>;
|
|
9047
|
+
readmesLoading: import('vue').Ref<string[], string[]>;
|
|
9039
9048
|
getSpace: (id: string) => SpaceResource;
|
|
9040
9049
|
createShareSpace: ({ driveAliasPrefix, id, shareName }: {
|
|
9041
9050
|
driveAliasPrefix: "share" | "ocm-share";
|
|
@@ -9075,5 +9084,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
|
|
|
9075
9084
|
addToImagesLoading: (id: string) => void;
|
|
9076
9085
|
removeFromImagesLoading: (id: string) => void;
|
|
9077
9086
|
purgeImagesLoading: () => void;
|
|
9078
|
-
|
|
9087
|
+
addToReadmesLoading: (id: string) => void;
|
|
9088
|
+
removeFromReadmesLoading: (id: string) => void;
|
|
9089
|
+
purgeReadmesLoading: () => void;
|
|
9090
|
+
}, "getSpace" | "createShareSpace" | "setSpacesInitialized" | "setMountPointsInitialized" | "setSpacesLoading" | "setCurrentSpace" | "setDefaultSpaceImageBlobURL" | "getSpaceMembers" | "getMountPointForSpace" | "addSpaces" | "removeSpace" | "upsertSpace" | "updateSpaceField" | "loadSpaces" | "loadMountPoints" | "reloadProjectSpaces" | "addToImagesLoading" | "removeFromImagesLoading" | "purgeImagesLoading" | "addToReadmesLoading" | "removeFromReadmesLoading" | "purgeReadmesLoading">>;
|
|
9079
9091
|
export type SpacesStore = ReturnType<typeof useSpacesStore>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './permissions';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DriveItem } from '@opencloud-eu/web-client/graph/generated';
|
|
2
|
+
import { SharesStore, SpacesStore, UserStore } from '../../composables/piniaStores';
|
|
3
|
+
import { SpaceResource } from '@opencloud-eu/web-client';
|
|
4
|
+
/**
|
|
5
|
+
* Since shared spaces are only virtual, they and their permissions can't be fetched from the server.
|
|
6
|
+
* Hence the permissions for the current user may need to be set manually via the corresponding drive item.
|
|
7
|
+
*/
|
|
8
|
+
export declare const setCurrentUserShareSpacePermissions: ({ sharesStore, spacesStore, userStore, space, sharedDriveItem }: {
|
|
9
|
+
sharesStore: SharesStore;
|
|
10
|
+
spacesStore: SpacesStore;
|
|
11
|
+
userStore: UserStore;
|
|
12
|
+
space: SpaceResource;
|
|
13
|
+
sharedDriveItem: DriveItem;
|
|
14
|
+
}) => void;
|
|
@@ -4,9 +4,4 @@ export declare class FolderLoaderSpace implements FolderLoader {
|
|
|
4
4
|
isEnabled(): boolean;
|
|
5
5
|
isActive(router: Router): boolean;
|
|
6
6
|
getTask(context: TaskContext): FolderLoaderTask;
|
|
7
|
-
/**
|
|
8
|
-
* Since shared spaces are only virtual, they and their permissions can't be fetched from the server.
|
|
9
|
-
* Hence the permissions for the current user need to be set manually via the corresponding drive item.
|
|
10
|
-
*/
|
|
11
|
-
private setCurrentUserShareSpacePermissions;
|
|
12
7
|
}
|
package/dist/web-pkg.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { t as i, cG as r, n as c, A as n,
|
|
1
|
+
import { e3 as e } from "./index-DZecEYvt.js";
|
|
2
|
+
import { t as i, cG as r, n as c, A as n, dK as u, g as l, q as d, s as p, dL as S, dN as b, B as A, cH as m, dO as F, d3 as v, $ as R, cJ as h, v as T, x as C, w as g, m as D, l as L, p as P, C as E, K as M, O as f, ag as y, af as I, cB as w, cC as O, cA as k, W, dP as B, a7 as x, X as N, a1 as V, dU as H, dV as Q, dW as U, dX as _, dT as K, dY as z, dR as G, cr as j, dp as q, cD as J, cE as X, I as Y, M as Z, h as $, bp as ee, L as ae, dZ as se, i as oe, d_ as te, dJ as ie, bq as re, N as ce, P as ne, bw as ue, e1 as le, k as de, bR as pe, d$ as Se, e0 as be, a9 as Ae, Q as me, bD as Fe, cN as ve, T as Re, R as he, D as Te, G as Ce, z as ge, H as De, a8 as Le, J as Pe, y as Ee, E as Me, F as fe, cM as ye, cF as Ie, Y as we, S as Oe, cb as ke, a0 as We, ch as Be, cm as xe, cj as Ne, a5 as Ve, a6 as He, a3 as Qe, U as Ue, a4 as _e, j as Ke, aa as ze, bO as Ge, cO as je, Z as qe, e2 as Je, V as Xe, dq as Ye, a2 as Ze, bN as $e, b$ as ea, b_ as aa, dm as sa, d1 as oa, dI as ta, cU as ia, dM as ra, dn as ca, dl as na, d2 as ua, b5 as la, b1 as da, b2 as pa, b3 as Sa, cR as ba, cT as Aa, dr as ma, du as Fa, ds as va, dt as Ra, dB as ha, dh as Ta, f as Ca, cZ as ga, c$ as Da, d4 as La, e4 as Pa, dQ as Ea, cP as Ma, cY as fa, dS as ya, d5 as Ia, d7 as wa, d8 as Oa, d6 as ka, d9 as Wa, dg as Ba, da as xa, dc as Na, dd as Va, db as Ha, de as Qa, dk as Ua, di as _a, dj as Ka, cW as za, cV as Ga, bL as ja, dz as qa, dv as Ja, dy as Xa, dw as Ya, dx as Za, dA as $a, cL as es, cI as as, dC as ss, dD as os, dF as ts, dG as is, dH as rs, dE as cs, e5 as ns, b6 as us, cS as ls, cK as ds, cQ as ps, b4 as Ss, cX as bs, c_ as As, cl as ms, bK as Fs, d0 as vs, df as Rs, ab as hs, aU as Ts, c0 as Cs, c9 as gs, aY as Ds, aZ as Ls, a_ as Ps, a$ as Es, b0 as Ms, b7 as fs, b9 as ys, by as Is, ba as ws, bb as Os, bz as ks, bd as Ws, bV as Bs, cf as xs, bW as Ns, cg as Vs, bA as Hs, be as Qs, bf as Us, bB as _s, bC as Ks, cp as zs, cw as Gs, b8 as js, bg as qs, bh as Js, bj as Xs, bk as Ys, bE as Zs, bF as $s, ah as eo, ak as ao, al as so, aG as oo, aD as to, aC as io, aE as ro, aB as co, an as no, ad as uo, am as lo, ao as po, ap as So, aq as bo, ai as Ao, ar as mo, as as Fo, at as vo, aF as Ro, aH as ho, au as To, av as Co, aw as go, aI as Do, ax as Lo, ay as Po, az as Eo, aA as Mo, aj as fo, bl as yo, c1 as Io, bn as wo, co as Oo, bX as ko, e6 as Wo, ae as Bo, ac as xo, bo as No, br as Vo, bs as Ho, bY as Qo, bt as Uo, bu as _o, bG as Ko, bH as zo, aV as Go, aW as jo, bv as qo, bx as Jo, cx as Xo, bS as Yo, bT as Zo, bc as $o, bU as et, bZ as at, bm as st, bI as ot, cy as tt, c2 as it, c4 as rt, c3 as ct, c5 as nt, c6 as ut, c7 as lt, c8 as dt, ca as pt, cc as St, cd as bt, ce as At, bJ as mt, ci as Ft, ck as vt, aJ as Rt, aK as ht, aL as Tt, aM as Ct, aN as gt, aO as Dt, aS as Lt, aP as Pt, aQ as Et, aT as Mt, aR as ft, cn as yt, bi as It, bM as wt, u as Ot, cs as kt, cz as Wt, cq as Bt, bP as xt, ct as Nt, cu as Vt, cv as Ht, bQ as Qt, aX as Ut } from "./index-DZecEYvt.js";
|
|
3
3
|
const s = e.dirname;
|
|
4
4
|
export {
|
|
5
5
|
i as ActionMenuItem,
|
|
@@ -13,14 +13,14 @@ export {
|
|
|
13
13
|
S as ArchiverService,
|
|
14
14
|
b as Auth,
|
|
15
15
|
A as BatchActions,
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
m as Cache,
|
|
17
|
+
F as ClientService,
|
|
18
18
|
v as ClipboardActions,
|
|
19
19
|
R as CompareSaveDialog,
|
|
20
20
|
h as ConflictDialog,
|
|
21
21
|
T as ContextActionMenu,
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
C as ContextActions,
|
|
23
|
+
g as ContextMenuQuickAction,
|
|
24
24
|
D as CreateLinkModal,
|
|
25
25
|
L as CreateShortcutModal,
|
|
26
26
|
P as CreateSpace,
|
|
@@ -39,8 +39,8 @@ export {
|
|
|
39
39
|
V as FileSideBar,
|
|
40
40
|
H as FolderLoaderFavorites,
|
|
41
41
|
Q as FolderLoaderSharedViaLink,
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
U as FolderLoaderSharedWithMe,
|
|
43
|
+
_ as FolderLoaderSharedWithOthers,
|
|
44
44
|
K as FolderLoaderSpace,
|
|
45
45
|
z as FolderLoaderTrashbin,
|
|
46
46
|
G as FolderService,
|
|
@@ -67,14 +67,14 @@ export {
|
|
|
67
67
|
Se as PreviewService,
|
|
68
68
|
be as ProcessorType,
|
|
69
69
|
Ae as QuotaModal,
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
me as QuotaSelect,
|
|
71
|
+
Fe as RawConfigSchema,
|
|
72
72
|
ve as ResolveStrategy,
|
|
73
73
|
Re as ResourceConflictModal,
|
|
74
74
|
he as ResourceGhostElement,
|
|
75
75
|
Te as ResourceIcon,
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
Ce as ResourceLink,
|
|
77
|
+
ge as ResourceListItem,
|
|
78
78
|
De as ResourceName,
|
|
79
79
|
Le as ResourcePreview,
|
|
80
80
|
Pe as ResourceSize,
|
|
@@ -93,8 +93,8 @@ export {
|
|
|
93
93
|
Ve as SpaceDetails,
|
|
94
94
|
He as SpaceDetailsMultiple,
|
|
95
95
|
Qe as SpaceInfo,
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
Ue as SpaceMoveInfoModal,
|
|
97
|
+
_e as SpaceNoSelection,
|
|
98
98
|
Ke as SpaceQuota,
|
|
99
99
|
ze as TextEditor,
|
|
100
100
|
Ge as ThemeConfig,
|
|
@@ -121,14 +121,14 @@ export {
|
|
|
121
121
|
Sa as contextRouteQueryKey,
|
|
122
122
|
ba as createDefaultFileIconMapping,
|
|
123
123
|
Aa as createFileRouteOptions,
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
ma as createLocationCommon,
|
|
125
|
+
Fa as createLocationPublic,
|
|
126
126
|
va as createLocationShares,
|
|
127
127
|
Ra as createLocationSpaces,
|
|
128
128
|
ha as createLocationTrash,
|
|
129
129
|
Ta as defaultFuseOptions,
|
|
130
|
-
|
|
131
|
-
|
|
130
|
+
Ca as defineWebApplication,
|
|
131
|
+
ga as determineResourceTableSortFields,
|
|
132
132
|
Da as determineResourceTilesSortFields,
|
|
133
133
|
s as dirname,
|
|
134
134
|
La as displayPositionedDropdown,
|
|
@@ -148,8 +148,8 @@ export {
|
|
|
148
148
|
Va as formatRelativeDateFromISO,
|
|
149
149
|
Ha as formatRelativeDateFromJSDate,
|
|
150
150
|
Qa as formatRelativeDateFromRFC,
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
Ua as getIndicators,
|
|
152
|
+
_a as getLocaleFromLanguage,
|
|
153
153
|
Ka as getParentPaths,
|
|
154
154
|
za as getSharedAncestorRoute,
|
|
155
155
|
Ga as getSharedDriveItem,
|
|
@@ -174,139 +174,140 @@ export {
|
|
|
174
174
|
ds as resolveFileNameDuplicate,
|
|
175
175
|
ps as resourceIconMappingInjectionKey,
|
|
176
176
|
Ss as routeToContextQuery,
|
|
177
|
-
bs as
|
|
178
|
-
As as
|
|
177
|
+
bs as setCurrentUserShareSpacePermissions,
|
|
178
|
+
As as sortFields,
|
|
179
|
+
ms as sortHelper,
|
|
179
180
|
Fs as sortSpaceMembers,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
181
|
+
vs as translateSortFields,
|
|
182
|
+
Rs as triggerDownloadWithFilename,
|
|
183
|
+
hs as useAbility,
|
|
184
|
+
Ts as useActionsShowDetails,
|
|
185
|
+
Cs as useActiveApp,
|
|
185
186
|
gs as useActiveLocation,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
187
|
+
Ds as useAppConfig,
|
|
188
|
+
Ls as useAppDefaults,
|
|
189
|
+
Ps as useAppFileHandling,
|
|
190
|
+
Es as useAppFolderHandling,
|
|
191
|
+
Ms as useAppMeta,
|
|
192
|
+
fs as useAppNavigation,
|
|
193
|
+
ys as useAppProviderService,
|
|
194
|
+
Is as useAppsStore,
|
|
195
|
+
ws as useArchiverService,
|
|
196
|
+
Os as useAuthService,
|
|
197
|
+
ks as useAuthStore,
|
|
198
|
+
Ws as useBreadcrumbsFromPath,
|
|
199
|
+
Bs as useCanBeOpenedWithSecureView,
|
|
200
|
+
xs as useCanListShares,
|
|
201
|
+
Ns as useCanListVersions,
|
|
202
|
+
Vs as useCanShare,
|
|
203
|
+
Hs as useCapabilityStore,
|
|
204
|
+
Qs as useClientService,
|
|
205
|
+
Us as useClipboard,
|
|
205
206
|
_s as useClipboardStore,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
207
|
+
Ks as useConfigStore,
|
|
208
|
+
zs as useCreateSpace,
|
|
209
|
+
Gs as useDeleteWorker,
|
|
210
|
+
js as useDocumentTitle,
|
|
211
|
+
qs as useDownloadFile,
|
|
212
|
+
Js as useDriveResolver,
|
|
213
|
+
Xs as useEmbedMode,
|
|
214
|
+
Ys as useEventBus,
|
|
215
|
+
Zs as useExtensionPreferencesStore,
|
|
216
|
+
$s as useExtensionRegistry,
|
|
217
|
+
eo as useFileActions,
|
|
218
|
+
ao as useFileActionsCopy,
|
|
219
|
+
so as useFileActionsCopyPermanentLink,
|
|
220
|
+
oo as useFileActionsCreateLink,
|
|
221
|
+
to as useFileActionsCreateNewFile,
|
|
222
|
+
io as useFileActionsCreateNewFolder,
|
|
223
|
+
ro as useFileActionsCreateNewShortcut,
|
|
224
|
+
co as useFileActionsCreateSpaceFromResource,
|
|
225
|
+
no as useFileActionsDelete,
|
|
226
|
+
uo as useFileActionsDeleteResources,
|
|
227
|
+
lo as useFileActionsDisableSync,
|
|
228
|
+
po as useFileActionsDownloadArchive,
|
|
229
|
+
So as useFileActionsDownloadFile,
|
|
230
|
+
bo as useFileActionsEmptyTrashBin,
|
|
231
|
+
Ao as useFileActionsEnableSync,
|
|
232
|
+
mo as useFileActionsFavorite,
|
|
232
233
|
Fo as useFileActionsMove,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
234
|
+
vo as useFileActionsNavigate,
|
|
235
|
+
Ro as useFileActionsOpenShortcut,
|
|
236
|
+
ho as useFileActionsOpenWithApp,
|
|
237
|
+
To as useFileActionsPaste,
|
|
238
|
+
Co as useFileActionsRename,
|
|
238
239
|
go as useFileActionsRestore,
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
240
|
+
Do as useFileActionsSaveAs,
|
|
241
|
+
Lo as useFileActionsSetImage,
|
|
242
|
+
Po as useFileActionsShowActions,
|
|
243
|
+
Eo as useFileActionsShowDetails,
|
|
244
|
+
Mo as useFileActionsShowShares,
|
|
245
|
+
fo as useFileActionsToggleHideShare,
|
|
246
|
+
yo as useFileListHeaderPosition,
|
|
247
|
+
Io as useFileRouteReplace,
|
|
248
|
+
wo as useFolderLink,
|
|
249
|
+
Oo as useGetMatchingSpace,
|
|
250
|
+
ko as useGetResourceContext,
|
|
251
|
+
Wo as useGroupingSettings,
|
|
252
|
+
Bo as useIsFilesAppActive,
|
|
253
|
+
xo as useIsSearchActive,
|
|
254
|
+
No as useIsTopBarSticky,
|
|
255
|
+
Vo as useKeyboardActions,
|
|
256
|
+
Ho as useLinkTypes,
|
|
257
|
+
Qo as useLoadPreview,
|
|
258
|
+
Uo as useLoadingService,
|
|
258
259
|
_o as useLocalStorage,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
260
|
+
Ko as useMessages,
|
|
261
|
+
zo as useModals,
|
|
262
|
+
Go as useOpenEmptyEditor,
|
|
263
|
+
jo as useOpenWithDefaultApp,
|
|
264
|
+
qo as usePagination,
|
|
265
|
+
Jo as usePasswordPolicyService,
|
|
266
|
+
Xo as usePasteWorker,
|
|
267
|
+
Yo as usePortalTarget,
|
|
268
|
+
Zo as usePreviewService,
|
|
269
|
+
$o as useRequest,
|
|
270
|
+
et as useRequestHeaders,
|
|
271
|
+
at as useResourceContents,
|
|
272
|
+
st as useResourceRouteResolver,
|
|
273
|
+
ot as useResourcesStore,
|
|
274
|
+
tt as useRestoreWorker,
|
|
275
|
+
it as useRoute,
|
|
276
|
+
rt as useRouteMeta,
|
|
277
|
+
ct as useRouteName,
|
|
278
|
+
nt as useRouteParam,
|
|
279
|
+
ut as useRouteQuery,
|
|
280
|
+
lt as useRouteQueryPersisted,
|
|
281
|
+
dt as useRouter,
|
|
282
|
+
pt as useScrollTo,
|
|
283
|
+
St as useSearch,
|
|
284
|
+
bt as useSelectedResources,
|
|
285
|
+
At as useService,
|
|
286
|
+
mt as useSharesStore,
|
|
286
287
|
Ft as useSideBar,
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
288
|
+
vt as useSort,
|
|
289
|
+
Rt as useSpaceActionsDelete,
|
|
290
|
+
ht as useSpaceActionsDisable,
|
|
291
|
+
Tt as useSpaceActionsDuplicate,
|
|
292
|
+
Ct as useSpaceActionsEditDescription,
|
|
292
293
|
gt as useSpaceActionsEditQuota,
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
294
|
+
Dt as useSpaceActionsEditReadmeContent,
|
|
295
|
+
Lt as useSpaceActionsNavigateToTrash,
|
|
296
|
+
Pt as useSpaceActionsRename,
|
|
297
|
+
Et as useSpaceActionsRestore,
|
|
298
|
+
Mt as useSpaceActionsSetIcon,
|
|
299
|
+
ft as useSpaceActionsShowMembers,
|
|
300
|
+
yt as useSpaceHelpers,
|
|
301
|
+
It as useSpacesLoading,
|
|
302
|
+
wt as useSpacesStore,
|
|
303
|
+
Ot as useThemeStore,
|
|
304
|
+
kt as useTileSize,
|
|
305
|
+
Wt as useTokenTimerWorker,
|
|
306
|
+
Bt as useUpload,
|
|
307
|
+
xt as useUserStore,
|
|
308
|
+
Nt as useViewMode,
|
|
309
|
+
Vt as useViewSize,
|
|
310
|
+
Ht as useViewSizeMax,
|
|
311
|
+
Qt as useWebWorkersStore,
|
|
312
|
+
Ut as useWindowOpen
|
|
312
313
|
};
|