@opencloud-eu/web-pkg 6.1.0 → 7.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.
- package/dist/assets/worker-B8V6K8WY.js +25 -0
- package/dist/assets/worker-BjLAp2qA.js +25 -0
- package/dist/assets/worker-Cz7k4ET0.js +25 -0
- package/dist/{composables-TkULFBg4.js → components-DGm07xAo.js} +8229 -10761
- package/dist/src/components/AppBar/AppBar.vue.d.ts +34 -91
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +1 -9
- package/dist/src/components/AppTopBar.vue.d.ts +3 -11
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +0 -1
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +1 -9
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +1 -9
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +9 -27
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +30 -134
- package/dist/src/components/CreateLinkModal.vue.d.ts +6 -14
- package/dist/src/components/CreateShortcutModal.vue.d.ts +34 -142
- package/dist/src/components/CustomComponentTarget.vue.d.ts +1 -9
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +9 -27
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +7 -17
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +1 -9
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +5 -12
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +3 -9
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +1 -9
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +8 -16
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +6 -14
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +7 -15
- package/dist/src/components/Filters/DateFilter.vue.d.ts +5 -13
- package/dist/src/components/ImageCropper.vue.d.ts +12 -0
- package/dist/src/components/ItemFilter.vue.d.ts +5 -13
- package/dist/src/components/NoContentMessage.vue.d.ts +1 -9
- package/dist/src/components/Search/ResourcePreview.vue.d.ts +1 -9
- package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +1 -1
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +1 -9
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +1 -9
- package/dist/src/components/SideBar/SideBar.vue.d.ts +5 -13
- package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +6 -14
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +1 -9
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +1 -9
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +5 -1
- package/dist/src/components/SpaceQuota.vue.d.ts +1 -9
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +3 -11
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +2 -11
- package/dist/src/components/ViewOptions.vue.d.ts +1 -9
- package/dist/src/components/index.d.ts +0 -2
- package/dist/src/composables/actions/files/index.d.ts +0 -21
- package/dist/src/composables/actions/spaces/index.d.ts +0 -12
- package/dist/src/composables/actions/types.d.ts +93 -2
- package/dist/src/composables/breadcrumbs/useBreadcrumbsFromPath.d.ts +1 -3
- package/dist/src/composables/driveResolver/useDriveResolver.d.ts +0 -1
- package/dist/src/composables/keyboardActions/useCropperKeyboardActions.d.ts +2 -1
- package/dist/src/composables/keyboardActions/useKeyboardActions.d.ts +1 -0
- package/dist/src/composables/piniaStores/auth.d.ts +24 -2
- package/dist/src/composables/piniaStores/avatars.d.ts +3 -3
- package/dist/src/composables/piniaStores/config/config.d.ts +1 -91
- package/dist/src/composables/piniaStores/config/types.d.ts +0 -20
- package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +4 -1
- package/dist/src/composables/piniaStores/messages.d.ts +12 -594
- package/dist/src/composables/piniaStores/spaces.d.ts +1 -3
- package/dist/src/composables/piniaStores/theme.d.ts +1 -1
- package/dist/src/composables/resources/useResourceViewDrag.d.ts +7 -17
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +7 -17
- package/dist/src/composables/router/useFileRouteReplace.d.ts +0 -2
- package/dist/src/composables/spaces/useGetMatchingSpace.d.ts +0 -4
- package/dist/src/editor/components/SlashCommandMenu.vue.d.ts +9 -0
- package/dist/src/editor/components/TextEditorContent.vue.d.ts +7 -0
- package/dist/src/editor/components/TextEditorProvider.vue.d.ts +17 -0
- package/dist/src/editor/composables/index.d.ts +3 -0
- package/dist/src/editor/composables/strategies/html.d.ts +3 -0
- package/dist/src/editor/composables/strategies/index.d.ts +5 -0
- package/dist/src/editor/composables/strategies/markdown.d.ts +3 -0
- package/dist/src/editor/composables/strategies/plainText.d.ts +3 -0
- package/dist/src/editor/composables/strategies/tiptapJson.d.ts +3 -0
- package/dist/src/editor/composables/strategies/types.d.ts +10 -0
- package/dist/src/editor/composables/useContentStrategy.d.ts +5 -0
- package/dist/src/editor/composables/useEditorActions.d.ts +75 -0
- package/dist/src/editor/composables/useTextEditor.d.ts +2 -0
- package/dist/src/editor/extensions/index.d.ts +1 -0
- package/dist/src/editor/extensions/slashCommands.d.ts +16 -0
- package/dist/src/editor/index.d.ts +5 -0
- package/dist/src/editor/types.d.ts +29 -0
- package/dist/src/helpers/groupwareResponse.d.ts +1 -0
- package/dist/src/helpers/index.d.ts +2 -0
- package/dist/src/helpers/router/routeOptions.d.ts +1 -7
- package/dist/src/helpers/virtualCursorElement.d.ts +1 -0
- package/dist/src/router/index.d.ts +2 -1
- package/dist/src/router/utils.d.ts +1 -6
- package/dist/src/types.d.ts +1 -0
- package/dist/src/utils/dummyGettext.d.ts +6 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/web-pkg/editor.js +1360 -0
- package/dist/web-pkg.js +2956 -1661
- package/package.json +26 -9
- package/dist/TextEditor-B0ZZfO_w.js +0 -819
- package/dist/assets/worker-C-Nrpmiq.js +0 -24
- package/dist/assets/worker-CzI1mBNb.js +0 -24
- package/dist/assets/worker-DDmV-och.js +0 -24
- package/dist/src/components/Navigation/index.d.ts +0 -1
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +0 -26
- package/dist/src/components/TextEditor/index.d.ts +0 -39
- package/dist/src/components/TextEditor/l18n.d.ts +0 -3
- package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +0 -6
- package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +0 -10
- package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +0 -9
- package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +0 -8
- package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +0 -5
- package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +0 -8
- package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +0 -5
- package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsMove.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +0 -5
- package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsRename.d.ts +0 -6
- package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +0 -4
- package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +0 -5
- package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +0 -5
- package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +0 -6
- package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +0 -8
- package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +0 -6
- package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +0 -6
- package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +0 -6
- package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +0 -4
- package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +0 -4
- package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +0 -4
- package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +0 -6
- package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +0 -6
- package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +0 -6
- package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +0 -4
- /package/dist/src/{components/Navigation/MobileNav.vue.d.ts → editor/components/TextEditorToolbar.vue.d.ts} +0 -0
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { RawConfig } from './types';
|
|
2
2
|
export declare const useConfigStore: import("pinia").StoreDefinition<"config", Pick<{
|
|
3
3
|
options: import("vue").Ref<{
|
|
4
|
-
cernFeatures?: boolean;
|
|
5
4
|
openFilesInNewTab?: boolean;
|
|
6
5
|
concurrentRequests?: {
|
|
7
6
|
resourceBatchActions?: number;
|
|
@@ -40,17 +39,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
40
39
|
description?: string;
|
|
41
40
|
href?: string;
|
|
42
41
|
};
|
|
43
|
-
isRunningOnEos?: boolean;
|
|
44
42
|
loginUrl?: string;
|
|
45
43
|
logoutUrl?: string;
|
|
46
|
-
ocm?: {
|
|
47
|
-
openRemotely?: boolean;
|
|
48
|
-
};
|
|
49
|
-
routing?: {
|
|
50
|
-
fullShareOwnerPaths?: boolean;
|
|
51
|
-
idBased?: boolean;
|
|
52
|
-
};
|
|
53
|
-
runningOnEos?: boolean;
|
|
54
44
|
tokenStorageLocal?: boolean;
|
|
55
45
|
upload?: {
|
|
56
46
|
companionUrl?: string;
|
|
@@ -58,7 +48,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
58
48
|
userListRequiresFilter?: boolean;
|
|
59
49
|
hideLogo?: boolean;
|
|
60
50
|
}, {
|
|
61
|
-
cernFeatures?: boolean;
|
|
62
51
|
openFilesInNewTab?: boolean;
|
|
63
52
|
concurrentRequests?: {
|
|
64
53
|
resourceBatchActions?: number;
|
|
@@ -97,17 +86,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
97
86
|
description?: string;
|
|
98
87
|
href?: string;
|
|
99
88
|
};
|
|
100
|
-
isRunningOnEos?: boolean;
|
|
101
89
|
loginUrl?: string;
|
|
102
90
|
logoutUrl?: string;
|
|
103
|
-
ocm?: {
|
|
104
|
-
openRemotely?: boolean;
|
|
105
|
-
};
|
|
106
|
-
routing?: {
|
|
107
|
-
fullShareOwnerPaths?: boolean;
|
|
108
|
-
idBased?: boolean;
|
|
109
|
-
};
|
|
110
|
-
runningOnEos?: boolean;
|
|
111
91
|
tokenStorageLocal?: boolean;
|
|
112
92
|
upload?: {
|
|
113
93
|
companionUrl?: string;
|
|
@@ -115,7 +95,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
115
95
|
userListRequiresFilter?: boolean;
|
|
116
96
|
hideLogo?: boolean;
|
|
117
97
|
} | {
|
|
118
|
-
cernFeatures?: boolean;
|
|
119
98
|
openFilesInNewTab?: boolean;
|
|
120
99
|
concurrentRequests?: {
|
|
121
100
|
resourceBatchActions?: number;
|
|
@@ -154,17 +133,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
154
133
|
description?: string;
|
|
155
134
|
href?: string;
|
|
156
135
|
};
|
|
157
|
-
isRunningOnEos?: boolean;
|
|
158
136
|
loginUrl?: string;
|
|
159
137
|
logoutUrl?: string;
|
|
160
|
-
ocm?: {
|
|
161
|
-
openRemotely?: boolean;
|
|
162
|
-
};
|
|
163
|
-
routing?: {
|
|
164
|
-
fullShareOwnerPaths?: boolean;
|
|
165
|
-
idBased?: boolean;
|
|
166
|
-
};
|
|
167
|
-
runningOnEos?: boolean;
|
|
168
138
|
tokenStorageLocal?: boolean;
|
|
169
139
|
upload?: {
|
|
170
140
|
companionUrl?: string;
|
|
@@ -250,9 +220,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
250
220
|
}>;
|
|
251
221
|
/** @deprecated this is always false */
|
|
252
222
|
isOAuth2: import("vue").ComputedRef<boolean>;
|
|
253
|
-
}, "options" | "
|
|
223
|
+
}, "options" | "apps" | "theme" | "customTranslations" | "openIdConnect" | "sentry" | "scripts" | "styles" | "externalApps" | "oAuth2">, Pick<{
|
|
254
224
|
options: import("vue").Ref<{
|
|
255
|
-
cernFeatures?: boolean;
|
|
256
225
|
openFilesInNewTab?: boolean;
|
|
257
226
|
concurrentRequests?: {
|
|
258
227
|
resourceBatchActions?: number;
|
|
@@ -291,17 +260,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
291
260
|
description?: string;
|
|
292
261
|
href?: string;
|
|
293
262
|
};
|
|
294
|
-
isRunningOnEos?: boolean;
|
|
295
263
|
loginUrl?: string;
|
|
296
264
|
logoutUrl?: string;
|
|
297
|
-
ocm?: {
|
|
298
|
-
openRemotely?: boolean;
|
|
299
|
-
};
|
|
300
|
-
routing?: {
|
|
301
|
-
fullShareOwnerPaths?: boolean;
|
|
302
|
-
idBased?: boolean;
|
|
303
|
-
};
|
|
304
|
-
runningOnEos?: boolean;
|
|
305
265
|
tokenStorageLocal?: boolean;
|
|
306
266
|
upload?: {
|
|
307
267
|
companionUrl?: string;
|
|
@@ -309,7 +269,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
309
269
|
userListRequiresFilter?: boolean;
|
|
310
270
|
hideLogo?: boolean;
|
|
311
271
|
}, {
|
|
312
|
-
cernFeatures?: boolean;
|
|
313
272
|
openFilesInNewTab?: boolean;
|
|
314
273
|
concurrentRequests?: {
|
|
315
274
|
resourceBatchActions?: number;
|
|
@@ -348,17 +307,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
348
307
|
description?: string;
|
|
349
308
|
href?: string;
|
|
350
309
|
};
|
|
351
|
-
isRunningOnEos?: boolean;
|
|
352
310
|
loginUrl?: string;
|
|
353
311
|
logoutUrl?: string;
|
|
354
|
-
ocm?: {
|
|
355
|
-
openRemotely?: boolean;
|
|
356
|
-
};
|
|
357
|
-
routing?: {
|
|
358
|
-
fullShareOwnerPaths?: boolean;
|
|
359
|
-
idBased?: boolean;
|
|
360
|
-
};
|
|
361
|
-
runningOnEos?: boolean;
|
|
362
312
|
tokenStorageLocal?: boolean;
|
|
363
313
|
upload?: {
|
|
364
314
|
companionUrl?: string;
|
|
@@ -366,7 +316,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
366
316
|
userListRequiresFilter?: boolean;
|
|
367
317
|
hideLogo?: boolean;
|
|
368
318
|
} | {
|
|
369
|
-
cernFeatures?: boolean;
|
|
370
319
|
openFilesInNewTab?: boolean;
|
|
371
320
|
concurrentRequests?: {
|
|
372
321
|
resourceBatchActions?: number;
|
|
@@ -405,17 +354,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
405
354
|
description?: string;
|
|
406
355
|
href?: string;
|
|
407
356
|
};
|
|
408
|
-
isRunningOnEos?: boolean;
|
|
409
357
|
loginUrl?: string;
|
|
410
358
|
logoutUrl?: string;
|
|
411
|
-
ocm?: {
|
|
412
|
-
openRemotely?: boolean;
|
|
413
|
-
};
|
|
414
|
-
routing?: {
|
|
415
|
-
fullShareOwnerPaths?: boolean;
|
|
416
|
-
idBased?: boolean;
|
|
417
|
-
};
|
|
418
|
-
runningOnEos?: boolean;
|
|
419
359
|
tokenStorageLocal?: boolean;
|
|
420
360
|
upload?: {
|
|
421
361
|
companionUrl?: string;
|
|
@@ -503,7 +443,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
503
443
|
isOAuth2: import("vue").ComputedRef<boolean>;
|
|
504
444
|
}, "serverUrl" | "groupwareUrl" | "isOIDC" | "isOAuth2">, Pick<{
|
|
505
445
|
options: import("vue").Ref<{
|
|
506
|
-
cernFeatures?: boolean;
|
|
507
446
|
openFilesInNewTab?: boolean;
|
|
508
447
|
concurrentRequests?: {
|
|
509
448
|
resourceBatchActions?: number;
|
|
@@ -542,17 +481,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
542
481
|
description?: string;
|
|
543
482
|
href?: string;
|
|
544
483
|
};
|
|
545
|
-
isRunningOnEos?: boolean;
|
|
546
484
|
loginUrl?: string;
|
|
547
485
|
logoutUrl?: string;
|
|
548
|
-
ocm?: {
|
|
549
|
-
openRemotely?: boolean;
|
|
550
|
-
};
|
|
551
|
-
routing?: {
|
|
552
|
-
fullShareOwnerPaths?: boolean;
|
|
553
|
-
idBased?: boolean;
|
|
554
|
-
};
|
|
555
|
-
runningOnEos?: boolean;
|
|
556
486
|
tokenStorageLocal?: boolean;
|
|
557
487
|
upload?: {
|
|
558
488
|
companionUrl?: string;
|
|
@@ -560,7 +490,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
560
490
|
userListRequiresFilter?: boolean;
|
|
561
491
|
hideLogo?: boolean;
|
|
562
492
|
}, {
|
|
563
|
-
cernFeatures?: boolean;
|
|
564
493
|
openFilesInNewTab?: boolean;
|
|
565
494
|
concurrentRequests?: {
|
|
566
495
|
resourceBatchActions?: number;
|
|
@@ -599,17 +528,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
599
528
|
description?: string;
|
|
600
529
|
href?: string;
|
|
601
530
|
};
|
|
602
|
-
isRunningOnEos?: boolean;
|
|
603
531
|
loginUrl?: string;
|
|
604
532
|
logoutUrl?: string;
|
|
605
|
-
ocm?: {
|
|
606
|
-
openRemotely?: boolean;
|
|
607
|
-
};
|
|
608
|
-
routing?: {
|
|
609
|
-
fullShareOwnerPaths?: boolean;
|
|
610
|
-
idBased?: boolean;
|
|
611
|
-
};
|
|
612
|
-
runningOnEos?: boolean;
|
|
613
533
|
tokenStorageLocal?: boolean;
|
|
614
534
|
upload?: {
|
|
615
535
|
companionUrl?: string;
|
|
@@ -617,7 +537,6 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
617
537
|
userListRequiresFilter?: boolean;
|
|
618
538
|
hideLogo?: boolean;
|
|
619
539
|
} | {
|
|
620
|
-
cernFeatures?: boolean;
|
|
621
540
|
openFilesInNewTab?: boolean;
|
|
622
541
|
concurrentRequests?: {
|
|
623
542
|
resourceBatchActions?: number;
|
|
@@ -656,17 +575,8 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"config", P
|
|
|
656
575
|
description?: string;
|
|
657
576
|
href?: string;
|
|
658
577
|
};
|
|
659
|
-
isRunningOnEos?: boolean;
|
|
660
578
|
loginUrl?: string;
|
|
661
579
|
logoutUrl?: string;
|
|
662
|
-
ocm?: {
|
|
663
|
-
openRemotely?: boolean;
|
|
664
|
-
};
|
|
665
|
-
routing?: {
|
|
666
|
-
fullShareOwnerPaths?: boolean;
|
|
667
|
-
idBased?: boolean;
|
|
668
|
-
};
|
|
669
|
-
runningOnEos?: boolean;
|
|
670
580
|
tokenStorageLocal?: boolean;
|
|
671
581
|
upload?: {
|
|
672
582
|
companionUrl?: string;
|
|
@@ -29,7 +29,6 @@ declare const ScriptConfigSchema: z.ZodObject<{
|
|
|
29
29
|
}, z.core.$strip>;
|
|
30
30
|
export type ScriptConfig = z.infer<typeof ScriptConfigSchema>;
|
|
31
31
|
declare const OptionsConfigSchema: z.ZodObject<{
|
|
32
|
-
cernFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
33
32
|
openFilesInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
34
33
|
concurrentRequests: z.ZodOptional<z.ZodObject<{
|
|
35
34
|
resourceBatchActions: z.ZodOptional<z.ZodNumber>;
|
|
@@ -68,17 +67,8 @@ declare const OptionsConfigSchema: z.ZodObject<{
|
|
|
68
67
|
description: z.ZodOptional<z.ZodString>;
|
|
69
68
|
href: z.ZodOptional<z.ZodString>;
|
|
70
69
|
}, z.core.$strip>>;
|
|
71
|
-
isRunningOnEos: z.ZodOptional<z.ZodBoolean>;
|
|
72
70
|
loginUrl: z.ZodOptional<z.ZodString>;
|
|
73
71
|
logoutUrl: z.ZodOptional<z.ZodString>;
|
|
74
|
-
ocm: z.ZodOptional<z.ZodObject<{
|
|
75
|
-
openRemotely: z.ZodOptional<z.ZodBoolean>;
|
|
76
|
-
}, z.core.$strip>>;
|
|
77
|
-
routing: z.ZodOptional<z.ZodObject<{
|
|
78
|
-
fullShareOwnerPaths: z.ZodOptional<z.ZodBoolean>;
|
|
79
|
-
idBased: z.ZodOptional<z.ZodBoolean>;
|
|
80
|
-
}, z.core.$strip>>;
|
|
81
|
-
runningOnEos: z.ZodOptional<z.ZodBoolean>;
|
|
82
72
|
tokenStorageLocal: z.ZodOptional<z.ZodBoolean>;
|
|
83
73
|
upload: z.ZodOptional<z.ZodObject<{
|
|
84
74
|
companionUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -91,7 +81,6 @@ export declare const RawConfigSchema: z.ZodObject<{
|
|
|
91
81
|
server: z.ZodString;
|
|
92
82
|
theme: z.ZodString;
|
|
93
83
|
options: z.ZodObject<{
|
|
94
|
-
cernFeatures: z.ZodOptional<z.ZodBoolean>;
|
|
95
84
|
openFilesInNewTab: z.ZodOptional<z.ZodBoolean>;
|
|
96
85
|
concurrentRequests: z.ZodOptional<z.ZodObject<{
|
|
97
86
|
resourceBatchActions: z.ZodOptional<z.ZodNumber>;
|
|
@@ -130,17 +119,8 @@ export declare const RawConfigSchema: z.ZodObject<{
|
|
|
130
119
|
description: z.ZodOptional<z.ZodString>;
|
|
131
120
|
href: z.ZodOptional<z.ZodString>;
|
|
132
121
|
}, z.core.$strip>>;
|
|
133
|
-
isRunningOnEos: z.ZodOptional<z.ZodBoolean>;
|
|
134
122
|
loginUrl: z.ZodOptional<z.ZodString>;
|
|
135
123
|
logoutUrl: z.ZodOptional<z.ZodString>;
|
|
136
|
-
ocm: z.ZodOptional<z.ZodObject<{
|
|
137
|
-
openRemotely: z.ZodOptional<z.ZodBoolean>;
|
|
138
|
-
}, z.core.$strip>>;
|
|
139
|
-
routing: z.ZodOptional<z.ZodObject<{
|
|
140
|
-
fullShareOwnerPaths: z.ZodOptional<z.ZodBoolean>;
|
|
141
|
-
idBased: z.ZodOptional<z.ZodBoolean>;
|
|
142
|
-
}, z.core.$strip>>;
|
|
143
|
-
runningOnEos: z.ZodOptional<z.ZodBoolean>;
|
|
144
124
|
tokenStorageLocal: z.ZodOptional<z.ZodBoolean>;
|
|
145
125
|
upload: z.ZodOptional<z.ZodObject<{
|
|
146
126
|
companionUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -11,6 +11,7 @@ export declare const useExtensionRegistry: import("pinia").StoreDefinition<"exte
|
|
|
11
11
|
getExtensionPoints: <T extends ExtensionPoint<Extension>>(options?: {
|
|
12
12
|
extensionType?: ExtensionType;
|
|
13
13
|
}) => T[];
|
|
14
|
+
getExtensionById: <T extends Extension>(id: string) => T | undefined;
|
|
14
15
|
}, "extensions" | "extensionPoints">, Pick<{
|
|
15
16
|
extensions: Ref<Ref<Extension[], Extension[]>[], Ref<Extension[], Extension[]>[]>;
|
|
16
17
|
registerExtensions: (e: Ref<Extension[]>) => void;
|
|
@@ -22,6 +23,7 @@ export declare const useExtensionRegistry: import("pinia").StoreDefinition<"exte
|
|
|
22
23
|
getExtensionPoints: <T extends ExtensionPoint<Extension>>(options?: {
|
|
23
24
|
extensionType?: ExtensionType;
|
|
24
25
|
}) => T[];
|
|
26
|
+
getExtensionById: <T extends Extension>(id: string) => T | undefined;
|
|
25
27
|
}, never>, Pick<{
|
|
26
28
|
extensions: Ref<Ref<Extension[], Extension[]>[], Ref<Extension[], Extension[]>[]>;
|
|
27
29
|
registerExtensions: (e: Ref<Extension[]>) => void;
|
|
@@ -33,5 +35,6 @@ export declare const useExtensionRegistry: import("pinia").StoreDefinition<"exte
|
|
|
33
35
|
getExtensionPoints: <T extends ExtensionPoint<Extension>>(options?: {
|
|
34
36
|
extensionType?: ExtensionType;
|
|
35
37
|
}) => T[];
|
|
36
|
-
|
|
38
|
+
getExtensionById: <T extends Extension>(id: string) => T | undefined;
|
|
39
|
+
}, "registerExtensions" | "unregisterExtensions" | "requestExtensions" | "registerExtensionPoints" | "unregisterExtensionPoints" | "getExtensionPoints" | "getExtensionById">>;
|
|
37
40
|
export type ExtensionRegistry = ReturnType<typeof useExtensionRegistry>;
|